Skip to content

Commit eb92fb5

Browse files
committed
chore: codegen with accept header changes
1 parent 317d263 commit eb92fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/client-api-gateway/APIGatewayClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ import {
192192
getRetryPlugin,
193193
resolveRetryConfig
194194
} from "@aws-sdk/middleware-retry";
195-
import { getAcceptsHeaderPlugin } from "@aws-sdk/middleware-sdk-api-gateway";
195+
import { getAcceptHeaderPlugin } from "@aws-sdk/middleware-sdk-api-gateway";
196196
import {
197197
AwsAuthInputConfig,
198198
AwsAuthResolvedConfig,
@@ -576,7 +576,7 @@ export class APIGatewayClient extends __Client<
576576
this.middlewareStack.use(getRetryPlugin(this.config));
577577
this.middlewareStack.use(getUserAgentPlugin(this.config));
578578
this.middlewareStack.use(getContentLengthPlugin(this.config));
579-
this.middlewareStack.use(getAcceptsHeaderPlugin(this.config));
579+
this.middlewareStack.use(getAcceptHeaderPlugin(this.config));
580580
this.middlewareStack.use(getHostHeaderPlugin(this.config));
581581
}
582582

0 commit comments

Comments
 (0)