@aws-sdk/client-cloudformation 3.51.0 → 3.54.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 (83) 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 +15 -14
  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/runtimeConfig.browser.d.ts +1 -1
  70. package/dist-types/runtimeConfig.d.ts +1 -1
  71. package/dist-types/runtimeConfig.native.d.ts +1 -1
  72. package/dist-types/ts3.4/CloudFormation.d.ts +5 -0
  73. package/dist-types/ts3.4/CloudFormationClient.d.ts +5 -4
  74. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +6 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +228 -69
  79. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  83. package/package.json +34 -34
@@ -16,6 +16,7 @@ import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./comma
16
16
  import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
17
17
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
18
18
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
19
+ import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
19
20
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
20
21
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
21
22
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
@@ -66,18 +67,18 @@ import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./comma
66
67
  import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
67
68
  import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
68
69
  /**
69
- * <fullname>AWS CloudFormation</fullname>
70
+ * <fullname>CloudFormation</fullname>
70
71
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
71
72
  * deployments predictably and repeatedly. You can use CloudFormation to leverage
72
- * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block
73
- * Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to
74
- * build highly-reliable, highly scalable, cost-effective applications without creating or
75
- * configuring the underlying Amazon Web Services infrastructure.</p>
76
- * <p>With CloudFormation, you declare all of your resources and dependencies in a
77
- * template file. The template defines a collection of resources as a single unit called a
78
- * stack. CloudFormation creates and deletes all member resources of the stack
79
- * together and manages all dependencies between the resources for you.</p>
80
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
73
+ * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
74
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
75
+ * reliable, highly scalable, cost-effective applications without creating or configuring the
76
+ * underlying Amazon Web Services infrastructure.</p>
77
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template
78
+ * file. The template defines a collection of resources as a single unit called a stack.
79
+ * CloudFormation creates and deletes all member resources of the stack together and
80
+ * manages all dependencies between the resources for you.</p>
81
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
81
82
  * <p>CloudFormation makes use of other Amazon Web Services products. If you need
82
83
  * additional technical information about a specific Amazon Web Services product, you can find
83
84
  * the product's technical documentation at <a href="https://docs.aws.amazon.com/">
@@ -91,15 +92,14 @@ export declare class CloudFormation extends CloudFormationClient {
91
92
  * public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
92
93
  * <p>Once you have activated a public third-party extension in your account and region, use
93
94
  * <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
94
- * 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
95
- * User Guide</i>.</p>
95
+ * 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>
96
96
  */
97
97
  activateType(args: ActivateTypeCommandInput, options?: __HttpHandlerOptions): Promise<ActivateTypeCommandOutput>;
98
98
  activateType(args: ActivateTypeCommandInput, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
99
99
  activateType(args: ActivateTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
100
100
  /**
101
- * <p>Returns configuration data for the specified CloudFormation extensions, from the
102
- * CloudFormation registry for the account and region.</p>
101
+ * <p>Returns configuration data for the specified CloudFormation extensions, from
102
+ * the CloudFormation registry for the account and region.</p>
103
103
  * <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
104
104
  * <i>CloudFormation User Guide</i>.</p>
105
105
  */
@@ -110,23 +110,24 @@ export declare class CloudFormation extends CloudFormationClient {
110
110
  * <p>Cancels an update on the specified stack. If the call completes successfully, the stack
111
111
  * rolls back the update and reverts to the previous stack configuration.</p>
112
112
  * <note>
113
- * <p>You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.</p>
113
+ * <p>You can cancel only stacks that are in the <code>UPDATE_IN_PROGRESS</code>
114
+ * state.</p>
114
115
  * </note>
115
116
  */
116
117
  cancelUpdateStack(args: CancelUpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<CancelUpdateStackCommandOutput>;
117
118
  cancelUpdateStack(args: CancelUpdateStackCommandInput, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
118
119
  cancelUpdateStack(args: CancelUpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
119
120
  /**
120
- * <p>For a specified stack that is in the <code>UPDATE_ROLLBACK_FAILED</code> state,
121
- * continues rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on
122
- * 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
121
+ * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
122
+ * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause
123
+ * 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
123
124
  * return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
124
125
  * then try to update the stack again.</p>
125
- * <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,
126
- * you might have a stack that is rolling back to an old database instance that was deleted
127
- * outside of CloudFormation. Because CloudFormation doesn't know the database
128
- * was deleted, it assumes that the database instance still exists and attempts to roll back
129
- * to it, causing the update rollback to fail.</p>
126
+ * <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
127
+ * might have a stack that's rolling back to an old database instance that was deleted outside
128
+ * of CloudFormation. Because CloudFormation doesn't know the database was deleted, it
129
+ * assumes that the database instance still exists and attempts to roll back to it, causing
130
+ * the update rollback to fail.</p>
130
131
  */
131
132
  continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options?: __HttpHandlerOptions): Promise<ContinueUpdateRollbackCommandOutput>;
132
133
  continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
@@ -135,12 +136,11 @@ export declare class CloudFormation extends CloudFormationClient {
135
136
  * <p>Creates a list of changes that will be applied to a stack so that you can review the
136
137
  * changes before executing them. You can create a change set for a stack that doesn't exist
137
138
  * or an existing stack. If you create a change set for a stack that doesn't exist, the change
138
- * set shows all of the resources that CloudFormation will create. If you create a
139
- * change set for an existing stack, CloudFormation compares the stack's information
140
- * with the information that you submit in the change set and lists the differences. Use
141
- * change sets to understand which resources CloudFormation will create or change, and
142
- * how it will change resources in an existing stack, before you create or update a
143
- * stack.</p>
139
+ * set shows all of the resources that CloudFormation will create. If you create a change
140
+ * set for an existing stack, CloudFormation compares the stack's information with the
141
+ * information that you submit in the change set and lists the differences. Use change sets to
142
+ * understand which resources CloudFormation will create or change, and how it will change
143
+ * resources in an existing stack, before you create or update a stack.</p>
144
144
  * <p>To create a change set for a stack that doesn't exist, for the
145
145
  * <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
146
146
  * set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
@@ -152,7 +152,7 @@ export declare class CloudFormation extends CloudFormationClient {
152
152
  * <p>When you are satisfied with the changes the change set will make, execute the change set
153
153
  * by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
154
154
  * changes until you execute the change set.</p>
155
- * <p>To create a change set for the entire stack hierachy, set
155
+ * <p>To create a change set for the entire stack hierarchy, set
156
156
  * <code>IncludeNestedStacks</code> to <code>True</code>.</p>
157
157
  */
158
158
  createChangeSet(args: CreateChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateChangeSetCommandOutput>;
@@ -160,16 +160,16 @@ export declare class CloudFormation extends CloudFormationClient {
160
160
  createChangeSet(args: CreateChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
161
161
  /**
162
162
  * <p>Creates a stack as specified in the template. After the call completes successfully, the
163
- * stack creation starts. You can check the status of the stack via the <a>DescribeStacks</a> API.</p>
163
+ * stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
164
164
  */
165
165
  createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackCommandOutput>;
166
166
  createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
167
167
  createStack(args: CreateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
168
168
  /**
169
- * <p>Creates stack instances for the specified accounts, within the specified Regions. A
170
- * stack instance refers to a stack in a specific account and Region. You must specify at
171
- * least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>, and you
172
- * must specify at least one value for <code>Regions</code>.</p>
169
+ * <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.
170
+ * You must specify at least one value for either <code>Accounts</code> or
171
+ * <code>DeploymentTargets</code>, and you must specify at least one value for
172
+ * <code>Regions</code>.</p>
173
173
  */
174
174
  createStackInstances(args: CreateStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackInstancesCommandOutput>;
175
175
  createStackInstances(args: CreateStackInstancesCommandInput, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
@@ -183,9 +183,9 @@ export declare class CloudFormation extends CloudFormationClient {
183
183
  /**
184
184
  * <p>Deactivates a public extension that was previously activated in this account and
185
185
  * region.</p>
186
- * <p>Once deactivated, an extension cannot be used in any CloudFormation operation. This
187
- * includes stack update operations where the stack template includes the extension, even if
188
- * no updates are being made to the extension. In addition, deactivated extensions are not
186
+ * <p>Once deactivated, an extension can't be used in any CloudFormation operation.
187
+ * This includes stack update operations where the stack template includes the extension, even
188
+ * if no updates are being made to the extension. In addition, deactivated extensions aren't
189
189
  * automatically updated if a new version of the extension is released.</p>
190
190
  */
191
191
  deactivateType(args: DeactivateTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateTypeCommandOutput>;
@@ -194,8 +194,8 @@ export declare class CloudFormation extends CloudFormationClient {
194
194
  /**
195
195
  * <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
196
196
  * wrong change set.</p>
197
- * <p>If the call successfully completes, CloudFormation successfully deleted the
198
- * change set.</p>
197
+ * <p>If the call successfully completes, CloudFormation successfully deleted the change
198
+ * set.</p>
199
199
  * <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of
200
200
  * the nested change set, then <code>DeleteChangeSet</code> will delete all change sets that
201
201
  * belong to the stacks hierarchy and will also delete all change sets for nested stacks with
@@ -206,14 +206,14 @@ export declare class CloudFormation extends CloudFormationClient {
206
206
  deleteChangeSet(args: DeleteChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
207
207
  /**
208
208
  * <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
209
- * Deleted stacks do not show up in the <a>DescribeStacks</a> API if the deletion
210
- * has been completed successfully.</p>
209
+ * Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the
210
+ * deletion has been completed successfully.</p>
211
211
  */
212
212
  deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackCommandOutput>;
213
213
  deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
214
214
  deleteStack(args: DeleteStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
215
215
  /**
216
- * <p>Deletes stack instances for the specified accounts, in the specified Regions.</p>
216
+ * <p>Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.</p>
217
217
  */
218
218
  deleteStackInstances(args: DeleteStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackInstancesCommandOutput>;
219
219
  deleteStackInstances(args: DeleteStackInstancesCommandInput, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
@@ -231,36 +231,41 @@ export declare class CloudFormation extends CloudFormationClient {
231
231
  * <p>To deregister an entire extension, you must individually deregister all active versions
232
232
  * of that extension. If an extension has only a single active version, deregistering that
233
233
  * version results in the extension itself being deregistered and marked as deprecated in the
234
- * registry. </p>
235
- * <p>You cannot deregister the default version of an extension if there are other active
234
+ * registry.</p>
235
+ * <p>You can't deregister the default version of an extension if there are other active
236
236
  * version of that extension. If you do deregister the default version of an extension, the
237
- * textensionype itself is deregistered as well and marked as deprecated. </p>
237
+ * extension type itself is deregistered as well and marked as deprecated.</p>
238
238
  * <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>
239
239
  */
240
240
  deregisterType(args: DeregisterTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTypeCommandOutput>;
241
241
  deregisterType(args: DeregisterTypeCommandInput, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
242
242
  deregisterType(args: DeregisterTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
243
243
  /**
244
- * <p>Retrieves your account's CloudFormation limits, such as the maximum number of
245
- * stacks that you can create in your account. For more information about account limits, see
246
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Limits</a> in the <i>CloudFormation User Guide</i>.</p>
244
+ * <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks
245
+ * 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
246
+ * <i>CloudFormation User Guide</i>.</p>
247
247
  */
248
248
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
249
249
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
250
250
  describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
251
251
  /**
252
- * <p>Returns the inputs for the change set and a list of changes that CloudFormation
253
- * 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
254
- * Guide.</p>
252
+ * <p>Returns the inputs for the change set and a list of changes that CloudFormation will
253
+ * 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>
255
254
  */
256
255
  describeChangeSet(args: DescribeChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetCommandOutput>;
257
256
  describeChangeSet(args: DescribeChangeSetCommandInput, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
258
257
  describeChangeSet(args: DescribeChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
258
+ /**
259
+ * <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.</p>
260
+ */
261
+ describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
262
+ describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
263
+ describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
259
264
  /**
260
265
  * <p>Returns information about a CloudFormation extension publisher.</p>
261
- * <p>If you do not supply a <code>PublisherId</code>, and you have registered as an extension
266
+ * <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension
262
267
  * publisher, <code>DescribePublisher</code> returns information about your own publisher
263
- * account. </p>
268
+ * account.</p>
264
269
  * <p>For more information on registering as a publisher, see:</p>
265
270
  * <ul>
266
271
  * <li>
@@ -271,8 +276,7 @@ export declare class CloudFormation extends CloudFormationClient {
271
276
  * <li>
272
277
  * <p>
273
278
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
274
- * extensions to make them available for public use</a> in the
275
- * <i>CloudFormation CLI User Guide</i>
279
+ * extensions to make them available for public use</a> in the <i>CloudFormation CLI User Guide</i>
276
280
  * </p>
277
281
  * </li>
278
282
  * </ul>
@@ -301,7 +305,7 @@ export declare class CloudFormation extends CloudFormationClient {
301
305
  /**
302
306
  * <p>Returns all stack related events for a specified stack in reverse chronological order.
303
307
  * 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
304
- * CloudFormation User Guide.</p>
308
+ * CloudFormation User Guide.</p>
305
309
  * <note>
306
310
  * <p>You can list events for stacks that have failed to create or have been deleted by
307
311
  * specifying the unique stack identifier (stack ID).</p>
@@ -331,8 +335,8 @@ export declare class CloudFormation extends CloudFormationClient {
331
335
  * CloudFormation detects configuration drift.</p>
332
336
  * <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
333
337
  * resource that has been checked for drift. Resources that haven't yet been checked for drift
334
- * are not included. Resources that do not currently support drift detection are not checked,
335
- * 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>
338
+ * aren't included. Resources that don't currently support drift detection aren't checked, and
339
+ * 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>
336
340
  * <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual resources,
337
341
  * or <a>DetectStackDrift</a> to detect drift on all supported resources for a
338
342
  * given stack.</p>
@@ -368,20 +372,20 @@ export declare class CloudFormation extends CloudFormationClient {
368
372
  * <p>Returns the description for the specified stack; if no stack name was specified, then it
369
373
  * returns the description for all the stacks created.</p>
370
374
  * <note>
371
- * <p>If the stack does not exist, an <code>ValidationError</code> is returned.</p>
375
+ * <p>If the stack doesn't exist, an <code>ValidationError</code> is returned.</p>
372
376
  * </note>
373
377
  */
374
378
  describeStacks(args: DescribeStacksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStacksCommandOutput>;
375
379
  describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
376
380
  describeStacks(args: DescribeStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
377
381
  /**
378
- * <p>Returns the description of the specified stack set. </p>
382
+ * <p>Returns the description of the specified stack set.</p>
379
383
  */
380
384
  describeStackSet(args: DescribeStackSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackSetCommandOutput>;
381
385
  describeStackSet(args: DescribeStackSetCommandInput, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
382
386
  describeStackSet(args: DescribeStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
383
387
  /**
384
- * <p>Returns the description of the specified stack set operation. </p>
388
+ * <p>Returns the description of the specified stack set operation.</p>
385
389
  */
386
390
  describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackSetOperationCommandOutput>;
387
391
  describeStackSetOperation(args: DescribeStackSetOperationCommandInput, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
@@ -430,7 +434,7 @@ export declare class CloudFormation extends CloudFormationClient {
430
434
  * resources contained within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack drift operation. Once the drift detection
431
435
  * operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift
432
436
  * information about the stack and its resources.</p>
433
- * <p>When detecting drift on a stack, CloudFormation does not detect drift on any nested stacks
437
+ * <p>When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks
434
438
  * belonging to that stack. Perform <code>DetectStackDrift</code> directly on the nested stack
435
439
  * itself.</p>
436
440
  */
@@ -448,7 +452,7 @@ export declare class CloudFormation extends CloudFormationClient {
448
452
  * <p>Use <code>DetectStackResourceDrift</code> to detect drift on individual resources, or
449
453
  * <a>DetectStackDrift</a> to detect drift on all resources in a given stack
450
454
  * that support drift detection.</p>
451
- * <p>Resources that do not currently support drift detection cannot be checked. For a list of
455
+ * <p>Resources that don't currently support drift detection can't be checked. For a list of
452
456
  * 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>
453
457
  */
454
458
  detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options?: __HttpHandlerOptions): Promise<DetectStackResourceDriftCommandOutput>;
@@ -457,14 +461,14 @@ export declare class CloudFormation extends CloudFormationClient {
457
461
  /**
458
462
  * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a
459
463
  * stack set, it performs drift detection on the stack associated with each stack instance in
460
- * 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>
464
+ * 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>
461
465
  * <p>
462
466
  * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set
463
467
  * drift detection operation. Use this operation id with <code>
464
468
  * <a>DescribeStackSetOperation</a>
465
469
  * </code> to monitor the progress of the drift
466
470
  * detection operation. The drift detection operation may take some time, depending on the
467
- * number of stack instances included in the stack set, as well as the number of resources
471
+ * number of stack instances included in the stack set, in addition to the number of resources
468
472
  * included in each stack.</p>
469
473
  * <p>Once the operation has completed, use the following actions to return drift
470
474
  * information:</p>
@@ -475,7 +479,7 @@ export declare class CloudFormation extends CloudFormationClient {
475
479
  * </code> to return detailed information
476
480
  * about the stack set, including detailed information about the last
477
481
  * <i>completed</i> drift operation performed on the stack set.
478
- * (Information about drift operations that are in progress is not included.)</p>
482
+ * (Information about drift operations that are in progress isn't included.)</p>
479
483
  * </li>
480
484
  * <li>
481
485
  * <p>Use <code>
@@ -493,9 +497,10 @@ export declare class CloudFormation extends CloudFormationClient {
493
497
  * </li>
494
498
  * </ul>
495
499
  * <p>For more information on performing a drift detection operation on a stack set, see
496
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting Unmanaged
497
- * Changes in Stack Sets</a>. </p>
498
- * <p>You can only run a single drift detection operation on a given stack set at one time. </p>
500
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting unmanaged
501
+ * changes in stack sets</a>.</p>
502
+ * <p>You can only run a single drift detection operation on a given stack set at one
503
+ * time.</p>
499
504
  * <p>To stop a drift detection stack set operation, use <code>
500
505
  * <a>StopStackSetOperation</a>
501
506
  * </code>.</p>
@@ -512,15 +517,15 @@ export declare class CloudFormation extends CloudFormationClient {
512
517
  estimateTemplateCost(args: EstimateTemplateCostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
513
518
  /**
514
519
  * <p>Updates a stack using the input information that was provided when the specified change
515
- * set was created. After the call successfully completes, CloudFormation starts
516
- * updating the stack. Use the <a>DescribeStacks</a> action to view the status of
517
- * the update.</p>
520
+ * set was created. After the call successfully completes, CloudFormation starts updating
521
+ * the stack. Use the <a>DescribeStacks</a> action to view the status of the
522
+ * update.</p>
518
523
  * <p>When you execute a change set, CloudFormation deletes all other change sets
519
524
  * associated with the stack because they aren't valid for the updated stack.</p>
520
- * <p>If a stack policy is associated with the stack, CloudFormation enforces the
521
- * policy during the update. You can't specify a temporary stack policy that overrides the
522
- * current policy.</p>
523
- * <p>To create a change set for the entire stack hierachy, <code>IncludeNestedStacks</code>
525
+ * <p>If a stack policy is associated with the stack, CloudFormation enforces the policy
526
+ * during the update. You can't specify a temporary stack policy that overrides the current
527
+ * policy.</p>
528
+ * <p>To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code>
524
529
  * must have been set to <code>True</code>.</p>
525
530
  */
526
531
  executeChangeSet(args: ExecuteChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteChangeSetCommandOutput>;
@@ -536,10 +541,10 @@ export declare class CloudFormation extends CloudFormationClient {
536
541
  /**
537
542
  * <p>Returns the template body for a specified stack. You can get the template for running or
538
543
  * deleted stacks.</p>
539
- * <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the stack
540
- * has been deleted.</p>
544
+ * <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days
545
+ * after the stack has been deleted.</p>
541
546
  * <note>
542
- * <p>If the template does not exist, a <code>ValidationError</code> is returned.</p>
547
+ * <p>If the template doesn't exist, a <code>ValidationError</code> is returned.</p>
543
548
  * </note>
544
549
  */
545
550
  getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
@@ -553,19 +558,22 @@ export declare class CloudFormation extends CloudFormationClient {
553
558
  * <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or
554
559
  * you can get template information for a stack set, or a running or deleted stack.</p>
555
560
  * <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for
556
- * up to 90 days after the stack has been deleted. If the template does not exist, a
561
+ * up to 90 days after the stack has been deleted. If the template doesn't exist, a
557
562
  * <code>ValidationError</code> is returned.</p>
558
563
  */
559
564
  getTemplateSummary(args: GetTemplateSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateSummaryCommandOutput>;
560
565
  getTemplateSummary(args: GetTemplateSummaryCommandInput, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
561
566
  getTemplateSummary(args: GetTemplateSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
562
567
  /**
563
- * <p>Use the stack import operations for self-managed or service-managed StackSets. For
564
- * self-managed StackSets, the import operation can import stacks in the administrator account
565
- * or in different target accounts and Amazon Web Services Regions. For service-managed
566
- * StackSets, the import operation can import any stack in the same AWS Organizations as the
567
- * management account. The import operation can import up to 10 stacks using inline stack IDs
568
- * or up to 10,000 stacks using an Amazon S3 object.</p>
568
+ * <p>Import existing stacks into a new stack sets. Use the stack import operation to import
569
+ * up to 10 stacks into a new stack set in the same account as the source stack or in a
570
+ * different administrator account and Region, by specifying the stack ID of the stack you
571
+ * intend to import.</p>
572
+ * <note>
573
+ * <p>
574
+ * <code>ImportStacksToStackSet</code> is only supported by self-managed
575
+ * permissions.</p>
576
+ * </note>
569
577
  */
570
578
  importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options?: __HttpHandlerOptions): Promise<ImportStacksToStackSetCommandOutput>;
571
579
  importStacksToStackSet(args: ImportStacksToStackSetCommandInput, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
@@ -584,7 +592,7 @@ export declare class CloudFormation extends CloudFormationClient {
584
592
  * <code>Fn::ImportValue</code>
585
593
  * </a> function.</p>
586
594
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
587
- * CloudFormation Export Stack Output Values</a>.</p>
595
+ * CloudFormation export stack output values</a>.</p>
588
596
  */
589
597
  listExports(args: ListExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExportsCommandOutput>;
590
598
  listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
@@ -626,13 +634,13 @@ export declare class CloudFormation extends CloudFormationClient {
626
634
  listStacks(args: ListStacksCommandInput, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
627
635
  listStacks(args: ListStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
628
636
  /**
629
- * <p>Returns summary information about the results of a stack set operation. </p>
637
+ * <p>Returns summary information about the results of a stack set operation.</p>
630
638
  */
631
639
  listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetOperationResultsCommandOutput>;
632
640
  listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
633
641
  listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
634
642
  /**
635
- * <p>Returns summary information about operations performed on a stack set. </p>
643
+ * <p>Returns summary information about operations performed on a stack set.</p>
636
644
  */
637
645
  listStackSetOperations(args: ListStackSetOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetOperationsCommandOutput>;
638
646
  listStackSetOperations(args: ListStackSetOperationsCommandInput, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
@@ -647,9 +655,8 @@ export declare class CloudFormation extends CloudFormationClient {
647
655
  * </li>
648
656
  * <li>
649
657
  * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
650
- * <code>SELF</code> while signed in to the organization's management account,
651
- * <code>ListStackSets</code> returns all stack sets in the management
652
- * account.</p>
658
+ * <code>SELF</code> while signed in to the organization's management account, <code>ListStackSets</code> returns all stack sets in the
659
+ * management account.</p>
653
660
  * </li>
654
661
  * <li>
655
662
  * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
@@ -681,30 +688,28 @@ export declare class CloudFormation extends CloudFormationClient {
681
688
  listTypeVersions(args: ListTypeVersionsCommandInput, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
682
689
  listTypeVersions(args: ListTypeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
683
690
  /**
684
- * <p>Publishes the specified extension to the CloudFormation registry as a public extension
685
- * in this region. Public extensions are available for use by all CloudFormation users. For
686
- * more information on publishing extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make them available for public use</a> in the
687
- * <i>CloudFormation CLI User Guide</i>.</p>
688
- * <p>To publish an extension, you must be registered as a publisher with CloudFormation. For
689
- * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.</p>
691
+ * <p>Publishes the specified extension to the CloudFormation registry as a public
692
+ * extension in this region. Public extensions are available for use by all CloudFormation users. For more information on publishing extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make them available for public use</a> in the
693
+ * <i>CloudFormation CLI User Guide</i>.</p>
694
+ * <p>To publish an extension, you must be registered as a publisher with CloudFormation. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.</p>
690
695
  */
691
696
  publishType(args: PublishTypeCommandInput, options?: __HttpHandlerOptions): Promise<PublishTypeCommandOutput>;
692
697
  publishType(args: PublishTypeCommandInput, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
693
698
  publishType(args: PublishTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
694
699
  /**
695
700
  * <p>Reports progress of a resource handler to CloudFormation.</p>
696
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. Do not use this API in your code.</p>
701
+ * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. Don't use this API in your code.</p>
697
702
  */
698
703
  recordHandlerProgress(args: RecordHandlerProgressCommandInput, options?: __HttpHandlerOptions): Promise<RecordHandlerProgressCommandOutput>;
699
704
  recordHandlerProgress(args: RecordHandlerProgressCommandInput, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
700
705
  recordHandlerProgress(args: RecordHandlerProgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
701
706
  /**
702
- * <p>Registers your account as a publisher of public extensions in the CloudFormation
703
- * registry. Public extensions are available for use by all CloudFormation users. This
704
- * publisher ID applies to your account in all Amazon Web Services Regions.</p>
707
+ * <p>Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are available for use by all CloudFormation users.
708
+ * This publisher ID applies to your account in all Amazon Web Services Regions.</p>
705
709
  * <p>For information on requirements for registering as a public extension publisher, see
706
710
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation
707
- * extensions</a> in the <i>CloudFormation CLI User Guide</i>.</p>
711
+ * extensions</a> in the <i>CloudFormation CLI User
712
+ * Guide</i>.</p>
708
713
  * <p></p>
709
714
  */
710
715
  registerPublisher(args: RegisterPublisherCommandInput, options?: __HttpHandlerOptions): Promise<RegisterPublisherCommandOutput>;
@@ -715,16 +720,16 @@ export declare class CloudFormation extends CloudFormationClient {
715
720
  * extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
716
721
  * <ul>
717
722
  * <li>
718
- * <p>Validating the extension schema</p>
723
+ * <p>Validating the extension schema.</p>
719
724
  * </li>
720
725
  * <li>
721
- * <p>Determining which handlers, if any, have been specified for the extension</p>
726
+ * <p>Determining which handlers, if any, have been specified for the extension.</p>
722
727
  * </li>
723
728
  * <li>
724
- * <p>Making the extension available for use in your account</p>
729
+ * <p>Making the extension available for use in your account.</p>
725
730
  * </li>
726
731
  * </ul>
727
- * <p>For more information on how to develop extensions and ready them for registeration, see
732
+ * <p>For more information on how to develop extensions and ready them for registration, see
728
733
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating Resource
729
734
  * Providers</a> in the <i>CloudFormation CLI User
730
735
  * Guide</i>.</p>
@@ -737,8 +742,7 @@ export declare class CloudFormation extends CloudFormationClient {
737
742
  * </code> to
738
743
  * monitor the progress of the registration request.</p>
739
744
  * <p>Once you have registered a private extension in your account and region, use <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
740
- * 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
741
- * User Guide</i>.</p>
745
+ * 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>
742
746
  */
743
747
  registerType(args: RegisterTypeCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTypeCommandOutput>;
744
748
  registerType(args: RegisterTypeCommandInput, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
@@ -746,7 +750,7 @@ export declare class CloudFormation extends CloudFormationClient {
746
750
  /**
747
751
  * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously
748
752
  * provisioned resources when an operation fails. You can check the status of the stack
749
- * through the <a>DescribeStacks</a> API.</p>
753
+ * through the <a>DescribeStacks</a> operation.</p>
750
754
  * <p>Rolls back the specified stack to the last known stable state from
751
755
  * <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
752
756
  * <p>This operation will delete a stack if it doesn't contain a last known stable state. A
@@ -790,14 +794,14 @@ export declare class CloudFormation extends CloudFormationClient {
790
794
  setStackPolicy(args: SetStackPolicyCommandInput, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
791
795
  setStackPolicy(args: SetStackPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
792
796
  /**
793
- * <p>Specifies the configuration data for a registered CloudFormation extension, in the given
794
- * account and region.</p>
797
+ * <p>Specifies the configuration data for a registered CloudFormation extension, in
798
+ * the given account and region.</p>
795
799
  * <p>To view the current configuration data for an extension, refer to the
796
800
  * <code>ConfigurationSchema</code> element of <a href="AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.
797
801
  * 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
798
802
  * <i>CloudFormation User Guide</i>.</p>
799
803
  * <important>
800
- * <p>It is strongly recommended that you use dynamic references to restrict sensitive
804
+ * <p>It's strongly recommended that you use dynamic references to restrict sensitive
801
805
  * configuration definitions, such as third-party credentials. For more details on dynamic
802
806
  * references, see <a href="https://docs.aws.amazon.com/">Using dynamic references to specify
803
807
  * template values</a> in the <i>CloudFormation User
@@ -816,8 +820,8 @@ export declare class CloudFormation extends CloudFormationClient {
816
820
  setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
817
821
  /**
818
822
  * <p>Sends a signal to the specified resource with a success or failure status. You can use
819
- * the SignalResource API in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive
820
- * the required number of signals or the timeout period is exceeded. The SignalResource API is
823
+ * the <code>SignalResource</code> operation in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive
824
+ * the required number of signals or the timeout period is exceeded. The <code>SignalResource</code> operation is
821
825
  * useful in cases where you want to send signals from anywhere other than an Amazon EC2
822
826
  * instance.</p>
823
827
  */
@@ -825,7 +829,7 @@ export declare class CloudFormation extends CloudFormationClient {
825
829
  signalResource(args: SignalResourceCommandInput, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
826
830
  signalResource(args: SignalResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
827
831
  /**
828
- * <p>Stops an in-progress operation on a stack set and its associated stack instances. </p>
832
+ * <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets will cancel all the unstarted stack instance deployments and wait for those are in-progress to complete.</p>
829
833
  */
830
834
  stopStackSetOperation(args: StopStackSetOperationCommandInput, options?: __HttpHandlerOptions): Promise<StopStackSetOperationCommandOutput>;
831
835
  stopStackSetOperation(args: StopStackSetOperationCommandInput, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
@@ -843,12 +847,11 @@ export declare class CloudFormation extends CloudFormationClient {
843
847
  * requirements.</p>
844
848
  * </li>
845
849
  * </ul>
846
- * <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
847
- * <i>CloudFormation CLI User Guide</i>.</p>
848
- * <p>If you do not specify a version, CloudFormation uses the default version of the
850
+ * <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 <i>CloudFormation CLI User Guide</i>.</p>
851
+ * <p>If you don't specify a version, CloudFormation uses the default version of the
849
852
  * extension in your account and region for testing.</p>
850
- * <p>To perform testing, CloudFormation assumes the execution role specified when the type
851
- * was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
853
+ * <p>To perform testing, CloudFormation assumes the execution role specified when
854
+ * the type was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
852
855
  * <p>Once you've initiated testing on an extension using <code>TestType</code>, you can use
853
856
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test
854
857
  * status description for the extension.</p>
@@ -861,7 +864,7 @@ export declare class CloudFormation extends CloudFormationClient {
861
864
  testType(args: TestTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
862
865
  /**
863
866
  * <p>Updates a stack as specified in the template. After the call completes successfully, the
864
- * stack update starts. You can check the status of the stack via the <a>DescribeStacks</a> action.</p>
867
+ * stack update starts. You can check the status of the stack through the <a>DescribeStacks</a> action.</p>
865
868
  * <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
866
869
  * <p>For more information about creating an update template, updating a stack, and monitoring
867
870
  * the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a
@@ -872,11 +875,12 @@ export declare class CloudFormation extends CloudFormationClient {
872
875
  updateStack(args: UpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
873
876
  /**
874
877
  * <p>Updates the parameter values for stack instances for the specified accounts, within the
875
- * specified Regions. A stack instance refers to a stack in a specific account and Region. </p>
876
- * <p>You can only update stack instances in Regions and accounts where they already exist; to
877
- * create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>. </p>
878
- * <p>During stack set updates, any parameters overridden for a stack instance are not
879
- * updated, but retain their overridden value.</p>
878
+ * specified Amazon Web Services Regions. A stack instance refers to a stack in a specific
879
+ * account and Region.</p>
880
+ * <p>You can only update stack instances in Amazon Web Services Regions and accounts where
881
+ * they already exist; to create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>.</p>
882
+ * <p>During stack set updates, any parameters overridden for a stack instance aren't updated,
883
+ * but retain their overridden value.</p>
880
884
  * <p>You can only update the parameter <i>values</i> that are specified in the
881
885
  * 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
882
886
  * template, before you can override the parameter value specified in the stack set you must
@@ -890,7 +894,7 @@ export declare class CloudFormation extends CloudFormationClient {
890
894
  updateStackInstances(args: UpdateStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
891
895
  /**
892
896
  * <p>Updates the stack set, and associated stack instances in the specified accounts and
893
- * Regions.</p>
897
+ * Amazon Web Services Regions.</p>
894
898
  * <p>Even if the stack set operation created by updating the stack set fails (completely or
895
899
  * partially, below or above a specified failure tolerance), the stack set is updated with
896
900
  * your changes. Subsequent <a>CreateStackInstances</a> calls on the specified
@@ -905,7 +909,7 @@ export declare class CloudFormation extends CloudFormationClient {
905
909
  * unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
906
910
  * Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
907
911
  * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
908
- * stacks</a>, termination protection is set on the root stack and cannot be changed
912
+ * stacks</a>, termination protection is set on the root stack and can't be changed
909
913
  * directly on the nested stack.</p>
910
914
  */
911
915
  updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTerminationProtectionCommandOutput>;