@aws-sdk/client-cloudformation 3.296.0 → 3.297.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.
- package/dist-cjs/protocols/Aws_query.js +130 -755
- package/dist-es/protocols/Aws_query.js +130 -755
- package/dist-types/CloudFormation.d.ts +67 -0
- package/dist-types/CloudFormationClient.d.ts +24 -4
- package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListExportsCommand.d.ts +16 -0
- package/dist-types/commands/ListImportsCommand.d.ts +16 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListStacksCommand.d.ts +16 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTypesCommand.d.ts +16 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
- package/dist-types/commands/TestTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
- package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +543 -7
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -67,6 +67,7 @@ import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./comma
|
|
|
67
67
|
import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
|
|
68
68
|
import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
|
|
69
69
|
/**
|
|
70
|
+
* @public
|
|
70
71
|
* <fullname>CloudFormation</fullname>
|
|
71
72
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
|
|
72
73
|
* deployments predictably and repeatedly. You can use CloudFormation to leverage
|
|
@@ -87,6 +88,7 @@ import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./c
|
|
|
87
88
|
*/
|
|
88
89
|
export declare class CloudFormation extends CloudFormationClient {
|
|
89
90
|
/**
|
|
91
|
+
* @public
|
|
90
92
|
* <p>Activates a public third-party extension, making it available for use in stack
|
|
91
93
|
* templates. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using
|
|
92
94
|
* public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
@@ -98,6 +100,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
98
100
|
activateType(args: ActivateTypeCommandInput, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
|
|
99
101
|
activateType(args: ActivateTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
|
|
100
102
|
/**
|
|
103
|
+
* @public
|
|
101
104
|
* <p>Returns configuration data for the specified CloudFormation extensions, from
|
|
102
105
|
* the CloudFormation registry for the account and region.</p>
|
|
103
106
|
* <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
|
|
@@ -107,6 +110,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
107
110
|
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void): void;
|
|
108
111
|
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void): void;
|
|
109
112
|
/**
|
|
113
|
+
* @public
|
|
110
114
|
* <p>Cancels an update on the specified stack. If the call completes successfully, the stack
|
|
111
115
|
* rolls back the update and reverts to the previous stack configuration.</p>
|
|
112
116
|
* <note>
|
|
@@ -118,6 +122,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
118
122
|
cancelUpdateStack(args: CancelUpdateStackCommandInput, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
|
|
119
123
|
cancelUpdateStack(args: CancelUpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
|
|
120
124
|
/**
|
|
125
|
+
* @public
|
|
121
126
|
* <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
|
|
122
127
|
* rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause
|
|
123
128
|
* 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
|
|
@@ -133,6 +138,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
133
138
|
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
|
|
134
139
|
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
|
|
135
140
|
/**
|
|
141
|
+
* @public
|
|
136
142
|
* <p>Creates a list of changes that will be applied to a stack so that you can review the
|
|
137
143
|
* changes before executing them. You can create a change set for a stack that doesn't exist
|
|
138
144
|
* or an existing stack. If you create a change set for a stack that doesn't exist, the change
|
|
@@ -159,6 +165,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
159
165
|
createChangeSet(args: CreateChangeSetCommandInput, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
|
|
160
166
|
createChangeSet(args: CreateChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
|
|
161
167
|
/**
|
|
168
|
+
* @public
|
|
162
169
|
* <p>Creates a stack as specified in the template. After the call completes successfully, the
|
|
163
170
|
* stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
|
|
164
171
|
*/
|
|
@@ -166,6 +173,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
166
173
|
createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
|
|
167
174
|
createStack(args: CreateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
|
|
168
175
|
/**
|
|
176
|
+
* @public
|
|
169
177
|
* <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
178
|
* You must specify at least one value for either <code>Accounts</code> or
|
|
171
179
|
* <code>DeploymentTargets</code>, and you must specify at least one value for
|
|
@@ -175,12 +183,14 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
175
183
|
createStackInstances(args: CreateStackInstancesCommandInput, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
|
|
176
184
|
createStackInstances(args: CreateStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
|
|
177
185
|
/**
|
|
186
|
+
* @public
|
|
178
187
|
* <p>Creates a stack set.</p>
|
|
179
188
|
*/
|
|
180
189
|
createStackSet(args: CreateStackSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackSetCommandOutput>;
|
|
181
190
|
createStackSet(args: CreateStackSetCommandInput, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
|
|
182
191
|
createStackSet(args: CreateStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
|
|
183
192
|
/**
|
|
193
|
+
* @public
|
|
184
194
|
* <p>Deactivates a public extension that was previously activated in this account and
|
|
185
195
|
* region.</p>
|
|
186
196
|
* <p>Once deactivated, an extension can't be used in any CloudFormation operation.
|
|
@@ -192,6 +202,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
192
202
|
deactivateType(args: DeactivateTypeCommandInput, cb: (err: any, data?: DeactivateTypeCommandOutput) => void): void;
|
|
193
203
|
deactivateType(args: DeactivateTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateTypeCommandOutput) => void): void;
|
|
194
204
|
/**
|
|
205
|
+
* @public
|
|
195
206
|
* <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
|
|
196
207
|
* wrong change set.</p>
|
|
197
208
|
* <p>If the call successfully completes, CloudFormation successfully deleted the change
|
|
@@ -205,6 +216,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
205
216
|
deleteChangeSet(args: DeleteChangeSetCommandInput, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
|
|
206
217
|
deleteChangeSet(args: DeleteChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
|
|
207
218
|
/**
|
|
219
|
+
* @public
|
|
208
220
|
* <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
|
|
209
221
|
* Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the
|
|
210
222
|
* deletion has been completed successfully.</p>
|
|
@@ -213,12 +225,14 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
213
225
|
deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
|
|
214
226
|
deleteStack(args: DeleteStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
|
|
215
227
|
/**
|
|
228
|
+
* @public
|
|
216
229
|
* <p>Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.</p>
|
|
217
230
|
*/
|
|
218
231
|
deleteStackInstances(args: DeleteStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackInstancesCommandOutput>;
|
|
219
232
|
deleteStackInstances(args: DeleteStackInstancesCommandInput, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
|
|
220
233
|
deleteStackInstances(args: DeleteStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
|
|
221
234
|
/**
|
|
235
|
+
* @public
|
|
222
236
|
* <p>Deletes a stack set. Before you can delete a stack set, all its member stack instances
|
|
223
237
|
* must be deleted. For more information about how to complete this, see <a>DeleteStackInstances</a>.</p>
|
|
224
238
|
*/
|
|
@@ -226,6 +240,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
226
240
|
deleteStackSet(args: DeleteStackSetCommandInput, cb: (err: any, data?: DeleteStackSetCommandOutput) => void): void;
|
|
227
241
|
deleteStackSet(args: DeleteStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackSetCommandOutput) => void): void;
|
|
228
242
|
/**
|
|
243
|
+
* @public
|
|
229
244
|
* <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry, removing it from active use. Deprecated extensions or
|
|
230
245
|
* extension versions cannot be used in CloudFormation operations.</p>
|
|
231
246
|
* <p>To deregister an entire extension, you must individually deregister all active versions
|
|
@@ -241,6 +256,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
241
256
|
deregisterType(args: DeregisterTypeCommandInput, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
|
|
242
257
|
deregisterType(args: DeregisterTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
|
|
243
258
|
/**
|
|
259
|
+
* @public
|
|
244
260
|
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks
|
|
245
261
|
* 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
262
|
* <i>CloudFormation User Guide</i>.</p>
|
|
@@ -249,6 +265,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
249
265
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
250
266
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
251
267
|
/**
|
|
268
|
+
* @public
|
|
252
269
|
* <p>Returns the inputs for the change set and a list of changes that CloudFormation will
|
|
253
270
|
* 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>
|
|
254
271
|
*/
|
|
@@ -256,12 +273,14 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
256
273
|
describeChangeSet(args: DescribeChangeSetCommandInput, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
|
|
257
274
|
describeChangeSet(args: DescribeChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
|
|
258
275
|
/**
|
|
276
|
+
* @public
|
|
259
277
|
* <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
278
|
*/
|
|
261
279
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
|
|
262
280
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
|
|
263
281
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
|
|
264
282
|
/**
|
|
283
|
+
* @public
|
|
265
284
|
* <p>Returns information about a CloudFormation extension publisher.</p>
|
|
266
285
|
* <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension
|
|
267
286
|
* publisher, <code>DescribePublisher</code> returns information about your own publisher
|
|
@@ -285,6 +304,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
285
304
|
describePublisher(args: DescribePublisherCommandInput, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
|
|
286
305
|
describePublisher(args: DescribePublisherCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
|
|
287
306
|
/**
|
|
307
|
+
* @public
|
|
288
308
|
* <p>Returns information about a stack drift detection operation. A stack drift detection
|
|
289
309
|
* operation detects whether a stack's actual configuration differs, or has
|
|
290
310
|
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
@@ -303,6 +323,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
303
323
|
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void): void;
|
|
304
324
|
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void): void;
|
|
305
325
|
/**
|
|
326
|
+
* @public
|
|
306
327
|
* <p>Returns all stack related events for a specified stack in reverse chronological order.
|
|
307
328
|
* 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
|
|
308
329
|
* CloudFormation User Guide.</p>
|
|
@@ -315,6 +336,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
315
336
|
describeStackEvents(args: DescribeStackEventsCommandInput, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
|
|
316
337
|
describeStackEvents(args: DescribeStackEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
|
|
317
338
|
/**
|
|
339
|
+
* @public
|
|
318
340
|
* <p>Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and Region.</p>
|
|
319
341
|
* <p>For a list of stack instances that are associated with a specific stack set, use <a>ListStackInstances</a>.</p>
|
|
320
342
|
*/
|
|
@@ -322,6 +344,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
322
344
|
describeStackInstance(args: DescribeStackInstanceCommandInput, cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void): void;
|
|
323
345
|
describeStackInstance(args: DescribeStackInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void): void;
|
|
324
346
|
/**
|
|
347
|
+
* @public
|
|
325
348
|
* <p>Returns a description of the specified resource in the specified stack.</p>
|
|
326
349
|
* <p>For deleted stacks, DescribeStackResource returns resource information for up to 90 days
|
|
327
350
|
* after the stack has been deleted.</p>
|
|
@@ -330,6 +353,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
330
353
|
describeStackResource(args: DescribeStackResourceCommandInput, cb: (err: any, data?: DescribeStackResourceCommandOutput) => void): void;
|
|
331
354
|
describeStackResource(args: DescribeStackResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackResourceCommandOutput) => void): void;
|
|
332
355
|
/**
|
|
356
|
+
* @public
|
|
333
357
|
* <p>Returns drift information for the resources that have been checked for drift in the
|
|
334
358
|
* specified stack. This includes actual and expected configuration values for resources where
|
|
335
359
|
* CloudFormation detects configuration drift.</p>
|
|
@@ -345,6 +369,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
345
369
|
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void): void;
|
|
346
370
|
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void): void;
|
|
347
371
|
/**
|
|
372
|
+
* @public
|
|
348
373
|
* <p>Returns Amazon Web Services resource descriptions for running and deleted stacks. If
|
|
349
374
|
* <code>StackName</code> is specified, all the associated resources that are part of the
|
|
350
375
|
* stack are returned. If <code>PhysicalResourceId</code> is specified, the associated
|
|
@@ -369,6 +394,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
369
394
|
describeStackResources(args: DescribeStackResourcesCommandInput, cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void): void;
|
|
370
395
|
describeStackResources(args: DescribeStackResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void): void;
|
|
371
396
|
/**
|
|
397
|
+
* @public
|
|
372
398
|
* <p>Returns the description for the specified stack; if no stack name was specified, then it
|
|
373
399
|
* returns the description for all the stacks created.</p>
|
|
374
400
|
* <note>
|
|
@@ -379,18 +405,21 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
379
405
|
describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
|
|
380
406
|
describeStacks(args: DescribeStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
|
|
381
407
|
/**
|
|
408
|
+
* @public
|
|
382
409
|
* <p>Returns the description of the specified stack set.</p>
|
|
383
410
|
*/
|
|
384
411
|
describeStackSet(args: DescribeStackSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackSetCommandOutput>;
|
|
385
412
|
describeStackSet(args: DescribeStackSetCommandInput, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
|
|
386
413
|
describeStackSet(args: DescribeStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
|
|
387
414
|
/**
|
|
415
|
+
* @public
|
|
388
416
|
* <p>Returns the description of the specified stack set operation.</p>
|
|
389
417
|
*/
|
|
390
418
|
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackSetOperationCommandOutput>;
|
|
391
419
|
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
|
|
392
420
|
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
|
|
393
421
|
/**
|
|
422
|
+
* @public
|
|
394
423
|
* <p>Returns detailed information about an extension that has been registered.</p>
|
|
395
424
|
* <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
|
|
396
425
|
* about that specific extension version. Otherwise, it returns information about the default
|
|
@@ -400,6 +429,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
400
429
|
describeType(args: DescribeTypeCommandInput, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
|
|
401
430
|
describeType(args: DescribeTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
|
|
402
431
|
/**
|
|
432
|
+
* @public
|
|
403
433
|
* <p>Returns information about an extension's registration, including its current status and
|
|
404
434
|
* type and version identifiers.</p>
|
|
405
435
|
* <p>When you initiate a registration request using <code>
|
|
@@ -416,6 +446,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
416
446
|
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void): void;
|
|
417
447
|
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void): void;
|
|
418
448
|
/**
|
|
449
|
+
* @public
|
|
419
450
|
* <p>Detects whether a stack's actual configuration differs, or has
|
|
420
451
|
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
421
452
|
* template and any values specified as template parameters. For each resource in the stack
|
|
@@ -442,6 +473,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
442
473
|
detectStackDrift(args: DetectStackDriftCommandInput, cb: (err: any, data?: DetectStackDriftCommandOutput) => void): void;
|
|
443
474
|
detectStackDrift(args: DetectStackDriftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectStackDriftCommandOutput) => void): void;
|
|
444
475
|
/**
|
|
476
|
+
* @public
|
|
445
477
|
* <p>Returns information about whether a resource's actual configuration differs, or has
|
|
446
478
|
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
447
479
|
* template and any values specified as template parameters. This information includes actual
|
|
@@ -459,6 +491,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
459
491
|
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void): void;
|
|
460
492
|
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void): void;
|
|
461
493
|
/**
|
|
494
|
+
* @public
|
|
462
495
|
* <p>Detect drift on a stack set. When CloudFormation performs drift detection on a
|
|
463
496
|
* stack set, it performs drift detection on the stack associated with each stack instance in
|
|
464
497
|
* 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>
|
|
@@ -509,6 +542,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
509
542
|
detectStackSetDrift(args: DetectStackSetDriftCommandInput, cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void): void;
|
|
510
543
|
detectStackSetDrift(args: DetectStackSetDriftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void): void;
|
|
511
544
|
/**
|
|
545
|
+
* @public
|
|
512
546
|
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple Monthly Calculator URL with a query string that describes the
|
|
513
547
|
* resources required to run the template.</p>
|
|
514
548
|
*/
|
|
@@ -516,6 +550,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
516
550
|
estimateTemplateCost(args: EstimateTemplateCostCommandInput, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
|
|
517
551
|
estimateTemplateCost(args: EstimateTemplateCostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
|
|
518
552
|
/**
|
|
553
|
+
* @public
|
|
519
554
|
* <p>Updates a stack using the input information that was provided when the specified change
|
|
520
555
|
* set was created. After the call successfully completes, CloudFormation starts updating
|
|
521
556
|
* the stack. Use the <a>DescribeStacks</a> action to view the status of the
|
|
@@ -532,6 +567,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
532
567
|
executeChangeSet(args: ExecuteChangeSetCommandInput, cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void): void;
|
|
533
568
|
executeChangeSet(args: ExecuteChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void): void;
|
|
534
569
|
/**
|
|
570
|
+
* @public
|
|
535
571
|
* <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null
|
|
536
572
|
* value is returned.</p>
|
|
537
573
|
*/
|
|
@@ -539,6 +575,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
539
575
|
getStackPolicy(args: GetStackPolicyCommandInput, cb: (err: any, data?: GetStackPolicyCommandOutput) => void): void;
|
|
540
576
|
getStackPolicy(args: GetStackPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStackPolicyCommandOutput) => void): void;
|
|
541
577
|
/**
|
|
578
|
+
* @public
|
|
542
579
|
* <p>Returns the template body for a specified stack. You can get the template for running or
|
|
543
580
|
* deleted stacks.</p>
|
|
544
581
|
* <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days
|
|
@@ -551,6 +588,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
551
588
|
getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
552
589
|
getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
553
590
|
/**
|
|
591
|
+
* @public
|
|
554
592
|
* <p>Returns information about a new or existing template. The
|
|
555
593
|
* <code>GetTemplateSummary</code> action is useful for viewing parameter information, such
|
|
556
594
|
* as default parameter values and parameter types, before you create or update a stack or
|
|
@@ -565,6 +603,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
565
603
|
getTemplateSummary(args: GetTemplateSummaryCommandInput, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
|
|
566
604
|
getTemplateSummary(args: GetTemplateSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
|
|
567
605
|
/**
|
|
606
|
+
* @public
|
|
568
607
|
* <p>Import existing stacks into a new stack sets. Use the stack import operation to import
|
|
569
608
|
* up to 10 stacks into a new stack set in the same account as the source stack or in a
|
|
570
609
|
* different administrator account and Region, by specifying the stack ID of the stack you
|
|
@@ -579,6 +618,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
579
618
|
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
|
|
580
619
|
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
|
|
581
620
|
/**
|
|
621
|
+
* @public
|
|
582
622
|
* <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
|
|
583
623
|
* <code>CREATE_PENDING</code> state.</p>
|
|
584
624
|
*/
|
|
@@ -586,6 +626,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
586
626
|
listChangeSets(args: ListChangeSetsCommandInput, cb: (err: any, data?: ListChangeSetsCommandOutput) => void): void;
|
|
587
627
|
listChangeSets(args: ListChangeSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChangeSetsCommandOutput) => void): void;
|
|
588
628
|
/**
|
|
629
|
+
* @public
|
|
589
630
|
* <p>Lists all exported output values in the account and Region in which you call this
|
|
590
631
|
* action. Use this action to see the exported output values that you can import into other
|
|
591
632
|
* stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
|
@@ -598,6 +639,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
598
639
|
listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
|
|
599
640
|
listExports(args: ListExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
|
|
600
641
|
/**
|
|
642
|
+
* @public
|
|
601
643
|
* <p>Lists all stacks that are importing an exported output value. To modify or remove an
|
|
602
644
|
* exported output value, first use this action to see which stacks are using it. To see the
|
|
603
645
|
* exported output values in your account, see <a>ListExports</a>.</p>
|
|
@@ -609,6 +651,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
609
651
|
listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
|
|
610
652
|
listImports(args: ListImportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
|
|
611
653
|
/**
|
|
654
|
+
* @public
|
|
612
655
|
* <p>Returns summary information about stack instances that are associated with the specified
|
|
613
656
|
* stack set. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that have a specific status.</p>
|
|
614
657
|
*/
|
|
@@ -616,6 +659,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
616
659
|
listStackInstances(args: ListStackInstancesCommandInput, cb: (err: any, data?: ListStackInstancesCommandOutput) => void): void;
|
|
617
660
|
listStackInstances(args: ListStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackInstancesCommandOutput) => void): void;
|
|
618
661
|
/**
|
|
662
|
+
* @public
|
|
619
663
|
* <p>Returns descriptions of all resources of the specified stack.</p>
|
|
620
664
|
* <p>For deleted stacks, ListStackResources returns resource information for up to 90 days
|
|
621
665
|
* after the stack has been deleted.</p>
|
|
@@ -624,6 +668,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
624
668
|
listStackResources(args: ListStackResourcesCommandInput, cb: (err: any, data?: ListStackResourcesCommandOutput) => void): void;
|
|
625
669
|
listStackResources(args: ListStackResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackResourcesCommandOutput) => void): void;
|
|
626
670
|
/**
|
|
671
|
+
* @public
|
|
627
672
|
* <p>Returns the summary information for stacks whose status matches the specified
|
|
628
673
|
* StackStatusFilter. Summary information for stacks that have been deleted is kept for 90
|
|
629
674
|
* days after the stack is deleted. If no StackStatusFilter is specified, summary information
|
|
@@ -634,18 +679,21 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
634
679
|
listStacks(args: ListStacksCommandInput, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
|
|
635
680
|
listStacks(args: ListStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
|
|
636
681
|
/**
|
|
682
|
+
* @public
|
|
637
683
|
* <p>Returns summary information about the results of a stack set operation.</p>
|
|
638
684
|
*/
|
|
639
685
|
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetOperationResultsCommandOutput>;
|
|
640
686
|
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
|
|
641
687
|
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
|
|
642
688
|
/**
|
|
689
|
+
* @public
|
|
643
690
|
* <p>Returns summary information about operations performed on a stack set.</p>
|
|
644
691
|
*/
|
|
645
692
|
listStackSetOperations(args: ListStackSetOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetOperationsCommandOutput>;
|
|
646
693
|
listStackSetOperations(args: ListStackSetOperationsCommandInput, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
|
|
647
694
|
listStackSetOperations(args: ListStackSetOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
|
|
648
695
|
/**
|
|
696
|
+
* @public
|
|
649
697
|
* <p>Returns summary information about stack sets that are associated with the user.</p>
|
|
650
698
|
* <ul>
|
|
651
699
|
* <li>
|
|
@@ -670,24 +718,28 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
670
718
|
listStackSets(args: ListStackSetsCommandInput, cb: (err: any, data?: ListStackSetsCommandOutput) => void): void;
|
|
671
719
|
listStackSets(args: ListStackSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetsCommandOutput) => void): void;
|
|
672
720
|
/**
|
|
721
|
+
* @public
|
|
673
722
|
* <p>Returns a list of registration tokens for the specified extension(s).</p>
|
|
674
723
|
*/
|
|
675
724
|
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTypeRegistrationsCommandOutput>;
|
|
676
725
|
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void): void;
|
|
677
726
|
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void): void;
|
|
678
727
|
/**
|
|
728
|
+
* @public
|
|
679
729
|
* <p>Returns summary information about extension that have been registered with CloudFormation.</p>
|
|
680
730
|
*/
|
|
681
731
|
listTypes(args: ListTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListTypesCommandOutput>;
|
|
682
732
|
listTypes(args: ListTypesCommandInput, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
|
|
683
733
|
listTypes(args: ListTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
|
|
684
734
|
/**
|
|
735
|
+
* @public
|
|
685
736
|
* <p>Returns summary information about the versions of an extension.</p>
|
|
686
737
|
*/
|
|
687
738
|
listTypeVersions(args: ListTypeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTypeVersionsCommandOutput>;
|
|
688
739
|
listTypeVersions(args: ListTypeVersionsCommandInput, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
|
|
689
740
|
listTypeVersions(args: ListTypeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
|
|
690
741
|
/**
|
|
742
|
+
* @public
|
|
691
743
|
* <p>Publishes the specified extension to the CloudFormation registry as a public
|
|
692
744
|
* extension in this region. Public extensions are available for use by all CloudFormation users. For more information about 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
745
|
* <i>CloudFormation CLI User Guide</i>.</p>
|
|
@@ -697,6 +749,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
697
749
|
publishType(args: PublishTypeCommandInput, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
|
|
698
750
|
publishType(args: PublishTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
|
|
699
751
|
/**
|
|
752
|
+
* @public
|
|
700
753
|
* <p>Reports progress of a resource handler to CloudFormation.</p>
|
|
701
754
|
* <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>
|
|
702
755
|
*/
|
|
@@ -704,6 +757,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
704
757
|
recordHandlerProgress(args: RecordHandlerProgressCommandInput, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
|
|
705
758
|
recordHandlerProgress(args: RecordHandlerProgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
|
|
706
759
|
/**
|
|
760
|
+
* @public
|
|
707
761
|
* <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
762
|
* This publisher ID applies to your account in all Amazon Web Services Regions.</p>
|
|
709
763
|
* <p>For information about requirements for registering as a public extension publisher, see
|
|
@@ -716,6 +770,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
716
770
|
registerPublisher(args: RegisterPublisherCommandInput, cb: (err: any, data?: RegisterPublisherCommandOutput) => void): void;
|
|
717
771
|
registerPublisher(args: RegisterPublisherCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterPublisherCommandOutput) => void): void;
|
|
718
772
|
/**
|
|
773
|
+
* @public
|
|
719
774
|
* <p>Registers an extension with the CloudFormation service. Registering an
|
|
720
775
|
* extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
|
|
721
776
|
* <ul>
|
|
@@ -748,6 +803,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
748
803
|
registerType(args: RegisterTypeCommandInput, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
|
|
749
804
|
registerType(args: RegisterTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
|
|
750
805
|
/**
|
|
806
|
+
* @public
|
|
751
807
|
* <p>When specifying <code>RollbackStack</code>, you preserve the state of previously
|
|
752
808
|
* provisioned resources when an operation fails. You can check the status of the stack
|
|
753
809
|
* through the <a>DescribeStacks</a> operation.</p>
|
|
@@ -788,12 +844,14 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
788
844
|
rollbackStack(args: RollbackStackCommandInput, cb: (err: any, data?: RollbackStackCommandOutput) => void): void;
|
|
789
845
|
rollbackStack(args: RollbackStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RollbackStackCommandOutput) => void): void;
|
|
790
846
|
/**
|
|
847
|
+
* @public
|
|
791
848
|
* <p>Sets a stack policy for a specified stack.</p>
|
|
792
849
|
*/
|
|
793
850
|
setStackPolicy(args: SetStackPolicyCommandInput, options?: __HttpHandlerOptions): Promise<SetStackPolicyCommandOutput>;
|
|
794
851
|
setStackPolicy(args: SetStackPolicyCommandInput, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
|
|
795
852
|
setStackPolicy(args: SetStackPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
|
|
796
853
|
/**
|
|
854
|
+
* @public
|
|
797
855
|
* <p>Specifies the configuration data for a registered CloudFormation extension, in
|
|
798
856
|
* the given account and region.</p>
|
|
799
857
|
* <p>To view the current configuration data for an extension, refer to the
|
|
@@ -812,6 +870,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
812
870
|
setTypeConfiguration(args: SetTypeConfigurationCommandInput, cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void): void;
|
|
813
871
|
setTypeConfiguration(args: SetTypeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void): void;
|
|
814
872
|
/**
|
|
873
|
+
* @public
|
|
815
874
|
* <p>Specify the default version of an extension. The default version of an extension will be
|
|
816
875
|
* used in CloudFormation operations.</p>
|
|
817
876
|
*/
|
|
@@ -819,6 +878,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
819
878
|
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
|
|
820
879
|
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
|
|
821
880
|
/**
|
|
881
|
+
* @public
|
|
822
882
|
* <p>Sends a signal to the specified resource with a success or failure status. You can use
|
|
823
883
|
* the <code>SignalResource</code> operation in conjunction with a creation policy or update
|
|
824
884
|
* policy. CloudFormation doesn't proceed with a stack creation or update until
|
|
@@ -830,6 +890,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
830
890
|
signalResource(args: SignalResourceCommandInput, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
|
|
831
891
|
signalResource(args: SignalResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
|
|
832
892
|
/**
|
|
893
|
+
* @public
|
|
833
894
|
* <p>Stops an in-progress operation on a stack set and its associated stack instances.
|
|
834
895
|
* StackSets will cancel all the unstarted stack instance deployments and wait for those are
|
|
835
896
|
* in-progress to complete.</p>
|
|
@@ -838,6 +899,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
838
899
|
stopStackSetOperation(args: StopStackSetOperationCommandInput, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
|
|
839
900
|
stopStackSetOperation(args: StopStackSetOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
|
|
840
901
|
/**
|
|
902
|
+
* @public
|
|
841
903
|
* <p>Tests a registered extension to make sure it meets all necessary requirements for being
|
|
842
904
|
* published in the CloudFormation registry.</p>
|
|
843
905
|
* <ul>
|
|
@@ -866,6 +928,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
866
928
|
testType(args: TestTypeCommandInput, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
|
|
867
929
|
testType(args: TestTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
|
|
868
930
|
/**
|
|
931
|
+
* @public
|
|
869
932
|
* <p>Updates a stack as specified in the template. After the call completes successfully, the
|
|
870
933
|
* stack update starts. You can check the status of the stack through the <a>DescribeStacks</a> action.</p>
|
|
871
934
|
* <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
|
|
@@ -877,6 +940,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
877
940
|
updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
|
|
878
941
|
updateStack(args: UpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
|
|
879
942
|
/**
|
|
943
|
+
* @public
|
|
880
944
|
* <p>Updates the parameter values for stack instances for the specified accounts, within the
|
|
881
945
|
* specified Amazon Web Services Regions. A stack instance refers to a stack in a specific
|
|
882
946
|
* account and Region.</p>
|
|
@@ -896,6 +960,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
896
960
|
updateStackInstances(args: UpdateStackInstancesCommandInput, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
|
|
897
961
|
updateStackInstances(args: UpdateStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
|
|
898
962
|
/**
|
|
963
|
+
* @public
|
|
899
964
|
* <p>Updates the stack set, and associated stack instances in the specified accounts and
|
|
900
965
|
* Amazon Web Services Regions.</p>
|
|
901
966
|
* <p>Even if the stack set operation created by updating the stack set fails (completely or
|
|
@@ -907,6 +972,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
907
972
|
updateStackSet(args: UpdateStackSetCommandInput, cb: (err: any, data?: UpdateStackSetCommandOutput) => void): void;
|
|
908
973
|
updateStackSet(args: UpdateStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackSetCommandOutput) => void): void;
|
|
909
974
|
/**
|
|
975
|
+
* @public
|
|
910
976
|
* <p>Updates termination protection for the specified stack. If a user attempts to delete a
|
|
911
977
|
* stack with termination protection enabled, the operation fails and the stack remains
|
|
912
978
|
* unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
|
|
@@ -919,6 +985,7 @@ export declare class CloudFormation extends CloudFormationClient {
|
|
|
919
985
|
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void): void;
|
|
920
986
|
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void): void;
|
|
921
987
|
/**
|
|
988
|
+
* @public
|
|
922
989
|
* <p>Validates a specified template. CloudFormation first checks if the template is
|
|
923
990
|
* valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If
|
|
924
991
|
* both these checks fail, CloudFormation returns a template validation error.</p>
|
|
@@ -74,15 +74,24 @@ import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./comma
|
|
|
74
74
|
import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
|
|
75
75
|
import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
|
|
76
76
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
77
80
|
export 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;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
78
84
|
export 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;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
79
88
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
80
89
|
/**
|
|
81
90
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
82
91
|
*/
|
|
83
92
|
requestHandler?: __HttpHandler;
|
|
84
93
|
/**
|
|
85
|
-
* A constructor for a class implementing the {@link
|
|
94
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
86
95
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
87
96
|
* @internal
|
|
88
97
|
*/
|
|
@@ -172,23 +181,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
172
181
|
*/
|
|
173
182
|
logger?: __Logger;
|
|
174
183
|
/**
|
|
175
|
-
* The {@link
|
|
184
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
176
185
|
*/
|
|
177
186
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
178
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
179
191
|
type CloudFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
180
192
|
/**
|
|
181
|
-
*
|
|
193
|
+
* @public
|
|
194
|
+
*
|
|
195
|
+
* The configuration interface of CloudFormationClient class constructor that set the region, credentials and other options.
|
|
182
196
|
*/
|
|
183
197
|
export interface CloudFormationClientConfig extends CloudFormationClientConfigType {
|
|
184
198
|
}
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
185
202
|
type CloudFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
186
203
|
/**
|
|
187
|
-
*
|
|
204
|
+
* @public
|
|
205
|
+
*
|
|
206
|
+
* The resolved configuration interface of CloudFormationClient class. This is resolved and normalized from the {@link CloudFormationClientConfig | constructor configuration interface}.
|
|
188
207
|
*/
|
|
189
208
|
export interface CloudFormationClientResolvedConfig extends CloudFormationClientResolvedConfigType {
|
|
190
209
|
}
|
|
191
210
|
/**
|
|
211
|
+
* @public
|
|
192
212
|
* <fullname>CloudFormation</fullname>
|
|
193
213
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
|
|
194
214
|
* deployments predictably and repeatedly. You can use CloudFormation to leverage
|