@cdk8s/awscdk-resolver 0.0.28 → 0.0.30

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.
Files changed (51) hide show
  1. package/.jsii +4 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_0.js +6 -2
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +6 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +6 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +452 -335
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +7 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/package.json +4 -4
  22. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -0
  23. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  25. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -0
  27. package/node_modules/@aws-sdk/client-sts/package.json +3 -3
  28. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  29. package/node_modules/@aws-sdk/core/package.json +3 -2
  30. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  31. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  32. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  33. package/node_modules/@smithy/config-resolver/package.json +2 -2
  34. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +13 -0
  35. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +45 -3
  36. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  37. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +44 -3
  38. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  39. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +10 -2
  40. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  41. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +10 -2
  42. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  43. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  44. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  45. package/node_modules/@smithy/node-config-provider/package.json +2 -2
  46. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -1
  47. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  48. package/node_modules/@smithy/shared-ini-file-loader/package.json +1 -1
  49. package/node_modules/@smithy/util-defaults-mode-node/package.json +4 -4
  50. package/node_modules/@smithy/util-endpoints/package.json +2 -2
  51. package/package.json +9 -9
@@ -29,16 +29,18 @@ export declare const AccountGateStatus: {
29
29
  export type AccountGateStatus = (typeof AccountGateStatus)[keyof typeof AccountGateStatus];
30
30
  /**
31
31
  * @public
32
- * <p>Structure that contains the results of the account gate function which CloudFormation invokes, if present,
33
- * before proceeding with a stack set operation in an account and Region.</p>
34
- * <p>For each account and Region, CloudFormation lets you specify a Lambda function that encapsulates
35
- * any requirements that must be met before CloudFormation can proceed with a stack set operation in that
36
- * account and Region. CloudFormation invokes the function each time a stack set operation is requested for
37
- * that account and Region; if the function returns <code>FAILED</code>, CloudFormation cancels the operation
38
- * in that account and Region, and sets the stack set operation result status for that account and Region to
32
+ * <p>Structure that contains the results of the account gate function which CloudFormation
33
+ * invokes, if present, before proceeding with a stack set operation in an account and
34
+ * Region.</p>
35
+ * <p>For each account and Region, CloudFormation lets you specify a Lambda
36
+ * function that encapsulates any requirements that must be met before CloudFormation can
37
+ * proceed with a stack set operation in that account and Region. CloudFormation invokes
38
+ * the function each time a stack set operation is requested for that account and Region; if the
39
+ * function returns <code>FAILED</code>, CloudFormation cancels the operation in that
40
+ * account and Region, and sets the stack set operation result status for that account and Region to
39
41
  * <code>FAILED</code>.</p>
40
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html">Configuring a target account
41
- * gate</a>.</p>
42
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html">Configuring a target
43
+ * account gate</a>.</p>
42
44
  */
43
45
  export interface AccountGateResult {
44
46
  /**
@@ -47,34 +49,32 @@ export interface AccountGateResult {
47
49
  * <ul>
48
50
  * <li>
49
51
  * <p>
50
- * <code>SUCCEEDED</code>: The account gate function has determined that the account and Region passes any
51
- * requirements for a stack set operation to occur. CloudFormation proceeds with the stack operation in that
52
- * account and Region.</p>
52
+ * <code>SUCCEEDED</code>: The account gate function has determined that the account and
53
+ * Region passes any requirements for a stack set operation to occur. CloudFormation
54
+ * proceeds with the stack operation in that account and Region.</p>
53
55
  * </li>
54
56
  * <li>
55
57
  * <p>
56
- * <code>FAILED</code>: The account gate function has determined that the account and Region doesn't meet the
57
- * requirements for a stack set operation to occur. CloudFormation cancels the stack set operation in that account
58
- * and Region, and sets the stack set operation result status for that account and Region to
59
- * <code>FAILED</code>.</p>
58
+ * <code>FAILED</code>: The account gate function has determined that the account and Region
59
+ * doesn't meet the requirements for a stack set operation to occur. CloudFormation cancels
60
+ * the stack set operation in that account and Region, and sets the stack set operation result
61
+ * status for that account and Region to <code>FAILED</code>.</p>
60
62
  * </li>
61
63
  * <li>
62
64
  * <p>
63
- * <code>SKIPPED</code>: CloudFormation has skipped calling the account gate function for this account and
64
- * Region, for one of the following reasons:</p>
65
+ * <code>SKIPPED</code>: CloudFormation has skipped calling the account gate function for
66
+ * this account and Region, for one of the following reasons:</p>
65
67
  * <ul>
66
68
  * <li>
67
- * <p>An account gate function hasn't been specified for the account and Region. CloudFormation proceeds with
68
- * the stack set operation in this account and Region.</p>
69
+ * <p>An account gate function hasn't been specified for the account and Region. CloudFormation proceeds with the stack set operation in this account and Region.</p>
69
70
  * </li>
70
71
  * <li>
71
- * <p>The <code>AWSCloudFormationStackSetExecutionRole</code> of the stack set administration account lacks
72
- * permissions to invoke the function. CloudFormation proceeds with the stack set operation in this account
73
- * and Region.</p>
72
+ * <p>The <code>AWSCloudFormationStackSetExecutionRole</code> of the stack set administration
73
+ * account lacks permissions to invoke the function. CloudFormation proceeds with the
74
+ * stack set operation in this account and Region.</p>
74
75
  * </li>
75
76
  * <li>
76
- * <p>Either no action is necessary, or no action is possible, on the stack. CloudFormation skips the stack
77
- * set operation in this account and Region.</p>
77
+ * <p>Either no action is necessary, or no action is possible, on the stack. CloudFormation skips the stack set operation in this account and Region.</p>
78
78
  * </li>
79
79
  * </ul>
80
80
  * </li>
@@ -83,7 +83,8 @@ export interface AccountGateResult {
83
83
  Status?: AccountGateStatus;
84
84
  /**
85
85
  * @public
86
- * <p>The reason for the account gate status assigned to this account and Region for the stack set operation.</p>
86
+ * <p>The reason for the account gate status assigned to this account and Region for the stack set
87
+ * operation.</p>
87
88
  */
88
89
  StatusReason?: string;
89
90
  }
@@ -344,23 +345,23 @@ export declare class AlreadyExistsException extends __BaseException {
344
345
  }
345
346
  /**
346
347
  * @public
347
- * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
348
- * accounts that are added to a target organization or organizational unit (OU).</p>
348
+ * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit
349
+ * (OU).</p>
349
350
  */
350
351
  export interface AutoDeployment {
351
352
  /**
352
353
  * @public
353
- * <p>If set to <code>true</code>, StackSets automatically deploys additional stack instances to Organizations
354
- * accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account
355
- * is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified
356
- * Regions.</p>
354
+ * <p>If set to <code>true</code>, StackSets automatically deploys additional stack instances to
355
+ * Organizations accounts that are added to a target organization or organizational unit
356
+ * (OU) in the specified Regions. If an account is removed from a target organization or OU,
357
+ * StackSets deletes stack instances from the account in the specified Regions.</p>
357
358
  */
358
359
  Enabled?: boolean;
359
360
  /**
360
361
  * @public
361
- * <p>If set to <code>true</code>, stack resources are retained when an account is removed from a target organization
362
- * or OU. If set to <code>false</code>, stack resources are deleted. Specify only if <code>Enabled</code> is set to
363
- * <code>True</code>.</p>
362
+ * <p>If set to <code>true</code>, stack resources are retained when an account is removed from a
363
+ * target organization or OU. If set to <code>false</code>, stack resources are deleted. Specify
364
+ * only if <code>Enabled</code> is set to <code>True</code>.</p>
364
365
  */
365
366
  RetainStacksOnAccountRemoval?: boolean;
366
367
  }
@@ -1585,6 +1586,9 @@ export interface CreateChangeSetInput {
1585
1586
  * processing on templates</a>.</p>
1586
1587
  * </li>
1587
1588
  * </ul>
1589
+ * <note>
1590
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
1591
+ * </note>
1588
1592
  */
1589
1593
  Capabilities?: Capability[];
1590
1594
  /**
@@ -1596,6 +1600,9 @@ export interface CreateChangeSetInput {
1596
1600
  * uses this parameter for condition keys in IAM policies for CloudFormation. For more information,
1597
1601
  * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling access
1598
1602
  * with Identity and Access Management</a> in the CloudFormation User Guide.</p>
1603
+ * <note>
1604
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
1605
+ * </note>
1599
1606
  */
1600
1607
  ResourceTypes?: string[];
1601
1608
  /**
@@ -1924,6 +1931,9 @@ export interface CreateStackInput {
1924
1931
  * processing on templates</a>.</p>
1925
1932
  * </li>
1926
1933
  * </ul>
1934
+ * <note>
1935
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
1936
+ * </note>
1927
1937
  */
1928
1938
  Capabilities?: Capability[];
1929
1939
  /**
@@ -1940,6 +1950,9 @@ export interface CreateStackInput {
1940
1950
  * default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM)
1941
1951
  * uses this parameter for CloudFormation-specific condition keys in IAM policies. For more
1942
1952
  * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling Access with Identity and Access Management</a>.</p>
1953
+ * <note>
1954
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
1955
+ * </note>
1943
1956
  */
1944
1957
  ResourceTypes?: string[];
1945
1958
  /**
@@ -2031,15 +2044,19 @@ export interface CreateStackOutput {
2031
2044
  }
2032
2045
  /**
2033
2046
  * @public
2034
- * <p>[Service-managed permissions] The Organizations accounts to which StackSets deploys. StackSets doesn't
2035
- * deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization.</p>
2036
- * <p>For update operations, you can specify either <code>Accounts</code> or <code>OrganizationalUnitIds</code>. For
2037
- * create and delete operations, specify <code>OrganizationalUnitIds</code>.</p>
2047
+ * <p>[Service-managed permissions] The Organizations accounts to which StackSets deploys.
2048
+ * StackSets doesn't deploy stack instances to the organization management account, even
2049
+ * if the organization management account is in your organization or in an OU in your
2050
+ * organization.</p>
2051
+ * <p>For update operations, you can specify either <code>Accounts</code> or
2052
+ * <code>OrganizationalUnitIds</code>. For create and delete operations, specify
2053
+ * <code>OrganizationalUnitIds</code>.</p>
2038
2054
  */
2039
2055
  export interface DeploymentTargets {
2040
2056
  /**
2041
2057
  * @public
2042
- * <p>The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.</p>
2058
+ * <p>The names of one or more Amazon Web Services accounts for which you want to deploy stack set
2059
+ * updates.</p>
2043
2060
  */
2044
2061
  Accounts?: string[];
2045
2062
  /**
@@ -2054,34 +2071,50 @@ export interface DeploymentTargets {
2054
2071
  OrganizationalUnitIds?: string[];
2055
2072
  /**
2056
2073
  * @public
2057
- * <p>Limit deployment targets to individual accounts or include additional accounts with provided OUs.</p>
2058
- * <p>The following is a list of possible values for the <code>AccountFilterType</code> operation.</p>
2074
+ * <p>Limit deployment targets to individual accounts or include additional accounts with provided
2075
+ * OUs.</p>
2076
+ * <p>The following is a list of possible values for the <code>AccountFilterType</code>
2077
+ * operation.</p>
2059
2078
  * <ul>
2060
2079
  * <li>
2061
2080
  * <p>
2062
- * <code>INTERSECTION</code>: StackSets deploys to the accounts specified in <code>Accounts</code> parameter.
2063
- * </p>
2081
+ * <code>INTERSECTION</code>: StackSets deploys to the accounts specified in
2082
+ * <code>Accounts</code> parameter. </p>
2064
2083
  * </li>
2065
2084
  * <li>
2066
2085
  * <p>
2067
- * <code>DIFFERENCE</code>: StackSets excludes the accounts specified in <code>Accounts</code> parameter. This
2068
- * enables user to avoid certain accounts within an OU such as suspended accounts.</p>
2086
+ * <code>DIFFERENCE</code>: StackSets excludes the accounts specified in
2087
+ * <code>Accounts</code> parameter. This enables user to avoid certain accounts within an OU such
2088
+ * as suspended accounts.</p>
2069
2089
  * </li>
2070
2090
  * <li>
2071
2091
  * <p>
2072
2092
  * <code>UNION</code>: StackSets includes additional accounts deployment targets. </p>
2073
- * <p>This is the default value if <code>AccountFilterType</code> is not provided. This enables user to update an
2074
- * entire OU and individual accounts from a different OU in one request, which used to be two separate
2075
- * requests.</p>
2093
+ * <p>This is the default value if <code>AccountFilterType</code> is not provided. This enables
2094
+ * user to update an entire OU and individual accounts from a different OU in one request, which
2095
+ * used to be two separate requests.</p>
2076
2096
  * </li>
2077
2097
  * <li>
2078
2098
  * <p>
2079
- * <code>NONE</code>: Deploys to all the accounts in specified organizational units (OU).</p>
2099
+ * <code>NONE</code>: Deploys to all the accounts in specified organizational units
2100
+ * (OU).</p>
2080
2101
  * </li>
2081
2102
  * </ul>
2082
2103
  */
2083
2104
  AccountFilterType?: AccountFilterType;
2084
2105
  }
2106
+ /**
2107
+ * @public
2108
+ * @enum
2109
+ */
2110
+ export declare const ConcurrencyMode: {
2111
+ readonly SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE";
2112
+ readonly STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE";
2113
+ };
2114
+ /**
2115
+ * @public
2116
+ */
2117
+ export type ConcurrencyMode = (typeof ConcurrencyMode)[keyof typeof ConcurrencyMode];
2085
2118
  /**
2086
2119
  * @public
2087
2120
  * @enum
@@ -2096,15 +2129,16 @@ export declare const RegionConcurrencyType: {
2096
2129
  export type RegionConcurrencyType = (typeof RegionConcurrencyType)[keyof typeof RegionConcurrencyType];
2097
2130
  /**
2098
2131
  * @public
2099
- * <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
2100
- * <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
2101
- * options</a>.</p>
2132
+ * <p>The user-specified preferences for how CloudFormation performs a stack set
2133
+ * operation.</p>
2134
+ * <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
2135
+ * operation options</a>.</p>
2102
2136
  */
2103
2137
  export interface StackSetOperationPreferences {
2104
2138
  /**
2105
2139
  * @public
2106
- * <p>The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a
2107
- * time.</p>
2140
+ * <p>The concurrency type of deploying StackSets operations in Regions, could be in parallel or
2141
+ * one Region at a time.</p>
2108
2142
  */
2109
2143
  RegionConcurrencyType?: RegionConcurrencyType;
2110
2144
  /**
@@ -2114,9 +2148,8 @@ export interface StackSetOperationPreferences {
2114
2148
  RegionOrder?: string[];
2115
2149
  /**
2116
2150
  * @public
2117
- * <p>The number of accounts, per Region, for which this operation can fail before CloudFormation stops the
2118
- * operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation
2119
- * in any subsequent Regions.</p>
2151
+ * <p>The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region,
2152
+ * CloudFormation doesn't attempt the operation in any subsequent Regions.</p>
2120
2153
  * <p>Conditional: You must specify either <code>FailureToleranceCount</code> or
2121
2154
  * <code>FailureTolerancePercentage</code> (but not both).</p>
2122
2155
  * <p>By default, <code>0</code> is specified.</p>
@@ -2124,11 +2157,10 @@ export interface StackSetOperationPreferences {
2124
2157
  FailureToleranceCount?: number;
2125
2158
  /**
2126
2159
  * @public
2127
- * <p>The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops
2128
- * the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the
2129
- * operation in any subsequent Regions.</p>
2130
- * <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds
2131
- * <i>down</i> to the next whole number.</p>
2160
+ * <p>The percentage of accounts, per Region, for which this stack operation can fail before
2161
+ * CloudFormation stops the operation in that Region. If the operation is stopped in a Region,
2162
+ * CloudFormation doesn't attempt the operation in any subsequent Regions.</p>
2163
+ * <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds <i>down</i> to the next whole number.</p>
2132
2164
  * <p>Conditional: You must specify either <code>FailureToleranceCount</code> or
2133
2165
  * <code>FailureTolerancePercentage</code>, but not both.</p>
2134
2166
  * <p>By default, <code>0</code> is specified.</p>
@@ -2136,30 +2168,55 @@ export interface StackSetOperationPreferences {
2136
2168
  FailureTolerancePercentage?: number;
2137
2169
  /**
2138
2170
  * @public
2139
- * <p>The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of
2140
- * <code>FailureToleranceCount</code>.<code>MaxConcurrentCount</code> is at most one more than the
2141
- * <code>FailureToleranceCount</code>.</p>
2142
- * <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments,
2143
- * under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service
2144
- * throttling.</p>
2145
- * <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>,
2146
- * but not both.</p>
2171
+ * <p>The maximum number of accounts in which to perform this operation at one time. This can
2172
+ * depend on the value of <code>FailureToleranceCount</code> depending on your
2173
+ * <code>ConcurrencyMode</code>. <code>MaxConcurrentCount</code> is at most one more than the
2174
+ * <code>FailureToleranceCount</code> if you're using <code>STRICT_FAILURE_TOLERANCE</code>.</p>
2175
+ * <p>Note that this setting lets you specify the <i>maximum</i> for operations. For
2176
+ * large deployments, under certain circumstances the actual number of accounts acted upon
2177
+ * concurrently may be lower due to service throttling.</p>
2178
+ * <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or
2179
+ * <code>MaxConcurrentPercentage</code>, but not both.</p>
2147
2180
  * <p>By default, <code>1</code> is specified.</p>
2148
2181
  */
2149
2182
  MaxConcurrentCount?: number;
2150
2183
  /**
2151
2184
  * @public
2152
2185
  * <p>The maximum percentage of accounts in which to perform this operation at one time.</p>
2153
- * <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to
2154
- * the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.</p>
2155
- * <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments,
2156
- * under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service
2157
- * throttling.</p>
2158
- * <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>,
2159
- * but not both.</p>
2186
+ * <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding
2187
+ * down would result is zero. In this case, CloudFormation sets the number as one
2188
+ * instead.</p>
2189
+ * <p>Note that this setting lets you specify the <i>maximum</i> for operations. For
2190
+ * large deployments, under certain circumstances the actual number of accounts acted upon
2191
+ * concurrently may be lower due to service throttling.</p>
2192
+ * <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or
2193
+ * <code>MaxConcurrentPercentage</code>, but not both.</p>
2160
2194
  * <p>By default, <code>1</code> is specified.</p>
2161
2195
  */
2162
2196
  MaxConcurrentPercentage?: number;
2197
+ /**
2198
+ * @public
2199
+ * <p>Specifies how the concurrency level behaves during the operation execution.</p>
2200
+ * <ul>
2201
+ * <li>
2202
+ * <p>
2203
+ * <code>STRICT_FAILURE_TOLERANCE</code>: Dynamically lowers the concurrency level to ensure
2204
+ * the number of failed accounts never exceeds the <code>FailureToleranceCount</code> +1.
2205
+ * StackSets will set the actual concurrency of your deployment as the minimum value between the
2206
+ * <code>MaxConcurrentCount</code> and the <code>FailureToleranceCount</code> +1. This is the
2207
+ * default behavior.</p>
2208
+ * <p>If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior
2209
+ * is similar.</p>
2210
+ * </li>
2211
+ * <li>
2212
+ * <p>
2213
+ * <code>SOFT_FAILURE_TOLERANCE</code>: Always run at the concurrency level set by the user
2214
+ * in the <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>, regardless of
2215
+ * the number of failures.</p>
2216
+ * </li>
2217
+ * </ul>
2218
+ */
2219
+ ConcurrencyMode?: ConcurrencyMode;
2163
2220
  }
2164
2221
  /**
2165
2222
  * @public
@@ -2332,21 +2389,23 @@ export declare class CreatedButModifiedException extends __BaseException {
2332
2389
  }
2333
2390
  /**
2334
2391
  * @public
2335
- * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
2336
- * operations.</p>
2392
+ * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
2393
+ * conflicting operations.</p>
2337
2394
  */
2338
2395
  export interface ManagedExecution {
2339
2396
  /**
2340
2397
  * @public
2341
- * <p>When <code>true</code>, StackSets performs non-conflicting operations concurrently and queues conflicting
2342
- * operations. After conflicting operations finish, StackSets starts queued operations in request order.</p>
2398
+ * <p>When <code>true</code>, StackSets performs non-conflicting operations concurrently and
2399
+ * queues conflicting operations. After conflicting operations finish, StackSets starts queued
2400
+ * operations in request order.</p>
2343
2401
  * <note>
2344
- * <p>If there are already running or queued operations, StackSets queues all incoming operations even if they are
2345
- * non-conflicting.</p>
2346
- * <p>You can't modify your stack set's execution configuration while there are running or queued operations for that
2347
- * stack set.</p>
2402
+ * <p>If there are already running or queued operations, StackSets queues all incoming operations
2403
+ * even if they are non-conflicting.</p>
2404
+ * <p>You can't modify your stack set's execution configuration while there are running or queued
2405
+ * operations for that stack set.</p>
2348
2406
  * </note>
2349
- * <p>When <code>false</code> (default), StackSets performs one operation at a time in request order.</p>
2407
+ * <p>When <code>false</code> (default), StackSets performs one operation at a time in request
2408
+ * order.</p>
2350
2409
  */
2351
2410
  Active?: boolean;
2352
2411
  }
@@ -3659,39 +3718,43 @@ export interface StackInstanceComprehensiveStatus {
3659
3718
  * <ul>
3660
3719
  * <li>
3661
3720
  * <p>
3662
- * <code>CANCELLED</code>: The operation in the specified account and Region has been canceled. This is either
3663
- * because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has
3664
- * been exceeded.</p>
3721
+ * <code>CANCELLED</code>: The operation in the specified account and Region has been
3722
+ * canceled. This is either because a user has stopped the stack set operation, or because the
3723
+ * failure tolerance of the stack set operation has been exceeded.</p>
3665
3724
  * </li>
3666
3725
  * <li>
3667
3726
  * <p>
3668
- * <code>FAILED</code>: The operation in the specified account and Region failed. If the stack set operation
3669
- * fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be
3670
- * exceeded.</p>
3727
+ * <code>FAILED</code>: The operation in the specified account and Region failed. If the
3728
+ * stack set operation fails in enough accounts within a Region, the failure tolerance for the
3729
+ * stack set operation as a whole might be exceeded.</p>
3671
3730
  * </li>
3672
3731
  * <li>
3673
3732
  * <p>
3674
- * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
3675
- * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
3676
- * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
3733
+ * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left
3734
+ * the stack in an unstable state. Stacks in this state are excluded from further
3735
+ * <code>UpdateStackSet</code> operations. You might need to perform a
3736
+ * <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
3677
3737
  * <code>true</code>, to delete the stack instance, and then delete the stack manually.</p>
3678
3738
  * </li>
3679
3739
  * <li>
3680
3740
  * <p>
3681
- * <code>PENDING</code>: The operation in the specified account and Region has yet to start.</p>
3741
+ * <code>PENDING</code>: The operation in the specified account and Region has yet to
3742
+ * start.</p>
3682
3743
  * </li>
3683
3744
  * <li>
3684
3745
  * <p>
3685
- * <code>RUNNING</code>: The operation in the specified account and Region is currently in progress.</p>
3746
+ * <code>RUNNING</code>: The operation in the specified account and Region is currently in
3747
+ * progress.</p>
3686
3748
  * </li>
3687
3749
  * <li>
3688
3750
  * <p>
3689
- * <code>SKIPPED_SUSPENDED_ACCOUNT</code>: The operation in the specified account and Region has been skipped
3690
- * because the account was suspended at the time of the operation.</p>
3751
+ * <code>SKIPPED_SUSPENDED_ACCOUNT</code>: The operation in the specified account and Region
3752
+ * has been skipped because the account was suspended at the time of the operation.</p>
3691
3753
  * </li>
3692
3754
  * <li>
3693
3755
  * <p>
3694
- * <code>SUCCEEDED</code>: The operation in the specified account and Region completed successfully.</p>
3756
+ * <code>SUCCEEDED</code>: The operation in the specified account and Region completed
3757
+ * successfully.</p>
3695
3758
  * </li>
3696
3759
  * </ul>
3697
3760
  */
@@ -3712,11 +3775,12 @@ export declare const StackInstanceStatus: {
3712
3775
  export type StackInstanceStatus = (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
3713
3776
  /**
3714
3777
  * @public
3715
- * <p>An CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack
3716
- * instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance
3717
- * can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is
3718
- * associated with only one stack set. Each stack instance contains the ID of its associated stack set, in addition to
3719
- * the ID of the actual stack and the stack status.</p>
3778
+ * <p>An CloudFormation stack, in a specific account and Region, that's part of a stack set
3779
+ * operation. A stack instance is a reference to an attempted or actual stack in a given account
3780
+ * within a given Region. A stack instance can exist without a stack—for example, if the stack
3781
+ * couldn't be created for some reason. A stack instance is associated with only one stack set. Each
3782
+ * stack instance contains the ID of its associated stack set, in addition to the ID of the actual
3783
+ * stack and the stack status.</p>
3720
3784
  */
3721
3785
  export interface StackInstance {
3722
3786
  /**
@@ -3731,8 +3795,8 @@ export interface StackInstance {
3731
3795
  Region?: string;
3732
3796
  /**
3733
3797
  * @public
3734
- * <p>[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated
3735
- * with.</p>
3798
+ * <p>[Self-managed permissions] The name of the Amazon Web Services account that the stack
3799
+ * instance is associated with.</p>
3736
3800
  */
3737
3801
  Account?: string;
3738
3802
  /**
@@ -3742,32 +3806,35 @@ export interface StackInstance {
3742
3806
  StackId?: string;
3743
3807
  /**
3744
3808
  * @public
3745
- * <p>A list of parameters from the stack set template whose values have been overridden in this stack
3746
- * instance.</p>
3809
+ * <p>A list of parameters from the stack set template whose values have been overridden in this
3810
+ * stack instance.</p>
3747
3811
  */
3748
3812
  ParameterOverrides?: Parameter[];
3749
3813
  /**
3750
3814
  * @public
3751
- * <p>The status of the stack instance, in terms of its synchronization with its associated stack set.</p>
3815
+ * <p>The status of the stack instance, in terms of its synchronization with its associated stack
3816
+ * set.</p>
3752
3817
  * <ul>
3753
3818
  * <li>
3754
3819
  * <p>
3755
- * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
3756
- * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
3757
- * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
3820
+ * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left
3821
+ * the stack in an unstable state. Stacks in this state are excluded from further
3822
+ * <code>UpdateStackSet</code> operations. You might need to perform a
3823
+ * <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
3758
3824
  * <code>true</code>, to delete the stack instance, and then delete the stack manually.</p>
3759
3825
  * </li>
3760
3826
  * <li>
3761
3827
  * <p>
3762
- * <code>OUTDATED</code>: The stack isn't currently up to date with the stack set because:</p>
3828
+ * <code>OUTDATED</code>: The stack isn't currently up to date with the stack set
3829
+ * because:</p>
3763
3830
  * <ul>
3764
3831
  * <li>
3765
- * <p>The associated stack failed during a <code>CreateStackSet</code> or <code>UpdateStackSet</code>
3766
- * operation.</p>
3832
+ * <p>The associated stack failed during a <code>CreateStackSet</code> or
3833
+ * <code>UpdateStackSet</code> operation.</p>
3767
3834
  * </li>
3768
3835
  * <li>
3769
- * <p>The stack was part of a <code>CreateStackSet</code> or <code>UpdateStackSet</code> operation that failed or
3770
- * was stopped before the stack was created or updated.</p>
3836
+ * <p>The stack was part of a <code>CreateStackSet</code> or <code>UpdateStackSet</code>
3837
+ * operation that failed or was stopped before the stack was created or updated.</p>
3771
3838
  * </li>
3772
3839
  * </ul>
3773
3840
  * </li>
@@ -3790,30 +3857,30 @@ export interface StackInstance {
3790
3857
  StatusReason?: string;
3791
3858
  /**
3792
3859
  * @public
3793
- * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
3794
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
3860
+ * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
3861
+ * you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
3795
3862
  */
3796
3863
  OrganizationalUnitId?: string;
3797
3864
  /**
3798
3865
  * @public
3799
- * <p>Status of the stack instance's actual configuration compared to the expected template and parameter
3800
- * configuration of the stack set to which it belongs.</p>
3866
+ * <p>Status of the stack instance's actual configuration compared to the expected template and
3867
+ * parameter configuration of the stack set to which it belongs.</p>
3801
3868
  * <ul>
3802
3869
  * <li>
3803
3870
  * <p>
3804
- * <code>DRIFTED</code>: The stack differs from the expected template and parameter configuration of the stack
3805
- * set to which it belongs. A stack instance is considered to have drifted if one or more of the resources in the
3806
- * associated stack have drifted.</p>
3871
+ * <code>DRIFTED</code>: The stack differs from the expected template and parameter
3872
+ * configuration of the stack set to which it belongs. A stack instance is considered to have
3873
+ * drifted if one or more of the resources in the associated stack have drifted.</p>
3807
3874
  * </li>
3808
3875
  * <li>
3809
3876
  * <p>
3810
- * <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack instance differs from its expected stack set
3811
- * configuration.</p>
3877
+ * <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack instance differs from its
3878
+ * expected stack set configuration.</p>
3812
3879
  * </li>
3813
3880
  * <li>
3814
3881
  * <p>
3815
- * <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected stack set
3816
- * configuration.</p>
3882
+ * <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected stack
3883
+ * set configuration.</p>
3817
3884
  * </li>
3818
3885
  * <li>
3819
3886
  * <p>
@@ -3824,8 +3891,9 @@ export interface StackInstance {
3824
3891
  DriftStatus?: StackDriftStatus;
3825
3892
  /**
3826
3893
  * @public
3827
- * <p>Most recent time when CloudFormation performed a drift detection operation on the stack instance. This
3828
- * value will be <code>NULL</code> for any stack instance on which drift detection hasn't yet been performed.</p>
3894
+ * <p>Most recent time when CloudFormation performed a drift detection operation on the
3895
+ * stack instance. This value will be <code>NULL</code> for any stack instance on which drift
3896
+ * detection hasn't yet been performed.</p>
3829
3897
  */
3830
3898
  LastDriftCheckTimestamp?: Date;
3831
3899
  /**
@@ -4736,25 +4804,26 @@ export type StackSetDriftStatus = (typeof StackSetDriftStatus)[keyof typeof Stac
4736
4804
  /**
4737
4805
  * @public
4738
4806
  * <p>Detailed information about the drift status of the stack set.</p>
4739
- * <p>For stack sets, contains information about the last <i>completed</i> drift operation performed on
4740
- * the stack set. Information about drift operations in-progress isn't included.</p>
4741
- * <p>For stack set operations, includes information about drift operations currently being performed on the stack
4742
- * set.</p>
4743
- * <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
4744
- * the <i>CloudFormation User Guide</i>.</p>
4807
+ * <p>For stack sets, contains information about the last <i>completed</i> drift
4808
+ * operation performed on the stack set. Information about drift operations in-progress isn't
4809
+ * included.</p>
4810
+ * <p>For stack set operations, includes information about drift operations currently being
4811
+ * performed on the stack set.</p>
4812
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting unmanaged changes in
4813
+ * stack sets</a> in the <i>CloudFormation User Guide</i>.</p>
4745
4814
  */
4746
4815
  export interface StackSetDriftDetectionDetails {
4747
4816
  /**
4748
4817
  * @public
4749
- * <p>Status of the stack set's actual configuration compared to its expected template and parameter configuration. A
4750
- * stack set is considered to have drifted if one or more of its stack instances have drifted from their expected
4751
- * template and parameter configuration.</p>
4818
+ * <p>Status of the stack set's actual configuration compared to its expected template and
4819
+ * parameter configuration. A stack set is considered to have drifted if one or more of its stack
4820
+ * instances have drifted from their expected template and parameter configuration.</p>
4752
4821
  * <ul>
4753
4822
  * <li>
4754
4823
  * <p>
4755
- * <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack differs from the
4756
- * expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the
4757
- * resources in the associated stack have drifted.</p>
4824
+ * <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack
4825
+ * differs from the expected template and parameter configuration. A stack instance is considered
4826
+ * to have drifted if one or more of the resources in the associated stack have drifted.</p>
4758
4827
  * </li>
4759
4828
  * <li>
4760
4829
  * <p>
@@ -4762,8 +4831,8 @@ export interface StackSetDriftDetectionDetails {
4762
4831
  * </li>
4763
4832
  * <li>
4764
4833
  * <p>
4765
- * <code>IN_SYNC</code>: All of the stack instances belonging to the stack set stack match from the expected
4766
- * template and parameter configuration.</p>
4834
+ * <code>IN_SYNC</code>: All of the stack instances belonging to the stack set stack match
4835
+ * from the expected template and parameter configuration.</p>
4767
4836
  * </li>
4768
4837
  * </ul>
4769
4838
  */
@@ -4774,20 +4843,23 @@ export interface StackSetDriftDetectionDetails {
4774
4843
  * <ul>
4775
4844
  * <li>
4776
4845
  * <p>
4777
- * <code>COMPLETED</code>: The drift detection operation completed without failing on any stack instances.</p>
4846
+ * <code>COMPLETED</code>: The drift detection operation completed without failing on any
4847
+ * stack instances.</p>
4778
4848
  * </li>
4779
4849
  * <li>
4780
4850
  * <p>
4781
- * <code>FAILED</code>: The drift detection operation exceeded the specified failure tolerance.</p>
4851
+ * <code>FAILED</code>: The drift detection operation exceeded the specified failure
4852
+ * tolerance.</p>
4782
4853
  * </li>
4783
4854
  * <li>
4784
4855
  * <p>
4785
- * <code>PARTIAL_SUCCESS</code>: The drift detection operation completed without exceeding the failure tolerance
4786
- * for the operation.</p>
4856
+ * <code>PARTIAL_SUCCESS</code>: The drift detection operation completed without exceeding
4857
+ * the failure tolerance for the operation.</p>
4787
4858
  * </li>
4788
4859
  * <li>
4789
4860
  * <p>
4790
- * <code>IN_PROGRESS</code>: The drift detection operation is currently being performed.</p>
4861
+ * <code>IN_PROGRESS</code>: The drift detection operation is currently being
4862
+ * performed.</p>
4791
4863
  * </li>
4792
4864
  * <li>
4793
4865
  * <p>
@@ -4798,8 +4870,9 @@ export interface StackSetDriftDetectionDetails {
4798
4870
  DriftDetectionStatus?: StackSetDriftDetectionStatus;
4799
4871
  /**
4800
4872
  * @public
4801
- * <p>Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
4802
- * will be <code>NULL</code> for any stack set on which drift detection hasn't yet been performed.</p>
4873
+ * <p>Most recent time when CloudFormation performed a drift detection operation on the
4874
+ * stack set. This value will be <code>NULL</code> for any stack set on which drift detection hasn't
4875
+ * yet been performed.</p>
4803
4876
  */
4804
4877
  LastDriftCheckTimestamp?: Date;
4805
4878
  /**
@@ -4824,15 +4897,15 @@ export interface StackSetDriftDetectionDetails {
4824
4897
  TotalStackInstancesCount?: number;
4825
4898
  /**
4826
4899
  * @public
4827
- * <p>The number of stack instances that have drifted from the expected template and parameter configuration of the
4828
- * stack set. A stack instance is considered to have drifted if one or more of the resources in the associated stack
4829
- * don't match their expected configuration.</p>
4900
+ * <p>The number of stack instances that have drifted from the expected template and parameter
4901
+ * configuration of the stack set. A stack instance is considered to have drifted if one or more of
4902
+ * the resources in the associated stack don't match their expected configuration.</p>
4830
4903
  */
4831
4904
  DriftedStackInstancesCount?: number;
4832
4905
  /**
4833
4906
  * @public
4834
- * <p>The number of stack instances which match the expected template and parameter configuration of the stack
4835
- * set.</p>
4907
+ * <p>The number of stack instances which match the expected template and parameter configuration
4908
+ * of the stack set.</p>
4836
4909
  */
4837
4910
  InSyncStackInstancesCount?: number;
4838
4911
  /**
@@ -4860,9 +4933,9 @@ export declare const StackSetStatus: {
4860
4933
  export type StackSetStatus = (typeof StackSetStatus)[keyof typeof StackSetStatus];
4861
4934
  /**
4862
4935
  * @public
4863
- * <p>A structure that contains information about a stack set. A stack set enables you to provision stacks into
4864
- * Amazon Web Services accounts and across Regions by using a single CloudFormation template. In the stack set,
4865
- * you specify the template to use, in addition to any parameters and capabilities that the template requires.</p>
4936
+ * <p>A structure that contains information about a stack set. A stack set enables you to
4937
+ * provision stacks into Amazon Web Services accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, in addition to any
4938
+ * parameters and capabilities that the template requires.</p>
4866
4939
  */
4867
4940
  export interface StackSet {
4868
4941
  /**
@@ -4877,7 +4950,8 @@ export interface StackSet {
4877
4950
  StackSetId?: string;
4878
4951
  /**
4879
4952
  * @public
4880
- * <p>A description of the stack set that you specify when the stack set is created or updated.</p>
4953
+ * <p>A description of the stack set that you specify when the stack set is created or
4954
+ * updated.</p>
4881
4955
  */
4882
4956
  Description?: string;
4883
4957
  /**
@@ -4887,7 +4961,8 @@ export interface StackSet {
4887
4961
  Status?: StackSetStatus;
4888
4962
  /**
4889
4963
  * @public
4890
- * <p>The structure that contains the body of the template that was used to create or update the stack set.</p>
4964
+ * <p>The structure that contains the body of the template that was used to create or update the
4965
+ * stack set.</p>
4891
4966
  */
4892
4967
  TemplateBody?: string;
4893
4968
  /**
@@ -4897,16 +4972,17 @@ export interface StackSet {
4897
4972
  Parameters?: Parameter[];
4898
4973
  /**
4899
4974
  * @public
4900
- * <p>The capabilities that are allowed in the stack set. Some stack set templates might include resources that can
4901
- * 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
4902
- * Resources in CloudFormation Templates.</a>
4975
+ * <p>The capabilities that are allowed in the stack set. Some stack set templates might include
4976
+ * resources that can affect permissions in your Amazon Web Services account—for example, by creating
4977
+ * 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
4978
+ * IAM Resources in CloudFormation Templates.</a>
4903
4979
  * </p>
4904
4980
  */
4905
4981
  Capabilities?: Capability[];
4906
4982
  /**
4907
4983
  * @public
4908
- * <p>A list of tags that specify information about the stack set. A maximum number of 50 tags can be
4909
- * specified.</p>
4984
+ * <p>A list of tags that specify information about the stack set. A maximum number of 50 tags can
4985
+ * be specified.</p>
4910
4986
  */
4911
4987
  Tags?: Tag[];
4912
4988
  /**
@@ -4916,44 +4992,48 @@ export interface StackSet {
4916
4992
  StackSetARN?: string;
4917
4993
  /**
4918
4994
  * @public
4919
- * <p>The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.</p>
4920
- * <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
4921
- * 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 Operations</a>
4922
- * in the <i>CloudFormation User Guide</i>.</p>
4995
+ * <p>The Amazon Resource Name (ARN) of the IAM role used to create or update the
4996
+ * stack set.</p>
4997
+ * <p>Use customized administrator roles to control which users or groups can manage specific
4998
+ * 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 Permissions for Stack Set Operations</a> in the
4999
+ * <i>CloudFormation User Guide</i>.</p>
4923
5000
  */
4924
5001
  AdministrationRoleARN?: string;
4925
5002
  /**
4926
5003
  * @public
4927
- * <p>The name of the IAM execution role used to create or update the stack set.</p>
4928
- * <p>Use customized execution roles to control which stack resources users and groups can include in their stack
4929
- * sets.</p>
5004
+ * <p>The name of the IAM execution role used to create or update the stack
5005
+ * set.</p>
5006
+ * <p>Use customized execution roles to control which stack resources users and groups can include
5007
+ * in their stack sets.</p>
4930
5008
  */
4931
5009
  ExecutionRoleName?: string;
4932
5010
  /**
4933
5011
  * @public
4934
5012
  * <p>Detailed information about the drift status of the stack set.</p>
4935
- * <p>For stack sets, contains information about the last <i>completed</i> drift operation performed on
4936
- * the stack set. Information about drift operations currently in progress isn't included.</p>
5013
+ * <p>For stack sets, contains information about the last <i>completed</i> drift
5014
+ * operation performed on the stack set. Information about drift operations currently in progress
5015
+ * isn't included.</p>
4937
5016
  */
4938
5017
  StackSetDriftDetectionDetails?: StackSetDriftDetectionDetails;
4939
5018
  /**
4940
5019
  * @public
4941
- * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
4942
- * accounts that are added to a target organization or organizational unit (OU).</p>
5020
+ * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit
5021
+ * (OU).</p>
4943
5022
  */
4944
5023
  AutoDeployment?: AutoDeployment;
4945
5024
  /**
4946
5025
  * @public
4947
- * <p>Describes how the IAM roles required for stack set operations are created.</p>
5026
+ * <p>Describes how the IAM roles required for stack set operations are
5027
+ * created.</p>
4948
5028
  * <ul>
4949
5029
  * <li>
4950
- * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
4951
- * 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
4952
- * Permissions</a>.</p>
5030
+ * <p>With <code>self-managed</code> permissions, you must create the administrator and
5031
+ * execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
5032
+ * Self-Managed Stack Set Permissions</a>.</p>
4953
5033
  * </li>
4954
5034
  * <li>
4955
- * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles
4956
- * required to 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
5035
+ * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more
5036
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant
4957
5037
  * Service-Managed Stack Set Permissions</a>.</p>
4958
5038
  * </li>
4959
5039
  * </ul>
@@ -4961,19 +5041,20 @@ export interface StackSet {
4961
5041
  PermissionModel?: PermissionModels;
4962
5042
  /**
4963
5043
  * @public
4964
- * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
4965
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
5044
+ * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
5045
+ * you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
4966
5046
  */
4967
5047
  OrganizationalUnitIds?: string[];
4968
5048
  /**
4969
5049
  * @public
4970
- * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
4971
- * operations.</p>
5050
+ * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
5051
+ * conflicting operations.</p>
4972
5052
  */
4973
5053
  ManagedExecution?: ManagedExecution;
4974
5054
  /**
4975
5055
  * @public
4976
- * <p>Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in. The Amazon Web Services Regions list output is in no particular order.</p>
5056
+ * <p>Returns a list of all Amazon Web Services Regions the given StackSet has stack instances
5057
+ * deployed in. The Amazon Web Services Regions list output is in no particular order.</p>
4977
5058
  */
4978
5059
  Regions?: string[];
4979
5060
  }
@@ -5078,10 +5159,10 @@ export interface StackSetOperation {
5078
5159
  StackSetId?: string;
5079
5160
  /**
5080
5161
  * @public
5081
- * <p>The type of stack set operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>. Create and
5082
- * delete operations affect only the specified stack set instances that are associated with the specified stack set.
5083
- * Update operations affect both the stack set itself, in addition to <i>all</i> associated stack set
5084
- * instances.</p>
5162
+ * <p>The type of stack set operation: <code>CREATE</code>, <code>UPDATE</code>, or
5163
+ * <code>DELETE</code>. Create and delete operations affect only the specified stack set instances
5164
+ * that are associated with the specified stack set. Update operations affect both the stack set
5165
+ * itself, in addition to <i>all</i> associated stack set instances.</p>
5085
5166
  */
5086
5167
  Action?: StackSetOperationAction;
5087
5168
  /**
@@ -5090,16 +5171,19 @@ export interface StackSetOperation {
5090
5171
  * <ul>
5091
5172
  * <li>
5092
5173
  * <p>
5093
- * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure tolerance value that
5094
- * you've set for an operation is applied for each Region during stack create and update operations. If the number of
5095
- * failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to
5096
- * <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>
5174
+ * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure
5175
+ * tolerance value that you've set for an operation is applied for each Region during stack create
5176
+ * and update operations. If the number of failed stacks within a Region exceeds the failure
5177
+ * tolerance, the status of the operation in the Region is set to <code>FAILED</code>. This in
5178
+ * turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation
5179
+ * cancels the operation in any remaining Regions.</p>
5097
5180
  * </li>
5098
5181
  * <li>
5099
5182
  * <p>
5100
- * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require a sequence of
5101
- * 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
5102
- * codes</a> in the CloudFormation User Guide.</p>
5183
+ * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
5184
+ * a sequence of operations, the operation is queued to be performed. For more information, see
5185
+ * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">stack
5186
+ * set operation status codes</a> in the CloudFormation User Guide.</p>
5103
5187
  * </li>
5104
5188
  * <li>
5105
5189
  * <p>
@@ -5111,12 +5195,13 @@ export interface StackSetOperation {
5111
5195
  * </li>
5112
5196
  * <li>
5113
5197
  * <p>
5114
- * <code>STOPPING</code>: The operation is in the process of stopping, at user request.</p>
5198
+ * <code>STOPPING</code>: The operation is in the process of stopping, at user
5199
+ * request.</p>
5115
5200
  * </li>
5116
5201
  * <li>
5117
5202
  * <p>
5118
- * <code>SUCCEEDED</code>: The operation completed creating or updating all the specified stacks without
5119
- * exceeding the failure tolerance for the operation.</p>
5203
+ * <code>SUCCEEDED</code>: The operation completed creating or updating all the specified
5204
+ * stacks without exceeding the failure tolerance for the operation.</p>
5120
5205
  * </li>
5121
5206
  * </ul>
5122
5207
  */
@@ -5128,54 +5213,58 @@ export interface StackSetOperation {
5128
5213
  OperationPreferences?: StackSetOperationPreferences;
5129
5214
  /**
5130
5215
  * @public
5131
- * <p>For stack set operations of action type <code>DELETE</code>, specifies whether to remove the stack instances
5132
- * from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an
5133
- * existing, saved stack to a new stack set.</p>
5216
+ * <p>For stack set operations of action type <code>DELETE</code>, specifies whether to remove the
5217
+ * stack instances from the specified stack set, but doesn't delete the stacks. You can't
5218
+ * re-associate a retained stack, or add an existing, saved stack to a new stack set.</p>
5134
5219
  */
5135
5220
  RetainStacks?: boolean;
5136
5221
  /**
5137
5222
  * @public
5138
- * <p>The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.</p>
5139
- * <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
5140
- * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Define Permissions for Multiple Administrators</a> in the
5223
+ * <p>The Amazon Resource Name (ARN) of the IAM role used to perform this stack set
5224
+ * operation.</p>
5225
+ * <p>Use customized administrator roles to control which users or groups can manage specific
5226
+ * stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Define
5227
+ * Permissions for Multiple Administrators</a> in the
5141
5228
  * <i>CloudFormation User Guide</i>.</p>
5142
5229
  */
5143
5230
  AdministrationRoleARN?: string;
5144
5231
  /**
5145
5232
  * @public
5146
- * <p>The name of the IAM execution role used to create or update the stack set.</p>
5147
- * <p>Use customized execution roles to control which stack resources users and groups can include in their stack
5148
- * sets.</p>
5233
+ * <p>The name of the IAM execution role used to create or update the stack
5234
+ * set.</p>
5235
+ * <p>Use customized execution roles to control which stack resources users and groups can include
5236
+ * in their stack sets.</p>
5149
5237
  */
5150
5238
  ExecutionRoleName?: string;
5151
5239
  /**
5152
5240
  * @public
5153
- * <p>The time at which the operation was initiated. Note that the creation times for the stack set operation might
5154
- * differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to
5155
- * perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually
5156
- * creating the first stacks.</p>
5241
+ * <p>The time at which the operation was initiated. Note that the creation times for the stack
5242
+ * set operation might differ from the creation time of the individual stacks themselves. This is
5243
+ * because CloudFormation needs to perform preparatory work for the operation, such as
5244
+ * dispatching the work to the requested Regions, before actually creating the first stacks.</p>
5157
5245
  */
5158
5246
  CreationTimestamp?: Date;
5159
5247
  /**
5160
5248
  * @public
5161
- * <p>The time at which the stack set operation ended, across all accounts and Regions specified. Note that this
5162
- * doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or
5163
- * Region.</p>
5249
+ * <p>The time at which the stack set operation ended, across all accounts and Regions specified.
5250
+ * Note that this doesn't necessarily mean that the stack set operation was successful, or even
5251
+ * attempted, in each account or Region.</p>
5164
5252
  */
5165
5253
  EndTimestamp?: Date;
5166
5254
  /**
5167
5255
  * @public
5168
- * <p>[Service-managed permissions] The Organizations accounts affected by the stack operation.</p>
5256
+ * <p>[Service-managed permissions] The Organizations accounts affected by the stack
5257
+ * operation.</p>
5169
5258
  */
5170
5259
  DeploymentTargets?: DeploymentTargets;
5171
5260
  /**
5172
5261
  * @public
5173
- * <p>Detailed information about the drift status of the stack set. This includes information about drift operations
5174
- * currently being performed on the stack set.</p>
5175
- * <p>This information will only be present for stack set operations whose <code>Action</code> type is
5176
- * <code>DETECT_DRIFT</code>.</p>
5177
- * <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
5178
- * the CloudFormation User Guide.</p>
5262
+ * <p>Detailed information about the drift status of the stack set. This includes information
5263
+ * about drift operations currently being performed on the stack set.</p>
5264
+ * <p>This information will only be present for stack set operations whose <code>Action</code>
5265
+ * type is <code>DETECT_DRIFT</code>.</p>
5266
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting Unmanaged Changes in
5267
+ * Stack Sets</a> in the CloudFormation User Guide.</p>
5179
5268
  */
5180
5269
  StackSetDriftDetectionDetails?: StackSetDriftDetectionDetails;
5181
5270
  /**
@@ -6490,23 +6579,23 @@ export interface StackInstanceResourceDriftsSummary {
6490
6579
  PhysicalResourceId?: string;
6491
6580
  /**
6492
6581
  * @public
6493
- * <p>Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses
6494
- * context key-value pairs in cases where a resource's logical and physical IDs aren't enough
6495
- * to uniquely identify that resource. Each context key-value pair specifies a unique resource
6496
- * that contains the targeted resource.</p>
6582
+ * <p>Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context
6583
+ * key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely
6584
+ * identify that resource. Each context key-value pair specifies a unique resource that contains the
6585
+ * targeted resource.</p>
6497
6586
  */
6498
6587
  PhysicalResourceIdContext?: PhysicalResourceIdContextKeyValuePair[];
6499
6588
  /**
6500
6589
  * @public
6501
- * <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 Reference</a> in the CloudFormation User
6502
- * Guide.</p>
6590
+ * <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
6591
+ * Resource Types Reference</a> in the CloudFormation User Guide.</p>
6503
6592
  */
6504
6593
  ResourceType: string | undefined;
6505
6594
  /**
6506
6595
  * @public
6507
- * <p>Status of the actual configuration of the resource compared to its expected
6508
- * configuration. These will be present only for resources whose
6509
- * <code>StackInstanceResourceDriftStatus</code> is <code>MODIFIED</code>. </p>
6596
+ * <p>Status of the actual configuration of the resource compared to its expected configuration.
6597
+ * These will be present only for resources whose <code>StackInstanceResourceDriftStatus</code> is
6598
+ * <code>MODIFIED</code>. </p>
6510
6599
  */
6511
6600
  PropertyDifferences?: PropertyDifference[];
6512
6601
  /**
@@ -6515,18 +6604,18 @@ export interface StackInstanceResourceDriftsSummary {
6515
6604
  * <ul>
6516
6605
  * <li>
6517
6606
  * <p>
6518
- * <code>DELETED</code>: The resource differs from its expected template
6519
- * configuration in that the resource has been deleted.</p>
6607
+ * <code>DELETED</code>: The resource differs from its expected template configuration in
6608
+ * that the resource has been deleted.</p>
6520
6609
  * </li>
6521
6610
  * <li>
6522
6611
  * <p>
6523
- * <code>MODIFIED</code>: One or more resource properties differ from their expected
6524
- * template values.</p>
6612
+ * <code>MODIFIED</code>: One or more resource properties differ from their expected template
6613
+ * values.</p>
6525
6614
  * </li>
6526
6615
  * <li>
6527
6616
  * <p>
6528
- * <code>IN_SYNC</code>: The resource's actual configuration matches its expected
6529
- * template configuration.</p>
6617
+ * <code>IN_SYNC</code>: The resource's actual configuration matches its expected template
6618
+ * configuration.</p>
6530
6619
  * </li>
6531
6620
  * <li>
6532
6621
  * <p>
@@ -6665,8 +6754,8 @@ export interface StackInstanceSummary {
6665
6754
  Region?: string;
6666
6755
  /**
6667
6756
  * @public
6668
- * <p>[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated
6669
- * with.</p>
6757
+ * <p>[Self-managed permissions] The name of the Amazon Web Services account that the stack
6758
+ * instance is associated with.</p>
6670
6759
  */
6671
6760
  Account?: string;
6672
6761
  /**
@@ -6676,26 +6765,29 @@ export interface StackInstanceSummary {
6676
6765
  StackId?: string;
6677
6766
  /**
6678
6767
  * @public
6679
- * <p>The status of the stack instance, in terms of its synchronization with its associated stack set.</p>
6768
+ * <p>The status of the stack instance, in terms of its synchronization with its associated stack
6769
+ * set.</p>
6680
6770
  * <ul>
6681
6771
  * <li>
6682
6772
  * <p>
6683
- * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
6684
- * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
6685
- * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
6773
+ * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left
6774
+ * the stack in an unstable state. Stacks in this state are excluded from further
6775
+ * <code>UpdateStackSet</code> operations. You might need to perform a
6776
+ * <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
6686
6777
  * <code>true</code>, to delete the stack instance, and then delete the stack manually.</p>
6687
6778
  * </li>
6688
6779
  * <li>
6689
6780
  * <p>
6690
- * <code>OUTDATED</code>: The stack isn't currently up to date with the stack set because:</p>
6781
+ * <code>OUTDATED</code>: The stack isn't currently up to date with the stack set
6782
+ * because:</p>
6691
6783
  * <ul>
6692
6784
  * <li>
6693
- * <p>The associated stack failed during a <code>CreateStackSet</code> or <code>UpdateStackSet</code>
6694
- * operation.</p>
6785
+ * <p>The associated stack failed during a <code>CreateStackSet</code> or
6786
+ * <code>UpdateStackSet</code> operation.</p>
6695
6787
  * </li>
6696
6788
  * <li>
6697
- * <p>The stack was part of a <code>CreateStackSet</code> or <code>UpdateStackSet</code> operation that failed or
6698
- * was stopped before the stack was created or updated.</p>
6789
+ * <p>The stack was part of a <code>CreateStackSet</code> or <code>UpdateStackSet</code>
6790
+ * operation that failed or was stopped before the stack was created or updated.</p>
6699
6791
  * </li>
6700
6792
  * </ul>
6701
6793
  * </li>
@@ -6718,30 +6810,30 @@ export interface StackInstanceSummary {
6718
6810
  StackInstanceStatus?: StackInstanceComprehensiveStatus;
6719
6811
  /**
6720
6812
  * @public
6721
- * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
6722
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
6813
+ * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
6814
+ * you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
6723
6815
  */
6724
6816
  OrganizationalUnitId?: string;
6725
6817
  /**
6726
6818
  * @public
6727
- * <p>Status of the stack instance's actual configuration compared to the expected template and parameter
6728
- * configuration of the stack set to which it belongs.</p>
6819
+ * <p>Status of the stack instance's actual configuration compared to the expected template and
6820
+ * parameter configuration of the stack set to which it belongs.</p>
6729
6821
  * <ul>
6730
6822
  * <li>
6731
6823
  * <p>
6732
- * <code>DRIFTED</code>: The stack differs from the expected template and parameter configuration of the stack
6733
- * set to which it belongs. A stack instance is considered to have drifted if one or more of the resources in the
6734
- * associated stack have drifted.</p>
6824
+ * <code>DRIFTED</code>: The stack differs from the expected template and parameter
6825
+ * configuration of the stack set to which it belongs. A stack instance is considered to have
6826
+ * drifted if one or more of the resources in the associated stack have drifted.</p>
6735
6827
  * </li>
6736
6828
  * <li>
6737
6829
  * <p>
6738
- * <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack instance differs from its expected stack set
6739
- * configuration.</p>
6830
+ * <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack instance differs from its
6831
+ * expected stack set configuration.</p>
6740
6832
  * </li>
6741
6833
  * <li>
6742
6834
  * <p>
6743
- * <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected stack set
6744
- * configuration.</p>
6835
+ * <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected stack
6836
+ * set configuration.</p>
6745
6837
  * </li>
6746
6838
  * <li>
6747
6839
  * <p>
@@ -6752,8 +6844,9 @@ export interface StackInstanceSummary {
6752
6844
  DriftStatus?: StackDriftStatus;
6753
6845
  /**
6754
6846
  * @public
6755
- * <p>Most recent time when CloudFormation performed a drift detection operation on the stack instance. This
6756
- * value will be <code>NULL</code> for any stack instance on which drift detection hasn't yet been performed.</p>
6847
+ * <p>Most recent time when CloudFormation performed a drift detection operation on the
6848
+ * stack instance. This value will be <code>NULL</code> for any stack instance on which drift
6849
+ * detection hasn't yet been performed.</p>
6757
6850
  */
6758
6851
  LastDriftCheckTimestamp?: Date;
6759
6852
  /**
@@ -7157,13 +7250,14 @@ export declare const StackSetOperationResultStatus: {
7157
7250
  export type StackSetOperationResultStatus = (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
7158
7251
  /**
7159
7252
  * @public
7160
- * <p>The structure that contains information about a specified operation's results for a given account in a given
7161
- * Region.</p>
7253
+ * <p>The structure that contains information about a specified operation's results for a given
7254
+ * account in a given Region.</p>
7162
7255
  */
7163
7256
  export interface StackSetOperationResultSummary {
7164
7257
  /**
7165
7258
  * @public
7166
- * <p>[Self-managed permissions] The name of the Amazon Web Services account for this operation result.</p>
7259
+ * <p>[Self-managed permissions] The name of the Amazon Web Services account for this operation
7260
+ * result.</p>
7167
7261
  */
7168
7262
  Account?: string;
7169
7263
  /**
@@ -7173,31 +7267,35 @@ export interface StackSetOperationResultSummary {
7173
7267
  Region?: string;
7174
7268
  /**
7175
7269
  * @public
7176
- * <p>The result status of the stack set operation for the given account in the given Region.</p>
7270
+ * <p>The result status of the stack set operation for the given account in the given
7271
+ * Region.</p>
7177
7272
  * <ul>
7178
7273
  * <li>
7179
7274
  * <p>
7180
- * <code>CANCELLED</code>: The operation in the specified account and Region has been canceled. This is either
7181
- * because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has
7182
- * been exceeded.</p>
7275
+ * <code>CANCELLED</code>: The operation in the specified account and Region has been
7276
+ * canceled. This is either because a user has stopped the stack set operation, or because the
7277
+ * failure tolerance of the stack set operation has been exceeded.</p>
7183
7278
  * </li>
7184
7279
  * <li>
7185
7280
  * <p>
7186
7281
  * <code>FAILED</code>: The operation in the specified account and Region failed.</p>
7187
- * <p>If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set
7188
- * operation as a whole might be exceeded.</p>
7282
+ * <p>If the stack set operation fails in enough accounts within a Region, the failure tolerance
7283
+ * for the stack set operation as a whole might be exceeded.</p>
7189
7284
  * </li>
7190
7285
  * <li>
7191
7286
  * <p>
7192
- * <code>RUNNING</code>: The operation in the specified account and Region is currently in progress.</p>
7287
+ * <code>RUNNING</code>: The operation in the specified account and Region is currently in
7288
+ * progress.</p>
7193
7289
  * </li>
7194
7290
  * <li>
7195
7291
  * <p>
7196
- * <code>PENDING</code>: The operation in the specified account and Region has yet to start.</p>
7292
+ * <code>PENDING</code>: The operation in the specified account and Region has yet to
7293
+ * start.</p>
7197
7294
  * </li>
7198
7295
  * <li>
7199
7296
  * <p>
7200
- * <code>SUCCEEDED</code>: The operation in the specified account and Region completed successfully.</p>
7297
+ * <code>SUCCEEDED</code>: The operation in the specified account and Region completed
7298
+ * successfully.</p>
7201
7299
  * </li>
7202
7300
  * </ul>
7203
7301
  */
@@ -7209,14 +7307,14 @@ export interface StackSetOperationResultSummary {
7209
7307
  StatusReason?: string;
7210
7308
  /**
7211
7309
  * @public
7212
- * <p>The results of the account gate function CloudFormation invokes, if present, before proceeding with stack
7213
- * set operations in an account.</p>
7310
+ * <p>The results of the account gate function CloudFormation invokes, if present, before
7311
+ * proceeding with stack set operations in an account.</p>
7214
7312
  */
7215
7313
  AccountGateResult?: AccountGateResult;
7216
7314
  /**
7217
7315
  * @public
7218
- * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
7219
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
7316
+ * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
7317
+ * you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
7220
7318
  */
7221
7319
  OrganizationalUnitId?: string;
7222
7320
  }
@@ -7295,9 +7393,10 @@ export interface StackSetOperationSummary {
7295
7393
  OperationId?: string;
7296
7394
  /**
7297
7395
  * @public
7298
- * <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>. Create and delete
7299
- * operations affect only the specified stack instances that are associated with the specified stack set. Update
7300
- * operations affect both the stack set itself and <i>all</i> associated stack set instances.</p>
7396
+ * <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>.
7397
+ * Create and delete operations affect only the specified stack instances that are associated with
7398
+ * the specified stack set. Update operations affect both the stack set itself and
7399
+ * <i>all</i> associated stack set instances.</p>
7301
7400
  */
7302
7401
  Action?: StackSetOperationAction;
7303
7402
  /**
@@ -7306,16 +7405,19 @@ export interface StackSetOperationSummary {
7306
7405
  * <ul>
7307
7406
  * <li>
7308
7407
  * <p>
7309
- * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure tolerance value that
7310
- * you've set for an operation is applied for each Region during stack create and update operations. If the number of
7311
- * failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to
7312
- * <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>
7408
+ * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure
7409
+ * tolerance value that you've set for an operation is applied for each Region during stack create
7410
+ * and update operations. If the number of failed stacks within a Region exceeds the failure
7411
+ * tolerance, the status of the operation in the Region is set to <code>FAILED</code>. This in
7412
+ * turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation
7413
+ * cancels the operation in any remaining Regions.</p>
7313
7414
  * </li>
7314
7415
  * <li>
7315
7416
  * <p>
7316
- * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require a sequence of
7317
- * 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
7318
- * codes</a> in the CloudFormation User Guide.</p>
7417
+ * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
7418
+ * a sequence of operations, the operation is queued to be performed. For more information, see
7419
+ * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">stack
7420
+ * set operation status codes</a> in the CloudFormation User Guide.</p>
7319
7421
  * </li>
7320
7422
  * <li>
7321
7423
  * <p>
@@ -7327,29 +7429,30 @@ export interface StackSetOperationSummary {
7327
7429
  * </li>
7328
7430
  * <li>
7329
7431
  * <p>
7330
- * <code>STOPPING</code>: The operation is in the process of stopping, at user request.</p>
7432
+ * <code>STOPPING</code>: The operation is in the process of stopping, at user
7433
+ * request.</p>
7331
7434
  * </li>
7332
7435
  * <li>
7333
7436
  * <p>
7334
- * <code>SUCCEEDED</code>: The operation completed creating or updating all the specified stacks without
7335
- * exceeding the failure tolerance for the operation.</p>
7437
+ * <code>SUCCEEDED</code>: The operation completed creating or updating all the specified
7438
+ * stacks without exceeding the failure tolerance for the operation.</p>
7336
7439
  * </li>
7337
7440
  * </ul>
7338
7441
  */
7339
7442
  Status?: StackSetOperationStatus;
7340
7443
  /**
7341
7444
  * @public
7342
- * <p>The time at which the operation was initiated. Note that the creation times for the stack set operation might
7343
- * differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to
7344
- * perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually
7345
- * creating the first stacks.</p>
7445
+ * <p>The time at which the operation was initiated. Note that the creation times for the stack
7446
+ * set operation might differ from the creation time of the individual stacks themselves. This is
7447
+ * because CloudFormation needs to perform preparatory work for the operation, such as
7448
+ * dispatching the work to the requested Regions, before actually creating the first stacks.</p>
7346
7449
  */
7347
7450
  CreationTimestamp?: Date;
7348
7451
  /**
7349
7452
  * @public
7350
- * <p>The time at which the stack set operation ended, across all accounts and Regions specified. Note that this
7351
- * doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or
7352
- * Region.</p>
7453
+ * <p>The time at which the stack set operation ended, across all accounts and Regions specified.
7454
+ * Note that this doesn't necessarily mean that the stack set operation was successful, or even
7455
+ * attempted, in each account or Region.</p>
7353
7456
  */
7354
7457
  EndTimestamp?: Date;
7355
7458
  /**
@@ -7364,9 +7467,10 @@ export interface StackSetOperationSummary {
7364
7467
  StatusDetails?: StackSetOperationStatusDetails;
7365
7468
  /**
7366
7469
  * @public
7367
- * <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
7368
- * <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
7369
- * options</a>.</p>
7470
+ * <p>The user-specified preferences for how CloudFormation performs a stack set
7471
+ * operation.</p>
7472
+ * <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
7473
+ * operation options</a>.</p>
7370
7474
  */
7371
7475
  OperationPreferences?: StackSetOperationPreferences;
7372
7476
  }
@@ -7449,7 +7553,8 @@ export interface StackSetSummary {
7449
7553
  StackSetId?: string;
7450
7554
  /**
7451
7555
  * @public
7452
- * <p>A description of the stack set that you specify when the stack set is created or updated.</p>
7556
+ * <p>A description of the stack set that you specify when the stack set is created or
7557
+ * updated.</p>
7453
7558
  */
7454
7559
  Description?: string;
7455
7560
  /**
@@ -7459,22 +7564,22 @@ export interface StackSetSummary {
7459
7564
  Status?: StackSetStatus;
7460
7565
  /**
7461
7566
  * @public
7462
- * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
7463
- * accounts that are added to a target organizational unit (OU).</p>
7567
+ * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).</p>
7464
7568
  */
7465
7569
  AutoDeployment?: AutoDeployment;
7466
7570
  /**
7467
7571
  * @public
7468
- * <p>Describes how the IAM roles required for stack set operations are created.</p>
7572
+ * <p>Describes how the IAM roles required for stack set operations are
7573
+ * created.</p>
7469
7574
  * <ul>
7470
7575
  * <li>
7471
- * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
7472
- * 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
7473
- * Permissions</a>.</p>
7576
+ * <p>With <code>self-managed</code> permissions, you must create the administrator and
7577
+ * execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
7578
+ * Self-Managed Stack Set Permissions</a>.</p>
7474
7579
  * </li>
7475
7580
  * <li>
7476
- * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles
7477
- * required to 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
7581
+ * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more
7582
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant
7478
7583
  * Service-Managed Stack Set Permissions</a>.</p>
7479
7584
  * </li>
7480
7585
  * </ul>
@@ -7482,15 +7587,15 @@ export interface StackSetSummary {
7482
7587
  PermissionModel?: PermissionModels;
7483
7588
  /**
7484
7589
  * @public
7485
- * <p>Status of the stack set's actual configuration compared to its expected template and parameter configuration. A
7486
- * stack set is considered to have drifted if one or more of its stack instances have drifted from their expected
7487
- * template and parameter configuration.</p>
7590
+ * <p>Status of the stack set's actual configuration compared to its expected template and
7591
+ * parameter configuration. A stack set is considered to have drifted if one or more of its stack
7592
+ * instances have drifted from their expected template and parameter configuration.</p>
7488
7593
  * <ul>
7489
7594
  * <li>
7490
7595
  * <p>
7491
- * <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack differs from the
7492
- * expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the
7493
- * resources in the associated stack have drifted.</p>
7596
+ * <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack
7597
+ * differs from the expected template and parameter configuration. A stack instance is considered
7598
+ * to have drifted if one or more of the resources in the associated stack have drifted.</p>
7494
7599
  * </li>
7495
7600
  * <li>
7496
7601
  * <p>
@@ -7498,8 +7603,8 @@ export interface StackSetSummary {
7498
7603
  * </li>
7499
7604
  * <li>
7500
7605
  * <p>
7501
- * <code>IN_SYNC</code>: All the stack instances belonging to the stack set stack match from the expected
7502
- * template and parameter configuration.</p>
7606
+ * <code>IN_SYNC</code>: All the stack instances belonging to the stack set stack match from
7607
+ * the expected template and parameter configuration.</p>
7503
7608
  * </li>
7504
7609
  * <li>
7505
7610
  * <p>
@@ -7510,14 +7615,15 @@ export interface StackSetSummary {
7510
7615
  DriftStatus?: StackDriftStatus;
7511
7616
  /**
7512
7617
  * @public
7513
- * <p>Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
7514
- * will be <code>NULL</code> for any stack set on which drift detection hasn't yet been performed.</p>
7618
+ * <p>Most recent time when CloudFormation performed a drift detection operation on the
7619
+ * stack set. This value will be <code>NULL</code> for any stack set on which drift detection hasn't
7620
+ * yet been performed.</p>
7515
7621
  */
7516
7622
  LastDriftCheckTimestamp?: Date;
7517
7623
  /**
7518
7624
  * @public
7519
- * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
7520
- * operations.</p>
7625
+ * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
7626
+ * conflicting operations.</p>
7521
7627
  */
7522
7628
  ManagedExecution?: ManagedExecution;
7523
7629
  }
@@ -8306,7 +8412,7 @@ export interface RegisterTypeInput {
8306
8412
  * <p>The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when
8307
8413
  * invoking the extension.</p>
8308
8414
  * <p>For CloudFormation to assume the specified execution role, the role must contain a trust relationship
8309
- * with the CloudFormation service principle (<code>resources.cloudformation.amazonaws.com</code>). For more
8415
+ * with the CloudFormation service principal (<code>resources.cloudformation.amazonaws.com</code>). For more
8310
8416
  * information about adding trust relationships, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy">Modifying a
8311
8417
  * role trust policy</a> in the <i>Identity and Access Management User Guide</i>.</p>
8312
8418
  * <p>If your extension calls Amazon Web Services APIs in any of its handlers, you must create an <i>
@@ -8552,18 +8658,23 @@ export interface StopStackSetOperationInput {
8552
8658
  OperationId: string | undefined;
8553
8659
  /**
8554
8660
  * @public
8555
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
8556
- * management account or as a delegated administrator in a member account.</p>
8557
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
8558
- * permissions.</p>
8661
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
8662
+ * in the organization's management account or as a delegated administrator in a member
8663
+ * account.</p>
8664
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
8665
+ * self-managed permissions.</p>
8559
8666
  * <ul>
8560
8667
  * <li>
8561
- * <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
8668
+ * <p>If you are signed in to the management account, specify
8669
+ * <code>SELF</code>.</p>
8562
8670
  * </li>
8563
8671
  * <li>
8564
- * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
8565
- * <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
8566
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8672
+ * <p>If you are signed in to a delegated administrator account, specify
8673
+ * <code>DELEGATED_ADMIN</code>.</p>
8674
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the
8675
+ * management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
8676
+ * delegated administrator</a> in the <i>CloudFormation User
8677
+ * Guide</i>.</p>
8567
8678
  * </li>
8568
8679
  * </ul>
8569
8680
  */
@@ -8796,6 +8907,9 @@ export interface UpdateStackInput {
8796
8907
  * Processing on Templates</a>.</p>
8797
8908
  * </li>
8798
8909
  * </ul>
8910
+ * <note>
8911
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
8912
+ * </note>
8799
8913
  */
8800
8914
  Capabilities?: Capability[];
8801
8915
  /**
@@ -8806,6 +8920,9 @@ export interface UpdateStackInput {
8806
8920
  * default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM)
8807
8921
  * uses this parameter for CloudFormation-specific condition keys in IAM policies. For more
8808
8922
  * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling Access with Identity and Access Management</a>.</p>
8923
+ * <note>
8924
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
8925
+ * </note>
8809
8926
  */
8810
8927
  ResourceTypes?: string[];
8811
8928
  /**