@aws-sdk/client-cloudformation 3.185.0 → 3.188.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.
Files changed (103) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-cjs/protocols/Aws_query.js +8 -4
  3. package/dist-es/CloudFormation.js +266 -273
  4. package/dist-es/CloudFormationClient.js +22 -28
  5. package/dist-es/commands/ActivateTypeCommand.js +21 -28
  6. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +21 -28
  7. package/dist-es/commands/CancelUpdateStackCommand.js +22 -29
  8. package/dist-es/commands/ContinueUpdateRollbackCommand.js +21 -28
  9. package/dist-es/commands/CreateChangeSetCommand.js +21 -28
  10. package/dist-es/commands/CreateStackCommand.js +21 -28
  11. package/dist-es/commands/CreateStackInstancesCommand.js +21 -28
  12. package/dist-es/commands/CreateStackSetCommand.js +21 -28
  13. package/dist-es/commands/DeactivateTypeCommand.js +21 -28
  14. package/dist-es/commands/DeleteChangeSetCommand.js +21 -28
  15. package/dist-es/commands/DeleteStackCommand.js +22 -29
  16. package/dist-es/commands/DeleteStackInstancesCommand.js +21 -28
  17. package/dist-es/commands/DeleteStackSetCommand.js +21 -28
  18. package/dist-es/commands/DeregisterTypeCommand.js +21 -28
  19. package/dist-es/commands/DescribeAccountLimitsCommand.js +21 -28
  20. package/dist-es/commands/DescribeChangeSetCommand.js +21 -28
  21. package/dist-es/commands/DescribeChangeSetHooksCommand.js +21 -28
  22. package/dist-es/commands/DescribePublisherCommand.js +21 -28
  23. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +21 -28
  24. package/dist-es/commands/DescribeStackEventsCommand.js +21 -28
  25. package/dist-es/commands/DescribeStackInstanceCommand.js +21 -28
  26. package/dist-es/commands/DescribeStackResourceCommand.js +21 -28
  27. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +21 -28
  28. package/dist-es/commands/DescribeStackResourcesCommand.js +21 -28
  29. package/dist-es/commands/DescribeStackSetCommand.js +21 -28
  30. package/dist-es/commands/DescribeStackSetOperationCommand.js +21 -28
  31. package/dist-es/commands/DescribeStacksCommand.js +21 -28
  32. package/dist-es/commands/DescribeTypeCommand.js +21 -28
  33. package/dist-es/commands/DescribeTypeRegistrationCommand.js +21 -28
  34. package/dist-es/commands/DetectStackDriftCommand.js +21 -28
  35. package/dist-es/commands/DetectStackResourceDriftCommand.js +21 -28
  36. package/dist-es/commands/DetectStackSetDriftCommand.js +21 -28
  37. package/dist-es/commands/EstimateTemplateCostCommand.js +21 -28
  38. package/dist-es/commands/ExecuteChangeSetCommand.js +21 -28
  39. package/dist-es/commands/GetStackPolicyCommand.js +21 -28
  40. package/dist-es/commands/GetTemplateCommand.js +21 -28
  41. package/dist-es/commands/GetTemplateSummaryCommand.js +21 -28
  42. package/dist-es/commands/ImportStacksToStackSetCommand.js +21 -28
  43. package/dist-es/commands/ListChangeSetsCommand.js +21 -28
  44. package/dist-es/commands/ListExportsCommand.js +21 -28
  45. package/dist-es/commands/ListImportsCommand.js +21 -28
  46. package/dist-es/commands/ListStackInstancesCommand.js +21 -28
  47. package/dist-es/commands/ListStackResourcesCommand.js +21 -28
  48. package/dist-es/commands/ListStackSetOperationResultsCommand.js +21 -28
  49. package/dist-es/commands/ListStackSetOperationsCommand.js +21 -28
  50. package/dist-es/commands/ListStackSetsCommand.js +21 -28
  51. package/dist-es/commands/ListStacksCommand.js +21 -28
  52. package/dist-es/commands/ListTypeRegistrationsCommand.js +21 -28
  53. package/dist-es/commands/ListTypeVersionsCommand.js +21 -28
  54. package/dist-es/commands/ListTypesCommand.js +21 -28
  55. package/dist-es/commands/PublishTypeCommand.js +21 -28
  56. package/dist-es/commands/RecordHandlerProgressCommand.js +21 -28
  57. package/dist-es/commands/RegisterPublisherCommand.js +21 -28
  58. package/dist-es/commands/RegisterTypeCommand.js +21 -28
  59. package/dist-es/commands/RollbackStackCommand.js +21 -28
  60. package/dist-es/commands/SetStackPolicyCommand.js +22 -29
  61. package/dist-es/commands/SetTypeConfigurationCommand.js +21 -28
  62. package/dist-es/commands/SetTypeDefaultVersionCommand.js +21 -28
  63. package/dist-es/commands/SignalResourceCommand.js +22 -29
  64. package/dist-es/commands/StopStackSetOperationCommand.js +21 -28
  65. package/dist-es/commands/TestTypeCommand.js +21 -28
  66. package/dist-es/commands/UpdateStackCommand.js +21 -28
  67. package/dist-es/commands/UpdateStackInstancesCommand.js +21 -28
  68. package/dist-es/commands/UpdateStackSetCommand.js +21 -28
  69. package/dist-es/commands/UpdateTerminationProtectionCommand.js +21 -28
  70. package/dist-es/commands/ValidateTemplateCommand.js +21 -28
  71. package/dist-es/endpoints.js +8 -8
  72. package/dist-es/models/CloudFormationServiceException.js +5 -10
  73. package/dist-es/models/models_0.js +819 -450
  74. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +24 -67
  75. package/dist-es/pagination/DescribeStackEventsPaginator.js +24 -67
  76. package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +25 -68
  77. package/dist-es/pagination/DescribeStacksPaginator.js +24 -67
  78. package/dist-es/pagination/ListChangeSetsPaginator.js +24 -67
  79. package/dist-es/pagination/ListExportsPaginator.js +24 -67
  80. package/dist-es/pagination/ListImportsPaginator.js +24 -67
  81. package/dist-es/pagination/ListStackInstancesPaginator.js +25 -68
  82. package/dist-es/pagination/ListStackResourcesPaginator.js +24 -67
  83. package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +25 -68
  84. package/dist-es/pagination/ListStackSetOperationsPaginator.js +25 -68
  85. package/dist-es/pagination/ListStackSetsPaginator.js +25 -68
  86. package/dist-es/pagination/ListStacksPaginator.js +24 -67
  87. package/dist-es/pagination/ListTypeRegistrationsPaginator.js +25 -68
  88. package/dist-es/pagination/ListTypeVersionsPaginator.js +25 -68
  89. package/dist-es/pagination/ListTypesPaginator.js +25 -68
  90. package/dist-es/protocols/Aws_query.js +4138 -5472
  91. package/dist-es/runtimeConfig.browser.js +26 -12
  92. package/dist-es/runtimeConfig.js +30 -12
  93. package/dist-es/runtimeConfig.native.js +8 -5
  94. package/dist-es/runtimeConfig.shared.js +8 -11
  95. package/dist-es/waiters/waitForChangeSetCreateComplete.js +39 -59
  96. package/dist-es/waiters/waitForStackCreateComplete.js +108 -189
  97. package/dist-es/waiters/waitForStackDeleteComplete.js +122 -213
  98. package/dist-es/waiters/waitForStackExists.js +23 -42
  99. package/dist-es/waiters/waitForStackImportComplete.js +108 -189
  100. package/dist-es/waiters/waitForStackRollbackComplete.js +80 -141
  101. package/dist-es/waiters/waitForStackUpdateComplete.js +80 -141
  102. package/dist-es/waiters/waitForTypeRegistrationComplete.js +36 -56
  103. package/package.json +35 -36
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackEventsInputFilterSensitiveLog, DescribeStackEventsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackEventsCommand, serializeAws_queryDescribeStackEventsCommand, } from "../protocols/Aws_query";
6
- var DescribeStackEventsCommand = (function (_super) {
7
- __extends(DescribeStackEventsCommand, _super);
8
- function DescribeStackEventsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackEventsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackEventsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackEventsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackEventsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackEventsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackEventsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackEventsCommand(input, context);
33
- };
34
- DescribeStackEventsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackEventsCommand(output, context);
36
- };
37
- return DescribeStackEventsCommand;
38
- }($Command));
39
- export { DescribeStackEventsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackInstanceInputFilterSensitiveLog, DescribeStackInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackInstanceCommand, serializeAws_queryDescribeStackInstanceCommand, } from "../protocols/Aws_query";
6
- var DescribeStackInstanceCommand = (function (_super) {
7
- __extends(DescribeStackInstanceCommand, _super);
8
- function DescribeStackInstanceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackInstanceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackInstanceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackInstanceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackInstanceInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackInstanceOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackInstanceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackInstanceCommand(input, context);
33
- };
34
- DescribeStackInstanceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackInstanceCommand(output, context);
36
- };
37
- return DescribeStackInstanceCommand;
38
- }($Command));
39
- export { DescribeStackInstanceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackResourceInputFilterSensitiveLog, DescribeStackResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackResourceCommand, serializeAws_queryDescribeStackResourceCommand, } from "../protocols/Aws_query";
6
- var DescribeStackResourceCommand = (function (_super) {
7
- __extends(DescribeStackResourceCommand, _super);
8
- function DescribeStackResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackResourceInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackResourceOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackResourceCommand(input, context);
33
- };
34
- DescribeStackResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackResourceCommand(output, context);
36
- };
37
- return DescribeStackResourceCommand;
38
- }($Command));
39
- export { DescribeStackResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackResourceDriftsInputFilterSensitiveLog, DescribeStackResourceDriftsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackResourceDriftsCommand, serializeAws_queryDescribeStackResourceDriftsCommand, } from "../protocols/Aws_query";
6
- var DescribeStackResourceDriftsCommand = (function (_super) {
7
- __extends(DescribeStackResourceDriftsCommand, _super);
8
- function DescribeStackResourceDriftsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackResourceDriftsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackResourceDriftsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackResourceDriftsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackResourceDriftsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackResourceDriftsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackResourceDriftsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackResourceDriftsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackResourceDriftsCommand(input, context);
33
- };
34
- DescribeStackResourceDriftsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackResourceDriftsCommand(output, context);
36
- };
37
- return DescribeStackResourceDriftsCommand;
38
- }($Command));
39
- export { DescribeStackResourceDriftsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackResourcesInputFilterSensitiveLog, DescribeStackResourcesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackResourcesCommand, serializeAws_queryDescribeStackResourcesCommand, } from "../protocols/Aws_query";
6
- var DescribeStackResourcesCommand = (function (_super) {
7
- __extends(DescribeStackResourcesCommand, _super);
8
- function DescribeStackResourcesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackResourcesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackResourcesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackResourcesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackResourcesInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackResourcesOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackResourcesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackResourcesCommand(input, context);
33
- };
34
- DescribeStackResourcesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackResourcesCommand(output, context);
36
- };
37
- return DescribeStackResourcesCommand;
38
- }($Command));
39
- export { DescribeStackResourcesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackSetInputFilterSensitiveLog, DescribeStackSetOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackSetCommand, serializeAws_queryDescribeStackSetCommand, } from "../protocols/Aws_query";
6
- var DescribeStackSetCommand = (function (_super) {
7
- __extends(DescribeStackSetCommand, _super);
8
- function DescribeStackSetCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackSetCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackSetCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackSetCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackSetInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackSetOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackSetCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackSetCommand(input, context);
33
- };
34
- DescribeStackSetCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackSetCommand(output, context);
36
- };
37
- return DescribeStackSetCommand;
38
- }($Command));
39
- export { DescribeStackSetCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStackSetOperationInputFilterSensitiveLog, DescribeStackSetOperationOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackSetOperationCommand, serializeAws_queryDescribeStackSetOperationCommand, } from "../protocols/Aws_query";
6
- var DescribeStackSetOperationCommand = (function (_super) {
7
- __extends(DescribeStackSetOperationCommand, _super);
8
- function DescribeStackSetOperationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackSetOperationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackSetOperationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStackSetOperationCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStackSetOperationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackSetOperationInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackSetOperationOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackSetOperationCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStackSetOperationCommand(input, context);
33
- };
34
- DescribeStackSetOperationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackSetOperationCommand(output, context);
36
- };
37
- return DescribeStackSetOperationCommand;
38
- }($Command));
39
- export { DescribeStackSetOperationCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeStacksInputFilterSensitiveLog, DescribeStacksOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStacksCommand, serializeAws_queryDescribeStacksCommand, } from "../protocols/Aws_query";
6
- var DescribeStacksCommand = (function (_super) {
7
- __extends(DescribeStacksCommand, _super);
8
- function DescribeStacksCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStacksCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStacksCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeStacksCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeStacksCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStacksInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStacksOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStacksCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeStacksCommand(input, context);
33
- };
34
- DescribeStacksCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStacksCommand(output, context);
36
- };
37
- return DescribeStacksCommand;
38
- }($Command));
39
- export { DescribeStacksCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeTypeInputFilterSensitiveLog, DescribeTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeTypeCommand, serializeAws_queryDescribeTypeCommand } from "../protocols/Aws_query";
6
- var DescribeTypeCommand = (function (_super) {
7
- __extends(DescribeTypeCommand, _super);
8
- function DescribeTypeCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeTypeCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeTypeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeTypeCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeTypeCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeTypeInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeTypeOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeTypeCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeTypeCommand(input, context);
33
- };
34
- DescribeTypeCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeTypeCommand(output, context);
36
- };
37
- return DescribeTypeCommand;
38
- }($Command));
39
- export { DescribeTypeCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeTypeRegistrationInputFilterSensitiveLog, DescribeTypeRegistrationOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeTypeRegistrationCommand, serializeAws_queryDescribeTypeRegistrationCommand, } from "../protocols/Aws_query";
6
- var DescribeTypeRegistrationCommand = (function (_super) {
7
- __extends(DescribeTypeRegistrationCommand, _super);
8
- function DescribeTypeRegistrationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeTypeRegistrationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeTypeRegistrationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "CloudFormationClient";
18
- var commandName = "DescribeTypeRegistrationCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "CloudFormationClient";
15
+ const commandName = "DescribeTypeRegistrationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeTypeRegistrationInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeTypeRegistrationOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeTypeRegistrationCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryDescribeTypeRegistrationCommand(input, context);
33
- };
34
- DescribeTypeRegistrationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeTypeRegistrationCommand(output, context);
36
- };
37
- return DescribeTypeRegistrationCommand;
38
- }($Command));
39
- export { DescribeTypeRegistrationCommand };
31
+ }
32
+ }