Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const defaultAccessAnalyzerHttpAuthSchemeProvider: AccessAnalyzerHttpAuth
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAccountHttpAuthSchemeProvider: AccountHttpAuthSchemeProvider
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultACMPCAHttpAuthSchemeProvider: ACMPCAHttpAuthSchemeProvider =
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultACMHttpAuthSchemeProvider: ACMHttpAuthSchemeProvider = (auth
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-aiops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-aiops/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAIOpsHttpAuthSchemeProvider: AIOpsHttpAuthSchemeProvider = (
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAmpHttpAuthSchemeProvider: AmpHttpAuthSchemeProvider = (auth
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAmplifyHttpAuthSchemeProvider: AmplifyHttpAuthSchemeProvider
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const defaultAmplifyBackendHttpAuthSchemeProvider: AmplifyBackendHttpAuth
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const defaultAmplifyUIBuilderHttpAuthSchemeProvider: AmplifyUIBuilderHttp
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -52,7 +52,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAPIGatewayHttpAuthSchemeProvider: APIGatewayHttpAuthSchemePr
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const defaultApiGatewayManagementApiHttpAuthSchemeProvider: ApiGatewayMan
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const defaultApiGatewayV2HttpAuthSchemeProvider: ApiGatewayV2HttpAuthSche
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-app-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAppMeshHttpAuthSchemeProvider: AppMeshHttpAuthSchemeProvider
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-appconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const defaultAppConfigHttpAuthSchemeProvider: AppConfigHttpAuthSchemeProv
};

/**
* @internal
* @public
*/
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
/**
Expand Down
4 changes: 2 additions & 2 deletions clients/client-appconfigdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.4.1",
"@smithy/config-resolver": "^4.4.2",
"@smithy/core": "^3.17.2",
"@smithy/fetch-http-handler": "^5.3.5",
"@smithy/hash-node": "^4.2.4",
Expand All @@ -51,7 +51,7 @@
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-body-length-node": "^4.2.1",
"@smithy/util-defaults-mode-browser": "^4.3.5",
"@smithy/util-defaults-mode-node": "^4.2.7",
"@smithy/util-defaults-mode-node": "^4.2.8",
"@smithy/util-endpoints": "^3.2.4",
"@smithy/util-middleware": "^4.2.4",
"@smithy/util-retry": "^4.2.4",
Expand Down
Loading
Loading