@aws-sdk/client-cloudformation 3.535.0 → 3.536.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +91 -2
  3. package/dist-es/CloudFormation.js +2 -0
  4. package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +0 -4
  7. package/dist-es/models/models_1.js +4 -0
  8. package/dist-es/protocols/Aws_query.js +73 -0
  9. package/dist-types/CloudFormation.d.ts +7 -0
  10. package/dist-types/CloudFormationClient.d.ts +3 -2
  11. package/dist-types/commands/ActivateTypeCommand.d.ts +3 -1
  12. package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
  13. package/dist-types/commands/RegisterTypeCommand.d.ts +2 -2
  14. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  15. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  16. package/dist-types/commands/TestTypeCommand.d.ts +2 -2
  17. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -6
  18. package/dist-types/commands/index.d.ts +1 -0
  19. package/dist-types/models/models_0.d.ts +115 -74
  20. package/dist-types/models/models_1.d.ts +56 -11
  21. package/dist-types/protocols/Aws_query.d.ts +9 -0
  22. package/dist-types/ts3.4/CloudFormation.d.ts +23 -0
  23. package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  24. package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
  25. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +14 -13
  29. package/dist-types/ts3.4/models/models_1.d.ts +13 -0
  30. package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  31. package/package.json +1 -1
@@ -1374,7 +1374,8 @@ export interface RollbackTrigger {
1374
1374
  /**
1375
1375
  * <p>The resource type of the rollback trigger. Specify either <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html">
1376
1376
  * <code>AWS::CloudWatch::Alarm</code>
1377
- * </a> or <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html">
1377
+ * </a> or
1378
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html">
1378
1379
  * <code>AWS::CloudWatch::CompositeAlarm</code>
1379
1380
  * </a> resource types.</p>
1380
1381
  * @public
@@ -1586,8 +1587,8 @@ export interface CreateChangeSetInput {
1586
1587
  * <code>AWS::Include</code>
1587
1588
  * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
1588
1589
  * <code>AWS::Serverless</code>
1589
- * </a> transforms, which
1590
- * are macros hosted by CloudFormation.</p>
1590
+ * </a>
1591
+ * transforms, which are macros hosted by CloudFormation.</p>
1591
1592
  * <note>
1592
1593
  * <p>This capacity doesn't apply to creating change sets, and specifying it when creating change sets has no
1593
1594
  * effect.</p>
@@ -1692,8 +1693,8 @@ export interface CreateChangeSetInput {
1692
1693
  * <p>Determines what action will be taken if stack creation fails. If this parameter is specified, the
1693
1694
  * <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
1694
1695
  * <code>ExecuteChangeSet</code>
1695
- * </a> API operation must not
1696
- * be specified. This must be one of these values:</p>
1696
+ * </a> API
1697
+ * operation must not be specified. This must be one of these values:</p>
1697
1698
  * <ul>
1698
1699
  * <li>
1699
1700
  * <p>
@@ -1979,8 +1980,7 @@ export interface CreateStackInput {
1979
1980
  * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
1980
1981
  * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">
1981
1982
  * <code>Parameter</code>
1982
- * </a>
1983
- * data type.</p>
1983
+ * </a> data type.</p>
1984
1984
  * @public
1985
1985
  */
1986
1986
  Parameters?: Parameter[];
@@ -2042,7 +2042,8 @@ export interface CreateStackInput {
2042
2042
  * <li>
2043
2043
  * <p>
2044
2044
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
2045
- * <code>AWS::IAM::AccessKey</code> AWS::IAM::AccessKey</a>
2045
+ * <code>AWS::IAM::AccessKey</code>
2046
+ * </a>
2046
2047
  * </p>
2047
2048
  * </li>
2048
2049
  * <li>
@@ -2104,8 +2105,8 @@ export interface CreateStackInput {
2104
2105
  * <code>AWS::Include</code>
2105
2106
  * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
2106
2107
  * <code>AWS::Serverless</code>
2107
- * </a> transforms, which
2108
- * are macros hosted by CloudFormation.</p>
2108
+ * </a>
2109
+ * transforms, which are macros hosted by CloudFormation.</p>
2109
2110
  * <p>If you want to create a stack from a stack template that contains macros <i>and</i> nested
2110
2111
  * stacks, you must create the stack directly from the template using this capability.</p>
2111
2112
  * <important>
@@ -2459,8 +2460,8 @@ export interface CreateStackInstancesInput {
2459
2460
  * <p>You can only override the parameter <i>values</i> that are specified in the stack set; to add or
2460
2461
  * delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">
2461
2462
  * <code>UpdateStackSet</code>
2462
- * </a> to update the stack set
2463
- * template.</p>
2463
+ * </a> to update the
2464
+ * stack set template.</p>
2464
2465
  * @public
2465
2466
  */
2466
2467
  ParameterOverrides?: Parameter[];
@@ -2750,9 +2751,9 @@ export interface CreateStackSetInput {
2750
2751
  * <code>AWS::Include</code>
2751
2752
  * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
2752
2753
  * <code>AWS::Serverless</code>
2753
- * </a> transforms, which
2754
- * are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions,
2755
- * if you reference a macro in your template the stack set operation will fail.</p>
2754
+ * </a>
2755
+ * transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with
2756
+ * service-managed permissions, if you reference a macro in your template the stack set operation will fail.</p>
2756
2757
  * </important>
2757
2758
  * </li>
2758
2759
  * </ul>
@@ -3355,8 +3356,8 @@ export interface DescribeChangeSetOutput {
3355
3356
  * <p>Determines what action will be taken if stack creation fails. When this parameter is specified, the
3356
3357
  * <code>DisableRollback</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html">
3357
3358
  * <code>ExecuteChangeSet</code>
3358
- * </a> API operation must not
3359
- * be specified. This must be one of these values:</p>
3359
+ * </a> API
3360
+ * operation must not be specified. This must be one of these values:</p>
3360
3361
  * <ul>
3361
3362
  * <li>
3362
3363
  * <p>
@@ -4413,6 +4414,13 @@ export interface StackInstanceComprehensiveStatus {
4413
4414
  * </li>
4414
4415
  * <li>
4415
4416
  * <p>
4417
+ * <code>FAILED_IMPORT</code>: The import of the stack instance in the specified account and Region failed and
4418
+ * left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be
4419
+ * retried. If enough stack set operations fail in enough accounts within a Region, the failure tolerance for the
4420
+ * stack set operation as a whole might be exceeded.</p>
4421
+ * </li>
4422
+ * <li>
4423
+ * <p>
4416
4424
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
4417
4425
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
4418
4426
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
@@ -4497,7 +4505,8 @@ export interface StackInstance {
4497
4505
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
4498
4506
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
4499
4507
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
4500
- * <code>true</code>, to delete the stack instance, and then delete the stack manually. <code>INOPERABLE</code> can be
4508
+ * <code>true</code>, to delete the stack instance, and then delete the stack
4509
+ * manually. <code>INOPERABLE</code> can be
4501
4510
  * returned here when the cause is a failed import. If it's due to a failed import, the operation can be retried once
4502
4511
  * the failures are fixed. To see if this is due to a failed import, look at the <code>DetailedStatus</code> member in
4503
4512
  * the <code>StackInstanceSummary</code> member that is a peer to this <code>Status</code>
@@ -6317,8 +6326,8 @@ export interface DescribeTypeOutput {
6317
6326
  * <p>A JSON string that represent the current configuration data for the extension in this account and Region.</p>
6318
6327
  * <p>To set the configuration data for an extension, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">
6319
6328
  * <code>SetTypeConfiguration</code>
6320
- * </a>. For more
6321
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
6329
+ * </a>.
6330
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
6322
6331
  * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
6323
6332
  * @public
6324
6333
  */
@@ -6602,22 +6611,24 @@ export interface ExecuteChangeSetInput {
6602
6611
  * <p>Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
6603
6612
  * specified when the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">
6604
6613
  * <code>CreateChangeSet</code>
6605
- * </a> API operation was
6606
- * specified.</p>
6614
+ * </a> API
6615
+ * operation was specified.</p>
6607
6616
  * <ul>
6608
6617
  * <li>
6609
6618
  * <p>
6610
6619
  * <code>True</code> - if the stack creation fails, do nothing. This is equivalent to specifying
6611
6620
  * <code>DO_NOTHING</code> for the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">
6612
6621
  * <code>CreateChangeSet</code>
6613
- * </a> API operation.</p>
6622
+ * </a> API
6623
+ * operation.</p>
6614
6624
  * </li>
6615
6625
  * <li>
6616
6626
  * <p>
6617
6627
  * <code>False</code> - if the stack creation fails, roll back the stack. This is equivalent to specifying
6618
6628
  * <code>ROLLBACK</code> for the <code>OnStackFailure</code> parameter to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateChangeSet.html">
6619
6629
  * <code>CreateChangeSet</code>
6620
- * </a> API operation.</p>
6630
+ * </a> API
6631
+ * operation.</p>
6621
6632
  * </li>
6622
6633
  * </ul>
6623
6634
  * <p>Default: <code>True</code>
@@ -7915,7 +7926,8 @@ export interface StackInstanceSummary {
7915
7926
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
7916
7927
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
7917
7928
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
7918
- * <code>true</code>, to delete the stack instance, and then delete the stack manually. <code>INOPERABLE</code> can be
7929
+ * <code>true</code>, to delete the stack instance, and then delete the stack
7930
+ * manually. <code>INOPERABLE</code> can be
7919
7931
  * returned here when the cause is a failed import. If it's due to a failed import, the operation can be retried once
7920
7932
  * the failures are fixed. To see if this is due to a failed import, call the <a>DescribeStackInstance</a>
7921
7933
  * API operation, look at the <code>DetailedStatus</code> member returned in the <code>StackInstanceSummary</code>
@@ -8298,6 +8310,82 @@ export interface ListStacksOutput {
8298
8310
  */
8299
8311
  NextToken?: string;
8300
8312
  }
8313
+ /**
8314
+ * @public
8315
+ */
8316
+ export interface ListStackSetAutoDeploymentTargetsInput {
8317
+ /**
8318
+ * <p>The name or unique ID of the stack set that you want to get automatic deployment targets for.</p>
8319
+ * @public
8320
+ */
8321
+ StackSetName: string | undefined;
8322
+ /**
8323
+ * <p>A string that identifies the next page of stack set deployment targets that you want to retrieve.</p>
8324
+ * @public
8325
+ */
8326
+ NextToken?: string;
8327
+ /**
8328
+ * <p>The maximum number of results to be returned with a single call. If the number of available results exceeds this
8329
+ * maximum, the response includes a <code>NextToken</code> value that you can assign to the <code>NextToken</code>
8330
+ * request parameter to get the next set of results.</p>
8331
+ * @public
8332
+ */
8333
+ MaxResults?: number;
8334
+ /**
8335
+ * <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p>
8336
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with self-managed
8337
+ * permissions.</p>
8338
+ * <ul>
8339
+ * <li>
8340
+ * <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
8341
+ * </li>
8342
+ * <li>
8343
+ * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
8344
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
8345
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
8346
+ * </li>
8347
+ * </ul>
8348
+ * @public
8349
+ */
8350
+ CallAs?: CallAs;
8351
+ }
8352
+ /**
8353
+ * <p>One of the targets for the stack set. Returned by the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">
8354
+ * <code>ListStackSetAutoDeploymentTargets</code>
8355
+ * </a> API operation.</p>
8356
+ * @public
8357
+ */
8358
+ export interface StackSetAutoDeploymentTargetSummary {
8359
+ /**
8360
+ * <p>The organization root ID or organizational unit (OU) IDs where the stack set is targeted.</p>
8361
+ * @public
8362
+ */
8363
+ OrganizationalUnitId?: string;
8364
+ /**
8365
+ * <p>The list of Regions targeted for this organization or OU.</p>
8366
+ * @public
8367
+ */
8368
+ Regions?: string[];
8369
+ }
8370
+ /**
8371
+ * @public
8372
+ */
8373
+ export interface ListStackSetAutoDeploymentTargetsOutput {
8374
+ /**
8375
+ * <p>An array of summaries of the deployment targets for the stack set.</p>
8376
+ * @public
8377
+ */
8378
+ Summaries?: StackSetAutoDeploymentTargetSummary[];
8379
+ /**
8380
+ * <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to a token. To retrieve
8381
+ * the next set of results, call <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">
8382
+ * <code>ListStackSetAutoDeploymentTargets</code>
8383
+ * </a> again and use that value for the <code>NextToken</code>
8384
+ * parameter. If the request returns all results, <code>NextToken</code> is set to an empty string.</p>
8385
+ * @public
8386
+ */
8387
+ NextToken?: string;
8388
+ }
8301
8389
  /**
8302
8390
  * @public
8303
8391
  * @enum
@@ -9659,8 +9747,8 @@ export interface SetTypeConfigurationInput {
9659
9747
  * <p>The configuration data must be formatted as JSON, and validate against the schema returned in the
9660
9748
  * <code>ConfigurationSchema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
9661
9749
  * <code>DescribeType</code>
9662
- * </a>. For more information, see
9663
- * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining
9750
+ * </a>. For more
9751
+ * information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining
9664
9752
  * account-level configuration data for an extension</a> in the <i>CloudFormation CLI User
9665
9753
  * Guide</i>.</p>
9666
9754
  * @public
@@ -9729,50 +9817,3 @@ export interface SetTypeDefaultVersionInput {
9729
9817
  */
9730
9818
  VersionId?: string;
9731
9819
  }
9732
- /**
9733
- * @public
9734
- */
9735
- export interface SetTypeDefaultVersionOutput {
9736
- }
9737
- /**
9738
- * @public
9739
- * @enum
9740
- */
9741
- export declare const ResourceSignalStatus: {
9742
- readonly FAILURE: "FAILURE";
9743
- readonly SUCCESS: "SUCCESS";
9744
- };
9745
- /**
9746
- * @public
9747
- */
9748
- export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
9749
- /**
9750
- * <p>The input for the <a>SignalResource</a> action.</p>
9751
- * @public
9752
- */
9753
- export interface SignalResourceInput {
9754
- /**
9755
- * <p>The stack name or unique stack ID that includes the resource that you want to signal.</p>
9756
- * @public
9757
- */
9758
- StackName: string | undefined;
9759
- /**
9760
- * <p>The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in
9761
- * the template.</p>
9762
- * @public
9763
- */
9764
- LogicalResourceId: string | undefined;
9765
- /**
9766
- * <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
9767
- * instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as
9768
- * signaling a wait condition), each signal requires a different unique ID.</p>
9769
- * @public
9770
- */
9771
- UniqueId: string | undefined;
9772
- /**
9773
- * <p>The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately
9774
- * fail the stack creation or update.</p>
9775
- * @public
9776
- */
9777
- Status: ResourceSignalStatus | undefined;
9778
- }
@@ -1,6 +1,53 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
3
3
  import { AutoDeployment, CallAs, Capability, DeploymentTargets, ManagedExecution, Parameter, PermissionModels, ResourceDefinition, RollbackConfiguration, StackSetOperationPreferences, Tag, TemplateConfiguration, ThirdPartyType } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface SetTypeDefaultVersionOutput {
8
+ }
9
+ /**
10
+ * @public
11
+ * @enum
12
+ */
13
+ export declare const ResourceSignalStatus: {
14
+ readonly FAILURE: "FAILURE";
15
+ readonly SUCCESS: "SUCCESS";
16
+ };
17
+ /**
18
+ * @public
19
+ */
20
+ export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
21
+ /**
22
+ * <p>The input for the <a>SignalResource</a> action.</p>
23
+ * @public
24
+ */
25
+ export interface SignalResourceInput {
26
+ /**
27
+ * <p>The stack name or unique stack ID that includes the resource that you want to signal.</p>
28
+ * @public
29
+ */
30
+ StackName: string | undefined;
31
+ /**
32
+ * <p>The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in
33
+ * the template.</p>
34
+ * @public
35
+ */
36
+ LogicalResourceId: string | undefined;
37
+ /**
38
+ * <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
39
+ * instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as
40
+ * signaling a wait condition), each signal requires a different unique ID.</p>
41
+ * @public
42
+ */
43
+ UniqueId: string | undefined;
44
+ /**
45
+ * <p>The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately
46
+ * fail the stack creation or update.</p>
47
+ * @public
48
+ */
49
+ Status: ResourceSignalStatus | undefined;
50
+ }
4
51
  /**
5
52
  * <p>The limit on resource scans has been exceeded. Reasons include:</p>
6
53
  * <ul>
@@ -260,8 +307,7 @@ export interface UpdateStackInput {
260
307
  * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
261
308
  * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">
262
309
  * <code>Parameter</code>
263
- * </a>
264
- * data type.</p>
310
+ * </a> data type.</p>
265
311
  * @public
266
312
  */
267
313
  Parameters?: Parameter[];
@@ -361,8 +407,8 @@ export interface UpdateStackInput {
361
407
  * <code>AWS::Include</code>
362
408
  * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
363
409
  * <code>AWS::Serverless</code>
364
- * </a> transforms, which
365
- * are macros hosted by CloudFormation.</p>
410
+ * </a>
411
+ * transforms, which are macros hosted by CloudFormation.</p>
366
412
  * <p>If you want to update a stack from a stack template that contains macros <i>and</i> nested
367
413
  * stacks, you must update the stack directly from the template using this capability.</p>
368
414
  * <important>
@@ -547,10 +593,9 @@ export interface UpdateStackInstancesInput {
547
593
  * delete a parameter itself, use <code>UpdateStackSet</code> to update the stack set template. If you add a parameter
548
594
  * 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">
549
595
  * <code>UpdateStackSet</code>
550
- * </a> to
551
- * update all stack instances with the updated template and parameter value specified in the stack set. Once a stack
552
- * instance has been updated with the new parameter, you can then override the parameter value using
553
- * <code>UpdateStackInstances</code>.</p>
596
+ * </a> to update all stack instances with the updated template and parameter value
597
+ * specified in the stack set. Once a stack instance has been updated with the new parameter, you can then override the
598
+ * parameter value using <code>UpdateStackInstances</code>.</p>
554
599
  * @public
555
600
  */
556
601
  ParameterOverrides?: Parameter[];
@@ -738,9 +783,9 @@ export interface UpdateStackSetInput {
738
783
  * <code>AWS::Include</code>
739
784
  * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
740
785
  * <code>AWS::Serverless</code>
741
- * </a> transforms, which
742
- * are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions,
743
- * if you reference a macro in your template the stack set operation will fail.</p>
786
+ * </a>
787
+ * transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with
788
+ * service-managed permissions, if you reference a macro in your template the stack set operation will fail.</p>
744
789
  * </important>
745
790
  * </li>
746
791
  * </ul>
@@ -57,6 +57,7 @@ import { ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceD
57
57
  import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "../commands/ListStackInstancesCommand";
58
58
  import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "../commands/ListStackResourcesCommand";
59
59
  import { ListStacksCommandInput, ListStacksCommandOutput } from "../commands/ListStacksCommand";
60
+ import { ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput } from "../commands/ListStackSetAutoDeploymentTargetsCommand";
60
61
  import { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "../commands/ListStackSetOperationResultsCommand";
61
62
  import { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "../commands/ListStackSetOperationsCommand";
62
63
  import { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "../commands/ListStackSetsCommand";
@@ -309,6 +310,10 @@ export declare const se_ListStackResourcesCommand: (input: ListStackResourcesCom
309
310
  * serializeAws_queryListStacksCommand
310
311
  */
311
312
  export declare const se_ListStacksCommand: (input: ListStacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
+ /**
314
+ * serializeAws_queryListStackSetAutoDeploymentTargetsCommand
315
+ */
316
+ export declare const se_ListStackSetAutoDeploymentTargetsCommand: (input: ListStackSetAutoDeploymentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
317
  /**
313
318
  * serializeAws_queryListStackSetOperationResultsCommand
314
319
  */
@@ -633,6 +638,10 @@ export declare const de_ListStackResourcesCommand: (output: __HttpResponse, cont
633
638
  * deserializeAws_queryListStacksCommand
634
639
  */
635
640
  export declare const de_ListStacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStacksCommandOutput>;
641
+ /**
642
+ * deserializeAws_queryListStackSetAutoDeploymentTargetsCommand
643
+ */
644
+ export declare const de_ListStackSetAutoDeploymentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStackSetAutoDeploymentTargetsCommandOutput>;
636
645
  /**
637
646
  * deserializeAws_queryListStackSetOperationResultsCommand
638
647
  */
@@ -228,6 +228,10 @@ import {
228
228
  ListStacksCommandInput,
229
229
  ListStacksCommandOutput,
230
230
  } from "./commands/ListStacksCommand";
231
+ import {
232
+ ListStackSetAutoDeploymentTargetsCommandInput,
233
+ ListStackSetAutoDeploymentTargetsCommandOutput,
234
+ } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
231
235
  import {
232
236
  ListStackSetOperationResultsCommandInput,
233
237
  ListStackSetOperationResultsCommandOutput,
@@ -1091,6 +1095,25 @@ export interface CloudFormation {
1091
1095
  options: __HttpHandlerOptions,
1092
1096
  cb: (err: any, data?: ListStacksCommandOutput) => void
1093
1097
  ): void;
1098
+ listStackSetAutoDeploymentTargets(
1099
+ args: ListStackSetAutoDeploymentTargetsCommandInput,
1100
+ options?: __HttpHandlerOptions
1101
+ ): Promise<ListStackSetAutoDeploymentTargetsCommandOutput>;
1102
+ listStackSetAutoDeploymentTargets(
1103
+ args: ListStackSetAutoDeploymentTargetsCommandInput,
1104
+ cb: (
1105
+ err: any,
1106
+ data?: ListStackSetAutoDeploymentTargetsCommandOutput
1107
+ ) => void
1108
+ ): void;
1109
+ listStackSetAutoDeploymentTargets(
1110
+ args: ListStackSetAutoDeploymentTargetsCommandInput,
1111
+ options: __HttpHandlerOptions,
1112
+ cb: (
1113
+ err: any,
1114
+ data?: ListStackSetAutoDeploymentTargetsCommandOutput
1115
+ ) => void
1116
+ ): void;
1094
1117
  listStackSetOperationResults(
1095
1118
  args: ListStackSetOperationResultsCommandInput,
1096
1119
  options?: __HttpHandlerOptions
@@ -273,6 +273,10 @@ import {
273
273
  ListStacksCommandInput,
274
274
  ListStacksCommandOutput,
275
275
  } from "./commands/ListStacksCommand";
276
+ import {
277
+ ListStackSetAutoDeploymentTargetsCommandInput,
278
+ ListStackSetAutoDeploymentTargetsCommandOutput,
279
+ } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
276
280
  import {
277
281
  ListStackSetOperationResultsCommandInput,
278
282
  ListStackSetOperationResultsCommandOutput,
@@ -433,6 +437,7 @@ export type ServiceInputTypes =
433
437
  | ListStackInstanceResourceDriftsCommandInput
434
438
  | ListStackInstancesCommandInput
435
439
  | ListStackResourcesCommandInput
440
+ | ListStackSetAutoDeploymentTargetsCommandInput
436
441
  | ListStackSetOperationResultsCommandInput
437
442
  | ListStackSetOperationsCommandInput
438
443
  | ListStackSetsCommandInput
@@ -515,6 +520,7 @@ export type ServiceOutputTypes =
515
520
  | ListStackInstanceResourceDriftsCommandOutput
516
521
  | ListStackInstancesCommandOutput
517
522
  | ListStackResourcesCommandOutput
523
+ | ListStackSetAutoDeploymentTargetsCommandOutput
518
524
  | ListStackSetOperationResultsCommandOutput
519
525
  | ListStackSetOperationsCommandOutput
520
526
  | ListStackSetsCommandOutput
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import {
9
+ ListStackSetAutoDeploymentTargetsInput,
10
+ ListStackSetAutoDeploymentTargetsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListStackSetAutoDeploymentTargetsCommandInput
14
+ extends ListStackSetAutoDeploymentTargetsInput {}
15
+ export interface ListStackSetAutoDeploymentTargetsCommandOutput
16
+ extends ListStackSetAutoDeploymentTargetsOutput,
17
+ __MetadataBearer {}
18
+ declare const ListStackSetAutoDeploymentTargetsCommand_base: {
19
+ new (
20
+ input: ListStackSetAutoDeploymentTargetsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListStackSetAutoDeploymentTargetsCommandInput,
23
+ ListStackSetAutoDeploymentTargetsCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListStackSetAutoDeploymentTargetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListStackSetAutoDeploymentTargetsCommandInput,
32
+ ListStackSetAutoDeploymentTargetsCommandOutput,
33
+ CloudFormationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListStackSetAutoDeploymentTargetsCommand extends ListStackSetAutoDeploymentTargetsCommand_base {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import {
9
- SetTypeDefaultVersionInput,
10
- SetTypeDefaultVersionOutput,
11
- } from "../models/models_0";
8
+ import { SetTypeDefaultVersionInput } from "../models/models_0";
9
+ import { SetTypeDefaultVersionOutput } from "../models/models_1";
12
10
  export { __MetadataBearer, $Command };
13
11
  export interface SetTypeDefaultVersionCommandInput
14
12
  extends SetTypeDefaultVersionInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { SignalResourceInput } from "../models/models_0";
8
+ import { SignalResourceInput } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface SignalResourceCommandInput extends SignalResourceInput {}
11
11
  export interface SignalResourceCommandOutput extends __MetadataBearer {}
@@ -54,6 +54,7 @@ export * from "./ListResourceScansCommand";
54
54
  export * from "./ListStackInstanceResourceDriftsCommand";
55
55
  export * from "./ListStackInstancesCommand";
56
56
  export * from "./ListStackResourcesCommand";
57
+ export * from "./ListStackSetAutoDeploymentTargetsCommand";
57
58
  export * from "./ListStackSetOperationResultsCommand";
58
59
  export * from "./ListStackSetOperationsCommand";
59
60
  export * from "./ListStackSetsCommand";
@@ -1721,6 +1721,20 @@ export interface ListStacksOutput {
1721
1721
  StackSummaries?: StackSummary[];
1722
1722
  NextToken?: string;
1723
1723
  }
1724
+ export interface ListStackSetAutoDeploymentTargetsInput {
1725
+ StackSetName: string | undefined;
1726
+ NextToken?: string;
1727
+ MaxResults?: number;
1728
+ CallAs?: CallAs;
1729
+ }
1730
+ export interface StackSetAutoDeploymentTargetSummary {
1731
+ OrganizationalUnitId?: string;
1732
+ Regions?: string[];
1733
+ }
1734
+ export interface ListStackSetAutoDeploymentTargetsOutput {
1735
+ Summaries?: StackSetAutoDeploymentTargetSummary[];
1736
+ NextToken?: string;
1737
+ }
1724
1738
  export declare const OperationResultFilterName: {
1725
1739
  readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
1726
1740
  };
@@ -1988,16 +2002,3 @@ export interface SetTypeDefaultVersionInput {
1988
2002
  TypeName?: string;
1989
2003
  VersionId?: string;
1990
2004
  }
1991
- export interface SetTypeDefaultVersionOutput {}
1992
- export declare const ResourceSignalStatus: {
1993
- readonly FAILURE: "FAILURE";
1994
- readonly SUCCESS: "SUCCESS";
1995
- };
1996
- export type ResourceSignalStatus =
1997
- (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
1998
- export interface SignalResourceInput {
1999
- StackName: string | undefined;
2000
- LogicalResourceId: string | undefined;
2001
- UniqueId: string | undefined;
2002
- Status: ResourceSignalStatus | undefined;
2003
- }
@@ -15,6 +15,19 @@ import {
15
15
  TemplateConfiguration,
16
16
  ThirdPartyType,
17
17
  } from "./models_0";
18
+ export interface SetTypeDefaultVersionOutput {}
19
+ export declare const ResourceSignalStatus: {
20
+ readonly FAILURE: "FAILURE";
21
+ readonly SUCCESS: "SUCCESS";
22
+ };
23
+ export type ResourceSignalStatus =
24
+ (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
25
+ export interface SignalResourceInput {
26
+ StackName: string | undefined;
27
+ LogicalResourceId: string | undefined;
28
+ UniqueId: string | undefined;
29
+ Status: ResourceSignalStatus | undefined;
30
+ }
18
31
  export declare class ResourceScanLimitExceededException extends __BaseException {
19
32
  readonly name: "ResourceScanLimitExceededException";
20
33
  readonly $fault: "client";