11// smithy-typescript generated code
22import {
3- AWSSDKSigV4AuthInputConfig ,
4- AWSSDKSigV4AuthResolvedConfig ,
5- AWSSDKSigV4PreviouslyResolved ,
6- resolveAWSSDKSigV4Config ,
3+ AwsSdkSigV4AuthInputConfig ,
4+ AwsSdkSigV4AuthResolvedConfig ,
5+ AwsSdkSigV4PreviouslyResolved ,
6+ resolveAwsSdkSigV4Config ,
77} from "@aws-sdk/core" ;
88import {
99 HandlerExecutionContext ,
@@ -93,7 +93,7 @@ export const defaultDynamoDBHttpAuthSchemeProvider: DynamoDBHttpAuthSchemeProvid
9393/**
9494 * @internal
9595 */
96- export interface HttpAuthSchemeInputConfig extends AWSSDKSigV4AuthInputConfig {
96+ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9797 /**
9898 * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
9999 * @internal
@@ -110,7 +110,7 @@ export interface HttpAuthSchemeInputConfig extends AWSSDKSigV4AuthInputConfig {
110110/**
111111 * @internal
112112 */
113- export interface HttpAuthSchemeResolvedConfig extends AWSSDKSigV4AuthResolvedConfig {
113+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
114114 /**
115115 * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
116116 * @internal
@@ -128,9 +128,9 @@ export interface HttpAuthSchemeResolvedConfig extends AWSSDKSigV4AuthResolvedCon
128128 * @internal
129129 */
130130export const resolveHttpAuthSchemeConfig = < T > (
131- config : T & HttpAuthSchemeInputConfig & AWSSDKSigV4PreviouslyResolved
131+ config : T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
132132) : T & HttpAuthSchemeResolvedConfig => {
133- const config_0 = resolveAWSSDKSigV4Config ( config ) ;
133+ const config_0 = resolveAwsSdkSigV4Config ( config ) ;
134134 return {
135135 ...config_0 ,
136136 } as T & HttpAuthSchemeResolvedConfig ;
0 commit comments