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