@cdk8s/awscdk-resolver 0.0.186 → 0.0.187

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 (85) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +2 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -6
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +5 -4
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +10 -8
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +19 -13
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +5 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +3 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +6 -4
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -4
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +5 -2
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +10 -8
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +4 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +4 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -5
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +11 -8
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +5 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +11 -7
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +14 -12
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +3 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +7 -5
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +21 -16
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +12 -9
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +24 -18
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -9
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +4 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +4 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -7
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +4 -3
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +3 -2
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +5 -5
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +4 -4
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +4 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +3 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +10 -8
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +4 -4
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -5
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -2
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +6 -4
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +15 -10
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +8 -6
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +12 -7
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +5 -4
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +19 -16
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +4 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +7 -6
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +14 -12
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +6 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +7 -6
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
  77. package/node_modules/@aws-sdk/client-cloudformation/package.json +1 -1
  78. package/node_modules/tslib/modules/index.d.ts +1 -0
  79. package/node_modules/tslib/modules/index.js +2 -0
  80. package/node_modules/tslib/package.json +1 -1
  81. package/node_modules/tslib/tslib.d.ts +7 -0
  82. package/node_modules/tslib/tslib.es6.js +14 -0
  83. package/node_modules/tslib/tslib.es6.mjs +14 -0
  84. package/node_modules/tslib/tslib.js +46 -0
  85. package/package.json +5 -5
@@ -7,42 +7,41 @@ import { AutoDeployment, CallAs, Capability, DeploymentTargets, ManagedExecution
7
7
  export interface SetTypeConfigurationInput {
8
8
  /**
9
9
  * <p>The Amazon Resource Name (ARN) for the extension, in this account and Region.</p>
10
- * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account
11
- * and Region. For private extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API operation in this account
12
- * and Region.</p>
13
- * <p>Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an
14
- * extension, but not for a specific extension version.</p>
10
+ * <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account and Region. For private extensions, this
11
+ * will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API
12
+ * operation in this account and Region.</p>
13
+ * <p>Do not include the extension versions suffix at the end of the ARN. You can set the
14
+ * configuration for an extension, but not for a specific extension version.</p>
15
15
  * @public
16
16
  */
17
17
  TypeArn?: string;
18
18
  /**
19
19
  * <p>The configuration data for the extension, in this account and Region.</p>
20
- * <p>The configuration data must be formatted as JSON, and validate against the schema returned in the
21
- * <code>ConfigurationSchema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For more information, see
22
- * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining
23
- * account-level configuration data for an extension</a> in the <i>CloudFormation CLI User
24
- * Guide</i>.</p>
20
+ * <p>The configuration data must be formatted as JSON, and validate against the schema returned
21
+ * in the <code>ConfigurationSchema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For
22
+ * more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining the account-level configuration of an extension</a> in the
23
+ * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
25
24
  * @public
26
25
  */
27
26
  Configuration: string | undefined;
28
27
  /**
29
28
  * <p>An alias by which to refer to this extension configuration data.</p>
30
- * <p>Conditional: Specifying a configuration alias is required when setting a configuration for a resource type
31
- * extension.</p>
29
+ * <p>Conditional: Specifying a configuration alias is required when setting a configuration for
30
+ * a resource type extension.</p>
32
31
  * @public
33
32
  */
34
33
  ConfigurationAlias?: string;
35
34
  /**
36
35
  * <p>The name of the extension.</p>
37
36
  * <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
38
- * <code>TypeName</code>.</p>
37
+ * <code>TypeName</code>.</p>
39
38
  * @public
40
39
  */
41
40
  TypeName?: string;
42
41
  /**
43
42
  * <p>The type of extension.</p>
44
43
  * <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
45
- * <code>TypeName</code>.</p>
44
+ * <code>TypeName</code>.</p>
46
45
  * @public
47
46
  */
48
47
  Type?: ThirdPartyType;
@@ -52,9 +51,10 @@ export interface SetTypeConfigurationInput {
52
51
  */
53
52
  export interface SetTypeConfigurationOutput {
54
53
  /**
55
- * <p>The Amazon Resource Name (ARN) for the configuration data, in this account and Region.</p>
54
+ * <p>The Amazon Resource Name (ARN) for the configuration data, in this account and
55
+ * Region.</p>
56
56
  * <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
57
- * <code>TypeName</code>.</p>
57
+ * <code>TypeName</code>.</p>
58
58
  * @public
59
59
  */
60
60
  ConfigurationArn?: string;
@@ -64,26 +64,30 @@ export interface SetTypeConfigurationOutput {
64
64
  */
65
65
  export interface SetTypeDefaultVersionInput {
66
66
  /**
67
- * <p>The Amazon Resource Name (ARN) of the extension for which you want version summary information.</p>
68
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
67
+ * <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
68
+ * information.</p>
69
+ * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
70
+ * <code>Arn</code>.</p>
69
71
  * @public
70
72
  */
71
73
  Arn?: string;
72
74
  /**
73
75
  * <p>The kind of extension.</p>
74
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
76
+ * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
77
+ * <code>Arn</code>.</p>
75
78
  * @public
76
79
  */
77
80
  Type?: RegistryType;
78
81
  /**
79
82
  * <p>The name of the extension.</p>
80
- * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
83
+ * <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
84
+ * <code>Arn</code>.</p>
81
85
  * @public
82
86
  */
83
87
  TypeName?: string;
84
88
  /**
85
- * <p>The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource
86
- * Name (ARN) assigned to the extension version when it is registered.</p>
89
+ * <p>The ID of a specific version of the extension. The version ID is the value at the end of
90
+ * the Amazon Resource Name (ARN) assigned to the extension version when it is registered.</p>
87
91
  * @public
88
92
  */
89
93
  VersionId?: string;
@@ -111,26 +115,28 @@ export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof Re
111
115
  */
112
116
  export interface SignalResourceInput {
113
117
  /**
114
- * <p>The stack name or unique stack ID that includes the resource that you want to signal.</p>
118
+ * <p>The stack name or unique stack ID that includes the resource that you want to
119
+ * signal.</p>
115
120
  * @public
116
121
  */
117
122
  StackName: string | undefined;
118
123
  /**
119
- * <p>The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in
120
- * the template.</p>
124
+ * <p>The logical ID of the resource that you want to signal. The logical ID is the name of the
125
+ * resource that given in the template.</p>
121
126
  * @public
122
127
  */
123
128
  LogicalResourceId: string | undefined;
124
129
  /**
125
130
  * <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
126
- * instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as
127
- * signaling a wait condition), each signal requires a different unique ID.</p>
131
+ * instance ID that you are signaling as the unique ID. If you send multiple signals to a single
132
+ * resource (such as signaling a wait condition), each signal requires a different unique
133
+ * ID.</p>
128
134
  * @public
129
135
  */
130
136
  UniqueId: string | undefined;
131
137
  /**
132
- * <p>The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately
133
- * fail the stack creation or update.</p>
138
+ * <p>The status of the signal, which is either success or failure. A failure signal causes
139
+ * CloudFormation to immediately fail the stack creation or update.</p>
134
140
  * @public
135
141
  */
136
142
  Status: ResourceSignalStatus | undefined;
@@ -165,8 +171,9 @@ export declare class ResourceScanLimitExceededException extends __BaseException
165
171
  */
166
172
  export interface StartResourceScanInput {
167
173
  /**
168
- * <p>A unique identifier for this <code>StartResourceScan</code> request. Specify this token if you plan to retry
169
- * requests so that CloudFormation knows that you're not attempting to start a new resource scan.</p>
174
+ * <p>A unique identifier for this <code>StartResourceScan</code> request. Specify this token if
175
+ * you plan to retry requests so that CloudFormation knows that you're not attempting to start a new
176
+ * resource scan.</p>
170
177
  * @public
171
178
  */
172
179
  ClientRequestToken?: string;
@@ -177,8 +184,9 @@ export interface StartResourceScanInput {
177
184
  export interface StartResourceScanOutput {
178
185
  /**
179
186
  * <p>The Amazon Resource Name (ARN) of the resource scan. The format is
180
- * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:resourceScan/$\{Id\}</code>. An example is
181
- * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i>
187
+ * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:resourceScan/$\{Id\}</code>. An
188
+ * example is
189
+ * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i>
182
190
  * </code>.</p>
183
191
  * @public
184
192
  */
@@ -210,7 +218,7 @@ export interface StopStackSetOperationInput {
210
218
  * <li>
211
219
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
212
220
  * <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
213
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
221
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
214
222
  * </li>
215
223
  * </ul>
216
224
  * @public
@@ -228,37 +236,40 @@ export interface StopStackSetOperationOutput {
228
236
  export interface TestTypeInput {
229
237
  /**
230
238
  * <p>The Amazon Resource Name (ARN) of the extension.</p>
231
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
239
+ * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
240
+ * <code>Type</code>.</p>
232
241
  * @public
233
242
  */
234
243
  Arn?: string;
235
244
  /**
236
245
  * <p>The type of the extension to test.</p>
237
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
246
+ * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
247
+ * <code>Type</code>.</p>
238
248
  * @public
239
249
  */
240
250
  Type?: ThirdPartyType;
241
251
  /**
242
252
  * <p>The name of the extension to test.</p>
243
- * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
253
+ * <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
254
+ * <code>Type</code>.</p>
244
255
  * @public
245
256
  */
246
257
  TypeName?: string;
247
258
  /**
248
259
  * <p>The version of the extension to test.</p>
249
- * <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code> and
250
- * <code>Type</code>.</p>
251
- * <p>If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region
252
- * for testing.</p>
260
+ * <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code>
261
+ * and <code>Type</code>.</p>
262
+ * <p>If you don't specify a version, CloudFormation uses the default version of the extension in
263
+ * this account and Region for testing.</p>
253
264
  * @public
254
265
  */
255
266
  VersionId?: string;
256
267
  /**
257
268
  * <p>The S3 bucket to which CloudFormation delivers the contract test execution logs.</p>
258
- * <p>CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a
259
- * test type status of <code>PASSED</code> or <code>FAILED</code>.</p>
260
- * <p>The user calling <code>TestType</code> must be able to access items in the specified S3 bucket. Specifically,
261
- * the user needs the following permissions:</p>
269
+ * <p>CloudFormation delivers the logs by the time contract testing has completed and the extension
270
+ * has been assigned a test type status of <code>PASSED</code> or <code>FAILED</code>.</p>
271
+ * <p>The user calling <code>TestType</code> must be able to access items in the specified S3
272
+ * bucket. Specifically, the user needs the following permissions:</p>
262
273
  * <ul>
263
274
  * <li>
264
275
  * <p>
@@ -271,7 +282,8 @@ export interface TestTypeInput {
271
282
  * </p>
272
283
  * </li>
273
284
  * </ul>
274
- * <p>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions, Resources, and Condition Keys for Amazon S3</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
285
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions, Resources, and
286
+ * Condition Keys for Amazon S3</a> in the <i>Identity and Access Management User Guide</i>.</p>
275
287
  * @public
276
288
  */
277
289
  LogDeliveryBucket?: string;
@@ -311,15 +323,16 @@ export interface UpdateGeneratedTemplateInput {
311
323
  */
312
324
  RemoveResources?: string[];
313
325
  /**
314
- * <p>If <code>true</code>, update the resource properties in the generated template with their current live state.
315
- * This feature is useful when the resource properties in your generated a template does not reflect the live state of
316
- * the resource properties. This happens when a user update the resource properties after generating a template.</p>
326
+ * <p>If <code>true</code>, update the resource properties in the generated template with their
327
+ * current live state. This feature is useful when the resource properties in your generated a
328
+ * template does not reflect the live state of the resource properties. This happens when a user
329
+ * update the resource properties after generating a template.</p>
317
330
  * @public
318
331
  */
319
332
  RefreshAllResources?: boolean;
320
333
  /**
321
- * <p>The configuration details of the generated template, including the <code>DeletionPolicy</code> and
322
- * <code>UpdateReplacePolicy</code>.</p>
334
+ * <p>The configuration details of the generated template, including the
335
+ * <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.</p>
323
336
  * @public
324
337
  */
325
338
  TemplateConfiguration?: TemplateConfiguration;
@@ -330,8 +343,9 @@ export interface UpdateGeneratedTemplateInput {
330
343
  export interface UpdateGeneratedTemplateOutput {
331
344
  /**
332
345
  * <p>The Amazon Resource Name (ARN) of the generated template. The format is
333
- * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:generatedtemplate/$\{Id\}</code>. For example,
334
- * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i>
346
+ * <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:generatedtemplate/$\{Id\}</code>.
347
+ * For example,
348
+ * <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i>
335
349
  * </code>.</p>
336
350
  * @public
337
351
  */
@@ -348,94 +362,101 @@ export interface UpdateStackInput {
348
362
  */
349
363
  StackName: string | undefined;
350
364
  /**
351
- * <p>Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
352
- * (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
353
- * <i>CloudFormation User Guide</i>.)</p>
354
- * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
355
- * <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
365
+ * <p>Structure containing the template body with a minimum length of 1 byte and a maximum
366
+ * length of 51,200 bytes.</p>
367
+ * <p>Conditional: You must specify only one of the following parameters:
368
+ * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
369
+ * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
356
370
  * @public
357
371
  */
358
372
  TemplateBody?: string;
359
373
  /**
360
- * <p>Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
361
- * <i>CloudFormation User Guide</i>. The location for an Amazon S3 bucket must start with <code>https://</code>.</p>
362
- * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
363
- * <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
374
+ * <p>Location of file containing the template body. The URL must point to a template that's
375
+ * located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must
376
+ * start with <code>https://</code>.</p>
377
+ * <p>Conditional: You must specify only one of the following parameters:
378
+ * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
379
+ * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
364
380
  * @public
365
381
  */
366
382
  TemplateURL?: string;
367
383
  /**
368
- * <p>Reuse the existing template that is associated with the stack that you are updating.</p>
369
- * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
370
- * <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
384
+ * <p>Reuse the existing template that is associated with the stack that you are
385
+ * updating.</p>
386
+ * <p>Conditional: You must specify only one of the following parameters:
387
+ * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
388
+ * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
371
389
  * @public
372
390
  */
373
391
  UsePreviousTemplate?: boolean;
374
392
  /**
375
- * <p>Structure containing the temporary overriding stack policy body. You can specify either the
376
- * <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code> parameter, but not
377
- * both.</p>
378
- * <p>If you want to update protected resources, specify a temporary overriding stack policy during this update. If
379
- * you don't specify a stack policy, the current policy that is associated with the stack will be used.</p>
393
+ * <p>Structure containing the temporary overriding stack policy body. You can specify either
394
+ * the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code>
395
+ * parameter, but not both.</p>
396
+ * <p>If you want to update protected resources, specify a temporary overriding stack policy
397
+ * during this update. If you don't specify a stack policy, the current policy that is associated
398
+ * with the stack will be used.</p>
380
399
  * @public
381
400
  */
382
401
  StackPolicyDuringUpdateBody?: string;
383
402
  /**
384
- * <p>Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size:
385
- * 16KB) located in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with
386
- * <code>https://</code>. You can specify either the <code>StackPolicyDuringUpdateBody</code> or the
387
- * <code>StackPolicyDuringUpdateURL</code> parameter, but not both.</p>
388
- * <p>If you want to update protected resources, specify a temporary overriding stack policy during this update. If
389
- * you don't specify a stack policy, the current policy that is associated with the stack will be used.</p>
403
+ * <p>Location of a file containing the temporary overriding stack policy. The URL must point to
404
+ * a policy (max size: 16KB) located in an S3 bucket in the same Region as the stack. The
405
+ * location for an Amazon S3 bucket must start with <code>https://</code>. You can specify either the
406
+ * <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code>
407
+ * parameter, but not both.</p>
408
+ * <p>If you want to update protected resources, specify a temporary overriding stack policy
409
+ * during this update. If you don't specify a stack policy, the current policy that is associated
410
+ * with the stack will be used.</p>
390
411
  * @public
391
412
  */
392
413
  StackPolicyDuringUpdateURL?: string;
393
414
  /**
394
- * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
395
- * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
396
- * data type.</p>
415
+ * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack.
416
+ * For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data
417
+ * type.</p>
397
418
  * @public
398
419
  */
399
420
  Parameters?: Parameter[];
400
421
  /**
401
- * <p>In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
402
- * for CloudFormation to update the stack.</p>
422
+ * <p>In some cases, you must explicitly acknowledge that your stack template contains certain
423
+ * capabilities in order for CloudFormation to update the stack.</p>
403
424
  * <ul>
404
425
  * <li>
405
426
  * <p>
406
427
  * <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
407
428
  * </p>
408
- * <p>Some stack templates might include resources that can affect permissions in your Amazon Web Services account;
409
- * for example, by creating new Identity and Access Management (IAM) users. For those stacks, you must explicitly
410
- * acknowledge this by specifying one of these capabilities.</p>
411
- * <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
412
- * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
429
+ * <p>Some stack templates might include resources that can affect permissions in your
430
+ * Amazon Web Services account, for example, by creating new IAM users. For those stacks, you must
431
+ * explicitly acknowledge this by specifying one of these capabilities.</p>
432
+ * <p>The following IAM resources require you to specify either the
433
+ * <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
413
434
  * <ul>
414
435
  * <li>
415
436
  * <p>If you have IAM resources, you can specify either capability.</p>
416
437
  * </li>
417
438
  * <li>
418
- * <p>If you have IAM resources with custom names, you <i>must</i> specify
419
- * <code>CAPABILITY_NAMED_IAM</code>.</p>
439
+ * <p>If you have IAM resources with custom names, you <i>must</i>
440
+ * specify <code>CAPABILITY_NAMED_IAM</code>.</p>
420
441
  * </li>
421
442
  * <li>
422
443
  * <p>If you don't specify either of these capabilities, CloudFormation returns an
423
- * <code>InsufficientCapabilities</code> error.</p>
444
+ * <code>InsufficientCapabilities</code> error.</p>
424
445
  * </li>
425
446
  * </ul>
426
- * <p>If your stack template contains these resources, we suggest that you review all permissions associated with
427
- * them and edit their permissions if necessary.</p>
447
+ * <p>If your stack template contains these resources, we suggest that you review all
448
+ * permissions associated with them and edit their permissions if necessary.</p>
428
449
  * <ul>
429
450
  * <li>
430
451
  * <p>
431
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
432
- * AWS::IAM::AccessKey</a>
452
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html">
453
+ * AWS::IAM::AccessKey</a>
433
454
  * </p>
434
455
  * </li>
435
456
  * <li>
436
457
  * <p>
437
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
438
- * AWS::IAM::Group</a>
458
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html">
459
+ * AWS::IAM::Group</a>
439
460
  * </p>
440
461
  * </li>
441
462
  * <li>
@@ -445,119 +466,128 @@ export interface UpdateStackInput {
445
466
  * </li>
446
467
  * <li>
447
468
  * <p>
448
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
469
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
449
470
  * </p>
450
471
  * </li>
451
472
  * <li>
452
473
  * <p>
453
474
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
454
- * AWS::IAM::Role</a>
475
+ * AWS::IAM::Role</a>
455
476
  * </p>
456
477
  * </li>
457
478
  * <li>
458
479
  * <p>
459
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
460
- * AWS::IAM::User</a>
480
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html">
481
+ * AWS::IAM::User</a>
461
482
  * </p>
462
483
  * </li>
463
484
  * <li>
464
485
  * <p>
465
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
486
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
466
487
  * </p>
467
488
  * </li>
468
489
  * </ul>
469
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
470
- * CloudFormation Templates</a>.</p>
490
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
471
491
  * </li>
472
492
  * <li>
473
493
  * <p>
474
494
  * <code>CAPABILITY_AUTO_EXPAND</code>
475
495
  * </p>
476
- * <p>Some template contain macros. Macros perform custom processing on templates; this can include simple actions
477
- * like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this,
478
- * users typically create a change set from the processed template, so that they can review the changes resulting from
479
- * the macros before actually updating the stack. If your stack template contains one or more macros, and you choose
480
- * to update a stack directly from the processed template, without first reviewing the resulting changes in a change
481
- * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
482
- * are macros hosted by CloudFormation.</p>
483
- * <p>If you want to update a stack from a stack template that contains macros <i>and</i> nested
484
- * stacks, you must update the stack directly from the template using this capability.</p>
496
+ * <p>Some template contain macros. Macros perform custom processing on templates; this can
497
+ * include simple actions like find-and-replace operations, all the way to extensive
498
+ * transformations of entire templates. Because of this, users typically create a change set
499
+ * from the processed template, so that they can review the changes resulting from the macros
500
+ * before actually updating the stack. If your stack template contains one or more macros,
501
+ * and you choose to update a stack directly from the processed template, without first
502
+ * reviewing the resulting changes in a change set, you must acknowledge this capability.
503
+ * This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.</p>
504
+ * <p>If you want to update a stack from a stack template that contains macros
505
+ * <i>and</i> nested stacks, you must update the stack directly from the
506
+ * template using this capability.</p>
485
507
  * <important>
486
- * <p>You should only update stacks directly from a stack template that contains macros if you know what processing
487
- * the macro performs.</p>
488
- * <p>Each macro relies on an underlying Lambda service function for processing stack templates. Be
489
- * aware that the Lambda function owner can update the function operation without CloudFormation being
490
- * notified.</p>
508
+ * <p>You should only update stacks directly from a stack template that contains macros if
509
+ * you know what processing the macro performs.</p>
510
+ * <p>Each macro relies on an underlying Lambda service function for processing stack
511
+ * templates. Be aware that the Lambda function owner can update the function operation
512
+ * without CloudFormation being notified.</p>
491
513
  * </important>
492
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform Custom Processing
493
- * on Templates</a>.</p>
514
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
515
+ * on CloudFormation templates with template macros</a>.</p>
494
516
  * </li>
495
517
  * </ul>
496
518
  * <note>
497
- * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
519
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
520
+ * be specified.</p>
498
521
  * </note>
499
522
  * @public
500
523
  */
501
524
  Capabilities?: Capability[];
502
525
  /**
503
- * <p>The template resource types that you have permissions to work with for this update stack action, such as
504
- * <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>.</p>
505
- * <p>If the list of resource types doesn't include a resource that you're updating, the stack update fails. By
506
- * default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for
507
- * CloudFormation-specific condition keys in IAM policies. For more 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>
526
+ * <p>The template resource types that you have permissions to work with for this update stack
527
+ * action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or
528
+ * <code>Custom::MyCustomInstance</code>.</p>
529
+ * <p>If the list of resource types doesn't include a resource that you're updating, the stack
530
+ * update fails. By default, CloudFormation grants permissions to all resource types. IAM uses this
531
+ * parameter for CloudFormation-specific condition keys in IAM policies. For more information, see
532
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Control access with Identity and Access Management</a>.</p>
508
533
  * <note>
509
- * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
534
+ * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
535
+ * be specified.</p>
510
536
  * </note>
511
537
  * @public
512
538
  */
513
539
  ResourceTypes?: string[];
514
540
  /**
515
- * <p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to
516
- * update the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role
517
- * for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses
518
- * this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.</p>
519
- * <p>If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role
520
- * is available, CloudFormation uses a temporary session that is generated from your user credentials.</p>
541
+ * <p>The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to update the
542
+ * stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always
543
+ * uses this role for all future operations on the stack. Provided that users have permission to
544
+ * operate on the stack, CloudFormation uses this role even if the users don't have permission to
545
+ * pass it. Ensure that the role grants least privilege.</p>
546
+ * <p>If you don't specify a value, CloudFormation uses the role that was previously associated with
547
+ * the stack. If no role is available, CloudFormation uses a temporary session that is generated from
548
+ * your user credentials.</p>
521
549
  * @public
522
550
  */
523
551
  RoleARN?: string;
524
552
  /**
525
- * <p>The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
526
- * specified monitoring period afterwards.</p>
553
+ * <p>The rollback triggers for CloudFormation to monitor during stack creation and updating
554
+ * operations, and for the specified monitoring period afterwards.</p>
527
555
  * @public
528
556
  */
529
557
  RollbackConfiguration?: RollbackConfiguration;
530
558
  /**
531
- * <p>Structure containing a new stack policy body. You can specify either the <code>StackPolicyBody</code> or the
532
- * <code>StackPolicyURL</code> parameter, but not both.</p>
533
- * <p>You might update the stack policy, for example, in order to protect a new resource that you created during a
534
- * stack update. If you don't specify a stack policy, the current policy that is associated with the stack is
535
- * unchanged.</p>
559
+ * <p>Structure containing a new stack policy body. You can specify either the
560
+ * <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not
561
+ * both.</p>
562
+ * <p>You might update the stack policy, for example, in order to protect a new resource that
563
+ * you created during a stack update. If you don't specify a stack policy, the current policy
564
+ * that is associated with the stack is unchanged.</p>
536
565
  * @public
537
566
  */
538
567
  StackPolicyBody?: string;
539
568
  /**
540
- * <p>Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located
541
- * in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with
542
- * <code>https://</code>. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
543
- * parameter, but not both.</p>
544
- * <p>You might update the stack policy, for example, in order to protect a new resource that you created during a
545
- * stack update. If you don't specify a stack policy, the current policy that is associated with the stack is
546
- * unchanged.</p>
569
+ * <p>Location of a file containing the updated stack policy. The URL must point to a policy
570
+ * (max size: 16KB) located in an S3 bucket in the same Region as the stack. The location for an
571
+ * Amazon S3 bucket must start with <code>https://</code>. You can specify either the
572
+ * <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not
573
+ * both.</p>
574
+ * <p>You might update the stack policy, for example, in order to protect a new resource that
575
+ * you created during a stack update. If you don't specify a stack policy, the current policy
576
+ * that is associated with the stack is unchanged.</p>
547
577
  * @public
548
578
  */
549
579
  StackPolicyURL?: string;
550
580
  /**
551
- * <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the stack.
552
- * Specify an empty list to remove all notification topics.</p>
581
+ * <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation
582
+ * associates with the stack. Specify an empty list to remove all notification topics.</p>
553
583
  * @public
554
584
  */
555
585
  NotificationARNs?: string[];
556
586
  /**
557
- * <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the
558
- * stack. You can specify a maximum number of 50 tags.</p>
559
- * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value,
560
- * CloudFormation removes all associated tags.</p>
587
+ * <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to
588
+ * supported resources in the stack. You can specify a maximum number of 50 tags.</p>
589
+ * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you
590
+ * specify an empty value, CloudFormation removes all associated tags.</p>
561
591
  * @public
562
592
  */
563
593
  Tags?: Tag[];
@@ -569,24 +599,28 @@ export interface UpdateStackInput {
569
599
  */
570
600
  DisableRollback?: boolean;
571
601
  /**
572
- * <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you plan to retry requests
573
- * so that CloudFormation knows that you're not attempting to update a stack with the same name. You might retry
574
- * <code>UpdateStack</code> requests to ensure that CloudFormation successfully received them.</p>
575
- * <p>All events triggered by a given stack operation are assigned the same client request token, which you can use to
576
- * track operations. For example, if you execute a <code>CreateStack</code> operation with the token
577
- * <code>token1</code>, then all the <code>StackEvents</code> generated by that operation will have
578
- * <code>ClientRequestToken</code> set as <code>token1</code>.</p>
579
- * <p>In the console, stack operations display the client request token on the Events tab. Stack operations that are
580
- * initiated from the console use the token format <i>Console-StackOperation-ID</i>, which helps you
581
- * easily identify the stack operation . For example, if you create a stack using the console, each stack event would be
582
- * assigned the same token in the following format:
583
- * <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
602
+ * <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you
603
+ * plan to retry requests so that CloudFormation knows that you're not attempting to update a stack
604
+ * with the same name. You might retry <code>UpdateStack</code> requests to ensure that
605
+ * CloudFormation successfully received them.</p>
606
+ * <p>All events triggered by a given stack operation are assigned the same client request
607
+ * token, which you can use to track operations. For example, if you execute a
608
+ * <code>CreateStack</code> operation with the token <code>token1</code>, then all the
609
+ * <code>StackEvents</code> generated by that operation will have
610
+ * <code>ClientRequestToken</code> set as <code>token1</code>.</p>
611
+ * <p>In the console, stack operations display the client request token on the Events tab. Stack
612
+ * operations that are initiated from the console use the token format
613
+ * <i>Console-StackOperation-ID</i>, which helps you easily identify the stack
614
+ * operation . For example, if you create a stack using the console, each stack event would be
615
+ * assigned the same token in the following format:
616
+ * <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
584
617
  * @public
585
618
  */
586
619
  ClientRequestToken?: string;
587
620
  /**
588
- * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes
589
- * newly created resources marked with a deletion policy of <code>Retain</code>.</p>
621
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation
622
+ * rolls back. This includes newly created resources marked with a deletion policy of
623
+ * <code>Retain</code>.</p>
590
624
  * <p>Default: <code>false</code>
591
625
  * </p>
592
626
  * @public
@@ -614,58 +648,66 @@ export interface UpdateStackInstancesInput {
614
648
  */
615
649
  StackSetName: string | undefined;
616
650
  /**
617
- * <p>[Self-managed permissions] The names of one or more Amazon Web Services accounts for which you want to update
618
- * parameter values for stack instances. The overridden parameter values will be applied to all stack instances in the
619
- * specified accounts and Amazon Web Services Regions.</p>
620
- * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</p>
651
+ * <p>[Self-managed permissions] The names of one or more Amazon Web Services accounts for which you want to
652
+ * update parameter values for stack instances. The overridden parameter values will be applied
653
+ * to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
654
+ * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
655
+ * both.</p>
621
656
  * @public
622
657
  */
623
658
  Accounts?: string[];
624
659
  /**
625
- * <p>[Service-managed permissions] The Organizations accounts for which you want to update parameter values
626
- * for stack instances. If your update targets OUs, the overridden parameter values only apply to the accounts that are
627
- * currently in the target OUs and their child OUs. Accounts added to the target OUs and their child OUs in the future
628
- * won't use the overridden values.</p>
629
- * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</p>
660
+ * <p>[Service-managed permissions] The Organizations accounts for which you want to
661
+ * update parameter values for stack instances. If your update targets OUs, the overridden
662
+ * parameter values only apply to the accounts that are currently in the target OUs and their
663
+ * child OUs. Accounts added to the target OUs and their child OUs in the future won't use the
664
+ * overridden values.</p>
665
+ * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
666
+ * both.</p>
630
667
  * @public
631
668
  */
632
669
  DeploymentTargets?: DeploymentTargets;
633
670
  /**
634
- * <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack
635
- * instances. The overridden parameter values will be applied to all stack instances in the specified accounts and
636
- * Amazon Web Services Regions.</p>
671
+ * <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for
672
+ * stack instances. The overridden parameter values will be applied to all stack instances in the
673
+ * specified accounts and Amazon Web Services Regions.</p>
637
674
  * @public
638
675
  */
639
676
  Regions: string[] | undefined;
640
677
  /**
641
- * <p>A list of input parameters whose values you want to update for the specified stack instances.</p>
642
- * <p>Any overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how CloudFormation sets parameter values
643
- * during stack instance update operations:</p>
678
+ * <p>A list of input parameters whose values you want to update for the specified stack
679
+ * instances.</p>
680
+ * <p>Any overridden parameter values will be applied to all stack instances in the specified
681
+ * accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how
682
+ * CloudFormation sets parameter values during stack instance update operations:</p>
644
683
  * <ul>
645
684
  * <li>
646
- * <p>To override the current value for a parameter, include the parameter and specify its value.</p>
685
+ * <p>To override the current value for a parameter, include the parameter and specify its
686
+ * value.</p>
647
687
  * </li>
648
688
  * <li>
649
- * <p>To leave an overridden parameter set to its present value, include the parameter and specify
650
- * <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
651
- * <code>UsePreviousValue</code> to <code>true</code>.)</p>
689
+ * <p>To leave an overridden parameter set to its present value, include the parameter and
690
+ * specify <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a
691
+ * value and set <code>UsePreviousValue</code> to <code>true</code>.)</p>
652
692
  * </li>
653
693
  * <li>
654
- * <p>To set an overridden parameter back to the value specified in the stack set, specify a parameter list but
655
- * don't include the parameter in the list.</p>
694
+ * <p>To set an overridden parameter back to the value specified in the stack set, specify a
695
+ * parameter list but don't include the parameter in the list.</p>
656
696
  * </li>
657
697
  * <li>
658
- * <p>To leave all parameters set to their present values, don't specify this property at all.</p>
698
+ * <p>To leave all parameters set to their present values, don't specify this property at
699
+ * all.</p>
659
700
  * </li>
660
701
  * </ul>
661
- * <p>During stack set updates, any parameter values overridden for a stack instance aren't updated, but retain their
662
- * overridden value.</p>
663
- * <p>You can only override the parameter <i>values</i> that are specified in the stack set; to add or
664
- * delete a parameter itself, use <code>UpdateStackSet</code> to update the stack set template. If you add a parameter
665
- * to a template, before you can override the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to
666
- * update all stack instances with the updated template and parameter value specified in the stack set. Once a stack
667
- * instance has been updated with the new parameter, you can then override the parameter value using
668
- * <code>UpdateStackInstances</code>.</p>
702
+ * <p>During stack set updates, any parameter values overridden for a stack instance aren't
703
+ * updated, but retain their overridden value.</p>
704
+ * <p>You can only override the parameter <i>values</i> that are specified in the
705
+ * stack set; to add or delete a parameter itself, use <code>UpdateStackSet</code> to update the
706
+ * stack set template. If you add a parameter to a template, before you can override the
707
+ * parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
708
+ * to update all stack instances with the updated template and parameter value specified in the
709
+ * stack set. Once a stack instance has been updated with the new parameter, you can then
710
+ * override the parameter value using <code>UpdateStackInstances</code>.</p>
669
711
  * @public
670
712
  */
671
713
  ParameterOverrides?: Parameter[];
@@ -676,26 +718,31 @@ export interface UpdateStackInstancesInput {
676
718
  OperationPreferences?: StackSetOperationPreferences;
677
719
  /**
678
720
  * <p>The unique identifier for this stack set operation.</p>
679
- * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set
680
- * operation only once, even if you retry the request multiple times. You might retry stack set operation requests to
681
- * ensure that CloudFormation successfully received them.</p>
682
- * <p>If you don't specify an operation ID, the SDK generates one automatically.</p>
721
+ * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
722
+ * performs the stack set operation only once, even if you retry the request multiple times. You
723
+ * might retry stack set operation requests to ensure that CloudFormation successfully received
724
+ * them.</p>
725
+ * <p>If you don't specify an operation ID, the SDK generates one
726
+ * automatically.</p>
683
727
  * @public
684
728
  */
685
729
  OperationId?: string;
686
730
  /**
687
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
688
- * management account or as a delegated administrator in a member account.</p>
689
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
690
- * permissions.</p>
731
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
732
+ * in the organization's management account or as a delegated administrator in a
733
+ * member account.</p>
734
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
735
+ * self-managed permissions.</p>
691
736
  * <ul>
692
737
  * <li>
693
- * <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
738
+ * <p>If you are signed in to the management account, specify
739
+ * <code>SELF</code>.</p>
694
740
  * </li>
695
741
  * <li>
696
- * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
697
- * <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
698
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
742
+ * <p>If you are signed in to a delegated administrator account, specify
743
+ * <code>DELEGATED_ADMIN</code>.</p>
744
+ * <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
745
+ * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
699
746
  * </li>
700
747
  * </ul>
701
748
  * @public
@@ -727,28 +774,30 @@ export interface UpdateStackSetInput {
727
774
  */
728
775
  Description?: string;
729
776
  /**
730
- * <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
731
- * bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
732
- * <i>CloudFormation User Guide</i>.</p>
733
- * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
734
- * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
777
+ * <p>The structure that contains the template body, with a minimum length of 1 byte and a
778
+ * maximum length of 51,200 bytes.</p>
779
+ * <p>Conditional: You must specify only one of the following parameters:
780
+ * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
781
+ * <code>UsePreviousTemplate</code> to true.</p>
735
782
  * @public
736
783
  */
737
784
  TemplateBody?: string;
738
785
  /**
739
- * <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
740
- * 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information,
741
- * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
742
- * Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
743
- * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
744
- * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
786
+ * <p>The location of the file that contains the template body. The URL must point to a template
787
+ * (maximum size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager
788
+ * document.</p>
789
+ * <p>Conditional: You must specify only one of the following parameters:
790
+ * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
791
+ * <code>UsePreviousTemplate</code> to true.</p>
745
792
  * @public
746
793
  */
747
794
  TemplateURL?: string;
748
795
  /**
749
- * <p>Use the existing template that's associated with the stack set that you're updating.</p>
750
- * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
751
- * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
796
+ * <p>Use the existing template that's associated with the stack set that you're
797
+ * updating.</p>
798
+ * <p>Conditional: You must specify only one of the following parameters:
799
+ * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
800
+ * <code>UsePreviousTemplate</code> to true.</p>
752
801
  * @public
753
802
  */
754
803
  UsePreviousTemplate?: boolean;
@@ -758,42 +807,43 @@ export interface UpdateStackSetInput {
758
807
  */
759
808
  Parameters?: Parameter[];
760
809
  /**
761
- * <p>In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
762
- * for CloudFormation to update the stack set and its associated stack instances.</p>
810
+ * <p>In some cases, you must explicitly acknowledge that your stack template contains certain
811
+ * capabilities in order for CloudFormation to update the stack set and its associated stack
812
+ * instances.</p>
763
813
  * <ul>
764
814
  * <li>
765
815
  * <p>
766
816
  * <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
767
817
  * </p>
768
- * <p>Some stack templates might include resources that can affect permissions in your Amazon Web Services account;
769
- * for example, by creating new Identity and Access Management (IAM) users. For those stacks sets, you must explicitly
770
- * acknowledge this by specifying one of these capabilities.</p>
771
- * <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
772
- * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
818
+ * <p>Some stack templates might include resources that can affect permissions in your
819
+ * Amazon Web Services account, for example, by creating new IAM users. For those stacks sets, you must
820
+ * explicitly acknowledge this by specifying one of these capabilities.</p>
821
+ * <p>The following IAM resources require you to specify either the
822
+ * <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
773
823
  * <ul>
774
824
  * <li>
775
825
  * <p>If you have IAM resources, you can specify either capability.</p>
776
826
  * </li>
777
827
  * <li>
778
- * <p>If you have IAM resources with custom names, you <i>must</i> specify
779
- * <code>CAPABILITY_NAMED_IAM</code>.</p>
828
+ * <p>If you have IAM resources with custom names, you <i>must</i>
829
+ * specify <code>CAPABILITY_NAMED_IAM</code>.</p>
780
830
  * </li>
781
831
  * <li>
782
832
  * <p>If you don't specify either of these capabilities, CloudFormation returns an
783
- * <code>InsufficientCapabilities</code> error.</p>
833
+ * <code>InsufficientCapabilities</code> error.</p>
784
834
  * </li>
785
835
  * </ul>
786
- * <p>If your stack template contains these resources, we recommend that you review all permissions associated with
787
- * them and edit their permissions if necessary.</p>
836
+ * <p>If your stack template contains these resources, we recommend that you review all
837
+ * permissions associated with them and edit their permissions if necessary.</p>
788
838
  * <ul>
789
839
  * <li>
790
840
  * <p>
791
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">AWS::IAM::AccessKey</a>
841
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html">AWS::IAM::AccessKey</a>
792
842
  * </p>
793
843
  * </li>
794
844
  * <li>
795
845
  * <p>
796
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>
846
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html">AWS::IAM::Group</a>
797
847
  * </p>
798
848
  * </li>
799
849
  * <li>
@@ -803,7 +853,7 @@ export interface UpdateStackSetInput {
803
853
  * </li>
804
854
  * <li>
805
855
  * <p>
806
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
856
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
807
857
  * </p>
808
858
  * </li>
809
859
  * <li>
@@ -813,31 +863,31 @@ export interface UpdateStackSetInput {
813
863
  * </li>
814
864
  * <li>
815
865
  * <p>
816
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">AWS::IAM::User</a>
866
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html">AWS::IAM::User</a>
817
867
  * </p>
818
868
  * </li>
819
869
  * <li>
820
870
  * <p>
821
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
871
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
822
872
  * </p>
823
873
  * </li>
824
874
  * </ul>
825
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
826
- * CloudFormation Templates</a>.</p>
875
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
827
876
  * </li>
828
877
  * <li>
829
878
  * <p>
830
879
  * <code>CAPABILITY_AUTO_EXPAND</code>
831
880
  * </p>
832
- * <p>Some templates reference macros. If your stack set template references one or more macros, you must update the
833
- * stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
834
- * update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to
835
- * Perform Custom Processing on Templates</a>.</p>
881
+ * <p>Some templates reference macros. If your stack set template references one or more
882
+ * macros, you must update the stack set directly from the processed template, without first
883
+ * reviewing the resulting changes in a change set. To update the stack set directly, you
884
+ * must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to
885
+ * Perform Custom Processing on Templates</a>.</p>
836
886
  * <important>
837
- * <p>Stack sets with service-managed permissions do not currently support the use of macros in templates. (This
838
- * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
839
- * are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions,
840
- * if you reference a macro in your template the stack set operation will fail.</p>
887
+ * <p>Stack sets with service-managed permissions do not currently support the use of
888
+ * macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if
889
+ * you specify this capability for a stack set with service-managed permissions, if you
890
+ * reference a macro in your template the stack set operation will fail.</p>
841
891
  * </important>
842
892
  * </li>
843
893
  * </ul>
@@ -845,30 +895,36 @@ export interface UpdateStackSetInput {
845
895
  */
846
896
  Capabilities?: Capability[];
847
897
  /**
848
- * <p>The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also propagates these
849
- * tags to supported resources that are created in the stacks. You can specify a maximum number of 50 tags.</p>
850
- * <p>If you specify tags for this parameter, those tags replace any list of tags that are currently associated with
851
- * this stack set. This means:</p>
898
+ * <p>The key-value pairs to associate with this stack set and the stacks created from it.
899
+ * CloudFormation also propagates these tags to supported resources that are created in the stacks.
900
+ * You can specify a maximum number of 50 tags.</p>
901
+ * <p>If you specify tags for this parameter, those tags replace any list of tags that are
902
+ * currently associated with this stack set. This means:</p>
852
903
  * <ul>
853
904
  * <li>
854
- * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags.</p>
905
+ * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's
906
+ * tags.</p>
855
907
  * </li>
856
908
  * <li>
857
- * <p>If you specify <i>any</i> tags using this parameter, you must specify <i>all</i>
858
- * the tags that you want associated with this stack set, even tags you've specified before (for example, when
859
- * creating the stack set or during a previous update of the stack set.). Any tags that you don't include in the
860
- * updated list of tags are removed from the stack set, and therefore from the stacks and resources as well.</p>
909
+ * <p>If you specify <i>any</i> tags using this parameter, you must specify
910
+ * <i>all</i> the tags that you want associated with this stack set, even
911
+ * tags you've specified before (for example, when creating the stack set or during a
912
+ * previous update of the stack set.). Any tags that you don't include in the updated list of
913
+ * tags are removed from the stack set, and therefore from the stacks and resources as
914
+ * well.</p>
861
915
  * </li>
862
916
  * <li>
863
- * <p>If you specify an empty value, CloudFormation removes all currently associated tags.</p>
917
+ * <p>If you specify an empty value, CloudFormation removes all currently associated
918
+ * tags.</p>
864
919
  * </li>
865
920
  * </ul>
866
- * <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation checks to see if you have the
867
- * required IAM permission to tag resources. If you omit tags that are currently associated with the stack set from
868
- * the list of tags you specify, CloudFormation assumes that you want to remove those tags from the stack set, and checks to see
869
- * if you have permission to untag resources. If you don't have the necessary permission(s), the entire
870
- * <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the stack set is not
871
- * updated.</p>
921
+ * <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation
922
+ * checks to see if you have the required IAM permission to tag resources. If you omit tags
923
+ * that are currently associated with the stack set from the list of tags you specify, CloudFormation
924
+ * assumes that you want to remove those tags from the stack set, and checks to see if you have
925
+ * permission to untag resources. If you don't have the necessary permission(s), the entire
926
+ * <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the
927
+ * stack set is not updated.</p>
872
928
  * @public
873
929
  */
874
930
  Tags?: Tag[];
@@ -879,124 +935,140 @@ export interface UpdateStackSetInput {
879
935
  OperationPreferences?: StackSetOperationPreferences;
880
936
  /**
881
937
  * <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
882
- * <p>Specify an IAM role only if you are using customized administrator roles to control which users or groups can
883
- * manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for Stack
884
- * Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
885
- * <p>If you specified a customized administrator role when you created the stack set, you must specify a customized
886
- * administrator role, even if it is the same customized administrator role used with this stack set previously.</p>
938
+ * <p>Specify an IAM role only if you are using customized administrator roles to control
939
+ * which users or groups can manage specific stack sets within the same administrator account.
940
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for
941
+ * Stack Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
942
+ * <p>If you specified a customized administrator role when you created the stack set, you must
943
+ * specify a customized administrator role, even if it is the same customized administrator role
944
+ * used with this stack set previously.</p>
887
945
  * @public
888
946
  */
889
947
  AdministrationRoleARN?: string;
890
948
  /**
891
- * <p>The name of the IAM execution role to use to update the stack set. If you do not specify an execution role,
892
- * CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code> role for the stack set operation.</p>
893
- * <p>Specify an IAM role only if you are using customized execution roles to control which stack resources users
894
- * and groups can include in their stack sets.</p>
895
- * <p>If you specify a customized execution role, CloudFormation uses that role to update the stack. If you do not specify a
896
- * customized execution role, CloudFormation performs the update using the role previously associated with the stack set, so long
897
- * as you have permissions to perform operations on the stack set.</p>
949
+ * <p>The name of the IAM execution role to use to update the stack set. If you do not specify
950
+ * an execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code>
951
+ * role for the stack set operation.</p>
952
+ * <p>Specify an IAM role only if you are using customized execution roles to control which
953
+ * stack resources users and groups can include in their stack sets.</p>
954
+ * <p>If you specify a customized execution role, CloudFormation uses that role to update the stack.
955
+ * If you do not specify a customized execution role, CloudFormation performs the update using the
956
+ * role previously associated with the stack set, so long as you have permissions to perform
957
+ * operations on the stack set.</p>
898
958
  * @public
899
959
  */
900
960
  ExecutionRoleName?: string;
901
961
  /**
902
- * <p>[Service-managed permissions] The Organizations accounts in which to update associated stack
903
- * instances.</p>
904
- * <p>To update all the stack instances associated with this stack set, do not specify <code>DeploymentTargets</code>
905
- * or <code>Regions</code>.</p>
906
- * <p>If the stack set update includes changes to the template (that is, if <code>TemplateBody</code> or
907
- * <code>TemplateURL</code> is specified), or the <code>Parameters</code>, CloudFormation marks all stack instances with a
908
- * status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the
909
- * stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing
910
- * stack instance status.</p>
962
+ * <p>[Service-managed permissions] The Organizations accounts in which to update
963
+ * associated stack instances.</p>
964
+ * <p>To update all the stack instances associated with this stack set, do not specify
965
+ * <code>DeploymentTargets</code> or <code>Regions</code>.</p>
966
+ * <p>If the stack set update includes changes to the template (that is, if
967
+ * <code>TemplateBody</code> or <code>TemplateURL</code> is specified), or the
968
+ * <code>Parameters</code>, CloudFormation marks all stack instances with a status of
969
+ * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
970
+ * Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters,
971
+ * CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
972
+ * all other stack instances with their existing stack instance status.</p>
911
973
  * @public
912
974
  */
913
975
  DeploymentTargets?: DeploymentTargets;
914
976
  /**
915
- * <p>Describes how the IAM roles required for stack set operations are created. You cannot modify
916
- * <code>PermissionModel</code> if there are stack instances associated with your stack set.</p>
977
+ * <p>Describes how the IAM roles required for stack set operations are created. You cannot
978
+ * modify <code>PermissionModel</code> if there are stack instances associated with your stack
979
+ * set.</p>
917
980
  * <ul>
918
981
  * <li>
919
- * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
920
- * 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
921
- * Permissions</a>.</p>
982
+ * <p>With <code>self-managed</code> permissions, you must create the administrator and
983
+ * 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
984
+ * Self-Managed Stack Set Permissions</a>.</p>
922
985
  * </li>
923
986
  * <li>
924
- * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to
925
- * deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant Service-Managed Stack Set
926
- * Permissions</a>.</p>
987
+ * <p>With <code>service-managed</code> permissions, StackSets automatically creates the
988
+ * IAM roles required to deploy to accounts managed by Organizations. For more
989
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant
990
+ * Service-Managed Stack Set Permissions</a>.</p>
927
991
  * </li>
928
992
  * </ul>
929
993
  * @public
930
994
  */
931
995
  PermissionModel?: PermissionModels;
932
996
  /**
933
- * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
934
- * accounts that are added to a target organization or organizational unit (OU).</p>
935
- * <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code> or
936
- * <code>Regions</code>.</p>
997
+ * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit
998
+ * (OU).</p>
999
+ * <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code>
1000
+ * or <code>Regions</code>.</p>
937
1001
  * @public
938
1002
  */
939
1003
  AutoDeployment?: AutoDeployment;
940
1004
  /**
941
1005
  * <p>The unique ID for this stack set operation.</p>
942
- * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set
943
- * operation only once, even if you retry the request multiple times. You might retry stack set operation requests to
944
- * ensure that CloudFormation successfully received them.</p>
945
- * <p>If you don't specify an operation ID, CloudFormation generates one automatically.</p>
946
- * <p>Repeating this stack set operation with a new operation ID retries all stack instances whose status is
947
- * <code>OUTDATED</code>.</p>
1006
+ * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
1007
+ * performs the stack set operation only once, even if you retry the request multiple times. You
1008
+ * might retry stack set operation requests to ensure that CloudFormation successfully received
1009
+ * them.</p>
1010
+ * <p>If you don't specify an operation ID, CloudFormation generates one
1011
+ * automatically.</p>
1012
+ * <p>Repeating this stack set operation with a new operation ID retries all stack instances
1013
+ * whose status is <code>OUTDATED</code>.</p>
948
1014
  * @public
949
1015
  */
950
1016
  OperationId?: string;
951
1017
  /**
952
- * <p>[Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts,
953
- * you must also specify the Amazon Web Services Regions in which to update stack set instances.</p>
954
- * <p>To update <i>all</i> the stack instances associated with this stack set, don't specify the
955
- * <code>Accounts</code> or <code>Regions</code> properties.</p>
956
- * <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
957
- * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
958
- * instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
959
- * Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters, CloudFormation
960
- * updates the stack instances in the specified accounts and Amazon Web Services Regions, while leaving all other stack
961
- * instances with their existing stack instance status.</p>
1018
+ * <p>[Self-managed permissions] The accounts in which to update associated stack instances. If
1019
+ * you specify accounts, you must also specify the Amazon Web Services Regions in which to update stack set
1020
+ * instances.</p>
1021
+ * <p>To update <i>all</i> the stack instances associated with this stack set,
1022
+ * don't specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
1023
+ * <p>If the stack set update includes changes to the template (that is, if the
1024
+ * <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
1025
+ * <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
1026
+ * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
1027
+ * Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters,
1028
+ * CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while
1029
+ * leaving all other stack instances with their existing stack instance status.</p>
962
1030
  * @public
963
1031
  */
964
1032
  Accounts?: string[];
965
1033
  /**
966
- * <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must
967
- * also specify accounts in which to update stack set instances.</p>
968
- * <p>To update <i>all</i> the stack instances associated with this stack set, do not specify the
969
- * <code>Accounts</code> or <code>Regions</code> properties.</p>
970
- * <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
971
- * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
972
- * instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
973
- * Regions. If the stack set update does not include changes to the template or parameters, CloudFormation updates the stack
974
- * instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack
975
- * instance status.</p>
1034
+ * <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions,
1035
+ * you must also specify accounts in which to update stack set instances.</p>
1036
+ * <p>To update <i>all</i> the stack instances associated with this stack set, do
1037
+ * not specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
1038
+ * <p>If the stack set update includes changes to the template (that is, if the
1039
+ * <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
1040
+ * <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
1041
+ * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
1042
+ * Regions. If the stack set update does not include changes to the template or parameters,
1043
+ * CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
1044
+ * all other stack instances with their existing stack instance status.</p>
976
1045
  * @public
977
1046
  */
978
1047
  Regions?: string[];
979
1048
  /**
980
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
981
- * management account or as a delegated administrator in a member account.</p>
982
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
983
- * permissions.</p>
1049
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
1050
+ * in the organization's management account or as a delegated administrator in a
1051
+ * member account.</p>
1052
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
1053
+ * self-managed permissions.</p>
984
1054
  * <ul>
985
1055
  * <li>
986
- * <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
1056
+ * <p>If you are signed in to the management account, specify
1057
+ * <code>SELF</code>.</p>
987
1058
  * </li>
988
1059
  * <li>
989
- * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
990
- * <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
991
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
1060
+ * <p>If you are signed in to a delegated administrator account, specify
1061
+ * <code>DELEGATED_ADMIN</code>.</p>
1062
+ * <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
1063
+ * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
992
1064
  * </li>
993
1065
  * </ul>
994
1066
  * @public
995
1067
  */
996
1068
  CallAs?: CallAs;
997
1069
  /**
998
- * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
999
- * operations.</p>
1070
+ * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
1071
+ * conflicting operations.</p>
1000
1072
  * @public
1001
1073
  */
1002
1074
  ManagedExecution?: ManagedExecution;
@@ -1021,7 +1093,8 @@ export interface UpdateTerminationProtectionInput {
1021
1093
  */
1022
1094
  EnableTerminationProtection: boolean | undefined;
1023
1095
  /**
1024
- * <p>The name or unique ID of the stack for which you want to set termination protection.</p>
1096
+ * <p>The name or unique ID of the stack for which you want to set termination
1097
+ * protection.</p>
1025
1098
  * @public
1026
1099
  */
1027
1100
  StackName: string | undefined;
@@ -1042,19 +1115,19 @@ export interface UpdateTerminationProtectionOutput {
1042
1115
  */
1043
1116
  export interface ValidateTemplateInput {
1044
1117
  /**
1045
- * <p>Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For
1046
- * more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
1047
- * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only
1048
- * <code>TemplateBody</code> is used.</p>
1118
+ * <p>Structure containing the template body with a minimum length of 1 byte and a maximum
1119
+ * length of 51,200 bytes.</p>
1120
+ * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
1121
+ * are passed, only <code>TemplateBody</code> is used.</p>
1049
1122
  * @public
1050
1123
  */
1051
1124
  TemplateBody?: string;
1052
1125
  /**
1053
- * <p>Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that
1054
- * is located in an Amazon S3 bucket or a Systems Manager document. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
1055
- * <i>CloudFormation User Guide</i>. The location for an Amazon S3 bucket must start with <code>https://</code>.</p>
1056
- * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only
1057
- * <code>TemplateBody</code> is used.</p>
1126
+ * <p>Location of file containing the template body. The URL must point to a template (max size:
1127
+ * 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. The location
1128
+ * for an Amazon S3 bucket must start with <code>https://</code>.</p>
1129
+ * <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
1130
+ * are passed, only <code>TemplateBody</code> is used.</p>
1058
1131
  * @public
1059
1132
  */
1060
1133
  TemplateURL?: string;
@@ -1075,7 +1148,8 @@ export interface TemplateParameter {
1075
1148
  */
1076
1149
  DefaultValue?: string;
1077
1150
  /**
1078
- * <p>Flag indicating whether the parameter should be displayed as plain text in logs and UIs.</p>
1151
+ * <p>Flag indicating whether the parameter should be displayed as plain text in logs and
1152
+ * UIs.</p>
1079
1153
  * @public
1080
1154
  */
1081
1155
  NoEcho?: boolean;
@@ -1101,17 +1175,17 @@ export interface ValidateTemplateOutput {
1101
1175
  */
1102
1176
  Description?: string;
1103
1177
  /**
1104
- * <p>The capabilities found within the template. If your template contains IAM resources, you must specify the
1105
- * CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the <a>CreateStack</a> or
1106
- * <a>UpdateStack</a> actions with your template; otherwise, those actions return an InsufficientCapabilities
1107
- * error.</p>
1108
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
1109
- * CloudFormation Templates</a>.</p>
1178
+ * <p>The capabilities found within the template. If your template contains IAM resources, you
1179
+ * must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use
1180
+ * the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template;
1181
+ * otherwise, those actions return an InsufficientCapabilities error.</p>
1182
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
1110
1183
  * @public
1111
1184
  */
1112
1185
  Capabilities?: Capability[];
1113
1186
  /**
1114
- * <p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>
1187
+ * <p>The list of resources that generated the values in the <code>Capabilities</code> response
1188
+ * element.</p>
1115
1189
  * @public
1116
1190
  */
1117
1191
  CapabilitiesReason?: string;