You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-cloudformation): This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
Copy file name to clipboardExpand all lines: clients/client-cloudformation/src/CloudFormation.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2585,9 +2585,9 @@ export class CloudFormation extends CloudFormationClient {
2585
2585
* extension in your account and region for testing.</p>
2586
2586
* <p>To perform testing, CloudFormation assumes the execution role specified when
2587
2587
* the type was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
2588
-
* <p>Once you've initiated testing on an extension using <code>TestType</code>, you can use
2589
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test
2590
-
* status description for the extension.</p>
2588
+
* <p>Once you've initiated testing on an extension using <code>TestType</code>, you can pass
2589
+
* the returned <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test status description for
2590
+
* the extension.</p>
2591
2591
* <p>An extension must have a test status of <code>PASSED</code> before it can be published.
2592
2592
* For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing extensions to make them available for public use</a>
2593
2593
* in the <i>CloudFormation CLI User Guide</i>.</p>
* extension in your account and region for testing.</p>
44
44
* <p>To perform testing, CloudFormation assumes the execution role specified when
45
45
* the type was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
46
-
* <p>Once you've initiated testing on an extension using <code>TestType</code>, you can use
47
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test
48
-
* status description for the extension.</p>
46
+
* <p>Once you've initiated testing on an extension using <code>TestType</code>, you can pass
47
+
* the returned <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test status description for
48
+
* the extension.</p>
49
49
* <p>An extension must have a test status of <code>PASSED</code> before it can be published.
50
50
* For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing extensions to make them available for public use</a>
51
51
* in the <i>CloudFormation CLI User Guide</i>.</p>
* <p>Structure that contains the results of the account gate function which CloudFormation invokes, if present, before proceeding with a stack set operation in an account and
* <p>Detailed information about the stack set operation.</p>
6888
+
*/
6889
+
StatusDetails?: StackSetOperationStatusDetails;
6890
+
6891
+
/**
6892
+
* <p>The user-specified preferences for how CloudFormation performs a stack set
6893
+
* operation.</p>
6894
+
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack set operation options</a>.</p>
0 commit comments