@@ -8,7 +8,7 @@ export const modules = {
88
99Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
1010exports . resolveHttpAuthSchemeConfig = exports . defaultSSOOIDCHttpAuthSchemeProvider = exports . defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0 ;
11- const core_1 = __webpack_require__ ( 8704 ) ;
11+ const httpAuthSchemes_1 = __webpack_require__ ( 7523 ) ;
1212const util_middleware_1 = __webpack_require__ ( 6324 ) ;
1313const defaultSSOOIDCHttpAuthSchemeParametersProvider = async ( config , context , input ) => {
1414 return {
@@ -55,7 +55,7 @@ const defaultSSOOIDCHttpAuthSchemeProvider = (authParameters) => {
5555} ;
5656exports . defaultSSOOIDCHttpAuthSchemeProvider = defaultSSOOIDCHttpAuthSchemeProvider ;
5757const resolveHttpAuthSchemeConfig = ( config ) => {
58- const config_0 = ( 0 , core_1 . resolveAwsSdkSigV4Config ) ( config ) ;
58+ const config_0 = ( 0 , httpAuthSchemes_1 . resolveAwsSdkSigV4Config ) ( config ) ;
5959 return Object . assign ( config_0 , {
6060 authSchemePreference : ( 0 , util_middleware_1 . normalizeProvider ) ( config . authSchemePreference ?? [ ] ) ,
6161 } ) ;
@@ -611,7 +611,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
611611exports . getRuntimeConfig = void 0 ;
612612const tslib_1 = __webpack_require__ ( 1860 ) ;
613613const package_json_1 = tslib_1 . __importDefault ( __webpack_require__ ( 9955 ) ) ;
614- const core_1 = __webpack_require__ ( 8704 ) ;
614+ const client_1 = __webpack_require__ ( 5152 ) ;
615+ const httpAuthSchemes_1 = __webpack_require__ ( 7523 ) ;
615616const util_user_agent_node_1 = __webpack_require__ ( 1656 ) ;
616617const config_resolver_1 = __webpack_require__ ( 9316 ) ;
617618const hash_node_1 = __webpack_require__ ( 2711 ) ;
@@ -628,7 +629,7 @@ const getRuntimeConfig = (config) => {
628629 const defaultsMode = ( 0 , util_defaults_mode_node_1 . resolveDefaultsModeConfig ) ( config ) ;
629630 const defaultConfigProvider = ( ) => defaultsMode ( ) . then ( smithy_client_1 . loadConfigsForDefaultMode ) ;
630631 const clientSharedValues = ( 0 , runtimeConfig_shared_1 . getRuntimeConfig ) ( config ) ;
631- ( 0 , core_1 . emitWarningIfUnsupportedVersion ) ( process . version ) ;
632+ ( 0 , client_1 . emitWarningIfUnsupportedVersion ) ( process . version ) ;
632633 const loaderConfig = {
633634 profile : config ?. profile ,
634635 logger : clientSharedValues . logger ,
@@ -638,7 +639,7 @@ const getRuntimeConfig = (config) => {
638639 ...config ,
639640 runtime : "node" ,
640641 defaultsMode,
641- authSchemePreference : config ?. authSchemePreference ?? ( 0 , node_config_provider_1 . loadConfig ) ( core_1 . NODE_AUTH_SCHEME_PREFERENCE_OPTIONS , loaderConfig ) ,
642+ authSchemePreference : config ?. authSchemePreference ?? ( 0 , node_config_provider_1 . loadConfig ) ( httpAuthSchemes_1 . NODE_AUTH_SCHEME_PREFERENCE_OPTIONS , loaderConfig ) ,
642643 bodyLengthChecker : config ?. bodyLengthChecker ?? util_body_length_node_1 . calculateBodyLength ,
643644 defaultUserAgentProvider : config ?. defaultUserAgentProvider ??
644645 ( 0 , util_user_agent_node_1 . createDefaultUserAgentProvider ) ( { serviceId : clientSharedValues . serviceId , clientVersion : package_json_1 . default . version } ) ,
@@ -669,9 +670,9 @@ exports.getRuntimeConfig = getRuntimeConfig;
669670
670671Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
671672exports . getRuntimeConfig = void 0 ;
672- const core_1 = __webpack_require__ ( 8704 ) ;
673+ const httpAuthSchemes_1 = __webpack_require__ ( 7523 ) ;
673674const protocols_1 = __webpack_require__ ( 7288 ) ;
674- const core_2 = __webpack_require__ ( 402 ) ;
675+ const core_1 = __webpack_require__ ( 402 ) ;
675676const smithy_client_1 = __webpack_require__ ( 1411 ) ;
676677const url_parser_1 = __webpack_require__ ( 4494 ) ;
677678const util_base64_1 = __webpack_require__ ( 8385 ) ;
@@ -692,12 +693,12 @@ const getRuntimeConfig = (config) => {
692693 {
693694 schemeId : "aws.auth#sigv4" ,
694695 identityProvider : ( ipc ) => ipc . getIdentityProvider ( "aws.auth#sigv4" ) ,
695- signer : new core_1 . AwsSdkSigV4Signer ( ) ,
696+ signer : new httpAuthSchemes_1 . AwsSdkSigV4Signer ( ) ,
696697 } ,
697698 {
698699 schemeId : "smithy.api#noAuth" ,
699700 identityProvider : ( ipc ) => ipc . getIdentityProvider ( "smithy.api#noAuth" ) || ( async ( ) => ( { } ) ) ,
700- signer : new core_2 . NoAuthSigner ( ) ,
701+ signer : new core_1 . NoAuthSigner ( ) ,
701702 } ,
702703 ] ,
703704 logger : config ?. logger ?? new smithy_client_1 . NoOpLogger ( ) ,
0 commit comments