@aws-sdk/client-cloudformation 3.186.0 → 3.190.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 { DeleteChangeSetInputFilterSensitiveLog, DeleteChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDeleteChangeSetCommand, serializeAws_queryDeleteChangeSetCommand, } from "../protocols/Aws_query";
6
- var DeleteChangeSetCommand = (function (_super) {
7
- __extends(DeleteChangeSetCommand, _super);
8
- function DeleteChangeSetCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteChangeSetCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteChangeSetCommand.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 = "DeleteChangeSetCommand";
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 = "DeleteChangeSetCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteChangeSetInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteChangeSetOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteChangeSetCommand.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_queryDeleteChangeSetCommand(input, context);
33
- };
34
- DeleteChangeSetCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDeleteChangeSetCommand(output, context);
36
- };
37
- return DeleteChangeSetCommand;
38
- }($Command));
39
- export { DeleteChangeSetCommand };
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 { DeleteStackInputFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_queryDeleteStackCommand, serializeAws_queryDeleteStackCommand } from "../protocols/Aws_query";
6
- var DeleteStackCommand = (function (_super) {
7
- __extends(DeleteStackCommand, _super);
8
- function DeleteStackCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteStackCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteStackCommand.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 = "DeleteStackCommand";
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 = "DeleteStackCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteStackInputFilterSensitiveLog,
24
- outputFilterSensitiveLog: function (output) { return output; },
21
+ outputFilterSensitiveLog: (output) => output,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteStackCommand.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_queryDeleteStackCommand(input, context);
33
- };
34
- DeleteStackCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDeleteStackCommand(output, context);
36
- };
37
- return DeleteStackCommand;
38
- }($Command));
39
- export { DeleteStackCommand };
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 { DeleteStackInstancesInputFilterSensitiveLog, DeleteStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDeleteStackInstancesCommand, serializeAws_queryDeleteStackInstancesCommand, } from "../protocols/Aws_query";
6
- var DeleteStackInstancesCommand = (function (_super) {
7
- __extends(DeleteStackInstancesCommand, _super);
8
- function DeleteStackInstancesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteStackInstancesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteStackInstancesCommand.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 = "DeleteStackInstancesCommand";
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 = "DeleteStackInstancesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteStackInstancesInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteStackInstancesOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteStackInstancesCommand.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_queryDeleteStackInstancesCommand(input, context);
33
- };
34
- DeleteStackInstancesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDeleteStackInstancesCommand(output, context);
36
- };
37
- return DeleteStackInstancesCommand;
38
- }($Command));
39
- export { DeleteStackInstancesCommand };
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 { DeleteStackSetInputFilterSensitiveLog, DeleteStackSetOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDeleteStackSetCommand, serializeAws_queryDeleteStackSetCommand, } from "../protocols/Aws_query";
6
- var DeleteStackSetCommand = (function (_super) {
7
- __extends(DeleteStackSetCommand, _super);
8
- function DeleteStackSetCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteStackSetCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteStackSetCommand.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 = "DeleteStackSetCommand";
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 = "DeleteStackSetCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteStackSetInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteStackSetOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteStackSetCommand.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_queryDeleteStackSetCommand(input, context);
33
- };
34
- DeleteStackSetCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDeleteStackSetCommand(output, context);
36
- };
37
- return DeleteStackSetCommand;
38
- }($Command));
39
- export { DeleteStackSetCommand };
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 { DeregisterTypeInputFilterSensitiveLog, DeregisterTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDeregisterTypeCommand, serializeAws_queryDeregisterTypeCommand, } from "../protocols/Aws_query";
6
- var DeregisterTypeCommand = (function (_super) {
7
- __extends(DeregisterTypeCommand, _super);
8
- function DeregisterTypeCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeregisterTypeCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeregisterTypeCommand.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 = "DeregisterTypeCommand";
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 = "DeregisterTypeCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeregisterTypeInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeregisterTypeOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeregisterTypeCommand.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_queryDeregisterTypeCommand(input, context);
33
- };
34
- DeregisterTypeCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDeregisterTypeCommand(output, context);
36
- };
37
- return DeregisterTypeCommand;
38
- }($Command));
39
- export { DeregisterTypeCommand };
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 { DescribeAccountLimitsInputFilterSensitiveLog, DescribeAccountLimitsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeAccountLimitsCommand, serializeAws_queryDescribeAccountLimitsCommand, } from "../protocols/Aws_query";
6
- var DescribeAccountLimitsCommand = (function (_super) {
7
- __extends(DescribeAccountLimitsCommand, _super);
8
- function DescribeAccountLimitsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeAccountLimitsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeAccountLimitsCommand.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 = "DescribeAccountLimitsCommand";
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 = "DescribeAccountLimitsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeAccountLimitsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeAccountLimitsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeAccountLimitsCommand.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_queryDescribeAccountLimitsCommand(input, context);
33
- };
34
- DescribeAccountLimitsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeAccountLimitsCommand(output, context);
36
- };
37
- return DescribeAccountLimitsCommand;
38
- }($Command));
39
- export { DescribeAccountLimitsCommand };
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 { DescribeChangeSetInputFilterSensitiveLog, DescribeChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeChangeSetCommand, serializeAws_queryDescribeChangeSetCommand, } from "../protocols/Aws_query";
6
- var DescribeChangeSetCommand = (function (_super) {
7
- __extends(DescribeChangeSetCommand, _super);
8
- function DescribeChangeSetCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeChangeSetCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeChangeSetCommand.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 = "DescribeChangeSetCommand";
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 = "DescribeChangeSetCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeChangeSetInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeChangeSetOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeChangeSetCommand.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_queryDescribeChangeSetCommand(input, context);
33
- };
34
- DescribeChangeSetCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeChangeSetCommand(output, context);
36
- };
37
- return DescribeChangeSetCommand;
38
- }($Command));
39
- export { DescribeChangeSetCommand };
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 { DescribeChangeSetHooksInputFilterSensitiveLog, DescribeChangeSetHooksOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeChangeSetHooksCommand, serializeAws_queryDescribeChangeSetHooksCommand, } from "../protocols/Aws_query";
6
- var DescribeChangeSetHooksCommand = (function (_super) {
7
- __extends(DescribeChangeSetHooksCommand, _super);
8
- function DescribeChangeSetHooksCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeChangeSetHooksCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeChangeSetHooksCommand.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 = "DescribeChangeSetHooksCommand";
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 = "DescribeChangeSetHooksCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeChangeSetHooksInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeChangeSetHooksOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeChangeSetHooksCommand.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_queryDescribeChangeSetHooksCommand(input, context);
33
- };
34
- DescribeChangeSetHooksCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeChangeSetHooksCommand(output, context);
36
- };
37
- return DescribeChangeSetHooksCommand;
38
- }($Command));
39
- export { DescribeChangeSetHooksCommand };
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 { DescribePublisherInputFilterSensitiveLog, DescribePublisherOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribePublisherCommand, serializeAws_queryDescribePublisherCommand, } from "../protocols/Aws_query";
6
- var DescribePublisherCommand = (function (_super) {
7
- __extends(DescribePublisherCommand, _super);
8
- function DescribePublisherCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribePublisherCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribePublisherCommand.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 = "DescribePublisherCommand";
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 = "DescribePublisherCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribePublisherInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribePublisherOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribePublisherCommand.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_queryDescribePublisherCommand(input, context);
33
- };
34
- DescribePublisherCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribePublisherCommand(output, context);
36
- };
37
- return DescribePublisherCommand;
38
- }($Command));
39
- export { DescribePublisherCommand };
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 { DescribeStackDriftDetectionStatusInputFilterSensitiveLog, DescribeStackDriftDetectionStatusOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDescribeStackDriftDetectionStatusCommand, serializeAws_queryDescribeStackDriftDetectionStatusCommand, } from "../protocols/Aws_query";
6
- var DescribeStackDriftDetectionStatusCommand = (function (_super) {
7
- __extends(DescribeStackDriftDetectionStatusCommand, _super);
8
- function DescribeStackDriftDetectionStatusCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeStackDriftDetectionStatusCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeStackDriftDetectionStatusCommand.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 = "DescribeStackDriftDetectionStatusCommand";
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 = "DescribeStackDriftDetectionStatusCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeStackDriftDetectionStatusInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeStackDriftDetectionStatusOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeStackDriftDetectionStatusCommand.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_queryDescribeStackDriftDetectionStatusCommand(input, context);
33
- };
34
- DescribeStackDriftDetectionStatusCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryDescribeStackDriftDetectionStatusCommand(output, context);
36
- };
37
- return DescribeStackDriftDetectionStatusCommand;
38
- }($Command));
39
- export { DescribeStackDriftDetectionStatusCommand };
31
+ }
32
+ }