@aws-sdk/client-cognito-identity-provider
Advanced tools
Comparing version 3.31.0 to 3.32.0
@@ -24,16 +24,16 @@ "use strict"; | ||
constructor(configuration) { | ||
let _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); | ||
let _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0); | ||
let _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1); | ||
let _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2); | ||
let _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3); | ||
let _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4); | ||
let _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5); | ||
let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration); | ||
let _config_1 = config_resolver_1.resolveRegionConfig(_config_0); | ||
let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1); | ||
let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2); | ||
let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3); | ||
let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4); | ||
let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5); | ||
super(_config_6); | ||
this.config = _config_6; | ||
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config)); | ||
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config)); | ||
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config)); | ||
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config)); | ||
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config)); | ||
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config)); | ||
} | ||
@@ -40,0 +40,0 @@ /** |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AddCustomAttributesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AddCustomAttributesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AddCustomAttributesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AddCustomAttributesCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminAddUserToGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminAddUserToGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminAddUserToGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminAddUserToGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminConfirmSignUpCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminConfirmSignUpCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminConfirmSignUpCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminConfirmSignUpCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -68,4 +68,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -86,6 +86,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminCreateUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminCreateUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminCreateUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminCreateUserCommand(output, context); | ||
} | ||
@@ -92,0 +92,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminDeleteUserAttributesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminDeleteUserAttributesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminDeleteUserAttributesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminDeleteUserAttributesCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminDeleteUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminDeleteUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminDeleteUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminDeleteUserCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -66,4 +66,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -84,6 +84,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminDisableProviderForUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminDisableProviderForUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminDisableProviderForUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminDisableProviderForUserCommand(output, context); | ||
} | ||
@@ -90,0 +90,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminDisableUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminDisableUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminDisableUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminDisableUserCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminEnableUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminEnableUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminEnableUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminEnableUserCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminForgetDeviceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminForgetDeviceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminForgetDeviceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminForgetDeviceCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminGetDeviceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminGetDeviceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminGetDeviceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminGetDeviceCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminGetUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminGetUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminGetUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminGetUserCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -59,4 +59,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -77,6 +77,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminInitiateAuthCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminInitiateAuthCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminInitiateAuthCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminInitiateAuthCommand(output, context); | ||
} | ||
@@ -83,0 +83,0 @@ } |
@@ -59,4 +59,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -77,6 +77,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminLinkProviderForUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminLinkProviderForUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminLinkProviderForUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminLinkProviderForUserCommand(output, context); | ||
} | ||
@@ -83,0 +83,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminListDevicesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminListDevicesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminListDevicesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminListDevicesCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminListGroupsForUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminListGroupsForUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminListGroupsForUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminListGroupsForUserCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminListUserAuthEventsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminListUserAuthEventsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminListUserAuthEventsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminListUserAuthEventsCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminRemoveUserFromGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminRemoveUserFromGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminRemoveUserFromGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminRemoveUserFromGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -68,4 +68,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -86,6 +86,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminResetUserPasswordCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminResetUserPasswordCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminResetUserPasswordCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminResetUserPasswordCommand(output, context); | ||
} | ||
@@ -92,0 +92,0 @@ } |
@@ -58,4 +58,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -76,6 +76,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminRespondToAuthChallengeCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminRespondToAuthChallengeCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminRespondToAuthChallengeCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminRespondToAuthChallengeCommand(output, context); | ||
} | ||
@@ -82,0 +82,0 @@ } |
@@ -43,4 +43,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -61,6 +61,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminSetUserMFAPreferenceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminSetUserMFAPreferenceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminSetUserMFAPreferenceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminSetUserMFAPreferenceCommand(output, context); | ||
} | ||
@@ -67,0 +67,0 @@ } |
@@ -48,4 +48,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -66,6 +66,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminSetUserPasswordCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminSetUserPasswordCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminSetUserPasswordCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminSetUserPasswordCommand(output, context); | ||
} | ||
@@ -72,0 +72,0 @@ } |
@@ -42,4 +42,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -60,6 +60,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminSetUserSettingsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminSetUserSettingsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminSetUserSettingsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminSetUserSettingsCommand(output, context); | ||
} | ||
@@ -66,0 +66,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminUpdateAuthEventFeedbackCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminUpdateAuthEventFeedbackCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminUpdateAuthEventFeedbackCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminUpdateAuthEventFeedbackCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminUpdateDeviceStatusCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminUpdateDeviceStatusCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminUpdateDeviceStatusCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminUpdateDeviceStatusCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -63,4 +63,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -81,6 +81,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminUpdateUserAttributesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminUpdateUserAttributesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminUpdateUserAttributesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminUpdateUserAttributesCommand(output, context); | ||
} | ||
@@ -87,0 +87,0 @@ } |
@@ -42,4 +42,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -60,6 +60,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AdminUserGlobalSignOutCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AdminUserGlobalSignOutCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AdminUserGlobalSignOutCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AdminUserGlobalSignOutCommand(output, context); | ||
} | ||
@@ -66,0 +66,0 @@ } |
@@ -48,4 +48,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -66,6 +66,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1AssociateSoftwareTokenCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1AssociateSoftwareTokenCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateSoftwareTokenCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1AssociateSoftwareTokenCommand(output, context); | ||
} | ||
@@ -72,0 +72,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -55,6 +55,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ChangePasswordCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ChangePasswordCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ChangePasswordCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ChangePasswordCommand(output, context); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ConfirmDeviceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ConfirmDeviceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ConfirmDeviceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ConfirmDeviceCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -55,6 +55,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ConfirmForgotPasswordCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ConfirmForgotPasswordCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ConfirmForgotPasswordCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ConfirmForgotPasswordCommand(output, context); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -39,3 +39,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -56,6 +56,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ConfirmSignUpCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ConfirmSignUpCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ConfirmSignUpCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ConfirmSignUpCommand(output, context); | ||
} | ||
@@ -62,0 +62,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateIdentityProviderCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateIdentityProviderCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateIdentityProviderCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateIdentityProviderCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateResourceServerCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateResourceServerCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateResourceServerCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateResourceServerCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateUserImportJobCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateUserImportJobCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateUserImportJobCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateUserImportJobCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateUserPoolClientCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateUserPoolClientCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateUserPoolClientCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateUserPoolClientCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -57,4 +57,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -75,6 +75,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateUserPoolCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateUserPoolCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateUserPoolCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateUserPoolCommand(output, context); | ||
} | ||
@@ -81,0 +81,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1CreateUserPoolDomainCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1CreateUserPoolDomainCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateUserPoolDomainCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1CreateUserPoolDomainCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteIdentityProviderCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteIdentityProviderCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteIdentityProviderCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteIdentityProviderCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteResourceServerCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteResourceServerCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteResourceServerCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteResourceServerCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -55,6 +55,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteUserAttributesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteUserAttributesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteUserAttributesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteUserAttributesCommand(output, context); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -55,6 +55,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteUserCommand(output, context); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteUserPoolClientCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteUserPoolClientCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteUserPoolClientCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteUserPoolClientCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteUserPoolCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteUserPoolCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteUserPoolCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteUserPoolCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteUserPoolDomainCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DeleteUserPoolDomainCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteUserPoolDomainCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DeleteUserPoolDomainCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeIdentityProviderCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeIdentityProviderCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeIdentityProviderCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeIdentityProviderCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeResourceServerCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeResourceServerCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeResourceServerCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeResourceServerCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeRiskConfigurationCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeRiskConfigurationCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeRiskConfigurationCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeRiskConfigurationCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeUserImportJobCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeUserImportJobCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeUserImportJobCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeUserImportJobCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeUserPoolClientCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeUserPoolClientCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeUserPoolClientCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeUserPoolClientCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeUserPoolCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeUserPoolCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeUserPoolCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeUserPoolCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeUserPoolDomainCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1DescribeUserPoolDomainCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeUserPoolDomainCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1DescribeUserPoolDomainCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ForgetDeviceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ForgetDeviceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ForgetDeviceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ForgetDeviceCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -62,3 +62,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -79,6 +79,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ForgotPasswordCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ForgotPasswordCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ForgotPasswordCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ForgotPasswordCommand(output, context); | ||
} | ||
@@ -85,0 +85,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetCSVHeaderCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetCSVHeaderCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetCSVHeaderCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetCSVHeaderCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetDeviceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetDeviceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetDeviceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetDeviceCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetIdentityProviderByIdentifierCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetIdentityProviderByIdentifierCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetIdentityProviderByIdentifierCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetIdentityProviderByIdentifierCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetSigningCertificateCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetSigningCertificateCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetSigningCertificateCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetSigningCertificateCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -42,4 +42,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -60,6 +60,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetUICustomizationCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetUICustomizationCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetUICustomizationCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetUICustomizationCommand(output, context); | ||
} | ||
@@ -66,0 +66,0 @@ } |
@@ -55,3 +55,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -72,6 +72,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetUserAttributeVerificationCodeCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetUserAttributeVerificationCodeCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetUserAttributeVerificationCodeCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetUserAttributeVerificationCodeCommand(output, context); | ||
} | ||
@@ -78,0 +78,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -55,6 +55,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetUserCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetUserCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetUserCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetUserCommand(output, context); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GetUserPoolMfaConfigCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GetUserPoolMfaConfigCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GetUserPoolMfaConfigCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GetUserPoolMfaConfigCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1GlobalSignOutCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1GlobalSignOutCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1GlobalSignOutCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1GlobalSignOutCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -55,3 +55,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -72,6 +72,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1InitiateAuthCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1InitiateAuthCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1InitiateAuthCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1InitiateAuthCommand(output, context); | ||
} | ||
@@ -78,0 +78,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListDevicesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListDevicesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListDevicesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListDevicesCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListGroupsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListGroupsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListGroupsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListGroupsCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListIdentityProvidersCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListIdentityProvidersCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListIdentityProvidersCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListIdentityProvidersCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListResourceServersCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListResourceServersCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListResourceServersCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListResourceServersCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -42,4 +42,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -60,6 +60,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context); | ||
} | ||
@@ -66,0 +66,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListUserImportJobsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListUserImportJobsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListUserImportJobsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListUserImportJobsCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListUserPoolClientsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListUserPoolClientsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListUserPoolClientsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListUserPoolClientsCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListUserPoolsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListUserPoolsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListUserPoolsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListUserPoolsCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListUsersCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListUsersCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListUsersCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListUsersCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ListUsersInGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ListUsersInGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ListUsersInGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ListUsersInGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -56,3 +56,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -73,6 +73,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1ResendConfirmationCodeCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1ResendConfirmationCodeCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1ResendConfirmationCodeCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1ResendConfirmationCodeCommand(output, context); | ||
} | ||
@@ -79,0 +79,0 @@ } |
@@ -55,3 +55,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -72,6 +72,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1RespondToAuthChallengeCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1RespondToAuthChallengeCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1RespondToAuthChallengeCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1RespondToAuthChallengeCommand(output, context); | ||
} | ||
@@ -78,0 +78,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1RevokeTokenCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1RevokeTokenCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1RevokeTokenCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1RevokeTokenCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -43,4 +43,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -61,6 +61,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1SetRiskConfigurationCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1SetRiskConfigurationCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1SetRiskConfigurationCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1SetRiskConfigurationCommand(output, context); | ||
} | ||
@@ -67,0 +67,0 @@ } |
@@ -50,4 +50,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -68,6 +68,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1SetUICustomizationCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1SetUICustomizationCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1SetUICustomizationCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1SetUICustomizationCommand(output, context); | ||
} | ||
@@ -74,0 +74,0 @@ } |
@@ -47,4 +47,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -65,6 +65,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1SetUserMFAPreferenceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1SetUserMFAPreferenceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1SetUserMFAPreferenceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1SetUserMFAPreferenceCommand(output, context); | ||
} | ||
@@ -71,0 +71,0 @@ } |
@@ -56,4 +56,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -74,6 +74,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1SetUserPoolMfaConfigCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1SetUserPoolMfaConfigCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1SetUserPoolMfaConfigCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1SetUserPoolMfaConfigCommand(output, context); | ||
} | ||
@@ -80,0 +80,0 @@ } |
@@ -41,3 +41,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1SetUserSettingsCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1SetUserSettingsCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1SetUserSettingsCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1SetUserSettingsCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -56,3 +56,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -73,6 +73,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1SignUpCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1SignUpCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1SignUpCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1SignUpCommand(output, context); | ||
} | ||
@@ -79,0 +79,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1StartUserImportJobCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1StartUserImportJobCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1StartUserImportJobCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1StartUserImportJobCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1StopUserImportJobCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1StopUserImportJobCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1StopUserImportJobCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1StopUserImportJobCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -52,4 +52,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -70,6 +70,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1TagResourceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context); | ||
} | ||
@@ -76,0 +76,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateAuthEventFeedbackCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateAuthEventFeedbackCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateAuthEventFeedbackCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateAuthEventFeedbackCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDeviceStatusCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateDeviceStatusCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDeviceStatusCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateDeviceStatusCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -40,4 +40,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -58,6 +58,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateGroupCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateGroupCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateGroupCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateGroupCommand(output, context); | ||
} | ||
@@ -64,0 +64,0 @@ } |
@@ -39,4 +39,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -57,6 +57,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateIdentityProviderCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateIdentityProviderCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateIdentityProviderCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateIdentityProviderCommand(output, context); | ||
} | ||
@@ -63,0 +63,0 @@ } |
@@ -43,4 +43,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -61,6 +61,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateResourceServerCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateResourceServerCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateResourceServerCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateResourceServerCommand(output, context); | ||
} | ||
@@ -67,0 +67,0 @@ } |
@@ -55,3 +55,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -72,6 +72,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateUserAttributesCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateUserAttributesCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateUserAttributesCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateUserAttributesCommand(output, context); | ||
} | ||
@@ -78,0 +78,0 @@ } |
@@ -46,4 +46,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -64,6 +64,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateUserPoolClientCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateUserPoolClientCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateUserPoolClientCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateUserPoolClientCommand(output, context); | ||
} | ||
@@ -70,0 +70,0 @@ } |
@@ -58,4 +58,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -76,6 +76,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateUserPoolCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateUserPoolCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateUserPoolCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateUserPoolCommand(output, context); | ||
} | ||
@@ -82,0 +82,0 @@ } |
@@ -59,4 +59,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -77,6 +77,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateUserPoolDomainCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1UpdateUserPoolDomainCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateUserPoolDomainCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1UpdateUserPoolDomainCommand(output, context); | ||
} | ||
@@ -83,0 +83,0 @@ } |
@@ -41,4 +41,4 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(configuration)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -59,6 +59,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1VerifySoftwareTokenCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1VerifySoftwareTokenCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1VerifySoftwareTokenCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1VerifySoftwareTokenCommand(output, context); | ||
} | ||
@@ -65,0 +65,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -55,6 +55,6 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return (0, Aws_json1_1_1.serializeAws_json1_1VerifyUserAttributeCommand)(input, context); | ||
return Aws_json1_1_1.serializeAws_json1_1VerifyUserAttributeCommand(input, context); | ||
} | ||
deserialize(output, context) { | ||
return (0, Aws_json1_1_1.deserializeAws_json1_1VerifyUserAttributeCommand)(output, context); | ||
return Aws_json1_1_1.deserializeAws_json1_1VerifyUserAttributeCommand(output, context); | ||
} | ||
@@ -61,0 +61,0 @@ } |
@@ -75,3 +75,3 @@ "use strict"; | ||
}; | ||
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, { | ||
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, { | ||
...options, | ||
@@ -78,0 +78,0 @@ signingService: "cognito-idp", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./CognitoIdentityProviderClient"), exports); | ||
(0, tslib_1.__exportStar)(require("./CognitoIdentityProvider"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AddCustomAttributesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminAddUserToGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminConfirmSignUpCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminCreateUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminDeleteUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminDeleteUserAttributesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminDisableProviderForUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminDisableUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminEnableUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminForgetDeviceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminGetDeviceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminGetUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminInitiateAuthCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminLinkProviderForUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminListDevicesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminListGroupsForUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/AdminListGroupsForUserPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminListUserAuthEventsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/AdminListUserAuthEventsPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminRemoveUserFromGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminResetUserPasswordCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminRespondToAuthChallengeCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminSetUserMFAPreferenceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminSetUserPasswordCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminSetUserSettingsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminUpdateAuthEventFeedbackCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminUpdateDeviceStatusCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminUpdateUserAttributesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AdminUserGlobalSignOutCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/AssociateSoftwareTokenCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ChangePasswordCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ConfirmDeviceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ConfirmForgotPasswordCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ConfirmSignUpCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateIdentityProviderCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateResourceServerCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateUserImportJobCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateUserPoolCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateUserPoolClientCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/CreateUserPoolDomainCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteIdentityProviderCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteResourceServerCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteUserAttributesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteUserPoolCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteUserPoolClientCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DeleteUserPoolDomainCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeIdentityProviderCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeResourceServerCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeRiskConfigurationCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeUserImportJobCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeUserPoolCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeUserPoolClientCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/DescribeUserPoolDomainCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ForgetDeviceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ForgotPasswordCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetCSVHeaderCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetDeviceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetIdentityProviderByIdentifierCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetSigningCertificateCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetUICustomizationCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetUserCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetUserAttributeVerificationCodeCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GetUserPoolMfaConfigCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/GlobalSignOutCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/InitiateAuthCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListDevicesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListGroupsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListGroupsPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListIdentityProvidersCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListIdentityProvidersPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListResourceServersCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListResourceServersPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListTagsForResourceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListUserImportJobsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListUserPoolClientsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListUserPoolClientsPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListUserPoolsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListUserPoolsPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListUsersCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListUsersPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ListUsersInGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/ListUsersInGroupPaginator"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/ResendConfirmationCodeCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/RespondToAuthChallengeCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/RevokeTokenCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/SetRiskConfigurationCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/SetUICustomizationCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/SetUserMFAPreferenceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/SetUserPoolMfaConfigCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/SetUserSettingsCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/SignUpCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/StartUserImportJobCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/StopUserImportJobCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/TagResourceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UntagResourceCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateAuthEventFeedbackCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateDeviceStatusCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateGroupCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateIdentityProviderCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateResourceServerCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateUserAttributesCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateUserPoolCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateUserPoolClientCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/UpdateUserPoolDomainCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/VerifySoftwareTokenCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./commands/VerifyUserAttributeCommand"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/Interfaces"), exports); | ||
(0, tslib_1.__exportStar)(require("./models/index"), exports); | ||
tslib_1.__exportStar(require("./CognitoIdentityProviderClient"), exports); | ||
tslib_1.__exportStar(require("./CognitoIdentityProvider"), exports); | ||
tslib_1.__exportStar(require("./commands/AddCustomAttributesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminAddUserToGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminConfirmSignUpCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminCreateUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminDeleteUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminDeleteUserAttributesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminDisableProviderForUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminDisableUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminEnableUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminForgetDeviceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminGetDeviceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminGetUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminInitiateAuthCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminLinkProviderForUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminListDevicesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminListGroupsForUserCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/AdminListGroupsForUserPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminListUserAuthEventsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/AdminListUserAuthEventsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminRemoveUserFromGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminResetUserPasswordCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminRespondToAuthChallengeCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminSetUserMFAPreferenceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminSetUserPasswordCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminSetUserSettingsCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminUpdateAuthEventFeedbackCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminUpdateDeviceStatusCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminUpdateUserAttributesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AdminUserGlobalSignOutCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/AssociateSoftwareTokenCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ChangePasswordCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ConfirmDeviceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ConfirmForgotPasswordCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ConfirmSignUpCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateIdentityProviderCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateResourceServerCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateUserImportJobCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateUserPoolCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateUserPoolClientCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/CreateUserPoolDomainCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteIdentityProviderCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteResourceServerCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteUserAttributesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteUserPoolCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteUserPoolClientCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DeleteUserPoolDomainCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeIdentityProviderCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeResourceServerCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeRiskConfigurationCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeUserImportJobCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeUserPoolCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeUserPoolClientCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/DescribeUserPoolDomainCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ForgetDeviceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ForgotPasswordCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetCSVHeaderCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetDeviceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetIdentityProviderByIdentifierCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetSigningCertificateCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetUICustomizationCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetUserCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetUserAttributeVerificationCodeCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GetUserPoolMfaConfigCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/GlobalSignOutCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/InitiateAuthCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ListDevicesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ListGroupsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListGroupsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListIdentityProvidersCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListIdentityProvidersPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListResourceServersCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListResourceServersPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ListUserImportJobsCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/ListUserPoolClientsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListUserPoolClientsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListUserPoolsCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListUserPoolsPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListUsersCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListUsersPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ListUsersInGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/ListUsersInGroupPaginator"), exports); | ||
tslib_1.__exportStar(require("./commands/ResendConfirmationCodeCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/RespondToAuthChallengeCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/RevokeTokenCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SetRiskConfigurationCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SetUICustomizationCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SetUserMFAPreferenceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SetUserPoolMfaConfigCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SetUserSettingsCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/SignUpCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/StartUserImportJobCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/StopUserImportJobCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateAuthEventFeedbackCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateDeviceStatusCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateGroupCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateIdentityProviderCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateResourceServerCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateUserAttributesCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateUserPoolCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateUserPoolClientCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/UpdateUserPoolDomainCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/VerifySoftwareTokenCommand"), exports); | ||
tslib_1.__exportStar(require("./commands/VerifyUserAttributeCommand"), exports); | ||
tslib_1.__exportStar(require("./pagination/Interfaces"), exports); | ||
tslib_1.__exportStar(require("./models/index"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./models_0"), exports); | ||
(0, tslib_1.__exportStar)(require("./models_1"), exports); | ||
tslib_1.__exportStar(require("./models_0"), exports); | ||
tslib_1.__exportStar(require("./models_1"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aws-sdk/client-cognito-identity-provider", | ||
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", | ||
"version": "3.31.0", | ||
"version": "3.32.0", | ||
"scripts": { | ||
@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.31.0", | ||
"@aws-sdk/config-resolver": "3.30.0", | ||
"@aws-sdk/credential-provider-node": "3.31.0", | ||
"@aws-sdk/fetch-http-handler": "3.29.0", | ||
"@aws-sdk/hash-node": "3.29.0", | ||
"@aws-sdk/invalid-dependency": "3.29.0", | ||
"@aws-sdk/middleware-content-length": "3.29.0", | ||
"@aws-sdk/middleware-host-header": "3.29.0", | ||
"@aws-sdk/middleware-logger": "3.29.0", | ||
"@aws-sdk/middleware-retry": "3.29.0", | ||
"@aws-sdk/middleware-serde": "3.29.0", | ||
"@aws-sdk/middleware-signing": "3.30.0", | ||
"@aws-sdk/middleware-stack": "3.29.0", | ||
"@aws-sdk/middleware-user-agent": "3.29.0", | ||
"@aws-sdk/node-config-provider": "3.29.0", | ||
"@aws-sdk/node-http-handler": "3.29.0", | ||
"@aws-sdk/protocol-http": "3.29.0", | ||
"@aws-sdk/smithy-client": "3.31.0", | ||
"@aws-sdk/types": "3.29.0", | ||
"@aws-sdk/url-parser": "3.29.0", | ||
"@aws-sdk/util-base64-browser": "3.29.0", | ||
"@aws-sdk/util-base64-node": "3.29.0", | ||
"@aws-sdk/util-body-length-browser": "3.29.0", | ||
"@aws-sdk/util-body-length-node": "3.29.0", | ||
"@aws-sdk/util-user-agent-browser": "3.29.0", | ||
"@aws-sdk/util-user-agent-node": "3.29.0", | ||
"@aws-sdk/util-utf8-browser": "3.29.0", | ||
"@aws-sdk/util-utf8-node": "3.29.0", | ||
"@aws-sdk/client-sts": "3.32.0", | ||
"@aws-sdk/config-resolver": "3.32.0", | ||
"@aws-sdk/credential-provider-node": "3.32.0", | ||
"@aws-sdk/fetch-http-handler": "3.32.0", | ||
"@aws-sdk/hash-node": "3.32.0", | ||
"@aws-sdk/invalid-dependency": "3.32.0", | ||
"@aws-sdk/middleware-content-length": "3.32.0", | ||
"@aws-sdk/middleware-host-header": "3.32.0", | ||
"@aws-sdk/middleware-logger": "3.32.0", | ||
"@aws-sdk/middleware-retry": "3.32.0", | ||
"@aws-sdk/middleware-serde": "3.32.0", | ||
"@aws-sdk/middleware-signing": "3.32.0", | ||
"@aws-sdk/middleware-stack": "3.32.0", | ||
"@aws-sdk/middleware-user-agent": "3.32.0", | ||
"@aws-sdk/node-config-provider": "3.32.0", | ||
"@aws-sdk/node-http-handler": "3.32.0", | ||
"@aws-sdk/protocol-http": "3.32.0", | ||
"@aws-sdk/smithy-client": "3.32.0", | ||
"@aws-sdk/types": "3.32.0", | ||
"@aws-sdk/url-parser": "3.32.0", | ||
"@aws-sdk/util-base64-browser": "3.32.0", | ||
"@aws-sdk/util-base64-node": "3.32.0", | ||
"@aws-sdk/util-body-length-browser": "3.32.0", | ||
"@aws-sdk/util-body-length-node": "3.32.0", | ||
"@aws-sdk/util-user-agent-browser": "3.32.0", | ||
"@aws-sdk/util-user-agent-node": "3.32.0", | ||
"@aws-sdk/util-utf8-browser": "3.32.0", | ||
"@aws-sdk/util-utf8-node": "3.32.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.29.0", | ||
"@aws-sdk/client-documentation-generator": "3.32.0", | ||
"@types/node": "^12.7.5", | ||
@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.4.2" | ||
"typescript": "~4.3.5" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const package_json_1 = (0, tslib_1.__importDefault)(require("./package.json")); | ||
const package_json_1 = tslib_1.__importDefault(require("./package.json")); | ||
const sha256_browser_1 = require("@aws-crypto/sha256-browser"); | ||
@@ -21,3 +21,3 @@ const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler"); | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; | ||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); | ||
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config); | ||
return { | ||
@@ -31,5 +31,5 @@ ...clientSharedValues, | ||
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : ((_) => () => Promise.reject(new Error("Credential is missing"))), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS, | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, invalid_dependency_1.invalidProvider)("Region is missing"), | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"), | ||
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(), | ||
@@ -36,0 +36,0 @@ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)), |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const package_json_1 = (0, tslib_1.__importDefault)(require("./package.json")); | ||
const package_json_1 = tslib_1.__importDefault(require("./package.json")); | ||
const client_sts_1 = require("@aws-sdk/client-sts"); | ||
@@ -25,4 +25,4 @@ const config_resolver_1 = require("@aws-sdk/config-resolver"); | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; | ||
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version); | ||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); | ||
smithy_client_1.emitWarningIfUnsupportedVersion(process.version); | ||
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config); | ||
return { | ||
@@ -35,8 +35,8 @@ ...clientSharedValues, | ||
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength, | ||
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), | ||
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : client_sts_1.decorateDefaultCredentialProvider(credential_provider_node_1.defaultProvider), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), | ||
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(), | ||
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS), | ||
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS), | ||
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"), | ||
@@ -43,0 +43,0 @@ streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector, |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _a; | ||
const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config); | ||
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config); | ||
return { | ||
@@ -14,0 +14,0 @@ ...browserDefaults, |
{ | ||
"name": "@aws-sdk/client-cognito-identity-provider", | ||
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", | ||
"version": "3.31.0", | ||
"version": "3.32.0", | ||
"scripts": { | ||
@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.31.0", | ||
"@aws-sdk/config-resolver": "3.30.0", | ||
"@aws-sdk/credential-provider-node": "3.31.0", | ||
"@aws-sdk/fetch-http-handler": "3.29.0", | ||
"@aws-sdk/hash-node": "3.29.0", | ||
"@aws-sdk/invalid-dependency": "3.29.0", | ||
"@aws-sdk/middleware-content-length": "3.29.0", | ||
"@aws-sdk/middleware-host-header": "3.29.0", | ||
"@aws-sdk/middleware-logger": "3.29.0", | ||
"@aws-sdk/middleware-retry": "3.29.0", | ||
"@aws-sdk/middleware-serde": "3.29.0", | ||
"@aws-sdk/middleware-signing": "3.30.0", | ||
"@aws-sdk/middleware-stack": "3.29.0", | ||
"@aws-sdk/middleware-user-agent": "3.29.0", | ||
"@aws-sdk/node-config-provider": "3.29.0", | ||
"@aws-sdk/node-http-handler": "3.29.0", | ||
"@aws-sdk/protocol-http": "3.29.0", | ||
"@aws-sdk/smithy-client": "3.31.0", | ||
"@aws-sdk/types": "3.29.0", | ||
"@aws-sdk/url-parser": "3.29.0", | ||
"@aws-sdk/util-base64-browser": "3.29.0", | ||
"@aws-sdk/util-base64-node": "3.29.0", | ||
"@aws-sdk/util-body-length-browser": "3.29.0", | ||
"@aws-sdk/util-body-length-node": "3.29.0", | ||
"@aws-sdk/util-user-agent-browser": "3.29.0", | ||
"@aws-sdk/util-user-agent-node": "3.29.0", | ||
"@aws-sdk/util-utf8-browser": "3.29.0", | ||
"@aws-sdk/util-utf8-node": "3.29.0", | ||
"@aws-sdk/client-sts": "3.32.0", | ||
"@aws-sdk/config-resolver": "3.32.0", | ||
"@aws-sdk/credential-provider-node": "3.32.0", | ||
"@aws-sdk/fetch-http-handler": "3.32.0", | ||
"@aws-sdk/hash-node": "3.32.0", | ||
"@aws-sdk/invalid-dependency": "3.32.0", | ||
"@aws-sdk/middleware-content-length": "3.32.0", | ||
"@aws-sdk/middleware-host-header": "3.32.0", | ||
"@aws-sdk/middleware-logger": "3.32.0", | ||
"@aws-sdk/middleware-retry": "3.32.0", | ||
"@aws-sdk/middleware-serde": "3.32.0", | ||
"@aws-sdk/middleware-signing": "3.32.0", | ||
"@aws-sdk/middleware-stack": "3.32.0", | ||
"@aws-sdk/middleware-user-agent": "3.32.0", | ||
"@aws-sdk/node-config-provider": "3.32.0", | ||
"@aws-sdk/node-http-handler": "3.32.0", | ||
"@aws-sdk/protocol-http": "3.32.0", | ||
"@aws-sdk/smithy-client": "3.32.0", | ||
"@aws-sdk/types": "3.32.0", | ||
"@aws-sdk/url-parser": "3.32.0", | ||
"@aws-sdk/util-base64-browser": "3.32.0", | ||
"@aws-sdk/util-base64-node": "3.32.0", | ||
"@aws-sdk/util-body-length-browser": "3.32.0", | ||
"@aws-sdk/util-body-length-node": "3.32.0", | ||
"@aws-sdk/util-user-agent-browser": "3.32.0", | ||
"@aws-sdk/util-user-agent-node": "3.32.0", | ||
"@aws-sdk/util-utf8-browser": "3.32.0", | ||
"@aws-sdk/util-utf8-node": "3.32.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.29.0", | ||
"@aws-sdk/client-documentation-generator": "3.32.0", | ||
"@types/node": "^12.7.5", | ||
@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.4.2" | ||
"typescript": "~4.3.5" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new AdminListGroupsForUserCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new AdminListGroupsForUserCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.adminListGroupsForUser.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.adminListGroupsForUser.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new AdminListUserAuthEventsCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new AdminListUserAuthEventsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.adminListUserAuthEvents.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.adminListUserAuthEvents.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListGroupsCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListGroupsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listGroups.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listGroups.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListIdentityProvidersCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListIdentityProvidersCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listIdentityProviders.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listIdentityProviders.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListResourceServersCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListResourceServersCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listResourceServers.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listResourceServers.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUserPoolClientsCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUserPoolClientsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listUserPoolClients.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listUserPoolClients.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUserPoolsCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUserPoolsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listUserPools.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listUserPools.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUsersInGroupCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUsersInGroupCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listUsersInGroup.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listUsersInGroup.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -16,3 +16,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUsersCommand(input)], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListUsersCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listUsers.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 0: return [4 /*yield*/, client.listUsers.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentityProvider)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityProviderClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
{ | ||
"name": "@aws-sdk/client-cognito-identity-provider", | ||
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", | ||
"version": "3.31.0", | ||
"version": "3.32.0", | ||
"scripts": { | ||
@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.31.0", | ||
"@aws-sdk/config-resolver": "3.30.0", | ||
"@aws-sdk/credential-provider-node": "3.31.0", | ||
"@aws-sdk/fetch-http-handler": "3.29.0", | ||
"@aws-sdk/hash-node": "3.29.0", | ||
"@aws-sdk/invalid-dependency": "3.29.0", | ||
"@aws-sdk/middleware-content-length": "3.29.0", | ||
"@aws-sdk/middleware-host-header": "3.29.0", | ||
"@aws-sdk/middleware-logger": "3.29.0", | ||
"@aws-sdk/middleware-retry": "3.29.0", | ||
"@aws-sdk/middleware-serde": "3.29.0", | ||
"@aws-sdk/middleware-signing": "3.30.0", | ||
"@aws-sdk/middleware-stack": "3.29.0", | ||
"@aws-sdk/middleware-user-agent": "3.29.0", | ||
"@aws-sdk/node-config-provider": "3.29.0", | ||
"@aws-sdk/node-http-handler": "3.29.0", | ||
"@aws-sdk/protocol-http": "3.29.0", | ||
"@aws-sdk/smithy-client": "3.31.0", | ||
"@aws-sdk/types": "3.29.0", | ||
"@aws-sdk/url-parser": "3.29.0", | ||
"@aws-sdk/util-base64-browser": "3.29.0", | ||
"@aws-sdk/util-base64-node": "3.29.0", | ||
"@aws-sdk/util-body-length-browser": "3.29.0", | ||
"@aws-sdk/util-body-length-node": "3.29.0", | ||
"@aws-sdk/util-user-agent-browser": "3.29.0", | ||
"@aws-sdk/util-user-agent-node": "3.29.0", | ||
"@aws-sdk/util-utf8-browser": "3.29.0", | ||
"@aws-sdk/util-utf8-node": "3.29.0", | ||
"@aws-sdk/client-sts": "3.32.0", | ||
"@aws-sdk/config-resolver": "3.32.0", | ||
"@aws-sdk/credential-provider-node": "3.32.0", | ||
"@aws-sdk/fetch-http-handler": "3.32.0", | ||
"@aws-sdk/hash-node": "3.32.0", | ||
"@aws-sdk/invalid-dependency": "3.32.0", | ||
"@aws-sdk/middleware-content-length": "3.32.0", | ||
"@aws-sdk/middleware-host-header": "3.32.0", | ||
"@aws-sdk/middleware-logger": "3.32.0", | ||
"@aws-sdk/middleware-retry": "3.32.0", | ||
"@aws-sdk/middleware-serde": "3.32.0", | ||
"@aws-sdk/middleware-signing": "3.32.0", | ||
"@aws-sdk/middleware-stack": "3.32.0", | ||
"@aws-sdk/middleware-user-agent": "3.32.0", | ||
"@aws-sdk/node-config-provider": "3.32.0", | ||
"@aws-sdk/node-http-handler": "3.32.0", | ||
"@aws-sdk/protocol-http": "3.32.0", | ||
"@aws-sdk/smithy-client": "3.32.0", | ||
"@aws-sdk/types": "3.32.0", | ||
"@aws-sdk/url-parser": "3.32.0", | ||
"@aws-sdk/util-base64-browser": "3.32.0", | ||
"@aws-sdk/util-base64-node": "3.32.0", | ||
"@aws-sdk/util-body-length-browser": "3.32.0", | ||
"@aws-sdk/util-body-length-node": "3.32.0", | ||
"@aws-sdk/util-user-agent-browser": "3.32.0", | ||
"@aws-sdk/util-user-agent-node": "3.32.0", | ||
"@aws-sdk/util-utf8-browser": "3.32.0", | ||
"@aws-sdk/util-utf8-node": "3.32.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.29.0", | ||
"@aws-sdk/client-documentation-generator": "3.32.0", | ||
"@types/node": "^12.7.5", | ||
@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.4.2" | ||
"typescript": "~4.3.5" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
@@ -16,4 +16,3 @@ { | ||
"declarationDir": "./dist/types", | ||
"outDir": "dist/cjs", | ||
"useUnknownInCatchVariables": false | ||
"outDir": "dist/cjs" | ||
}, | ||
@@ -20,0 +19,0 @@ "typedocOptions": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7881312
128109
+ Added@aws-sdk/abort-controller@3.32.0(transitive)
+ Added@aws-sdk/client-sso@3.32.0(transitive)
+ Added@aws-sdk/client-sts@3.32.0(transitive)
+ Added@aws-sdk/config-resolver@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-imds@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.32.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.32.0(transitive)
+ Added@aws-sdk/fetch-http-handler@3.32.0(transitive)
+ Added@aws-sdk/hash-node@3.32.0(transitive)
+ Added@aws-sdk/invalid-dependency@3.32.0(transitive)
+ Added@aws-sdk/is-array-buffer@3.32.0(transitive)
+ Added@aws-sdk/middleware-content-length@3.32.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.32.0(transitive)
+ Added@aws-sdk/middleware-logger@3.32.0(transitive)
+ Added@aws-sdk/middleware-retry@3.32.0(transitive)
+ Added@aws-sdk/middleware-sdk-sts@3.32.0(transitive)
+ Added@aws-sdk/middleware-serde@3.32.0(transitive)
+ Added@aws-sdk/middleware-signing@3.32.0(transitive)
+ Added@aws-sdk/middleware-stack@3.32.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.32.0(transitive)
+ Added@aws-sdk/node-config-provider@3.32.0(transitive)
+ Added@aws-sdk/node-http-handler@3.32.0(transitive)
+ Added@aws-sdk/property-provider@3.32.0(transitive)
+ Added@aws-sdk/protocol-http@3.32.0(transitive)
+ Added@aws-sdk/querystring-builder@3.32.0(transitive)
+ Added@aws-sdk/querystring-parser@3.32.0(transitive)
+ Added@aws-sdk/service-error-classification@3.32.0(transitive)
+ Added@aws-sdk/shared-ini-file-loader@3.32.0(transitive)
+ Added@aws-sdk/signature-v4@3.32.0(transitive)
+ Added@aws-sdk/smithy-client@3.32.0(transitive)
+ Added@aws-sdk/types@3.32.0(transitive)
+ Added@aws-sdk/url-parser@3.32.0(transitive)
+ Added@aws-sdk/util-base64-browser@3.32.0(transitive)
+ Added@aws-sdk/util-base64-node@3.32.0(transitive)
+ Added@aws-sdk/util-body-length-browser@3.32.0(transitive)
+ Added@aws-sdk/util-body-length-node@3.32.0(transitive)
+ Added@aws-sdk/util-buffer-from@3.32.0(transitive)
+ Added@aws-sdk/util-credentials@3.32.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.32.0(transitive)
+ Added@aws-sdk/util-uri-escape@3.32.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.32.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.32.0(transitive)
+ Added@aws-sdk/util-utf8-browser@3.32.0(transitive)
+ Added@aws-sdk/util-utf8-node@3.32.0(transitive)
- Removed@aws-sdk/abort-controller@3.29.0(transitive)
- Removed@aws-sdk/client-sso@3.31.0(transitive)
- Removed@aws-sdk/client-sts@3.31.0(transitive)
- Removed@aws-sdk/config-resolver@3.30.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.29.0(transitive)
- Removed@aws-sdk/credential-provider-imds@3.29.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.31.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.31.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.29.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.31.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.29.0(transitive)
- Removed@aws-sdk/fetch-http-handler@3.29.0(transitive)
- Removed@aws-sdk/hash-node@3.29.0(transitive)
- Removed@aws-sdk/invalid-dependency@3.29.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.29.0(transitive)
- Removed@aws-sdk/middleware-content-length@3.29.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.29.0(transitive)
- Removed@aws-sdk/middleware-logger@3.29.0(transitive)
- Removed@aws-sdk/middleware-retry@3.29.0(transitive)
- Removed@aws-sdk/middleware-sdk-sts@3.30.0(transitive)
- Removed@aws-sdk/middleware-serde@3.29.0(transitive)
- Removed@aws-sdk/middleware-signing@3.30.0(transitive)
- Removed@aws-sdk/middleware-stack@3.29.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.29.0(transitive)
- Removed@aws-sdk/node-config-provider@3.29.0(transitive)
- Removed@aws-sdk/node-http-handler@3.29.0(transitive)
- Removed@aws-sdk/property-provider@3.29.0(transitive)
- Removed@aws-sdk/protocol-http@3.29.0(transitive)
- Removed@aws-sdk/querystring-builder@3.29.0(transitive)
- Removed@aws-sdk/querystring-parser@3.29.0(transitive)
- Removed@aws-sdk/service-error-classification@3.29.0(transitive)
- Removed@aws-sdk/shared-ini-file-loader@3.29.0(transitive)
- Removed@aws-sdk/signature-v4@3.30.0(transitive)
- Removed@aws-sdk/smithy-client@3.31.0(transitive)
- Removed@aws-sdk/types@3.29.0(transitive)
- Removed@aws-sdk/url-parser@3.29.0(transitive)
- Removed@aws-sdk/util-base64-browser@3.29.0(transitive)
- Removed@aws-sdk/util-base64-node@3.29.0(transitive)
- Removed@aws-sdk/util-body-length-browser@3.29.0(transitive)
- Removed@aws-sdk/util-body-length-node@3.29.0(transitive)
- Removed@aws-sdk/util-buffer-from@3.29.0(transitive)
- Removed@aws-sdk/util-credentials@3.29.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.29.0(transitive)
- Removed@aws-sdk/util-uri-escape@3.29.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.29.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.29.0(transitive)
- Removed@aws-sdk/util-utf8-browser@3.29.0(transitive)
- Removed@aws-sdk/util-utf8-node@3.29.0(transitive)
Updated@aws-sdk/client-sts@3.32.0
Updated@aws-sdk/hash-node@3.32.0
Updated@aws-sdk/types@3.32.0
Updated@aws-sdk/url-parser@3.32.0