@aws-sdk/client-cloudformation 3.36.0 → 3.39.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 (197) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/CloudFormation.js +0 -19
  3. package/dist-cjs/CloudFormationClient.js +0 -24
  4. package/dist-cjs/commands/ActivateTypeCommand.js +0 -30
  5. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -27
  6. package/dist-cjs/commands/CancelUpdateStackCommand.js +0 -28
  7. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +0 -34
  8. package/dist-cjs/commands/CreateChangeSetCommand.js +0 -44
  9. package/dist-cjs/commands/CreateStackCommand.js +0 -25
  10. package/dist-cjs/commands/CreateStackInstancesCommand.js +0 -25
  11. package/dist-cjs/commands/CreateStackSetCommand.js +0 -24
  12. package/dist-cjs/commands/DeactivateTypeCommand.js +0 -29
  13. package/dist-cjs/commands/DeleteChangeSetCommand.js +0 -31
  14. package/dist-cjs/commands/DeleteStackCommand.js +0 -26
  15. package/dist-cjs/commands/DeleteStackInstancesCommand.js +0 -24
  16. package/dist-cjs/commands/DeleteStackSetCommand.js +0 -25
  17. package/dist-cjs/commands/DeregisterTypeCommand.js +0 -33
  18. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -27
  19. package/dist-cjs/commands/DescribeChangeSetCommand.js +0 -26
  20. package/dist-cjs/commands/DescribePublisherCommand.js +0 -42
  21. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -36
  22. package/dist-cjs/commands/DescribeStackEventsCommand.js +0 -29
  23. package/dist-cjs/commands/DescribeStackInstanceCommand.js +0 -26
  24. package/dist-cjs/commands/DescribeStackResourceCommand.js +0 -26
  25. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +0 -33
  26. package/dist-cjs/commands/DescribeStackResourcesCommand.js +0 -43
  27. package/dist-cjs/commands/DescribeStackSetCommand.js +0 -24
  28. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +0 -24
  29. package/dist-cjs/commands/DescribeStacksCommand.js +0 -29
  30. package/dist-cjs/commands/DescribeTypeCommand.js +0 -27
  31. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +0 -34
  32. package/dist-cjs/commands/DetectStackDriftCommand.js +0 -44
  33. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +0 -35
  34. package/dist-cjs/commands/DetectStackSetDriftCommand.js +0 -67
  35. package/dist-cjs/commands/EstimateTemplateCostCommand.js +0 -26
  36. package/dist-cjs/commands/ExecuteChangeSetCommand.js +0 -34
  37. package/dist-cjs/commands/GetStackPolicyCommand.js +0 -25
  38. package/dist-cjs/commands/GetTemplateCommand.js +0 -30
  39. package/dist-cjs/commands/GetTemplateSummaryCommand.js +0 -32
  40. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +0 -31
  41. package/dist-cjs/commands/ListChangeSetsCommand.js +0 -26
  42. package/dist-cjs/commands/ListExportsCommand.js +0 -30
  43. package/dist-cjs/commands/ListImportsCommand.js +0 -29
  44. package/dist-cjs/commands/ListStackInstancesCommand.js +0 -26
  45. package/dist-cjs/commands/ListStackResourcesCommand.js +0 -26
  46. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +0 -24
  47. package/dist-cjs/commands/ListStackSetOperationsCommand.js +0 -24
  48. package/dist-cjs/commands/ListStackSetsCommand.js +0 -44
  49. package/dist-cjs/commands/ListStacksCommand.js +0 -28
  50. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +0 -24
  51. package/dist-cjs/commands/ListTypeVersionsCommand.js +0 -24
  52. package/dist-cjs/commands/ListTypesCommand.js +0 -24
  53. package/dist-cjs/commands/PublishTypeCommand.js +0 -29
  54. package/dist-cjs/commands/RecordHandlerProgressCommand.js +0 -25
  55. package/dist-cjs/commands/RegisterPublisherCommand.js +0 -30
  56. package/dist-cjs/commands/RegisterTypeCommand.js +0 -51
  57. package/dist-cjs/commands/RollbackStackCommand.js +0 -53
  58. package/dist-cjs/commands/SetStackPolicyCommand.js +0 -24
  59. package/dist-cjs/commands/SetTypeConfigurationCommand.js +0 -36
  60. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +0 -25
  61. package/dist-cjs/commands/SignalResourceCommand.js +0 -29
  62. package/dist-cjs/commands/StopStackSetOperationCommand.js +0 -24
  63. package/dist-cjs/commands/TestTypeCommand.js +0 -47
  64. package/dist-cjs/commands/UpdateStackCommand.js +0 -29
  65. package/dist-cjs/commands/UpdateStackInstancesCommand.js +0 -36
  66. package/dist-cjs/commands/UpdateStackSetCommand.js +0 -29
  67. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +0 -30
  68. package/dist-cjs/commands/ValidateTemplateCommand.js +0 -26
  69. package/dist-cjs/commands/index.js +68 -0
  70. package/dist-cjs/endpoints.js +6 -1
  71. package/dist-cjs/index.js +5 -92
  72. package/dist-cjs/models/models_0.js +0 -603
  73. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +0 -10
  74. package/dist-cjs/pagination/DescribeStackEventsPaginator.js +0 -10
  75. package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -10
  76. package/dist-cjs/pagination/DescribeStacksPaginator.js +0 -10
  77. package/dist-cjs/pagination/ListChangeSetsPaginator.js +0 -10
  78. package/dist-cjs/pagination/ListExportsPaginator.js +0 -10
  79. package/dist-cjs/pagination/ListImportsPaginator.js +0 -10
  80. package/dist-cjs/pagination/ListStackInstancesPaginator.js +0 -10
  81. package/dist-cjs/pagination/ListStackResourcesPaginator.js +0 -10
  82. package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -10
  83. package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +0 -10
  84. package/dist-cjs/pagination/ListStackSetsPaginator.js +0 -10
  85. package/dist-cjs/pagination/ListStacksPaginator.js +0 -10
  86. package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +0 -10
  87. package/dist-cjs/pagination/ListTypeVersionsPaginator.js +0 -10
  88. package/dist-cjs/pagination/ListTypesPaginator.js +0 -10
  89. package/dist-cjs/pagination/index.js +20 -0
  90. package/dist-cjs/protocols/Aws_query.js +0 -2
  91. package/dist-cjs/runtimeConfig.browser.js +1 -5
  92. package/dist-cjs/runtimeConfig.js +1 -5
  93. package/dist-cjs/runtimeConfig.native.js +0 -3
  94. package/dist-cjs/runtimeConfig.shared.js +0 -3
  95. package/dist-cjs/waiters/index.js +11 -0
  96. package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +0 -9
  97. package/dist-cjs/waiters/waitForStackCreateComplete.js +0 -9
  98. package/dist-cjs/waiters/waitForStackDeleteComplete.js +0 -9
  99. package/dist-cjs/waiters/waitForStackExists.js +0 -9
  100. package/dist-cjs/waiters/waitForStackImportComplete.js +0 -9
  101. package/dist-cjs/waiters/waitForStackRollbackComplete.js +0 -9
  102. package/dist-cjs/waiters/waitForStackUpdateComplete.js +0 -9
  103. package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +0 -9
  104. package/dist-es/commands/index.js +65 -0
  105. package/dist-es/endpoints.js +6 -1
  106. package/dist-es/index.js +5 -92
  107. package/dist-es/pagination/index.js +17 -0
  108. package/dist-es/waiters/index.js +8 -0
  109. package/dist-types/commands/index.d.ts +65 -0
  110. package/dist-types/index.d.ts +5 -92
  111. package/dist-types/pagination/index.d.ts +17 -0
  112. package/dist-types/ts3.4/CloudFormation.d.ts +66 -661
  113. package/dist-types/ts3.4/CloudFormationClient.d.ts +24 -105
  114. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +2 -26
  115. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -23
  116. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +2 -24
  117. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +2 -30
  118. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +2 -40
  119. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -21
  120. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +2 -21
  121. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +2 -25
  123. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +2 -27
  124. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -22
  125. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +2 -20
  126. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +2 -21
  127. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +2 -29
  128. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -23
  129. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -22
  130. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +2 -38
  131. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -32
  132. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +2 -25
  133. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +2 -22
  134. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +2 -22
  135. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +2 -29
  136. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +2 -39
  137. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +2 -20
  139. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -25
  140. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +2 -23
  141. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +2 -30
  142. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +2 -40
  143. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +2 -31
  144. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +2 -63
  145. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +2 -22
  146. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +2 -30
  147. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +2 -21
  148. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -26
  149. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +2 -28
  150. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +2 -27
  151. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -22
  152. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -26
  153. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -25
  154. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +2 -22
  155. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +2 -22
  156. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +2 -20
  157. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +2 -20
  158. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -40
  159. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +2 -24
  160. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +2 -20
  161. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +2 -20
  162. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -20
  163. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +2 -25
  164. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +2 -21
  165. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +2 -26
  166. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +2 -47
  167. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +2 -49
  168. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +2 -20
  169. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +2 -32
  170. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -21
  171. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +2 -25
  172. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +2 -20
  173. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +2 -43
  174. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -25
  175. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +2 -32
  176. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +2 -25
  177. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +2 -26
  178. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +2 -22
  179. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  180. package/dist-types/ts3.4/index.d.ts +5 -92
  181. package/dist-types/ts3.4/models/models_0.d.ts +1066 -6563
  182. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  183. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  184. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  185. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  186. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  187. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  188. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +2 -9
  189. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +2 -9
  190. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +2 -9
  191. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +2 -9
  192. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +2 -9
  193. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +2 -9
  194. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +2 -9
  195. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +2 -9
  196. package/dist-types/waiters/index.d.ts +8 -0
  197. package/package.json +33 -33
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Specify the default version of an extension. The default version of an extension will be
10
- * used in CloudFormation operations.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CloudFormationClient, SetTypeDefaultVersionCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
15
- * // const { CloudFormationClient, SetTypeDefaultVersionCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
16
- * const client = new CloudFormationClient(config);
17
- * const command = new SetTypeDefaultVersionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link SetTypeDefaultVersionCommandInput} for command's `input` shape.
22
- * @see {@link SetTypeDefaultVersionCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class SetTypeDefaultVersionCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Sends a signal to the specified resource with a success or failure status. You can
10
- * use the SignalResource API in conjunction with a creation policy or update policy.
11
- * CloudFormation doesn't proceed with a stack creation or update until resources receive the
12
- * required number of signals or the timeout period is exceeded. The SignalResource API is
13
- * useful in cases where you want to send signals from anywhere other than an Amazon EC2
14
- * instance.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { CloudFormationClient, SignalResourceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
19
- * // const { CloudFormationClient, SignalResourceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
20
- * const client = new CloudFormationClient(config);
21
- * const command = new SignalResourceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link SignalResourceCommandInput} for command's `input` shape.
26
- * @see {@link SignalResourceCommandOutput} for command's `response` shape.
27
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class SignalResourceCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Stops an in-progress operation on a stack set and its associated stack instances. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CloudFormationClient, StopStackSetOperationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
14
- * // const { CloudFormationClient, StopStackSetOperationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
15
- * const client = new CloudFormationClient(config);
16
- * const command = new StopStackSetOperationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link StopStackSetOperationCommandInput} for command's `input` shape.
21
- * @see {@link StopStackSetOperationCommandOutput} for command's `response` shape.
22
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class StopStackSetOperationCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,58 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Tests a registered extension to make sure it meets all necessary requirements for being
10
- * published in the CloudFormation registry.</p>
11
- * <ul>
12
- * <li>
13
- * <p>For resource types, this includes passing all contracts tests defined for the
14
- * type.</p>
15
- * </li>
16
- * <li>
17
- * <p>For modules, this includes determining if the module's model meets all necessary
18
- * requirements.</p>
19
- * </li>
20
- * </ul>
21
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-testing">Testing your public extension prior to publishing</a> in the
22
- * <i>CloudFormation CLI User Guide</i>.</p>
23
- * <p>If you do not specify a version, CloudFormation uses the default version of the
24
- * extension in your account and region for testing.</p>
25
- * <p>To perform testing, CloudFormation assumes the execution role specified when the type
26
- * was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
27
- * <p>Once you've initiated testing on an extension using <code>TestType</code>, you can use
28
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test
29
- * status description for the extension.</p>
30
- * <p>An extension must have a test status of <code>PASSED</code> before it can be published.
31
- * For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing extensions to make them available for public use</a>
32
- * in the <i>CloudFormation CLI User Guide</i>.</p>
33
- * @example
34
- * Use a bare-bones client and the command you need to make an API call.
35
- * ```javascript
36
- * import { CloudFormationClient, TestTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
37
- * // const { CloudFormationClient, TestTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
38
- * const client = new CloudFormationClient(config);
39
- * const command = new TestTypeCommand(input);
40
- * const response = await client.send(command);
41
- * ```
42
- *
43
- * @see {@link TestTypeCommandInput} for command's `input` shape.
44
- * @see {@link TestTypeCommandOutput} for command's `response` shape.
45
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
46
- *
47
- */
48
8
  class TestTypeCommand extends smithy_client_1.Command {
49
- // Start section: command_properties
50
- // End section: command_properties
51
9
  constructor(input) {
52
- // Start section: command_constructor
53
10
  super();
54
11
  this.input = input;
55
- // End section: command_constructor
56
12
  }
57
- /**
58
- * @internal
59
- */
60
13
  resolveMiddleware(clientStack, configuration, options) {
61
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
62
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Updates a stack as specified in the template. After the call completes successfully,
10
- * the stack update starts. You can check the status of the stack via the <a>DescribeStacks</a> action.</p>
11
- * <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
12
- * <p>For more information about creating an update template, updating a stack, and
13
- * monitoring the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a
14
- * Stack</a>.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { CloudFormationClient, UpdateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
19
- * // const { CloudFormationClient, UpdateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
20
- * const client = new CloudFormationClient(config);
21
- * const command = new UpdateStackCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link UpdateStackCommandInput} for command's `input` shape.
26
- * @see {@link UpdateStackCommandOutput} for command's `response` shape.
27
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class UpdateStackCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,47 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Updates the parameter values for stack instances for the specified accounts, within
10
- * the specified Regions. A stack instance refers to a stack in a specific account and Region. </p>
11
- * <p>You can only update stack instances in Regions and accounts where they already exist;
12
- * to create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>. </p>
13
- * <p>During stack set updates, any parameters overridden for a stack instance are not
14
- * updated, but retain their overridden value.</p>
15
- * <p>You can only update the parameter <i>values</i> that are specified in
16
- * the stack set; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update the stack set template. If you add a parameter to a
17
- * template, before you can override the parameter value specified in the stack set you must
18
- * first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack instances with the updated template and
19
- * parameter value specified in the stack set. Once a stack instance has been updated with the
20
- * new parameter, you can then override the parameter value using
21
- * <code>UpdateStackInstances</code>.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { CloudFormationClient, UpdateStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
26
- * // const { CloudFormationClient, UpdateStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
27
- * const client = new CloudFormationClient(config);
28
- * const command = new UpdateStackInstancesCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link UpdateStackInstancesCommandInput} for command's `input` shape.
33
- * @see {@link UpdateStackInstancesCommandOutput} for command's `response` shape.
34
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
37
8
  class UpdateStackInstancesCommand extends smithy_client_1.Command {
38
- // Start section: command_properties
39
- // End section: command_properties
40
9
  constructor(input) {
41
- // Start section: command_constructor
42
10
  super();
43
11
  this.input = input;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  resolveMiddleware(clientStack, configuration, options) {
50
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Updates the stack set, and associated stack instances in the specified accounts and
10
- * Regions.</p>
11
- * <p>Even if the stack set operation created by updating the stack set fails (completely
12
- * or partially, below or above a specified failure tolerance), the stack set is updated with
13
- * your changes. Subsequent <a>CreateStackInstances</a> calls on the specified
14
- * stack set use the updated stack set.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { CloudFormationClient, UpdateStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
19
- * // const { CloudFormationClient, UpdateStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
20
- * const client = new CloudFormationClient(config);
21
- * const command = new UpdateStackSetCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link UpdateStackSetCommandInput} for command's `input` shape.
26
- * @see {@link UpdateStackSetCommandOutput} for command's `response` shape.
27
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class UpdateStackSetCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Updates termination protection for the specified stack. If a user attempts to delete
10
- * a stack with termination protection enabled, the operation fails and the stack remains
11
- * unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
12
- * Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
13
- * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
14
- * stacks</a>, termination protection is set on the root stack and cannot be changed
15
- * directly on the nested stack.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { CloudFormationClient, UpdateTerminationProtectionCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
20
- * // const { CloudFormationClient, UpdateTerminationProtectionCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
21
- * const client = new CloudFormationClient(config);
22
- * const command = new UpdateTerminationProtectionCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link UpdateTerminationProtectionCommandInput} for command's `input` shape.
27
- * @see {@link UpdateTerminationProtectionCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
8
  class UpdateTerminationProtectionCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_query_1 = require("../protocols/Aws_query");
8
- /**
9
- * <p>Validates a specified template. CloudFormation first checks if the template is
10
- * valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both
11
- * these checks fail, CloudFormation returns a template validation error.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CloudFormationClient, ValidateTemplateCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
16
- * // const { CloudFormationClient, ValidateTemplateCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
17
- * const client = new CloudFormationClient(config);
18
- * const command = new ValidateTemplateCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ValidateTemplateCommandInput} for command's `input` shape.
23
- * @see {@link ValidateTemplateCommandOutput} for command's `response` shape.
24
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class ValidateTemplateCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./ActivateTypeCommand"), exports);
5
+ tslib_1.__exportStar(require("./BatchDescribeTypeConfigurationsCommand"), exports);
6
+ tslib_1.__exportStar(require("./CancelUpdateStackCommand"), exports);
7
+ tslib_1.__exportStar(require("./ContinueUpdateRollbackCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateChangeSetCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateStackCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreateStackInstancesCommand"), exports);
11
+ tslib_1.__exportStar(require("./CreateStackSetCommand"), exports);
12
+ tslib_1.__exportStar(require("./DeactivateTypeCommand"), exports);
13
+ tslib_1.__exportStar(require("./DeleteChangeSetCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteStackCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteStackInstancesCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteStackSetCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeregisterTypeCommand"), exports);
18
+ tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
19
+ tslib_1.__exportStar(require("./DescribeChangeSetCommand"), exports);
20
+ tslib_1.__exportStar(require("./DescribePublisherCommand"), exports);
21
+ tslib_1.__exportStar(require("./DescribeStackDriftDetectionStatusCommand"), exports);
22
+ tslib_1.__exportStar(require("./DescribeStackEventsCommand"), exports);
23
+ tslib_1.__exportStar(require("./DescribeStackInstanceCommand"), exports);
24
+ tslib_1.__exportStar(require("./DescribeStackResourceCommand"), exports);
25
+ tslib_1.__exportStar(require("./DescribeStackResourceDriftsCommand"), exports);
26
+ tslib_1.__exportStar(require("./DescribeStackResourcesCommand"), exports);
27
+ tslib_1.__exportStar(require("./DescribeStackSetCommand"), exports);
28
+ tslib_1.__exportStar(require("./DescribeStackSetOperationCommand"), exports);
29
+ tslib_1.__exportStar(require("./DescribeStacksCommand"), exports);
30
+ tslib_1.__exportStar(require("./DescribeTypeCommand"), exports);
31
+ tslib_1.__exportStar(require("./DescribeTypeRegistrationCommand"), exports);
32
+ tslib_1.__exportStar(require("./DetectStackDriftCommand"), exports);
33
+ tslib_1.__exportStar(require("./DetectStackResourceDriftCommand"), exports);
34
+ tslib_1.__exportStar(require("./DetectStackSetDriftCommand"), exports);
35
+ tslib_1.__exportStar(require("./EstimateTemplateCostCommand"), exports);
36
+ tslib_1.__exportStar(require("./ExecuteChangeSetCommand"), exports);
37
+ tslib_1.__exportStar(require("./GetStackPolicyCommand"), exports);
38
+ tslib_1.__exportStar(require("./GetTemplateCommand"), exports);
39
+ tslib_1.__exportStar(require("./GetTemplateSummaryCommand"), exports);
40
+ tslib_1.__exportStar(require("./ImportStacksToStackSetCommand"), exports);
41
+ tslib_1.__exportStar(require("./ListChangeSetsCommand"), exports);
42
+ tslib_1.__exportStar(require("./ListExportsCommand"), exports);
43
+ tslib_1.__exportStar(require("./ListImportsCommand"), exports);
44
+ tslib_1.__exportStar(require("./ListStackInstancesCommand"), exports);
45
+ tslib_1.__exportStar(require("./ListStackResourcesCommand"), exports);
46
+ tslib_1.__exportStar(require("./ListStackSetOperationResultsCommand"), exports);
47
+ tslib_1.__exportStar(require("./ListStackSetOperationsCommand"), exports);
48
+ tslib_1.__exportStar(require("./ListStackSetsCommand"), exports);
49
+ tslib_1.__exportStar(require("./ListStacksCommand"), exports);
50
+ tslib_1.__exportStar(require("./ListTypeRegistrationsCommand"), exports);
51
+ tslib_1.__exportStar(require("./ListTypeVersionsCommand"), exports);
52
+ tslib_1.__exportStar(require("./ListTypesCommand"), exports);
53
+ tslib_1.__exportStar(require("./PublishTypeCommand"), exports);
54
+ tslib_1.__exportStar(require("./RecordHandlerProgressCommand"), exports);
55
+ tslib_1.__exportStar(require("./RegisterPublisherCommand"), exports);
56
+ tslib_1.__exportStar(require("./RegisterTypeCommand"), exports);
57
+ tslib_1.__exportStar(require("./RollbackStackCommand"), exports);
58
+ tslib_1.__exportStar(require("./SetStackPolicyCommand"), exports);
59
+ tslib_1.__exportStar(require("./SetTypeConfigurationCommand"), exports);
60
+ tslib_1.__exportStar(require("./SetTypeDefaultVersionCommand"), exports);
61
+ tslib_1.__exportStar(require("./SignalResourceCommand"), exports);
62
+ tslib_1.__exportStar(require("./StopStackSetOperationCommand"), exports);
63
+ tslib_1.__exportStar(require("./TestTypeCommand"), exports);
64
+ tslib_1.__exportStar(require("./UpdateStackCommand"), exports);
65
+ tslib_1.__exportStar(require("./UpdateStackInstancesCommand"), exports);
66
+ tslib_1.__exportStar(require("./UpdateStackSetCommand"), exports);
67
+ tslib_1.__exportStar(require("./UpdateTerminationProtectionCommand"), exports);
68
+ tslib_1.__exportStar(require("./ValidateTemplateCommand"), exports);
@@ -57,22 +57,27 @@ const partitionHash = {
57
57
  "us-west-2",
58
58
  "us-west-2-fips",
59
59
  ],
60
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
60
61
  hostname: "cloudformation.{region}.amazonaws.com",
61
62
  },
62
63
  "aws-cn": {
63
64
  regions: ["cn-north-1", "cn-northwest-1"],
65
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
64
66
  hostname: "cloudformation.{region}.amazonaws.com.cn",
65
67
  },
66
68
  "aws-iso": {
67
- regions: ["us-iso-east-1"],
69
+ regions: ["us-iso-east-1", "us-iso-west-1"],
70
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
68
71
  hostname: "cloudformation.{region}.c2s.ic.gov",
69
72
  },
70
73
  "aws-iso-b": {
71
74
  regions: ["us-isob-east-1"],
75
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
72
76
  hostname: "cloudformation.{region}.sc2s.sgov.gov",
73
77
  },
74
78
  "aws-us-gov": {
75
79
  regions: ["us-gov-east-1", "us-gov-west-1"],
80
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
76
81
  hostname: "cloudformation.{region}.amazonaws.com",
77
82
  },
78
83
  };
package/dist-cjs/index.js CHANGED
@@ -1,96 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CloudFormationClient"), exports);
5
4
  tslib_1.__exportStar(require("./CloudFormation"), exports);
6
- tslib_1.__exportStar(require("./commands/ActivateTypeCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/BatchDescribeTypeConfigurationsCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CancelUpdateStackCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/ContinueUpdateRollbackCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateChangeSetCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CreateStackCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/CreateStackInstancesCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/CreateStackSetCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/DeactivateTypeCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DeleteChangeSetCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeleteStackCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DeleteStackInstancesCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DeleteStackSetCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DeregisterTypeCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/DescribeAccountLimitsCommand"), exports);
21
- tslib_1.__exportStar(require("./pagination/DescribeAccountLimitsPaginator"), exports);
22
- tslib_1.__exportStar(require("./commands/DescribeChangeSetCommand"), exports);
23
- tslib_1.__exportStar(require("./waiters/waitForChangeSetCreateComplete"), exports);
24
- tslib_1.__exportStar(require("./commands/DescribePublisherCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/DescribeStackDriftDetectionStatusCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/DescribeStackEventsCommand"), exports);
27
- tslib_1.__exportStar(require("./pagination/DescribeStackEventsPaginator"), exports);
28
- tslib_1.__exportStar(require("./commands/DescribeStackInstanceCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/DescribeStackResourceCommand"), exports);
30
- tslib_1.__exportStar(require("./commands/DescribeStackResourceDriftsCommand"), exports);
31
- tslib_1.__exportStar(require("./pagination/DescribeStackResourceDriftsPaginator"), exports);
32
- tslib_1.__exportStar(require("./commands/DescribeStackResourcesCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/DescribeStacksCommand"), exports);
34
- tslib_1.__exportStar(require("./pagination/DescribeStacksPaginator"), exports);
35
- tslib_1.__exportStar(require("./waiters/waitForStackCreateComplete"), exports);
36
- tslib_1.__exportStar(require("./waiters/waitForStackDeleteComplete"), exports);
37
- tslib_1.__exportStar(require("./waiters/waitForStackExists"), exports);
38
- tslib_1.__exportStar(require("./waiters/waitForStackImportComplete"), exports);
39
- tslib_1.__exportStar(require("./waiters/waitForStackRollbackComplete"), exports);
40
- tslib_1.__exportStar(require("./waiters/waitForStackUpdateComplete"), exports);
41
- tslib_1.__exportStar(require("./commands/DescribeStackSetCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/DescribeStackSetOperationCommand"), exports);
43
- tslib_1.__exportStar(require("./commands/DescribeTypeCommand"), exports);
44
- tslib_1.__exportStar(require("./commands/DescribeTypeRegistrationCommand"), exports);
45
- tslib_1.__exportStar(require("./waiters/waitForTypeRegistrationComplete"), exports);
46
- tslib_1.__exportStar(require("./commands/DetectStackDriftCommand"), exports);
47
- tslib_1.__exportStar(require("./commands/DetectStackResourceDriftCommand"), exports);
48
- tslib_1.__exportStar(require("./commands/DetectStackSetDriftCommand"), exports);
49
- tslib_1.__exportStar(require("./commands/EstimateTemplateCostCommand"), exports);
50
- tslib_1.__exportStar(require("./commands/ExecuteChangeSetCommand"), exports);
51
- tslib_1.__exportStar(require("./commands/GetStackPolicyCommand"), exports);
52
- tslib_1.__exportStar(require("./commands/GetTemplateCommand"), exports);
53
- tslib_1.__exportStar(require("./commands/GetTemplateSummaryCommand"), exports);
54
- tslib_1.__exportStar(require("./commands/ImportStacksToStackSetCommand"), exports);
55
- tslib_1.__exportStar(require("./commands/ListChangeSetsCommand"), exports);
56
- tslib_1.__exportStar(require("./pagination/ListChangeSetsPaginator"), exports);
57
- tslib_1.__exportStar(require("./commands/ListExportsCommand"), exports);
58
- tslib_1.__exportStar(require("./pagination/ListExportsPaginator"), exports);
59
- tslib_1.__exportStar(require("./commands/ListImportsCommand"), exports);
60
- tslib_1.__exportStar(require("./pagination/ListImportsPaginator"), exports);
61
- tslib_1.__exportStar(require("./commands/ListStackInstancesCommand"), exports);
62
- tslib_1.__exportStar(require("./pagination/ListStackInstancesPaginator"), exports);
63
- tslib_1.__exportStar(require("./commands/ListStackResourcesCommand"), exports);
64
- tslib_1.__exportStar(require("./pagination/ListStackResourcesPaginator"), exports);
65
- tslib_1.__exportStar(require("./commands/ListStacksCommand"), exports);
66
- tslib_1.__exportStar(require("./pagination/ListStacksPaginator"), exports);
67
- tslib_1.__exportStar(require("./commands/ListStackSetOperationResultsCommand"), exports);
68
- tslib_1.__exportStar(require("./pagination/ListStackSetOperationResultsPaginator"), exports);
69
- tslib_1.__exportStar(require("./commands/ListStackSetOperationsCommand"), exports);
70
- tslib_1.__exportStar(require("./pagination/ListStackSetOperationsPaginator"), exports);
71
- tslib_1.__exportStar(require("./commands/ListStackSetsCommand"), exports);
72
- tslib_1.__exportStar(require("./pagination/ListStackSetsPaginator"), exports);
73
- tslib_1.__exportStar(require("./commands/ListTypeRegistrationsCommand"), exports);
74
- tslib_1.__exportStar(require("./pagination/ListTypeRegistrationsPaginator"), exports);
75
- tslib_1.__exportStar(require("./commands/ListTypesCommand"), exports);
76
- tslib_1.__exportStar(require("./pagination/ListTypesPaginator"), exports);
77
- tslib_1.__exportStar(require("./commands/ListTypeVersionsCommand"), exports);
78
- tslib_1.__exportStar(require("./pagination/ListTypeVersionsPaginator"), exports);
79
- tslib_1.__exportStar(require("./commands/PublishTypeCommand"), exports);
80
- tslib_1.__exportStar(require("./commands/RecordHandlerProgressCommand"), exports);
81
- tslib_1.__exportStar(require("./commands/RegisterPublisherCommand"), exports);
82
- tslib_1.__exportStar(require("./commands/RegisterTypeCommand"), exports);
83
- tslib_1.__exportStar(require("./commands/RollbackStackCommand"), exports);
84
- tslib_1.__exportStar(require("./commands/SetStackPolicyCommand"), exports);
85
- tslib_1.__exportStar(require("./commands/SetTypeConfigurationCommand"), exports);
86
- tslib_1.__exportStar(require("./commands/SetTypeDefaultVersionCommand"), exports);
87
- tslib_1.__exportStar(require("./commands/SignalResourceCommand"), exports);
88
- tslib_1.__exportStar(require("./commands/StopStackSetOperationCommand"), exports);
89
- tslib_1.__exportStar(require("./commands/TestTypeCommand"), exports);
90
- tslib_1.__exportStar(require("./commands/UpdateStackCommand"), exports);
91
- tslib_1.__exportStar(require("./commands/UpdateStackInstancesCommand"), exports);
92
- tslib_1.__exportStar(require("./commands/UpdateStackSetCommand"), exports);
93
- tslib_1.__exportStar(require("./commands/UpdateTerminationProtectionCommand"), exports);
94
- tslib_1.__exportStar(require("./commands/ValidateTemplateCommand"), exports);
95
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
96
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./CloudFormationClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./waiters"), exports);