cdk-comprehend-s3olap 2.0.174 → 2.0.175
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
- package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +173 -130
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -13,19 +13,27 @@ declare class CloudFormation extends Service {
|
|
13
13
|
constructor(options?: CloudFormation.Types.ClientConfiguration)
|
14
14
|
config: Config & CloudFormation.Types.ClientConfiguration;
|
15
15
|
/**
|
16
|
-
*
|
16
|
+
* Activate trusted access with Organizations. With trusted access between StackSets and Organizations activated, the management account has permissions to create and manage StackSets for your organization.
|
17
|
+
*/
|
18
|
+
activateOrganizationsAccess(params: CloudFormation.Types.ActivateOrganizationsAccessInput, callback?: (err: AWSError, data: CloudFormation.Types.ActivateOrganizationsAccessOutput) => void): Request<CloudFormation.Types.ActivateOrganizationsAccessOutput, AWSError>;
|
19
|
+
/**
|
20
|
+
* Activate trusted access with Organizations. With trusted access between StackSets and Organizations activated, the management account has permissions to create and manage StackSets for your organization.
|
21
|
+
*/
|
22
|
+
activateOrganizationsAccess(callback?: (err: AWSError, data: CloudFormation.Types.ActivateOrganizationsAccessOutput) => void): Request<CloudFormation.Types.ActivateOrganizationsAccessOutput, AWSError>;
|
23
|
+
/**
|
24
|
+
* Activates a public third-party extension, making it available for use in stack templates. For more information, see Using public extensions in the CloudFormation User Guide. Once you have activated a public third-party extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
17
25
|
*/
|
18
26
|
activateType(params: CloudFormation.Types.ActivateTypeInput, callback?: (err: AWSError, data: CloudFormation.Types.ActivateTypeOutput) => void): Request<CloudFormation.Types.ActivateTypeOutput, AWSError>;
|
19
27
|
/**
|
20
|
-
* Activates a public third-party extension, making it available for use in stack templates. For more information, see Using public extensions in the CloudFormation User Guide. Once you have activated a public third-party extension in your account and
|
28
|
+
* Activates a public third-party extension, making it available for use in stack templates. For more information, see Using public extensions in the CloudFormation User Guide. Once you have activated a public third-party extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
21
29
|
*/
|
22
30
|
activateType(callback?: (err: AWSError, data: CloudFormation.Types.ActivateTypeOutput) => void): Request<CloudFormation.Types.ActivateTypeOutput, AWSError>;
|
23
31
|
/**
|
24
|
-
* Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and
|
32
|
+
* Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and Region. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
25
33
|
*/
|
26
34
|
batchDescribeTypeConfigurations(params: CloudFormation.Types.BatchDescribeTypeConfigurationsInput, callback?: (err: AWSError, data: CloudFormation.Types.BatchDescribeTypeConfigurationsOutput) => void): Request<CloudFormation.Types.BatchDescribeTypeConfigurationsOutput, AWSError>;
|
27
35
|
/**
|
28
|
-
* Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and
|
36
|
+
* Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and Region. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
29
37
|
*/
|
30
38
|
batchDescribeTypeConfigurations(callback?: (err: AWSError, data: CloudFormation.Types.BatchDescribeTypeConfigurationsOutput) => void): Request<CloudFormation.Types.BatchDescribeTypeConfigurationsOutput, AWSError>;
|
31
39
|
/**
|
@@ -77,11 +85,19 @@ declare class CloudFormation extends Service {
|
|
77
85
|
*/
|
78
86
|
createStackSet(callback?: (err: AWSError, data: CloudFormation.Types.CreateStackSetOutput) => void): Request<CloudFormation.Types.CreateStackSetOutput, AWSError>;
|
79
87
|
/**
|
80
|
-
* Deactivates
|
88
|
+
* Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your organization.
|
89
|
+
*/
|
90
|
+
deactivateOrganizationsAccess(params: CloudFormation.Types.DeactivateOrganizationsAccessInput, callback?: (err: AWSError, data: CloudFormation.Types.DeactivateOrganizationsAccessOutput) => void): Request<CloudFormation.Types.DeactivateOrganizationsAccessOutput, AWSError>;
|
91
|
+
/**
|
92
|
+
* Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your organization.
|
93
|
+
*/
|
94
|
+
deactivateOrganizationsAccess(callback?: (err: AWSError, data: CloudFormation.Types.DeactivateOrganizationsAccessOutput) => void): Request<CloudFormation.Types.DeactivateOrganizationsAccessOutput, AWSError>;
|
95
|
+
/**
|
96
|
+
* Deactivates a public extension that was previously activated in this account and Region. Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack update operations where the stack template includes the extension, even if no updates are being made to the extension. In addition, deactivated extensions aren't automatically updated if a new version of the extension is released.
|
81
97
|
*/
|
82
98
|
deactivateType(params: CloudFormation.Types.DeactivateTypeInput, callback?: (err: AWSError, data: CloudFormation.Types.DeactivateTypeOutput) => void): Request<CloudFormation.Types.DeactivateTypeOutput, AWSError>;
|
83
99
|
/**
|
84
|
-
* Deactivates a public extension that was previously activated in this account and
|
100
|
+
* Deactivates a public extension that was previously activated in this account and Region. Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack update operations where the stack template includes the extension, even if no updates are being made to the extension. In addition, deactivated extensions aren't automatically updated if a new version of the extension is released.
|
85
101
|
*/
|
86
102
|
deactivateType(callback?: (err: AWSError, data: CloudFormation.Types.DeactivateTypeOutput) => void): Request<CloudFormation.Types.DeactivateTypeOutput, AWSError>;
|
87
103
|
/**
|
@@ -148,6 +164,14 @@ declare class CloudFormation extends Service {
|
|
148
164
|
* Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.
|
149
165
|
*/
|
150
166
|
describeChangeSetHooks(callback?: (err: AWSError, data: CloudFormation.Types.DescribeChangeSetHooksOutput) => void): Request<CloudFormation.Types.DescribeChangeSetHooksOutput, AWSError>;
|
167
|
+
/**
|
168
|
+
* Retrieves information about the account's OrganizationAccess status. This API can be called either by the management account or the delegated administrator by using the CallAs parameter. This API can also be called without the CallAs parameter by the management account.
|
169
|
+
*/
|
170
|
+
describeOrganizationsAccess(params: CloudFormation.Types.DescribeOrganizationsAccessInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeOrganizationsAccessOutput) => void): Request<CloudFormation.Types.DescribeOrganizationsAccessOutput, AWSError>;
|
171
|
+
/**
|
172
|
+
* Retrieves information about the account's OrganizationAccess status. This API can be called either by the management account or the delegated administrator by using the CallAs parameter. This API can also be called without the CallAs parameter by the management account.
|
173
|
+
*/
|
174
|
+
describeOrganizationsAccess(callback?: (err: AWSError, data: CloudFormation.Types.DescribeOrganizationsAccessOutput) => void): Request<CloudFormation.Types.DescribeOrganizationsAccessOutput, AWSError>;
|
151
175
|
/**
|
152
176
|
* Returns information about a CloudFormation extension publisher. If you don't supply a PublisherId, and you have registered as an extension publisher, DescribePublisher returns information about your own publisher account. For more information about registering as a publisher, see: RegisterPublisher Publishing extensions to make them available for public use in the CloudFormation CLI User Guide
|
153
177
|
*/
|
@@ -157,11 +181,11 @@ declare class CloudFormation extends Service {
|
|
157
181
|
*/
|
158
182
|
describePublisher(callback?: (err: AWSError, data: CloudFormation.Types.DescribePublisherOutput) => void): Request<CloudFormation.Types.DescribePublisherOutput, AWSError>;
|
159
183
|
/**
|
160
|
-
* Returns information about a stack drift detection operation. A stack drift detection operation detects whether a stack's actual configuration differs, or has drifted, from
|
184
|
+
* Returns information about a stack drift detection operation. A stack drift detection operation detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. A stack is considered to have drifted if one or more of its resources have drifted. For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to Stacks and Resources. Use DetectStackDrift to initiate a stack drift detection operation. DetectStackDrift returns a StackDriftDetectionId you can use to monitor the progress of the operation using DescribeStackDriftDetectionStatus. Once the drift detection operation has completed, use DescribeStackResourceDrifts to return drift information about the stack and its resources.
|
161
185
|
*/
|
162
186
|
describeStackDriftDetectionStatus(params: CloudFormation.Types.DescribeStackDriftDetectionStatusInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackDriftDetectionStatusOutput) => void): Request<CloudFormation.Types.DescribeStackDriftDetectionStatusOutput, AWSError>;
|
163
187
|
/**
|
164
|
-
* Returns information about a stack drift detection operation. A stack drift detection operation detects whether a stack's actual configuration differs, or has drifted, from
|
188
|
+
* Returns information about a stack drift detection operation. A stack drift detection operation detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. A stack is considered to have drifted if one or more of its resources have drifted. For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to Stacks and Resources. Use DetectStackDrift to initiate a stack drift detection operation. DetectStackDrift returns a StackDriftDetectionId you can use to monitor the progress of the operation using DescribeStackDriftDetectionStatus. Once the drift detection operation has completed, use DescribeStackResourceDrifts to return drift information about the stack and its resources.
|
165
189
|
*/
|
166
190
|
describeStackDriftDetectionStatus(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackDriftDetectionStatusOutput) => void): Request<CloudFormation.Types.DescribeStackDriftDetectionStatusOutput, AWSError>;
|
167
191
|
/**
|
@@ -173,11 +197,11 @@ declare class CloudFormation extends Service {
|
|
173
197
|
*/
|
174
198
|
describeStackEvents(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackEventsOutput) => void): Request<CloudFormation.Types.DescribeStackEventsOutput, AWSError>;
|
175
199
|
/**
|
176
|
-
* Returns the stack instance that's associated with the specified
|
200
|
+
* Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region. For a list of stack instances that are associated with a specific StackSet, use ListStackInstances.
|
177
201
|
*/
|
178
202
|
describeStackInstance(params: CloudFormation.Types.DescribeStackInstanceInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackInstanceOutput) => void): Request<CloudFormation.Types.DescribeStackInstanceOutput, AWSError>;
|
179
203
|
/**
|
180
|
-
* Returns the stack instance that's associated with the specified
|
204
|
+
* Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region. For a list of stack instances that are associated with a specific StackSet, use ListStackInstances.
|
181
205
|
*/
|
182
206
|
describeStackInstance(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackInstanceOutput) => void): Request<CloudFormation.Types.DescribeStackInstanceOutput, AWSError>;
|
183
207
|
/**
|
@@ -205,19 +229,19 @@ declare class CloudFormation extends Service {
|
|
205
229
|
*/
|
206
230
|
describeStackResources(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackResourcesOutput) => void): Request<CloudFormation.Types.DescribeStackResourcesOutput, AWSError>;
|
207
231
|
/**
|
208
|
-
* Returns the description of the specified
|
232
|
+
* Returns the description of the specified StackSet.
|
209
233
|
*/
|
210
234
|
describeStackSet(params: CloudFormation.Types.DescribeStackSetInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackSetOutput) => void): Request<CloudFormation.Types.DescribeStackSetOutput, AWSError>;
|
211
235
|
/**
|
212
|
-
* Returns the description of the specified
|
236
|
+
* Returns the description of the specified StackSet.
|
213
237
|
*/
|
214
238
|
describeStackSet(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackSetOutput) => void): Request<CloudFormation.Types.DescribeStackSetOutput, AWSError>;
|
215
239
|
/**
|
216
|
-
* Returns the description of the specified
|
240
|
+
* Returns the description of the specified StackSet operation.
|
217
241
|
*/
|
218
242
|
describeStackSetOperation(params: CloudFormation.Types.DescribeStackSetOperationInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackSetOperationOutput) => void): Request<CloudFormation.Types.DescribeStackSetOperationOutput, AWSError>;
|
219
243
|
/**
|
220
|
-
* Returns the description of the specified
|
244
|
+
* Returns the description of the specified StackSet operation.
|
221
245
|
*/
|
222
246
|
describeStackSetOperation(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackSetOperationOutput) => void): Request<CloudFormation.Types.DescribeStackSetOperationOutput, AWSError>;
|
223
247
|
/**
|
@@ -245,19 +269,19 @@ declare class CloudFormation extends Service {
|
|
245
269
|
*/
|
246
270
|
describeTypeRegistration(callback?: (err: AWSError, data: CloudFormation.Types.DescribeTypeRegistrationOutput) => void): Request<CloudFormation.Types.DescribeTypeRegistrationOutput, AWSError>;
|
247
271
|
/**
|
248
|
-
* Detects whether a stack's actual configuration differs, or has drifted, from
|
272
|
+
* Detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For each resource in the stack that supports drift detection, CloudFormation compares the actual configuration of the resource with its expected template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A stack is considered to have drifted if one or more of its resources differ from their expected template configurations. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources. Use DetectStackDrift to detect drift on all supported resources for a given stack, or DetectStackResourceDrift to detect drift on individual resources. For a list of stack resources that currently support drift detection, see Resources that Support Drift Detection. DetectStackDrift can take up to several minutes, depending on the number of resources contained within the stack. Use DescribeStackDriftDetectionStatus to monitor the progress of a detect stack drift operation. Once the drift detection operation has completed, use DescribeStackResourceDrifts to return drift information about the stack and its resources. When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks belonging to that stack. Perform DetectStackDrift directly on the nested stack itself.
|
249
273
|
*/
|
250
274
|
detectStackDrift(params: CloudFormation.Types.DetectStackDriftInput, callback?: (err: AWSError, data: CloudFormation.Types.DetectStackDriftOutput) => void): Request<CloudFormation.Types.DetectStackDriftOutput, AWSError>;
|
251
275
|
/**
|
252
|
-
* Detects whether a stack's actual configuration differs, or has drifted, from
|
276
|
+
* Detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For each resource in the stack that supports drift detection, CloudFormation compares the actual configuration of the resource with its expected template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A stack is considered to have drifted if one or more of its resources differ from their expected template configurations. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources. Use DetectStackDrift to detect drift on all supported resources for a given stack, or DetectStackResourceDrift to detect drift on individual resources. For a list of stack resources that currently support drift detection, see Resources that Support Drift Detection. DetectStackDrift can take up to several minutes, depending on the number of resources contained within the stack. Use DescribeStackDriftDetectionStatus to monitor the progress of a detect stack drift operation. Once the drift detection operation has completed, use DescribeStackResourceDrifts to return drift information about the stack and its resources. When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks belonging to that stack. Perform DetectStackDrift directly on the nested stack itself.
|
253
277
|
*/
|
254
278
|
detectStackDrift(callback?: (err: AWSError, data: CloudFormation.Types.DetectStackDriftOutput) => void): Request<CloudFormation.Types.DetectStackDriftOutput, AWSError>;
|
255
279
|
/**
|
256
|
-
* Returns information about whether a resource's actual configuration differs, or has drifted, from
|
280
|
+
* Returns information about whether a resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. This information includes actual and expected property values for resources in which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to Stacks and Resources. Use DetectStackResourceDrift to detect drift on individual resources, or DetectStackDrift to detect drift on all resources in a given stack that support drift detection. Resources that don't currently support drift detection can't be checked. For a list of resources that support drift detection, see Resources that Support Drift Detection.
|
257
281
|
*/
|
258
282
|
detectStackResourceDrift(params: CloudFormation.Types.DetectStackResourceDriftInput, callback?: (err: AWSError, data: CloudFormation.Types.DetectStackResourceDriftOutput) => void): Request<CloudFormation.Types.DetectStackResourceDriftOutput, AWSError>;
|
259
283
|
/**
|
260
|
-
* Returns information about whether a resource's actual configuration differs, or has drifted, from
|
284
|
+
* Returns information about whether a resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. This information includes actual and expected property values for resources in which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to Stacks and Resources. Use DetectStackResourceDrift to detect drift on individual resources, or DetectStackDrift to detect drift on all resources in a given stack that support drift detection. Resources that don't currently support drift detection can't be checked. For a list of resources that support drift detection, see Resources that Support Drift Detection.
|
261
285
|
*/
|
262
286
|
detectStackResourceDrift(callback?: (err: AWSError, data: CloudFormation.Types.DetectStackResourceDriftOutput) => void): Request<CloudFormation.Types.DetectStackResourceDriftOutput, AWSError>;
|
263
287
|
/**
|
@@ -309,11 +333,11 @@ declare class CloudFormation extends Service {
|
|
309
333
|
*/
|
310
334
|
getTemplateSummary(callback?: (err: AWSError, data: CloudFormation.Types.GetTemplateSummaryOutput) => void): Request<CloudFormation.Types.GetTemplateSummaryOutput, AWSError>;
|
311
335
|
/**
|
312
|
-
* Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.
|
336
|
+
* Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.
|
313
337
|
*/
|
314
338
|
importStacksToStackSet(params: CloudFormation.Types.ImportStacksToStackSetInput, callback?: (err: AWSError, data: CloudFormation.Types.ImportStacksToStackSetOutput) => void): Request<CloudFormation.Types.ImportStacksToStackSetOutput, AWSError>;
|
315
339
|
/**
|
316
|
-
* Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.
|
340
|
+
* Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.
|
317
341
|
*/
|
318
342
|
importStacksToStackSet(callback?: (err: AWSError, data: CloudFormation.Types.ImportStacksToStackSetOutput) => void): Request<CloudFormation.Types.ImportStacksToStackSetOutput, AWSError>;
|
319
343
|
/**
|
@@ -413,11 +437,11 @@ declare class CloudFormation extends Service {
|
|
413
437
|
*/
|
414
438
|
listTypes(callback?: (err: AWSError, data: CloudFormation.Types.ListTypesOutput) => void): Request<CloudFormation.Types.ListTypesOutput, AWSError>;
|
415
439
|
/**
|
416
|
-
* Publishes the specified extension to the CloudFormation registry as a public extension in this
|
440
|
+
* Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public extensions are available for use by all CloudFormation users. For more information about publishing extensions, see Publishing extensions to make them available for public use in the CloudFormation CLI User Guide. To publish an extension, you must be registered as a publisher with CloudFormation. For more information, see RegisterPublisher.
|
417
441
|
*/
|
418
442
|
publishType(params: CloudFormation.Types.PublishTypeInput, callback?: (err: AWSError, data: CloudFormation.Types.PublishTypeOutput) => void): Request<CloudFormation.Types.PublishTypeOutput, AWSError>;
|
419
443
|
/**
|
420
|
-
* Publishes the specified extension to the CloudFormation registry as a public extension in this
|
444
|
+
* Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public extensions are available for use by all CloudFormation users. For more information about publishing extensions, see Publishing extensions to make them available for public use in the CloudFormation CLI User Guide. To publish an extension, you must be registered as a publisher with CloudFormation. For more information, see RegisterPublisher.
|
421
445
|
*/
|
422
446
|
publishType(callback?: (err: AWSError, data: CloudFormation.Types.PublishTypeOutput) => void): Request<CloudFormation.Types.PublishTypeOutput, AWSError>;
|
423
447
|
/**
|
@@ -437,11 +461,11 @@ declare class CloudFormation extends Service {
|
|
437
461
|
*/
|
438
462
|
registerPublisher(callback?: (err: AWSError, data: CloudFormation.Types.RegisterPublisherOutput) => void): Request<CloudFormation.Types.RegisterPublisherOutput, AWSError>;
|
439
463
|
/**
|
440
|
-
* Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per
|
464
|
+
* Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per Region. Use DeregisterType to deregister specific extension versions if necessary. Once you have initiated a registration request using RegisterType , you can use DescribeTypeRegistration to monitor the progress of the registration request. Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
441
465
|
*/
|
442
466
|
registerType(params: CloudFormation.Types.RegisterTypeInput, callback?: (err: AWSError, data: CloudFormation.Types.RegisterTypeOutput) => void): Request<CloudFormation.Types.RegisterTypeOutput, AWSError>;
|
443
467
|
/**
|
444
|
-
* Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per
|
468
|
+
* Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes: Validating the extension schema. Determining which handlers, if any, have been specified for the extension. Making the extension available for use in your account. For more information about how to develop extensions and ready them for registration, see Creating Resource Providers in the CloudFormation CLI User Guide. You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and per Region. Use DeregisterType to deregister specific extension versions if necessary. Once you have initiated a registration request using RegisterType , you can use DescribeTypeRegistration to monitor the progress of the registration request. Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
445
469
|
*/
|
446
470
|
registerType(callback?: (err: AWSError, data: CloudFormation.Types.RegisterTypeOutput) => void): Request<CloudFormation.Types.RegisterTypeOutput, AWSError>;
|
447
471
|
/**
|
@@ -461,11 +485,11 @@ declare class CloudFormation extends Service {
|
|
461
485
|
*/
|
462
486
|
setStackPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
463
487
|
/**
|
464
|
-
* Specifies the configuration data for a registered CloudFormation extension, in the given account and
|
488
|
+
* Specifies the configuration data for a registered CloudFormation extension, in the given account and Region. To view the current configuration data for an extension, refer to the ConfigurationSchema element of DescribeType. For more information, see Configuring extensions at the account level in the CloudFormation User Guide. It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such as third-party credentials. For more details on dynamic references, see Using dynamic references to specify template values in the CloudFormation User Guide.
|
465
489
|
*/
|
466
490
|
setTypeConfiguration(params: CloudFormation.Types.SetTypeConfigurationInput, callback?: (err: AWSError, data: CloudFormation.Types.SetTypeConfigurationOutput) => void): Request<CloudFormation.Types.SetTypeConfigurationOutput, AWSError>;
|
467
491
|
/**
|
468
|
-
* Specifies the configuration data for a registered CloudFormation extension, in the given account and
|
492
|
+
* Specifies the configuration data for a registered CloudFormation extension, in the given account and Region. To view the current configuration data for an extension, refer to the ConfigurationSchema element of DescribeType. For more information, see Configuring extensions at the account level in the CloudFormation User Guide. It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such as third-party credentials. For more details on dynamic references, see Using dynamic references to specify template values in the CloudFormation User Guide.
|
469
493
|
*/
|
470
494
|
setTypeConfiguration(callback?: (err: AWSError, data: CloudFormation.Types.SetTypeConfigurationOutput) => void): Request<CloudFormation.Types.SetTypeConfigurationOutput, AWSError>;
|
471
495
|
/**
|
@@ -493,11 +517,11 @@ declare class CloudFormation extends Service {
|
|
493
517
|
*/
|
494
518
|
stopStackSetOperation(callback?: (err: AWSError, data: CloudFormation.Types.StopStackSetOperationOutput) => void): Request<CloudFormation.Types.StopStackSetOperationOutput, AWSError>;
|
495
519
|
/**
|
496
|
-
* Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. For resource types, this includes passing all contracts tests defined for the type. For modules, this includes determining if the module's model meets all necessary requirements. For more information, see Testing your public extension prior to publishing in the CloudFormation CLI User Guide. If you don't specify a version, CloudFormation uses the default version of the extension in your account and
|
520
|
+
* Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. For resource types, this includes passing all contracts tests defined for the type. For modules, this includes determining if the module's model meets all necessary requirements. For more information, see Testing your public extension prior to publishing in the CloudFormation CLI User Guide. If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing. To perform testing, CloudFormation assumes the execution role specified when the type was registered. For more information, see RegisterType. Once you've initiated testing on an extension using TestType, you can pass the returned TypeVersionArn into DescribeType to monitor the current test status and test status description for the extension. An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation CLI User Guide.
|
497
521
|
*/
|
498
522
|
testType(params: CloudFormation.Types.TestTypeInput, callback?: (err: AWSError, data: CloudFormation.Types.TestTypeOutput) => void): Request<CloudFormation.Types.TestTypeOutput, AWSError>;
|
499
523
|
/**
|
500
|
-
* Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. For resource types, this includes passing all contracts tests defined for the type. For modules, this includes determining if the module's model meets all necessary requirements. For more information, see Testing your public extension prior to publishing in the CloudFormation CLI User Guide. If you don't specify a version, CloudFormation uses the default version of the extension in your account and
|
524
|
+
* Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. For resource types, this includes passing all contracts tests defined for the type. For modules, this includes determining if the module's model meets all necessary requirements. For more information, see Testing your public extension prior to publishing in the CloudFormation CLI User Guide. If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing. To perform testing, CloudFormation assumes the execution role specified when the type was registered. For more information, see RegisterType. Once you've initiated testing on an extension using TestType, you can pass the returned TypeVersionArn into DescribeType to monitor the current test status and test status description for the extension. An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation CLI User Guide.
|
501
525
|
*/
|
502
526
|
testType(callback?: (err: AWSError, data: CloudFormation.Types.TestTypeOutput) => void): Request<CloudFormation.Types.TestTypeOutput, AWSError>;
|
503
527
|
/**
|
@@ -634,6 +658,10 @@ declare namespace CloudFormation {
|
|
634
658
|
export type AccountLimitList = AccountLimit[];
|
635
659
|
export type AccountList = Account[];
|
636
660
|
export type AccountsUrl = string;
|
661
|
+
export interface ActivateOrganizationsAccessInput {
|
662
|
+
}
|
663
|
+
export interface ActivateOrganizationsAccessOutput {
|
664
|
+
}
|
637
665
|
export interface ActivateTypeInput {
|
638
666
|
/**
|
639
667
|
* The extension type. Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
|
@@ -652,13 +680,16 @@ declare namespace CloudFormation {
|
|
652
680
|
*/
|
653
681
|
TypeName?: TypeName;
|
654
682
|
/**
|
655
|
-
* An alias to assign to the public extension, in this account and
|
683
|
+
* An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
|
656
684
|
*/
|
657
685
|
TypeNameAlias?: TypeName;
|
658
686
|
/**
|
659
|
-
* Whether to automatically update the extension in this account and
|
687
|
+
* Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated. The default is true.
|
660
688
|
*/
|
661
689
|
AutoUpdate?: AutoUpdate;
|
690
|
+
/**
|
691
|
+
* Contains logging configuration information for an extension.
|
692
|
+
*/
|
662
693
|
LoggingConfig?: LoggingConfig;
|
663
694
|
/**
|
664
695
|
* The name of the IAM execution role to use to activate the extension.
|
@@ -675,7 +706,7 @@ declare namespace CloudFormation {
|
|
675
706
|
}
|
676
707
|
export interface ActivateTypeOutput {
|
677
708
|
/**
|
678
|
-
* The Amazon Resource Name (ARN) of the activated extension, in this account and
|
709
|
+
* The Amazon Resource Name (ARN) of the activated extension, in this account and Region.
|
679
710
|
*/
|
680
711
|
Arn?: PrivateTypeArn;
|
681
712
|
}
|
@@ -703,6 +734,9 @@ declare namespace CloudFormation {
|
|
703
734
|
* The error message.
|
704
735
|
*/
|
705
736
|
ErrorMessage?: ErrorMessage;
|
737
|
+
/**
|
738
|
+
* Identifying information for the configuration of a CloudFormation extension.
|
739
|
+
*/
|
706
740
|
TypeConfigurationIdentifier?: TypeConfigurationIdentifier;
|
707
741
|
}
|
708
742
|
export type BatchDescribeTypeConfigurationsErrors = BatchDescribeTypeConfigurationsError[];
|
@@ -731,7 +765,7 @@ declare namespace CloudFormation {
|
|
731
765
|
export type CallAs = "SELF"|"DELEGATED_ADMIN"|string;
|
732
766
|
export interface CancelUpdateStackInput {
|
733
767
|
/**
|
734
|
-
* The name or the unique stack ID that's associated with the stack.
|
768
|
+
* If you don't pass a parameter to StackName, the API returns a response that describes all resources in the account. The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request: { "Version": "2012-10-17", "Statement": [{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/**" }] } The name or the unique stack ID that's associated with the stack.
|
735
769
|
*/
|
736
770
|
StackName: StackName;
|
737
771
|
/**
|
@@ -1160,9 +1194,13 @@ declare namespace CloudFormation {
|
|
1160
1194
|
StackSetId?: StackSetId;
|
1161
1195
|
}
|
1162
1196
|
export type CreationTime = Date;
|
1197
|
+
export interface DeactivateOrganizationsAccessInput {
|
1198
|
+
}
|
1199
|
+
export interface DeactivateOrganizationsAccessOutput {
|
1200
|
+
}
|
1163
1201
|
export interface DeactivateTypeInput {
|
1164
1202
|
/**
|
1165
|
-
* The type name of the extension, in this account and
|
1203
|
+
* The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias. Conditional: You must specify either Arn, or TypeName and Type.
|
1166
1204
|
*/
|
1167
1205
|
TypeName?: TypeName;
|
1168
1206
|
/**
|
@@ -1170,7 +1208,7 @@ declare namespace CloudFormation {
|
|
1170
1208
|
*/
|
1171
1209
|
Type?: ThirdPartyType;
|
1172
1210
|
/**
|
1173
|
-
* The Amazon Resource Name (ARN) for the extension, in this account and
|
1211
|
+
* The Amazon Resource Name (ARN) for the extension, in this account and Region. Conditional: You must specify either Arn, or TypeName and Type.
|
1174
1212
|
*/
|
1175
1213
|
Arn?: PrivateTypeArn;
|
1176
1214
|
}
|
@@ -1454,6 +1492,18 @@ declare namespace CloudFormation {
|
|
1454
1492
|
*/
|
1455
1493
|
RootChangeSetId?: ChangeSetId;
|
1456
1494
|
}
|
1495
|
+
export interface DescribeOrganizationsAccessInput {
|
1496
|
+
/**
|
1497
|
+
* [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, SELF is specified. If you are signed in to the management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN. Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
|
1498
|
+
*/
|
1499
|
+
CallAs?: CallAs;
|
1500
|
+
}
|
1501
|
+
export interface DescribeOrganizationsAccessOutput {
|
1502
|
+
/**
|
1503
|
+
* Presents the status of the OrganizationAccess.
|
1504
|
+
*/
|
1505
|
+
Status?: OrganizationStatus;
|
1506
|
+
}
|
1457
1507
|
export interface DescribePublisherInput {
|
1458
1508
|
/**
|
1459
1509
|
* The ID of the extension publisher. If you don't supply a PublisherId, and you have registered as an extension publisher, DescribePublisher returns information about your own publisher account.
|
@@ -1660,7 +1710,7 @@ declare namespace CloudFormation {
|
|
1660
1710
|
}
|
1661
1711
|
export interface DescribeStacksInput {
|
1662
1712
|
/**
|
1663
|
-
* The name or the unique stack ID that's associated with the stack, which aren't always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
|
1713
|
+
* If you don't pass a parameter to StackName, the API returns a response that describes all resources in the account. This requires ListStacks and DescribeStacks permissions. The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request: { "Version": "2012-10-17", "Statement": [{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/**" }] } The name or the unique stack ID that's associated with the stack, which aren't always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
|
1664
1714
|
*/
|
1665
1715
|
StackName?: StackName;
|
1666
1716
|
/**
|
@@ -1782,7 +1832,7 @@ declare namespace CloudFormation {
|
|
1782
1832
|
*/
|
1783
1833
|
TimeCreated?: Timestamp;
|
1784
1834
|
/**
|
1785
|
-
* A JSON string that represent the current configuration data for the extension in this account and
|
1835
|
+
* A JSON string that represent the current configuration data for the extension in this account and Region. To set the configuration data for an extension, use SetTypeConfiguration. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
|
1786
1836
|
*/
|
1787
1837
|
ConfigurationSchema?: ConfigurationSchema;
|
1788
1838
|
/**
|
@@ -1790,11 +1840,11 @@ declare namespace CloudFormation {
|
|
1790
1840
|
*/
|
1791
1841
|
PublisherId?: PublisherId;
|
1792
1842
|
/**
|
1793
|
-
* For public extensions that have been activated for this account and
|
1843
|
+
* For public extensions that have been activated for this account and Region, the type name of the public extension. If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.
|
1794
1844
|
*/
|
1795
1845
|
OriginalTypeName?: TypeName;
|
1796
1846
|
/**
|
1797
|
-
* For public extensions that have been activated for this account and
|
1847
|
+
* For public extensions that have been activated for this account and Region, the Amazon Resource Name (ARN) of the public extension.
|
1798
1848
|
*/
|
1799
1849
|
OriginalTypeArn?: TypeArn;
|
1800
1850
|
/**
|
@@ -1806,11 +1856,11 @@ declare namespace CloudFormation {
|
|
1806
1856
|
*/
|
1807
1857
|
LatestPublicVersion?: PublicVersionNumber;
|
1808
1858
|
/**
|
1809
|
-
* Whether the extension is activated in the account and
|
1859
|
+
* Whether the extension is activated in the account and Region. This only applies to public third-party extensions. For all other extensions, CloudFormation returns null.
|
1810
1860
|
*/
|
1811
1861
|
IsActivated?: IsActivated;
|
1812
1862
|
/**
|
1813
|
-
* Whether CloudFormation automatically updates the extension in this account and
|
1863
|
+
* Whether CloudFormation automatically updates the extension in this account and Region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated. For more information, see Activating public extensions for use in your account in the CloudFormation User Guide.
|
1814
1864
|
*/
|
1815
1865
|
AutoUpdate?: AutoUpdate;
|
1816
1866
|
}
|
@@ -1876,6 +1926,9 @@ declare namespace CloudFormation {
|
|
1876
1926
|
* The name of the stack set on which to perform the drift detection operation.
|
1877
1927
|
*/
|
1878
1928
|
StackSetName: StackSetNameOrId;
|
1929
|
+
/**
|
1930
|
+
* The user-specified preferences for how CloudFormation performs a stack set operation. For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
|
1931
|
+
*/
|
1879
1932
|
OperationPreferences?: StackSetOperationPreferences;
|
1880
1933
|
/**
|
1881
1934
|
* The ID of the stack set operation.
|
@@ -2088,6 +2141,9 @@ declare namespace CloudFormation {
|
|
2088
2141
|
* The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
2089
2142
|
*/
|
2090
2143
|
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
2144
|
+
/**
|
2145
|
+
* The user-specified preferences for how CloudFormation performs a stack set operation. For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
|
2146
|
+
*/
|
2091
2147
|
OperationPreferences?: StackSetOperationPreferences;
|
2092
2148
|
/**
|
2093
2149
|
* A unique, user defined, identifier for the stack set operation.
|
@@ -2421,7 +2477,7 @@ declare namespace CloudFormation {
|
|
2421
2477
|
}
|
2422
2478
|
export interface ListTypesInput {
|
2423
2479
|
/**
|
2424
|
-
* The scope at which the extensions are visible and usable in CloudFormation operations. Valid values include: PRIVATE: Extensions that are visible and usable within this account and
|
2480
|
+
* The scope at which the extensions are visible and usable in CloudFormation operations. Valid values include: PRIVATE: Extensions that are visible and usable within this account and Region. This includes: Private extensions you have registered in this account and Region. Public extensions that you have activated in this account and Region. PUBLIC: Extensions that are publicly visible and available to be activated within any Amazon Web Services account. This includes extensions from Amazon Web Services, in addition to third-party publishers. The default is PRIVATE.
|
2425
2481
|
*/
|
2426
2482
|
Visibility?: Visibility;
|
2427
2483
|
/**
|
@@ -2516,6 +2572,7 @@ declare namespace CloudFormation {
|
|
2516
2572
|
export type OperationResultFilters = OperationResultFilter[];
|
2517
2573
|
export type OperationStatus = "PENDING"|"IN_PROGRESS"|"SUCCESS"|"FAILED"|string;
|
2518
2574
|
export type OptionalSecureUrl = string;
|
2575
|
+
export type OrganizationStatus = "ENABLED"|"DISABLED"|"DISABLED_PERMANENTLY"|string;
|
2519
2576
|
export type OrganizationalUnitId = string;
|
2520
2577
|
export type OrganizationalUnitIdList = OrganizationalUnitId[];
|
2521
2578
|
export interface Output {
|
@@ -2753,11 +2810,11 @@ declare namespace CloudFormation {
|
|
2753
2810
|
export type RequestToken = string;
|
2754
2811
|
export interface RequiredActivatedType {
|
2755
2812
|
/**
|
2756
|
-
* An alias assigned to the public extension, in this account and
|
2813
|
+
* An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
|
2757
2814
|
*/
|
2758
2815
|
TypeNameAlias?: TypeName;
|
2759
2816
|
/**
|
2760
|
-
* The type name of the public extension. If you specified a TypeNameAlias when enabling the extension in this account and
|
2817
|
+
* The type name of the public extension. If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.
|
2761
2818
|
*/
|
2762
2819
|
OriginalTypeName?: TypeName;
|
2763
2820
|
/**
|
@@ -2953,11 +3010,11 @@ declare namespace CloudFormation {
|
|
2953
3010
|
}
|
2954
3011
|
export interface SetTypeConfigurationInput {
|
2955
3012
|
/**
|
2956
|
-
* The Amazon Resource Name (ARN) for the extension, in this account and
|
3013
|
+
* The Amazon Resource Name (ARN) for the extension, in this account and Region. For public extensions, this will be the ARN assigned when you activate the type in this account and Region. For private extensions, this will be the ARN assigned when you register the type in this account and Region. Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
|
2957
3014
|
*/
|
2958
3015
|
TypeArn?: TypeArn;
|
2959
3016
|
/**
|
2960
|
-
* The configuration data for the extension, in this account and
|
3017
|
+
* The configuration data for the extension, in this account and Region. The configuration data must be formatted as JSON, and validate against the schema returned in the ConfigurationSchema response element of DescribeType. For more information, see Defining account-level configuration data for an extension in the CloudFormation CLI User Guide.
|
2961
3018
|
*/
|
2962
3019
|
Configuration: TypeConfiguration;
|
2963
3020
|
/**
|
@@ -2975,7 +3032,7 @@ declare namespace CloudFormation {
|
|
2975
3032
|
}
|
2976
3033
|
export interface SetTypeConfigurationOutput {
|
2977
3034
|
/**
|
2978
|
-
* The Amazon Resource Name (ARN) for the configuration data, in this account and
|
3035
|
+
* The Amazon Resource Name (ARN) for the configuration data, in this account and Region. Conditional: You must specify ConfigurationArn, or Type and TypeName.
|
2979
3036
|
*/
|
2980
3037
|
ConfigurationArn?: TypeConfigurationArn;
|
2981
3038
|
}
|
@@ -3103,7 +3160,7 @@ declare namespace CloudFormation {
|
|
3103
3160
|
*/
|
3104
3161
|
RootId?: StackId;
|
3105
3162
|
/**
|
3106
|
-
* Information about whether a stack's actual configuration differs, or has drifted, from
|
3163
|
+
* Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
|
3107
3164
|
*/
|
3108
3165
|
DriftInformation?: StackDriftInformation;
|
3109
3166
|
}
|
@@ -3591,6 +3648,9 @@ declare namespace CloudFormation {
|
|
3591
3648
|
* Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
3592
3649
|
*/
|
3593
3650
|
ManagedExecution?: ManagedExecution;
|
3651
|
+
/**
|
3652
|
+
* Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in. The Amazon Web Services Regions list output is in no particular order.
|
3653
|
+
*/
|
3594
3654
|
Regions?: RegionList;
|
3595
3655
|
}
|
3596
3656
|
export type StackSetARN = string;
|
@@ -3784,6 +3844,9 @@ declare namespace CloudFormation {
|
|
3784
3844
|
* Detailed information about the stack set operation.
|
3785
3845
|
*/
|
3786
3846
|
StatusDetails?: StackSetOperationStatusDetails;
|
3847
|
+
/**
|
3848
|
+
* The user-specified preferences for how CloudFormation performs a stack set operation. For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
|
3849
|
+
*/
|
3787
3850
|
OperationPreferences?: StackSetOperationPreferences;
|
3788
3851
|
}
|
3789
3852
|
export type StackSetStatus = "ACTIVE"|"DELETED"|string;
|
@@ -3872,7 +3935,7 @@ declare namespace CloudFormation {
|
|
3872
3935
|
*/
|
3873
3936
|
RootId?: StackId;
|
3874
3937
|
/**
|
3875
|
-
* Summarizes information about whether a stack's actual configuration differs, or has drifted, from
|
3938
|
+
* Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
|
3876
3939
|
*/
|
3877
3940
|
DriftInformation?: StackDriftInformationSummary;
|
3878
3941
|
}
|
@@ -3947,7 +4010,7 @@ declare namespace CloudFormation {
|
|
3947
4010
|
*/
|
3948
4011
|
TypeName?: TypeName;
|
3949
4012
|
/**
|
3950
|
-
* The version of the extension to test. You can specify the version id with either Arn, or with TypeName and Type. If you don't specify a version, CloudFormation uses the default version of the extension in this account and
|
4013
|
+
* The version of the extension to test. You can specify the version id with either Arn, or with TypeName and Type. If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
|
3951
4014
|
*/
|
3952
4015
|
VersionId?: TypeVersionId;
|
3953
4016
|
/**
|
@@ -3975,7 +4038,7 @@ declare namespace CloudFormation {
|
|
3975
4038
|
export type TypeConfigurationArn = string;
|
3976
4039
|
export interface TypeConfigurationDetails {
|
3977
4040
|
/**
|
3978
|
-
* The Amazon Resource Name (ARN) for the configuration data, in this account and
|
4041
|
+
* The Amazon Resource Name (ARN) for the configuration data, in this account and Region.
|
3979
4042
|
*/
|
3980
4043
|
Arn?: TypeConfigurationArn;
|
3981
4044
|
/**
|
@@ -3983,7 +4046,7 @@ declare namespace CloudFormation {
|
|
3983
4046
|
*/
|
3984
4047
|
Alias?: TypeConfigurationAlias;
|
3985
4048
|
/**
|
3986
|
-
* A JSON string specifying the configuration data for the extension, in this account and
|
4049
|
+
* A JSON string specifying the configuration data for the extension, in this account and Region. If a configuration hasn't been set for a specified extension, CloudFormation returns {}.
|
3987
4050
|
*/
|
3988
4051
|
Configuration?: TypeConfiguration;
|
3989
4052
|
/**
|
@@ -3991,7 +4054,7 @@ declare namespace CloudFormation {
|
|
3991
4054
|
*/
|
3992
4055
|
LastUpdated?: Timestamp;
|
3993
4056
|
/**
|
3994
|
-
* The Amazon Resource Name (ARN) for the extension, in this account and
|
4057
|
+
* The Amazon Resource Name (ARN) for the extension, in this account and Region. For public extensions, this will be the ARN assigned when you activate the type in this account and Region. For private extensions, this will be the ARN assigned when you register the type in this account and Region.
|
3995
4058
|
*/
|
3996
4059
|
TypeArn?: TypeArn;
|
3997
4060
|
/**
|
@@ -4006,7 +4069,7 @@ declare namespace CloudFormation {
|
|
4006
4069
|
export type TypeConfigurationDetailsList = TypeConfigurationDetails[];
|
4007
4070
|
export interface TypeConfigurationIdentifier {
|
4008
4071
|
/**
|
4009
|
-
* The Amazon Resource Name (ARN) for the extension, in this account and
|
4072
|
+
* The Amazon Resource Name (ARN) for the extension, in this account and Region. For public extensions, this will be the ARN assigned when you activate the type in this account and Region. For private extensions, this will be the ARN assigned when you register the type in this account and Region.
|
4010
4073
|
*/
|
4011
4074
|
TypeArn?: TypeArn;
|
4012
4075
|
/**
|
@@ -4014,7 +4077,7 @@ declare namespace CloudFormation {
|
|
4014
4077
|
*/
|
4015
4078
|
TypeConfigurationAlias?: TypeConfigurationAlias;
|
4016
4079
|
/**
|
4017
|
-
* The Amazon Resource Name (ARN) for the configuration, in this account and
|
4080
|
+
* The Amazon Resource Name (ARN) for the configuration, in this account and Region.
|
4018
4081
|
*/
|
4019
4082
|
TypeConfigurationArn?: TypeConfigurationArn;
|
4020
4083
|
/**
|
@@ -4029,7 +4092,7 @@ declare namespace CloudFormation {
|
|
4029
4092
|
export type TypeConfigurationIdentifiers = TypeConfigurationIdentifier[];
|
4030
4093
|
export interface TypeFilters {
|
4031
4094
|
/**
|
4032
|
-
* The category of extensions to return. REGISTERED: Private extensions that have been registered for this account and
|
4095
|
+
* The category of extensions to return. REGISTERED: Private extensions that have been registered for this account and Region. ACTIVATED: Public extensions that have been activated for this account and Region. THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes: Private extensions registered in the account. Public extensions from publishers other than Amazon, whether activated or not. AWS_TYPES: Extensions available for use from Amazon.
|
4033
4096
|
*/
|
4034
4097
|
Category?: Category;
|
4035
4098
|
/**
|
@@ -4052,7 +4115,7 @@ declare namespace CloudFormation {
|
|
4052
4115
|
*/
|
4053
4116
|
Type?: RegistryType;
|
4054
4117
|
/**
|
4055
|
-
* The name of the extension. If you specified a TypeNameAlias when you activate this extension in your account and
|
4118
|
+
* The name of the extension. If you specified a TypeNameAlias when you activate this extension in your account and Region, CloudFormation considers that alias as the type name.
|
4056
4119
|
*/
|
4057
4120
|
TypeName?: TypeName;
|
4058
4121
|
/**
|
@@ -4076,15 +4139,15 @@ declare namespace CloudFormation {
|
|
4076
4139
|
*/
|
4077
4140
|
PublisherId?: PublisherId;
|
4078
4141
|
/**
|
4079
|
-
* For public extensions that have been activated for this account and
|
4142
|
+
* For public extensions that have been activated for this account and Region, the type name of the public extension. If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.
|
4080
4143
|
*/
|
4081
4144
|
OriginalTypeName?: TypeName;
|
4082
4145
|
/**
|
4083
|
-
* For public extensions that have been activated for this account and
|
4146
|
+
* For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.
|
4084
4147
|
*/
|
4085
4148
|
PublicVersionNumber?: PublicVersionNumber;
|
4086
4149
|
/**
|
4087
|
-
* For public extensions that have been activated for this account and
|
4150
|
+
* For public extensions that have been activated for this account and Region, the latest version of the public extension that is available. For any extensions other than activated third-arty extensions, CloudFormation returns null. How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.
|
4088
4151
|
*/
|
4089
4152
|
LatestPublicVersion?: PublicVersionNumber;
|
4090
4153
|
/**
|
@@ -4096,7 +4159,7 @@ declare namespace CloudFormation {
|
|
4096
4159
|
*/
|
4097
4160
|
PublisherName?: PublisherName;
|
4098
4161
|
/**
|
4099
|
-
* Whether the extension is activated for this account and
|
4162
|
+
* Whether the extension is activated for this account and Region. This applies only to third-party public extensions. Extensions published by Amazon are activated by default.
|
4100
4163
|
*/
|
4101
4164
|
IsActivated?: IsActivated;
|
4102
4165
|
}
|
@@ -4134,7 +4197,7 @@ declare namespace CloudFormation {
|
|
4134
4197
|
*/
|
4135
4198
|
Description?: Description;
|
4136
4199
|
/**
|
4137
|
-
* For public extensions that have been activated for this account and
|
4200
|
+
* For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. For any extensions other than activated third-arty extensions, CloudFormation returns null. How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.
|
4138
4201
|
*/
|
4139
4202
|
PublicVersionNumber?: PublicVersionNumber;
|
4140
4203
|
}
|