@aws-sdk/client-cloudformation 3.345.0 → 3.347.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 +39 -20
- package/dist-cjs/CloudFormation.js +6 -0
- package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +35 -30
- package/dist-cjs/protocols/Aws_query.js +174 -3
- package/dist-es/CloudFormation.js +6 -0
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +31 -26
- package/dist-es/protocols/Aws_query.js +165 -0
- package/dist-types/CloudFormation.d.ts +29 -13
- package/dist-types/CloudFormationClient.d.ts +13 -15
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -3
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -9
- package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -22
- package/dist-types/commands/CreateStackCommand.d.ts +4 -5
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +9 -10
- package/dist-types/commands/CreateStackSetCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +8 -9
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -4
- package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -7
- package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +5 -4
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +10 -11
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +9 -8
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +10 -11
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/DetectStackDriftCommand.d.ts +17 -17
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +10 -9
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +21 -28
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +13 -15
- package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -17
- package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +4 -4
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +8 -10
- package/dist-types/commands/ListStacksCommand.d.ts +3 -4
- package/dist-types/commands/PublishTypeCommand.d.ts +3 -2
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -4
- package/dist-types/commands/RegisterPublisherCommand.d.ts +5 -5
- package/dist-types/commands/RegisterTypeCommand.d.ts +11 -11
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -6
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +7 -8
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +6 -6
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
- package/dist-types/commands/TestTypeCommand.d.ts +11 -10
- package/dist-types/commands/UpdateStackCommand.d.ts +4 -5
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +15 -18
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -10
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -6
- package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +8 -13
- package/dist-types/models/models_0.d.ts +2198 -2448
- package/dist-types/protocols/Aws_query.d.ts +27 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +51 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -16
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
- package/package.json +29 -29
|
@@ -23,8 +23,8 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Registers an extension with the CloudFormation service. Registering an
|
|
27
|
-
*
|
|
26
|
+
* <p>Registers an extension with the CloudFormation service. Registering an extension
|
|
27
|
+
* makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
|
|
28
28
|
* <ul>
|
|
29
29
|
* <li>
|
|
30
30
|
* <p>Validating the extension schema.</p>
|
|
@@ -36,20 +36,20 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
|
|
|
36
36
|
* <p>Making the extension available for use in your account.</p>
|
|
37
37
|
* </li>
|
|
38
38
|
* </ul>
|
|
39
|
-
* <p>For more information about how to develop extensions and ready them for registration,
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* Guide</i>.</p>
|
|
39
|
+
* <p>For more information about how to develop extensions and ready them for registration, see
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating Resource Providers</a> in the <i>CloudFormation CLI User
|
|
41
|
+
* Guide</i>.</p>
|
|
43
42
|
* <p>You can have a maximum of 50 resource extension versions registered at a time. This
|
|
44
|
-
*
|
|
43
|
+
* maximum is per account and per Region. Use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html">DeregisterType</a>
|
|
44
|
+
* to deregister specific extension versions if necessary.</p>
|
|
45
45
|
* <p>Once you have initiated a registration request using <code>
|
|
46
46
|
* <a>RegisterType</a>
|
|
47
47
|
* </code>, you can use <code>
|
|
48
48
|
* <a>DescribeTypeRegistration</a>
|
|
49
|
-
* </code> to
|
|
50
|
-
*
|
|
51
|
-
* <p>Once you have registered a private extension in your account and
|
|
52
|
-
*
|
|
49
|
+
* </code> to monitor
|
|
50
|
+
* the progress of the registration request.</p>
|
|
51
|
+
* <p>Once you have registered a private extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
|
|
52
|
+
* 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>
|
|
53
53
|
* @example
|
|
54
54
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
55
|
* ```javascript
|
|
@@ -24,13 +24,13 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>When specifying <code>RollbackStack</code>, you preserve the state of previously
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* provisioned resources when an operation fails. You can check the status of the stack through
|
|
28
|
+
* the <a>DescribeStacks</a> operation.</p>
|
|
29
29
|
* <p>Rolls back the specified stack to the last known stable state from
|
|
30
|
-
*
|
|
31
|
-
* <p>This operation will delete a stack if it doesn't contain a last known stable state. A
|
|
32
|
-
*
|
|
33
|
-
*
|
|
30
|
+
* <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
|
|
31
|
+
* <p>This operation will delete a stack if it doesn't contain a last known stable state. A last
|
|
32
|
+
* known stable state includes any status in a <code>*_COMPLETE</code>. This includes the
|
|
33
|
+
* following stack statuses.</p>
|
|
34
34
|
* <ul>
|
|
35
35
|
* <li>
|
|
36
36
|
* <p>
|
|
@@ -24,17 +24,16 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Specifies the configuration data for a registered CloudFormation extension, in
|
|
27
|
-
*
|
|
27
|
+
* the given account and Region.</p>
|
|
28
28
|
* <p>To view the current configuration data for an extension, refer to the
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
29
|
+
* <code>ConfigurationSchema</code> element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For
|
|
30
|
+
* 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
|
|
31
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
32
32
|
* <important>
|
|
33
33
|
* <p>It's strongly recommended that you use dynamic references to restrict sensitive
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* Guide</i>.</p>
|
|
34
|
+
* configuration definitions, such as third-party credentials. For more details on dynamic
|
|
35
|
+
* references, see <a href="https://docs.aws.amazon.com/">Using dynamic references to specify
|
|
36
|
+
* template values</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
38
37
|
* </important>
|
|
39
38
|
* @example
|
|
40
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,7 +24,7 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Specify the default version of an extension. The default version of an extension will be
|
|
27
|
-
*
|
|
27
|
+
* used in CloudFormation operations.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -23,12 +23,12 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Sends a signal to the specified resource with a success or failure status. You can use
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
26
|
+
* <p>Sends a signal to the specified resource with a success or failure status. You can use the
|
|
27
|
+
* <code>SignalResource</code> operation in conjunction with a creation policy or update
|
|
28
|
+
* policy. CloudFormation doesn't proceed with a stack creation or update until resources
|
|
29
|
+
* receive the required number of signals or the timeout period is exceeded. The
|
|
30
|
+
* <code>SignalResource</code> operation is useful in cases where you want to send signals from
|
|
31
|
+
* anywhere other than an Amazon EC2 instance.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -23,9 +23,8 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Stops an in-progress operation on a stack set and its associated stack instances.
|
|
27
|
-
*
|
|
28
|
-
* in-progress to complete.</p>
|
|
26
|
+
* <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets will cancel all the
|
|
27
|
+
* unstarted stack instance deployments and wait for those are in-progress to complete.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -24,28 +24,29 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Tests a registered extension to make sure it meets all necessary requirements for being
|
|
27
|
-
*
|
|
27
|
+
* published in the CloudFormation registry.</p>
|
|
28
28
|
* <ul>
|
|
29
29
|
* <li>
|
|
30
30
|
* <p>For resource types, this includes passing all contracts tests defined for the
|
|
31
|
-
*
|
|
31
|
+
* type.</p>
|
|
32
32
|
* </li>
|
|
33
33
|
* <li>
|
|
34
34
|
* <p>For modules, this includes determining if the module's model meets all necessary
|
|
35
|
-
*
|
|
35
|
+
* requirements.</p>
|
|
36
36
|
* </li>
|
|
37
37
|
* </ul>
|
|
38
38
|
* <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>
|
|
39
39
|
* <p>If you don't specify a version, CloudFormation uses the default version of the
|
|
40
|
-
*
|
|
41
|
-
* <p>To perform testing, CloudFormation assumes the execution role specified when
|
|
42
|
-
*
|
|
40
|
+
* extension in your account and Region for testing.</p>
|
|
41
|
+
* <p>To perform testing, CloudFormation assumes the execution role specified when the
|
|
42
|
+
* type was registered. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
|
|
43
43
|
* <p>Once you've initiated testing on an extension using <code>TestType</code>, you can pass
|
|
44
|
-
*
|
|
45
|
-
*
|
|
44
|
+
* the returned <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to
|
|
45
|
+
* monitor the current test status and test status description for the extension.</p>
|
|
46
46
|
* <p>An extension must have a test status of <code>PASSED</code> before it can be published.
|
|
47
|
-
*
|
|
48
|
-
*
|
|
47
|
+
* For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing extensions
|
|
48
|
+
* to make them available for public use</a> in the <i>CloudFormation CLI
|
|
49
|
+
* User Guide</i>.</p>
|
|
49
50
|
* @example
|
|
50
51
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
52
|
* ```javascript
|
|
@@ -24,11 +24,11 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Updates a stack as specified in the template. After the call completes successfully, the
|
|
27
|
-
*
|
|
27
|
+
* stack update starts. You can check the status of the stack through the <a>DescribeStacks</a> action.</p>
|
|
28
28
|
* <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
|
|
29
29
|
* <p>For more information about creating an update template, updating a stack, and monitoring
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a
|
|
31
|
+
* Stack</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -95,8 +95,7 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
|
|
|
95
95
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link InsufficientCapabilitiesException} (client fault)
|
|
98
|
-
* <p>The template contains resources with capabilities that weren't specified in the
|
|
99
|
-
* Capabilities parameter.</p>
|
|
98
|
+
* <p>The template contains resources with capabilities that weren't specified in the Capabilities parameter.</p>
|
|
100
99
|
*
|
|
101
100
|
* @throws {@link TokenAlreadyExistsException} (client fault)
|
|
102
101
|
* <p>A client request token already exists.</p>
|
|
@@ -23,20 +23,18 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Updates the parameter values for stack instances for the specified accounts, within the
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* <p>
|
|
30
|
-
*
|
|
31
|
-
* <p>
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* new parameter, you can then override the parameter value using
|
|
39
|
-
* <code>UpdateStackInstances</code>.</p>
|
|
26
|
+
* <p>Updates the parameter values for 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.</p>
|
|
27
|
+
* <p>You can only update stack instances in Amazon Web Services Regions and accounts where they already exist; to
|
|
28
|
+
* create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>.</p>
|
|
29
|
+
* <p>During stack set updates, any parameters overridden for a stack instance aren't updated, but retain their
|
|
30
|
+
* overridden value.</p>
|
|
31
|
+
* <p>You can only update the parameter <i>values</i> that are specified in the stack set; to add or
|
|
32
|
+
* 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
|
|
33
|
+
* template. If you add a parameter to a template, before you can override the parameter value specified in the stack
|
|
34
|
+
* set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack
|
|
35
|
+
* instances with the updated template and parameter value specified in the stack set. Once a stack instance has been
|
|
36
|
+
* updated with the new parameter, you can then override the parameter value using
|
|
37
|
+
* <code>UpdateStackInstances</code>.</p>
|
|
40
38
|
* @example
|
|
41
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
40
|
* ```javascript
|
|
@@ -103,8 +101,8 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
|
|
|
103
101
|
* <p>The specified operation ID already exists.</p>
|
|
104
102
|
*
|
|
105
103
|
* @throws {@link OperationInProgressException} (client fault)
|
|
106
|
-
* <p>Another operation is currently in progress for this stack set. Only one operation can be
|
|
107
|
-
*
|
|
104
|
+
* <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
|
|
105
|
+
* set at a given time.</p>
|
|
108
106
|
*
|
|
109
107
|
* @throws {@link StackInstanceNotFoundException} (client fault)
|
|
110
108
|
* <p>The specified stack instance doesn't exist.</p>
|
|
@@ -113,8 +111,7 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
|
|
|
113
111
|
* <p>The specified stack set doesn't exist.</p>
|
|
114
112
|
*
|
|
115
113
|
* @throws {@link StaleRequestException} (client fault)
|
|
116
|
-
* <p>Another operation has been performed on this stack set since the specified operation was
|
|
117
|
-
* performed.</p>
|
|
114
|
+
* <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
|
|
118
115
|
*
|
|
119
116
|
* @throws {@link CloudFormationServiceException}
|
|
120
117
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -23,12 +23,9 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Updates the stack set, and associated stack instances in the specified accounts and
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* partially, below or above a specified failure tolerance), the stack set is updated with
|
|
30
|
-
* your changes. Subsequent <a>CreateStackInstances</a> calls on the specified
|
|
31
|
-
* stack set use the updated stack set.</p>
|
|
26
|
+
* <p>Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
|
27
|
+
* <p>Even if the stack set operation created by updating the stack set fails (completely or partially, below or above
|
|
28
|
+
* a specified failure tolerance), the stack set is updated with your changes. Subsequent <a>CreateStackInstances</a> calls on the specified stack set use the updated stack set.</p>
|
|
32
29
|
* @example
|
|
33
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
31
|
* ```javascript
|
|
@@ -118,8 +115,8 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
|
|
|
118
115
|
* <p>The specified operation ID already exists.</p>
|
|
119
116
|
*
|
|
120
117
|
* @throws {@link OperationInProgressException} (client fault)
|
|
121
|
-
* <p>Another operation is currently in progress for this stack set. Only one operation can be
|
|
122
|
-
*
|
|
118
|
+
* <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
|
|
119
|
+
* set at a given time.</p>
|
|
123
120
|
*
|
|
124
121
|
* @throws {@link StackInstanceNotFoundException} (client fault)
|
|
125
122
|
* <p>The specified stack instance doesn't exist.</p>
|
|
@@ -128,8 +125,7 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
|
|
|
128
125
|
* <p>The specified stack set doesn't exist.</p>
|
|
129
126
|
*
|
|
130
127
|
* @throws {@link StaleRequestException} (client fault)
|
|
131
|
-
* <p>Another operation has been performed on this stack set since the specified operation was
|
|
132
|
-
* performed.</p>
|
|
128
|
+
* <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
|
|
133
129
|
*
|
|
134
130
|
* @throws {@link CloudFormationServiceException}
|
|
135
131
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -24,12 +24,12 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Updates termination protection for the specified stack. If a user attempts to delete a
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
|
|
31
|
-
*
|
|
32
|
-
*
|
|
27
|
+
* stack with termination protection enabled, the operation fails and the stack remains
|
|
28
|
+
* unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a Stack
|
|
29
|
+
* From Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
30
|
+
* <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested stacks</a>,
|
|
31
|
+
* termination protection is set on the root stack and can't be changed directly on the nested
|
|
32
|
+
* stack.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -24,8 +24,8 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Validates a specified template. CloudFormation first checks if the template is
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both
|
|
28
|
+
* these checks fail, CloudFormation returns a template validation error.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./ActivateOrganizationsAccessCommand";
|
|
1
2
|
export * from "./ActivateTypeCommand";
|
|
2
3
|
export * from "./BatchDescribeTypeConfigurationsCommand";
|
|
3
4
|
export * from "./CancelUpdateStackCommand";
|
|
@@ -6,6 +7,7 @@ export * from "./CreateChangeSetCommand";
|
|
|
6
7
|
export * from "./CreateStackCommand";
|
|
7
8
|
export * from "./CreateStackInstancesCommand";
|
|
8
9
|
export * from "./CreateStackSetCommand";
|
|
10
|
+
export * from "./DeactivateOrganizationsAccessCommand";
|
|
9
11
|
export * from "./DeactivateTypeCommand";
|
|
10
12
|
export * from "./DeleteChangeSetCommand";
|
|
11
13
|
export * from "./DeleteStackCommand";
|
|
@@ -15,6 +17,7 @@ export * from "./DeregisterTypeCommand";
|
|
|
15
17
|
export * from "./DescribeAccountLimitsCommand";
|
|
16
18
|
export * from "./DescribeChangeSetCommand";
|
|
17
19
|
export * from "./DescribeChangeSetHooksCommand";
|
|
20
|
+
export * from "./DescribeOrganizationsAccessCommand";
|
|
18
21
|
export * from "./DescribePublisherCommand";
|
|
19
22
|
export * from "./DescribeStackDriftDetectionStatusCommand";
|
|
20
23
|
export * from "./DescribeStackEventsCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>CloudFormation</fullname>
|
|
3
|
-
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* <p>With CloudFormation, you declare all your resources and dependencies in a template
|
|
10
|
-
* file. The template defines a collection of resources as a single unit called a stack.
|
|
11
|
-
* CloudFormation creates and deletes all member resources of the stack together and
|
|
12
|
-
* manages all dependencies between the resources for you.</p>
|
|
3
|
+
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
|
|
4
|
+
* and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build
|
|
5
|
+
* highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
|
|
6
|
+
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
|
|
7
|
+
* defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
|
|
8
|
+
* resources of the stack together and manages all dependencies between the resources for you.</p>
|
|
13
9
|
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
14
|
-
* <p>CloudFormation makes use of other Amazon Web Services products. If you need
|
|
15
|
-
*
|
|
16
|
-
* the product's technical documentation at <a href="https://docs.aws.amazon.com/">
|
|
10
|
+
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
|
11
|
+
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">
|
|
17
12
|
* <code>docs.aws.amazon.com</code>
|
|
18
13
|
* </a>.</p>
|
|
19
14
|
*
|