We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7497406 commit 458c7c4Copy full SHA for 458c7c4
packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.ts
@@ -30,6 +30,12 @@ export interface FlexibleChecksumsRequestMiddlewareConfig {
30
* Defines a top-level operation input member that is used to configure request checksum behavior.
31
*/
32
requestAlgorithmMember?: string;
33
+
34
+ /**
35
+ * The {@link httpHeader} value for {@link requestAlgorithmMember}, if present.
36
+ * {@link https://smithy.io/2.0/spec/http-bindings.html#httpheader-trait httpHeader}
37
+ */
38
+ requestAlgorithmMemberHttpHeader?: string;
39
}
40
41
export const flexibleChecksumsMiddlewareOptions: BuildHandlerOptions = {
0 commit comments