@aws-sdk/client-cloudformation 3.929.0 → 3.931.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 +10 -2
- package/dist-cjs/index.js +3126 -9437
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudFormation.js +2 -0
- package/dist-es/CloudFormationClient.js +2 -0
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/ActivateTypeCommand.js +3 -9
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
- package/dist-es/commands/CancelUpdateStackCommand.js +3 -9
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
- package/dist-es/commands/CreateChangeSetCommand.js +3 -9
- package/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/CreateStackCommand.js +3 -9
- package/dist-es/commands/CreateStackInstancesCommand.js +3 -9
- package/dist-es/commands/CreateStackRefactorCommand.js +3 -9
- package/dist-es/commands/CreateStackSetCommand.js +3 -9
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/DeactivateTypeCommand.js +3 -9
- package/dist-es/commands/DeleteChangeSetCommand.js +3 -9
- package/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteStackCommand.js +3 -9
- package/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
- package/dist-es/commands/DeleteStackSetCommand.js +3 -9
- package/dist-es/commands/DeregisterTypeCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeChangeSetCommand.js +3 -9
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
- package/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/DescribePublisherCommand.js +3 -9
- package/dist-es/commands/DescribeResourceScanCommand.js +3 -9
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
- package/dist-es/commands/DescribeStackEventsCommand.js +3 -9
- package/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
- package/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourceCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
- package/dist-es/commands/DescribeStackSetCommand.js +3 -9
- package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
- package/dist-es/commands/DescribeStacksCommand.js +3 -9
- package/dist-es/commands/DescribeTypeCommand.js +3 -9
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
- package/dist-es/commands/DetectStackDriftCommand.js +3 -9
- package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
- package/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
- package/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
- package/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
- package/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
- package/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/GetHookResultCommand.js +16 -0
- package/dist-es/commands/GetStackPolicyCommand.js +3 -9
- package/dist-es/commands/GetTemplateCommand.js +3 -9
- package/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
- package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
- package/dist-es/commands/ListChangeSetsCommand.js +3 -9
- package/dist-es/commands/ListExportsCommand.js +3 -9
- package/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
- package/dist-es/commands/ListHookResultsCommand.js +3 -9
- package/dist-es/commands/ListImportsCommand.js +3 -9
- package/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
- package/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
- package/dist-es/commands/ListResourceScansCommand.js +3 -9
- package/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
- package/dist-es/commands/ListStackInstancesCommand.js +3 -9
- package/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
- package/dist-es/commands/ListStackRefactorsCommand.js +3 -9
- package/dist-es/commands/ListStackResourcesCommand.js +3 -9
- package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
- package/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
- package/dist-es/commands/ListStackSetsCommand.js +3 -9
- package/dist-es/commands/ListStacksCommand.js +3 -9
- package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
- package/dist-es/commands/ListTypeVersionsCommand.js +3 -9
- package/dist-es/commands/ListTypesCommand.js +3 -9
- package/dist-es/commands/PublishTypeCommand.js +3 -9
- package/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
- package/dist-es/commands/RegisterPublisherCommand.js +3 -9
- package/dist-es/commands/RegisterTypeCommand.js +3 -9
- package/dist-es/commands/RollbackStackCommand.js +3 -9
- package/dist-es/commands/SetStackPolicyCommand.js +3 -9
- package/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
- package/dist-es/commands/SignalResourceCommand.js +3 -9
- package/dist-es/commands/StartResourceScanCommand.js +3 -9
- package/dist-es/commands/StopStackSetOperationCommand.js +3 -9
- package/dist-es/commands/TestTypeCommand.js +3 -9
- package/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/UpdateStackCommand.js +3 -9
- package/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
- package/dist-es/commands/UpdateStackSetCommand.js +3 -9
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
- package/dist-es/commands/ValidateTemplateCommand.js +3 -9
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +29 -18
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +3052 -0
- package/dist-types/CloudFormation.d.ts +15 -8
- package/dist-types/CloudFormationClient.d.ts +20 -10
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
- package/dist-types/commands/GetHookResultCommand.d.ts +104 -0
- package/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +319 -434
- package/dist-types/models/models_1.d.ts +328 -27
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +456 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +18 -1
- package/dist-types/ts3.4/CloudFormationClient.d.ts +10 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +65 -58
- package/dist-types/ts3.4/models/models_1.d.ts +54 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +461 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_query.js +0 -8938
- package/dist-types/protocols/Aws_query.d.ts +0 -794
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
package/README.md
CHANGED
|
@@ -14,8 +14,8 @@ Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto
|
|
|
14
14
|
applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
|
|
15
15
|
<p>With CloudFormation, you declare all your resources and dependencies in a template file. The
|
|
16
16
|
template defines a collection of resources as a single unit called a stack. CloudFormation creates
|
|
17
|
-
and deletes all member resources of the stack together and manages all dependencies between
|
|
18
|
-
resources for you.</p>
|
|
17
|
+
and deletes all member resources of the stack together and manages all dependencies between
|
|
18
|
+
the resources for you.</p>
|
|
19
19
|
<p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
20
20
|
<p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
|
21
21
|
about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
@@ -574,6 +574,14 @@ GetGeneratedTemplate
|
|
|
574
574
|
|
|
575
575
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/GetGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetGeneratedTemplateCommandOutput/)
|
|
576
576
|
|
|
577
|
+
</details>
|
|
578
|
+
<details>
|
|
579
|
+
<summary>
|
|
580
|
+
GetHookResult
|
|
581
|
+
</summary>
|
|
582
|
+
|
|
583
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/GetHookResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetHookResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetHookResultCommandOutput/)
|
|
584
|
+
|
|
577
585
|
</details>
|
|
578
586
|
<details>
|
|
579
587
|
<summary>
|