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
Copy file name to clipboardExpand all lines: clients/client-cloudformation/src/CloudFormation.ts
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2498,10 +2498,11 @@ export class CloudFormation extends CloudFormationClient {
2498
2498
2499
2499
/**
2500
2500
* <p>Sends a signal to the specified resource with a success or failure status. You can use
2501
-
* the <code>SignalResource</code> operation in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive
2502
-
* the required number of signals or the timeout period is exceeded. The <code>SignalResource</code> operation is
2503
-
* useful in cases where you want to send signals from anywhere other than an Amazon EC2
2504
-
* instance.</p>
2501
+
* the <code>SignalResource</code> operation in conjunction with a creation policy or update
2502
+
* policy. CloudFormation doesn't proceed with a stack creation or update until
2503
+
* resources receive the required number of signals or the timeout period is exceeded. The
2504
+
* <code>SignalResource</code> operation is useful in cases where you want to send signals
2505
+
* from anywhere other than an Amazon EC2 instance.</p>
2505
2506
*/
2506
2507
publicsignalResource(
2507
2508
args: SignalResourceCommandInput,
@@ -2533,7 +2534,9 @@ export class CloudFormation extends CloudFormationClient {
2533
2534
}
2534
2535
2535
2536
/**
2536
-
* <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets will cancel all the unstarted stack instance deployments and wait for those are in-progress to complete.</p>
2537
+
* <p>Stops an in-progress operation on a stack set and its associated stack instances.
2538
+
* StackSets will cancel all the unstarted stack instance deployments and wait for those are
* <p>Sends a signal to the specified resource with a success or failure status. You can use
27
-
* the <code>SignalResource</code> operation in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive
28
-
* the required number of signals or the timeout period is exceeded. The <code>SignalResource</code> operation is
29
-
* useful in cases where you want to send signals from anywhere other than an Amazon EC2
30
-
* instance.</p>
27
+
* the <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
29
+
* resources 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
31
+
* from anywhere other than an Amazon EC2 instance.</p>
31
32
* @example
32
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets will cancel all the unstarted stack instance deployments and wait for those are in-progress to complete.</p>
26
+
* <p>Stops an in-progress operation on a stack set and its associated stack instances.
27
+
* StackSets will cancel all the unstarted stack instance deployments and wait for those are
28
+
* in-progress to complete.</p>
27
29
* @example
28
30
* Use a bare-bones client and the command you need to make an API call.
* <p>Read-only. The value that corresponds to a SSM parameter key. This field is
1383
-
* returned only for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types">
1389
+
* <p>Read-only. The value that corresponds to a SSM parameter key. This field
1390
+
* is returned only for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types">
* <p>The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a
2231
-
* Region, CloudFormation doesn't attempt the operation in any subsequent
2232
-
* Regions.</p>
2273
+
* Region, CloudFormation doesn't attempt the operation in any subsequent Regions.</p>
2233
2274
* <p>Conditional: You must specify either <code>FailureToleranceCount</code> or
2234
2275
* <code>FailureTolerancePercentage</code> (but not both).</p>
* <p>The Amazon Resource Name (ARN) of the IAM role used to perform this
5620
-
* stack set operation.</p>
5659
+
* <p>The Amazon Resource Name (ARN) of the IAM role used to perform this stack
5660
+
* set operation.</p>
5621
5661
* <p>Use customized administrator roles to control which users or groups can manage specific
5622
5662
* stack sets within the same administrator account. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Define Permissions for Multiple
5623
5663
* Administrators</a> in the <i>CloudFormation User Guide</i>.</p>
* <p>The ID of the default version of the extension. The default version is used when the
5851
5891
* extension version isn't specified.</p>
5852
5892
* <p>This applies only to private extensions you have registered in your account. For public
5853
-
* extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
5893
+
* extensions, both those provided by Amazon Web Services and published by third parties,
5894
+
* CloudFormation returns <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
5854
5895
* <p>To set the default version of an extension, use <code>
* <p>Contains logging configuration information for private extensions. This applies only to
5984
6025
* private extensions you have registered in your account. For public extensions, both those
5985
-
* provided by Amazon Web Services and published by third parties, CloudFormation returns
5986
-
* <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
6026
+
* provided by Amazon Web Services and published by third parties, CloudFormation
6027
+
* returns <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
0 commit comments