-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(codegen): update smithy-typescript commit (#5191)
* chore(codegen): update smithy-typescript commit * chore(codegen): generate clients with smithy-typescript changes * chore(codegen): update yarn.lock * chore(codegen): update npm dependency versions * fix(xhr-http-handler): update `XhrHttpHandler` to implement `HttpHandler` * fix(aws-client-retry-test): update mock client configs * fix(aws-util-test): update `TestHttpHandler` implementation * fix(aws-middleware-test): update `requestHandler` implementation * fix(middleware-sdk-sqs): update `requestHandler` implementation
- Loading branch information
Steven Yuan
authored
Sep 8, 2023
1 parent
8b353cb
commit d058d78
Showing
1,167 changed files
with
9,220 additions
and
7,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
// smithy-typescript generated code | ||
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http"; | ||
import { DefaultExtensionConfiguration } from "@smithy/types"; | ||
|
||
/** | ||
* @internal | ||
*/ | ||
export interface AccessAnalyzerExtensionConfiguration extends DefaultExtensionConfiguration {} | ||
export interface AccessAnalyzerExtensionConfiguration | ||
extends HttpHandlerExtensionConfiguration, | ||
DefaultExtensionConfiguration {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
// smithy-typescript generated code | ||
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http"; | ||
import { DefaultExtensionConfiguration } from "@smithy/types"; | ||
|
||
/** | ||
* @internal | ||
*/ | ||
export interface AccountExtensionConfiguration extends DefaultExtensionConfiguration {} | ||
export interface AccountExtensionConfiguration | ||
extends HttpHandlerExtensionConfiguration, | ||
DefaultExtensionConfiguration {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
// smithy-typescript generated code | ||
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http"; | ||
import { DefaultExtensionConfiguration } from "@smithy/types"; | ||
|
||
/** | ||
* @internal | ||
*/ | ||
export interface ACMPCAExtensionConfiguration extends DefaultExtensionConfiguration {} | ||
export interface ACMPCAExtensionConfiguration | ||
extends HttpHandlerExtensionConfiguration, | ||
DefaultExtensionConfiguration {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
// smithy-typescript generated code | ||
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http"; | ||
import { DefaultExtensionConfiguration } from "@smithy/types"; | ||
|
||
/** | ||
* @internal | ||
*/ | ||
export interface ACMExtensionConfiguration extends DefaultExtensionConfiguration {} | ||
export interface ACMExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.