@aws-sdk/client-cloudformation 3.741.0 → 3.744.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/README.md +40 -0
- package/dist-cjs/index.js +782 -33
- package/dist-es/CloudFormation.js +10 -0
- package/dist-es/commands/CreateStackRefactorCommand.js +22 -0
- package/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
- package/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
- package/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
- package/dist-es/commands/ListStackRefactorsCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +51 -55
- package/dist-es/models/models_1.js +55 -0
- package/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
- package/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_query.js +514 -24
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
- package/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
- package/dist-types/CloudFormation.d.ts +36 -0
- package/dist-types/CloudFormationClient.d.ts +7 -2
- package/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
- package/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
- package/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
- package/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +968 -1147
- package/dist-types/models/models_1.d.ts +770 -32
- package/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_query.d.ts +45 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +86 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +130 -151
- package/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -287,6 +287,14 @@ CreateStackInstances
|
|
|
287
287
|
|
|
288
288
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/CreateStackInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateStackInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateStackInstancesCommandOutput/)
|
|
289
289
|
|
|
290
|
+
</details>
|
|
291
|
+
<details>
|
|
292
|
+
<summary>
|
|
293
|
+
CreateStackRefactor
|
|
294
|
+
</summary>
|
|
295
|
+
|
|
296
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/CreateStackRefactorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateStackRefactorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateStackRefactorCommandOutput/)
|
|
297
|
+
|
|
290
298
|
</details>
|
|
291
299
|
<details>
|
|
292
300
|
<summary>
|
|
@@ -439,6 +447,14 @@ DescribeStackInstance
|
|
|
439
447
|
|
|
440
448
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeStackInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeStackInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeStackInstanceCommandOutput/)
|
|
441
449
|
|
|
450
|
+
</details>
|
|
451
|
+
<details>
|
|
452
|
+
<summary>
|
|
453
|
+
DescribeStackRefactor
|
|
454
|
+
</summary>
|
|
455
|
+
|
|
456
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeStackRefactorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeStackRefactorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeStackRefactorCommandOutput/)
|
|
457
|
+
|
|
442
458
|
</details>
|
|
443
459
|
<details>
|
|
444
460
|
<summary>
|
|
@@ -543,6 +559,14 @@ ExecuteChangeSet
|
|
|
543
559
|
|
|
544
560
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ExecuteChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteChangeSetCommandOutput/)
|
|
545
561
|
|
|
562
|
+
</details>
|
|
563
|
+
<details>
|
|
564
|
+
<summary>
|
|
565
|
+
ExecuteStackRefactor
|
|
566
|
+
</summary>
|
|
567
|
+
|
|
568
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ExecuteStackRefactorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteStackRefactorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteStackRefactorCommandOutput/)
|
|
569
|
+
|
|
546
570
|
</details>
|
|
547
571
|
<details>
|
|
548
572
|
<summary>
|
|
@@ -663,6 +687,22 @@ ListStackInstances
|
|
|
663
687
|
|
|
664
688
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListStackInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListStackInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListStackInstancesCommandOutput/)
|
|
665
689
|
|
|
690
|
+
</details>
|
|
691
|
+
<details>
|
|
692
|
+
<summary>
|
|
693
|
+
ListStackRefactorActions
|
|
694
|
+
</summary>
|
|
695
|
+
|
|
696
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListStackRefactorActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListStackRefactorActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListStackRefactorActionsCommandOutput/)
|
|
697
|
+
|
|
698
|
+
</details>
|
|
699
|
+
<details>
|
|
700
|
+
<summary>
|
|
701
|
+
ListStackRefactors
|
|
702
|
+
</summary>
|
|
703
|
+
|
|
704
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListStackRefactorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListStackRefactorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListStackRefactorsCommandOutput/)
|
|
705
|
+
|
|
666
706
|
</details>
|
|
667
707
|
<details>
|
|
668
708
|
<summary>
|