aws-sdk-cloudformation 1.47.0 → 1.52.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -20,6 +20,7 @@ module Aws::CloudFormation
20
20
  AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
21
21
  AccountLimitList = Shapes::ListShape.new(name: 'AccountLimitList')
22
22
  AccountList = Shapes::ListShape.new(name: 'AccountList')
23
+ AccountsUrl = Shapes::StringShape.new(name: 'AccountsUrl')
23
24
  AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
24
25
  AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
25
26
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
@@ -29,6 +30,7 @@ module Aws::CloudFormation
29
30
  BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
30
31
  BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
31
32
  CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException')
33
+ CallAs = Shapes::StringShape.new(name: 'CallAs')
32
34
  CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
33
35
  Capabilities = Shapes::ListShape.new(name: 'Capabilities')
34
36
  CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
@@ -225,6 +227,7 @@ module Aws::CloudFormation
225
227
  RecordHandlerProgressInput = Shapes::StructureShape.new(name: 'RecordHandlerProgressInput')
226
228
  RecordHandlerProgressOutput = Shapes::StructureShape.new(name: 'RecordHandlerProgressOutput')
227
229
  Region = Shapes::StringShape.new(name: 'Region')
230
+ RegionConcurrencyType = Shapes::StringShape.new(name: 'RegionConcurrencyType')
228
231
  RegionList = Shapes::ListShape.new(name: 'RegionList')
229
232
  RegisterTypeInput = Shapes::StructureShape.new(name: 'RegisterTypeInput')
230
233
  RegisterTypeOutput = Shapes::StructureShape.new(name: 'RegisterTypeOutput')
@@ -498,6 +501,7 @@ module Aws::CloudFormation
498
501
  CreateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
499
502
  CreateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
500
503
  CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
504
+ CreateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
501
505
  CreateStackInstancesInput.struct_class = Types::CreateStackInstancesInput
502
506
 
503
507
  CreateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
@@ -517,6 +521,7 @@ module Aws::CloudFormation
517
521
  CreateStackSetInput.add_member(:execution_role_name, Shapes::ShapeRef.new(shape: ExecutionRoleName, location_name: "ExecutionRoleName"))
518
522
  CreateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
519
523
  CreateStackSetInput.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
524
+ CreateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
520
525
  CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
521
526
  CreateStackSetInput.struct_class = Types::CreateStackSetInput
522
527
 
@@ -544,17 +549,20 @@ module Aws::CloudFormation
544
549
  DeleteStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
545
550
  DeleteStackInstancesInput.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacks, required: true, location_name: "RetainStacks"))
546
551
  DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
552
+ DeleteStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
547
553
  DeleteStackInstancesInput.struct_class = Types::DeleteStackInstancesInput
548
554
 
549
555
  DeleteStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
550
556
  DeleteStackInstancesOutput.struct_class = Types::DeleteStackInstancesOutput
551
557
 
552
558
  DeleteStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
559
+ DeleteStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
553
560
  DeleteStackSetInput.struct_class = Types::DeleteStackSetInput
554
561
 
555
562
  DeleteStackSetOutput.struct_class = Types::DeleteStackSetOutput
556
563
 
557
564
  DeploymentTargets.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
565
+ DeploymentTargets.add_member(:accounts_url, Shapes::ShapeRef.new(shape: AccountsUrl, location_name: "AccountsUrl"))
558
566
  DeploymentTargets.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
559
567
  DeploymentTargets.struct_class = Types::DeploymentTargets
560
568
 
@@ -622,6 +630,7 @@ module Aws::CloudFormation
622
630
  DescribeStackInstanceInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
623
631
  DescribeStackInstanceInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
624
632
  DescribeStackInstanceInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "StackInstanceRegion"))
633
+ DescribeStackInstanceInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
625
634
  DescribeStackInstanceInput.struct_class = Types::DescribeStackInstanceInput
626
635
 
627
636
  DescribeStackInstanceOutput.add_member(:stack_instance, Shapes::ShapeRef.new(shape: StackInstance, location_name: "StackInstance"))
@@ -653,10 +662,12 @@ module Aws::CloudFormation
653
662
  DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
654
663
 
655
664
  DescribeStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
665
+ DescribeStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
656
666
  DescribeStackSetInput.struct_class = Types::DescribeStackSetInput
657
667
 
658
668
  DescribeStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
659
669
  DescribeStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
670
+ DescribeStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
660
671
  DescribeStackSetOperationInput.struct_class = Types::DescribeStackSetOperationInput
661
672
 
662
673
  DescribeStackSetOperationOutput.add_member(:stack_set_operation, Shapes::ShapeRef.new(shape: StackSetOperation, location_name: "StackSetOperation"))
@@ -723,6 +734,7 @@ module Aws::CloudFormation
723
734
  DetectStackSetDriftInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
724
735
  DetectStackSetDriftInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
725
736
  DetectStackSetDriftInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
737
+ DetectStackSetDriftInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
726
738
  DetectStackSetDriftInput.struct_class = Types::DetectStackSetDriftInput
727
739
 
728
740
  DetectStackSetDriftOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
@@ -769,6 +781,7 @@ module Aws::CloudFormation
769
781
  GetTemplateSummaryInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
770
782
  GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
771
783
  GetTemplateSummaryInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, location_name: "StackSetName"))
784
+ GetTemplateSummaryInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
772
785
  GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
773
786
 
774
787
  GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
@@ -823,6 +836,7 @@ module Aws::CloudFormation
823
836
  ListStackInstancesInput.add_member(:filters, Shapes::ShapeRef.new(shape: StackInstanceFilters, location_name: "Filters"))
824
837
  ListStackInstancesInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, location_name: "StackInstanceAccount"))
825
838
  ListStackInstancesInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, location_name: "StackInstanceRegion"))
839
+ ListStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
826
840
  ListStackInstancesInput.struct_class = Types::ListStackInstancesInput
827
841
 
828
842
  ListStackInstancesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceSummaries, location_name: "Summaries"))
@@ -841,6 +855,7 @@ module Aws::CloudFormation
841
855
  ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
842
856
  ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
843
857
  ListStackSetOperationResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
858
+ ListStackSetOperationResultsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
844
859
  ListStackSetOperationResultsInput.struct_class = Types::ListStackSetOperationResultsInput
845
860
 
846
861
  ListStackSetOperationResultsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationResultSummaries, location_name: "Summaries"))
@@ -850,6 +865,7 @@ module Aws::CloudFormation
850
865
  ListStackSetOperationsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
851
866
  ListStackSetOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
852
867
  ListStackSetOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
868
+ ListStackSetOperationsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
853
869
  ListStackSetOperationsInput.struct_class = Types::ListStackSetOperationsInput
854
870
 
855
871
  ListStackSetOperationsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationSummaries, location_name: "Summaries"))
@@ -859,6 +875,7 @@ module Aws::CloudFormation
859
875
  ListStackSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
860
876
  ListStackSetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
861
877
  ListStackSetsInput.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
878
+ ListStackSetsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
862
879
  ListStackSetsInput.struct_class = Types::ListStackSetsInput
863
880
 
864
881
  ListStackSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetSummaries, location_name: "Summaries"))
@@ -1278,6 +1295,7 @@ module Aws::CloudFormation
1278
1295
  StackSetOperation.add_member(:stack_set_drift_detection_details, Shapes::ShapeRef.new(shape: StackSetDriftDetectionDetails, location_name: "StackSetDriftDetectionDetails"))
1279
1296
  StackSetOperation.struct_class = Types::StackSetOperation
1280
1297
 
1298
+ StackSetOperationPreferences.add_member(:region_concurrency_type, Shapes::ShapeRef.new(shape: RegionConcurrencyType, location_name: "RegionConcurrencyType"))
1281
1299
  StackSetOperationPreferences.add_member(:region_order, Shapes::ShapeRef.new(shape: RegionList, location_name: "RegionOrder"))
1282
1300
  StackSetOperationPreferences.add_member(:failure_tolerance_count, Shapes::ShapeRef.new(shape: FailureToleranceCount, location_name: "FailureToleranceCount"))
1283
1301
  StackSetOperationPreferences.add_member(:failure_tolerance_percentage, Shapes::ShapeRef.new(shape: FailureTolerancePercentage, location_name: "FailureTolerancePercentage"))
@@ -1341,6 +1359,7 @@ module Aws::CloudFormation
1341
1359
 
1342
1360
  StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
1343
1361
  StopStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
1362
+ StopStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
1344
1363
  StopStackSetOperationInput.struct_class = Types::StopStackSetOperationInput
1345
1364
 
1346
1365
  StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
@@ -1411,6 +1430,7 @@ module Aws::CloudFormation
1411
1430
  UpdateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
1412
1431
  UpdateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
1413
1432
  UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
1433
+ UpdateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
1414
1434
  UpdateStackInstancesInput.struct_class = Types::UpdateStackInstancesInput
1415
1435
 
1416
1436
  UpdateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
@@ -1436,6 +1456,7 @@ module Aws::CloudFormation
1436
1456
  UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
1437
1457
  UpdateStackSetInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
1438
1458
  UpdateStackSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
1459
+ UpdateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
1439
1460
  UpdateStackSetInput.struct_class = Types::UpdateStackSetInput
1440
1461
 
1441
1462
  UpdateStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -100,8 +100,8 @@ module Aws::CloudFormation
100
100
  # @option options [String] :template_url
101
101
  # Location of file containing the template body. The URL must point to a
102
102
  # template (max size: 460,800 bytes) that is located in an Amazon S3
103
- # bucket. For more information, go to the [Template Anatomy][1] in the
104
- # AWS CloudFormation User Guide.
103
+ # bucket or a Systems Manager document. For more information, go to the
104
+ # [Template Anatomy][1] in the AWS CloudFormation User Guide.
105
105
  #
106
106
  # Conditional: You must specify either the `TemplateBody` or the
107
107
  # `TemplateURL` parameter, but not both.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -446,8 +446,8 @@ module Aws::CloudFormation
446
446
  # @option options [String] :template_url
447
447
  # Location of file containing the template body. The URL must point to a
448
448
  # template (max size: 460,800 bytes) that is located in an Amazon S3
449
- # bucket. For more information, go to the [Template Anatomy][1] in the
450
- # AWS CloudFormation User Guide.
449
+ # bucket or a Systems Manager document. For more information, go to the
450
+ # [Template Anatomy][1] in the AWS CloudFormation User Guide.
451
451
  #
452
452
  # Conditional: You must specify either the `TemplateBody` or the
453
453
  # `TemplateURL` parameter, but not both.
@@ -775,8 +775,9 @@ module Aws::CloudFormation
775
775
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
776
776
  # @option options [String] :template_url
777
777
  # Location of file containing the template body. The URL must point to a
778
- # template that is located in an Amazon S3 bucket. For more information,
779
- # go to [Template Anatomy][1] in the AWS CloudFormation User Guide.
778
+ # template that is located in an Amazon S3 bucket or a Systems Manager
779
+ # document. For more information, go to [Template Anatomy][1] in the AWS
780
+ # CloudFormation User Guide.
780
781
  #
781
782
  # Conditional: You must specify only one of the following parameters:
782
783
  # `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -119,7 +119,7 @@ module Aws::CloudFormation
119
119
  #
120
120
  class AlreadyExistsException < Aws::EmptyStructure; end
121
121
 
122
- # \[`Service-managed` permissions\] Describes whether StackSets
122
+ # \[Service-managed permissions\] Describes whether StackSets
123
123
  # automatically deploys to AWS Organizations accounts that are added to
124
124
  # a target organization or organizational unit (OU).
125
125
  #
@@ -489,8 +489,9 @@ module Aws::CloudFormation
489
489
  # @!attribute [rw] template_url
490
490
  # The location of the file that contains the revised template. The URL
491
491
  # must point to a template (max size: 460,800 bytes) that is located
492
- # in an S3 bucket. AWS CloudFormation generates the change set by
493
- # comparing this template with the stack that you specified.
492
+ # in an S3 bucket or a Systems Manager document. AWS CloudFormation
493
+ # generates the change set by comparing this template with the stack
494
+ # that you specified.
494
495
  #
495
496
  # Conditional: You must specify only `TemplateBody` or `TemplateURL`.
496
497
  # @return [String]
@@ -812,8 +813,8 @@ module Aws::CloudFormation
812
813
  # @!attribute [rw] template_url
813
814
  # Location of file containing the template body. The URL must point to
814
815
  # a template (max size: 460,800 bytes) that is located in an Amazon S3
815
- # bucket. For more information, go to the [Template Anatomy][1] in the
816
- # AWS CloudFormation User Guide.
816
+ # bucket or a Systems Manager document. For more information, go to
817
+ # the [Template Anatomy][1] in the AWS CloudFormation User Guide.
817
818
  #
818
819
  # Conditional: You must specify either the `TemplateBody` or the
819
820
  # `TemplateURL` parameter, but not both.
@@ -1091,6 +1092,7 @@ module Aws::CloudFormation
1091
1092
  # accounts: ["Account"],
1092
1093
  # deployment_targets: {
1093
1094
  # accounts: ["Account"],
1095
+ # accounts_url: "AccountsUrl",
1094
1096
  # organizational_unit_ids: ["OrganizationalUnitId"],
1095
1097
  # },
1096
1098
  # regions: ["Region"], # required
@@ -1103,6 +1105,7 @@ module Aws::CloudFormation
1103
1105
  # },
1104
1106
  # ],
1105
1107
  # operation_preferences: {
1108
+ # region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
1106
1109
  # region_order: ["Region"],
1107
1110
  # failure_tolerance_count: 1,
1108
1111
  # failure_tolerance_percentage: 1,
@@ -1110,6 +1113,7 @@ module Aws::CloudFormation
1110
1113
  # max_concurrent_percentage: 1,
1111
1114
  # },
1112
1115
  # operation_id: "ClientRequestToken",
1116
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
1113
1117
  # }
1114
1118
  #
1115
1119
  # @!attribute [rw] stack_set_name
@@ -1118,7 +1122,7 @@ module Aws::CloudFormation
1118
1122
  # @return [String]
1119
1123
  #
1120
1124
  # @!attribute [rw] accounts
1121
- # \[`Self-managed` permissions\] The names of one or more AWS accounts
1125
+ # \[Self-managed permissions\] The names of one or more AWS accounts
1122
1126
  # that you want to create stack instances in the specified Region(s)
1123
1127
  # for.
1124
1128
  #
@@ -1126,7 +1130,7 @@ module Aws::CloudFormation
1126
1130
  # @return [Array<String>]
1127
1131
  #
1128
1132
  # @!attribute [rw] deployment_targets
1129
- # \[`Service-managed` permissions\] The AWS Organizations accounts for
1133
+ # \[Service-managed permissions\] The AWS Organizations accounts for
1130
1134
  # which to create stack instances in the specified Regions.
1131
1135
  #
1132
1136
  # You can specify `Accounts` or `DeploymentTargets`, but not both.
@@ -1201,6 +1205,29 @@ module Aws::CloudFormation
1201
1205
  # not need to pass this option.
1202
1206
  # @return [String]
1203
1207
  #
1208
+ # @!attribute [rw] call_as
1209
+ # \[Service-managed permissions\] Specifies whether you are acting as
1210
+ # an account administrator in the organization's management account
1211
+ # or as a delegated administrator in a member account.
1212
+ #
1213
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
1214
+ # self-managed permissions.
1215
+ #
1216
+ # * If you are signed in to the management account, specify `SELF`.
1217
+ #
1218
+ # * If you are signed in to a delegated administrator account, specify
1219
+ # `DELEGATED_ADMIN`.
1220
+ #
1221
+ # Your AWS account must be registered as a delegated administrator
1222
+ # in the management account. For more information, see [Register a
1223
+ # delegated administrator][1] in the *AWS CloudFormation User
1224
+ # Guide*.
1225
+ #
1226
+ #
1227
+ #
1228
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
1229
+ # @return [String]
1230
+ #
1204
1231
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStackInstancesInput AWS API Documentation
1205
1232
  #
1206
1233
  class CreateStackInstancesInput < Struct.new(
@@ -1210,7 +1237,8 @@ module Aws::CloudFormation
1210
1237
  :regions,
1211
1238
  :parameter_overrides,
1212
1239
  :operation_preferences,
1213
- :operation_id)
1240
+ :operation_id,
1241
+ :call_as)
1214
1242
  SENSITIVE = []
1215
1243
  include Aws::Structure
1216
1244
  end
@@ -1271,6 +1299,7 @@ module Aws::CloudFormation
1271
1299
  # enabled: false,
1272
1300
  # retain_stacks_on_account_removal: false,
1273
1301
  # },
1302
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
1274
1303
  # client_request_token: "ClientRequestToken",
1275
1304
  # }
1276
1305
  #
@@ -1307,8 +1336,9 @@ module Aws::CloudFormation
1307
1336
  # @!attribute [rw] template_url
1308
1337
  # The location of the file that contains the template body. The URL
1309
1338
  # must point to a template (maximum size: 460,800 bytes) that's
1310
- # located in an Amazon S3 bucket. For more information, see [Template
1311
- # Anatomy][1] in the AWS CloudFormation User Guide.
1339
+ # located in an Amazon S3 bucket or a Systems Manager document. For
1340
+ # more information, see [Template Anatomy][1] in the AWS
1341
+ # CloudFormation User Guide.
1312
1342
  #
1313
1343
  # Conditional: You must specify either the TemplateBody or the
1314
1344
  # TemplateURL parameter, but not both.
@@ -1369,20 +1399,21 @@ module Aws::CloudFormation
1369
1399
  #
1370
1400
  # * `CAPABILITY_AUTO_EXPAND`
1371
1401
  #
1372
- # Some templates contain macros. If your stack template contains one
1373
- # or more macros, and you choose to create a stack directly from the
1374
- # processed template, without first reviewing the resulting changes
1375
- # in a change set, you must acknowledge this capability. For more
1402
+ # Some templates reference macros. If your stack set template
1403
+ # references one or more macros, you must create the stack set
1404
+ # directly from the processed template, without first reviewing the
1405
+ # resulting changes in a change set. To create the stack set
1406
+ # directly, you must acknowledge this capability. For more
1376
1407
  # information, see [Using AWS CloudFormation Macros to Perform
1377
1408
  # Custom Processing on Templates][9].
1378
1409
  #
1379
- # <note markdown="1"> Stack sets do not currently support macros in stack templates.
1380
- # (This includes the [AWS::Include][10] and [AWS::Serverless][11]
1381
- # transforms, which are macros hosted by AWS CloudFormation.) Even
1382
- # if you specify this capability, if you include a macro in your
1383
- # template the stack set operation will fail.
1384
- #
1385
- # </note>
1410
+ # Stack sets with service-managed permissions do not currently
1411
+ # support the use of macros in templates. (This includes the
1412
+ # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
1413
+ # macros hosted by AWS CloudFormation.) Even if you specify this
1414
+ # capability for a stack set with service-managed permissions, if
1415
+ # you reference a macro in your template the stack set operation
1416
+ # will fail.
1386
1417
  #
1387
1418
  #
1388
1419
  #
@@ -1465,6 +1496,35 @@ module Aws::CloudFormation
1465
1496
  # `SERVICE_MANAGED`.
1466
1497
  # @return [Types::AutoDeployment]
1467
1498
  #
1499
+ # @!attribute [rw] call_as
1500
+ # \[Service-managed permissions\] Specifies whether you are acting as
1501
+ # an account administrator in the organization's management account
1502
+ # or as a delegated administrator in a member account.
1503
+ #
1504
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
1505
+ # self-managed permissions.
1506
+ #
1507
+ # * To create a stack set with service-managed permissions while
1508
+ # signed in to the management account, specify `SELF`.
1509
+ #
1510
+ # * To create a stack set with service-managed permissions while
1511
+ # signed in to a delegated administrator account, specify
1512
+ # `DELEGATED_ADMIN`.
1513
+ #
1514
+ # Your AWS account must be registered as a delegated admin in the
1515
+ # management account. For more information, see [Register a
1516
+ # delegated administrator][1] in the *AWS CloudFormation User
1517
+ # Guide*.
1518
+ #
1519
+ # Stack sets with service-managed permissions are created in the
1520
+ # management account, including stack sets that are created by
1521
+ # delegated administrators.
1522
+ #
1523
+ #
1524
+ #
1525
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
1526
+ # @return [String]
1527
+ #
1468
1528
  # @!attribute [rw] client_request_token
1469
1529
  # A unique identifier for this `CreateStackSet` request. Specify this
1470
1530
  # token if you plan to retry requests so that AWS CloudFormation knows
@@ -1493,6 +1553,7 @@ module Aws::CloudFormation
1493
1553
  :execution_role_name,
1494
1554
  :permission_model,
1495
1555
  :auto_deployment,
1556
+ :call_as,
1496
1557
  :client_request_token)
1497
1558
  SENSITIVE = []
1498
1559
  include Aws::Structure
@@ -1630,10 +1691,12 @@ module Aws::CloudFormation
1630
1691
  # accounts: ["Account"],
1631
1692
  # deployment_targets: {
1632
1693
  # accounts: ["Account"],
1694
+ # accounts_url: "AccountsUrl",
1633
1695
  # organizational_unit_ids: ["OrganizationalUnitId"],
1634
1696
  # },
1635
1697
  # regions: ["Region"], # required
1636
1698
  # operation_preferences: {
1699
+ # region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
1637
1700
  # region_order: ["Region"],
1638
1701
  # failure_tolerance_count: 1,
1639
1702
  # failure_tolerance_percentage: 1,
@@ -1642,6 +1705,7 @@ module Aws::CloudFormation
1642
1705
  # },
1643
1706
  # retain_stacks: false, # required
1644
1707
  # operation_id: "ClientRequestToken",
1708
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
1645
1709
  # }
1646
1710
  #
1647
1711
  # @!attribute [rw] stack_set_name
@@ -1650,15 +1714,15 @@ module Aws::CloudFormation
1650
1714
  # @return [String]
1651
1715
  #
1652
1716
  # @!attribute [rw] accounts
1653
- # \[`Self-managed` permissions\] The names of the AWS accounts that
1654
- # you want to delete stack instances for.
1717
+ # \[Self-managed permissions\] The names of the AWS accounts that you
1718
+ # want to delete stack instances for.
1655
1719
  #
1656
1720
  # You can specify `Accounts` or `DeploymentTargets`, but not both.
1657
1721
  # @return [Array<String>]
1658
1722
  #
1659
1723
  # @!attribute [rw] deployment_targets
1660
- # \[`Service-managed` permissions\] The AWS Organizations accounts
1661
- # from which to delete stack instances.
1724
+ # \[Service-managed permissions\] The AWS Organizations accounts from
1725
+ # which to delete stack instances.
1662
1726
  #
1663
1727
  # You can specify `Accounts` or `DeploymentTargets`, but not both.
1664
1728
  # @return [Types::DeploymentTargets]
@@ -1703,6 +1767,29 @@ module Aws::CloudFormation
1703
1767
  # not need to pass this option.
1704
1768
  # @return [String]
1705
1769
  #
1770
+ # @!attribute [rw] call_as
1771
+ # \[Service-managed permissions\] Specifies whether you are acting as
1772
+ # an account administrator in the organization's management account
1773
+ # or as a delegated administrator in a member account.
1774
+ #
1775
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
1776
+ # self-managed permissions.
1777
+ #
1778
+ # * If you are signed in to the management account, specify `SELF`.
1779
+ #
1780
+ # * If you are signed in to a delegated administrator account, specify
1781
+ # `DELEGATED_ADMIN`.
1782
+ #
1783
+ # Your AWS account must be registered as a delegated administrator
1784
+ # in the management account. For more information, see [Register a
1785
+ # delegated administrator][1] in the *AWS CloudFormation User
1786
+ # Guide*.
1787
+ #
1788
+ #
1789
+ #
1790
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
1791
+ # @return [String]
1792
+ #
1706
1793
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteStackInstancesInput AWS API Documentation
1707
1794
  #
1708
1795
  class DeleteStackInstancesInput < Struct.new(
@@ -1712,7 +1799,8 @@ module Aws::CloudFormation
1712
1799
  :regions,
1713
1800
  :operation_preferences,
1714
1801
  :retain_stacks,
1715
- :operation_id)
1802
+ :operation_id,
1803
+ :call_as)
1716
1804
  SENSITIVE = []
1717
1805
  include Aws::Structure
1718
1806
  end
@@ -1734,6 +1822,7 @@ module Aws::CloudFormation
1734
1822
  #
1735
1823
  # {
1736
1824
  # stack_set_name: "StackSetName", # required
1825
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
1737
1826
  # }
1738
1827
  #
1739
1828
  # @!attribute [rw] stack_set_name
@@ -1741,10 +1830,34 @@ module Aws::CloudFormation
1741
1830
  # can obtain this value by running ListStackSets.
1742
1831
  # @return [String]
1743
1832
  #
1833
+ # @!attribute [rw] call_as
1834
+ # \[Service-managed permissions\] Specifies whether you are acting as
1835
+ # an account administrator in the organization's management account
1836
+ # or as a delegated administrator in a member account.
1837
+ #
1838
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
1839
+ # self-managed permissions.
1840
+ #
1841
+ # * If you are signed in to the management account, specify `SELF`.
1842
+ #
1843
+ # * If you are signed in to a delegated administrator account, specify
1844
+ # `DELEGATED_ADMIN`.
1845
+ #
1846
+ # Your AWS account must be registered as a delegated administrator
1847
+ # in the management account. For more information, see [Register a
1848
+ # delegated administrator][1] in the *AWS CloudFormation User
1849
+ # Guide*.
1850
+ #
1851
+ #
1852
+ #
1853
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
1854
+ # @return [String]
1855
+ #
1744
1856
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteStackSetInput AWS API Documentation
1745
1857
  #
1746
1858
  class DeleteStackSetInput < Struct.new(
1747
- :stack_set_name)
1859
+ :stack_set_name,
1860
+ :call_as)
1748
1861
  SENSITIVE = []
1749
1862
  include Aws::Structure
1750
1863
  end
@@ -1753,7 +1866,7 @@ module Aws::CloudFormation
1753
1866
  #
1754
1867
  class DeleteStackSetOutput < Aws::EmptyStructure; end
1755
1868
 
1756
- # \[`Service-managed` permissions\] The AWS Organizations accounts to
1869
+ # \[Service-managed permissions\] The AWS Organizations accounts to
1757
1870
  # which StackSets deploys. StackSets does not deploy stack instances to
1758
1871
  # the organization management account, even if the organization
1759
1872
  # management account is in your organization or in an OU in your
@@ -1768,6 +1881,7 @@ module Aws::CloudFormation
1768
1881
  #
1769
1882
  # {
1770
1883
  # accounts: ["Account"],
1884
+ # accounts_url: "AccountsUrl",
1771
1885
  # organizational_unit_ids: ["OrganizationalUnitId"],
1772
1886
  # }
1773
1887
  #
@@ -1776,6 +1890,10 @@ module Aws::CloudFormation
1776
1890
  # stack set updates.
1777
1891
  # @return [Array<String>]
1778
1892
  #
1893
+ # @!attribute [rw] accounts_url
1894
+ # Returns the value of the AccountsUrl property.
1895
+ # @return [String]
1896
+ #
1779
1897
  # @!attribute [rw] organizational_unit_ids
1780
1898
  # The organization root ID or organizational unit (OU) IDs to which
1781
1899
  # StackSets deploys.
@@ -1785,6 +1903,7 @@ module Aws::CloudFormation
1785
1903
  #
1786
1904
  class DeploymentTargets < Struct.new(
1787
1905
  :accounts,
1906
+ :accounts_url,
1788
1907
  :organizational_unit_ids)
1789
1908
  SENSITIVE = []
1790
1909
  include Aws::Structure
@@ -1801,32 +1920,30 @@ module Aws::CloudFormation
1801
1920
  # }
1802
1921
  #
1803
1922
  # @!attribute [rw] arn
1804
- # The Amazon Resource Name (ARN) of the type.
1923
+ # The Amazon Resource Name (ARN) of the extension.
1805
1924
  #
1806
1925
  # Conditional: You must specify either `TypeName` and `Type`, or
1807
1926
  # `Arn`.
1808
1927
  # @return [String]
1809
1928
  #
1810
1929
  # @!attribute [rw] type
1811
- # The kind of type.
1812
- #
1813
- # Currently the only valid value is `RESOURCE`.
1930
+ # The kind of extension.
1814
1931
  #
1815
1932
  # Conditional: You must specify either `TypeName` and `Type`, or
1816
1933
  # `Arn`.
1817
1934
  # @return [String]
1818
1935
  #
1819
1936
  # @!attribute [rw] type_name
1820
- # The name of the type.
1937
+ # The name of the extension.
1821
1938
  #
1822
1939
  # Conditional: You must specify either `TypeName` and `Type`, or
1823
1940
  # `Arn`.
1824
1941
  # @return [String]
1825
1942
  #
1826
1943
  # @!attribute [rw] version_id
1827
- # The ID of a specific version of the type. The version ID is the
1944
+ # The ID of a specific version of the extension. The version ID is the
1828
1945
  # value at the end of the Amazon Resource Name (ARN) assigned to the
1829
- # type version when it is registered.
1946
+ # extension version when it is registered.
1830
1947
  # @return [String]
1831
1948
  #
1832
1949
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeregisterTypeInput AWS API Documentation
@@ -2220,6 +2337,7 @@ module Aws::CloudFormation
2220
2337
  # stack_set_name: "StackSetName", # required
2221
2338
  # stack_instance_account: "Account", # required
2222
2339
  # stack_instance_region: "Region", # required
2340
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
2223
2341
  # }
2224
2342
  #
2225
2343
  # @!attribute [rw] stack_set_name
@@ -2236,12 +2354,36 @@ module Aws::CloudFormation
2236
2354
  # The name of a Region that's associated with this stack instance.
2237
2355
  # @return [String]
2238
2356
  #
2357
+ # @!attribute [rw] call_as
2358
+ # \[Service-managed permissions\] Specifies whether you are acting as
2359
+ # an account administrator in the organization's management account
2360
+ # or as a delegated administrator in a member account.
2361
+ #
2362
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
2363
+ # self-managed permissions.
2364
+ #
2365
+ # * If you are signed in to the management account, specify `SELF`.
2366
+ #
2367
+ # * If you are signed in to a delegated administrator account, specify
2368
+ # `DELEGATED_ADMIN`.
2369
+ #
2370
+ # Your AWS account must be registered as a delegated administrator
2371
+ # in the management account. For more information, see [Register a
2372
+ # delegated administrator][1] in the *AWS CloudFormation User
2373
+ # Guide*.
2374
+ #
2375
+ #
2376
+ #
2377
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
2378
+ # @return [String]
2379
+ #
2239
2380
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackInstanceInput AWS API Documentation
2240
2381
  #
2241
2382
  class DescribeStackInstanceInput < Struct.new(
2242
2383
  :stack_set_name,
2243
2384
  :stack_instance_account,
2244
- :stack_instance_region)
2385
+ :stack_instance_region,
2386
+ :call_as)
2245
2387
  SENSITIVE = []
2246
2388
  include Aws::Structure
2247
2389
  end
@@ -2476,16 +2618,41 @@ module Aws::CloudFormation
2476
2618
  #
2477
2619
  # {
2478
2620
  # stack_set_name: "StackSetName", # required
2621
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
2479
2622
  # }
2480
2623
  #
2481
2624
  # @!attribute [rw] stack_set_name
2482
2625
  # The name or unique ID of the stack set whose description you want.
2483
2626
  # @return [String]
2484
2627
  #
2628
+ # @!attribute [rw] call_as
2629
+ # \[Service-managed permissions\] Specifies whether you are acting as
2630
+ # an account administrator in the organization's management account
2631
+ # or as a delegated administrator in a member account.
2632
+ #
2633
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
2634
+ # self-managed permissions.
2635
+ #
2636
+ # * If you are signed in to the management account, specify `SELF`.
2637
+ #
2638
+ # * If you are signed in to a delegated administrator account, specify
2639
+ # `DELEGATED_ADMIN`.
2640
+ #
2641
+ # Your AWS account must be registered as a delegated administrator
2642
+ # in the management account. For more information, see [Register a
2643
+ # delegated administrator][1] in the *AWS CloudFormation User
2644
+ # Guide*.
2645
+ #
2646
+ #
2647
+ #
2648
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
2649
+ # @return [String]
2650
+ #
2485
2651
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetInput AWS API Documentation
2486
2652
  #
2487
2653
  class DescribeStackSetInput < Struct.new(
2488
- :stack_set_name)
2654
+ :stack_set_name,
2655
+ :call_as)
2489
2656
  SENSITIVE = []
2490
2657
  include Aws::Structure
2491
2658
  end
@@ -2496,6 +2663,7 @@ module Aws::CloudFormation
2496
2663
  # {
2497
2664
  # stack_set_name: "StackSetName", # required
2498
2665
  # operation_id: "ClientRequestToken", # required
2666
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
2499
2667
  # }
2500
2668
  #
2501
2669
  # @!attribute [rw] stack_set_name
@@ -2507,11 +2675,35 @@ module Aws::CloudFormation
2507
2675
  # The unique ID of the stack set operation.
2508
2676
  # @return [String]
2509
2677
  #
2678
+ # @!attribute [rw] call_as
2679
+ # \[Service-managed permissions\] Specifies whether you are acting as
2680
+ # an account administrator in the organization's management account
2681
+ # or as a delegated administrator in a member account.
2682
+ #
2683
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
2684
+ # self-managed permissions.
2685
+ #
2686
+ # * If you are signed in to the management account, specify `SELF`.
2687
+ #
2688
+ # * If you are signed in to a delegated administrator account, specify
2689
+ # `DELEGATED_ADMIN`.
2690
+ #
2691
+ # Your AWS account must be registered as a delegated administrator
2692
+ # in the management account. For more information, see [Register a
2693
+ # delegated administrator][1] in the *AWS CloudFormation User
2694
+ # Guide*.
2695
+ #
2696
+ #
2697
+ #
2698
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
2699
+ # @return [String]
2700
+ #
2510
2701
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetOperationInput AWS API Documentation
2511
2702
  #
2512
2703
  class DescribeStackSetOperationInput < Struct.new(
2513
2704
  :stack_set_name,
2514
- :operation_id)
2705
+ :operation_id,
2706
+ :call_as)
2515
2707
  SENSITIVE = []
2516
2708
  include Aws::Structure
2517
2709
  end
@@ -2608,36 +2800,34 @@ module Aws::CloudFormation
2608
2800
  # }
2609
2801
  #
2610
2802
  # @!attribute [rw] type
2611
- # The kind of type.
2612
- #
2613
- # Currently the only valid value is `RESOURCE`.
2803
+ # The kind of extension.
2614
2804
  #
2615
2805
  # Conditional: You must specify either `TypeName` and `Type`, or
2616
2806
  # `Arn`.
2617
2807
  # @return [String]
2618
2808
  #
2619
2809
  # @!attribute [rw] type_name
2620
- # The name of the type.
2810
+ # The name of the extension.
2621
2811
  #
2622
2812
  # Conditional: You must specify either `TypeName` and `Type`, or
2623
2813
  # `Arn`.
2624
2814
  # @return [String]
2625
2815
  #
2626
2816
  # @!attribute [rw] arn
2627
- # The Amazon Resource Name (ARN) of the type.
2817
+ # The Amazon Resource Name (ARN) of the extension.
2628
2818
  #
2629
2819
  # Conditional: You must specify either `TypeName` and `Type`, or
2630
2820
  # `Arn`.
2631
2821
  # @return [String]
2632
2822
  #
2633
2823
  # @!attribute [rw] version_id
2634
- # The ID of a specific version of the type. The version ID is the
2824
+ # The ID of a specific version of the extension. The version ID is the
2635
2825
  # value at the end of the Amazon Resource Name (ARN) assigned to the
2636
- # type version when it is registered.
2826
+ # extension version when it is registered.
2637
2827
  #
2638
2828
  # If you specify a `VersionId`, `DescribeType` returns information
2639
- # about that specific type version. Otherwise, it returns information
2640
- # about the default type version.
2829
+ # about that specific extension version. Otherwise, it returns
2830
+ # information about the default extension version.
2641
2831
  # @return [String]
2642
2832
  #
2643
2833
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeInput AWS API Documentation
@@ -2652,38 +2842,38 @@ module Aws::CloudFormation
2652
2842
  end
2653
2843
 
2654
2844
  # @!attribute [rw] arn
2655
- # The Amazon Resource Name (ARN) of the type.
2845
+ # The Amazon Resource Name (ARN) of the extension.
2656
2846
  # @return [String]
2657
2847
  #
2658
2848
  # @!attribute [rw] type
2659
- # The kind of type.
2660
- #
2661
- # Currently the only valid value is `RESOURCE`.
2849
+ # The kind of extension.
2662
2850
  # @return [String]
2663
2851
  #
2664
2852
  # @!attribute [rw] type_name
2665
- # The name of the registered type.
2853
+ # The name of the registered extension.
2666
2854
  # @return [String]
2667
2855
  #
2668
2856
  # @!attribute [rw] default_version_id
2669
- # The ID of the default version of the type. The default version is
2670
- # used when the type version is not specified.
2857
+ # The ID of the default version of the extension. The default version
2858
+ # is used when the extension version is not specified.
2671
2859
  #
2672
- # To set the default version of a type, use ` SetTypeDefaultVersion `.
2860
+ # To set the default version of an extension, use `
2861
+ # SetTypeDefaultVersion `.
2673
2862
  # @return [String]
2674
2863
  #
2675
2864
  # @!attribute [rw] is_default_version
2676
- # Whether the specified type version is set as the default version.
2865
+ # Whether the specified extension version is set as the default
2866
+ # version.
2677
2867
  # @return [Boolean]
2678
2868
  #
2679
2869
  # @!attribute [rw] description
2680
- # The description of the registered type.
2870
+ # The description of the registered extension.
2681
2871
  # @return [String]
2682
2872
  #
2683
2873
  # @!attribute [rw] schema
2684
- # The schema that defines the type.
2874
+ # The schema that defines the extension.
2685
2875
  #
2686
- # For more information on type schemas, see [Resource Provider
2876
+ # For more information on extension schemas, see [Resource Provider
2687
2877
  # Schema][1] in the *CloudFormation CLI User Guide*.
2688
2878
  #
2689
2879
  #
@@ -2692,20 +2882,20 @@ module Aws::CloudFormation
2692
2882
  # @return [String]
2693
2883
  #
2694
2884
  # @!attribute [rw] provisioning_type
2695
- # The provisioning behavior of the type. AWS CloudFormation determines
2696
- # the provisioning type during registration, based on the types of
2697
- # handlers in the schema handler package submitted.
2885
+ # The provisioning behavior of the extension. AWS CloudFormation
2886
+ # determines the provisioning type during registration, based on the
2887
+ # types of handlers in the schema handler package submitted.
2698
2888
  #
2699
2889
  # Valid values include:
2700
2890
  #
2701
- # * `FULLY_MUTABLE`\: The type includes an update handler to process
2702
- # updates to the type during stack update operations.
2891
+ # * `FULLY_MUTABLE`\: The extension includes an update handler to
2892
+ # process updates to the extension during stack update operations.
2703
2893
  #
2704
- # * `IMMUTABLE`\: The type does not include an update handler, so the
2705
- # type cannot be updated and must instead be replaced during stack
2706
- # update operations.
2894
+ # * `IMMUTABLE`\: The extension does not include an update handler, so
2895
+ # the extension cannot be updated and must instead be replaced
2896
+ # during stack update operations.
2707
2897
  #
2708
- # * `NON_PROVISIONABLE`\: The type does not include all of the
2898
+ # * `NON_PROVISIONABLE`\: The extension does not include all of the
2709
2899
  # following handlers, and therefore cannot actually be provisioned.
2710
2900
  #
2711
2901
  # * create
@@ -2716,61 +2906,62 @@ module Aws::CloudFormation
2716
2906
  # @return [String]
2717
2907
  #
2718
2908
  # @!attribute [rw] deprecated_status
2719
- # The deprecation status of the type.
2909
+ # The deprecation status of the extension version.
2720
2910
  #
2721
2911
  # Valid values include:
2722
2912
  #
2723
- # * `LIVE`\: The type is registered and can be used in CloudFormation
2724
- # operations, dependent on its provisioning behavior and visibility
2725
- # scope.
2913
+ # * `LIVE`\: The extension is registered and can be used in
2914
+ # CloudFormation operations, dependent on its provisioning behavior
2915
+ # and visibility scope.
2726
2916
  #
2727
- # * `DEPRECATED`\: The type has been deregistered and can no longer be
2728
- # used in CloudFormation operations.
2917
+ # * `DEPRECATED`\: The extension has been deregistered and can no
2918
+ # longer be used in CloudFormation operations.
2729
2919
  # @return [String]
2730
2920
  #
2731
2921
  # @!attribute [rw] logging_config
2732
- # Contains logging configuration information for a type.
2922
+ # Contains logging configuration information for an extension.
2733
2923
  # @return [Types::LoggingConfig]
2734
2924
  #
2735
2925
  # @!attribute [rw] execution_role_arn
2736
2926
  # The Amazon Resource Name (ARN) of the IAM execution role used to
2737
- # register the type. If your resource type calls AWS APIs in any of
2738
- # its handlers, you must create an <i> <a
2927
+ # register the extension. If your resource type calls AWS APIs in any
2928
+ # of its handlers, you must create an <i> <a
2739
2929
  # href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
2740
2930
  # execution role</a> </i> that includes the necessary permissions to
2741
2931
  # call those AWS APIs, and provision that execution role in your
2742
2932
  # account. CloudFormation then assumes that execution role to provide
2743
- # your resource type with the appropriate credentials.
2933
+ # your extension with the appropriate credentials.
2744
2934
  # @return [String]
2745
2935
  #
2746
2936
  # @!attribute [rw] visibility
2747
- # The scope at which the type is visible and usable in CloudFormation
2748
- # operations.
2937
+ # The scope at which the extension is visible and usable in
2938
+ # CloudFormation operations.
2749
2939
  #
2750
2940
  # Valid values include:
2751
2941
  #
2752
- # * `PRIVATE`\: The type is only visible and usable within the account
2753
- # in which it is registered. Currently, AWS CloudFormation marks any
2754
- # types you register as `PRIVATE`.
2942
+ # * `PRIVATE`\: The extension is only visible and usable within the
2943
+ # account in which it is registered. Currently, AWS CloudFormation
2944
+ # marks any types you register as `PRIVATE`.
2755
2945
  #
2756
- # * `PUBLIC`\: The type is publically visible and usable within any
2757
- # Amazon account.
2946
+ # * `PUBLIC`\: The extension is publically visible and usable within
2947
+ # any Amazon account.
2758
2948
  # @return [String]
2759
2949
  #
2760
2950
  # @!attribute [rw] source_url
2761
- # The URL of the source code for the type.
2951
+ # The URL of the source code for the extension.
2762
2952
  # @return [String]
2763
2953
  #
2764
2954
  # @!attribute [rw] documentation_url
2765
- # The URL of a page providing detailed documentation for this type.
2955
+ # The URL of a page providing detailed documentation for this
2956
+ # extension.
2766
2957
  # @return [String]
2767
2958
  #
2768
2959
  # @!attribute [rw] last_updated
2769
- # When the specified type version was registered.
2960
+ # When the specified extension version was registered.
2770
2961
  # @return [Time]
2771
2962
  #
2772
2963
  # @!attribute [rw] time_created
2773
- # When the specified type version was registered.
2964
+ # When the specified extension version was registered.
2774
2965
  # @return [Time]
2775
2966
  #
2776
2967
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeOutput AWS API Documentation
@@ -2819,23 +3010,23 @@ module Aws::CloudFormation
2819
3010
  end
2820
3011
 
2821
3012
  # @!attribute [rw] progress_status
2822
- # The current status of the type registration request.
3013
+ # The current status of the extension registration request.
2823
3014
  # @return [String]
2824
3015
  #
2825
3016
  # @!attribute [rw] description
2826
- # The description of the type registration request.
3017
+ # The description of the extension registration request.
2827
3018
  # @return [String]
2828
3019
  #
2829
3020
  # @!attribute [rw] type_arn
2830
- # The Amazon Resource Name (ARN) of the type being registered.
3021
+ # The Amazon Resource Name (ARN) of the extension being registered.
2831
3022
  #
2832
3023
  # For registration requests with a `ProgressStatus` of other than
2833
3024
  # `COMPLETE`, this will be `null`.
2834
3025
  # @return [String]
2835
3026
  #
2836
3027
  # @!attribute [rw] type_version_arn
2837
- # The Amazon Resource Name (ARN) of this specific version of the type
2838
- # being registered.
3028
+ # The Amazon Resource Name (ARN) of this specific version of the
3029
+ # extension being registered.
2839
3030
  #
2840
3031
  # For registration requests with a `ProgressStatus` of other than
2841
3032
  # `COMPLETE`, this will be `null`.
@@ -2940,6 +3131,7 @@ module Aws::CloudFormation
2940
3131
  # {
2941
3132
  # stack_set_name: "StackSetNameOrId", # required
2942
3133
  # operation_preferences: {
3134
+ # region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
2943
3135
  # region_order: ["Region"],
2944
3136
  # failure_tolerance_count: 1,
2945
3137
  # failure_tolerance_percentage: 1,
@@ -2947,6 +3139,7 @@ module Aws::CloudFormation
2947
3139
  # max_concurrent_percentage: 1,
2948
3140
  # },
2949
3141
  # operation_id: "ClientRequestToken",
3142
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
2950
3143
  # }
2951
3144
  #
2952
3145
  # @!attribute [rw] stack_set_name
@@ -2973,12 +3166,36 @@ module Aws::CloudFormation
2973
3166
  # not need to pass this option.
2974
3167
  # @return [String]
2975
3168
  #
3169
+ # @!attribute [rw] call_as
3170
+ # \[Service-managed permissions\] Specifies whether you are acting as
3171
+ # an account administrator in the organization's management account
3172
+ # or as a delegated administrator in a member account.
3173
+ #
3174
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
3175
+ # self-managed permissions.
3176
+ #
3177
+ # * If you are signed in to the management account, specify `SELF`.
3178
+ #
3179
+ # * If you are signed in to a delegated administrator account, specify
3180
+ # `DELEGATED_ADMIN`.
3181
+ #
3182
+ # Your AWS account must be registered as a delegated administrator
3183
+ # in the management account. For more information, see [Register a
3184
+ # delegated administrator][1] in the *AWS CloudFormation User
3185
+ # Guide*.
3186
+ #
3187
+ #
3188
+ #
3189
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
3190
+ # @return [String]
3191
+ #
2976
3192
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DetectStackSetDriftInput AWS API Documentation
2977
3193
  #
2978
3194
  class DetectStackSetDriftInput < Struct.new(
2979
3195
  :stack_set_name,
2980
3196
  :operation_preferences,
2981
- :operation_id)
3197
+ :operation_id,
3198
+ :call_as)
2982
3199
  SENSITIVE = []
2983
3200
  include Aws::Structure
2984
3201
  end
@@ -3031,9 +3248,9 @@ module Aws::CloudFormation
3031
3248
  #
3032
3249
  # @!attribute [rw] template_url
3033
3250
  # Location of file containing the template body. The URL must point to
3034
- # a template that is located in an Amazon S3 bucket. For more
3035
- # information, go to [Template Anatomy][1] in the AWS CloudFormation
3036
- # User Guide.
3251
+ # a template that is located in an Amazon S3 bucket or a Systems
3252
+ # Manager document. For more information, go to [Template Anatomy][1]
3253
+ # in the AWS CloudFormation User Guide.
3037
3254
  #
3038
3255
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
3039
3256
  # are passed, only `TemplateBody` is used.
@@ -3281,6 +3498,7 @@ module Aws::CloudFormation
3281
3498
  # template_url: "TemplateURL",
3282
3499
  # stack_name: "StackNameOrId",
3283
3500
  # stack_set_name: "StackSetNameOrId",
3501
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
3284
3502
  # }
3285
3503
  #
3286
3504
  # @!attribute [rw] template_body
@@ -3300,8 +3518,9 @@ module Aws::CloudFormation
3300
3518
  # @!attribute [rw] template_url
3301
3519
  # Location of file containing the template body. The URL must point to
3302
3520
  # a template (max size: 460,800 bytes) that is located in an Amazon S3
3303
- # bucket. For more information about templates, see [Template
3304
- # Anatomy][1] in the AWS CloudFormation User Guide.
3521
+ # bucket or a Systems Manager document. For more information about
3522
+ # templates, see [Template Anatomy][1] in the AWS CloudFormation User
3523
+ # Guide.
3305
3524
  #
3306
3525
  # Conditional: You must specify only one of the following parameters:
3307
3526
  # `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
@@ -3329,13 +3548,37 @@ module Aws::CloudFormation
3329
3548
  # `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
3330
3549
  # @return [String]
3331
3550
  #
3551
+ # @!attribute [rw] call_as
3552
+ # \[Service-managed permissions\] Specifies whether you are acting as
3553
+ # an account administrator in the organization's management account
3554
+ # or as a delegated administrator in a member account.
3555
+ #
3556
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
3557
+ # self-managed permissions.
3558
+ #
3559
+ # * If you are signed in to the management account, specify `SELF`.
3560
+ #
3561
+ # * If you are signed in to a delegated administrator account, specify
3562
+ # `DELEGATED_ADMIN`.
3563
+ #
3564
+ # Your AWS account must be registered as a delegated administrator
3565
+ # in the management account. For more information, see [Register a
3566
+ # delegated administrator][1] in the *AWS CloudFormation User
3567
+ # Guide*.
3568
+ #
3569
+ #
3570
+ #
3571
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
3572
+ # @return [String]
3573
+ #
3332
3574
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/GetTemplateSummaryInput AWS API Documentation
3333
3575
  #
3334
3576
  class GetTemplateSummaryInput < Struct.new(
3335
3577
  :template_body,
3336
3578
  :template_url,
3337
3579
  :stack_name,
3338
- :stack_set_name)
3580
+ :stack_set_name,
3581
+ :call_as)
3339
3582
  SENSITIVE = []
3340
3583
  include Aws::Structure
3341
3584
  end
@@ -3613,6 +3856,7 @@ module Aws::CloudFormation
3613
3856
  # ],
3614
3857
  # stack_instance_account: "Account",
3615
3858
  # stack_instance_region: "Region",
3859
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
3616
3860
  # }
3617
3861
  #
3618
3862
  # @!attribute [rw] stack_set_name
@@ -3649,6 +3893,29 @@ module Aws::CloudFormation
3649
3893
  # The name of the Region where you want to list stack instances.
3650
3894
  # @return [String]
3651
3895
  #
3896
+ # @!attribute [rw] call_as
3897
+ # \[Service-managed permissions\] Specifies whether you are acting as
3898
+ # an account administrator in the organization's management account
3899
+ # or as a delegated administrator in a member account.
3900
+ #
3901
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
3902
+ # self-managed permissions.
3903
+ #
3904
+ # * If you are signed in to the management account, specify `SELF`.
3905
+ #
3906
+ # * If you are signed in to a delegated administrator account, specify
3907
+ # `DELEGATED_ADMIN`.
3908
+ #
3909
+ # Your AWS account must be registered as a delegated administrator
3910
+ # in the management account. For more information, see [Register a
3911
+ # delegated administrator][1] in the *AWS CloudFormation User
3912
+ # Guide*.
3913
+ #
3914
+ #
3915
+ #
3916
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
3917
+ # @return [String]
3918
+ #
3652
3919
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstancesInput AWS API Documentation
3653
3920
  #
3654
3921
  class ListStackInstancesInput < Struct.new(
@@ -3657,7 +3924,8 @@ module Aws::CloudFormation
3657
3924
  :max_results,
3658
3925
  :filters,
3659
3926
  :stack_instance_account,
3660
- :stack_instance_region)
3927
+ :stack_instance_region,
3928
+ :call_as)
3661
3929
  SENSITIVE = []
3662
3930
  include Aws::Structure
3663
3931
  end
@@ -3749,6 +4017,7 @@ module Aws::CloudFormation
3749
4017
  # operation_id: "ClientRequestToken", # required
3750
4018
  # next_token: "NextToken",
3751
4019
  # max_results: 1,
4020
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
3752
4021
  # }
3753
4022
  #
3754
4023
  # @!attribute [rw] stack_set_name
@@ -3777,13 +4046,37 @@ module Aws::CloudFormation
3777
4046
  # request parameter to get the next set of results.
3778
4047
  # @return [Integer]
3779
4048
  #
4049
+ # @!attribute [rw] call_as
4050
+ # \[Service-managed permissions\] Specifies whether you are acting as
4051
+ # an account administrator in the organization's management account
4052
+ # or as a delegated administrator in a member account.
4053
+ #
4054
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
4055
+ # self-managed permissions.
4056
+ #
4057
+ # * If you are signed in to the management account, specify `SELF`.
4058
+ #
4059
+ # * If you are signed in to a delegated administrator account, specify
4060
+ # `DELEGATED_ADMIN`.
4061
+ #
4062
+ # Your AWS account must be registered as a delegated administrator
4063
+ # in the management account. For more information, see [Register a
4064
+ # delegated administrator][1] in the *AWS CloudFormation User
4065
+ # Guide*.
4066
+ #
4067
+ #
4068
+ #
4069
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
4070
+ # @return [String]
4071
+ #
3780
4072
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationResultsInput AWS API Documentation
3781
4073
  #
3782
4074
  class ListStackSetOperationResultsInput < Struct.new(
3783
4075
  :stack_set_name,
3784
4076
  :operation_id,
3785
4077
  :next_token,
3786
- :max_results)
4078
+ :max_results,
4079
+ :call_as)
3787
4080
  SENSITIVE = []
3788
4081
  include Aws::Structure
3789
4082
  end
@@ -3818,6 +4111,7 @@ module Aws::CloudFormation
3818
4111
  # stack_set_name: "StackSetName", # required
3819
4112
  # next_token: "NextToken",
3820
4113
  # max_results: 1,
4114
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
3821
4115
  # }
3822
4116
  #
3823
4117
  # @!attribute [rw] stack_set_name
@@ -3842,12 +4136,36 @@ module Aws::CloudFormation
3842
4136
  # request parameter to get the next set of results.
3843
4137
  # @return [Integer]
3844
4138
  #
4139
+ # @!attribute [rw] call_as
4140
+ # \[Service-managed permissions\] Specifies whether you are acting as
4141
+ # an account administrator in the organization's management account
4142
+ # or as a delegated administrator in a member account.
4143
+ #
4144
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
4145
+ # self-managed permissions.
4146
+ #
4147
+ # * If you are signed in to the management account, specify `SELF`.
4148
+ #
4149
+ # * If you are signed in to a delegated administrator account, specify
4150
+ # `DELEGATED_ADMIN`.
4151
+ #
4152
+ # Your AWS account must be registered as a delegated administrator
4153
+ # in the management account. For more information, see [Register a
4154
+ # delegated administrator][1] in the *AWS CloudFormation User
4155
+ # Guide*.
4156
+ #
4157
+ #
4158
+ #
4159
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
4160
+ # @return [String]
4161
+ #
3845
4162
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationsInput AWS API Documentation
3846
4163
  #
3847
4164
  class ListStackSetOperationsInput < Struct.new(
3848
4165
  :stack_set_name,
3849
4166
  :next_token,
3850
- :max_results)
4167
+ :max_results,
4168
+ :call_as)
3851
4169
  SENSITIVE = []
3852
4170
  include Aws::Structure
3853
4171
  end
@@ -3881,6 +4199,7 @@ module Aws::CloudFormation
3881
4199
  # next_token: "NextToken",
3882
4200
  # max_results: 1,
3883
4201
  # status: "ACTIVE", # accepts ACTIVE, DELETED
4202
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
3884
4203
  # }
3885
4204
  #
3886
4205
  # @!attribute [rw] next_token
@@ -3904,12 +4223,36 @@ module Aws::CloudFormation
3904
4223
  # information about.
3905
4224
  # @return [String]
3906
4225
  #
4226
+ # @!attribute [rw] call_as
4227
+ # \[Service-managed permissions\] Specifies whether you are acting as
4228
+ # an account administrator in the management account or as a delegated
4229
+ # administrator in a member account.
4230
+ #
4231
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
4232
+ # self-managed permissions.
4233
+ #
4234
+ # * If you are signed in to the management account, specify `SELF`.
4235
+ #
4236
+ # * If you are signed in to a delegated administrator account, specify
4237
+ # `DELEGATED_ADMIN`.
4238
+ #
4239
+ # Your AWS account must be registered as a delegated administrator
4240
+ # in the management account. For more information, see [Register a
4241
+ # delegated administrator][1] in the *AWS CloudFormation User
4242
+ # Guide*.
4243
+ #
4244
+ #
4245
+ #
4246
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
4247
+ # @return [String]
4248
+ #
3907
4249
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetsInput AWS API Documentation
3908
4250
  #
3909
4251
  class ListStackSetsInput < Struct.new(
3910
4252
  :next_token,
3911
4253
  :max_results,
3912
- :status)
4254
+ :status,
4255
+ :call_as)
3913
4256
  SENSITIVE = []
3914
4257
  include Aws::Structure
3915
4258
  end
@@ -4002,30 +4345,28 @@ module Aws::CloudFormation
4002
4345
  # }
4003
4346
  #
4004
4347
  # @!attribute [rw] type
4005
- # The kind of type.
4006
- #
4007
- # Currently the only valid value is `RESOURCE`.
4348
+ # The kind of extension.
4008
4349
  #
4009
4350
  # Conditional: You must specify either `TypeName` and `Type`, or
4010
4351
  # `Arn`.
4011
4352
  # @return [String]
4012
4353
  #
4013
4354
  # @!attribute [rw] type_name
4014
- # The name of the type.
4355
+ # The name of the extension.
4015
4356
  #
4016
4357
  # Conditional: You must specify either `TypeName` and `Type`, or
4017
4358
  # `Arn`.
4018
4359
  # @return [String]
4019
4360
  #
4020
4361
  # @!attribute [rw] type_arn
4021
- # The Amazon Resource Name (ARN) of the type.
4362
+ # The Amazon Resource Name (ARN) of the extension.
4022
4363
  #
4023
4364
  # Conditional: You must specify either `TypeName` and `Type`, or
4024
4365
  # `Arn`.
4025
4366
  # @return [String]
4026
4367
  #
4027
4368
  # @!attribute [rw] registration_status_filter
4028
- # The current status of the type registration request.
4369
+ # The current status of the extension registration request.
4029
4370
  #
4030
4371
  # The default is `IN_PROGRESS`.
4031
4372
  # @return [String]
@@ -4060,7 +4401,7 @@ module Aws::CloudFormation
4060
4401
  end
4061
4402
 
4062
4403
  # @!attribute [rw] registration_token_list
4063
- # A list of type registration tokens.
4404
+ # A list of extension registration tokens.
4064
4405
  #
4065
4406
  # Use ` DescribeTypeRegistration ` to return detailed information
4066
4407
  # about a type registration request.
@@ -4096,23 +4437,22 @@ module Aws::CloudFormation
4096
4437
  # }
4097
4438
  #
4098
4439
  # @!attribute [rw] type
4099
- # The kind of the type.
4100
- #
4101
- # Currently the only valid value is `RESOURCE`.
4440
+ # The kind of the extension.
4102
4441
  #
4103
4442
  # Conditional: You must specify either `TypeName` and `Type`, or
4104
4443
  # `Arn`.
4105
4444
  # @return [String]
4106
4445
  #
4107
4446
  # @!attribute [rw] type_name
4108
- # The name of the type for which you want version summary information.
4447
+ # The name of the extension for which you want version summary
4448
+ # information.
4109
4449
  #
4110
4450
  # Conditional: You must specify either `TypeName` and `Type`, or
4111
4451
  # `Arn`.
4112
4452
  # @return [String]
4113
4453
  #
4114
4454
  # @!attribute [rw] arn
4115
- # The Amazon Resource Name (ARN) of the type for which you want
4455
+ # The Amazon Resource Name (ARN) of the extension for which you want
4116
4456
  # version summary information.
4117
4457
  #
4118
4458
  # Conditional: You must specify either `TypeName` and `Type`, or
@@ -4136,17 +4476,17 @@ module Aws::CloudFormation
4136
4476
  # @return [String]
4137
4477
  #
4138
4478
  # @!attribute [rw] deprecated_status
4139
- # The deprecation status of the type versions that you want to get
4140
- # summary information about.
4479
+ # The deprecation status of the extension versions that you want to
4480
+ # get summary information about.
4141
4481
  #
4142
4482
  # Valid values include:
4143
4483
  #
4144
- # * `LIVE`\: The type version is registered and can be used in
4484
+ # * `LIVE`\: The extension version is registered and can be used in
4145
4485
  # CloudFormation operations, dependent on its provisioning behavior
4146
4486
  # and visibility scope.
4147
4487
  #
4148
- # * `DEPRECATED`\: The type version has been deregistered and can no
4149
- # longer be used in CloudFormation operations.
4488
+ # * `DEPRECATED`\: The extension version has been deregistered and can
4489
+ # no longer be used in CloudFormation operations.
4150
4490
  #
4151
4491
  # The default is `LIVE`.
4152
4492
  # @return [String]
@@ -4166,7 +4506,7 @@ module Aws::CloudFormation
4166
4506
 
4167
4507
  # @!attribute [rw] type_version_summaries
4168
4508
  # A list of `TypeVersionSummary` structures that contain information
4169
- # about the specified type's versions.
4509
+ # about the specified extension's versions.
4170
4510
  # @return [Array<Types::TypeVersionSummary>]
4171
4511
  #
4172
4512
  # @!attribute [rw] next_token
@@ -4199,17 +4539,17 @@ module Aws::CloudFormation
4199
4539
  # }
4200
4540
  #
4201
4541
  # @!attribute [rw] visibility
4202
- # The scope at which the type is visible and usable in CloudFormation
4203
- # operations.
4542
+ # The scope at which the extension is visible and usable in
4543
+ # CloudFormation operations.
4204
4544
  #
4205
4545
  # Valid values include:
4206
4546
  #
4207
- # * `PRIVATE`\: The type is only visible and usable within the account
4208
- # in which it is registered. Currently, AWS CloudFormation marks any
4209
- # types you create as `PRIVATE`.
4547
+ # * `PRIVATE`\: The extension is only visible and usable within the
4548
+ # account in which it is registered. Currently, AWS CloudFormation
4549
+ # marks any extension you create as `PRIVATE`.
4210
4550
  #
4211
- # * `PUBLIC`\: The type is publically visible and usable within any
4212
- # Amazon account.
4551
+ # * `PUBLIC`\: The extension is publically visible and usable within
4552
+ # any Amazon account.
4213
4553
  #
4214
4554
  # The default is `PRIVATE`.
4215
4555
  # @return [String]
@@ -4221,28 +4561,28 @@ module Aws::CloudFormation
4221
4561
  #
4222
4562
  # Valid values include:
4223
4563
  #
4224
- # * `FULLY_MUTABLE`\: The type includes an update handler to process
4225
- # updates to the type during stack update operations.
4564
+ # * `FULLY_MUTABLE`\: The extension includes an update handler to
4565
+ # process updates to the extension during stack update operations.
4226
4566
  #
4227
- # * `IMMUTABLE`\: The type does not include an update handler, so the
4228
- # type cannot be updated and must instead be replaced during stack
4229
- # update operations.
4567
+ # * `IMMUTABLE`\: The extension does not include an update handler, so
4568
+ # the extension cannot be updated and must instead be replaced
4569
+ # during stack update operations.
4230
4570
  #
4231
- # * `NON_PROVISIONABLE`\: The type does not include create, read, and
4232
- # delete handlers, and therefore cannot actually be provisioned.
4571
+ # * `NON_PROVISIONABLE`\: The extension does not include create, read,
4572
+ # and delete handlers, and therefore cannot actually be provisioned.
4233
4573
  # @return [String]
4234
4574
  #
4235
4575
  # @!attribute [rw] deprecated_status
4236
- # The deprecation status of the types that you want to get summary
4576
+ # The deprecation status of the extension that you want to get summary
4237
4577
  # information about.
4238
4578
  #
4239
4579
  # Valid values include:
4240
4580
  #
4241
- # * `LIVE`\: The type is registered for use in CloudFormation
4581
+ # * `LIVE`\: The extension is registered for use in CloudFormation
4242
4582
  # operations.
4243
4583
  #
4244
- # * `DEPRECATED`\: The type has been deregistered and can no longer be
4245
- # used in CloudFormation operations.
4584
+ # * `DEPRECATED`\: The extension has been deregistered and can no
4585
+ # longer be used in CloudFormation operations.
4246
4586
  # @return [String]
4247
4587
  #
4248
4588
  # @!attribute [rw] type
@@ -4280,7 +4620,7 @@ module Aws::CloudFormation
4280
4620
 
4281
4621
  # @!attribute [rw] type_summaries
4282
4622
  # A list of `TypeSummary` structures that contain information about
4283
- # the specified types.
4623
+ # the specified extensions.
4284
4624
  # @return [Array<Types::TypeSummary>]
4285
4625
  #
4286
4626
  # @!attribute [rw] next_token
@@ -4721,19 +5061,17 @@ module Aws::CloudFormation
4721
5061
  # }
4722
5062
  #
4723
5063
  # @!attribute [rw] type
4724
- # The kind of type.
4725
- #
4726
- # Currently, the only valid value is `RESOURCE`.
5064
+ # The kind of extension.
4727
5065
  # @return [String]
4728
5066
  #
4729
5067
  # @!attribute [rw] type_name
4730
- # The name of the type being registered.
5068
+ # The name of the extension being registered.
4731
5069
  #
4732
- # We recommend that type names adhere to the following pattern:
5070
+ # We recommend that extension names adhere to the following pattern:
4733
5071
  # *company\_or\_organization*\::*service*\::*type*.
4734
5072
  #
4735
5073
  # <note markdown="1"> The following organization namespaces are reserved and cannot be
4736
- # used in your resource type names:
5074
+ # used in your extension names:
4737
5075
  #
4738
5076
  # * `Alexa`
4739
5077
  #
@@ -4751,20 +5089,19 @@ module Aws::CloudFormation
4751
5089
  # @return [String]
4752
5090
  #
4753
5091
  # @!attribute [rw] schema_handler_package
4754
- # A url to the S3 bucket containing the schema handler package that
4755
- # contains the schema, event handlers, and associated files for the
4756
- # type you want to register.
5092
+ # A url to the S3 bucket containing the extension project package that
5093
+ # contains the neccessary files for the extension you want to
5094
+ # register.
4757
5095
  #
4758
- # For information on generating a schema handler package for the type
4759
- # you want to register, see [submit][1] in the *CloudFormation CLI
4760
- # User Guide*.
5096
+ # For information on generating a schema handler package for the
5097
+ # extension you want to register, see [submit][1] in the
5098
+ # *CloudFormation CLI User Guide*.
4761
5099
  #
4762
- # <note markdown="1"> The user registering the resource provider type must be able to
4763
- # access the the schema handler package in the S3 bucket. That is, the
4764
- # user needs to have [GetObject][2] permissions for the schema handler
4765
- # package. For more information, see [Actions, Resources, and
4766
- # Condition Keys for Amazon S3][3] in the *AWS Identity and Access
4767
- # Management User Guide*.
5100
+ # <note markdown="1"> The user registering the extension must be able to access the
5101
+ # package in the S3 bucket. That is, the user needs to have
5102
+ # [GetObject][2] permissions for the schema handler package. For more
5103
+ # information, see [Actions, Resources, and Condition Keys for Amazon
5104
+ # S3][3] in the *AWS Identity and Access Management User Guide*.
4768
5105
  #
4769
5106
  # </note>
4770
5107
  #
@@ -4776,29 +5113,28 @@ module Aws::CloudFormation
4776
5113
  # @return [String]
4777
5114
  #
4778
5115
  # @!attribute [rw] logging_config
4779
- # Specifies logging configuration information for a type.
5116
+ # Specifies logging configuration information for an extension.
4780
5117
  # @return [Types::LoggingConfig]
4781
5118
  #
4782
5119
  # @!attribute [rw] execution_role_arn
4783
5120
  # The Amazon Resource Name (ARN) of the IAM role for CloudFormation to
4784
- # assume when invoking the resource provider. If your resource type
4785
- # calls AWS APIs in any of its handlers, you must create an <i> <a
5121
+ # assume when invoking the extension. If your extension calls AWS APIs
5122
+ # in any of its handlers, you must create an <i> <a
4786
5123
  # href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
4787
5124
  # execution role</a> </i> that includes the necessary permissions to
4788
5125
  # call those AWS APIs, and provision that execution role in your
4789
- # account. When CloudFormation needs to invoke the resource provider
4790
- # handler, CloudFormation assumes this execution role to create a
4791
- # temporary session token, which it then passes to the resource
4792
- # provider handler, thereby supplying your resource provider with the
4793
- # appropriate credentials.
5126
+ # account. When CloudFormation needs to invoke the extension handler,
5127
+ # CloudFormation assumes this execution role to create a temporary
5128
+ # session token, which it then passes to the extension handler,
5129
+ # thereby supplying your extension with the appropriate credentials.
4794
5130
  # @return [String]
4795
5131
  #
4796
5132
  # @!attribute [rw] client_request_token
4797
5133
  # A unique identifier that acts as an idempotency key for this
4798
5134
  # registration request. Specifying a client request token prevents
4799
- # CloudFormation from generating more than one version of a type from
4800
- # the same registeration request, even if the request is submitted
4801
- # multiple times.
5135
+ # CloudFormation from generating more than one version of an extension
5136
+ # from the same registeration request, even if the request is
5137
+ # submitted multiple times.
4802
5138
  # @return [String]
4803
5139
  #
4804
5140
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeInput AWS API Documentation
@@ -4818,8 +5154,8 @@ module Aws::CloudFormation
4818
5154
  # The identifier for this registration request.
4819
5155
  #
4820
5156
  # Use this registration token when calling ` DescribeTypeRegistration
4821
- # `, which returns information about the status and IDs of the type
4822
- # registration.
5157
+ # `, which returns information about the status and IDs of the
5158
+ # extension registration.
4823
5159
  # @return [String]
4824
5160
  #
4825
5161
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeOutput AWS API Documentation
@@ -5282,7 +5618,7 @@ module Aws::CloudFormation
5282
5618
  # }
5283
5619
  #
5284
5620
  # @!attribute [rw] arn
5285
- # The Amazon Resource Name (ARN) of the type for which you want
5621
+ # The Amazon Resource Name (ARN) of the extension for which you want
5286
5622
  # version summary information.
5287
5623
  #
5288
5624
  # Conditional: You must specify either `TypeName` and `Type`, or
@@ -5290,23 +5626,23 @@ module Aws::CloudFormation
5290
5626
  # @return [String]
5291
5627
  #
5292
5628
  # @!attribute [rw] type
5293
- # The kind of type.
5629
+ # The kind of extension.
5294
5630
  #
5295
5631
  # Conditional: You must specify either `TypeName` and `Type`, or
5296
5632
  # `Arn`.
5297
5633
  # @return [String]
5298
5634
  #
5299
5635
  # @!attribute [rw] type_name
5300
- # The name of the type.
5636
+ # The name of the extension.
5301
5637
  #
5302
5638
  # Conditional: You must specify either `TypeName` and `Type`, or
5303
5639
  # `Arn`.
5304
5640
  # @return [String]
5305
5641
  #
5306
5642
  # @!attribute [rw] version_id
5307
- # The ID of a specific version of the type. The version ID is the
5643
+ # The ID of a specific version of the extension. The version ID is the
5308
5644
  # value at the end of the Amazon Resource Name (ARN) assigned to the
5309
- # type version when it is registered.
5645
+ # extension version when it is registered.
5310
5646
  # @return [String]
5311
5647
  #
5312
5648
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/SetTypeDefaultVersionInput AWS API Documentation
@@ -5717,7 +6053,7 @@ module Aws::CloudFormation
5717
6053
  # @return [String]
5718
6054
  #
5719
6055
  # @!attribute [rw] account
5720
- # \[`Self-managed` permissions\] The name of the AWS account that the
6056
+ # \[Self-managed permissions\] The name of the AWS account that the
5721
6057
  # stack instance is associated with.
5722
6058
  # @return [String]
5723
6059
  #
@@ -5764,7 +6100,7 @@ module Aws::CloudFormation
5764
6100
  # @return [String]
5765
6101
  #
5766
6102
  # @!attribute [rw] organizational_unit_id
5767
- # \[`Service-managed` permissions\] The organization root ID or
6103
+ # \[Service-managed permissions\] The organization root ID or
5768
6104
  # organizational unit (OU) IDs that you specified for
5769
6105
  # [DeploymentTargets][1].
5770
6106
  #
@@ -5901,7 +6237,7 @@ module Aws::CloudFormation
5901
6237
  # @return [String]
5902
6238
  #
5903
6239
  # @!attribute [rw] account
5904
- # \[`Self-managed` permissions\] The name of the AWS account that the
6240
+ # \[Self-managed permissions\] The name of the AWS account that the
5905
6241
  # stack instance is associated with.
5906
6242
  # @return [String]
5907
6243
  #
@@ -5943,7 +6279,7 @@ module Aws::CloudFormation
5943
6279
  # @return [Types::StackInstanceComprehensiveStatus]
5944
6280
  #
5945
6281
  # @!attribute [rw] organizational_unit_id
5946
- # \[`Service-managed` permissions\] The organization root ID or
6282
+ # \[Service-managed permissions\] The organization root ID or
5947
6283
  # organizational unit (OU) IDs that you specified for
5948
6284
  # [DeploymentTargets][1].
5949
6285
  #
@@ -6520,7 +6856,7 @@ module Aws::CloudFormation
6520
6856
  # @return [Types::StackSetDriftDetectionDetails]
6521
6857
  #
6522
6858
  # @!attribute [rw] auto_deployment
6523
- # \[`Service-managed` permissions\] Describes whether StackSets
6859
+ # \[Service-managed permissions\] Describes whether StackSets
6524
6860
  # automatically deploys to AWS Organizations accounts that are added
6525
6861
  # to a target organization or organizational unit (OU).
6526
6862
  # @return [Types::AutoDeployment]
@@ -6546,7 +6882,7 @@ module Aws::CloudFormation
6546
6882
  # @return [String]
6547
6883
  #
6548
6884
  # @!attribute [rw] organizational_unit_ids
6549
- # \[`Service-managed` permissions\] The organization root ID or
6885
+ # \[Service-managed permissions\] The organization root ID or
6550
6886
  # organizational unit (OU) IDs that you specified for
6551
6887
  # [DeploymentTargets][1].
6552
6888
  #
@@ -6734,7 +7070,7 @@ module Aws::CloudFormation
6734
7070
  # to `FAILED`, and AWS CloudFormation cancels the operation in any
6735
7071
  # remaining Regions.
6736
7072
  #
6737
- # * `QUEUED`\: \[`Service-managed` permissions\] For automatic
7073
+ # * `QUEUED`\: \[Service-managed permissions\] For automatic
6738
7074
  # deployments that require a sequence of operations, the operation
6739
7075
  # is queued to be performed. For more information, see the [stack
6740
7076
  # set operation status codes][1] in the AWS CloudFormation User
@@ -6807,7 +7143,7 @@ module Aws::CloudFormation
6807
7143
  # @return [Time]
6808
7144
  #
6809
7145
  # @!attribute [rw] deployment_targets
6810
- # \[`Service-managed` permissions\] The AWS Organizations accounts
7146
+ # \[Service-managed permissions\] The AWS Organizations accounts
6811
7147
  # affected by the stack operation.
6812
7148
  # @return [Types::DeploymentTargets]
6813
7149
  #
@@ -6860,6 +7196,7 @@ module Aws::CloudFormation
6860
7196
  # data as a hash:
6861
7197
  #
6862
7198
  # {
7199
+ # region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
6863
7200
  # region_order: ["Region"],
6864
7201
  # failure_tolerance_count: 1,
6865
7202
  # failure_tolerance_percentage: 1,
@@ -6867,6 +7204,11 @@ module Aws::CloudFormation
6867
7204
  # max_concurrent_percentage: 1,
6868
7205
  # }
6869
7206
  #
7207
+ # @!attribute [rw] region_concurrency_type
7208
+ # The concurrency type of deploying StackSets operations in regions,
7209
+ # could be in parallel or one region at a time.
7210
+ # @return [String]
7211
+ #
6870
7212
  # @!attribute [rw] region_order
6871
7213
  # The order of the Regions in where you want to perform the stack
6872
7214
  # operation.
@@ -6933,6 +7275,7 @@ module Aws::CloudFormation
6933
7275
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationPreferences AWS API Documentation
6934
7276
  #
6935
7277
  class StackSetOperationPreferences < Struct.new(
7278
+ :region_concurrency_type,
6936
7279
  :region_order,
6937
7280
  :failure_tolerance_count,
6938
7281
  :failure_tolerance_percentage,
@@ -6946,7 +7289,7 @@ module Aws::CloudFormation
6946
7289
  # results for a given account in a given Region.
6947
7290
  #
6948
7291
  # @!attribute [rw] account
6949
- # \[`Self-managed` permissions\] The name of the AWS account for this
7292
+ # \[Self-managed permissions\] The name of the AWS account for this
6950
7293
  # operation result.
6951
7294
  # @return [String]
6952
7295
  #
@@ -6991,7 +7334,7 @@ module Aws::CloudFormation
6991
7334
  # @return [Types::AccountGateResult]
6992
7335
  #
6993
7336
  # @!attribute [rw] organizational_unit_id
6994
- # \[`Service-managed` permissions\] The organization root ID or
7337
+ # \[Service-managed permissions\] The organization root ID or
6995
7338
  # organizational unit (OU) IDs that you specified for
6996
7339
  # [DeploymentTargets][1].
6997
7340
  #
@@ -7040,7 +7383,7 @@ module Aws::CloudFormation
7040
7383
  # to `FAILED`, and AWS CloudFormation cancels the operation in any
7041
7384
  # remaining Regions.
7042
7385
  #
7043
- # * `QUEUED`\: \[`Service-managed` permissions\] For automatic
7386
+ # * `QUEUED`\: \[Service-managed permissions\] For automatic
7044
7387
  # deployments that require a sequence of operations, the operation
7045
7388
  # is queued to be performed. For more information, see the [stack
7046
7389
  # set operation status codes][1] in the AWS CloudFormation User
@@ -7111,7 +7454,7 @@ module Aws::CloudFormation
7111
7454
  # @return [String]
7112
7455
  #
7113
7456
  # @!attribute [rw] auto_deployment
7114
- # \[`Service-managed` permissions\] Describes whether StackSets
7457
+ # \[Service-managed permissions\] Describes whether StackSets
7115
7458
  # automatically deploys to AWS Organizations accounts that are added
7116
7459
  # to a target organizational unit (OU).
7117
7460
  # @return [Types::AutoDeployment]
@@ -7284,6 +7627,7 @@ module Aws::CloudFormation
7284
7627
  # {
7285
7628
  # stack_set_name: "StackSetName", # required
7286
7629
  # operation_id: "ClientRequestToken", # required
7630
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
7287
7631
  # }
7288
7632
  #
7289
7633
  # @!attribute [rw] stack_set_name
@@ -7295,11 +7639,35 @@ module Aws::CloudFormation
7295
7639
  # The ID of the stack operation.
7296
7640
  # @return [String]
7297
7641
  #
7642
+ # @!attribute [rw] call_as
7643
+ # \[Service-managed permissions\] Specifies whether you are acting as
7644
+ # an account administrator in the organization's management account
7645
+ # or as a delegated administrator in a member account.
7646
+ #
7647
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
7648
+ # self-managed permissions.
7649
+ #
7650
+ # * If you are signed in to the management account, specify `SELF`.
7651
+ #
7652
+ # * If you are signed in to a delegated administrator account, specify
7653
+ # `DELEGATED_ADMIN`.
7654
+ #
7655
+ # Your AWS account must be registered as a delegated administrator
7656
+ # in the management account. For more information, see [Register a
7657
+ # delegated administrator][1] in the *AWS CloudFormation User
7658
+ # Guide*.
7659
+ #
7660
+ #
7661
+ #
7662
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
7663
+ # @return [String]
7664
+ #
7298
7665
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StopStackSetOperationInput AWS API Documentation
7299
7666
  #
7300
7667
  class StopStackSetOperationInput < Struct.new(
7301
7668
  :stack_set_name,
7302
- :operation_id)
7669
+ :operation_id,
7670
+ :call_as)
7303
7671
  SENSITIVE = []
7304
7672
  include Aws::Structure
7305
7673
  end
@@ -7534,9 +7902,9 @@ module Aws::CloudFormation
7534
7902
  #
7535
7903
  # @!attribute [rw] template_url
7536
7904
  # Location of file containing the template body. The URL must point to
7537
- # a template that is located in an Amazon S3 bucket. For more
7538
- # information, go to [Template Anatomy][1] in the AWS CloudFormation
7539
- # User Guide.
7905
+ # a template that is located in an Amazon S3 bucket or a Systems
7906
+ # Manager document. For more information, go to [Template Anatomy][1]
7907
+ # in the AWS CloudFormation User Guide.
7540
7908
  #
7541
7909
  # Conditional: You must specify only one of the following parameters:
7542
7910
  # `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
@@ -7811,6 +8179,7 @@ module Aws::CloudFormation
7811
8179
  # accounts: ["Account"],
7812
8180
  # deployment_targets: {
7813
8181
  # accounts: ["Account"],
8182
+ # accounts_url: "AccountsUrl",
7814
8183
  # organizational_unit_ids: ["OrganizationalUnitId"],
7815
8184
  # },
7816
8185
  # regions: ["Region"], # required
@@ -7823,6 +8192,7 @@ module Aws::CloudFormation
7823
8192
  # },
7824
8193
  # ],
7825
8194
  # operation_preferences: {
8195
+ # region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
7826
8196
  # region_order: ["Region"],
7827
8197
  # failure_tolerance_count: 1,
7828
8198
  # failure_tolerance_percentage: 1,
@@ -7830,6 +8200,7 @@ module Aws::CloudFormation
7830
8200
  # max_concurrent_percentage: 1,
7831
8201
  # },
7832
8202
  # operation_id: "ClientRequestToken",
8203
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
7833
8204
  # }
7834
8205
  #
7835
8206
  # @!attribute [rw] stack_set_name
@@ -7838,7 +8209,7 @@ module Aws::CloudFormation
7838
8209
  # @return [String]
7839
8210
  #
7840
8211
  # @!attribute [rw] accounts
7841
- # \[`Self-managed` permissions\] The names of one or more AWS accounts
8212
+ # \[Self-managed permissions\] The names of one or more AWS accounts
7842
8213
  # for which you want to update parameter values for stack instances.
7843
8214
  # The overridden parameter values will be applied to all stack
7844
8215
  # instances in the specified accounts and Regions.
@@ -7847,7 +8218,7 @@ module Aws::CloudFormation
7847
8218
  # @return [Array<String>]
7848
8219
  #
7849
8220
  # @!attribute [rw] deployment_targets
7850
- # \[`Service-managed` permissions\] The AWS Organizations accounts for
8221
+ # \[Service-managed permissions\] The AWS Organizations accounts for
7851
8222
  # which you want to update parameter values for stack instances. If
7852
8223
  # your update targets OUs, the overridden parameter values only apply
7853
8224
  # to the accounts that are currently in the target OUs and their child
@@ -7931,6 +8302,29 @@ module Aws::CloudFormation
7931
8302
  # not need to pass this option.
7932
8303
  # @return [String]
7933
8304
  #
8305
+ # @!attribute [rw] call_as
8306
+ # \[Service-managed permissions\] Specifies whether you are acting as
8307
+ # an account administrator in the organization's management account
8308
+ # or as a delegated administrator in a member account.
8309
+ #
8310
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
8311
+ # self-managed permissions.
8312
+ #
8313
+ # * If you are signed in to the management account, specify `SELF`.
8314
+ #
8315
+ # * If you are signed in to a delegated administrator account, specify
8316
+ # `DELEGATED_ADMIN`.
8317
+ #
8318
+ # Your AWS account must be registered as a delegated administrator
8319
+ # in the management account. For more information, see [Register a
8320
+ # delegated administrator][1] in the *AWS CloudFormation User
8321
+ # Guide*.
8322
+ #
8323
+ #
8324
+ #
8325
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
8326
+ # @return [String]
8327
+ #
7934
8328
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackInstancesInput AWS API Documentation
7935
8329
  #
7936
8330
  class UpdateStackInstancesInput < Struct.new(
@@ -7940,7 +8334,8 @@ module Aws::CloudFormation
7940
8334
  :regions,
7941
8335
  :parameter_overrides,
7942
8336
  :operation_preferences,
7943
- :operation_id)
8337
+ :operation_id,
8338
+ :call_as)
7944
8339
  SENSITIVE = []
7945
8340
  include Aws::Structure
7946
8341
  end
@@ -7996,6 +8391,7 @@ module Aws::CloudFormation
7996
8391
  # },
7997
8392
  # ],
7998
8393
  # operation_preferences: {
8394
+ # region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
7999
8395
  # region_order: ["Region"],
8000
8396
  # failure_tolerance_count: 1,
8001
8397
  # failure_tolerance_percentage: 1,
@@ -8006,6 +8402,7 @@ module Aws::CloudFormation
8006
8402
  # execution_role_name: "ExecutionRoleName",
8007
8403
  # deployment_targets: {
8008
8404
  # accounts: ["Account"],
8405
+ # accounts_url: "AccountsUrl",
8009
8406
  # organizational_unit_ids: ["OrganizationalUnitId"],
8010
8407
  # },
8011
8408
  # permission_model: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, SELF_MANAGED
@@ -8016,6 +8413,7 @@ module Aws::CloudFormation
8016
8413
  # operation_id: "ClientRequestToken",
8017
8414
  # accounts: ["Account"],
8018
8415
  # regions: ["Region"],
8416
+ # call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
8019
8417
  # }
8020
8418
  #
8021
8419
  # @!attribute [rw] stack_set_name
@@ -8044,8 +8442,9 @@ module Aws::CloudFormation
8044
8442
  # @!attribute [rw] template_url
8045
8443
  # The location of the file that contains the template body. The URL
8046
8444
  # must point to a template (maximum size: 460,800 bytes) that is
8047
- # located in an Amazon S3 bucket. For more information, see [Template
8048
- # Anatomy][1] in the AWS CloudFormation User Guide.
8445
+ # located in an Amazon S3 bucket or a Systems Manager document. For
8446
+ # more information, see [Template Anatomy][1] in the AWS
8447
+ # CloudFormation User Guide.
8049
8448
  #
8050
8449
  # Conditional: You must specify only one of the following parameters:
8051
8450
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
@@ -8117,18 +8516,21 @@ module Aws::CloudFormation
8117
8516
  #
8118
8517
  # * `CAPABILITY_AUTO_EXPAND`
8119
8518
  #
8120
- # Some templates contain macros. If your stack template contains one
8121
- # or more macros, and you choose to update a stack directly from the
8122
- # processed template, without first reviewing the resulting changes
8123
- # in a change set, you must acknowledge this capability. For more
8519
+ # Some templates reference macros. If your stack set template
8520
+ # references one or more macros, you must update the stack set
8521
+ # directly from the processed template, without first reviewing the
8522
+ # resulting changes in a change set. To update the stack set
8523
+ # directly, you must acknowledge this capability. For more
8124
8524
  # information, see [Using AWS CloudFormation Macros to Perform
8125
8525
  # Custom Processing on Templates][9].
8126
8526
  #
8127
- # Stack sets do not currently support macros in stack templates.
8128
- # (This includes the [AWS::Include][10] and [AWS::Serverless][11]
8129
- # transforms, which are macros hosted by AWS CloudFormation.) Even
8130
- # if you specify this capability, if you include a macro in your
8131
- # template the stack set operation will fail.
8527
+ # Stack sets with service-managed permissions do not currently
8528
+ # support the use of macros in templates. (This includes the
8529
+ # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
8530
+ # macros hosted by AWS CloudFormation.) Even if you specify this
8531
+ # capability for a stack set with service-managed permissions, if
8532
+ # you reference a macro in your template the stack set operation
8533
+ # will fail.
8132
8534
  #
8133
8535
  #
8134
8536
  #
@@ -8223,7 +8625,7 @@ module Aws::CloudFormation
8223
8625
  # @return [String]
8224
8626
  #
8225
8627
  # @!attribute [rw] deployment_targets
8226
- # \[`Service-managed` permissions\] The AWS Organizations accounts in
8628
+ # \[Service-managed permissions\] The AWS Organizations accounts in
8227
8629
  # which to update associated stack instances.
8228
8630
  #
8229
8631
  # To update all the stack instances associated with this stack set, do
@@ -8262,7 +8664,7 @@ module Aws::CloudFormation
8262
8664
  # @return [String]
8263
8665
  #
8264
8666
  # @!attribute [rw] auto_deployment
8265
- # \[`Service-managed` permissions\] Describes whether StackSets
8667
+ # \[Service-managed permissions\] Describes whether StackSets
8266
8668
  # automatically deploys to AWS Organizations accounts that are added
8267
8669
  # to a target organization or organizational unit (OU).
8268
8670
  #
@@ -8290,7 +8692,7 @@ module Aws::CloudFormation
8290
8692
  # @return [String]
8291
8693
  #
8292
8694
  # @!attribute [rw] accounts
8293
- # \[`Self-managed` permissions\] The accounts in which to update
8695
+ # \[Self-managed permissions\] The accounts in which to update
8294
8696
  # associated stack instances. If you specify accounts, you must also
8295
8697
  # specify the Regions in which to update stack set instances.
8296
8698
  #
@@ -8327,6 +8729,29 @@ module Aws::CloudFormation
8327
8729
  # existing stack instance status.
8328
8730
  # @return [Array<String>]
8329
8731
  #
8732
+ # @!attribute [rw] call_as
8733
+ # \[Service-managed permissions\] Specifies whether you are acting as
8734
+ # an account administrator in the organization's management account
8735
+ # or as a delegated administrator in a member account.
8736
+ #
8737
+ # By default, `SELF` is specified. Use `SELF` for stack sets with
8738
+ # self-managed permissions.
8739
+ #
8740
+ # * If you are signed in to the management account, specify `SELF`.
8741
+ #
8742
+ # * If you are signed in to a delegated administrator account, specify
8743
+ # `DELEGATED_ADMIN`.
8744
+ #
8745
+ # Your AWS account must be registered as a delegated administrator
8746
+ # in the management account. For more information, see [Register a
8747
+ # delegated administrator][1] in the *AWS CloudFormation User
8748
+ # Guide*.
8749
+ #
8750
+ #
8751
+ #
8752
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
8753
+ # @return [String]
8754
+ #
8330
8755
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackSetInput AWS API Documentation
8331
8756
  #
8332
8757
  class UpdateStackSetInput < Struct.new(
@@ -8346,7 +8771,8 @@ module Aws::CloudFormation
8346
8771
  :auto_deployment,
8347
8772
  :operation_id,
8348
8773
  :accounts,
8349
- :regions)
8774
+ :regions,
8775
+ :call_as)
8350
8776
  SENSITIVE = []
8351
8777
  include Aws::Structure
8352
8778
  end
@@ -8427,8 +8853,8 @@ module Aws::CloudFormation
8427
8853
  # @!attribute [rw] template_url
8428
8854
  # Location of file containing the template body. The URL must point to
8429
8855
  # a template (max size: 460,800 bytes) that is located in an Amazon S3
8430
- # bucket. For more information, go to [Template Anatomy][1] in the AWS
8431
- # CloudFormation User Guide.
8856
+ # bucket or a Systems Manager document. For more information, go to
8857
+ # [Template Anatomy][1] in the AWS CloudFormation User Guide.
8432
8858
  #
8433
8859
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
8434
8860
  # are passed, only `TemplateBody` is used.