aws-sdk-cloudformation 1.46.0 → 1.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +340 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-cloudformation.rb +2 -2
- data/lib/aws-sdk-cloudformation/client.rb +539 -170
- data/lib/aws-sdk-cloudformation/client_api.rb +21 -1
- data/lib/aws-sdk-cloudformation/customizations.rb +1 -1
- data/lib/aws-sdk-cloudformation/errors.rb +1 -1
- data/lib/aws-sdk-cloudformation/event.rb +1 -1
- data/lib/aws-sdk-cloudformation/resource.rb +3 -3
- data/lib/aws-sdk-cloudformation/stack.rb +6 -5
- data/lib/aws-sdk-cloudformation/stack_resource.rb +1 -1
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +1 -1
- data/lib/aws-sdk-cloudformation/types.rb +612 -214
- data/lib/aws-sdk-cloudformation/waiters.rb +1 -1
- metadata +11 -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/
|
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"))
|
@@ -823,6 +835,7 @@ module Aws::CloudFormation
|
|
823
835
|
ListStackInstancesInput.add_member(:filters, Shapes::ShapeRef.new(shape: StackInstanceFilters, location_name: "Filters"))
|
824
836
|
ListStackInstancesInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, location_name: "StackInstanceAccount"))
|
825
837
|
ListStackInstancesInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, location_name: "StackInstanceRegion"))
|
838
|
+
ListStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
826
839
|
ListStackInstancesInput.struct_class = Types::ListStackInstancesInput
|
827
840
|
|
828
841
|
ListStackInstancesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceSummaries, location_name: "Summaries"))
|
@@ -841,6 +854,7 @@ module Aws::CloudFormation
|
|
841
854
|
ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
842
855
|
ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
843
856
|
ListStackSetOperationResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
857
|
+
ListStackSetOperationResultsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
844
858
|
ListStackSetOperationResultsInput.struct_class = Types::ListStackSetOperationResultsInput
|
845
859
|
|
846
860
|
ListStackSetOperationResultsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationResultSummaries, location_name: "Summaries"))
|
@@ -850,6 +864,7 @@ module Aws::CloudFormation
|
|
850
864
|
ListStackSetOperationsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
851
865
|
ListStackSetOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
852
866
|
ListStackSetOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
867
|
+
ListStackSetOperationsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
853
868
|
ListStackSetOperationsInput.struct_class = Types::ListStackSetOperationsInput
|
854
869
|
|
855
870
|
ListStackSetOperationsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationSummaries, location_name: "Summaries"))
|
@@ -859,6 +874,7 @@ module Aws::CloudFormation
|
|
859
874
|
ListStackSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
860
875
|
ListStackSetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
861
876
|
ListStackSetsInput.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
|
877
|
+
ListStackSetsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
862
878
|
ListStackSetsInput.struct_class = Types::ListStackSetsInput
|
863
879
|
|
864
880
|
ListStackSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetSummaries, location_name: "Summaries"))
|
@@ -1278,6 +1294,7 @@ module Aws::CloudFormation
|
|
1278
1294
|
StackSetOperation.add_member(:stack_set_drift_detection_details, Shapes::ShapeRef.new(shape: StackSetDriftDetectionDetails, location_name: "StackSetDriftDetectionDetails"))
|
1279
1295
|
StackSetOperation.struct_class = Types::StackSetOperation
|
1280
1296
|
|
1297
|
+
StackSetOperationPreferences.add_member(:region_concurrency_type, Shapes::ShapeRef.new(shape: RegionConcurrencyType, location_name: "RegionConcurrencyType"))
|
1281
1298
|
StackSetOperationPreferences.add_member(:region_order, Shapes::ShapeRef.new(shape: RegionList, location_name: "RegionOrder"))
|
1282
1299
|
StackSetOperationPreferences.add_member(:failure_tolerance_count, Shapes::ShapeRef.new(shape: FailureToleranceCount, location_name: "FailureToleranceCount"))
|
1283
1300
|
StackSetOperationPreferences.add_member(:failure_tolerance_percentage, Shapes::ShapeRef.new(shape: FailureTolerancePercentage, location_name: "FailureTolerancePercentage"))
|
@@ -1341,6 +1358,7 @@ module Aws::CloudFormation
|
|
1341
1358
|
|
1342
1359
|
StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
1343
1360
|
StopStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
1361
|
+
StopStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1344
1362
|
StopStackSetOperationInput.struct_class = Types::StopStackSetOperationInput
|
1345
1363
|
|
1346
1364
|
StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
|
@@ -1411,6 +1429,7 @@ module Aws::CloudFormation
|
|
1411
1429
|
UpdateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
1412
1430
|
UpdateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1413
1431
|
UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1432
|
+
UpdateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1414
1433
|
UpdateStackInstancesInput.struct_class = Types::UpdateStackInstancesInput
|
1415
1434
|
|
1416
1435
|
UpdateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -1436,6 +1455,7 @@ module Aws::CloudFormation
|
|
1436
1455
|
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1437
1456
|
UpdateStackSetInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
|
1438
1457
|
UpdateStackSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
1458
|
+
UpdateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1439
1459
|
UpdateStackSetInput.struct_class = Types::UpdateStackSetInput
|
1440
1460
|
|
1441
1461
|
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/
|
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/
|
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/
|
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/
|
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
|
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/
|
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
|
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
|
779
|
-
# go to [Template Anatomy][1] in the AWS
|
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/
|
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/
|
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/
|
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
|
-
# \[
|
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
|
493
|
-
# comparing this template with the stack
|
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
|
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
|
-
# \[
|
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
|
-
# \[
|
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
|
1311
|
-
# Anatomy][1] in the AWS
|
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
|
1373
|
-
# or more macros,
|
1374
|
-
# processed template, without first reviewing the
|
1375
|
-
# in a change set
|
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
|
-
#
|
1380
|
-
# (This includes the
|
1381
|
-
# transforms, which are
|
1382
|
-
#
|
1383
|
-
#
|
1384
|
-
#
|
1385
|
-
#
|
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
|
-
# \[
|
1654
|
-
#
|
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
|
-
# \[
|
1661
|
-
#
|
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
|
-
# \[
|
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,9 @@ module Aws::CloudFormation
|
|
1776
1890
|
# stack set updates.
|
1777
1891
|
# @return [Array<String>]
|
1778
1892
|
#
|
1893
|
+
# @!attribute [rw] accounts_url
|
1894
|
+
# @return [String]
|
1895
|
+
#
|
1779
1896
|
# @!attribute [rw] organizational_unit_ids
|
1780
1897
|
# The organization root ID or organizational unit (OU) IDs to which
|
1781
1898
|
# StackSets deploys.
|
@@ -1785,6 +1902,7 @@ module Aws::CloudFormation
|
|
1785
1902
|
#
|
1786
1903
|
class DeploymentTargets < Struct.new(
|
1787
1904
|
:accounts,
|
1905
|
+
:accounts_url,
|
1788
1906
|
:organizational_unit_ids)
|
1789
1907
|
SENSITIVE = []
|
1790
1908
|
include Aws::Structure
|
@@ -1801,32 +1919,30 @@ module Aws::CloudFormation
|
|
1801
1919
|
# }
|
1802
1920
|
#
|
1803
1921
|
# @!attribute [rw] arn
|
1804
|
-
# The Amazon Resource Name (ARN) of the
|
1922
|
+
# The Amazon Resource Name (ARN) of the extension.
|
1805
1923
|
#
|
1806
1924
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1807
1925
|
# `Arn`.
|
1808
1926
|
# @return [String]
|
1809
1927
|
#
|
1810
1928
|
# @!attribute [rw] type
|
1811
|
-
# The kind of
|
1812
|
-
#
|
1813
|
-
# Currently the only valid value is `RESOURCE`.
|
1929
|
+
# The kind of extension.
|
1814
1930
|
#
|
1815
1931
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1816
1932
|
# `Arn`.
|
1817
1933
|
# @return [String]
|
1818
1934
|
#
|
1819
1935
|
# @!attribute [rw] type_name
|
1820
|
-
# The name of the
|
1936
|
+
# The name of the extension.
|
1821
1937
|
#
|
1822
1938
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1823
1939
|
# `Arn`.
|
1824
1940
|
# @return [String]
|
1825
1941
|
#
|
1826
1942
|
# @!attribute [rw] version_id
|
1827
|
-
# The ID of a specific version of the
|
1943
|
+
# The ID of a specific version of the extension. The version ID is the
|
1828
1944
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
1829
|
-
#
|
1945
|
+
# extension version when it is registered.
|
1830
1946
|
# @return [String]
|
1831
1947
|
#
|
1832
1948
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeregisterTypeInput AWS API Documentation
|
@@ -2220,6 +2336,7 @@ module Aws::CloudFormation
|
|
2220
2336
|
# stack_set_name: "StackSetName", # required
|
2221
2337
|
# stack_instance_account: "Account", # required
|
2222
2338
|
# stack_instance_region: "Region", # required
|
2339
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2223
2340
|
# }
|
2224
2341
|
#
|
2225
2342
|
# @!attribute [rw] stack_set_name
|
@@ -2236,12 +2353,36 @@ module Aws::CloudFormation
|
|
2236
2353
|
# The name of a Region that's associated with this stack instance.
|
2237
2354
|
# @return [String]
|
2238
2355
|
#
|
2356
|
+
# @!attribute [rw] call_as
|
2357
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
2358
|
+
# an account administrator in the organization's management account
|
2359
|
+
# or as a delegated administrator in a member account.
|
2360
|
+
#
|
2361
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
2362
|
+
# self-managed permissions.
|
2363
|
+
#
|
2364
|
+
# * If you are signed in to the management account, specify `SELF`.
|
2365
|
+
#
|
2366
|
+
# * If you are signed in to a delegated administrator account, specify
|
2367
|
+
# `DELEGATED_ADMIN`.
|
2368
|
+
#
|
2369
|
+
# Your AWS account must be registered as a delegated administrator
|
2370
|
+
# in the management account. For more information, see [Register a
|
2371
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
2372
|
+
# Guide*.
|
2373
|
+
#
|
2374
|
+
#
|
2375
|
+
#
|
2376
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
2377
|
+
# @return [String]
|
2378
|
+
#
|
2239
2379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackInstanceInput AWS API Documentation
|
2240
2380
|
#
|
2241
2381
|
class DescribeStackInstanceInput < Struct.new(
|
2242
2382
|
:stack_set_name,
|
2243
2383
|
:stack_instance_account,
|
2244
|
-
:stack_instance_region
|
2384
|
+
:stack_instance_region,
|
2385
|
+
:call_as)
|
2245
2386
|
SENSITIVE = []
|
2246
2387
|
include Aws::Structure
|
2247
2388
|
end
|
@@ -2476,16 +2617,41 @@ module Aws::CloudFormation
|
|
2476
2617
|
#
|
2477
2618
|
# {
|
2478
2619
|
# stack_set_name: "StackSetName", # required
|
2620
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2479
2621
|
# }
|
2480
2622
|
#
|
2481
2623
|
# @!attribute [rw] stack_set_name
|
2482
2624
|
# The name or unique ID of the stack set whose description you want.
|
2483
2625
|
# @return [String]
|
2484
2626
|
#
|
2627
|
+
# @!attribute [rw] call_as
|
2628
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
2629
|
+
# an account administrator in the organization's management account
|
2630
|
+
# or as a delegated administrator in a member account.
|
2631
|
+
#
|
2632
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
2633
|
+
# self-managed permissions.
|
2634
|
+
#
|
2635
|
+
# * If you are signed in to the management account, specify `SELF`.
|
2636
|
+
#
|
2637
|
+
# * If you are signed in to a delegated administrator account, specify
|
2638
|
+
# `DELEGATED_ADMIN`.
|
2639
|
+
#
|
2640
|
+
# Your AWS account must be registered as a delegated administrator
|
2641
|
+
# in the management account. For more information, see [Register a
|
2642
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
2643
|
+
# Guide*.
|
2644
|
+
#
|
2645
|
+
#
|
2646
|
+
#
|
2647
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
2648
|
+
# @return [String]
|
2649
|
+
#
|
2485
2650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetInput AWS API Documentation
|
2486
2651
|
#
|
2487
2652
|
class DescribeStackSetInput < Struct.new(
|
2488
|
-
:stack_set_name
|
2653
|
+
:stack_set_name,
|
2654
|
+
:call_as)
|
2489
2655
|
SENSITIVE = []
|
2490
2656
|
include Aws::Structure
|
2491
2657
|
end
|
@@ -2496,6 +2662,7 @@ module Aws::CloudFormation
|
|
2496
2662
|
# {
|
2497
2663
|
# stack_set_name: "StackSetName", # required
|
2498
2664
|
# operation_id: "ClientRequestToken", # required
|
2665
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2499
2666
|
# }
|
2500
2667
|
#
|
2501
2668
|
# @!attribute [rw] stack_set_name
|
@@ -2507,11 +2674,35 @@ module Aws::CloudFormation
|
|
2507
2674
|
# The unique ID of the stack set operation.
|
2508
2675
|
# @return [String]
|
2509
2676
|
#
|
2677
|
+
# @!attribute [rw] call_as
|
2678
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
2679
|
+
# an account administrator in the organization's management account
|
2680
|
+
# or as a delegated administrator in a member account.
|
2681
|
+
#
|
2682
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
2683
|
+
# self-managed permissions.
|
2684
|
+
#
|
2685
|
+
# * If you are signed in to the management account, specify `SELF`.
|
2686
|
+
#
|
2687
|
+
# * If you are signed in to a delegated administrator account, specify
|
2688
|
+
# `DELEGATED_ADMIN`.
|
2689
|
+
#
|
2690
|
+
# Your AWS account must be registered as a delegated administrator
|
2691
|
+
# in the management account. For more information, see [Register a
|
2692
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
2693
|
+
# Guide*.
|
2694
|
+
#
|
2695
|
+
#
|
2696
|
+
#
|
2697
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
2698
|
+
# @return [String]
|
2699
|
+
#
|
2510
2700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetOperationInput AWS API Documentation
|
2511
2701
|
#
|
2512
2702
|
class DescribeStackSetOperationInput < Struct.new(
|
2513
2703
|
:stack_set_name,
|
2514
|
-
:operation_id
|
2704
|
+
:operation_id,
|
2705
|
+
:call_as)
|
2515
2706
|
SENSITIVE = []
|
2516
2707
|
include Aws::Structure
|
2517
2708
|
end
|
@@ -2608,36 +2799,34 @@ module Aws::CloudFormation
|
|
2608
2799
|
# }
|
2609
2800
|
#
|
2610
2801
|
# @!attribute [rw] type
|
2611
|
-
# The kind of
|
2612
|
-
#
|
2613
|
-
# Currently the only valid value is `RESOURCE`.
|
2802
|
+
# The kind of extension.
|
2614
2803
|
#
|
2615
2804
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2616
2805
|
# `Arn`.
|
2617
2806
|
# @return [String]
|
2618
2807
|
#
|
2619
2808
|
# @!attribute [rw] type_name
|
2620
|
-
# The name of the
|
2809
|
+
# The name of the extension.
|
2621
2810
|
#
|
2622
2811
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2623
2812
|
# `Arn`.
|
2624
2813
|
# @return [String]
|
2625
2814
|
#
|
2626
2815
|
# @!attribute [rw] arn
|
2627
|
-
# The Amazon Resource Name (ARN) of the
|
2816
|
+
# The Amazon Resource Name (ARN) of the extension.
|
2628
2817
|
#
|
2629
2818
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2630
2819
|
# `Arn`.
|
2631
2820
|
# @return [String]
|
2632
2821
|
#
|
2633
2822
|
# @!attribute [rw] version_id
|
2634
|
-
# The ID of a specific version of the
|
2823
|
+
# The ID of a specific version of the extension. The version ID is the
|
2635
2824
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
2636
|
-
#
|
2825
|
+
# extension version when it is registered.
|
2637
2826
|
#
|
2638
2827
|
# If you specify a `VersionId`, `DescribeType` returns information
|
2639
|
-
# about that specific
|
2640
|
-
# about the default
|
2828
|
+
# about that specific extension version. Otherwise, it returns
|
2829
|
+
# information about the default extension version.
|
2641
2830
|
# @return [String]
|
2642
2831
|
#
|
2643
2832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeInput AWS API Documentation
|
@@ -2652,38 +2841,38 @@ module Aws::CloudFormation
|
|
2652
2841
|
end
|
2653
2842
|
|
2654
2843
|
# @!attribute [rw] arn
|
2655
|
-
# The Amazon Resource Name (ARN) of the
|
2844
|
+
# The Amazon Resource Name (ARN) of the extension.
|
2656
2845
|
# @return [String]
|
2657
2846
|
#
|
2658
2847
|
# @!attribute [rw] type
|
2659
|
-
# The kind of
|
2660
|
-
#
|
2661
|
-
# Currently the only valid value is `RESOURCE`.
|
2848
|
+
# The kind of extension.
|
2662
2849
|
# @return [String]
|
2663
2850
|
#
|
2664
2851
|
# @!attribute [rw] type_name
|
2665
|
-
# The name of the registered
|
2852
|
+
# The name of the registered extension.
|
2666
2853
|
# @return [String]
|
2667
2854
|
#
|
2668
2855
|
# @!attribute [rw] default_version_id
|
2669
|
-
# The ID of the default version of the
|
2670
|
-
# used when the
|
2856
|
+
# The ID of the default version of the extension. The default version
|
2857
|
+
# is used when the extension version is not specified.
|
2671
2858
|
#
|
2672
|
-
# To set the default version of
|
2859
|
+
# To set the default version of an extension, use `
|
2860
|
+
# SetTypeDefaultVersion `.
|
2673
2861
|
# @return [String]
|
2674
2862
|
#
|
2675
2863
|
# @!attribute [rw] is_default_version
|
2676
|
-
# Whether the specified
|
2864
|
+
# Whether the specified extension version is set as the default
|
2865
|
+
# version.
|
2677
2866
|
# @return [Boolean]
|
2678
2867
|
#
|
2679
2868
|
# @!attribute [rw] description
|
2680
|
-
# The description of the registered
|
2869
|
+
# The description of the registered extension.
|
2681
2870
|
# @return [String]
|
2682
2871
|
#
|
2683
2872
|
# @!attribute [rw] schema
|
2684
|
-
# The schema that defines the
|
2873
|
+
# The schema that defines the extension.
|
2685
2874
|
#
|
2686
|
-
# For more information on
|
2875
|
+
# For more information on extension schemas, see [Resource Provider
|
2687
2876
|
# Schema][1] in the *CloudFormation CLI User Guide*.
|
2688
2877
|
#
|
2689
2878
|
#
|
@@ -2692,20 +2881,20 @@ module Aws::CloudFormation
|
|
2692
2881
|
# @return [String]
|
2693
2882
|
#
|
2694
2883
|
# @!attribute [rw] provisioning_type
|
2695
|
-
# The provisioning behavior of the
|
2696
|
-
# the provisioning type during registration, based on the
|
2697
|
-
# handlers in the schema handler package submitted.
|
2884
|
+
# The provisioning behavior of the extension. AWS CloudFormation
|
2885
|
+
# determines the provisioning type during registration, based on the
|
2886
|
+
# types of handlers in the schema handler package submitted.
|
2698
2887
|
#
|
2699
2888
|
# Valid values include:
|
2700
2889
|
#
|
2701
|
-
# * `FULLY_MUTABLE`\: The
|
2702
|
-
# updates to the
|
2890
|
+
# * `FULLY_MUTABLE`\: The extension includes an update handler to
|
2891
|
+
# process updates to the extension during stack update operations.
|
2703
2892
|
#
|
2704
|
-
# * `IMMUTABLE`\: The
|
2705
|
-
#
|
2706
|
-
# update operations.
|
2893
|
+
# * `IMMUTABLE`\: The extension does not include an update handler, so
|
2894
|
+
# the extension cannot be updated and must instead be replaced
|
2895
|
+
# during stack update operations.
|
2707
2896
|
#
|
2708
|
-
# * `NON_PROVISIONABLE`\: The
|
2897
|
+
# * `NON_PROVISIONABLE`\: The extension does not include all of the
|
2709
2898
|
# following handlers, and therefore cannot actually be provisioned.
|
2710
2899
|
#
|
2711
2900
|
# * create
|
@@ -2716,61 +2905,62 @@ module Aws::CloudFormation
|
|
2716
2905
|
# @return [String]
|
2717
2906
|
#
|
2718
2907
|
# @!attribute [rw] deprecated_status
|
2719
|
-
# The deprecation status of the
|
2908
|
+
# The deprecation status of the extension version.
|
2720
2909
|
#
|
2721
2910
|
# Valid values include:
|
2722
2911
|
#
|
2723
|
-
# * `LIVE`\: The
|
2724
|
-
# operations, dependent on its provisioning behavior
|
2725
|
-
# scope.
|
2912
|
+
# * `LIVE`\: The extension is registered and can be used in
|
2913
|
+
# CloudFormation operations, dependent on its provisioning behavior
|
2914
|
+
# and visibility scope.
|
2726
2915
|
#
|
2727
|
-
# * `DEPRECATED`\: The
|
2728
|
-
# used in CloudFormation operations.
|
2916
|
+
# * `DEPRECATED`\: The extension has been deregistered and can no
|
2917
|
+
# longer be used in CloudFormation operations.
|
2729
2918
|
# @return [String]
|
2730
2919
|
#
|
2731
2920
|
# @!attribute [rw] logging_config
|
2732
|
-
# Contains logging configuration information for
|
2921
|
+
# Contains logging configuration information for an extension.
|
2733
2922
|
# @return [Types::LoggingConfig]
|
2734
2923
|
#
|
2735
2924
|
# @!attribute [rw] execution_role_arn
|
2736
2925
|
# The Amazon Resource Name (ARN) of the IAM execution role used to
|
2737
|
-
# register the
|
2738
|
-
# its handlers, you must create an <i> <a
|
2926
|
+
# register the extension. If your resource type calls AWS APIs in any
|
2927
|
+
# of its handlers, you must create an <i> <a
|
2739
2928
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
2740
2929
|
# execution role</a> </i> that includes the necessary permissions to
|
2741
2930
|
# call those AWS APIs, and provision that execution role in your
|
2742
2931
|
# account. CloudFormation then assumes that execution role to provide
|
2743
|
-
# your
|
2932
|
+
# your extension with the appropriate credentials.
|
2744
2933
|
# @return [String]
|
2745
2934
|
#
|
2746
2935
|
# @!attribute [rw] visibility
|
2747
|
-
# The scope at which the
|
2748
|
-
# operations.
|
2936
|
+
# The scope at which the extension is visible and usable in
|
2937
|
+
# CloudFormation operations.
|
2749
2938
|
#
|
2750
2939
|
# Valid values include:
|
2751
2940
|
#
|
2752
|
-
# * `PRIVATE`\: The
|
2753
|
-
# in which it is registered. Currently, AWS CloudFormation
|
2754
|
-
# types you register as `PRIVATE`.
|
2941
|
+
# * `PRIVATE`\: The extension is only visible and usable within the
|
2942
|
+
# account in which it is registered. Currently, AWS CloudFormation
|
2943
|
+
# marks any types you register as `PRIVATE`.
|
2755
2944
|
#
|
2756
|
-
# * `PUBLIC`\: The
|
2757
|
-
# Amazon account.
|
2945
|
+
# * `PUBLIC`\: The extension is publically visible and usable within
|
2946
|
+
# any Amazon account.
|
2758
2947
|
# @return [String]
|
2759
2948
|
#
|
2760
2949
|
# @!attribute [rw] source_url
|
2761
|
-
# The URL of the source code for the
|
2950
|
+
# The URL of the source code for the extension.
|
2762
2951
|
# @return [String]
|
2763
2952
|
#
|
2764
2953
|
# @!attribute [rw] documentation_url
|
2765
|
-
# The URL of a page providing detailed documentation for this
|
2954
|
+
# The URL of a page providing detailed documentation for this
|
2955
|
+
# extension.
|
2766
2956
|
# @return [String]
|
2767
2957
|
#
|
2768
2958
|
# @!attribute [rw] last_updated
|
2769
|
-
# When the specified
|
2959
|
+
# When the specified extension version was registered.
|
2770
2960
|
# @return [Time]
|
2771
2961
|
#
|
2772
2962
|
# @!attribute [rw] time_created
|
2773
|
-
# When the specified
|
2963
|
+
# When the specified extension version was registered.
|
2774
2964
|
# @return [Time]
|
2775
2965
|
#
|
2776
2966
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeOutput AWS API Documentation
|
@@ -2819,23 +3009,23 @@ module Aws::CloudFormation
|
|
2819
3009
|
end
|
2820
3010
|
|
2821
3011
|
# @!attribute [rw] progress_status
|
2822
|
-
# The current status of the
|
3012
|
+
# The current status of the extension registration request.
|
2823
3013
|
# @return [String]
|
2824
3014
|
#
|
2825
3015
|
# @!attribute [rw] description
|
2826
|
-
# The description of the
|
3016
|
+
# The description of the extension registration request.
|
2827
3017
|
# @return [String]
|
2828
3018
|
#
|
2829
3019
|
# @!attribute [rw] type_arn
|
2830
|
-
# The Amazon Resource Name (ARN) of the
|
3020
|
+
# The Amazon Resource Name (ARN) of the extension being registered.
|
2831
3021
|
#
|
2832
3022
|
# For registration requests with a `ProgressStatus` of other than
|
2833
3023
|
# `COMPLETE`, this will be `null`.
|
2834
3024
|
# @return [String]
|
2835
3025
|
#
|
2836
3026
|
# @!attribute [rw] type_version_arn
|
2837
|
-
# The Amazon Resource Name (ARN) of this specific version of the
|
2838
|
-
# being registered.
|
3027
|
+
# The Amazon Resource Name (ARN) of this specific version of the
|
3028
|
+
# extension being registered.
|
2839
3029
|
#
|
2840
3030
|
# For registration requests with a `ProgressStatus` of other than
|
2841
3031
|
# `COMPLETE`, this will be `null`.
|
@@ -2940,6 +3130,7 @@ module Aws::CloudFormation
|
|
2940
3130
|
# {
|
2941
3131
|
# stack_set_name: "StackSetNameOrId", # required
|
2942
3132
|
# operation_preferences: {
|
3133
|
+
# region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
|
2943
3134
|
# region_order: ["Region"],
|
2944
3135
|
# failure_tolerance_count: 1,
|
2945
3136
|
# failure_tolerance_percentage: 1,
|
@@ -2947,6 +3138,7 @@ module Aws::CloudFormation
|
|
2947
3138
|
# max_concurrent_percentage: 1,
|
2948
3139
|
# },
|
2949
3140
|
# operation_id: "ClientRequestToken",
|
3141
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2950
3142
|
# }
|
2951
3143
|
#
|
2952
3144
|
# @!attribute [rw] stack_set_name
|
@@ -2973,12 +3165,36 @@ module Aws::CloudFormation
|
|
2973
3165
|
# not need to pass this option.
|
2974
3166
|
# @return [String]
|
2975
3167
|
#
|
3168
|
+
# @!attribute [rw] call_as
|
3169
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
3170
|
+
# an account administrator in the organization's management account
|
3171
|
+
# or as a delegated administrator in a member account.
|
3172
|
+
#
|
3173
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
3174
|
+
# self-managed permissions.
|
3175
|
+
#
|
3176
|
+
# * If you are signed in to the management account, specify `SELF`.
|
3177
|
+
#
|
3178
|
+
# * If you are signed in to a delegated administrator account, specify
|
3179
|
+
# `DELEGATED_ADMIN`.
|
3180
|
+
#
|
3181
|
+
# Your AWS account must be registered as a delegated administrator
|
3182
|
+
# in the management account. For more information, see [Register a
|
3183
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
3184
|
+
# Guide*.
|
3185
|
+
#
|
3186
|
+
#
|
3187
|
+
#
|
3188
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
3189
|
+
# @return [String]
|
3190
|
+
#
|
2976
3191
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DetectStackSetDriftInput AWS API Documentation
|
2977
3192
|
#
|
2978
3193
|
class DetectStackSetDriftInput < Struct.new(
|
2979
3194
|
:stack_set_name,
|
2980
3195
|
:operation_preferences,
|
2981
|
-
:operation_id
|
3196
|
+
:operation_id,
|
3197
|
+
:call_as)
|
2982
3198
|
SENSITIVE = []
|
2983
3199
|
include Aws::Structure
|
2984
3200
|
end
|
@@ -3031,9 +3247,9 @@ module Aws::CloudFormation
|
|
3031
3247
|
#
|
3032
3248
|
# @!attribute [rw] template_url
|
3033
3249
|
# Location of file containing the template body. The URL must point to
|
3034
|
-
# a template that is located in an Amazon S3 bucket
|
3035
|
-
# information, go to [Template Anatomy][1]
|
3036
|
-
# User Guide.
|
3250
|
+
# a template that is located in an Amazon S3 bucket or a Systems
|
3251
|
+
# Manager document. For more information, go to [Template Anatomy][1]
|
3252
|
+
# in the AWS CloudFormation User Guide.
|
3037
3253
|
#
|
3038
3254
|
# Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
|
3039
3255
|
# are passed, only `TemplateBody` is used.
|
@@ -3300,8 +3516,9 @@ module Aws::CloudFormation
|
|
3300
3516
|
# @!attribute [rw] template_url
|
3301
3517
|
# Location of file containing the template body. The URL must point to
|
3302
3518
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
3303
|
-
# bucket. For more information about
|
3304
|
-
# Anatomy][1] in the AWS CloudFormation User
|
3519
|
+
# bucket or a Systems Manager document. For more information about
|
3520
|
+
# templates, see [Template Anatomy][1] in the AWS CloudFormation User
|
3521
|
+
# Guide.
|
3305
3522
|
#
|
3306
3523
|
# Conditional: You must specify only one of the following parameters:
|
3307
3524
|
# `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
|
@@ -3613,6 +3830,7 @@ module Aws::CloudFormation
|
|
3613
3830
|
# ],
|
3614
3831
|
# stack_instance_account: "Account",
|
3615
3832
|
# stack_instance_region: "Region",
|
3833
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3616
3834
|
# }
|
3617
3835
|
#
|
3618
3836
|
# @!attribute [rw] stack_set_name
|
@@ -3649,6 +3867,29 @@ module Aws::CloudFormation
|
|
3649
3867
|
# The name of the Region where you want to list stack instances.
|
3650
3868
|
# @return [String]
|
3651
3869
|
#
|
3870
|
+
# @!attribute [rw] call_as
|
3871
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
3872
|
+
# an account administrator in the organization's management account
|
3873
|
+
# or as a delegated administrator in a member account.
|
3874
|
+
#
|
3875
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
3876
|
+
# self-managed permissions.
|
3877
|
+
#
|
3878
|
+
# * If you are signed in to the management account, specify `SELF`.
|
3879
|
+
#
|
3880
|
+
# * If you are signed in to a delegated administrator account, specify
|
3881
|
+
# `DELEGATED_ADMIN`.
|
3882
|
+
#
|
3883
|
+
# Your AWS account must be registered as a delegated administrator
|
3884
|
+
# in the management account. For more information, see [Register a
|
3885
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
3886
|
+
# Guide*.
|
3887
|
+
#
|
3888
|
+
#
|
3889
|
+
#
|
3890
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
3891
|
+
# @return [String]
|
3892
|
+
#
|
3652
3893
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstancesInput AWS API Documentation
|
3653
3894
|
#
|
3654
3895
|
class ListStackInstancesInput < Struct.new(
|
@@ -3657,7 +3898,8 @@ module Aws::CloudFormation
|
|
3657
3898
|
:max_results,
|
3658
3899
|
:filters,
|
3659
3900
|
:stack_instance_account,
|
3660
|
-
:stack_instance_region
|
3901
|
+
:stack_instance_region,
|
3902
|
+
:call_as)
|
3661
3903
|
SENSITIVE = []
|
3662
3904
|
include Aws::Structure
|
3663
3905
|
end
|
@@ -3749,6 +3991,7 @@ module Aws::CloudFormation
|
|
3749
3991
|
# operation_id: "ClientRequestToken", # required
|
3750
3992
|
# next_token: "NextToken",
|
3751
3993
|
# max_results: 1,
|
3994
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3752
3995
|
# }
|
3753
3996
|
#
|
3754
3997
|
# @!attribute [rw] stack_set_name
|
@@ -3777,13 +4020,37 @@ module Aws::CloudFormation
|
|
3777
4020
|
# request parameter to get the next set of results.
|
3778
4021
|
# @return [Integer]
|
3779
4022
|
#
|
4023
|
+
# @!attribute [rw] call_as
|
4024
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4025
|
+
# an account administrator in the organization's management account
|
4026
|
+
# or as a delegated administrator in a member account.
|
4027
|
+
#
|
4028
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4029
|
+
# self-managed permissions.
|
4030
|
+
#
|
4031
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4032
|
+
#
|
4033
|
+
# * If you are signed in to a delegated administrator account, specify
|
4034
|
+
# `DELEGATED_ADMIN`.
|
4035
|
+
#
|
4036
|
+
# Your AWS account must be registered as a delegated administrator
|
4037
|
+
# in the management account. For more information, see [Register a
|
4038
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
4039
|
+
# Guide*.
|
4040
|
+
#
|
4041
|
+
#
|
4042
|
+
#
|
4043
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4044
|
+
# @return [String]
|
4045
|
+
#
|
3780
4046
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationResultsInput AWS API Documentation
|
3781
4047
|
#
|
3782
4048
|
class ListStackSetOperationResultsInput < Struct.new(
|
3783
4049
|
:stack_set_name,
|
3784
4050
|
:operation_id,
|
3785
4051
|
:next_token,
|
3786
|
-
:max_results
|
4052
|
+
:max_results,
|
4053
|
+
:call_as)
|
3787
4054
|
SENSITIVE = []
|
3788
4055
|
include Aws::Structure
|
3789
4056
|
end
|
@@ -3818,6 +4085,7 @@ module Aws::CloudFormation
|
|
3818
4085
|
# stack_set_name: "StackSetName", # required
|
3819
4086
|
# next_token: "NextToken",
|
3820
4087
|
# max_results: 1,
|
4088
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3821
4089
|
# }
|
3822
4090
|
#
|
3823
4091
|
# @!attribute [rw] stack_set_name
|
@@ -3842,12 +4110,36 @@ module Aws::CloudFormation
|
|
3842
4110
|
# request parameter to get the next set of results.
|
3843
4111
|
# @return [Integer]
|
3844
4112
|
#
|
4113
|
+
# @!attribute [rw] call_as
|
4114
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4115
|
+
# an account administrator in the organization's management account
|
4116
|
+
# or as a delegated administrator in a member account.
|
4117
|
+
#
|
4118
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4119
|
+
# self-managed permissions.
|
4120
|
+
#
|
4121
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4122
|
+
#
|
4123
|
+
# * If you are signed in to a delegated administrator account, specify
|
4124
|
+
# `DELEGATED_ADMIN`.
|
4125
|
+
#
|
4126
|
+
# Your AWS account must be registered as a delegated administrator
|
4127
|
+
# in the management account. For more information, see [Register a
|
4128
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
4129
|
+
# Guide*.
|
4130
|
+
#
|
4131
|
+
#
|
4132
|
+
#
|
4133
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4134
|
+
# @return [String]
|
4135
|
+
#
|
3845
4136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationsInput AWS API Documentation
|
3846
4137
|
#
|
3847
4138
|
class ListStackSetOperationsInput < Struct.new(
|
3848
4139
|
:stack_set_name,
|
3849
4140
|
:next_token,
|
3850
|
-
:max_results
|
4141
|
+
:max_results,
|
4142
|
+
:call_as)
|
3851
4143
|
SENSITIVE = []
|
3852
4144
|
include Aws::Structure
|
3853
4145
|
end
|
@@ -3881,6 +4173,7 @@ module Aws::CloudFormation
|
|
3881
4173
|
# next_token: "NextToken",
|
3882
4174
|
# max_results: 1,
|
3883
4175
|
# status: "ACTIVE", # accepts ACTIVE, DELETED
|
4176
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3884
4177
|
# }
|
3885
4178
|
#
|
3886
4179
|
# @!attribute [rw] next_token
|
@@ -3904,12 +4197,36 @@ module Aws::CloudFormation
|
|
3904
4197
|
# information about.
|
3905
4198
|
# @return [String]
|
3906
4199
|
#
|
4200
|
+
# @!attribute [rw] call_as
|
4201
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4202
|
+
# an account administrator in the management account or as a delegated
|
4203
|
+
# administrator in a member account.
|
4204
|
+
#
|
4205
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4206
|
+
# self-managed permissions.
|
4207
|
+
#
|
4208
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4209
|
+
#
|
4210
|
+
# * If you are signed in to a delegated administrator account, specify
|
4211
|
+
# `DELEGATED_ADMIN`.
|
4212
|
+
#
|
4213
|
+
# Your AWS account must be registered as a delegated administrator
|
4214
|
+
# in the management account. For more information, see [Register a
|
4215
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
4216
|
+
# Guide*.
|
4217
|
+
#
|
4218
|
+
#
|
4219
|
+
#
|
4220
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4221
|
+
# @return [String]
|
4222
|
+
#
|
3907
4223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetsInput AWS API Documentation
|
3908
4224
|
#
|
3909
4225
|
class ListStackSetsInput < Struct.new(
|
3910
4226
|
:next_token,
|
3911
4227
|
:max_results,
|
3912
|
-
:status
|
4228
|
+
:status,
|
4229
|
+
:call_as)
|
3913
4230
|
SENSITIVE = []
|
3914
4231
|
include Aws::Structure
|
3915
4232
|
end
|
@@ -4002,30 +4319,28 @@ module Aws::CloudFormation
|
|
4002
4319
|
# }
|
4003
4320
|
#
|
4004
4321
|
# @!attribute [rw] type
|
4005
|
-
# The kind of
|
4006
|
-
#
|
4007
|
-
# Currently the only valid value is `RESOURCE`.
|
4322
|
+
# The kind of extension.
|
4008
4323
|
#
|
4009
4324
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4010
4325
|
# `Arn`.
|
4011
4326
|
# @return [String]
|
4012
4327
|
#
|
4013
4328
|
# @!attribute [rw] type_name
|
4014
|
-
# The name of the
|
4329
|
+
# The name of the extension.
|
4015
4330
|
#
|
4016
4331
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4017
4332
|
# `Arn`.
|
4018
4333
|
# @return [String]
|
4019
4334
|
#
|
4020
4335
|
# @!attribute [rw] type_arn
|
4021
|
-
# The Amazon Resource Name (ARN) of the
|
4336
|
+
# The Amazon Resource Name (ARN) of the extension.
|
4022
4337
|
#
|
4023
4338
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4024
4339
|
# `Arn`.
|
4025
4340
|
# @return [String]
|
4026
4341
|
#
|
4027
4342
|
# @!attribute [rw] registration_status_filter
|
4028
|
-
# The current status of the
|
4343
|
+
# The current status of the extension registration request.
|
4029
4344
|
#
|
4030
4345
|
# The default is `IN_PROGRESS`.
|
4031
4346
|
# @return [String]
|
@@ -4060,7 +4375,7 @@ module Aws::CloudFormation
|
|
4060
4375
|
end
|
4061
4376
|
|
4062
4377
|
# @!attribute [rw] registration_token_list
|
4063
|
-
# A list of
|
4378
|
+
# A list of extension registration tokens.
|
4064
4379
|
#
|
4065
4380
|
# Use ` DescribeTypeRegistration ` to return detailed information
|
4066
4381
|
# about a type registration request.
|
@@ -4096,23 +4411,22 @@ module Aws::CloudFormation
|
|
4096
4411
|
# }
|
4097
4412
|
#
|
4098
4413
|
# @!attribute [rw] type
|
4099
|
-
# The kind of the
|
4100
|
-
#
|
4101
|
-
# Currently the only valid value is `RESOURCE`.
|
4414
|
+
# The kind of the extension.
|
4102
4415
|
#
|
4103
4416
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4104
4417
|
# `Arn`.
|
4105
4418
|
# @return [String]
|
4106
4419
|
#
|
4107
4420
|
# @!attribute [rw] type_name
|
4108
|
-
# The name of the
|
4421
|
+
# The name of the extension for which you want version summary
|
4422
|
+
# information.
|
4109
4423
|
#
|
4110
4424
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4111
4425
|
# `Arn`.
|
4112
4426
|
# @return [String]
|
4113
4427
|
#
|
4114
4428
|
# @!attribute [rw] arn
|
4115
|
-
# The Amazon Resource Name (ARN) of the
|
4429
|
+
# The Amazon Resource Name (ARN) of the extension for which you want
|
4116
4430
|
# version summary information.
|
4117
4431
|
#
|
4118
4432
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
@@ -4136,17 +4450,17 @@ module Aws::CloudFormation
|
|
4136
4450
|
# @return [String]
|
4137
4451
|
#
|
4138
4452
|
# @!attribute [rw] deprecated_status
|
4139
|
-
# The deprecation status of the
|
4140
|
-
# summary information about.
|
4453
|
+
# The deprecation status of the extension versions that you want to
|
4454
|
+
# get summary information about.
|
4141
4455
|
#
|
4142
4456
|
# Valid values include:
|
4143
4457
|
#
|
4144
|
-
# * `LIVE`\: The
|
4458
|
+
# * `LIVE`\: The extension version is registered and can be used in
|
4145
4459
|
# CloudFormation operations, dependent on its provisioning behavior
|
4146
4460
|
# and visibility scope.
|
4147
4461
|
#
|
4148
|
-
# * `DEPRECATED`\: The
|
4149
|
-
# longer be used in CloudFormation operations.
|
4462
|
+
# * `DEPRECATED`\: The extension version has been deregistered and can
|
4463
|
+
# no longer be used in CloudFormation operations.
|
4150
4464
|
#
|
4151
4465
|
# The default is `LIVE`.
|
4152
4466
|
# @return [String]
|
@@ -4166,7 +4480,7 @@ module Aws::CloudFormation
|
|
4166
4480
|
|
4167
4481
|
# @!attribute [rw] type_version_summaries
|
4168
4482
|
# A list of `TypeVersionSummary` structures that contain information
|
4169
|
-
# about the specified
|
4483
|
+
# about the specified extension's versions.
|
4170
4484
|
# @return [Array<Types::TypeVersionSummary>]
|
4171
4485
|
#
|
4172
4486
|
# @!attribute [rw] next_token
|
@@ -4199,17 +4513,17 @@ module Aws::CloudFormation
|
|
4199
4513
|
# }
|
4200
4514
|
#
|
4201
4515
|
# @!attribute [rw] visibility
|
4202
|
-
# The scope at which the
|
4203
|
-
# operations.
|
4516
|
+
# The scope at which the extension is visible and usable in
|
4517
|
+
# CloudFormation operations.
|
4204
4518
|
#
|
4205
4519
|
# Valid values include:
|
4206
4520
|
#
|
4207
|
-
# * `PRIVATE`\: The
|
4208
|
-
# in which it is registered. Currently, AWS CloudFormation
|
4209
|
-
#
|
4521
|
+
# * `PRIVATE`\: The extension is only visible and usable within the
|
4522
|
+
# account in which it is registered. Currently, AWS CloudFormation
|
4523
|
+
# marks any extension you create as `PRIVATE`.
|
4210
4524
|
#
|
4211
|
-
# * `PUBLIC`\: The
|
4212
|
-
# Amazon account.
|
4525
|
+
# * `PUBLIC`\: The extension is publically visible and usable within
|
4526
|
+
# any Amazon account.
|
4213
4527
|
#
|
4214
4528
|
# The default is `PRIVATE`.
|
4215
4529
|
# @return [String]
|
@@ -4221,28 +4535,28 @@ module Aws::CloudFormation
|
|
4221
4535
|
#
|
4222
4536
|
# Valid values include:
|
4223
4537
|
#
|
4224
|
-
# * `FULLY_MUTABLE`\: The
|
4225
|
-
# updates to the
|
4538
|
+
# * `FULLY_MUTABLE`\: The extension includes an update handler to
|
4539
|
+
# process updates to the extension during stack update operations.
|
4226
4540
|
#
|
4227
|
-
# * `IMMUTABLE`\: The
|
4228
|
-
#
|
4229
|
-
# update operations.
|
4541
|
+
# * `IMMUTABLE`\: The extension does not include an update handler, so
|
4542
|
+
# the extension cannot be updated and must instead be replaced
|
4543
|
+
# during stack update operations.
|
4230
4544
|
#
|
4231
|
-
# * `NON_PROVISIONABLE`\: The
|
4232
|
-
# delete handlers, and therefore cannot actually be provisioned.
|
4545
|
+
# * `NON_PROVISIONABLE`\: The extension does not include create, read,
|
4546
|
+
# and delete handlers, and therefore cannot actually be provisioned.
|
4233
4547
|
# @return [String]
|
4234
4548
|
#
|
4235
4549
|
# @!attribute [rw] deprecated_status
|
4236
|
-
# The deprecation status of the
|
4550
|
+
# The deprecation status of the extension that you want to get summary
|
4237
4551
|
# information about.
|
4238
4552
|
#
|
4239
4553
|
# Valid values include:
|
4240
4554
|
#
|
4241
|
-
# * `LIVE`\: The
|
4555
|
+
# * `LIVE`\: The extension is registered for use in CloudFormation
|
4242
4556
|
# operations.
|
4243
4557
|
#
|
4244
|
-
# * `DEPRECATED`\: The
|
4245
|
-
# used in CloudFormation operations.
|
4558
|
+
# * `DEPRECATED`\: The extension has been deregistered and can no
|
4559
|
+
# longer be used in CloudFormation operations.
|
4246
4560
|
# @return [String]
|
4247
4561
|
#
|
4248
4562
|
# @!attribute [rw] type
|
@@ -4280,7 +4594,7 @@ module Aws::CloudFormation
|
|
4280
4594
|
|
4281
4595
|
# @!attribute [rw] type_summaries
|
4282
4596
|
# A list of `TypeSummary` structures that contain information about
|
4283
|
-
# the specified
|
4597
|
+
# the specified extensions.
|
4284
4598
|
# @return [Array<Types::TypeSummary>]
|
4285
4599
|
#
|
4286
4600
|
# @!attribute [rw] next_token
|
@@ -4721,19 +5035,17 @@ module Aws::CloudFormation
|
|
4721
5035
|
# }
|
4722
5036
|
#
|
4723
5037
|
# @!attribute [rw] type
|
4724
|
-
# The kind of
|
4725
|
-
#
|
4726
|
-
# Currently, the only valid value is `RESOURCE`.
|
5038
|
+
# The kind of extension.
|
4727
5039
|
# @return [String]
|
4728
5040
|
#
|
4729
5041
|
# @!attribute [rw] type_name
|
4730
|
-
# The name of the
|
5042
|
+
# The name of the extension being registered.
|
4731
5043
|
#
|
4732
|
-
# We recommend that
|
5044
|
+
# We recommend that extension names adhere to the following pattern:
|
4733
5045
|
# *company\_or\_organization*\::*service*\::*type*.
|
4734
5046
|
#
|
4735
5047
|
# <note markdown="1"> The following organization namespaces are reserved and cannot be
|
4736
|
-
# used in your
|
5048
|
+
# used in your extension names:
|
4737
5049
|
#
|
4738
5050
|
# * `Alexa`
|
4739
5051
|
#
|
@@ -4751,20 +5063,19 @@ module Aws::CloudFormation
|
|
4751
5063
|
# @return [String]
|
4752
5064
|
#
|
4753
5065
|
# @!attribute [rw] schema_handler_package
|
4754
|
-
# A url to the S3 bucket containing the
|
4755
|
-
# contains the
|
4756
|
-
#
|
5066
|
+
# A url to the S3 bucket containing the extension project package that
|
5067
|
+
# contains the neccessary files for the extension you want to
|
5068
|
+
# register.
|
4757
5069
|
#
|
4758
|
-
# For information on generating a schema handler package for the
|
4759
|
-
# you want to register, see [submit][1] in the
|
4760
|
-
# User Guide*.
|
5070
|
+
# For information on generating a schema handler package for the
|
5071
|
+
# extension you want to register, see [submit][1] in the
|
5072
|
+
# *CloudFormation CLI User Guide*.
|
4761
5073
|
#
|
4762
|
-
# <note markdown="1"> The user registering the
|
4763
|
-
#
|
4764
|
-
#
|
4765
|
-
#
|
4766
|
-
#
|
4767
|
-
# Management User Guide*.
|
5074
|
+
# <note markdown="1"> The user registering the extension must be able to access the
|
5075
|
+
# package in the S3 bucket. That is, the user needs to have
|
5076
|
+
# [GetObject][2] permissions for the schema handler package. For more
|
5077
|
+
# information, see [Actions, Resources, and Condition Keys for Amazon
|
5078
|
+
# S3][3] in the *AWS Identity and Access Management User Guide*.
|
4768
5079
|
#
|
4769
5080
|
# </note>
|
4770
5081
|
#
|
@@ -4776,29 +5087,28 @@ module Aws::CloudFormation
|
|
4776
5087
|
# @return [String]
|
4777
5088
|
#
|
4778
5089
|
# @!attribute [rw] logging_config
|
4779
|
-
# Specifies logging configuration information for
|
5090
|
+
# Specifies logging configuration information for an extension.
|
4780
5091
|
# @return [Types::LoggingConfig]
|
4781
5092
|
#
|
4782
5093
|
# @!attribute [rw] execution_role_arn
|
4783
5094
|
# The Amazon Resource Name (ARN) of the IAM role for CloudFormation to
|
4784
|
-
# assume when invoking the
|
4785
|
-
#
|
5095
|
+
# assume when invoking the extension. If your extension calls AWS APIs
|
5096
|
+
# in any of its handlers, you must create an <i> <a
|
4786
5097
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
4787
5098
|
# execution role</a> </i> that includes the necessary permissions to
|
4788
5099
|
# call those AWS APIs, and provision that execution role in your
|
4789
|
-
# account. When CloudFormation needs to invoke the
|
4790
|
-
#
|
4791
|
-
#
|
4792
|
-
#
|
4793
|
-
# appropriate credentials.
|
5100
|
+
# account. When CloudFormation needs to invoke the extension handler,
|
5101
|
+
# CloudFormation assumes this execution role to create a temporary
|
5102
|
+
# session token, which it then passes to the extension handler,
|
5103
|
+
# thereby supplying your extension with the appropriate credentials.
|
4794
5104
|
# @return [String]
|
4795
5105
|
#
|
4796
5106
|
# @!attribute [rw] client_request_token
|
4797
5107
|
# A unique identifier that acts as an idempotency key for this
|
4798
5108
|
# registration request. Specifying a client request token prevents
|
4799
|
-
# CloudFormation from generating more than one version of
|
4800
|
-
# the same registeration request, even if the request is
|
4801
|
-
# multiple times.
|
5109
|
+
# CloudFormation from generating more than one version of an extension
|
5110
|
+
# from the same registeration request, even if the request is
|
5111
|
+
# submitted multiple times.
|
4802
5112
|
# @return [String]
|
4803
5113
|
#
|
4804
5114
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeInput AWS API Documentation
|
@@ -4818,8 +5128,8 @@ module Aws::CloudFormation
|
|
4818
5128
|
# The identifier for this registration request.
|
4819
5129
|
#
|
4820
5130
|
# Use this registration token when calling ` DescribeTypeRegistration
|
4821
|
-
# `, which returns information about the status and IDs of the
|
4822
|
-
# registration.
|
5131
|
+
# `, which returns information about the status and IDs of the
|
5132
|
+
# extension registration.
|
4823
5133
|
# @return [String]
|
4824
5134
|
#
|
4825
5135
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeOutput AWS API Documentation
|
@@ -5282,7 +5592,7 @@ module Aws::CloudFormation
|
|
5282
5592
|
# }
|
5283
5593
|
#
|
5284
5594
|
# @!attribute [rw] arn
|
5285
|
-
# The Amazon Resource Name (ARN) of the
|
5595
|
+
# The Amazon Resource Name (ARN) of the extension for which you want
|
5286
5596
|
# version summary information.
|
5287
5597
|
#
|
5288
5598
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
@@ -5290,23 +5600,23 @@ module Aws::CloudFormation
|
|
5290
5600
|
# @return [String]
|
5291
5601
|
#
|
5292
5602
|
# @!attribute [rw] type
|
5293
|
-
# The kind of
|
5603
|
+
# The kind of extension.
|
5294
5604
|
#
|
5295
5605
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
5296
5606
|
# `Arn`.
|
5297
5607
|
# @return [String]
|
5298
5608
|
#
|
5299
5609
|
# @!attribute [rw] type_name
|
5300
|
-
# The name of the
|
5610
|
+
# The name of the extension.
|
5301
5611
|
#
|
5302
5612
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
5303
5613
|
# `Arn`.
|
5304
5614
|
# @return [String]
|
5305
5615
|
#
|
5306
5616
|
# @!attribute [rw] version_id
|
5307
|
-
# The ID of a specific version of the
|
5617
|
+
# The ID of a specific version of the extension. The version ID is the
|
5308
5618
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
5309
|
-
#
|
5619
|
+
# extension version when it is registered.
|
5310
5620
|
# @return [String]
|
5311
5621
|
#
|
5312
5622
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/SetTypeDefaultVersionInput AWS API Documentation
|
@@ -5717,7 +6027,7 @@ module Aws::CloudFormation
|
|
5717
6027
|
# @return [String]
|
5718
6028
|
#
|
5719
6029
|
# @!attribute [rw] account
|
5720
|
-
# \[
|
6030
|
+
# \[Self-managed permissions\] The name of the AWS account that the
|
5721
6031
|
# stack instance is associated with.
|
5722
6032
|
# @return [String]
|
5723
6033
|
#
|
@@ -5764,7 +6074,7 @@ module Aws::CloudFormation
|
|
5764
6074
|
# @return [String]
|
5765
6075
|
#
|
5766
6076
|
# @!attribute [rw] organizational_unit_id
|
5767
|
-
# \[
|
6077
|
+
# \[Service-managed permissions\] The organization root ID or
|
5768
6078
|
# organizational unit (OU) IDs that you specified for
|
5769
6079
|
# [DeploymentTargets][1].
|
5770
6080
|
#
|
@@ -5901,7 +6211,7 @@ module Aws::CloudFormation
|
|
5901
6211
|
# @return [String]
|
5902
6212
|
#
|
5903
6213
|
# @!attribute [rw] account
|
5904
|
-
# \[
|
6214
|
+
# \[Self-managed permissions\] The name of the AWS account that the
|
5905
6215
|
# stack instance is associated with.
|
5906
6216
|
# @return [String]
|
5907
6217
|
#
|
@@ -5943,7 +6253,7 @@ module Aws::CloudFormation
|
|
5943
6253
|
# @return [Types::StackInstanceComprehensiveStatus]
|
5944
6254
|
#
|
5945
6255
|
# @!attribute [rw] organizational_unit_id
|
5946
|
-
# \[
|
6256
|
+
# \[Service-managed permissions\] The organization root ID or
|
5947
6257
|
# organizational unit (OU) IDs that you specified for
|
5948
6258
|
# [DeploymentTargets][1].
|
5949
6259
|
#
|
@@ -6520,7 +6830,7 @@ module Aws::CloudFormation
|
|
6520
6830
|
# @return [Types::StackSetDriftDetectionDetails]
|
6521
6831
|
#
|
6522
6832
|
# @!attribute [rw] auto_deployment
|
6523
|
-
# \[
|
6833
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
6524
6834
|
# automatically deploys to AWS Organizations accounts that are added
|
6525
6835
|
# to a target organization or organizational unit (OU).
|
6526
6836
|
# @return [Types::AutoDeployment]
|
@@ -6546,7 +6856,7 @@ module Aws::CloudFormation
|
|
6546
6856
|
# @return [String]
|
6547
6857
|
#
|
6548
6858
|
# @!attribute [rw] organizational_unit_ids
|
6549
|
-
# \[
|
6859
|
+
# \[Service-managed permissions\] The organization root ID or
|
6550
6860
|
# organizational unit (OU) IDs that you specified for
|
6551
6861
|
# [DeploymentTargets][1].
|
6552
6862
|
#
|
@@ -6734,7 +7044,7 @@ module Aws::CloudFormation
|
|
6734
7044
|
# to `FAILED`, and AWS CloudFormation cancels the operation in any
|
6735
7045
|
# remaining Regions.
|
6736
7046
|
#
|
6737
|
-
# * `QUEUED`\: \[
|
7047
|
+
# * `QUEUED`\: \[Service-managed permissions\] For automatic
|
6738
7048
|
# deployments that require a sequence of operations, the operation
|
6739
7049
|
# is queued to be performed. For more information, see the [stack
|
6740
7050
|
# set operation status codes][1] in the AWS CloudFormation User
|
@@ -6807,7 +7117,7 @@ module Aws::CloudFormation
|
|
6807
7117
|
# @return [Time]
|
6808
7118
|
#
|
6809
7119
|
# @!attribute [rw] deployment_targets
|
6810
|
-
# \[
|
7120
|
+
# \[Service-managed permissions\] The AWS Organizations accounts
|
6811
7121
|
# affected by the stack operation.
|
6812
7122
|
# @return [Types::DeploymentTargets]
|
6813
7123
|
#
|
@@ -6860,6 +7170,7 @@ module Aws::CloudFormation
|
|
6860
7170
|
# data as a hash:
|
6861
7171
|
#
|
6862
7172
|
# {
|
7173
|
+
# region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
|
6863
7174
|
# region_order: ["Region"],
|
6864
7175
|
# failure_tolerance_count: 1,
|
6865
7176
|
# failure_tolerance_percentage: 1,
|
@@ -6867,6 +7178,9 @@ module Aws::CloudFormation
|
|
6867
7178
|
# max_concurrent_percentage: 1,
|
6868
7179
|
# }
|
6869
7180
|
#
|
7181
|
+
# @!attribute [rw] region_concurrency_type
|
7182
|
+
# @return [String]
|
7183
|
+
#
|
6870
7184
|
# @!attribute [rw] region_order
|
6871
7185
|
# The order of the Regions in where you want to perform the stack
|
6872
7186
|
# operation.
|
@@ -6933,6 +7247,7 @@ module Aws::CloudFormation
|
|
6933
7247
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationPreferences AWS API Documentation
|
6934
7248
|
#
|
6935
7249
|
class StackSetOperationPreferences < Struct.new(
|
7250
|
+
:region_concurrency_type,
|
6936
7251
|
:region_order,
|
6937
7252
|
:failure_tolerance_count,
|
6938
7253
|
:failure_tolerance_percentage,
|
@@ -6946,7 +7261,7 @@ module Aws::CloudFormation
|
|
6946
7261
|
# results for a given account in a given Region.
|
6947
7262
|
#
|
6948
7263
|
# @!attribute [rw] account
|
6949
|
-
# \[
|
7264
|
+
# \[Self-managed permissions\] The name of the AWS account for this
|
6950
7265
|
# operation result.
|
6951
7266
|
# @return [String]
|
6952
7267
|
#
|
@@ -6991,7 +7306,7 @@ module Aws::CloudFormation
|
|
6991
7306
|
# @return [Types::AccountGateResult]
|
6992
7307
|
#
|
6993
7308
|
# @!attribute [rw] organizational_unit_id
|
6994
|
-
# \[
|
7309
|
+
# \[Service-managed permissions\] The organization root ID or
|
6995
7310
|
# organizational unit (OU) IDs that you specified for
|
6996
7311
|
# [DeploymentTargets][1].
|
6997
7312
|
#
|
@@ -7040,7 +7355,7 @@ module Aws::CloudFormation
|
|
7040
7355
|
# to `FAILED`, and AWS CloudFormation cancels the operation in any
|
7041
7356
|
# remaining Regions.
|
7042
7357
|
#
|
7043
|
-
# * `QUEUED`\: \[
|
7358
|
+
# * `QUEUED`\: \[Service-managed permissions\] For automatic
|
7044
7359
|
# deployments that require a sequence of operations, the operation
|
7045
7360
|
# is queued to be performed. For more information, see the [stack
|
7046
7361
|
# set operation status codes][1] in the AWS CloudFormation User
|
@@ -7111,7 +7426,7 @@ module Aws::CloudFormation
|
|
7111
7426
|
# @return [String]
|
7112
7427
|
#
|
7113
7428
|
# @!attribute [rw] auto_deployment
|
7114
|
-
# \[
|
7429
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
7115
7430
|
# automatically deploys to AWS Organizations accounts that are added
|
7116
7431
|
# to a target organizational unit (OU).
|
7117
7432
|
# @return [Types::AutoDeployment]
|
@@ -7284,6 +7599,7 @@ module Aws::CloudFormation
|
|
7284
7599
|
# {
|
7285
7600
|
# stack_set_name: "StackSetName", # required
|
7286
7601
|
# operation_id: "ClientRequestToken", # required
|
7602
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7287
7603
|
# }
|
7288
7604
|
#
|
7289
7605
|
# @!attribute [rw] stack_set_name
|
@@ -7295,11 +7611,35 @@ module Aws::CloudFormation
|
|
7295
7611
|
# The ID of the stack operation.
|
7296
7612
|
# @return [String]
|
7297
7613
|
#
|
7614
|
+
# @!attribute [rw] call_as
|
7615
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
7616
|
+
# an account administrator in the organization's management account
|
7617
|
+
# or as a delegated administrator in a member account.
|
7618
|
+
#
|
7619
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
7620
|
+
# self-managed permissions.
|
7621
|
+
#
|
7622
|
+
# * If you are signed in to the management account, specify `SELF`.
|
7623
|
+
#
|
7624
|
+
# * If you are signed in to a delegated administrator account, specify
|
7625
|
+
# `DELEGATED_ADMIN`.
|
7626
|
+
#
|
7627
|
+
# Your AWS account must be registered as a delegated administrator
|
7628
|
+
# in the management account. For more information, see [Register a
|
7629
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
7630
|
+
# Guide*.
|
7631
|
+
#
|
7632
|
+
#
|
7633
|
+
#
|
7634
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
7635
|
+
# @return [String]
|
7636
|
+
#
|
7298
7637
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StopStackSetOperationInput AWS API Documentation
|
7299
7638
|
#
|
7300
7639
|
class StopStackSetOperationInput < Struct.new(
|
7301
7640
|
:stack_set_name,
|
7302
|
-
:operation_id
|
7641
|
+
:operation_id,
|
7642
|
+
:call_as)
|
7303
7643
|
SENSITIVE = []
|
7304
7644
|
include Aws::Structure
|
7305
7645
|
end
|
@@ -7534,9 +7874,9 @@ module Aws::CloudFormation
|
|
7534
7874
|
#
|
7535
7875
|
# @!attribute [rw] template_url
|
7536
7876
|
# Location of file containing the template body. The URL must point to
|
7537
|
-
# a template that is located in an Amazon S3 bucket
|
7538
|
-
# information, go to [Template Anatomy][1]
|
7539
|
-
# User Guide.
|
7877
|
+
# a template that is located in an Amazon S3 bucket or a Systems
|
7878
|
+
# Manager document. For more information, go to [Template Anatomy][1]
|
7879
|
+
# in the AWS CloudFormation User Guide.
|
7540
7880
|
#
|
7541
7881
|
# Conditional: You must specify only one of the following parameters:
|
7542
7882
|
# `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
|
@@ -7811,6 +8151,7 @@ module Aws::CloudFormation
|
|
7811
8151
|
# accounts: ["Account"],
|
7812
8152
|
# deployment_targets: {
|
7813
8153
|
# accounts: ["Account"],
|
8154
|
+
# accounts_url: "AccountsUrl",
|
7814
8155
|
# organizational_unit_ids: ["OrganizationalUnitId"],
|
7815
8156
|
# },
|
7816
8157
|
# regions: ["Region"], # required
|
@@ -7823,6 +8164,7 @@ module Aws::CloudFormation
|
|
7823
8164
|
# },
|
7824
8165
|
# ],
|
7825
8166
|
# operation_preferences: {
|
8167
|
+
# region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
|
7826
8168
|
# region_order: ["Region"],
|
7827
8169
|
# failure_tolerance_count: 1,
|
7828
8170
|
# failure_tolerance_percentage: 1,
|
@@ -7830,6 +8172,7 @@ module Aws::CloudFormation
|
|
7830
8172
|
# max_concurrent_percentage: 1,
|
7831
8173
|
# },
|
7832
8174
|
# operation_id: "ClientRequestToken",
|
8175
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7833
8176
|
# }
|
7834
8177
|
#
|
7835
8178
|
# @!attribute [rw] stack_set_name
|
@@ -7838,7 +8181,7 @@ module Aws::CloudFormation
|
|
7838
8181
|
# @return [String]
|
7839
8182
|
#
|
7840
8183
|
# @!attribute [rw] accounts
|
7841
|
-
# \[
|
8184
|
+
# \[Self-managed permissions\] The names of one or more AWS accounts
|
7842
8185
|
# for which you want to update parameter values for stack instances.
|
7843
8186
|
# The overridden parameter values will be applied to all stack
|
7844
8187
|
# instances in the specified accounts and Regions.
|
@@ -7847,7 +8190,7 @@ module Aws::CloudFormation
|
|
7847
8190
|
# @return [Array<String>]
|
7848
8191
|
#
|
7849
8192
|
# @!attribute [rw] deployment_targets
|
7850
|
-
# \[
|
8193
|
+
# \[Service-managed permissions\] The AWS Organizations accounts for
|
7851
8194
|
# which you want to update parameter values for stack instances. If
|
7852
8195
|
# your update targets OUs, the overridden parameter values only apply
|
7853
8196
|
# to the accounts that are currently in the target OUs and their child
|
@@ -7931,6 +8274,29 @@ module Aws::CloudFormation
|
|
7931
8274
|
# not need to pass this option.
|
7932
8275
|
# @return [String]
|
7933
8276
|
#
|
8277
|
+
# @!attribute [rw] call_as
|
8278
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
8279
|
+
# an account administrator in the organization's management account
|
8280
|
+
# or as a delegated administrator in a member account.
|
8281
|
+
#
|
8282
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
8283
|
+
# self-managed permissions.
|
8284
|
+
#
|
8285
|
+
# * If you are signed in to the management account, specify `SELF`.
|
8286
|
+
#
|
8287
|
+
# * If you are signed in to a delegated administrator account, specify
|
8288
|
+
# `DELEGATED_ADMIN`.
|
8289
|
+
#
|
8290
|
+
# Your AWS account must be registered as a delegated administrator
|
8291
|
+
# in the management account. For more information, see [Register a
|
8292
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
8293
|
+
# Guide*.
|
8294
|
+
#
|
8295
|
+
#
|
8296
|
+
#
|
8297
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
8298
|
+
# @return [String]
|
8299
|
+
#
|
7934
8300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackInstancesInput AWS API Documentation
|
7935
8301
|
#
|
7936
8302
|
class UpdateStackInstancesInput < Struct.new(
|
@@ -7940,7 +8306,8 @@ module Aws::CloudFormation
|
|
7940
8306
|
:regions,
|
7941
8307
|
:parameter_overrides,
|
7942
8308
|
:operation_preferences,
|
7943
|
-
:operation_id
|
8309
|
+
:operation_id,
|
8310
|
+
:call_as)
|
7944
8311
|
SENSITIVE = []
|
7945
8312
|
include Aws::Structure
|
7946
8313
|
end
|
@@ -7996,6 +8363,7 @@ module Aws::CloudFormation
|
|
7996
8363
|
# },
|
7997
8364
|
# ],
|
7998
8365
|
# operation_preferences: {
|
8366
|
+
# region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
|
7999
8367
|
# region_order: ["Region"],
|
8000
8368
|
# failure_tolerance_count: 1,
|
8001
8369
|
# failure_tolerance_percentage: 1,
|
@@ -8006,6 +8374,7 @@ module Aws::CloudFormation
|
|
8006
8374
|
# execution_role_name: "ExecutionRoleName",
|
8007
8375
|
# deployment_targets: {
|
8008
8376
|
# accounts: ["Account"],
|
8377
|
+
# accounts_url: "AccountsUrl",
|
8009
8378
|
# organizational_unit_ids: ["OrganizationalUnitId"],
|
8010
8379
|
# },
|
8011
8380
|
# permission_model: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, SELF_MANAGED
|
@@ -8016,6 +8385,7 @@ module Aws::CloudFormation
|
|
8016
8385
|
# operation_id: "ClientRequestToken",
|
8017
8386
|
# accounts: ["Account"],
|
8018
8387
|
# regions: ["Region"],
|
8388
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
8019
8389
|
# }
|
8020
8390
|
#
|
8021
8391
|
# @!attribute [rw] stack_set_name
|
@@ -8044,8 +8414,9 @@ module Aws::CloudFormation
|
|
8044
8414
|
# @!attribute [rw] template_url
|
8045
8415
|
# The location of the file that contains the template body. The URL
|
8046
8416
|
# must point to a template (maximum size: 460,800 bytes) that is
|
8047
|
-
# located in an Amazon S3 bucket
|
8048
|
-
# Anatomy][1] in the AWS
|
8417
|
+
# located in an Amazon S3 bucket or a Systems Manager document. For
|
8418
|
+
# more information, see [Template Anatomy][1] in the AWS
|
8419
|
+
# CloudFormation User Guide.
|
8049
8420
|
#
|
8050
8421
|
# Conditional: You must specify only one of the following parameters:
|
8051
8422
|
# `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
|
@@ -8117,18 +8488,21 @@ module Aws::CloudFormation
|
|
8117
8488
|
#
|
8118
8489
|
# * `CAPABILITY_AUTO_EXPAND`
|
8119
8490
|
#
|
8120
|
-
# Some templates
|
8121
|
-
# or more macros,
|
8122
|
-
# processed template, without first reviewing the
|
8123
|
-
# in a change set
|
8491
|
+
# Some templates reference macros. If your stack set template
|
8492
|
+
# references one or more macros, you must update the stack set
|
8493
|
+
# directly from the processed template, without first reviewing the
|
8494
|
+
# resulting changes in a change set. To update the stack set
|
8495
|
+
# directly, you must acknowledge this capability. For more
|
8124
8496
|
# information, see [Using AWS CloudFormation Macros to Perform
|
8125
8497
|
# Custom Processing on Templates][9].
|
8126
8498
|
#
|
8127
|
-
# Stack sets do not currently
|
8128
|
-
# (This includes the
|
8129
|
-
# transforms, which are
|
8130
|
-
#
|
8131
|
-
#
|
8499
|
+
# Stack sets with service-managed permissions do not currently
|
8500
|
+
# support the use of macros in templates. (This includes the
|
8501
|
+
# [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
|
8502
|
+
# macros hosted by AWS CloudFormation.) Even if you specify this
|
8503
|
+
# capability for a stack set with service-managed permissions, if
|
8504
|
+
# you reference a macro in your template the stack set operation
|
8505
|
+
# will fail.
|
8132
8506
|
#
|
8133
8507
|
#
|
8134
8508
|
#
|
@@ -8223,7 +8597,7 @@ module Aws::CloudFormation
|
|
8223
8597
|
# @return [String]
|
8224
8598
|
#
|
8225
8599
|
# @!attribute [rw] deployment_targets
|
8226
|
-
# \[
|
8600
|
+
# \[Service-managed permissions\] The AWS Organizations accounts in
|
8227
8601
|
# which to update associated stack instances.
|
8228
8602
|
#
|
8229
8603
|
# To update all the stack instances associated with this stack set, do
|
@@ -8262,7 +8636,7 @@ module Aws::CloudFormation
|
|
8262
8636
|
# @return [String]
|
8263
8637
|
#
|
8264
8638
|
# @!attribute [rw] auto_deployment
|
8265
|
-
# \[
|
8639
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
8266
8640
|
# automatically deploys to AWS Organizations accounts that are added
|
8267
8641
|
# to a target organization or organizational unit (OU).
|
8268
8642
|
#
|
@@ -8290,7 +8664,7 @@ module Aws::CloudFormation
|
|
8290
8664
|
# @return [String]
|
8291
8665
|
#
|
8292
8666
|
# @!attribute [rw] accounts
|
8293
|
-
# \[
|
8667
|
+
# \[Self-managed permissions\] The accounts in which to update
|
8294
8668
|
# associated stack instances. If you specify accounts, you must also
|
8295
8669
|
# specify the Regions in which to update stack set instances.
|
8296
8670
|
#
|
@@ -8327,6 +8701,29 @@ module Aws::CloudFormation
|
|
8327
8701
|
# existing stack instance status.
|
8328
8702
|
# @return [Array<String>]
|
8329
8703
|
#
|
8704
|
+
# @!attribute [rw] call_as
|
8705
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
8706
|
+
# an account administrator in the organization's management account
|
8707
|
+
# or as a delegated administrator in a member account.
|
8708
|
+
#
|
8709
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
8710
|
+
# self-managed permissions.
|
8711
|
+
#
|
8712
|
+
# * If you are signed in to the management account, specify `SELF`.
|
8713
|
+
#
|
8714
|
+
# * If you are signed in to a delegated administrator account, specify
|
8715
|
+
# `DELEGATED_ADMIN`.
|
8716
|
+
#
|
8717
|
+
# Your AWS account must be registered as a delegated administrator
|
8718
|
+
# in the management account. For more information, see [Register a
|
8719
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
8720
|
+
# Guide*.
|
8721
|
+
#
|
8722
|
+
#
|
8723
|
+
#
|
8724
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
8725
|
+
# @return [String]
|
8726
|
+
#
|
8330
8727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackSetInput AWS API Documentation
|
8331
8728
|
#
|
8332
8729
|
class UpdateStackSetInput < Struct.new(
|
@@ -8346,7 +8743,8 @@ module Aws::CloudFormation
|
|
8346
8743
|
:auto_deployment,
|
8347
8744
|
:operation_id,
|
8348
8745
|
:accounts,
|
8349
|
-
:regions
|
8746
|
+
:regions,
|
8747
|
+
:call_as)
|
8350
8748
|
SENSITIVE = []
|
8351
8749
|
include Aws::Structure
|
8352
8750
|
end
|
@@ -8427,8 +8825,8 @@ module Aws::CloudFormation
|
|
8427
8825
|
# @!attribute [rw] template_url
|
8428
8826
|
# Location of file containing the template body. The URL must point to
|
8429
8827
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
8430
|
-
# bucket. For more information, go to
|
8431
|
-
# CloudFormation User Guide.
|
8828
|
+
# bucket or a Systems Manager document. For more information, go to
|
8829
|
+
# [Template Anatomy][1] in the AWS CloudFormation User Guide.
|
8432
8830
|
#
|
8433
8831
|
# Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
|
8434
8832
|
# are passed, only `TemplateBody` is used.
|