@aws-sdk/client-cloudformation 3.536.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,7 +113,7 @@ export interface StopStackSetOperationInput {
113
113
  OperationId: string | undefined;
114
114
  /**
115
115
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
116
- * management account or as a delegated administrator in a member account.</p>
116
+ * management account or as a delegated administrator in a member account.</p>
117
117
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
118
118
  * permissions.</p>
119
119
  * <ul>
@@ -123,7 +123,7 @@ export interface StopStackSetOperationInput {
123
123
  * <li>
124
124
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
125
125
  * <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
126
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
126
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
127
127
  * </li>
128
128
  * </ul>
129
129
  * @public
@@ -305,9 +305,8 @@ export interface UpdateStackInput {
305
305
  StackPolicyDuringUpdateURL?: string;
306
306
  /**
307
307
  * <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
308
- * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">
309
- * <code>Parameter</code>
310
- * </a> data type.</p>
308
+ * see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
309
+ * data type.</p>
311
310
  * @public
312
311
  */
313
312
  Parameters?: Parameter[];
@@ -343,51 +342,40 @@ export interface UpdateStackInput {
343
342
  * <li>
344
343
  * <p>
345
344
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
346
- * <code>AWS::IAM::AccessKey</code>
347
- * </a>
345
+ * AWS::IAM::AccessKey</a>
348
346
  * </p>
349
347
  * </li>
350
348
  * <li>
351
349
  * <p>
352
350
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
353
- * <code>AWS::IAM::Group</code>
354
- * </a>
351
+ * AWS::IAM::Group</a>
355
352
  * </p>
356
353
  * </li>
357
354
  * <li>
358
355
  * <p>
359
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
360
- * <code>AWS::IAM::InstanceProfile</code>
361
- * </a>
356
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
362
357
  * </p>
363
358
  * </li>
364
359
  * <li>
365
360
  * <p>
366
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
367
- * <code>
368
- * AWS::IAM::Policy</code>
369
- * </a>
361
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
370
362
  * </p>
371
363
  * </li>
372
364
  * <li>
373
365
  * <p>
374
366
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
375
- * <code>AWS::IAM::Role</code>
376
- * </a>
367
+ * AWS::IAM::Role</a>
377
368
  * </p>
378
369
  * </li>
379
370
  * <li>
380
371
  * <p>
381
372
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
382
- * <code>AWS::IAM::User</code>
383
- * </a>
373
+ * AWS::IAM::User</a>
384
374
  * </p>
385
375
  * </li>
386
376
  * <li>
387
377
  * <p>
388
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
389
- * <code>AWS::IAM::UserToGroupAddition</code>
390
- * </a>
378
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
391
379
  * </p>
392
380
  * </li>
393
381
  * </ul>
@@ -403,12 +391,8 @@ export interface UpdateStackInput {
403
391
  * users typically create a change set from the processed template, so that they can review the changes resulting from
404
392
  * the macros before actually updating the stack. If your stack template contains one or more macros, and you choose
405
393
  * to update a stack directly from the processed template, without first reviewing the resulting changes in a change
406
- * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
407
- * <code>AWS::Include</code>
408
- * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
409
- * <code>AWS::Serverless</code>
410
- * </a>
411
- * transforms, which are macros hosted by CloudFormation.</p>
394
+ * set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
395
+ * are macros hosted by CloudFormation.</p>
412
396
  * <p>If you want to update a stack from a stack template that contains macros <i>and</i> nested
413
397
  * stacks, you must update the stack directly from the template using this capability.</p>
414
398
  * <important>
@@ -562,7 +546,7 @@ export interface UpdateStackInstancesInput {
562
546
  /**
563
547
  * <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack
564
548
  * instances. The overridden parameter values will be applied to all stack instances in the specified accounts and
565
- * Amazon Web Services Regions.</p>
549
+ * Amazon Web Services Regions.</p>
566
550
  * @public
567
551
  */
568
552
  Regions: string[] | undefined;
@@ -576,8 +560,8 @@ export interface UpdateStackInstancesInput {
576
560
  * </li>
577
561
  * <li>
578
562
  * <p>To leave an overridden parameter set to its present value, include the parameter and specify
579
- * <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
580
- * <code>UsePreviousValue</code> to <code>true</code>.)</p>
563
+ * <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
564
+ * <code>UsePreviousValue</code> to <code>true</code>.)</p>
581
565
  * </li>
582
566
  * <li>
583
567
  * <p>To set an overridden parameter back to the value specified in the stack set, specify a parameter list but
@@ -591,11 +575,10 @@ export interface UpdateStackInstancesInput {
591
575
  * overridden value.</p>
592
576
  * <p>You can only override the parameter <i>values</i> that are specified in the stack set; to add or
593
577
  * delete a parameter itself, use <code>UpdateStackSet</code> to update the stack set template. If you add a parameter
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">
595
- * <code>UpdateStackSet</code>
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>
578
+ * to a template, before you can override the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to
579
+ * update all stack instances with the updated template and parameter value specified in the stack set. Once a stack
580
+ * instance has been updated with the new parameter, you can then override the parameter value using
581
+ * <code>UpdateStackInstances</code>.</p>
599
582
  * @public
600
583
  */
601
584
  ParameterOverrides?: Parameter[];
@@ -615,7 +598,7 @@ export interface UpdateStackInstancesInput {
615
598
  OperationId?: string;
616
599
  /**
617
600
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
618
- * management account or as a delegated administrator in a member account.</p>
601
+ * management account or as a delegated administrator in a member account.</p>
619
602
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
620
603
  * permissions.</p>
621
604
  * <ul>
@@ -625,7 +608,7 @@ export interface UpdateStackInstancesInput {
625
608
  * <li>
626
609
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
627
610
  * <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
628
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
611
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
629
612
  * </li>
630
613
  * </ul>
631
614
  * @public
@@ -659,9 +642,9 @@ export interface UpdateStackSetInput {
659
642
  /**
660
643
  * <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
661
644
  * bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
662
- * <i>CloudFormation User Guide</i>.</p>
645
+ * <i>CloudFormation User Guide</i>.</p>
663
646
  * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
664
- * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
647
+ * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
665
648
  * @public
666
649
  */
667
650
  TemplateBody?: string;
@@ -669,16 +652,16 @@ export interface UpdateStackSetInput {
669
652
  * <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
670
653
  * 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information,
671
654
  * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
672
- * Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
655
+ * Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
673
656
  * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
674
- * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
657
+ * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
675
658
  * @public
676
659
  */
677
660
  TemplateURL?: string;
678
661
  /**
679
662
  * <p>Use the existing template that's associated with the stack set that you're updating.</p>
680
663
  * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
681
- * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
664
+ * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
682
665
  * @public
683
666
  */
684
667
  UsePreviousTemplate?: boolean;
@@ -699,18 +682,18 @@ export interface UpdateStackSetInput {
699
682
  * for example, by creating new Identity and Access Management (IAM) users. For those stacks sets, you must explicitly
700
683
  * acknowledge this by specifying one of these capabilities.</p>
701
684
  * <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
702
- * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
685
+ * <code>CAPABILITY_NAMED_IAM</code> capability.</p>
703
686
  * <ul>
704
687
  * <li>
705
688
  * <p>If you have IAM resources, you can specify either capability.</p>
706
689
  * </li>
707
690
  * <li>
708
691
  * <p>If you have IAM resources with custom names, you <i>must</i> specify
709
- * <code>CAPABILITY_NAMED_IAM</code>.</p>
692
+ * <code>CAPABILITY_NAMED_IAM</code>.</p>
710
693
  * </li>
711
694
  * <li>
712
695
  * <p>If you don't specify either of these capabilities, CloudFormation returns an
713
- * <code>InsufficientCapabilities</code> error.</p>
696
+ * <code>InsufficientCapabilities</code> error.</p>
714
697
  * </li>
715
698
  * </ul>
716
699
  * <p>If your stack template contains these resources, we recommend that you review all permissions associated with
@@ -718,56 +701,42 @@ export interface UpdateStackSetInput {
718
701
  * <ul>
719
702
  * <li>
720
703
  * <p>
721
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
722
- * <code>AWS::IAM::AccessKey</code>
723
- * </a>
704
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">AWS::IAM::AccessKey</a>
724
705
  * </p>
725
706
  * </li>
726
707
  * <li>
727
708
  * <p>
728
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
729
- * <code>AWS::IAM::Group</code>
730
- * </a>
709
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>
731
710
  * </p>
732
711
  * </li>
733
712
  * <li>
734
713
  * <p>
735
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
736
- * <code>AWS::IAM::InstanceProfile</code>
737
- * </a>
714
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
738
715
  * </p>
739
716
  * </li>
740
717
  * <li>
741
718
  * <p>
742
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
743
- * <code>AWS::IAM::Policy</code>
744
- * </a>
719
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
745
720
  * </p>
746
721
  * </li>
747
722
  * <li>
748
723
  * <p>
749
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
750
- * <code>AWS::IAM::Role</code>
751
- * </a>
724
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>
752
725
  * </p>
753
726
  * </li>
754
727
  * <li>
755
728
  * <p>
756
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
757
- * <code>AWS::IAM::User</code>
758
- * </a>
729
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">AWS::IAM::User</a>
759
730
  * </p>
760
731
  * </li>
761
732
  * <li>
762
733
  * <p>
763
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
764
- * <code>AWS::IAM::UserToGroupAddition</code>
765
- * </a>
734
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
766
735
  * </p>
767
736
  * </li>
768
737
  * </ul>
769
738
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
770
- * CloudFormation Templates</a>.</p>
739
+ * CloudFormation Templates</a>.</p>
771
740
  * </li>
772
741
  * <li>
773
742
  * <p>
@@ -776,16 +745,12 @@ export interface UpdateStackSetInput {
776
745
  * <p>Some templates reference macros. If your stack set template references one or more macros, you must update the
777
746
  * stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
778
747
  * update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to
779
- * Perform Custom Processing on Templates</a>.</p>
748
+ * Perform Custom Processing on Templates</a>.</p>
780
749
  * <important>
781
750
  * <p>Stack sets with service-managed permissions do not currently support the use of macros in templates. (This
782
- * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
783
- * <code>AWS::Include</code>
784
- * </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
785
- * <code>AWS::Serverless</code>
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>
751
+ * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
752
+ * are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions,
753
+ * if you reference a macro in your template the stack set operation will fail.</p>
789
754
  * </important>
790
755
  * </li>
791
756
  * </ul>
@@ -815,7 +780,7 @@ export interface UpdateStackSetInput {
815
780
  * required IAM permission to tag resources. If you omit tags that are currently associated with the stack set from
816
781
  * the list of tags you specify, CloudFormation assumes that you want to remove those tags from the stack set, and checks to see
817
782
  * if you have permission to untag resources. If you don't have the necessary permission(s), the entire
818
- * <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the stack set is not
783
+ * <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the stack set is not
819
784
  * updated.</p>
820
785
  * @public
821
786
  */
@@ -829,7 +794,7 @@ export interface UpdateStackSetInput {
829
794
  * <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
830
795
  * <p>Specify an IAM role only if you are using customized administrator roles to control which users or groups can
831
796
  * manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for Stack
832
- * Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
797
+ * Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
833
798
  * <p>If you specified a customized administrator role when you created the stack set, you must specify a customized
834
799
  * administrator role, even if it is the same customized administrator role used with this stack set previously.</p>
835
800
  * @public
@@ -852,26 +817,26 @@ export interface UpdateStackSetInput {
852
817
  * <p>To update all the stack instances associated with this stack set, do not specify <code>DeploymentTargets</code>
853
818
  * or <code>Regions</code>.</p>
854
819
  * <p>If the stack set update includes changes to the template (that is, if <code>TemplateBody</code> or
855
- * <code>TemplateURL</code> is specified), or the <code>Parameters</code>, CloudFormation marks all stack instances with a status
856
- * of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the stack instances
857
- * in the specified accounts and Regions, while leaving all other stack instances with their existing stack instance
858
- * status.</p>
820
+ * <code>TemplateURL</code> is specified), or the <code>Parameters</code>, CloudFormation marks all stack instances with a
821
+ * status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the
822
+ * stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing
823
+ * stack instance status.</p>
859
824
  * @public
860
825
  */
861
826
  DeploymentTargets?: DeploymentTargets;
862
827
  /**
863
828
  * <p>Describes how the IAM roles required for stack set operations are created. You cannot modify
864
- * <code>PermissionModel</code> if there are stack instances associated with your stack set.</p>
829
+ * <code>PermissionModel</code> if there are stack instances associated with your stack set.</p>
865
830
  * <ul>
866
831
  * <li>
867
832
  * <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
868
833
  * deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant Self-Managed Stack Set
869
- * Permissions</a>.</p>
834
+ * Permissions</a>.</p>
870
835
  * </li>
871
836
  * <li>
872
837
  * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to
873
838
  * deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant Service-Managed Stack Set
874
- * Permissions</a>.</p>
839
+ * Permissions</a>.</p>
875
840
  * </li>
876
841
  * </ul>
877
842
  * @public
@@ -892,7 +857,7 @@ export interface UpdateStackSetInput {
892
857
  * ensure that CloudFormation successfully received them.</p>
893
858
  * <p>If you don't specify an operation ID, CloudFormation generates one automatically.</p>
894
859
  * <p>Repeating this stack set operation with a new operation ID retries all stack instances whose status is
895
- * <code>OUTDATED</code>.</p>
860
+ * <code>OUTDATED</code>.</p>
896
861
  * @public
897
862
  */
898
863
  OperationId?: string;
@@ -900,11 +865,11 @@ export interface UpdateStackSetInput {
900
865
  * <p>[Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts,
901
866
  * you must also specify the Amazon Web Services Regions in which to update stack set instances.</p>
902
867
  * <p>To update <i>all</i> the stack instances associated with this stack set, don't specify the
903
- * <code>Accounts</code> or <code>Regions</code> properties.</p>
868
+ * <code>Accounts</code> or <code>Regions</code> properties.</p>
904
869
  * <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
905
- * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
870
+ * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
906
871
  * instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
907
- * Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters, CloudFormation
872
+ * Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters, CloudFormation
908
873
  * updates the stack instances in the specified accounts and Amazon Web Services Regions, while leaving all other stack
909
874
  * instances with their existing stack instance status.</p>
910
875
  * @public
@@ -914,9 +879,9 @@ export interface UpdateStackSetInput {
914
879
  * <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must
915
880
  * also specify accounts in which to update stack set instances.</p>
916
881
  * <p>To update <i>all</i> the stack instances associated with this stack set, do not specify the
917
- * <code>Accounts</code> or <code>Regions</code> properties.</p>
882
+ * <code>Accounts</code> or <code>Regions</code> properties.</p>
918
883
  * <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
919
- * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
884
+ * <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
920
885
  * instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
921
886
  * Regions. If the stack set update does not include changes to the template or parameters, CloudFormation updates the stack
922
887
  * instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack
@@ -926,7 +891,7 @@ export interface UpdateStackSetInput {
926
891
  Regions?: string[];
927
892
  /**
928
893
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
929
- * management account or as a delegated administrator in a member account.</p>
894
+ * management account or as a delegated administrator in a member account.</p>
930
895
  * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
931
896
  * permissions.</p>
932
897
  * <ul>
@@ -936,7 +901,7 @@ export interface UpdateStackSetInput {
936
901
  * <li>
937
902
  * <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
938
903
  * <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
939
- * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
904
+ * administrator</a> in the <i>CloudFormation User Guide</i>.</p>
940
905
  * </li>
941
906
  * </ul>
942
907
  * @public
@@ -7,5 +7,4 @@ export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
9
  export * from "./models";
10
- import "@aws-sdk/util-endpoints";
11
10
  export { CloudFormationServiceException } from "./models/CloudFormationServiceException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.536.0",
4
+ "version": "3.540.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.535.0",
23
+ "@aws-sdk/client-sts": "3.540.0",
24
24
  "@aws-sdk/core": "3.535.0",
25
- "@aws-sdk/credential-provider-node": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.540.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
- "@aws-sdk/middleware-user-agent": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.540.0",
30
30
  "@aws-sdk/region-config-resolver": "3.535.0",
31
31
  "@aws-sdk/types": "3.535.0",
32
- "@aws-sdk/util-endpoints": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.540.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.535.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.535.0",
35
35
  "@smithy/config-resolver": "^2.2.0",