@aws-sdk/client-cloudformation 3.536.0 → 3.540.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.
@@ -353,7 +353,7 @@ export interface AutoDeployment {
353
353
  /**
354
354
  * <p>If set to <code>true</code>, stack resources are retained when an account is removed from a target organization
355
355
  * or OU. If set to <code>false</code>, stack resources are deleted. Specify only if <code>Enabled</code> is set to
356
- * <code>True</code>.</p>
356
+ * <code>True</code>.</p>
357
357
  * @public
358
358
  */
359
359
  RetainStacksOnAccountRemoval?: boolean;
@@ -365,12 +365,9 @@ export interface AutoDeployment {
365
365
  export interface TypeConfigurationIdentifier {
366
366
  /**
367
367
  * <p>The Amazon Resource Name (ARN) for the extension, in this account and Region.</p>
368
- * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
369
- * <code>ActivateType</code>
370
- * </a> API operation in
371
- * this account and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
372
- * <code>RegisterType</code>
373
- * </a> API operation in this account and Region.</p>
368
+ * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account
369
+ * and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API operation in this account
370
+ * and Region.</p>
374
371
  * @public
375
372
  */
376
373
  TypeArn?: string;
@@ -458,12 +455,9 @@ export interface TypeConfigurationDetails {
458
455
  LastUpdated?: Date;
459
456
  /**
460
457
  * <p>The Amazon Resource Name (ARN) for the extension, in this account and Region.</p>
461
- * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
462
- * <code>ActivateType</code>
463
- * </a> API operation in
464
- * this account and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
465
- * <code>RegisterType</code>
466
- * </a> API operation in this account and Region.</p>
458
+ * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account
459
+ * and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API operation in this account
460
+ * and Region.</p>
467
461
  * @public
468
462
  */
469
463
  TypeArn?: string;
@@ -1372,12 +1366,7 @@ export interface RollbackTrigger {
1372
1366
  */
1373
1367
  Arn: string | undefined;
1374
1368
  /**
1375
- * <p>The resource type of the rollback trigger. Specify either <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html">
1376
- * <code>AWS::CloudWatch::Alarm</code>
1377
- * </a> or
1378
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html">
1379
- * <code>AWS::CloudWatch::CompositeAlarm</code>
1380
- * </a> resource types.</p>
1369
+ * <p>The resource type of the rollback trigger. Specify either <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html">AWS::CloudWatch::Alarm</a> or <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html">AWS::CloudWatch::CompositeAlarm</a> resource types.</p>
1381
1370
  * @public
1382
1371
  */
1383
1372
  Type: string | undefined;
@@ -1421,9 +1410,7 @@ export interface RollbackConfiguration {
1421
1410
  * <p>The default is 0 minutes.</p>
1422
1411
  * <p>If you specify a monitoring period but don't specify any rollback triggers, CloudFormation still waits the specified
1423
1412
  * period of time before cleaning up old resources after update operations. You can use this monitoring period to
1424
- * perform any manual stack validation desired, and manually cancel the stack creation or update (using <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CancelUpdateStack.html">
1425
- * <code>CancelUpdateStack</code>
1426
- * </a>, for example) as necessary.</p>
1413
+ * perform any manual stack validation desired, and manually cancel the stack creation or update (using <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CancelUpdateStack.html">CancelUpdateStack</a>, for example) as necessary.</p>
1427
1414
  * <p>If you specify 0 for this parameter, CloudFormation still monitors the specified rollback triggers during stack
1428
1415
  * creation and update operations. Then, for update operations, it begins disposing of old resources immediately once
1429
1416
  * the operation completes.</p>
@@ -1524,50 +1511,41 @@ export interface CreateChangeSetInput {
1524
1511
  * <li>
1525
1512
  * <p>
1526
1513
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
1527
- * <code>AWS::IAM::AccessKey</code>
1528
- * </a>
1514
+ * AWS::IAM::AccessKey</a>
1529
1515
  * </p>
1530
1516
  * </li>
1531
1517
  * <li>
1532
1518
  * <p>
1533
1519
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
1534
- * <code>AWS::IAM::Group</code>
1535
- * </a>
1520
+ * AWS::IAM::Group</a>
1536
1521
  * </p>
1537
1522
  * </li>
1538
1523
  * <li>
1539
1524
  * <p>
1540
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
1541
- * <code>AWS::IAM::InstanceProfile</code>
1542
- * </a>
1525
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
1543
1526
  * </p>
1544
1527
  * </li>
1545
1528
  * <li>
1546
1529
  * <p>
1547
1530
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
1548
- * <code>AWS::IAM::Policy</code>
1549
- * </a>
1531
+ * AWS::IAM::Policy</a>
1550
1532
  * </p>
1551
1533
  * </li>
1552
1534
  * <li>
1553
1535
  * <p>
1554
1536
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
1555
- * <code>AWS::IAM::Role</code>
1556
- * </a>
1537
+ * AWS::IAM::Role</a>
1557
1538
  * </p>
1558
1539
  * </li>
1559
1540
  * <li>
1560
1541
  * <p>
1561
1542
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
1562
- * <code>AWS::IAM::User</code>
1563
- * </a>
1543
+ * AWS::IAM::User</a>
1564
1544
  * </p>
1565
1545
  * </li>
1566
1546
  * <li>
1567
1547
  * <p>
1568
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
1569
- * <code>AWS::IAM::UserToGroupAddition</code>
1570
- * </a>
1548
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
1571
1549
  * </p>
1572
1550
  * </li>
1573
1551
  * </ul>
@@ -1583,12 +1561,8 @@ export interface CreateChangeSetInput {
1583
1561
  * users typically create a change set from the processed template, so that they can review the changes resulting from
1584
1562
  * the macros before actually creating the stack. If your stack template contains one or more macros, and you choose
1585
1563
  * to create a stack directly from the processed template, without first reviewing the resulting changes in a change
1586
- * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
1587
- * <code>AWS::Include</code>
1588
- * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
1589
- * <code>AWS::Serverless</code>
1590
- * </a>
1591
- * transforms, which are macros hosted by CloudFormation.</p>
1564
+ * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
1565
+ * are macros hosted by CloudFormation.</p>
1592
1566
  * <note>
1593
1567
  * <p>This capacity doesn't apply to creating change sets, and specifying it when creating change sets has no
1594
1568
  * effect.</p>
@@ -1691,10 +1665,8 @@ export interface CreateChangeSetInput {
1691
1665
  IncludeNestedStacks?: boolean;
1692
1666
  /**
1693
1667
  * <p>Determines what action will be taken if stack creation fails. If this parameter is specified, the
1694
- * <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
1695
- * <code>ExecuteChangeSet</code>
1696
- * </a> API
1697
- * operation must not be specified. This must be one of these values:</p>
1668
+ * <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">ExecuteChangeSet</a> API operation must
1669
+ * not be specified. This must be one of these values:</p>
1698
1670
  * <ul>
1699
1671
  * <li>
1700
1672
  * <p>
@@ -1705,17 +1677,13 @@ export interface CreateChangeSetInput {
1705
1677
  * <li>
1706
1678
  * <p>
1707
1679
  * <code>DO_NOTHING</code> - if the stack creation fails, do nothing. This is equivalent to specifying
1708
- * <code>true</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
1709
- * <code>ExecuteChangeSet</code>
1710
- * </a> API
1680
+ * <code>true</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">ExecuteChangeSet</a> API
1711
1681
  * operation.</p>
1712
1682
  * </li>
1713
1683
  * <li>
1714
1684
  * <p>
1715
1685
  * <code>ROLLBACK</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying
1716
- * <code>false</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
1717
- * <code>ExecuteChangeSet</code>
1718
- * </a> API
1686
+ * <code>false</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">ExecuteChangeSet</a> API
1719
1687
  * operation.</p>
1720
1688
  * </li>
1721
1689
  * </ul>
@@ -1867,9 +1835,8 @@ export interface TemplateConfiguration {
1867
1835
  * <code>RETAIN</code> - retain all resources when the stack is deleted.</p>
1868
1836
  * </li>
1869
1837
  * </ul>
1870
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">
1871
- * <code>DeletionPolicy</code>
1872
- * attribute</a> in the <i>CloudFormation User Guide</i>.</p>
1838
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">DeletionPolicy attribute</a> in the
1839
+ * <i>CloudFormation User Guide</i>.</p>
1873
1840
  * @public
1874
1841
  */
1875
1842
  DeletionPolicy?: GeneratedTemplateDeletionPolicy;
@@ -1886,9 +1853,8 @@ export interface TemplateConfiguration {
1886
1853
  * <code>RETAIN</code> - retain all resources when the resource is replaced during an update operation.</p>
1887
1854
  * </li>
1888
1855
  * </ul>
1889
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html">
1890
- * <code>UpdateReplacePolicy</code>
1891
- * attribute</a> in the <i>CloudFormation User Guide</i>.</p>
1856
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html">UpdateReplacePolicy
1857
+ * attribute</a> in the <i>CloudFormation User Guide</i>.</p>
1892
1858
  * @public
1893
1859
  */
1894
1860
  UpdateReplacePolicy?: GeneratedTemplateUpdateReplacePolicy;
@@ -1978,9 +1944,8 @@ export interface CreateStackInput {
1978
1944
  TemplateURL?: string;
1979
1945
  /**
1980
1946
  * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
1981
- * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">
1982
- * <code>Parameter</code>
1983
- * </a> data type.</p>
1947
+ * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
1948
+ * data type.</p>
1984
1949
  * @public
1985
1950
  */
1986
1951
  Parameters?: Parameter[];
@@ -2041,51 +2006,37 @@ export interface CreateStackInput {
2041
2006
  * <ul>
2042
2007
  * <li>
2043
2008
  * <p>
2044
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
2045
- * <code>AWS::IAM::AccessKey</code>
2046
- * </a>
2009
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">AWS::IAM::AccessKey</a>
2047
2010
  * </p>
2048
2011
  * </li>
2049
2012
  * <li>
2050
2013
  * <p>
2051
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
2052
- * <code>AWS::IAM::Group</code>
2053
- * </a>
2014
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>
2054
2015
  * </p>
2055
2016
  * </li>
2056
2017
  * <li>
2057
2018
  * <p>
2058
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
2059
- * <code>AWS::IAM::InstanceProfile</code>
2060
- * </a>
2019
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
2061
2020
  * </p>
2062
2021
  * </li>
2063
2022
  * <li>
2064
2023
  * <p>
2065
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
2066
- * <code>AWS::IAM::Policy</code>
2067
- * </a>
2024
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
2068
2025
  * </p>
2069
2026
  * </li>
2070
2027
  * <li>
2071
2028
  * <p>
2072
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
2073
- * <code>AWS::IAM::Role</code>
2074
- * </a>
2029
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>
2075
2030
  * </p>
2076
2031
  * </li>
2077
2032
  * <li>
2078
2033
  * <p>
2079
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
2080
- * <code>AWS::IAM::User</code>
2081
- * </a>
2034
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">AWS::IAM::User</a>
2082
2035
  * </p>
2083
2036
  * </li>
2084
2037
  * <li>
2085
2038
  * <p>
2086
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
2087
- * <code>AWS::IAM::UserToGroupAddition</code>
2088
- * </a>
2039
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
2089
2040
  * </p>
2090
2041
  * </li>
2091
2042
  * </ul>
@@ -2101,12 +2052,8 @@ export interface CreateStackInput {
2101
2052
  * users typically create a change set from the processed template, so that they can review the changes resulting from
2102
2053
  * the macros before actually creating the stack. If your stack template contains one or more macros, and you choose
2103
2054
  * to create a stack directly from the processed template, without first reviewing the resulting changes in a change
2104
- * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
2105
- * <code>AWS::Include</code>
2106
- * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
2107
- * <code>AWS::Serverless</code>
2108
- * </a>
2109
- * transforms, which are macros hosted by CloudFormation.</p>
2055
+ * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
2056
+ * are macros hosted by CloudFormation.</p>
2110
2057
  * <p>If you want to create a stack from a stack template that contains macros <i>and</i> nested
2111
2058
  * stacks, you must create the stack directly from the template using this capability.</p>
2112
2059
  * <important>
@@ -2313,7 +2260,7 @@ export type RegionConcurrencyType = (typeof RegionConcurrencyType)[keyof typeof
2313
2260
  /**
2314
2261
  * <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
2315
2262
  * <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
2316
- * options</a>.</p>
2263
+ * options</a>.</p>
2317
2264
  * @public
2318
2265
  */
2319
2266
  export interface StackSetOperationPreferences {
@@ -2337,7 +2284,7 @@ export interface StackSetOperationPreferences {
2337
2284
  * that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent
2338
2285
  * Regions.</p>
2339
2286
  * <p>Conditional: You must specify either <code>FailureToleranceCount</code> or
2340
- * <code>FailureTolerancePercentage</code> (but not both).</p>
2287
+ * <code>FailureTolerancePercentage</code> (but not both).</p>
2341
2288
  * <p>By default, <code>0</code> is specified.</p>
2342
2289
  * @public
2343
2290
  */
@@ -2347,17 +2294,17 @@ export interface StackSetOperationPreferences {
2347
2294
  * in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent
2348
2295
  * Regions.</p>
2349
2296
  * <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds
2350
- * <i>down</i> to the next whole number.</p>
2297
+ * <i>down</i> to the next whole number.</p>
2351
2298
  * <p>Conditional: You must specify either <code>FailureToleranceCount</code> or
2352
- * <code>FailureTolerancePercentage</code>, but not both.</p>
2299
+ * <code>FailureTolerancePercentage</code>, but not both.</p>
2353
2300
  * <p>By default, <code>0</code> is specified.</p>
2354
2301
  * @public
2355
2302
  */
2356
2303
  FailureTolerancePercentage?: number;
2357
2304
  /**
2358
2305
  * <p>The maximum number of accounts in which to perform this operation at one time. This can depend on the value of
2359
- * <code>FailureToleranceCount</code> depending on your <code>ConcurrencyMode</code>. <code>MaxConcurrentCount</code> is
2360
- * at most one more than the <code>FailureToleranceCount</code> if you're using
2306
+ * <code>FailureToleranceCount</code> depending on your <code>ConcurrencyMode</code>. <code>MaxConcurrentCount</code>
2307
+ * is at most one more than the <code>FailureToleranceCount</code> if you're using
2361
2308
  * <code>STRICT_FAILURE_TOLERANCE</code>.</p>
2362
2309
  * <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments,
2363
2310
  * under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service
@@ -2389,7 +2336,7 @@ export interface StackSetOperationPreferences {
2389
2336
  * <code>STRICT_FAILURE_TOLERANCE</code>: This option dynamically lowers the concurrency level to ensure the
2390
2337
  * number of failed accounts never exceeds the value of <code>FailureToleranceCount</code> +1. The initial actual
2391
2338
  * concurrency is set to the lower of either the value of the <code>MaxConcurrentCount</code>, or the value of
2392
- * <code>MaxConcurrentCount</code> +1. The actual concurrency is then reduced proportionally by the number of
2339
+ * <code>MaxConcurrentCount</code> +1. The actual concurrency is then reduced proportionally by the number of
2393
2340
  * failures. This is the default behavior.</p>
2394
2341
  * <p>If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.</p>
2395
2342
  * </li>
@@ -2397,7 +2344,7 @@ export interface StackSetOperationPreferences {
2397
2344
  * <p>
2398
2345
  * <code>SOFT_FAILURE_TOLERANCE</code>: This option decouples <code>FailureToleranceCount</code> from the actual
2399
2346
  * concurrency. This allows stack set operations to run at the concurrency level set by the
2400
- * <code>MaxConcurrentCount</code> value, or <code>MaxConcurrentPercentage</code>, regardless of the number of
2347
+ * <code>MaxConcurrentCount</code> value, or <code>MaxConcurrentPercentage</code>, regardless of the number of
2401
2348
  * failures.</p>
2402
2349
  * </li>
2403
2350
  * </ul>
@@ -2430,7 +2377,7 @@ export interface CreateStackInstancesInput {
2430
2377
  DeploymentTargets?: DeploymentTargets;
2431
2378
  /**
2432
2379
  * <p>The names of one or more Amazon Web Services Regions where you want to create stack instances using the specified
2433
- * Amazon Web Services accounts.</p>
2380
+ * Amazon Web Services accounts.</p>
2434
2381
  * @public
2435
2382
  */
2436
2383
  Regions: string[] | undefined;
@@ -2444,8 +2391,8 @@ export interface CreateStackInstancesInput {
2444
2391
  * </li>
2445
2392
  * <li>
2446
2393
  * <p>To leave an overridden parameter set to its present value, include the parameter and specify
2447
- * <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
2448
- * <code>UsePreviousValue</code> to <code>true</code>.)</p>
2394
+ * <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
2395
+ * <code>UsePreviousValue</code> to <code>true</code>.)</p>
2449
2396
  * </li>
2450
2397
  * <li>
2451
2398
  * <p>To set an overridden parameter back to the value specified in the stack set, specify a parameter list but
@@ -2458,10 +2405,8 @@ export interface CreateStackInstancesInput {
2458
2405
  * <p>During stack set updates, any parameter values overridden for a stack instance aren't updated, but retain their
2459
2406
  * overridden value.</p>
2460
2407
  * <p>You can only override the parameter <i>values</i> that are specified in the stack set; to add or
2461
- * delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">
2462
- * <code>UpdateStackSet</code>
2463
- * </a> to update the
2464
- * stack set template.</p>
2408
+ * 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
2409
+ * template.</p>
2465
2410
  * @public
2466
2411
  */
2467
2412
  ParameterOverrides?: Parameter[];
@@ -2477,13 +2422,13 @@ export interface CreateStackInstancesInput {
2477
2422
  * ensure that CloudFormation successfully received them.</p>
2478
2423
  * <p>If you don't specify an operation ID, the SDK generates one automatically.</p>
2479
2424
  * <p>Repeating this stack set operation with a new operation ID retries all stack instances whose status is
2480
- * <code>OUTDATED</code>.</p>
2425
+ * <code>OUTDATED</code>.</p>
2481
2426
  * @public
2482
2427
  */
2483
2428
  OperationId?: string;
2484
2429
  /**
2485
2430
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
2486
- * management account or as a delegated administrator in a member account.</p>
2431
+ * management account or as a delegated administrator in a member account.</p>
2487
2432
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
2488
2433
  * permissions.</p>
2489
2434
  * <ul>
@@ -2493,7 +2438,7 @@ export interface CreateStackInstancesInput {
2493
2438
  * <li>
2494
2439
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
2495
2440
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
2496
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
2441
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
2497
2442
  * </li>
2498
2443
  * </ul>
2499
2444
  * @public
@@ -2631,7 +2576,7 @@ export interface CreateStackSetInput {
2631
2576
  /**
2632
2577
  * <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
2633
2578
  * bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
2634
- * <i>CloudFormation User Guide</i>.</p>
2579
+ * <i>CloudFormation User Guide</i>.</p>
2635
2580
  * <p>Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.</p>
2636
2581
  * @public
2637
2582
  */
@@ -2639,7 +2584,7 @@ export interface CreateStackSetInput {
2639
2584
  /**
2640
2585
  * <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
2641
2586
  * 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document. For more information, see
2642
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a>
2587
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a>
2643
2588
  * in the <i>CloudFormation User Guide</i>.</p>
2644
2589
  * <p>Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.</p>
2645
2590
  * @public
@@ -2667,18 +2612,18 @@ export interface CreateStackSetInput {
2667
2612
  * for example, by creating new Identity and Access Management (IAM) users. For those stack sets, you must explicitly
2668
2613
  * acknowledge this by specifying one of these capabilities.</p>
2669
2614
  * <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
2670
- * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
2615
+ * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
2671
2616
  * <ul>
2672
2617
  * <li>
2673
2618
  * <p>If you have IAM resources, you can specify either capability.</p>
2674
2619
  * </li>
2675
2620
  * <li>
2676
2621
  * <p>If you have IAM resources with custom names, you <i>must</i> specify
2677
- * <code>CAPABILITY_NAMED_IAM</code>.</p>
2622
+ * <code>CAPABILITY_NAMED_IAM</code>.</p>
2678
2623
  * </li>
2679
2624
  * <li>
2680
2625
  * <p>If you don't specify either of these capabilities, CloudFormation returns an
2681
- * <code>InsufficientCapabilities</code> error.</p>
2626
+ * <code>InsufficientCapabilities</code> error.</p>
2682
2627
  * </li>
2683
2628
  * </ul>
2684
2629
  * <p>If your stack template contains these resources, we recommend that you review all permissions associated with
@@ -2686,56 +2631,42 @@ export interface CreateStackSetInput {
2686
2631
  * <ul>
2687
2632
  * <li>
2688
2633
  * <p>
2689
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
2690
- * <code>AWS::IAM::AccessKey</code>
2691
- * </a>
2634
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">AWS::IAM::AccessKey</a>
2692
2635
  * </p>
2693
2636
  * </li>
2694
2637
  * <li>
2695
2638
  * <p>
2696
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
2697
- * <code>AWS::IAM::Group</code>
2698
- * </a>
2639
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>
2699
2640
  * </p>
2700
2641
  * </li>
2701
2642
  * <li>
2702
2643
  * <p>
2703
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
2704
- * <code>AWS::IAM::InstanceProfile</code>
2705
- * </a>
2644
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
2706
2645
  * </p>
2707
2646
  * </li>
2708
2647
  * <li>
2709
2648
  * <p>
2710
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
2711
- * <code>AWS::IAM::Policy</code>
2712
- * </a>
2649
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
2713
2650
  * </p>
2714
2651
  * </li>
2715
2652
  * <li>
2716
2653
  * <p>
2717
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
2718
- * <code>AWS::IAM::Role</code>
2719
- * </a>
2654
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>
2720
2655
  * </p>
2721
2656
  * </li>
2722
2657
  * <li>
2723
2658
  * <p>
2724
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
2725
- * <code>AWS::IAM::User</code>
2726
- * </a>
2659
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">AWS::IAM::User</a>
2727
2660
  * </p>
2728
2661
  * </li>
2729
2662
  * <li>
2730
2663
  * <p>
2731
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
2732
- * <code>AWS::IAM::UserToGroupAddition</code>
2733
- * </a>
2664
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
2734
2665
  * </p>
2735
2666
  * </li>
2736
2667
  * </ul>
2737
2668
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
2738
- * CloudFormation Templates</a>.</p>
2669
+ * CloudFormation Templates</a>.</p>
2739
2670
  * </li>
2740
2671
  * <li>
2741
2672
  * <p>
@@ -2744,16 +2675,12 @@ export interface CreateStackSetInput {
2744
2675
  * <p>Some templates reference macros. If your stack set template references one or more macros, you must create the
2745
2676
  * stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
2746
2677
  * create the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to
2747
- * Perform Custom Processing on Templates</a>.</p>
2678
+ * Perform Custom Processing on Templates</a>.</p>
2748
2679
  * <important>
2749
2680
  * <p>Stack sets with service-managed permissions don't currently support the use of macros in templates. (This
2750
- * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
2751
- * <code>AWS::Include</code>
2752
- * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
2753
- * <code>AWS::Serverless</code>
2754
- * </a>
2755
- * transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with
2756
- * service-managed permissions, if you reference a macro in your template the stack set operation will fail.</p>
2681
+ * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
2682
+ * are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions,
2683
+ * if you reference a macro in your template the stack set operation will fail.</p>
2757
2684
  * </important>
2758
2685
  * </li>
2759
2686
  * </ul>
@@ -2766,7 +2693,7 @@ export interface CreateStackSetInput {
2766
2693
  * specified.</p>
2767
2694
  * <p>If you specify tags as part of a <code>CreateStackSet</code> action, CloudFormation checks to see if you have the
2768
2695
  * required IAM permission to tag resources. If you don't, the entire <code>CreateStackSet</code> action fails with an
2769
- * <code>access denied</code> error, and the stack set is not created.</p>
2696
+ * <code>access denied</code> error, and the stack set is not created.</p>
2770
2697
  * @public
2771
2698
  */
2772
2699
  Tags?: Tag[];
@@ -2774,7 +2701,7 @@ export interface CreateStackSetInput {
2774
2701
  * <p>The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.</p>
2775
2702
  * <p>Specify an IAM role only if you are using customized administrator roles to control which users or groups can
2776
2703
  * manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites: Granting
2777
- * Permissions for Stack Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
2704
+ * Permissions for Stack Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
2778
2705
  * @public
2779
2706
  */
2780
2707
  AdministrationRoleARN?: string;
@@ -2788,17 +2715,17 @@ export interface CreateStackSetInput {
2788
2715
  ExecutionRoleName?: string;
2789
2716
  /**
2790
2717
  * <p>Describes how the IAM roles required for stack set operations are created. By default,
2791
- * <code>SELF-MANAGED</code> is specified.</p>
2718
+ * <code>SELF-MANAGED</code> is specified.</p>
2792
2719
  * <ul>
2793
2720
  * <li>
2794
2721
  * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
2795
2722
  * deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant Self-Managed Stack Set
2796
- * Permissions</a>.</p>
2723
+ * Permissions</a>.</p>
2797
2724
  * </li>
2798
2725
  * <li>
2799
2726
  * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to
2800
2727
  * deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant Service-Managed Stack Set
2801
- * Permissions</a>.</p>
2728
+ * Permissions</a>.</p>
2802
2729
  * </li>
2803
2730
  * </ul>
2804
2731
  * @public
@@ -2807,13 +2734,13 @@ export interface CreateStackSetInput {
2807
2734
  /**
2808
2735
  * <p>Describes whether StackSets automatically deploys to Organizations accounts that are added to the target
2809
2736
  * organization or organizational unit (OU). Specify only if <code>PermissionModel</code> is
2810
- * <code>SERVICE_MANAGED</code>.</p>
2737
+ * <code>SERVICE_MANAGED</code>.</p>
2811
2738
  * @public
2812
2739
  */
2813
2740
  AutoDeployment?: AutoDeployment;
2814
2741
  /**
2815
2742
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
2816
- * management account or as a delegated administrator in a member account.</p>
2743
+ * management account or as a delegated administrator in a member account.</p>
2817
2744
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
2818
2745
  * permissions.</p>
2819
2746
  * <ul>
@@ -2826,7 +2753,7 @@ export interface CreateStackSetInput {
2826
2753
  * specify <code>DELEGATED_ADMIN</code>.</p>
2827
2754
  * <p>Your Amazon Web Services account must be registered as a delegated admin in the management account.
2828
2755
  * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
2829
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
2756
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
2830
2757
  * </li>
2831
2758
  * </ul>
2832
2759
  * <p>Stack sets with service-managed permissions are created in the management account, including stack
@@ -3051,7 +2978,7 @@ export interface DeleteStackInstancesInput {
3051
2978
  * <p>Removes the stack instances from the specified stack set, but doesn't delete the stacks. You can't reassociate a
3052
2979
  * retained stack or add an existing, saved stack to a new stack set.</p>
3053
2980
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack set operation
3054
- * options</a>.</p>
2981
+ * options</a>.</p>
3055
2982
  * @public
3056
2983
  */
3057
2984
  RetainStacks: boolean | undefined;
@@ -3062,13 +2989,13 @@ export interface DeleteStackInstancesInput {
3062
2989
  * operation only once, even if you retry the request multiple times. You can retry stack set operation requests to
3063
2990
  * ensure that CloudFormation successfully received them.</p>
3064
2991
  * <p>Repeating this stack set operation with a new operation ID retries all stack instances whose status is
3065
- * <code>OUTDATED</code>.</p>
2992
+ * <code>OUTDATED</code>.</p>
3066
2993
  * @public
3067
2994
  */
3068
2995
  OperationId?: string;
3069
2996
  /**
3070
2997
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
3071
- * management account or as a delegated administrator in a member account.</p>
2998
+ * management account or as a delegated administrator in a member account.</p>
3072
2999
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
3073
3000
  * permissions.</p>
3074
3001
  * <ul>
@@ -3078,7 +3005,7 @@ export interface DeleteStackInstancesInput {
3078
3005
  * <li>
3079
3006
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
3080
3007
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
3081
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
3008
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
3082
3009
  * </li>
3083
3010
  * </ul>
3084
3011
  * @public
@@ -3106,7 +3033,7 @@ export interface DeleteStackSetInput {
3106
3033
  StackSetName: string | undefined;
3107
3034
  /**
3108
3035
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
3109
- * management account or as a delegated administrator in a member account.</p>
3036
+ * management account or as a delegated administrator in a member account.</p>
3110
3037
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
3111
3038
  * permissions.</p>
3112
3039
  * <ul>
@@ -3116,7 +3043,7 @@ export interface DeleteStackSetInput {
3116
3043
  * <li>
3117
3044
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
3118
3045
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
3119
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
3046
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
3120
3047
  * </li>
3121
3048
  * </ul>
3122
3049
  * @public
@@ -3272,9 +3199,7 @@ export interface DescribeChangeSetOutput {
3272
3199
  Description?: string;
3273
3200
  /**
3274
3201
  * <p>A list of <code>Parameter</code> structures that describes the input parameters and their values used to create
3275
- * the change set. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">
3276
- * <code>Parameter</code>
3277
- * </a> data type.</p>
3202
+ * the change set. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data type.</p>
3278
3203
  * @public
3279
3204
  */
3280
3205
  Parameters?: Parameter[];
@@ -3354,10 +3279,8 @@ export interface DescribeChangeSetOutput {
3354
3279
  RootChangeSetId?: string;
3355
3280
  /**
3356
3281
  * <p>Determines what action will be taken if stack creation fails. When this parameter is specified, the
3357
- * <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
3358
- * <code>ExecuteChangeSet</code>
3359
- * </a> API
3360
- * operation must not be specified. This must be one of these values:</p>
3282
+ * <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">ExecuteChangeSet</a> API operation must
3283
+ * not be specified. This must be one of these values:</p>
3361
3284
  * <ul>
3362
3285
  * <li>
3363
3286
  * <p>
@@ -3368,17 +3291,13 @@ export interface DescribeChangeSetOutput {
3368
3291
  * <li>
3369
3292
  * <p>
3370
3293
  * <code>DO_NOTHING</code> - if the stack creation fails, do nothing. This is equivalent to specifying
3371
- * <code>true</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
3372
- * <code>ExecuteChangeSet</code>
3373
- * </a> API
3294
+ * <code>true</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">ExecuteChangeSet</a> API
3374
3295
  * operation.</p>
3375
3296
  * </li>
3376
3297
  * <li>
3377
3298
  * <p>
3378
3299
  * <code>ROLLBACK</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying
3379
- * <code>false</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
3380
- * <code>ExecuteChangeSet</code>
3381
- * </a> API
3300
+ * <code>false</code> for the <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">ExecuteChangeSet</a> API
3382
3301
  * operation.</p>
3383
3302
  * </li>
3384
3303
  * </ul>
@@ -3774,7 +3693,7 @@ export interface DescribeGeneratedTemplateOutput {
3774
3693
  export interface DescribeOrganizationsAccessInput {
3775
3694
  /**
3776
3695
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
3777
- * management account or as a delegated administrator in a member account.</p>
3696
+ * management account or as a delegated administrator in a member account.</p>
3778
3697
  * <p>By default, <code>SELF</code> is specified.</p>
3779
3698
  * <ul>
3780
3699
  * <li>
@@ -3783,7 +3702,7 @@ export interface DescribeOrganizationsAccessInput {
3783
3702
  * <li>
3784
3703
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
3785
3704
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
3786
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
3705
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
3787
3706
  * </li>
3788
3707
  * </ul>
3789
3708
  * @public
@@ -4358,7 +4277,7 @@ export interface DescribeStackInstanceInput {
4358
4277
  StackInstanceRegion: string | undefined;
4359
4278
  /**
4360
4279
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
4361
- * management account or as a delegated administrator in a member account.</p>
4280
+ * management account or as a delegated administrator in a member account.</p>
4362
4281
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
4363
4282
  * permissions.</p>
4364
4283
  * <ul>
@@ -4368,7 +4287,7 @@ export interface DescribeStackInstanceInput {
4368
4287
  * <li>
4369
4288
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
4370
4289
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
4371
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
4290
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
4372
4291
  * </li>
4373
4292
  * </ul>
4374
4293
  * @public
@@ -4424,7 +4343,7 @@ export interface StackInstanceComprehensiveStatus {
4424
4343
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
4425
4344
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
4426
4345
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
4427
- * <code>true</code>, to delete the stack instance, and then delete the stack manually.</p>
4346
+ * <code>true</code>, to delete the stack instance, and then delete the stack manually.</p>
4428
4347
  * </li>
4429
4348
  * <li>
4430
4349
  * <p>
@@ -4505,12 +4424,11 @@ export interface StackInstance {
4505
4424
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
4506
4425
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
4507
4426
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
4508
- * <code>true</code>, to delete the stack instance, and then delete the stack
4509
- * manually. <code>INOPERABLE</code> can be
4510
- * returned here when the cause is a failed import. If it's due to a failed import, the operation can be retried once
4511
- * the failures are fixed. To see if this is due to a failed import, look at the <code>DetailedStatus</code> member in
4512
- * the <code>StackInstanceSummary</code> member that is a peer to this <code>Status</code>
4513
- * member.</p>
4427
+ * <code>true</code>, to delete the stack instance, and then delete the stack manually.
4428
+ * <code>INOPERABLE</code> can be returned here when the cause is a failed import. If it's due to a failed import, the
4429
+ * operation can be retried once the failures are fixed. To see if this is due to a failed import, look at the
4430
+ * <code>DetailedStatus</code> member in the <code>StackInstanceSummary</code> member that is a peer to this
4431
+ * <code>Status</code> member.</p>
4514
4432
  * </li>
4515
4433
  * <li>
4516
4434
  * <p>
@@ -4546,9 +4464,7 @@ export interface StackInstance {
4546
4464
  StatusReason?: string;
4547
4465
  /**
4548
4466
  * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
4549
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">
4550
- * <code>DeploymentTargets</code>
4551
- * </a>.</p>
4467
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
4552
4468
  * @public
4553
4469
  */
4554
4470
  OrganizationalUnitId?: string;
@@ -4582,7 +4498,7 @@ export interface StackInstance {
4582
4498
  DriftStatus?: StackDriftStatus;
4583
4499
  /**
4584
4500
  * <p>Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be
4585
- * <code>NULL</code> for any stack instance on which drift detection hasn't yet been performed.</p>
4501
+ * <code>NULL</code> for any stack instance on which drift detection hasn't yet been performed.</p>
4586
4502
  * @public
4587
4503
  */
4588
4504
  LastDriftCheckTimestamp?: Date;
@@ -5457,7 +5373,7 @@ export interface DescribeStackSetInput {
5457
5373
  StackSetName: string | undefined;
5458
5374
  /**
5459
5375
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
5460
- * management account or as a delegated administrator in a member account.</p>
5376
+ * management account or as a delegated administrator in a member account.</p>
5461
5377
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
5462
5378
  * permissions.</p>
5463
5379
  * <ul>
@@ -5467,7 +5383,7 @@ export interface DescribeStackSetInput {
5467
5383
  * <li>
5468
5384
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
5469
5385
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
5470
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
5386
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
5471
5387
  * </li>
5472
5388
  * </ul>
5473
5389
  * @public
@@ -5567,7 +5483,7 @@ export interface StackSetDriftDetectionDetails {
5567
5483
  DriftDetectionStatus?: StackSetDriftDetectionStatus;
5568
5484
  /**
5569
5485
  * <p>Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
5570
- * <code>NULL</code> for any stack set on which drift detection hasn't yet been performed.</p>
5486
+ * <code>NULL</code> for any stack set on which drift detection hasn't yet been performed.</p>
5571
5487
  * @public
5572
5488
  */
5573
5489
  LastDriftCheckTimestamp?: Date;
@@ -5629,7 +5545,7 @@ export declare const StackSetStatus: {
5629
5545
  export type StackSetStatus = (typeof StackSetStatus)[keyof typeof StackSetStatus];
5630
5546
  /**
5631
5547
  * <p>A structure that contains information about a stack set. A stack set enables you to provision stacks into
5632
- * Amazon Web Services accounts and across Regions by using a single CloudFormation template. In the stack set, you specify
5548
+ * Amazon Web Services accounts and across Regions by using a single CloudFormation template. In the stack set, you specify
5633
5549
  * the template to use, in addition to any parameters and capabilities that the template requires.</p>
5634
5550
  * @public
5635
5551
  */
@@ -5667,7 +5583,7 @@ export interface StackSet {
5667
5583
  /**
5668
5584
  * <p>The capabilities that are allowed in the stack set. Some stack set templates might include resources that can
5669
5585
  * affect permissions in your Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation
5670
- * Templates.</a>
5586
+ * Templates.</a>
5671
5587
  * </p>
5672
5588
  * @public
5673
5589
  */
@@ -5687,7 +5603,7 @@ export interface StackSet {
5687
5603
  * <p>The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.</p>
5688
5604
  * <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
5689
5605
  * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set
5690
- * Operations</a> in the <i>CloudFormation User Guide</i>.</p>
5606
+ * Operations</a> in the <i>CloudFormation User Guide</i>.</p>
5691
5607
  * @public
5692
5608
  */
5693
5609
  AdministrationRoleARN?: string;
@@ -5717,12 +5633,12 @@ export interface StackSet {
5717
5633
  * <li>
5718
5634
  * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
5719
5635
  * deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant Self-Managed Stack Set
5720
- * Permissions</a>.</p>
5636
+ * Permissions</a>.</p>
5721
5637
  * </li>
5722
5638
  * <li>
5723
5639
  * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to
5724
5640
  * deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant Service-Managed Stack Set
5725
- * Permissions</a>.</p>
5641
+ * Permissions</a>.</p>
5726
5642
  * </li>
5727
5643
  * </ul>
5728
5644
  * @public
@@ -5730,9 +5646,7 @@ export interface StackSet {
5730
5646
  PermissionModel?: PermissionModels;
5731
5647
  /**
5732
5648
  * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
5733
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">
5734
- * <code>DeploymentTargets</code>
5735
- * </a>.</p>
5649
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
5736
5650
  * @public
5737
5651
  */
5738
5652
  OrganizationalUnitIds?: string[];
@@ -5774,7 +5688,7 @@ export interface DescribeStackSetOperationInput {
5774
5688
  OperationId: string | undefined;
5775
5689
  /**
5776
5690
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
5777
- * management account or as a delegated administrator in a member account.</p>
5691
+ * management account or as a delegated administrator in a member account.</p>
5778
5692
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
5779
5693
  * permissions.</p>
5780
5694
  * <ul>
@@ -5784,7 +5698,7 @@ export interface DescribeStackSetOperationInput {
5784
5698
  * <li>
5785
5699
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
5786
5700
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
5787
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
5701
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
5788
5702
  * </li>
5789
5703
  * </ul>
5790
5704
  * @public
@@ -5863,13 +5777,13 @@ export interface StackSetOperation {
5863
5777
  * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure tolerance value that
5864
5778
  * you've set for an operation is applied for each Region during stack create and update operations. If the number of
5865
5779
  * failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to
5866
- * <code>FAILED</code>. This in turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels the operation in any remaining Regions.</p>
5780
+ * <code>FAILED</code>. This in turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels the operation in any remaining Regions.</p>
5867
5781
  * </li>
5868
5782
  * <li>
5869
5783
  * <p>
5870
5784
  * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require a sequence of
5871
5785
  * operations, the operation is queued to be performed. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">stack set operation status
5872
- * codes</a> in the <i>CloudFormation User Guide</i>.</p>
5786
+ * codes</a> in the <i>CloudFormation User Guide</i>.</p>
5873
5787
  * </li>
5874
5788
  * <li>
5875
5789
  * <p>
@@ -5908,7 +5822,7 @@ export interface StackSetOperation {
5908
5822
  * <p>The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.</p>
5909
5823
  * <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
5910
5824
  * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Define Permissions for Multiple
5911
- * Administrators</a> in the <i>CloudFormation User Guide</i>.</p>
5825
+ * Administrators</a> in the <i>CloudFormation User Guide</i>.</p>
5912
5826
  * @public
5913
5827
  */
5914
5828
  AdministrationRoleARN?: string;
@@ -5943,7 +5857,7 @@ export interface StackSetOperation {
5943
5857
  * <p>Detailed information about the drift status of the stack set. This includes information about drift operations
5944
5858
  * currently being performed on the stack set.</p>
5945
5859
  * <p>This information will only be present for stack set operations whose <code>Action</code> type is
5946
- * <code>DETECT_DRIFT</code>.</p>
5860
+ * <code>DETECT_DRIFT</code>.</p>
5947
5861
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting Unmanaged Changes in Stack Sets</a> in
5948
5862
  * the <i>CloudFormation User Guide</i>.</p>
5949
5863
  * @public
@@ -6114,9 +6028,7 @@ export interface DescribeTypeOutput {
6114
6028
  /**
6115
6029
  * <p>The name of the extension.</p>
6116
6030
  * <p>If the extension is a public third-party type you have activated with a type name alias, CloudFormation returns the
6117
- * type name alias. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
6118
- * <code>ActivateType</code>
6119
- * </a>.</p>
6031
+ * type name alias. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a>.</p>
6120
6032
  * @public
6121
6033
  */
6122
6034
  TypeName?: string;
@@ -6125,9 +6037,7 @@ export interface DescribeTypeOutput {
6125
6037
  * specified.</p>
6126
6038
  * <p>This applies only to private extensions you have registered in your account. For public extensions, both those
6127
6039
  * provided by Amazon Web Services and published by third parties, CloudFormation returns <code>null</code>. For more
6128
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
6129
- * <code>RegisterType</code>
6130
- * </a>.</p>
6040
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
6131
6041
  * <p>To set the default version of an extension, use <a>SetTypeDefaultVersion</a>.</p>
6132
6042
  * @public
6133
6043
  */
@@ -6246,9 +6156,7 @@ export interface DescribeTypeOutput {
6246
6156
  /**
6247
6157
  * <p>Contains logging configuration information for private extensions. This applies only to private extensions you
6248
6158
  * have registered in your account. For public extensions, both those provided by Amazon Web Services and published by
6249
- * third parties, CloudFormation returns <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
6250
- * <code>RegisterType</code>
6251
- * </a>.</p>
6159
+ * 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>
6252
6160
  * @public
6253
6161
  */
6254
6162
  LoggingConfig?: LoggingConfig;
@@ -6260,9 +6168,7 @@ export interface DescribeTypeOutput {
6260
6168
  RequiredActivatedTypes?: RequiredActivatedType[];
6261
6169
  /**
6262
6170
  * <p>The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. This applies only to
6263
- * private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
6264
- * <code>RegisterType</code>
6265
- * </a>.</p>
6171
+ * private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
6266
6172
  * <p>If the registered extension calls any Amazon Web Services APIs, you must create an <i>
6267
6173
  * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM execution role</a>
6268
6174
  * </i> that includes
@@ -6303,15 +6209,11 @@ export interface DescribeTypeOutput {
6303
6209
  * <p>When the specified extension version was registered. This applies only to:</p>
6304
6210
  * <ul>
6305
6211
  * <li>
6306
- * <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
6307
- * <code>RegisterType</code>
6308
- * </a>.</p>
6212
+ * <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
6309
6213
  * </li>
6310
6214
  * <li>
6311
6215
  * <p>Public extensions you have activated in your account with auto-update specified. For more information, see
6312
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
6313
- * <code>ActivateType</code>
6314
- * </a>.</p>
6216
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a>.</p>
6315
6217
  * </li>
6316
6218
  * </ul>
6317
6219
  * @public
@@ -6324,11 +6226,9 @@ export interface DescribeTypeOutput {
6324
6226
  TimeCreated?: Date;
6325
6227
  /**
6326
6228
  * <p>A JSON string that represent the current configuration data for the extension in this account and Region.</p>
6327
- * <p>To set the configuration data for an extension, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">
6328
- * <code>SetTypeConfiguration</code>
6329
- * </a>.
6330
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
6331
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
6229
+ * <p>To set the configuration data for an extension, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>. For more
6230
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
6231
+ * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
6332
6232
  * @public
6333
6233
  */
6334
6234
  ConfigurationSchema?: string;
@@ -6502,7 +6402,7 @@ export interface DetectStackSetDriftInput {
6502
6402
  /**
6503
6403
  * <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
6504
6404
  * <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
6505
- * options</a>.</p>
6405
+ * options</a>.</p>
6506
6406
  * @public
6507
6407
  */
6508
6408
  OperationPreferences?: StackSetOperationPreferences;
@@ -6515,7 +6415,7 @@ export interface DetectStackSetDriftInput {
6515
6415
  OperationId?: string;
6516
6416
  /**
6517
6417
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
6518
- * management account or as a delegated administrator in a member account.</p>
6418
+ * management account or as a delegated administrator in a member account.</p>
6519
6419
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
6520
6420
  * permissions.</p>
6521
6421
  * <ul>
@@ -6525,7 +6425,7 @@ export interface DetectStackSetDriftInput {
6525
6425
  * <li>
6526
6426
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
6527
6427
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
6528
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
6428
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
6529
6429
  * </li>
6530
6430
  * </ul>
6531
6431
  * @public
@@ -6609,26 +6509,18 @@ export interface ExecuteChangeSetInput {
6609
6509
  ClientRequestToken?: string;
6610
6510
  /**
6611
6511
  * <p>Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
6612
- * specified when the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">
6613
- * <code>CreateChangeSet</code>
6614
- * </a> API
6615
- * operation was specified.</p>
6512
+ * specified when the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">CreateChangeSet</a> API operation was
6513
+ * specified.</p>
6616
6514
  * <ul>
6617
6515
  * <li>
6618
6516
  * <p>
6619
6517
  * <code>True</code> - if the stack creation fails, do nothing. This is equivalent to specifying
6620
- * <code>DO_NOTHING</code> for the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">
6621
- * <code>CreateChangeSet</code>
6622
- * </a> API
6623
- * operation.</p>
6518
+ * <code>DO_NOTHING</code> for the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">CreateChangeSet</a> API operation.</p>
6624
6519
  * </li>
6625
6520
  * <li>
6626
6521
  * <p>
6627
6522
  * <code>False</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying
6628
- * <code>ROLLBACK</code> for the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">
6629
- * <code>CreateChangeSet</code>
6630
- * </a> API
6631
- * operation.</p>
6523
+ * <code>ROLLBACK</code> for the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">CreateChangeSet</a> API operation.</p>
6632
6524
  * </li>
6633
6525
  * </ul>
6634
6526
  * <p>Default: <code>True</code>
@@ -7090,7 +6982,7 @@ export interface ImportStacksToStackSetInput {
7090
6982
  /**
7091
6983
  * <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
7092
6984
  * <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
7093
- * options</a>.</p>
6985
+ * options</a>.</p>
7094
6986
  * @public
7095
6987
  */
7096
6988
  OperationPreferences?: StackSetOperationPreferences;
@@ -7646,9 +7538,9 @@ export interface ListStackInstanceResourceDriftsInput {
7646
7538
  StackSetName: string | undefined;
7647
7539
  /**
7648
7540
  * <p>If the previous paginated request didn't return all of the remaining results, the response object's
7649
- * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action again
7650
- * and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results,
7651
- * the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
7541
+ * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action
7542
+ * again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining
7543
+ * results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
7652
7544
  * @public
7653
7545
  */
7654
7546
  NextToken?: string;
@@ -7700,7 +7592,7 @@ export interface ListStackInstanceResourceDriftsInput {
7700
7592
  OperationId: string | undefined;
7701
7593
  /**
7702
7594
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
7703
- * management account or as a delegated administrator in a member account.</p>
7595
+ * management account or as a delegated administrator in a member account.</p>
7704
7596
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
7705
7597
  * permissions.</p>
7706
7598
  * <ul>
@@ -7710,7 +7602,7 @@ export interface ListStackInstanceResourceDriftsInput {
7710
7602
  * <li>
7711
7603
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
7712
7604
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
7713
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
7605
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
7714
7606
  * </li>
7715
7607
  * </ul>
7716
7608
  * @public
@@ -7746,7 +7638,7 @@ export interface StackInstanceResourceDriftsSummary {
7746
7638
  PhysicalResourceIdContext?: PhysicalResourceIdContextKeyValuePair[];
7747
7639
  /**
7748
7640
  * <p>Type of resource. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services Resource Types
7749
- * Reference</a> in the <i>CloudFormation User Guide</i>.</p>
7641
+ * Reference</a> in the <i>CloudFormation User Guide</i>.</p>
7750
7642
  * @public
7751
7643
  */
7752
7644
  ResourceType: string | undefined;
@@ -7798,9 +7690,9 @@ export interface ListStackInstanceResourceDriftsOutput {
7798
7690
  Summaries?: StackInstanceResourceDriftsSummary[];
7799
7691
  /**
7800
7692
  * <p>If the previous paginated request didn't return all of the remaining results, the response object's
7801
- * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action again
7802
- * and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results,
7803
- * the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
7693
+ * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action
7694
+ * again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining
7695
+ * results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
7804
7696
  * @public
7805
7697
  */
7806
7698
  NextToken?: string;
@@ -7875,7 +7767,7 @@ export interface ListStackInstancesInput {
7875
7767
  StackInstanceRegion?: string;
7876
7768
  /**
7877
7769
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
7878
- * management account or as a delegated administrator in a member account.</p>
7770
+ * management account or as a delegated administrator in a member account.</p>
7879
7771
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
7880
7772
  * permissions.</p>
7881
7773
  * <ul>
@@ -7885,7 +7777,7 @@ export interface ListStackInstancesInput {
7885
7777
  * <li>
7886
7778
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
7887
7779
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
7888
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
7780
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
7889
7781
  * </li>
7890
7782
  * </ul>
7891
7783
  * @public
@@ -7926,12 +7818,10 @@ export interface StackInstanceSummary {
7926
7818
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
7927
7819
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
7928
7820
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
7929
- * <code>true</code>, to delete the stack instance, and then delete the stack
7930
- * manually. <code>INOPERABLE</code> can be
7931
- * returned here when the cause is a failed import. If it's due to a failed import, the operation can be retried once
7932
- * the failures are fixed. To see if this is due to a failed import, call the <a>DescribeStackInstance</a>
7933
- * API operation, look at the <code>DetailedStatus</code> member returned in the <code>StackInstanceSummary</code>
7934
- * member.</p>
7821
+ * <code>true</code>, to delete the stack instance, and then delete the stack manually.
7822
+ * <code>INOPERABLE</code> can be returned here when the cause is a failed import. If it's due to a failed import, the
7823
+ * operation can be retried once the failures are fixed. To see if this is due to a failed import, call the <a>DescribeStackInstance</a> API operation, look at the <code>DetailedStatus</code> member returned in the
7824
+ * <code>StackInstanceSummary</code> member.</p>
7935
7825
  * </li>
7936
7826
  * <li>
7937
7827
  * <p>
@@ -7967,9 +7857,7 @@ export interface StackInstanceSummary {
7967
7857
  StackInstanceStatus?: StackInstanceComprehensiveStatus;
7968
7858
  /**
7969
7859
  * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
7970
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">
7971
- * <code>DeploymentTargets</code>
7972
- * </a>.</p>
7860
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
7973
7861
  * @public
7974
7862
  */
7975
7863
  OrganizationalUnitId?: string;
@@ -8003,7 +7891,7 @@ export interface StackInstanceSummary {
8003
7891
  DriftStatus?: StackDriftStatus;
8004
7892
  /**
8005
7893
  * <p>Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be
8006
- * <code>NULL</code> for any stack instance on which drift detection hasn't yet been performed.</p>
7894
+ * <code>NULL</code> for any stack instance on which drift detection hasn't yet been performed.</p>
8007
7895
  * @public
8008
7896
  */
8009
7897
  LastDriftCheckTimestamp?: Date;
@@ -8026,8 +7914,8 @@ export interface ListStackInstancesOutput {
8026
7914
  /**
8027
7915
  * <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to a token. To retrieve
8028
7916
  * the next set of results, call <code>ListStackInstances</code> again and assign that token to the request object's
8029
- * <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to
8030
- * <code>null</code>.</p>
7917
+ * <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to
7918
+ * <code>null</code>.</p>
8031
7919
  * @public
8032
7920
  */
8033
7921
  NextToken?: string;
@@ -8342,7 +8230,7 @@ export interface ListStackSetAutoDeploymentTargetsInput {
8342
8230
  * <li>
8343
8231
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
8344
8232
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
8345
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8233
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8346
8234
  * </li>
8347
8235
  * </ul>
8348
8236
  * @public
@@ -8350,9 +8238,7 @@ export interface ListStackSetAutoDeploymentTargetsInput {
8350
8238
  CallAs?: CallAs;
8351
8239
  }
8352
8240
  /**
8353
- * <p>One of the targets for the stack set. Returned by the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">
8354
- * <code>ListStackSetAutoDeploymentTargets</code>
8355
- * </a> API operation.</p>
8241
+ * <p>One of the targets for the stack set. Returned by the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> API operation.</p>
8356
8242
  * @public
8357
8243
  */
8358
8244
  export interface StackSetAutoDeploymentTargetSummary {
@@ -8378,10 +8264,8 @@ export interface ListStackSetAutoDeploymentTargetsOutput {
8378
8264
  Summaries?: StackSetAutoDeploymentTargetSummary[];
8379
8265
  /**
8380
8266
  * <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to a token. To retrieve
8381
- * the next set of results, call <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">
8382
- * <code>ListStackSetAutoDeploymentTargets</code>
8383
- * </a> again and use that value for the <code>NextToken</code>
8384
- * parameter. If the request returns all results, <code>NextToken</code> is set to an empty string.</p>
8267
+ * the next set of results, call <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> again and use that value for the <code>NextToken</code> parameter. If the
8268
+ * request returns all results, <code>NextToken</code> is set to an empty string.</p>
8385
8269
  * @public
8386
8270
  */
8387
8271
  NextToken?: string;
@@ -8430,7 +8314,7 @@ export interface ListStackSetOperationResultsInput {
8430
8314
  /**
8431
8315
  * <p>If the previous request didn't return all the remaining results, the response object's <code>NextToken</code>
8432
8316
  * parameter value is set to a token. To retrieve the next set of results, call
8433
- * <code>ListStackSetOperationResults</code> again and assign that token to the request object's <code>NextToken</code>
8317
+ * <code>ListStackSetOperationResults</code> again and assign that token to the request object's <code>NextToken</code>
8434
8318
  * parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set
8435
8319
  * to <code>null</code>.</p>
8436
8320
  * @public
@@ -8445,7 +8329,7 @@ export interface ListStackSetOperationResultsInput {
8445
8329
  MaxResults?: number;
8446
8330
  /**
8447
8331
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
8448
- * management account or as a delegated administrator in a member account.</p>
8332
+ * management account or as a delegated administrator in a member account.</p>
8449
8333
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
8450
8334
  * permissions.</p>
8451
8335
  * <ul>
@@ -8455,7 +8339,7 @@ export interface ListStackSetOperationResultsInput {
8455
8339
  * <li>
8456
8340
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
8457
8341
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
8458
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8342
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8459
8343
  * </li>
8460
8344
  * </ul>
8461
8345
  * @public
@@ -8542,9 +8426,7 @@ export interface StackSetOperationResultSummary {
8542
8426
  AccountGateResult?: AccountGateResult;
8543
8427
  /**
8544
8428
  * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
8545
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">
8546
- * <code>DeploymentTargets</code>
8547
- * </a>.</p>
8429
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
8548
8430
  * @public
8549
8431
  */
8550
8432
  OrganizationalUnitId?: string;
@@ -8562,8 +8444,8 @@ export interface ListStackSetOperationResultsOutput {
8562
8444
  /**
8563
8445
  * <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To retrieve the next set of
8564
8446
  * results, call <code>ListOperationResults</code> again and assign that token to the request object's
8565
- * <code>NextToken</code> parameter. If there are no remaining results, <code>NextToken</code> is set to
8566
- * <code>null</code>.</p>
8447
+ * <code>NextToken</code> parameter. If there are no remaining results, <code>NextToken</code> is set to
8448
+ * <code>null</code>.</p>
8567
8449
  * @public
8568
8450
  */
8569
8451
  NextToken?: string;
@@ -8579,8 +8461,8 @@ export interface ListStackSetOperationsInput {
8579
8461
  StackSetName: string | undefined;
8580
8462
  /**
8581
8463
  * <p>If the previous paginated request didn't return all of the remaining results, the response object's
8582
- * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call
8583
- * <code>ListStackSetOperations</code> again and assign that token to the request object's <code>NextToken</code>
8464
+ * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call
8465
+ * <code>ListStackSetOperations</code> again and assign that token to the request object's <code>NextToken</code>
8584
8466
  * parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set
8585
8467
  * to <code>null</code>.</p>
8586
8468
  * @public
@@ -8595,7 +8477,7 @@ export interface ListStackSetOperationsInput {
8595
8477
  MaxResults?: number;
8596
8478
  /**
8597
8479
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
8598
- * management account or as a delegated administrator in a member account.</p>
8480
+ * management account or as a delegated administrator in a member account.</p>
8599
8481
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
8600
8482
  * permissions.</p>
8601
8483
  * <ul>
@@ -8605,7 +8487,7 @@ export interface ListStackSetOperationsInput {
8605
8487
  * <li>
8606
8488
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
8607
8489
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
8608
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8490
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8609
8491
  * </li>
8610
8492
  * </ul>
8611
8493
  * @public
@@ -8637,13 +8519,13 @@ export interface StackSetOperationSummary {
8637
8519
  * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure tolerance value that
8638
8520
  * you've set for an operation is applied for each Region during stack create and update operations. If the number of
8639
8521
  * failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to
8640
- * <code>FAILED</code>. This in turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels the operation in any remaining Regions.</p>
8522
+ * <code>FAILED</code>. This in turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels the operation in any remaining Regions.</p>
8641
8523
  * </li>
8642
8524
  * <li>
8643
8525
  * <p>
8644
8526
  * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require a sequence of
8645
8527
  * operations, the operation is queued to be performed. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">stack set operation status
8646
- * codes</a> in the <i>CloudFormation User Guide</i>.</p>
8528
+ * codes</a> in the <i>CloudFormation User Guide</i>.</p>
8647
8529
  * </li>
8648
8530
  * <li>
8649
8531
  * <p>
@@ -8694,7 +8576,7 @@ export interface StackSetOperationSummary {
8694
8576
  /**
8695
8577
  * <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
8696
8578
  * <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
8697
- * options</a>.</p>
8579
+ * options</a>.</p>
8698
8580
  * @public
8699
8581
  */
8700
8582
  OperationPreferences?: StackSetOperationPreferences;
@@ -8712,8 +8594,8 @@ export interface ListStackSetOperationsOutput {
8712
8594
  /**
8713
8595
  * <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To retrieve the next set of
8714
8596
  * results, call <code>ListOperationResults</code> again and assign that token to the request object's
8715
- * <code>NextToken</code> parameter. If there are no remaining results, <code>NextToken</code> is set to
8716
- * <code>null</code>.</p>
8597
+ * <code>NextToken</code> parameter. If there are no remaining results, <code>NextToken</code> is set to
8598
+ * <code>null</code>.</p>
8717
8599
  * @public
8718
8600
  */
8719
8601
  NextToken?: string;
@@ -8724,10 +8606,10 @@ export interface ListStackSetOperationsOutput {
8724
8606
  export interface ListStackSetsInput {
8725
8607
  /**
8726
8608
  * <p>If the previous paginated request didn't return all the remaining results, the response object's
8727
- * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call
8728
- * <code>ListStackSets</code> again and assign that token to the request object's <code>NextToken</code> parameter. If
8609
+ * <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call
8610
+ * <code>ListStackSets</code> again and assign that token to the request object's <code>NextToken</code> parameter. If
8729
8611
  * there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to
8730
- * <code>null</code>.</p>
8612
+ * <code>null</code>.</p>
8731
8613
  * @public
8732
8614
  */
8733
8615
  NextToken?: string;
@@ -8754,7 +8636,7 @@ export interface ListStackSetsInput {
8754
8636
  * <li>
8755
8637
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
8756
8638
  * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
8757
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8639
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8758
8640
  * </li>
8759
8641
  * </ul>
8760
8642
  * @public
@@ -8798,12 +8680,12 @@ export interface StackSetSummary {
8798
8680
  * <li>
8799
8681
  * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
8800
8682
  * deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant Self-Managed Stack Set
8801
- * Permissions</a>.</p>
8683
+ * Permissions</a>.</p>
8802
8684
  * </li>
8803
8685
  * <li>
8804
8686
  * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to
8805
8687
  * deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant Service-Managed Stack Set
8806
- * Permissions</a>.</p>
8688
+ * Permissions</a>.</p>
8807
8689
  * </li>
8808
8690
  * </ul>
8809
8691
  * @public
@@ -8839,7 +8721,7 @@ export interface StackSetSummary {
8839
8721
  DriftStatus?: StackDriftStatus;
8840
8722
  /**
8841
8723
  * <p>Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
8842
- * <code>NULL</code> for any stack set on which drift detection hasn't yet been performed.</p>
8724
+ * <code>NULL</code> for any stack set on which drift detection hasn't yet been performed.</p>
8843
8725
  * @public
8844
8726
  */
8845
8727
  LastDriftCheckTimestamp?: Date;
@@ -8863,7 +8745,7 @@ export interface ListStackSetsOutput {
8863
8745
  * <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To
8864
8746
  * retrieve the next set of results, call <code>ListStackInstances</code> again and assign that token to the request
8865
8747
  * object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to
8866
- * <code>null</code>.</p>
8748
+ * <code>null</code>.</p>
8867
8749
  * @public
8868
8750
  */
8869
8751
  NextToken?: string;
@@ -9093,10 +8975,8 @@ export interface TypeSummary {
9093
8975
  Type?: RegistryType;
9094
8976
  /**
9095
8977
  * <p>The name of the extension.</p>
9096
- * <p>If you specified a <code>TypeNameAlias</code> when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
9097
- * <code>ActivateType</code>
9098
- * </a> API operation in
9099
- * your account and Region, CloudFormation considers that alias as the type name.</p>
8978
+ * <p>If you specified a <code>TypeNameAlias</code> when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in your account
8979
+ * and Region, CloudFormation considers that alias as the type name.</p>
9100
8980
  * @public
9101
8981
  */
9102
8982
  TypeName?: string;
@@ -9105,9 +8985,7 @@ export interface TypeSummary {
9105
8985
  * specified.</p>
9106
8986
  * <p>This applies only to private extensions you have registered in your account. For public extensions, both those
9107
8987
  * provided by Amazon and published by third parties, CloudFormation returns <code>null</code>. For more information, see
9108
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
9109
- * <code>RegisterType</code>
9110
- * </a>.</p>
8988
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
9111
8989
  * <p>To set the default version of an extension, use <a>SetTypeDefaultVersion</a>.</p>
9112
8990
  * @public
9113
8991
  */
@@ -9121,15 +8999,11 @@ export interface TypeSummary {
9121
8999
  * <p>When the specified extension version was registered. This applies only to:</p>
9122
9000
  * <ul>
9123
9001
  * <li>
9124
- * <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
9125
- * <code>RegisterType</code>
9126
- * </a>.</p>
9002
+ * <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
9127
9003
  * </li>
9128
9004
  * <li>
9129
9005
  * <p>Public extensions you have activated in your account with auto-update specified. For more information, see
9130
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
9131
- * <code>ActivateType</code>
9132
- * </a>.</p>
9006
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a>.</p>
9133
9007
  * </li>
9134
9008
  * </ul>
9135
9009
  * <p>For all other extension types, CloudFormation returns <code>null</code>.</p>
@@ -9731,12 +9605,9 @@ export interface SetStackPolicyInput {
9731
9605
  export interface SetTypeConfigurationInput {
9732
9606
  /**
9733
9607
  * <p>The Amazon Resource Name (ARN) for the extension, in this account and Region.</p>
9734
- * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">
9735
- * <code>ActivateType</code>
9736
- * </a> API operation
9737
- * in this account and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
9738
- * <code>RegisterType</code>
9739
- * </a> API operation in this account and Region.</p>
9608
+ * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account
9609
+ * and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API operation in this account
9610
+ * and Region.</p>
9740
9611
  * <p>Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an
9741
9612
  * extension, but not for a specific extension version.</p>
9742
9613
  * @public
@@ -9745,11 +9616,9 @@ export interface SetTypeConfigurationInput {
9745
9616
  /**
9746
9617
  * <p>The configuration data for the extension, in this account and Region.</p>
9747
9618
  * <p>The configuration data must be formatted as JSON, and validate against the schema returned in the
9748
- * <code>ConfigurationSchema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
9749
- * <code>DescribeType</code>
9750
- * </a>. For more
9751
- * information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining
9752
- * account-level configuration data for an extension</a> in the <i>CloudFormation CLI User
9619
+ * <code>ConfigurationSchema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For more information, see
9620
+ * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining
9621
+ * account-level configuration data for an extension</a> in the <i>CloudFormation CLI User
9753
9622
  * Guide</i>.</p>
9754
9623
  * @public
9755
9624
  */