@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 { DeleteChangeSetInputFilterSensitiveLog, DeleteChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDeleteChangeSetCommand, serializeAws_queryDeleteChangeSetCommand, } from "../protocols/Aws_query";
5
- export class DeleteChangeSetCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteChangeSetCommand.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 = "DeleteChangeSetCommand";
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 = "DeleteChangeSetCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteChangeSetInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteChangeSetOutputFilterSensitiveLog,
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
+ DeleteChangeSetCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDeleteChangeSetCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteChangeSetCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDeleteChangeSetCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteChangeSetCommand;
38
+ }($Command));
39
+ export { DeleteChangeSetCommand };
@@ -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 { DeleteStackInputFilterSensitiveLog } from "../models/models_0";
4
5
  import { deserializeAws_queryDeleteStackCommand, serializeAws_queryDeleteStackCommand } from "../protocols/Aws_query";
5
- export class DeleteStackCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteStackCommand.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 = "DeleteStackCommand";
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 = "DeleteStackCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteStackInputFilterSensitiveLog,
21
- outputFilterSensitiveLog: (output) => output,
24
+ outputFilterSensitiveLog: function (output) { return output; },
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
+ DeleteStackCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDeleteStackCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteStackCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDeleteStackCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteStackCommand;
38
+ }($Command));
39
+ export { DeleteStackCommand };
@@ -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 { DeleteStackInstancesInputFilterSensitiveLog, DeleteStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDeleteStackInstancesCommand, serializeAws_queryDeleteStackInstancesCommand, } from "../protocols/Aws_query";
5
- export class DeleteStackInstancesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteStackInstancesCommand.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 = "DeleteStackInstancesCommand";
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 = "DeleteStackInstancesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteStackInstancesInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteStackInstancesOutputFilterSensitiveLog,
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
+ DeleteStackInstancesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDeleteStackInstancesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteStackInstancesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDeleteStackInstancesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteStackInstancesCommand;
38
+ }($Command));
39
+ export { DeleteStackInstancesCommand };
@@ -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 { DeleteStackSetInputFilterSensitiveLog, DeleteStackSetOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDeleteStackSetCommand, serializeAws_queryDeleteStackSetCommand, } from "../protocols/Aws_query";
5
- export class DeleteStackSetCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteStackSetCommand.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 = "DeleteStackSetCommand";
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 = "DeleteStackSetCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteStackSetInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteStackSetOutputFilterSensitiveLog,
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
+ DeleteStackSetCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDeleteStackSetCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteStackSetCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDeleteStackSetCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteStackSetCommand;
38
+ }($Command));
39
+ export { DeleteStackSetCommand };
@@ -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 { DeregisterTypeInputFilterSensitiveLog, DeregisterTypeOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDeregisterTypeCommand, serializeAws_queryDeregisterTypeCommand, } from "../protocols/Aws_query";
5
- export class DeregisterTypeCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeregisterTypeCommand.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 = "DeregisterTypeCommand";
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 = "DeregisterTypeCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeregisterTypeInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeregisterTypeOutputFilterSensitiveLog,
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
+ DeregisterTypeCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDeregisterTypeCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeregisterTypeCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDeregisterTypeCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeregisterTypeCommand;
38
+ }($Command));
39
+ export { DeregisterTypeCommand };
@@ -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 { DescribeAccountLimitsInputFilterSensitiveLog, DescribeAccountLimitsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeAccountLimitsCommand, serializeAws_queryDescribeAccountLimitsCommand, } from "../protocols/Aws_query";
5
- export class DescribeAccountLimitsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeAccountLimitsCommand.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 = "DescribeAccountLimitsCommand";
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 = "DescribeAccountLimitsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeAccountLimitsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeAccountLimitsOutputFilterSensitiveLog,
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
+ DescribeAccountLimitsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeAccountLimitsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeAccountLimitsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeAccountLimitsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeAccountLimitsCommand;
38
+ }($Command));
39
+ export { DescribeAccountLimitsCommand };
@@ -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 { DescribeChangeSetInputFilterSensitiveLog, DescribeChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeChangeSetCommand, serializeAws_queryDescribeChangeSetCommand, } from "../protocols/Aws_query";
5
- export class DescribeChangeSetCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeChangeSetCommand.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 = "DescribeChangeSetCommand";
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 = "DescribeChangeSetCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeChangeSetInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeChangeSetOutputFilterSensitiveLog,
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
+ DescribeChangeSetCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeChangeSetCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeChangeSetCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeChangeSetCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeChangeSetCommand;
38
+ }($Command));
39
+ export { DescribeChangeSetCommand };
@@ -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 { DescribeChangeSetHooksInputFilterSensitiveLog, DescribeChangeSetHooksOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeChangeSetHooksCommand, serializeAws_queryDescribeChangeSetHooksCommand, } from "../protocols/Aws_query";
5
- export class DescribeChangeSetHooksCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeChangeSetHooksCommand.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 = "DescribeChangeSetHooksCommand";
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 = "DescribeChangeSetHooksCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeChangeSetHooksInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeChangeSetHooksOutputFilterSensitiveLog,
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
+ DescribeChangeSetHooksCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeChangeSetHooksCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeChangeSetHooksCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeChangeSetHooksCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeChangeSetHooksCommand;
38
+ }($Command));
39
+ export { DescribeChangeSetHooksCommand };
@@ -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 { DescribePublisherInputFilterSensitiveLog, DescribePublisherOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribePublisherCommand, serializeAws_queryDescribePublisherCommand, } from "../protocols/Aws_query";
5
- export class DescribePublisherCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribePublisherCommand.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 = "DescribePublisherCommand";
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 = "DescribePublisherCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribePublisherInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribePublisherOutputFilterSensitiveLog,
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
+ DescribePublisherCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribePublisherCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribePublisherCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribePublisherCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribePublisherCommand;
38
+ }($Command));
39
+ export { DescribePublisherCommand };
@@ -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 { DescribeStackDriftDetectionStatusInputFilterSensitiveLog, DescribeStackDriftDetectionStatusOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_queryDescribeStackDriftDetectionStatusCommand, serializeAws_queryDescribeStackDriftDetectionStatusCommand, } from "../protocols/Aws_query";
5
- export class DescribeStackDriftDetectionStatusCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
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;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeStackDriftDetectionStatusCommand.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 = "DescribeStackDriftDetectionStatusCommand";
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 = "DescribeStackDriftDetectionStatusCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeStackDriftDetectionStatusInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeStackDriftDetectionStatusOutputFilterSensitiveLog,
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
+ DescribeStackDriftDetectionStatusCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_queryDescribeStackDriftDetectionStatusCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeStackDriftDetectionStatusCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_queryDescribeStackDriftDetectionStatusCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeStackDriftDetectionStatusCommand;
38
+ }($Command));
39
+ export { DescribeStackDriftDetectionStatusCommand };