@aws-sdk/client-cloudformation 3.54.1 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-cjs/CloudFormationClient.js +13 -13
- package/dist-cjs/commands/ActivateTypeCommand.js +3 -3
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/CancelUpdateStackCommand.js +3 -3
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +3 -3
- package/dist-cjs/commands/CreateChangeSetCommand.js +3 -3
- package/dist-cjs/commands/CreateStackCommand.js +3 -3
- package/dist-cjs/commands/CreateStackInstancesCommand.js +3 -3
- package/dist-cjs/commands/CreateStackSetCommand.js +3 -3
- package/dist-cjs/commands/DeactivateTypeCommand.js +3 -3
- package/dist-cjs/commands/DeleteChangeSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteStackCommand.js +3 -3
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +3 -3
- package/dist-cjs/commands/DeleteStackSetCommand.js +3 -3
- package/dist-cjs/commands/DeregisterTypeCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-cjs/commands/DescribeChangeSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +3 -3
- package/dist-cjs/commands/DescribePublisherCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackResourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +3 -3
- package/dist-cjs/commands/DescribeStacksCommand.js +3 -3
- package/dist-cjs/commands/DescribeTypeCommand.js +3 -3
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +3 -3
- package/dist-cjs/commands/DetectStackDriftCommand.js +3 -3
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +3 -3
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +3 -3
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +3 -3
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +3 -3
- package/dist-cjs/commands/GetStackPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +3 -3
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +3 -3
- package/dist-cjs/commands/ListChangeSetsCommand.js +3 -3
- package/dist-cjs/commands/ListExportsCommand.js +3 -3
- package/dist-cjs/commands/ListImportsCommand.js +3 -3
- package/dist-cjs/commands/ListStackInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListStackResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +3 -3
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +3 -3
- package/dist-cjs/commands/ListStackSetsCommand.js +3 -3
- package/dist-cjs/commands/ListStacksCommand.js +3 -3
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +3 -3
- package/dist-cjs/commands/ListTypeVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListTypesCommand.js +3 -3
- package/dist-cjs/commands/PublishTypeCommand.js +3 -3
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +3 -3
- package/dist-cjs/commands/RegisterPublisherCommand.js +3 -3
- package/dist-cjs/commands/RegisterTypeCommand.js +3 -3
- package/dist-cjs/commands/RollbackStackCommand.js +3 -3
- package/dist-cjs/commands/SetStackPolicyCommand.js +3 -3
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +3 -3
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +3 -3
- package/dist-cjs/commands/SignalResourceCommand.js +3 -3
- package/dist-cjs/commands/StopStackSetOperationCommand.js +3 -3
- package/dist-cjs/commands/TestTypeCommand.js +3 -3
- package/dist-cjs/commands/UpdateStackCommand.js +3 -3
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +3 -3
- package/dist-cjs/commands/UpdateStackSetCommand.js +3 -3
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +3 -3
- package/dist-cjs/commands/ValidateTemplateCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +564 -564
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +3 -3
- package/dist-cjs/waiters/waitForStackCreateComplete.js +3 -3
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +3 -3
- package/dist-cjs/waiters/waitForStackExists.js +3 -3
- package/dist-cjs/waiters/waitForStackImportComplete.js +3 -3
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +3 -3
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +3 -3
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +3 -3
- package/dist-es/CloudFormation.js +66 -66
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +4 -4
- package/dist-es/pagination/DescribeStackEventsPaginator.js +4 -4
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +4 -4
- package/dist-es/pagination/DescribeStacksPaginator.js +4 -4
- package/dist-es/pagination/ListChangeSetsPaginator.js +4 -4
- package/dist-es/pagination/ListExportsPaginator.js +4 -4
- package/dist-es/pagination/ListImportsPaginator.js +4 -4
- package/dist-es/pagination/ListStackInstancesPaginator.js +4 -4
- package/dist-es/pagination/ListStackResourcesPaginator.js +4 -4
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +4 -4
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +4 -4
- package/dist-es/pagination/ListStackSetsPaginator.js +4 -4
- package/dist-es/pagination/ListStacksPaginator.js +4 -4
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +4 -4
- package/dist-es/pagination/ListTypeVersionsPaginator.js +4 -4
- package/dist-es/pagination/ListTypesPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +87 -87
- package/dist-es/waiters/waitForStackCreateComplete.js +6 -6
- package/dist-es/waiters/waitForStackDeleteComplete.js +7 -7
- package/dist-es/waiters/waitForStackImportComplete.js +6 -6
- package/dist-es/waiters/waitForStackRollbackComplete.js +4 -4
- package/dist-es/waiters/waitForStackUpdateComplete.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
class CloudFormationClient extends smithy_client_1.Client {
|
|
14
14
|
constructor(configuration) {
|
|
15
|
-
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
-
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
-
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
-
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
-
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
-
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
-
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
15
|
+
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
|
|
16
|
+
const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
|
|
17
|
+
const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
|
|
18
|
+
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
19
|
+
const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
|
|
20
|
+
const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
|
|
21
|
+
const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
|
|
22
22
|
super(_config_6);
|
|
23
23
|
this.config = _config_6;
|
|
24
|
-
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
25
|
-
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
|
|
26
|
-
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
|
|
27
|
-
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
|
|
28
|
-
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
29
|
-
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
24
|
+
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
25
|
+
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
|
+
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
|
+
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
28
|
+
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
30
|
}
|
|
31
31
|
destroy() {
|
|
32
32
|
super.destroy();
|
|
@@ -11,7 +11,7 @@ class ActivateTypeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class ActivateTypeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryActivateTypeCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryActivateTypeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryActivateTypeCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryActivateTypeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ActivateTypeCommand = ActivateTypeCommand;
|
|
@@ -11,7 +11,7 @@ class BatchDescribeTypeConfigurationsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class BatchDescribeTypeConfigurationsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryBatchDescribeTypeConfigurationsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryBatchDescribeTypeConfigurationsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryBatchDescribeTypeConfigurationsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryBatchDescribeTypeConfigurationsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.BatchDescribeTypeConfigurationsCommand = BatchDescribeTypeConfigurationsCommand;
|
|
@@ -11,7 +11,7 @@ class CancelUpdateStackCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class CancelUpdateStackCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCancelUpdateStackCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCancelUpdateStackCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCancelUpdateStackCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCancelUpdateStackCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CancelUpdateStackCommand = CancelUpdateStackCommand;
|
|
@@ -11,7 +11,7 @@ class ContinueUpdateRollbackCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class ContinueUpdateRollbackCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryContinueUpdateRollbackCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryContinueUpdateRollbackCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryContinueUpdateRollbackCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryContinueUpdateRollbackCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ContinueUpdateRollbackCommand = ContinueUpdateRollbackCommand;
|
|
@@ -11,7 +11,7 @@ class CreateChangeSetCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class CreateChangeSetCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateChangeSetCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateChangeSetCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateChangeSetCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateChangeSetCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateChangeSetCommand = CreateChangeSetCommand;
|
|
@@ -11,7 +11,7 @@ class CreateStackCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class CreateStackCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateStackCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateStackCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateStackCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateStackCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateStackCommand = CreateStackCommand;
|
|
@@ -11,7 +11,7 @@ class CreateStackInstancesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class CreateStackInstancesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateStackInstancesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateStackInstancesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateStackInstancesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateStackInstancesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateStackInstancesCommand = CreateStackInstancesCommand;
|
|
@@ -11,7 +11,7 @@ class CreateStackSetCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class CreateStackSetCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateStackSetCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateStackSetCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateStackSetCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateStackSetCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateStackSetCommand = CreateStackSetCommand;
|
|
@@ -11,7 +11,7 @@ class DeactivateTypeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DeactivateTypeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeactivateTypeCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeactivateTypeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeactivateTypeCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeactivateTypeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeactivateTypeCommand = DeactivateTypeCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteChangeSetCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DeleteChangeSetCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteChangeSetCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteChangeSetCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteChangeSetCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteChangeSetCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteChangeSetCommand = DeleteChangeSetCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteStackCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DeleteStackCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteStackCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteStackCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteStackCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteStackCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteStackCommand = DeleteStackCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteStackInstancesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DeleteStackInstancesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteStackInstancesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteStackInstancesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteStackInstancesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteStackInstancesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteStackInstancesCommand = DeleteStackInstancesCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteStackSetCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DeleteStackSetCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteStackSetCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteStackSetCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteStackSetCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteStackSetCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteStackSetCommand = DeleteStackSetCommand;
|
|
@@ -11,7 +11,7 @@ class DeregisterTypeCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DeregisterTypeCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeregisterTypeCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeregisterTypeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeregisterTypeCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeregisterTypeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeregisterTypeCommand = DeregisterTypeCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeAccountLimitsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeAccountLimitsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeAccountLimitsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeAccountLimitsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeAccountLimitsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeAccountLimitsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeChangeSetCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeChangeSetCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeChangeSetCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeChangeSetCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeChangeSetCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeChangeSetCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeChangeSetHooksCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeChangeSetHooksCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeChangeSetHooksCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeChangeSetHooksCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeChangeSetHooksCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeChangeSetHooksCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeChangeSetHooksCommand = DescribeChangeSetHooksCommand;
|
|
@@ -11,7 +11,7 @@ class DescribePublisherCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribePublisherCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribePublisherCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribePublisherCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribePublisherCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribePublisherCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribePublisherCommand = DescribePublisherCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackDriftDetectionStatusCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackDriftDetectionStatusCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackDriftDetectionStatusCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackDriftDetectionStatusCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackDriftDetectionStatusCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackDriftDetectionStatusCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackDriftDetectionStatusCommand = DescribeStackDriftDetectionStatusCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackEventsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackEventsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackEventsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackEventsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackEventsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackEventsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackEventsCommand = DescribeStackEventsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackInstanceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackInstanceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackInstanceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackInstanceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackInstanceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackInstanceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackInstanceCommand = DescribeStackInstanceCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackResourceCommand = DescribeStackResourceCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackResourceDriftsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackResourceDriftsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackResourceDriftsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackResourceDriftsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackResourceDriftsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackResourceDriftsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackResourceDriftsCommand = DescribeStackResourceDriftsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackResourcesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackResourcesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackResourcesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackResourcesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackResourcesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackResourcesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackResourcesCommand = DescribeStackResourcesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeStackSetCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "CloudFormationClient";
|
|
@@ -27,10 +27,10 @@ class DescribeStackSetCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeStackSetCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeStackSetCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeStackSetCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeStackSetCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeStackSetCommand = DescribeStackSetCommand;
|