@aws-sdk/client-cloudformation 3.50.0 → 3.53.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 (175) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/CloudFormation.js +15 -0
  4. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/index.js +3 -0
  7. package/dist-cjs/models/CloudFormationServiceException.js +11 -0
  8. package/dist-cjs/models/models_0.js +374 -5
  9. package/dist-cjs/protocols/Aws_query.js +622 -1350
  10. package/dist-es/CloudFormation.js +15 -0
  11. package/dist-es/commands/DescribeChangeSetHooksCommand.js +39 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/index.js +1 -0
  14. package/dist-es/models/CloudFormationServiceException.js +12 -0
  15. package/dist-es/models/models_0.js +338 -1
  16. package/dist-es/protocols/Aws_query.js +1166 -1418
  17. package/dist-types/CloudFormation.d.ts +134 -130
  18. package/dist-types/CloudFormationClient.d.ts +13 -12
  19. package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  20. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -2
  21. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
  22. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -8
  23. package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -7
  24. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  26. package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  30. package/dist-types/commands/DeregisterTypeCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -3
  33. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +35 -0
  34. package/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  40. package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
  41. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  42. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +7 -6
  43. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +7 -7
  44. package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
  46. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -6
  47. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +2 -3
  51. package/dist-types/commands/PublishTypeCommand.d.ts +4 -6
  52. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  53. package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  54. package/dist-types/commands/RegisterTypeCommand.d.ts +5 -6
  55. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  56. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +3 -3
  57. package/dist-types/commands/SignalResourceCommand.d.ts +2 -2
  58. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  59. package/dist-types/commands/TestTypeCommand.d.ts +4 -5
  60. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -5
  62. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  64. package/dist-types/commands/index.d.ts +1 -0
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/models/CloudFormationServiceException.d.ts +10 -0
  67. package/dist-types/models/models_0.d.ts +1165 -800
  68. package/dist-types/protocols/Aws_query.d.ts +3 -0
  69. package/dist-types/ts3.4/CloudFormation.d.ts +335 -0
  70. package/dist-types/ts3.4/CloudFormationClient.d.ts +139 -0
  71. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  138. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  139. package/dist-types/ts3.4/index.d.ts +7 -0
  140. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +6 -0
  141. package/dist-types/ts3.4/models/index.d.ts +1 -0
  142. package/dist-types/ts3.4/models/models_0.d.ts +3215 -0
  143. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
  144. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +4 -0
  145. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
  146. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +4 -0
  147. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  148. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +4 -0
  149. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
  150. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
  151. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +4 -0
  153. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
  154. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
  155. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +4 -0
  156. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +4 -0
  157. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
  158. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +4 -0
  159. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +4 -0
  160. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  161. package/dist-types/ts3.4/protocols/Aws_query.d.ts +200 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  165. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  166. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  167. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +7 -0
  168. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +7 -0
  169. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +7 -0
  170. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +7 -0
  171. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +7 -0
  172. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +7 -0
  173. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +7 -0
  174. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +7 -0
  175. package/package.json +34 -34
@@ -22,6 +22,7 @@ import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./comma
22
22
  import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
23
23
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
24
24
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
25
+ import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
25
26
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
26
27
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
27
28
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
@@ -71,8 +72,8 @@ import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } f
71
72
  import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
72
73
  import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
73
74
  import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
74
- export declare type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
75
- export declare type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
75
+ export declare type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
76
+ export declare type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
76
77
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
77
78
  /**
78
79
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -191,18 +192,18 @@ declare type CloudFormationClientResolvedConfigType = __SmithyResolvedConfigurat
191
192
  export interface CloudFormationClientResolvedConfig extends CloudFormationClientResolvedConfigType {
192
193
  }
193
194
  /**
194
- * <fullname>AWS CloudFormation</fullname>
195
+ * <fullname>CloudFormation</fullname>
195
196
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
196
197
  * deployments predictably and repeatedly. You can use CloudFormation to leverage
197
- * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block
198
- * Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to
199
- * build highly-reliable, highly scalable, cost-effective applications without creating or
200
- * configuring the underlying Amazon Web Services infrastructure.</p>
201
- * <p>With CloudFormation, you declare all of your resources and dependencies in a
202
- * template file. The template defines a collection of resources as a single unit called a
203
- * stack. CloudFormation creates and deletes all member resources of the stack
204
- * together and manages all dependencies between the resources for you.</p>
205
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
198
+ * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
199
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
200
+ * reliable, highly scalable, cost-effective applications without creating or configuring the
201
+ * underlying Amazon Web Services infrastructure.</p>
202
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template
203
+ * file. The template defines a collection of resources as a single unit called a stack.
204
+ * CloudFormation creates and deletes all member resources of the stack together and
205
+ * manages all dependencies between the resources for you.</p>
206
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
206
207
  * <p>CloudFormation makes use of other Amazon Web Services products. If you need
207
208
  * additional technical information about a specific Amazon Web Services product, you can find
208
209
  * the product's technical documentation at <a href="https://docs.aws.amazon.com/">
@@ -12,8 +12,7 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
12
12
  * public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
13
13
  * <p>Once you have activated a public third-party extension in your account and region, use
14
14
  * <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
15
- * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation
16
- * User Guide</i>.</p>
15
+ * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation User Guide</i>.</p>
17
16
  * @example
18
17
  * Use a bare-bones client and the command you need to make an API call.
19
18
  * ```javascript
@@ -7,8 +7,8 @@ export interface BatchDescribeTypeConfigurationsCommandInput extends BatchDescri
7
7
  export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescribeTypeConfigurationsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns configuration data for the specified CloudFormation extensions, from the
11
- * CloudFormation registry for the account and region.</p>
10
+ * <p>Returns configuration data for the specified CloudFormation extensions, from
11
+ * the CloudFormation registry for the account and region.</p>
12
12
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
13
13
  * <i>CloudFormation User Guide</i>.</p>
14
14
  * @example
@@ -10,7 +10,8 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
10
10
  * <p>Cancels an update on the specified stack. If the call completes successfully, the stack
11
11
  * rolls back the update and reverts to the previous stack configuration.</p>
12
12
  * <note>
13
- * <p>You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.</p>
13
+ * <p>You can cancel only stacks that are in the <code>UPDATE_IN_PROGRESS</code>
14
+ * state.</p>
14
15
  * </note>
15
16
  * @example
16
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,16 +7,16 @@ export interface ContinueUpdateRollbackCommandInput extends ContinueUpdateRollba
7
7
  export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollbackOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>For a specified stack that is in the <code>UPDATE_ROLLBACK_FAILED</code> state,
11
- * continues rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on
12
- * the cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
10
+ * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
11
+ * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause
12
+ * of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
13
13
  * return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
14
14
  * then try to update the stack again.</p>
15
- * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation cannot roll back all changes after a failed stack update. For example,
16
- * you might have a stack that is rolling back to an old database instance that was deleted
17
- * outside of CloudFormation. Because CloudFormation doesn't know the database
18
- * was deleted, it assumes that the database instance still exists and attempts to roll back
19
- * to it, causing the update rollback to fail.</p>
15
+ * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after a failed stack update. For example, you
16
+ * might have a stack that's rolling back to an old database instance that was deleted outside
17
+ * of CloudFormation. Because CloudFormation doesn't know the database was deleted, it
18
+ * assumes that the database instance still exists and attempts to roll back to it, causing
19
+ * the update rollback to fail.</p>
20
20
  * @example
21
21
  * Use a bare-bones client and the command you need to make an API call.
22
22
  * ```javascript
@@ -10,12 +10,11 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
10
10
  * <p>Creates a list of changes that will be applied to a stack so that you can review the
11
11
  * changes before executing them. You can create a change set for a stack that doesn't exist
12
12
  * or an existing stack. If you create a change set for a stack that doesn't exist, the change
13
- * set shows all of the resources that CloudFormation will create. If you create a
14
- * change set for an existing stack, CloudFormation compares the stack's information
15
- * with the information that you submit in the change set and lists the differences. Use
16
- * change sets to understand which resources CloudFormation will create or change, and
17
- * how it will change resources in an existing stack, before you create or update a
18
- * stack.</p>
13
+ * set shows all of the resources that CloudFormation will create. If you create a change
14
+ * set for an existing stack, CloudFormation compares the stack's information with the
15
+ * information that you submit in the change set and lists the differences. Use change sets to
16
+ * understand which resources CloudFormation will create or change, and how it will change
17
+ * resources in an existing stack, before you create or update a stack.</p>
19
18
  * <p>To create a change set for a stack that doesn't exist, for the
20
19
  * <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
21
20
  * set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
@@ -27,7 +26,7 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
27
26
  * <p>When you are satisfied with the changes the change set will make, execute the change set
28
27
  * by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
29
28
  * changes until you execute the change set.</p>
30
- * <p>To create a change set for the entire stack hierachy, set
29
+ * <p>To create a change set for the entire stack hierarchy, set
31
30
  * <code>IncludeNestedStacks</code> to <code>True</code>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,7 +8,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
8
8
  }
9
9
  /**
10
10
  * <p>Creates a stack as specified in the template. After the call completes successfully, the
11
- * stack creation starts. You can check the status of the stack via the <a>DescribeStacks</a> API.</p>
11
+ * stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -7,10 +7,10 @@ export interface CreateStackInstancesCommandInput extends CreateStackInstancesIn
7
7
  export interface CreateStackInstancesCommandOutput extends CreateStackInstancesOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates stack instances for the specified accounts, within the specified Regions. A
11
- * stack instance refers to a stack in a specific account and Region. You must specify at
12
- * least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>, and you
13
- * must specify at least one value for <code>Regions</code>.</p>
10
+ * <p>Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region.
11
+ * You must specify at least one value for either <code>Accounts</code> or
12
+ * <code>DeploymentTargets</code>, and you must specify at least one value for
13
+ * <code>Regions</code>.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -9,9 +9,9 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
9
9
  /**
10
10
  * <p>Deactivates a public extension that was previously activated in this account and
11
11
  * region.</p>
12
- * <p>Once deactivated, an extension cannot be used in any CloudFormation operation. This
13
- * includes stack update operations where the stack template includes the extension, even if
14
- * no updates are being made to the extension. In addition, deactivated extensions are not
12
+ * <p>Once deactivated, an extension can't be used in any CloudFormation operation.
13
+ * This includes stack update operations where the stack template includes the extension, even
14
+ * if no updates are being made to the extension. In addition, deactivated extensions aren't
15
15
  * automatically updated if a new version of the extension is released.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,8 +9,8 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
9
9
  /**
10
10
  * <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
11
11
  * wrong change set.</p>
12
- * <p>If the call successfully completes, CloudFormation successfully deleted the
13
- * change set.</p>
12
+ * <p>If the call successfully completes, CloudFormation successfully deleted the change
13
+ * set.</p>
14
14
  * <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of
15
15
  * the nested change set, then <code>DeleteChangeSet</code> will delete all change sets that
16
16
  * belong to the stacks hierarchy and will also delete all change sets for nested stacks with
@@ -8,8 +8,8 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
11
- * Deleted stacks do not show up in the <a>DescribeStacks</a> API if the deletion
12
- * has been completed successfully.</p>
11
+ * Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the
12
+ * deletion has been completed successfully.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -7,7 +7,7 @@ export interface DeleteStackInstancesCommandInput extends DeleteStackInstancesIn
7
7
  export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes stack instances for the specified accounts, in the specified Regions.</p>
10
+ * <p>Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -12,10 +12,10 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
12
12
  * <p>To deregister an entire extension, you must individually deregister all active versions
13
13
  * of that extension. If an extension has only a single active version, deregistering that
14
14
  * version results in the extension itself being deregistered and marked as deprecated in the
15
- * registry. </p>
16
- * <p>You cannot deregister the default version of an extension if there are other active
15
+ * registry.</p>
16
+ * <p>You can't deregister the default version of an extension if there are other active
17
17
  * version of that extension. If you do deregister the default version of an extension, the
18
- * textensionype itself is deregistered as well and marked as deprecated. </p>
18
+ * extension type itself is deregistered as well and marked as deprecated.</p>
19
19
  * <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
20
20
  * @example
21
21
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,9 +7,9 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
7
7
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Retrieves your account's CloudFormation limits, such as the maximum number of
11
- * stacks that you can create in your account. For more information about account limits, see
12
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Limits</a> in the <i>CloudFormation User Guide</i>.</p>
10
+ * <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks
11
+ * that you can create in your account. For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the
12
+ * <i>CloudFormation User Guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -7,9 +7,8 @@ export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {
7
7
  export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the inputs for the change set and a list of changes that CloudFormation
11
- * will make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change Sets</a> in the CloudFormation User
12
- * Guide.</p>
10
+ * <p>Returns the inputs for the change set and a list of changes that CloudFormation will
11
+ * make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change Sets</a> in the CloudFormation User Guide.</p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
15
14
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
+ import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0";
5
+ export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHooksInput {
6
+ }
7
+ export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { CloudFormationClient, DescribeChangeSetHooksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
15
+ * // const { CloudFormationClient, DescribeChangeSetHooksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
16
+ * const client = new CloudFormationClient(config);
17
+ * const command = new DescribeChangeSetHooksCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeChangeSetHooksCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeChangeSetHooksCommandOutput} for command's `response` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeChangeSetHooksCommand extends $Command<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig> {
27
+ readonly input: DescribeChangeSetHooksCommandInput;
28
+ constructor(input: DescribeChangeSetHooksCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -8,9 +8,9 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
8
8
  }
9
9
  /**
10
10
  * <p>Returns information about a CloudFormation extension publisher.</p>
11
- * <p>If you do not supply a <code>PublisherId</code>, and you have registered as an extension
11
+ * <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension
12
12
  * publisher, <code>DescribePublisher</code> returns information about your own publisher
13
- * account. </p>
13
+ * account.</p>
14
14
  * <p>For more information on registering as a publisher, see:</p>
15
15
  * <ul>
16
16
  * <li>
@@ -21,8 +21,7 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
21
21
  * <li>
22
22
  * <p>
23
23
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
24
- * extensions to make them available for public use</a> in the
25
- * <i>CloudFormation CLI User Guide</i>
24
+ * extensions to make them available for public use</a> in the <i>CloudFormation CLI User Guide</i>
26
25
  * </p>
27
26
  * </li>
28
27
  * </ul>
@@ -9,7 +9,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
9
9
  /**
10
10
  * <p>Returns all stack related events for a specified stack in reverse chronological order.
11
11
  * For more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the
12
- * CloudFormation User Guide.</p>
12
+ * CloudFormation User Guide.</p>
13
13
  * <note>
14
14
  * <p>You can list events for stacks that have failed to create or have been deleted by
15
15
  * specifying the unique stack identifier (stack ID).</p>
@@ -12,8 +12,8 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
12
12
  * CloudFormation detects configuration drift.</p>
13
13
  * <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
14
14
  * resource that has been checked for drift. Resources that haven't yet been checked for drift
15
- * are not included. Resources that do not currently support drift detection are not checked,
16
- * and so not included. For a list of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
15
+ * aren't included. Resources that don't currently support drift detection aren't checked, and
16
+ * so not included. For a list of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
17
17
  * <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual resources,
18
18
  * or <a>DetectStackDrift</a> to detect drift on all supported resources for a
19
19
  * given stack.</p>
@@ -7,7 +7,7 @@ export interface DescribeStackSetCommandInput extends DescribeStackSetInput {
7
7
  export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the description of the specified stack set. </p>
10
+ * <p>Returns the description of the specified stack set.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface DescribeStackSetOperationCommandInput extends DescribeStackSetO
7
7
  export interface DescribeStackSetOperationCommandOutput extends DescribeStackSetOperationOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the description of the specified stack set operation. </p>
10
+ * <p>Returns the description of the specified stack set operation.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -10,7 +10,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
10
10
  * <p>Returns the description for the specified stack; if no stack name was specified, then it
11
11
  * returns the description for all the stacks created.</p>
12
12
  * <note>
13
- * <p>If the stack does not exist, an <code>ValidationError</code> is returned.</p>
13
+ * <p>If the stack doesn't exist, an <code>ValidationError</code> is returned.</p>
14
14
  * </note>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,7 +25,7 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
25
25
  * resources contained within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack drift operation. Once the drift detection
26
26
  * operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift
27
27
  * information about the stack and its resources.</p>
28
- * <p>When detecting drift on a stack, CloudFormation does not detect drift on any nested stacks
28
+ * <p>When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks
29
29
  * belonging to that stack. Perform <code>DetectStackDrift</code> directly on the nested stack
30
30
  * itself.</p>
31
31
  * @example
@@ -17,7 +17,7 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
17
17
  * <p>Use <code>DetectStackResourceDrift</code> to detect drift on individual resources, or
18
18
  * <a>DetectStackDrift</a> to detect drift on all resources in a given stack
19
19
  * that support drift detection.</p>
20
- * <p>Resources that do not currently support drift detection cannot be checked. For a list of
20
+ * <p>Resources that don't currently support drift detection can't be checked. For a list of
21
21
  * resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
22
22
  * @example
23
23
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,14 +9,14 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
9
9
  /**
10
10
  * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a
11
11
  * stack set, it performs drift detection on the stack associated with each stack instance in
12
- * the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation Performs Drift Detection on a Stack Set</a>.</p>
12
+ * the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation performs drift detection on a stack set</a>.</p>
13
13
  * <p>
14
14
  * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set
15
15
  * drift detection operation. Use this operation id with <code>
16
16
  * <a>DescribeStackSetOperation</a>
17
17
  * </code> to monitor the progress of the drift
18
18
  * detection operation. The drift detection operation may take some time, depending on the
19
- * number of stack instances included in the stack set, as well as the number of resources
19
+ * number of stack instances included in the stack set, in addition to the number of resources
20
20
  * included in each stack.</p>
21
21
  * <p>Once the operation has completed, use the following actions to return drift
22
22
  * information:</p>
@@ -27,7 +27,7 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
27
27
  * </code> to return detailed information
28
28
  * about the stack set, including detailed information about the last
29
29
  * <i>completed</i> drift operation performed on the stack set.
30
- * (Information about drift operations that are in progress is not included.)</p>
30
+ * (Information about drift operations that are in progress isn't included.)</p>
31
31
  * </li>
32
32
  * <li>
33
33
  * <p>Use <code>
@@ -45,9 +45,10 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
45
45
  * </li>
46
46
  * </ul>
47
47
  * <p>For more information on performing a drift detection operation on a stack set, see
48
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting Unmanaged
49
- * Changes in Stack Sets</a>. </p>
50
- * <p>You can only run a single drift detection operation on a given stack set at one time. </p>
48
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting unmanaged
49
+ * changes in stack sets</a>.</p>
50
+ * <p>You can only run a single drift detection operation on a given stack set at one
51
+ * time.</p>
51
52
  * <p>To stop a drift detection stack set operation, use <code>
52
53
  * <a>StopStackSetOperation</a>
53
54
  * </code>.</p>
@@ -8,15 +8,15 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
8
8
  }
9
9
  /**
10
10
  * <p>Updates a stack using the input information that was provided when the specified change
11
- * set was created. After the call successfully completes, CloudFormation starts
12
- * updating the stack. Use the <a>DescribeStacks</a> action to view the status of
13
- * the update.</p>
11
+ * set was created. After the call successfully completes, CloudFormation starts updating
12
+ * the stack. Use the <a>DescribeStacks</a> action to view the status of the
13
+ * update.</p>
14
14
  * <p>When you execute a change set, CloudFormation deletes all other change sets
15
15
  * associated with the stack because they aren't valid for the updated stack.</p>
16
- * <p>If a stack policy is associated with the stack, CloudFormation enforces the
17
- * policy during the update. You can't specify a temporary stack policy that overrides the
18
- * current policy.</p>
19
- * <p>To create a change set for the entire stack hierachy, <code>IncludeNestedStacks</code>
16
+ * <p>If a stack policy is associated with the stack, CloudFormation enforces the policy
17
+ * during the update. You can't specify a temporary stack policy that overrides the current
18
+ * policy.</p>
19
+ * <p>To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code>
20
20
  * must have been set to <code>True</code>.</p>
21
21
  * @example
22
22
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,10 +9,10 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
9
9
  /**
10
10
  * <p>Returns the template body for a specified stack. You can get the template for running or
11
11
  * deleted stacks.</p>
12
- * <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the stack
13
- * has been deleted.</p>
12
+ * <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days
13
+ * after the stack has been deleted.</p>
14
14
  * <note>
15
- * <p>If the template does not exist, a <code>ValidationError</code> is returned.</p>
15
+ * <p>If the template doesn't exist, a <code>ValidationError</code> is returned.</p>
16
16
  * </note>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
@@ -14,7 +14,7 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
14
14
  * <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or
15
15
  * you can get template information for a stack set, or a running or deleted stack.</p>
16
16
  * <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for
17
- * up to 90 days after the stack has been deleted. If the template does not exist, a
17
+ * up to 90 days after the stack has been deleted. If the template doesn't exist, a
18
18
  * <code>ValidationError</code> is returned.</p>
19
19
  * @example
20
20
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,12 +7,15 @@ export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackS
7
7
  export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Use the stack import operations for self-managed or service-managed StackSets. For
11
- * self-managed StackSets, the import operation can import stacks in the administrator account
12
- * or in different target accounts and Amazon Web Services Regions. For service-managed
13
- * StackSets, the import operation can import any stack in the same AWS Organizations as the
14
- * management account. The import operation can import up to 10 stacks using inline stack IDs
15
- * or up to 10,000 stacks using an Amazon S3 object.</p>
10
+ * <p>Import existing stacks into a new stack sets. Use the stack import operation to import
11
+ * up to 10 stacks into a new stack set in the same account as the source stack or in a
12
+ * different administrator account and Region, by specifying the stack ID of the stack you
13
+ * intend to import.</p>
14
+ * <note>
15
+ * <p>
16
+ * <code>ImportStacksToStackSet</code> is only supported by self-managed
17
+ * permissions.</p>
18
+ * </note>
16
19
  * @example
17
20
  * Use a bare-bones client and the command you need to make an API call.
18
21
  * ```javascript
@@ -13,7 +13,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
13
13
  * <code>Fn::ImportValue</code>
14
14
  * </a> function.</p>
15
15
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
16
- * CloudFormation Export Stack Output Values</a>.</p>
16
+ * CloudFormation export stack output values</a>.</p>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
19
19
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListStackSetOperationResultsCommandInput extends ListStackSetOp
7
7
  export interface ListStackSetOperationResultsCommandOutput extends ListStackSetOperationResultsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns summary information about the results of a stack set operation. </p>
10
+ * <p>Returns summary information about the results of a stack set operation.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListStackSetOperationsCommandInput extends ListStackSetOperatio
7
7
  export interface ListStackSetOperationsCommandOutput extends ListStackSetOperationsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns summary information about operations performed on a stack set. </p>
10
+ * <p>Returns summary information about operations performed on a stack set.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -16,9 +16,8 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
16
16
  * </li>
17
17
  * <li>
18
18
  * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
19
- * <code>SELF</code> while signed in to the organization's management account,
20
- * <code>ListStackSets</code> returns all stack sets in the management
21
- * account.</p>
19
+ * <code>SELF</code> while signed in to the organization's management account, <code>ListStackSets</code> returns all stack sets in the
20
+ * management account.</p>
22
21
  * </li>
23
22
  * <li>
24
23
  * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to