aws-sdk-cloudformation 1.44.0 → 1.49.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +330 -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 +569 -173
- data/lib/aws-sdk-cloudformation/client_api.rb +39 -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 +6 -7
- data/lib/aws-sdk-cloudformation/stack.rb +12 -13
- data/lib/aws-sdk-cloudformation/stack_resource.rb +9 -1
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +9 -1
- data/lib/aws-sdk-cloudformation/types.rb +733 -225
- data/lib/aws-sdk-cloudformation/waiters.rb +1 -1
- metadata +8 -5
@@ -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
|
|
@@ -29,6 +29,7 @@ module Aws::CloudFormation
|
|
29
29
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
30
30
|
BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
|
31
31
|
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException')
|
32
|
+
CallAs = Shapes::StringShape.new(name: 'CallAs')
|
32
33
|
CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
|
33
34
|
Capabilities = Shapes::ListShape.new(name: 'Capabilities')
|
34
35
|
CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
|
@@ -137,6 +138,7 @@ module Aws::CloudFormation
|
|
137
138
|
Imports = Shapes::ListShape.new(name: 'Imports')
|
138
139
|
InProgressStackInstancesCount = Shapes::IntegerShape.new(name: 'InProgressStackInstancesCount')
|
139
140
|
InSyncStackInstancesCount = Shapes::IntegerShape.new(name: 'InSyncStackInstancesCount')
|
141
|
+
IncludeNestedStacks = Shapes::BooleanShape.new(name: 'IncludeNestedStacks')
|
140
142
|
InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException')
|
141
143
|
InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
|
142
144
|
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
|
@@ -173,12 +175,14 @@ module Aws::CloudFormation
|
|
173
175
|
ListTypesOutput = Shapes::StructureShape.new(name: 'ListTypesOutput')
|
174
176
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
175
177
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
178
|
+
LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
|
176
179
|
LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
|
177
180
|
LogicalResourceIds = Shapes::ListShape.new(name: 'LogicalResourceIds')
|
178
181
|
MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
|
179
182
|
MaxConcurrentPercentage = Shapes::IntegerShape.new(name: 'MaxConcurrentPercentage')
|
180
183
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
181
184
|
Metadata = Shapes::StringShape.new(name: 'Metadata')
|
185
|
+
ModuleInfo = Shapes::StructureShape.new(name: 'ModuleInfo')
|
182
186
|
MonitoringTimeInMinutes = Shapes::IntegerShape.new(name: 'MonitoringTimeInMinutes')
|
183
187
|
NameAlreadyExistsException = Shapes::StructureShape.new(name: 'NameAlreadyExistsException')
|
184
188
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
@@ -359,6 +363,7 @@ module Aws::CloudFormation
|
|
359
363
|
TransformsList = Shapes::ListShape.new(name: 'TransformsList')
|
360
364
|
Type = Shapes::StringShape.new(name: 'Type')
|
361
365
|
TypeArn = Shapes::StringShape.new(name: 'TypeArn')
|
366
|
+
TypeHierarchy = Shapes::StringShape.new(name: 'TypeHierarchy')
|
362
367
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
363
368
|
TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException')
|
364
369
|
TypeSchema = Shapes::StringShape.new(name: 'TypeSchema')
|
@@ -430,6 +435,9 @@ module Aws::CloudFormation
|
|
430
435
|
ChangeSetSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
|
431
436
|
ChangeSetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
432
437
|
ChangeSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
438
|
+
ChangeSetSummary.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
439
|
+
ChangeSetSummary.add_member(:parent_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ParentChangeSetId"))
|
440
|
+
ChangeSetSummary.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
433
441
|
ChangeSetSummary.struct_class = Types::ChangeSetSummary
|
434
442
|
|
435
443
|
Changes.member = Shapes::ShapeRef.new(shape: Change)
|
@@ -458,6 +466,7 @@ module Aws::CloudFormation
|
|
458
466
|
CreateChangeSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
459
467
|
CreateChangeSetInput.add_member(:change_set_type, Shapes::ShapeRef.new(shape: ChangeSetType, location_name: "ChangeSetType"))
|
460
468
|
CreateChangeSetInput.add_member(:resources_to_import, Shapes::ShapeRef.new(shape: ResourcesToImport, location_name: "ResourcesToImport"))
|
469
|
+
CreateChangeSetInput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
461
470
|
CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
|
462
471
|
|
463
472
|
CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
|
@@ -490,6 +499,7 @@ module Aws::CloudFormation
|
|
490
499
|
CreateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
491
500
|
CreateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
492
501
|
CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
502
|
+
CreateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
493
503
|
CreateStackInstancesInput.struct_class = Types::CreateStackInstancesInput
|
494
504
|
|
495
505
|
CreateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -509,6 +519,7 @@ module Aws::CloudFormation
|
|
509
519
|
CreateStackSetInput.add_member(:execution_role_name, Shapes::ShapeRef.new(shape: ExecutionRoleName, location_name: "ExecutionRoleName"))
|
510
520
|
CreateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
511
521
|
CreateStackSetInput.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
|
522
|
+
CreateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
512
523
|
CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
513
524
|
CreateStackSetInput.struct_class = Types::CreateStackSetInput
|
514
525
|
|
@@ -536,12 +547,14 @@ module Aws::CloudFormation
|
|
536
547
|
DeleteStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
537
548
|
DeleteStackInstancesInput.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacks, required: true, location_name: "RetainStacks"))
|
538
549
|
DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
550
|
+
DeleteStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
539
551
|
DeleteStackInstancesInput.struct_class = Types::DeleteStackInstancesInput
|
540
552
|
|
541
553
|
DeleteStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
542
554
|
DeleteStackInstancesOutput.struct_class = Types::DeleteStackInstancesOutput
|
543
555
|
|
544
556
|
DeleteStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
557
|
+
DeleteStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
545
558
|
DeleteStackSetInput.struct_class = Types::DeleteStackSetInput
|
546
559
|
|
547
560
|
DeleteStackSetOutput.struct_class = Types::DeleteStackSetOutput
|
@@ -586,6 +599,9 @@ module Aws::CloudFormation
|
|
586
599
|
DescribeChangeSetOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
587
600
|
DescribeChangeSetOutput.add_member(:changes, Shapes::ShapeRef.new(shape: Changes, location_name: "Changes"))
|
588
601
|
DescribeChangeSetOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
602
|
+
DescribeChangeSetOutput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
603
|
+
DescribeChangeSetOutput.add_member(:parent_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ParentChangeSetId"))
|
604
|
+
DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
589
605
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
590
606
|
|
591
607
|
DescribeStackDriftDetectionStatusInput.add_member(:stack_drift_detection_id, Shapes::ShapeRef.new(shape: StackDriftDetectionId, required: true, location_name: "StackDriftDetectionId"))
|
@@ -611,6 +627,7 @@ module Aws::CloudFormation
|
|
611
627
|
DescribeStackInstanceInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
612
628
|
DescribeStackInstanceInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
|
613
629
|
DescribeStackInstanceInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "StackInstanceRegion"))
|
630
|
+
DescribeStackInstanceInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
614
631
|
DescribeStackInstanceInput.struct_class = Types::DescribeStackInstanceInput
|
615
632
|
|
616
633
|
DescribeStackInstanceOutput.add_member(:stack_instance, Shapes::ShapeRef.new(shape: StackInstance, location_name: "StackInstance"))
|
@@ -642,10 +659,12 @@ module Aws::CloudFormation
|
|
642
659
|
DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
|
643
660
|
|
644
661
|
DescribeStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
662
|
+
DescribeStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
645
663
|
DescribeStackSetInput.struct_class = Types::DescribeStackSetInput
|
646
664
|
|
647
665
|
DescribeStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
648
666
|
DescribeStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
667
|
+
DescribeStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
649
668
|
DescribeStackSetOperationInput.struct_class = Types::DescribeStackSetOperationInput
|
650
669
|
|
651
670
|
DescribeStackSetOperationOutput.add_member(:stack_set_operation, Shapes::ShapeRef.new(shape: StackSetOperation, location_name: "StackSetOperation"))
|
@@ -712,6 +731,7 @@ module Aws::CloudFormation
|
|
712
731
|
DetectStackSetDriftInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
713
732
|
DetectStackSetDriftInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
714
733
|
DetectStackSetDriftInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
734
|
+
DetectStackSetDriftInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
715
735
|
DetectStackSetDriftInput.struct_class = Types::DetectStackSetDriftInput
|
716
736
|
|
717
737
|
DetectStackSetDriftOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -812,6 +832,7 @@ module Aws::CloudFormation
|
|
812
832
|
ListStackInstancesInput.add_member(:filters, Shapes::ShapeRef.new(shape: StackInstanceFilters, location_name: "Filters"))
|
813
833
|
ListStackInstancesInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, location_name: "StackInstanceAccount"))
|
814
834
|
ListStackInstancesInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, location_name: "StackInstanceRegion"))
|
835
|
+
ListStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
815
836
|
ListStackInstancesInput.struct_class = Types::ListStackInstancesInput
|
816
837
|
|
817
838
|
ListStackInstancesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceSummaries, location_name: "Summaries"))
|
@@ -830,6 +851,7 @@ module Aws::CloudFormation
|
|
830
851
|
ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
831
852
|
ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
832
853
|
ListStackSetOperationResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
854
|
+
ListStackSetOperationResultsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
833
855
|
ListStackSetOperationResultsInput.struct_class = Types::ListStackSetOperationResultsInput
|
834
856
|
|
835
857
|
ListStackSetOperationResultsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationResultSummaries, location_name: "Summaries"))
|
@@ -839,6 +861,7 @@ module Aws::CloudFormation
|
|
839
861
|
ListStackSetOperationsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
840
862
|
ListStackSetOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
841
863
|
ListStackSetOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
864
|
+
ListStackSetOperationsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
842
865
|
ListStackSetOperationsInput.struct_class = Types::ListStackSetOperationsInput
|
843
866
|
|
844
867
|
ListStackSetOperationsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationSummaries, location_name: "Summaries"))
|
@@ -848,6 +871,7 @@ module Aws::CloudFormation
|
|
848
871
|
ListStackSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
849
872
|
ListStackSetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
850
873
|
ListStackSetsInput.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
|
874
|
+
ListStackSetsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
851
875
|
ListStackSetsInput.struct_class = Types::ListStackSetsInput
|
852
876
|
|
853
877
|
ListStackSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetSummaries, location_name: "Summaries"))
|
@@ -889,6 +913,7 @@ module Aws::CloudFormation
|
|
889
913
|
ListTypesInput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
890
914
|
ListTypesInput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
891
915
|
ListTypesInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
916
|
+
ListTypesInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
892
917
|
ListTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
893
918
|
ListTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
894
919
|
ListTypesInput.struct_class = Types::ListTypesInput
|
@@ -903,6 +928,10 @@ module Aws::CloudFormation
|
|
903
928
|
|
904
929
|
LogicalResourceIds.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
|
905
930
|
|
931
|
+
ModuleInfo.add_member(:type_hierarchy, Shapes::ShapeRef.new(shape: TypeHierarchy, location_name: "TypeHierarchy"))
|
932
|
+
ModuleInfo.add_member(:logical_id_hierarchy, Shapes::ShapeRef.new(shape: LogicalIdHierarchy, location_name: "LogicalIdHierarchy"))
|
933
|
+
ModuleInfo.struct_class = Types::ModuleInfo
|
934
|
+
|
906
935
|
NameAlreadyExistsException.struct_class = Types::NameAlreadyExistsException
|
907
936
|
|
908
937
|
NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
|
@@ -993,6 +1022,8 @@ module Aws::CloudFormation
|
|
993
1022
|
ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
|
994
1023
|
ResourceChange.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
995
1024
|
ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
|
1025
|
+
ResourceChange.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
|
1026
|
+
ResourceChange.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
996
1027
|
ResourceChange.struct_class = Types::ResourceChange
|
997
1028
|
|
998
1029
|
ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
|
@@ -1159,6 +1190,7 @@ module Aws::CloudFormation
|
|
1159
1190
|
StackResource.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1160
1191
|
StackResource.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1161
1192
|
StackResource.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackResourceDriftInformation, location_name: "DriftInformation"))
|
1193
|
+
StackResource.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1162
1194
|
StackResource.struct_class = Types::StackResource
|
1163
1195
|
|
1164
1196
|
StackResourceDetail.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
@@ -1172,6 +1204,7 @@ module Aws::CloudFormation
|
|
1172
1204
|
StackResourceDetail.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1173
1205
|
StackResourceDetail.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
1174
1206
|
StackResourceDetail.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackResourceDriftInformation, location_name: "DriftInformation"))
|
1207
|
+
StackResourceDetail.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1175
1208
|
StackResourceDetail.struct_class = Types::StackResourceDetail
|
1176
1209
|
|
1177
1210
|
StackResourceDrift.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
@@ -1184,6 +1217,7 @@ module Aws::CloudFormation
|
|
1184
1217
|
StackResourceDrift.add_member(:property_differences, Shapes::ShapeRef.new(shape: PropertyDifferences, location_name: "PropertyDifferences"))
|
1185
1218
|
StackResourceDrift.add_member(:stack_resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, required: true, location_name: "StackResourceDriftStatus"))
|
1186
1219
|
StackResourceDrift.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
1220
|
+
StackResourceDrift.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1187
1221
|
StackResourceDrift.struct_class = Types::StackResourceDrift
|
1188
1222
|
|
1189
1223
|
StackResourceDriftInformation.add_member(:stack_resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, required: true, location_name: "StackResourceDriftStatus"))
|
@@ -1207,6 +1241,7 @@ module Aws::CloudFormation
|
|
1207
1241
|
StackResourceSummary.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
|
1208
1242
|
StackResourceSummary.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1209
1243
|
StackResourceSummary.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackResourceDriftInformationSummary, location_name: "DriftInformation"))
|
1244
|
+
StackResourceSummary.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1210
1245
|
StackResourceSummary.struct_class = Types::StackResourceSummary
|
1211
1246
|
|
1212
1247
|
StackResources.member = Shapes::ShapeRef.new(shape: StackResource)
|
@@ -1319,6 +1354,7 @@ module Aws::CloudFormation
|
|
1319
1354
|
|
1320
1355
|
StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
1321
1356
|
StopStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
1357
|
+
StopStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1322
1358
|
StopStackSetOperationInput.struct_class = Types::StopStackSetOperationInput
|
1323
1359
|
|
1324
1360
|
StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
|
@@ -1389,6 +1425,7 @@ module Aws::CloudFormation
|
|
1389
1425
|
UpdateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
1390
1426
|
UpdateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1391
1427
|
UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1428
|
+
UpdateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1392
1429
|
UpdateStackInstancesInput.struct_class = Types::UpdateStackInstancesInput
|
1393
1430
|
|
1394
1431
|
UpdateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -1414,6 +1451,7 @@ module Aws::CloudFormation
|
|
1414
1451
|
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1415
1452
|
UpdateStackSetInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
|
1416
1453
|
UpdateStackSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
1454
|
+
UpdateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1417
1455
|
UpdateStackSetInput.struct_class = Types::UpdateStackSetInput
|
1418
1456
|
|
1419
1457
|
UpdateStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -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.
|
@@ -194,10 +194,9 @@ module Aws::CloudFormation
|
|
194
194
|
# [AWS::Serverless][10] transforms, which are macros hosted by AWS
|
195
195
|
# CloudFormation.
|
196
196
|
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
200
|
-
# using this capability.
|
197
|
+
# If you want to create a stack from a stack template that contains
|
198
|
+
# macros *and* nested stacks, you must create the stack directly from
|
199
|
+
# the template using this capability.
|
201
200
|
#
|
202
201
|
# You should only create stacks directly from a stack template that
|
203
202
|
# contains macros if you know what processing the macro performs.
|
@@ -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.
|
@@ -540,10 +540,9 @@ module Aws::CloudFormation
|
|
540
540
|
# [AWS::Serverless][10] transforms, which are macros hosted by AWS
|
541
541
|
# CloudFormation.
|
542
542
|
#
|
543
|
-
#
|
544
|
-
#
|
545
|
-
#
|
546
|
-
# using this capability.
|
543
|
+
# If you want to create a stack from a stack template that contains
|
544
|
+
# macros *and* nested stacks, you must create the stack directly from
|
545
|
+
# the template using this capability.
|
547
546
|
#
|
548
547
|
# You should only create stacks directly from a stack template that
|
549
548
|
# contains macros if you know what processing the macro performs.
|
@@ -776,8 +775,9 @@ module Aws::CloudFormation
|
|
776
775
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
|
777
776
|
# @option options [String] :template_url
|
778
777
|
# Location of file containing the template body. The URL must point to a
|
779
|
-
# template that is located in an Amazon S3 bucket
|
780
|
-
# 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.
|
781
781
|
#
|
782
782
|
# Conditional: You must specify only one of the following parameters:
|
783
783
|
# `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
|
@@ -880,10 +880,9 @@ module Aws::CloudFormation
|
|
880
880
|
# [AWS::Serverless][10] transforms, which are macros hosted by AWS
|
881
881
|
# CloudFormation.
|
882
882
|
#
|
883
|
-
#
|
884
|
-
#
|
885
|
-
#
|
886
|
-
# using this capability.
|
883
|
+
# If you want to update a stack from a stack template that contains
|
884
|
+
# macros *and* nested stacks, you must update the stack directly from
|
885
|
+
# the template using this capability.
|
887
886
|
#
|
888
887
|
# You should only update stacks directly from a stack template that
|
889
888
|
# contains macros if you know what processing the macro performs.
|
@@ -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
|
|
@@ -117,6 +117,14 @@ module Aws::CloudFormation
|
|
117
117
|
data[:drift_information]
|
118
118
|
end
|
119
119
|
|
120
|
+
# Contains information about the module from which the resource was
|
121
|
+
# created, if the resource was created from a module included in the
|
122
|
+
# stack template.
|
123
|
+
# @return [Types::ModuleInfo]
|
124
|
+
def module_info
|
125
|
+
data[:module_info]
|
126
|
+
end
|
127
|
+
|
120
128
|
# @!endgroup
|
121
129
|
|
122
130
|
# @return [Client]
|
@@ -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
|
|
@@ -93,6 +93,14 @@ module Aws::CloudFormation
|
|
93
93
|
data[:drift_information]
|
94
94
|
end
|
95
95
|
|
96
|
+
# Contains information about the module from which the resource was
|
97
|
+
# created, if the resource was created from a module included in the
|
98
|
+
# stack template.
|
99
|
+
# @return [Types::ModuleInfo]
|
100
|
+
def module_info
|
101
|
+
data[:module_info]
|
102
|
+
end
|
103
|
+
|
96
104
|
# @!endgroup
|
97
105
|
|
98
106
|
# @return [Client]
|
@@ -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
|
#
|
@@ -273,6 +273,19 @@ module Aws::CloudFormation
|
|
273
273
|
# Descriptive information about the change set.
|
274
274
|
# @return [String]
|
275
275
|
#
|
276
|
+
# @!attribute [rw] include_nested_stacks
|
277
|
+
# Specifies the current setting of `IncludeNestedStacks` for the
|
278
|
+
# change set.
|
279
|
+
# @return [Boolean]
|
280
|
+
#
|
281
|
+
# @!attribute [rw] parent_change_set_id
|
282
|
+
# The parent change set ID.
|
283
|
+
# @return [String]
|
284
|
+
#
|
285
|
+
# @!attribute [rw] root_change_set_id
|
286
|
+
# The root change set ID.
|
287
|
+
# @return [String]
|
288
|
+
#
|
276
289
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ChangeSetSummary AWS API Documentation
|
277
290
|
#
|
278
291
|
class ChangeSetSummary < Struct.new(
|
@@ -284,7 +297,10 @@ module Aws::CloudFormation
|
|
284
297
|
:status,
|
285
298
|
:status_reason,
|
286
299
|
:creation_time,
|
287
|
-
:description
|
300
|
+
:description,
|
301
|
+
:include_nested_stacks,
|
302
|
+
:parent_change_set_id,
|
303
|
+
:root_change_set_id)
|
288
304
|
SENSITIVE = []
|
289
305
|
include Aws::Structure
|
290
306
|
end
|
@@ -451,6 +467,7 @@ module Aws::CloudFormation
|
|
451
467
|
# },
|
452
468
|
# },
|
453
469
|
# ],
|
470
|
+
# include_nested_stacks: false,
|
454
471
|
# }
|
455
472
|
#
|
456
473
|
# @!attribute [rw] stack_name
|
@@ -472,8 +489,9 @@ module Aws::CloudFormation
|
|
472
489
|
# @!attribute [rw] template_url
|
473
490
|
# The location of the file that contains the revised template. The URL
|
474
491
|
# must point to a template (max size: 460,800 bytes) that is located
|
475
|
-
# in an S3 bucket
|
476
|
-
# 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.
|
477
495
|
#
|
478
496
|
# Conditional: You must specify only `TemplateBody` or `TemplateURL`.
|
479
497
|
# @return [String]
|
@@ -551,11 +569,10 @@ module Aws::CloudFormation
|
|
551
569
|
# <note markdown="1"> This capacity does not apply to creating change sets, and
|
552
570
|
# specifying it when creating change sets has no effect.
|
553
571
|
#
|
554
|
-
#
|
555
|
-
#
|
556
|
-
#
|
557
|
-
#
|
558
|
-
# specifying this capability.
|
572
|
+
# If you want to create a stack from a stack template that contains
|
573
|
+
# macros *and* nested stacks, you must create or update the stack
|
574
|
+
# directly from the template using the CreateStack or UpdateStack
|
575
|
+
# action, and specifying this capability.
|
559
576
|
#
|
560
577
|
# </note>
|
561
578
|
#
|
@@ -675,6 +692,12 @@ module Aws::CloudFormation
|
|
675
692
|
# The resources to import into your stack.
|
676
693
|
# @return [Array<Types::ResourceToImport>]
|
677
694
|
#
|
695
|
+
# @!attribute [rw] include_nested_stacks
|
696
|
+
# Creates a change set for the all nested stacks specified in the
|
697
|
+
# template. The default behavior of this action is set to `False`. To
|
698
|
+
# include nested sets in a change set, specify `True`.
|
699
|
+
# @return [Boolean]
|
700
|
+
#
|
678
701
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSetInput AWS API Documentation
|
679
702
|
#
|
680
703
|
class CreateChangeSetInput < Struct.new(
|
@@ -693,7 +716,8 @@ module Aws::CloudFormation
|
|
693
716
|
:client_token,
|
694
717
|
:description,
|
695
718
|
:change_set_type,
|
696
|
-
:resources_to_import
|
719
|
+
:resources_to_import,
|
720
|
+
:include_nested_stacks)
|
697
721
|
SENSITIVE = []
|
698
722
|
include Aws::Structure
|
699
723
|
end
|
@@ -789,8 +813,8 @@ module Aws::CloudFormation
|
|
789
813
|
# @!attribute [rw] template_url
|
790
814
|
# Location of file containing the template body. The URL must point to
|
791
815
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
792
|
-
# bucket. For more information, go to
|
793
|
-
# 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.
|
794
818
|
#
|
795
819
|
# Conditional: You must specify either the `TemplateBody` or the
|
796
820
|
# `TemplateURL` parameter, but not both.
|
@@ -895,10 +919,9 @@ module Aws::CloudFormation
|
|
895
919
|
# and [AWS::Serverless][10] transforms, which are macros hosted by
|
896
920
|
# AWS CloudFormation.
|
897
921
|
#
|
898
|
-
#
|
899
|
-
#
|
900
|
-
#
|
901
|
-
# template using this capability.
|
922
|
+
# If you want to create a stack from a stack template that contains
|
923
|
+
# macros *and* nested stacks, you must create the stack directly
|
924
|
+
# from the template using this capability.
|
902
925
|
#
|
903
926
|
# You should only create stacks directly from a stack template that
|
904
927
|
# contains macros if you know what processing the macro performs.
|
@@ -1088,6 +1111,7 @@ module Aws::CloudFormation
|
|
1088
1111
|
# max_concurrent_percentage: 1,
|
1089
1112
|
# },
|
1090
1113
|
# operation_id: "ClientRequestToken",
|
1114
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1091
1115
|
# }
|
1092
1116
|
#
|
1093
1117
|
# @!attribute [rw] stack_set_name
|
@@ -1096,7 +1120,7 @@ module Aws::CloudFormation
|
|
1096
1120
|
# @return [String]
|
1097
1121
|
#
|
1098
1122
|
# @!attribute [rw] accounts
|
1099
|
-
# \[
|
1123
|
+
# \[Self-managed permissions\] The names of one or more AWS accounts
|
1100
1124
|
# that you want to create stack instances in the specified Region(s)
|
1101
1125
|
# for.
|
1102
1126
|
#
|
@@ -1104,7 +1128,7 @@ module Aws::CloudFormation
|
|
1104
1128
|
# @return [Array<String>]
|
1105
1129
|
#
|
1106
1130
|
# @!attribute [rw] deployment_targets
|
1107
|
-
# \[
|
1131
|
+
# \[Service-managed permissions\] The AWS Organizations accounts for
|
1108
1132
|
# which to create stack instances in the specified Regions.
|
1109
1133
|
#
|
1110
1134
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
@@ -1179,6 +1203,29 @@ module Aws::CloudFormation
|
|
1179
1203
|
# not need to pass this option.
|
1180
1204
|
# @return [String]
|
1181
1205
|
#
|
1206
|
+
# @!attribute [rw] call_as
|
1207
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
1208
|
+
# an account administrator in the organization's management account
|
1209
|
+
# or as a delegated administrator in a member account.
|
1210
|
+
#
|
1211
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
1212
|
+
# self-managed permissions.
|
1213
|
+
#
|
1214
|
+
# * If you are signed in to the management account, specify `SELF`.
|
1215
|
+
#
|
1216
|
+
# * If you are signed in to a delegated administrator account, specify
|
1217
|
+
# `DELEGATED_ADMIN`.
|
1218
|
+
#
|
1219
|
+
# Your AWS account must be registered as a delegated administrator
|
1220
|
+
# in the management account. For more information, see [Register a
|
1221
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
1222
|
+
# Guide*.
|
1223
|
+
#
|
1224
|
+
#
|
1225
|
+
#
|
1226
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
1227
|
+
# @return [String]
|
1228
|
+
#
|
1182
1229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStackInstancesInput AWS API Documentation
|
1183
1230
|
#
|
1184
1231
|
class CreateStackInstancesInput < Struct.new(
|
@@ -1188,7 +1235,8 @@ module Aws::CloudFormation
|
|
1188
1235
|
:regions,
|
1189
1236
|
:parameter_overrides,
|
1190
1237
|
:operation_preferences,
|
1191
|
-
:operation_id
|
1238
|
+
:operation_id,
|
1239
|
+
:call_as)
|
1192
1240
|
SENSITIVE = []
|
1193
1241
|
include Aws::Structure
|
1194
1242
|
end
|
@@ -1249,6 +1297,7 @@ module Aws::CloudFormation
|
|
1249
1297
|
# enabled: false,
|
1250
1298
|
# retain_stacks_on_account_removal: false,
|
1251
1299
|
# },
|
1300
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1252
1301
|
# client_request_token: "ClientRequestToken",
|
1253
1302
|
# }
|
1254
1303
|
#
|
@@ -1285,8 +1334,9 @@ module Aws::CloudFormation
|
|
1285
1334
|
# @!attribute [rw] template_url
|
1286
1335
|
# The location of the file that contains the template body. The URL
|
1287
1336
|
# must point to a template (maximum size: 460,800 bytes) that's
|
1288
|
-
# located in an Amazon S3 bucket
|
1289
|
-
# Anatomy][1] in the AWS
|
1337
|
+
# located in an Amazon S3 bucket or a Systems Manager document. For
|
1338
|
+
# more information, see [Template Anatomy][1] in the AWS
|
1339
|
+
# CloudFormation User Guide.
|
1290
1340
|
#
|
1291
1341
|
# Conditional: You must specify either the TemplateBody or the
|
1292
1342
|
# TemplateURL parameter, but not both.
|
@@ -1443,6 +1493,35 @@ module Aws::CloudFormation
|
|
1443
1493
|
# `SERVICE_MANAGED`.
|
1444
1494
|
# @return [Types::AutoDeployment]
|
1445
1495
|
#
|
1496
|
+
# @!attribute [rw] call_as
|
1497
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
1498
|
+
# an account administrator in the organization's management account
|
1499
|
+
# or as a delegated administrator in a member account.
|
1500
|
+
#
|
1501
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
1502
|
+
# self-managed permissions.
|
1503
|
+
#
|
1504
|
+
# * To create a stack set with service-managed permissions while
|
1505
|
+
# signed in to the management account, specify `SELF`.
|
1506
|
+
#
|
1507
|
+
# * To create a stack set with service-managed permissions while
|
1508
|
+
# signed in to a delegated administrator account, specify
|
1509
|
+
# `DELEGATED_ADMIN`.
|
1510
|
+
#
|
1511
|
+
# Your AWS account must be registered as a delegated admin in the
|
1512
|
+
# management account. For more information, see [Register a
|
1513
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
1514
|
+
# Guide*.
|
1515
|
+
#
|
1516
|
+
# Stack sets with service-managed permissions are created in the
|
1517
|
+
# management account, including stack sets that are created by
|
1518
|
+
# delegated administrators.
|
1519
|
+
#
|
1520
|
+
#
|
1521
|
+
#
|
1522
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
1523
|
+
# @return [String]
|
1524
|
+
#
|
1446
1525
|
# @!attribute [rw] client_request_token
|
1447
1526
|
# A unique identifier for this `CreateStackSet` request. Specify this
|
1448
1527
|
# token if you plan to retry requests so that AWS CloudFormation knows
|
@@ -1471,6 +1550,7 @@ module Aws::CloudFormation
|
|
1471
1550
|
:execution_role_name,
|
1472
1551
|
:permission_model,
|
1473
1552
|
:auto_deployment,
|
1553
|
+
:call_as,
|
1474
1554
|
:client_request_token)
|
1475
1555
|
SENSITIVE = []
|
1476
1556
|
include Aws::Structure
|
@@ -1620,6 +1700,7 @@ module Aws::CloudFormation
|
|
1620
1700
|
# },
|
1621
1701
|
# retain_stacks: false, # required
|
1622
1702
|
# operation_id: "ClientRequestToken",
|
1703
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1623
1704
|
# }
|
1624
1705
|
#
|
1625
1706
|
# @!attribute [rw] stack_set_name
|
@@ -1628,15 +1709,15 @@ module Aws::CloudFormation
|
|
1628
1709
|
# @return [String]
|
1629
1710
|
#
|
1630
1711
|
# @!attribute [rw] accounts
|
1631
|
-
# \[
|
1632
|
-
#
|
1712
|
+
# \[Self-managed permissions\] The names of the AWS accounts that you
|
1713
|
+
# want to delete stack instances for.
|
1633
1714
|
#
|
1634
1715
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1635
1716
|
# @return [Array<String>]
|
1636
1717
|
#
|
1637
1718
|
# @!attribute [rw] deployment_targets
|
1638
|
-
# \[
|
1639
|
-
#
|
1719
|
+
# \[Service-managed permissions\] The AWS Organizations accounts from
|
1720
|
+
# which to delete stack instances.
|
1640
1721
|
#
|
1641
1722
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1642
1723
|
# @return [Types::DeploymentTargets]
|
@@ -1681,6 +1762,29 @@ module Aws::CloudFormation
|
|
1681
1762
|
# not need to pass this option.
|
1682
1763
|
# @return [String]
|
1683
1764
|
#
|
1765
|
+
# @!attribute [rw] call_as
|
1766
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
1767
|
+
# an account administrator in the organization's management account
|
1768
|
+
# or as a delegated administrator in a member account.
|
1769
|
+
#
|
1770
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
1771
|
+
# self-managed permissions.
|
1772
|
+
#
|
1773
|
+
# * If you are signed in to the management account, specify `SELF`.
|
1774
|
+
#
|
1775
|
+
# * If you are signed in to a delegated administrator account, specify
|
1776
|
+
# `DELEGATED_ADMIN`.
|
1777
|
+
#
|
1778
|
+
# Your AWS account must be registered as a delegated administrator
|
1779
|
+
# in the management account. For more information, see [Register a
|
1780
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
1781
|
+
# Guide*.
|
1782
|
+
#
|
1783
|
+
#
|
1784
|
+
#
|
1785
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
1786
|
+
# @return [String]
|
1787
|
+
#
|
1684
1788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteStackInstancesInput AWS API Documentation
|
1685
1789
|
#
|
1686
1790
|
class DeleteStackInstancesInput < Struct.new(
|
@@ -1690,7 +1794,8 @@ module Aws::CloudFormation
|
|
1690
1794
|
:regions,
|
1691
1795
|
:operation_preferences,
|
1692
1796
|
:retain_stacks,
|
1693
|
-
:operation_id
|
1797
|
+
:operation_id,
|
1798
|
+
:call_as)
|
1694
1799
|
SENSITIVE = []
|
1695
1800
|
include Aws::Structure
|
1696
1801
|
end
|
@@ -1712,6 +1817,7 @@ module Aws::CloudFormation
|
|
1712
1817
|
#
|
1713
1818
|
# {
|
1714
1819
|
# stack_set_name: "StackSetName", # required
|
1820
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1715
1821
|
# }
|
1716
1822
|
#
|
1717
1823
|
# @!attribute [rw] stack_set_name
|
@@ -1719,10 +1825,34 @@ module Aws::CloudFormation
|
|
1719
1825
|
# can obtain this value by running ListStackSets.
|
1720
1826
|
# @return [String]
|
1721
1827
|
#
|
1828
|
+
# @!attribute [rw] call_as
|
1829
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
1830
|
+
# an account administrator in the organization's management account
|
1831
|
+
# or as a delegated administrator in a member account.
|
1832
|
+
#
|
1833
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
1834
|
+
# self-managed permissions.
|
1835
|
+
#
|
1836
|
+
# * If you are signed in to the management account, specify `SELF`.
|
1837
|
+
#
|
1838
|
+
# * If you are signed in to a delegated administrator account, specify
|
1839
|
+
# `DELEGATED_ADMIN`.
|
1840
|
+
#
|
1841
|
+
# Your AWS account must be registered as a delegated administrator
|
1842
|
+
# in the management account. For more information, see [Register a
|
1843
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
1844
|
+
# Guide*.
|
1845
|
+
#
|
1846
|
+
#
|
1847
|
+
#
|
1848
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
1849
|
+
# @return [String]
|
1850
|
+
#
|
1722
1851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteStackSetInput AWS API Documentation
|
1723
1852
|
#
|
1724
1853
|
class DeleteStackSetInput < Struct.new(
|
1725
|
-
:stack_set_name
|
1854
|
+
:stack_set_name,
|
1855
|
+
:call_as)
|
1726
1856
|
SENSITIVE = []
|
1727
1857
|
include Aws::Structure
|
1728
1858
|
end
|
@@ -1731,10 +1861,11 @@ module Aws::CloudFormation
|
|
1731
1861
|
#
|
1732
1862
|
class DeleteStackSetOutput < Aws::EmptyStructure; end
|
1733
1863
|
|
1734
|
-
# \[
|
1864
|
+
# \[Service-managed permissions\] The AWS Organizations accounts to
|
1735
1865
|
# which StackSets deploys. StackSets does not deploy stack instances to
|
1736
|
-
# the organization
|
1737
|
-
# organization or in an OU in your
|
1866
|
+
# the organization management account, even if the organization
|
1867
|
+
# management account is in your organization or in an OU in your
|
1868
|
+
# organization.
|
1738
1869
|
#
|
1739
1870
|
# For update operations, you can specify either `Accounts` or
|
1740
1871
|
# `OrganizationalUnitIds`. For create and delete operations, specify
|
@@ -1772,38 +1903,36 @@ module Aws::CloudFormation
|
|
1772
1903
|
#
|
1773
1904
|
# {
|
1774
1905
|
# arn: "PrivateTypeArn",
|
1775
|
-
# type: "RESOURCE", # accepts RESOURCE
|
1906
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
1776
1907
|
# type_name: "TypeName",
|
1777
1908
|
# version_id: "TypeVersionId",
|
1778
1909
|
# }
|
1779
1910
|
#
|
1780
1911
|
# @!attribute [rw] arn
|
1781
|
-
# The Amazon Resource Name (ARN) of the
|
1912
|
+
# The Amazon Resource Name (ARN) of the extension.
|
1782
1913
|
#
|
1783
1914
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1784
1915
|
# `Arn`.
|
1785
1916
|
# @return [String]
|
1786
1917
|
#
|
1787
1918
|
# @!attribute [rw] type
|
1788
|
-
# The kind of
|
1789
|
-
#
|
1790
|
-
# Currently the only valid value is `RESOURCE`.
|
1919
|
+
# The kind of extension.
|
1791
1920
|
#
|
1792
1921
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1793
1922
|
# `Arn`.
|
1794
1923
|
# @return [String]
|
1795
1924
|
#
|
1796
1925
|
# @!attribute [rw] type_name
|
1797
|
-
# The name of the
|
1926
|
+
# The name of the extension.
|
1798
1927
|
#
|
1799
1928
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1800
1929
|
# `Arn`.
|
1801
1930
|
# @return [String]
|
1802
1931
|
#
|
1803
1932
|
# @!attribute [rw] version_id
|
1804
|
-
# The ID of a specific version of the
|
1933
|
+
# The ID of a specific version of the extension. The version ID is the
|
1805
1934
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
1806
|
-
#
|
1935
|
+
# extension version when it is registered.
|
1807
1936
|
# @return [String]
|
1808
1937
|
#
|
1809
1938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeregisterTypeInput AWS API Documentation
|
@@ -1988,6 +2117,20 @@ module Aws::CloudFormation
|
|
1988
2117
|
# of changes. If there is no additional page, this value is null.
|
1989
2118
|
# @return [String]
|
1990
2119
|
#
|
2120
|
+
# @!attribute [rw] include_nested_stacks
|
2121
|
+
# Verifies if `IncludeNestedStacks` is set to `True`.
|
2122
|
+
# @return [Boolean]
|
2123
|
+
#
|
2124
|
+
# @!attribute [rw] parent_change_set_id
|
2125
|
+
# Specifies the change set ID of the parent change set in the current
|
2126
|
+
# nested change set hierarchy.
|
2127
|
+
# @return [String]
|
2128
|
+
#
|
2129
|
+
# @!attribute [rw] root_change_set_id
|
2130
|
+
# Specifies the change set ID of the root change set in the current
|
2131
|
+
# nested change set hierarchy.
|
2132
|
+
# @return [String]
|
2133
|
+
#
|
1991
2134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeChangeSetOutput AWS API Documentation
|
1992
2135
|
#
|
1993
2136
|
class DescribeChangeSetOutput < Struct.new(
|
@@ -2006,7 +2149,10 @@ module Aws::CloudFormation
|
|
2006
2149
|
:capabilities,
|
2007
2150
|
:tags,
|
2008
2151
|
:changes,
|
2009
|
-
:next_token
|
2152
|
+
:next_token,
|
2153
|
+
:include_nested_stacks,
|
2154
|
+
:parent_change_set_id,
|
2155
|
+
:root_change_set_id)
|
2010
2156
|
SENSITIVE = []
|
2011
2157
|
include Aws::Structure
|
2012
2158
|
end
|
@@ -2180,6 +2326,7 @@ module Aws::CloudFormation
|
|
2180
2326
|
# stack_set_name: "StackSetName", # required
|
2181
2327
|
# stack_instance_account: "Account", # required
|
2182
2328
|
# stack_instance_region: "Region", # required
|
2329
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2183
2330
|
# }
|
2184
2331
|
#
|
2185
2332
|
# @!attribute [rw] stack_set_name
|
@@ -2196,12 +2343,36 @@ module Aws::CloudFormation
|
|
2196
2343
|
# The name of a Region that's associated with this stack instance.
|
2197
2344
|
# @return [String]
|
2198
2345
|
#
|
2346
|
+
# @!attribute [rw] call_as
|
2347
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
2348
|
+
# an account administrator in the organization's management account
|
2349
|
+
# or as a delegated administrator in a member account.
|
2350
|
+
#
|
2351
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
2352
|
+
# self-managed permissions.
|
2353
|
+
#
|
2354
|
+
# * If you are signed in to the management account, specify `SELF`.
|
2355
|
+
#
|
2356
|
+
# * If you are signed in to a delegated administrator account, specify
|
2357
|
+
# `DELEGATED_ADMIN`.
|
2358
|
+
#
|
2359
|
+
# Your AWS account must be registered as a delegated administrator
|
2360
|
+
# in the management account. For more information, see [Register a
|
2361
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
2362
|
+
# Guide*.
|
2363
|
+
#
|
2364
|
+
#
|
2365
|
+
#
|
2366
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
2367
|
+
# @return [String]
|
2368
|
+
#
|
2199
2369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackInstanceInput AWS API Documentation
|
2200
2370
|
#
|
2201
2371
|
class DescribeStackInstanceInput < Struct.new(
|
2202
2372
|
:stack_set_name,
|
2203
2373
|
:stack_instance_account,
|
2204
|
-
:stack_instance_region
|
2374
|
+
:stack_instance_region,
|
2375
|
+
:call_as)
|
2205
2376
|
SENSITIVE = []
|
2206
2377
|
include Aws::Structure
|
2207
2378
|
end
|
@@ -2436,16 +2607,41 @@ module Aws::CloudFormation
|
|
2436
2607
|
#
|
2437
2608
|
# {
|
2438
2609
|
# stack_set_name: "StackSetName", # required
|
2610
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2439
2611
|
# }
|
2440
2612
|
#
|
2441
2613
|
# @!attribute [rw] stack_set_name
|
2442
2614
|
# The name or unique ID of the stack set whose description you want.
|
2443
2615
|
# @return [String]
|
2444
2616
|
#
|
2617
|
+
# @!attribute [rw] call_as
|
2618
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
2619
|
+
# an account administrator in the organization's management account
|
2620
|
+
# or as a delegated administrator in a member account.
|
2621
|
+
#
|
2622
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
2623
|
+
# self-managed permissions.
|
2624
|
+
#
|
2625
|
+
# * If you are signed in to the management account, specify `SELF`.
|
2626
|
+
#
|
2627
|
+
# * If you are signed in to a delegated administrator account, specify
|
2628
|
+
# `DELEGATED_ADMIN`.
|
2629
|
+
#
|
2630
|
+
# Your AWS account must be registered as a delegated administrator
|
2631
|
+
# in the management account. For more information, see [Register a
|
2632
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
2633
|
+
# Guide*.
|
2634
|
+
#
|
2635
|
+
#
|
2636
|
+
#
|
2637
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
2638
|
+
# @return [String]
|
2639
|
+
#
|
2445
2640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetInput AWS API Documentation
|
2446
2641
|
#
|
2447
2642
|
class DescribeStackSetInput < Struct.new(
|
2448
|
-
:stack_set_name
|
2643
|
+
:stack_set_name,
|
2644
|
+
:call_as)
|
2449
2645
|
SENSITIVE = []
|
2450
2646
|
include Aws::Structure
|
2451
2647
|
end
|
@@ -2456,6 +2652,7 @@ module Aws::CloudFormation
|
|
2456
2652
|
# {
|
2457
2653
|
# stack_set_name: "StackSetName", # required
|
2458
2654
|
# operation_id: "ClientRequestToken", # required
|
2655
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2459
2656
|
# }
|
2460
2657
|
#
|
2461
2658
|
# @!attribute [rw] stack_set_name
|
@@ -2467,11 +2664,35 @@ module Aws::CloudFormation
|
|
2467
2664
|
# The unique ID of the stack set operation.
|
2468
2665
|
# @return [String]
|
2469
2666
|
#
|
2667
|
+
# @!attribute [rw] call_as
|
2668
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
2669
|
+
# an account administrator in the organization's management account
|
2670
|
+
# or as a delegated administrator in a member account.
|
2671
|
+
#
|
2672
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
2673
|
+
# self-managed permissions.
|
2674
|
+
#
|
2675
|
+
# * If you are signed in to the management account, specify `SELF`.
|
2676
|
+
#
|
2677
|
+
# * If you are signed in to a delegated administrator account, specify
|
2678
|
+
# `DELEGATED_ADMIN`.
|
2679
|
+
#
|
2680
|
+
# Your AWS account must be registered as a delegated administrator
|
2681
|
+
# in the management account. For more information, see [Register a
|
2682
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
2683
|
+
# Guide*.
|
2684
|
+
#
|
2685
|
+
#
|
2686
|
+
#
|
2687
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
2688
|
+
# @return [String]
|
2689
|
+
#
|
2470
2690
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetOperationInput AWS API Documentation
|
2471
2691
|
#
|
2472
2692
|
class DescribeStackSetOperationInput < Struct.new(
|
2473
2693
|
:stack_set_name,
|
2474
|
-
:operation_id
|
2694
|
+
:operation_id,
|
2695
|
+
:call_as)
|
2475
2696
|
SENSITIVE = []
|
2476
2697
|
include Aws::Structure
|
2477
2698
|
end
|
@@ -2561,43 +2782,41 @@ module Aws::CloudFormation
|
|
2561
2782
|
# data as a hash:
|
2562
2783
|
#
|
2563
2784
|
# {
|
2564
|
-
# type: "RESOURCE", # accepts RESOURCE
|
2785
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
2565
2786
|
# type_name: "TypeName",
|
2566
2787
|
# arn: "TypeArn",
|
2567
2788
|
# version_id: "TypeVersionId",
|
2568
2789
|
# }
|
2569
2790
|
#
|
2570
2791
|
# @!attribute [rw] type
|
2571
|
-
# The kind of
|
2572
|
-
#
|
2573
|
-
# Currently the only valid value is `RESOURCE`.
|
2792
|
+
# The kind of extension.
|
2574
2793
|
#
|
2575
2794
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2576
2795
|
# `Arn`.
|
2577
2796
|
# @return [String]
|
2578
2797
|
#
|
2579
2798
|
# @!attribute [rw] type_name
|
2580
|
-
# The name of the
|
2799
|
+
# The name of the extension.
|
2581
2800
|
#
|
2582
2801
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2583
2802
|
# `Arn`.
|
2584
2803
|
# @return [String]
|
2585
2804
|
#
|
2586
2805
|
# @!attribute [rw] arn
|
2587
|
-
# The Amazon Resource Name (ARN) of the
|
2806
|
+
# The Amazon Resource Name (ARN) of the extension.
|
2588
2807
|
#
|
2589
2808
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2590
2809
|
# `Arn`.
|
2591
2810
|
# @return [String]
|
2592
2811
|
#
|
2593
2812
|
# @!attribute [rw] version_id
|
2594
|
-
# The ID of a specific version of the
|
2813
|
+
# The ID of a specific version of the extension. The version ID is the
|
2595
2814
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
2596
|
-
#
|
2815
|
+
# extension version when it is registered.
|
2597
2816
|
#
|
2598
2817
|
# If you specify a `VersionId`, `DescribeType` returns information
|
2599
|
-
# about that specific
|
2600
|
-
# about the default
|
2818
|
+
# about that specific extension version. Otherwise, it returns
|
2819
|
+
# information about the default extension version.
|
2601
2820
|
# @return [String]
|
2602
2821
|
#
|
2603
2822
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeInput AWS API Documentation
|
@@ -2612,38 +2831,38 @@ module Aws::CloudFormation
|
|
2612
2831
|
end
|
2613
2832
|
|
2614
2833
|
# @!attribute [rw] arn
|
2615
|
-
# The Amazon Resource Name (ARN) of the
|
2834
|
+
# The Amazon Resource Name (ARN) of the extension.
|
2616
2835
|
# @return [String]
|
2617
2836
|
#
|
2618
2837
|
# @!attribute [rw] type
|
2619
|
-
# The kind of
|
2620
|
-
#
|
2621
|
-
# Currently the only valid value is `RESOURCE`.
|
2838
|
+
# The kind of extension.
|
2622
2839
|
# @return [String]
|
2623
2840
|
#
|
2624
2841
|
# @!attribute [rw] type_name
|
2625
|
-
# The name of the registered
|
2842
|
+
# The name of the registered extension.
|
2626
2843
|
# @return [String]
|
2627
2844
|
#
|
2628
2845
|
# @!attribute [rw] default_version_id
|
2629
|
-
# The ID of the default version of the
|
2630
|
-
# used when the
|
2846
|
+
# The ID of the default version of the extension. The default version
|
2847
|
+
# is used when the extension version is not specified.
|
2631
2848
|
#
|
2632
|
-
# To set the default version of
|
2849
|
+
# To set the default version of an extension, use `
|
2850
|
+
# SetTypeDefaultVersion `.
|
2633
2851
|
# @return [String]
|
2634
2852
|
#
|
2635
2853
|
# @!attribute [rw] is_default_version
|
2636
|
-
# Whether the specified
|
2854
|
+
# Whether the specified extension version is set as the default
|
2855
|
+
# version.
|
2637
2856
|
# @return [Boolean]
|
2638
2857
|
#
|
2639
2858
|
# @!attribute [rw] description
|
2640
|
-
# The description of the registered
|
2859
|
+
# The description of the registered extension.
|
2641
2860
|
# @return [String]
|
2642
2861
|
#
|
2643
2862
|
# @!attribute [rw] schema
|
2644
|
-
# The schema that defines the
|
2863
|
+
# The schema that defines the extension.
|
2645
2864
|
#
|
2646
|
-
# For more information on
|
2865
|
+
# For more information on extension schemas, see [Resource Provider
|
2647
2866
|
# Schema][1] in the *CloudFormation CLI User Guide*.
|
2648
2867
|
#
|
2649
2868
|
#
|
@@ -2652,20 +2871,20 @@ module Aws::CloudFormation
|
|
2652
2871
|
# @return [String]
|
2653
2872
|
#
|
2654
2873
|
# @!attribute [rw] provisioning_type
|
2655
|
-
# The provisioning behavior of the
|
2656
|
-
# the provisioning type during registration, based on the
|
2657
|
-
# handlers in the schema handler package submitted.
|
2874
|
+
# The provisioning behavior of the extension. AWS CloudFormation
|
2875
|
+
# determines the provisioning type during registration, based on the
|
2876
|
+
# types of handlers in the schema handler package submitted.
|
2658
2877
|
#
|
2659
2878
|
# Valid values include:
|
2660
2879
|
#
|
2661
|
-
# * `FULLY_MUTABLE`\: The
|
2662
|
-
# updates to the
|
2880
|
+
# * `FULLY_MUTABLE`\: The extension includes an update handler to
|
2881
|
+
# process updates to the extension during stack update operations.
|
2663
2882
|
#
|
2664
|
-
# * `IMMUTABLE`\: The
|
2665
|
-
#
|
2666
|
-
# update operations.
|
2883
|
+
# * `IMMUTABLE`\: The extension does not include an update handler, so
|
2884
|
+
# the extension cannot be updated and must instead be replaced
|
2885
|
+
# during stack update operations.
|
2667
2886
|
#
|
2668
|
-
# * `NON_PROVISIONABLE`\: The
|
2887
|
+
# * `NON_PROVISIONABLE`\: The extension does not include all of the
|
2669
2888
|
# following handlers, and therefore cannot actually be provisioned.
|
2670
2889
|
#
|
2671
2890
|
# * create
|
@@ -2676,61 +2895,62 @@ module Aws::CloudFormation
|
|
2676
2895
|
# @return [String]
|
2677
2896
|
#
|
2678
2897
|
# @!attribute [rw] deprecated_status
|
2679
|
-
# The deprecation status of the
|
2898
|
+
# The deprecation status of the extension version.
|
2680
2899
|
#
|
2681
2900
|
# Valid values include:
|
2682
2901
|
#
|
2683
|
-
# * `LIVE`\: The
|
2684
|
-
# operations, dependent on its provisioning behavior
|
2685
|
-
# scope.
|
2902
|
+
# * `LIVE`\: The extension is registered and can be used in
|
2903
|
+
# CloudFormation operations, dependent on its provisioning behavior
|
2904
|
+
# and visibility scope.
|
2686
2905
|
#
|
2687
|
-
# * `DEPRECATED`\: The
|
2688
|
-
# used in CloudFormation operations.
|
2906
|
+
# * `DEPRECATED`\: The extension has been deregistered and can no
|
2907
|
+
# longer be used in CloudFormation operations.
|
2689
2908
|
# @return [String]
|
2690
2909
|
#
|
2691
2910
|
# @!attribute [rw] logging_config
|
2692
|
-
# Contains logging configuration information for
|
2911
|
+
# Contains logging configuration information for an extension.
|
2693
2912
|
# @return [Types::LoggingConfig]
|
2694
2913
|
#
|
2695
2914
|
# @!attribute [rw] execution_role_arn
|
2696
2915
|
# The Amazon Resource Name (ARN) of the IAM execution role used to
|
2697
|
-
# register the
|
2698
|
-
# its handlers, you must create an <i> <a
|
2916
|
+
# register the extension. If your resource type calls AWS APIs in any
|
2917
|
+
# of its handlers, you must create an <i> <a
|
2699
2918
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
2700
2919
|
# execution role</a> </i> that includes the necessary permissions to
|
2701
2920
|
# call those AWS APIs, and provision that execution role in your
|
2702
2921
|
# account. CloudFormation then assumes that execution role to provide
|
2703
|
-
# your
|
2922
|
+
# your extension with the appropriate credentials.
|
2704
2923
|
# @return [String]
|
2705
2924
|
#
|
2706
2925
|
# @!attribute [rw] visibility
|
2707
|
-
# The scope at which the
|
2708
|
-
# operations.
|
2926
|
+
# The scope at which the extension is visible and usable in
|
2927
|
+
# CloudFormation operations.
|
2709
2928
|
#
|
2710
2929
|
# Valid values include:
|
2711
2930
|
#
|
2712
|
-
# * `PRIVATE`\: The
|
2713
|
-
# in which it is registered. Currently, AWS CloudFormation
|
2714
|
-
# types you register as `PRIVATE`.
|
2931
|
+
# * `PRIVATE`\: The extension is only visible and usable within the
|
2932
|
+
# account in which it is registered. Currently, AWS CloudFormation
|
2933
|
+
# marks any types you register as `PRIVATE`.
|
2715
2934
|
#
|
2716
|
-
# * `PUBLIC`\: The
|
2717
|
-
# Amazon account.
|
2935
|
+
# * `PUBLIC`\: The extension is publically visible and usable within
|
2936
|
+
# any Amazon account.
|
2718
2937
|
# @return [String]
|
2719
2938
|
#
|
2720
2939
|
# @!attribute [rw] source_url
|
2721
|
-
# The URL of the source code for the
|
2940
|
+
# The URL of the source code for the extension.
|
2722
2941
|
# @return [String]
|
2723
2942
|
#
|
2724
2943
|
# @!attribute [rw] documentation_url
|
2725
|
-
# The URL of a page providing detailed documentation for this
|
2944
|
+
# The URL of a page providing detailed documentation for this
|
2945
|
+
# extension.
|
2726
2946
|
# @return [String]
|
2727
2947
|
#
|
2728
2948
|
# @!attribute [rw] last_updated
|
2729
|
-
# When the specified
|
2949
|
+
# When the specified extension version was registered.
|
2730
2950
|
# @return [Time]
|
2731
2951
|
#
|
2732
2952
|
# @!attribute [rw] time_created
|
2733
|
-
# When the specified
|
2953
|
+
# When the specified extension version was registered.
|
2734
2954
|
# @return [Time]
|
2735
2955
|
#
|
2736
2956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeOutput AWS API Documentation
|
@@ -2779,23 +2999,23 @@ module Aws::CloudFormation
|
|
2779
2999
|
end
|
2780
3000
|
|
2781
3001
|
# @!attribute [rw] progress_status
|
2782
|
-
# The current status of the
|
3002
|
+
# The current status of the extension registration request.
|
2783
3003
|
# @return [String]
|
2784
3004
|
#
|
2785
3005
|
# @!attribute [rw] description
|
2786
|
-
# The description of the
|
3006
|
+
# The description of the extension registration request.
|
2787
3007
|
# @return [String]
|
2788
3008
|
#
|
2789
3009
|
# @!attribute [rw] type_arn
|
2790
|
-
# The Amazon Resource Name (ARN) of the
|
3010
|
+
# The Amazon Resource Name (ARN) of the extension being registered.
|
2791
3011
|
#
|
2792
3012
|
# For registration requests with a `ProgressStatus` of other than
|
2793
3013
|
# `COMPLETE`, this will be `null`.
|
2794
3014
|
# @return [String]
|
2795
3015
|
#
|
2796
3016
|
# @!attribute [rw] type_version_arn
|
2797
|
-
# The Amazon Resource Name (ARN) of this specific version of the
|
2798
|
-
# being registered.
|
3017
|
+
# The Amazon Resource Name (ARN) of this specific version of the
|
3018
|
+
# extension being registered.
|
2799
3019
|
#
|
2800
3020
|
# For registration requests with a `ProgressStatus` of other than
|
2801
3021
|
# `COMPLETE`, this will be `null`.
|
@@ -2907,6 +3127,7 @@ module Aws::CloudFormation
|
|
2907
3127
|
# max_concurrent_percentage: 1,
|
2908
3128
|
# },
|
2909
3129
|
# operation_id: "ClientRequestToken",
|
3130
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2910
3131
|
# }
|
2911
3132
|
#
|
2912
3133
|
# @!attribute [rw] stack_set_name
|
@@ -2933,12 +3154,36 @@ module Aws::CloudFormation
|
|
2933
3154
|
# not need to pass this option.
|
2934
3155
|
# @return [String]
|
2935
3156
|
#
|
3157
|
+
# @!attribute [rw] call_as
|
3158
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
3159
|
+
# an account administrator in the organization's management account
|
3160
|
+
# or as a delegated administrator in a member account.
|
3161
|
+
#
|
3162
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
3163
|
+
# self-managed permissions.
|
3164
|
+
#
|
3165
|
+
# * If you are signed in to the management account, specify `SELF`.
|
3166
|
+
#
|
3167
|
+
# * If you are signed in to a delegated administrator account, specify
|
3168
|
+
# `DELEGATED_ADMIN`.
|
3169
|
+
#
|
3170
|
+
# Your AWS account must be registered as a delegated administrator
|
3171
|
+
# in the management account. For more information, see [Register a
|
3172
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
3173
|
+
# Guide*.
|
3174
|
+
#
|
3175
|
+
#
|
3176
|
+
#
|
3177
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
3178
|
+
# @return [String]
|
3179
|
+
#
|
2936
3180
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DetectStackSetDriftInput AWS API Documentation
|
2937
3181
|
#
|
2938
3182
|
class DetectStackSetDriftInput < Struct.new(
|
2939
3183
|
:stack_set_name,
|
2940
3184
|
:operation_preferences,
|
2941
|
-
:operation_id
|
3185
|
+
:operation_id,
|
3186
|
+
:call_as)
|
2942
3187
|
SENSITIVE = []
|
2943
3188
|
include Aws::Structure
|
2944
3189
|
end
|
@@ -2991,9 +3236,9 @@ module Aws::CloudFormation
|
|
2991
3236
|
#
|
2992
3237
|
# @!attribute [rw] template_url
|
2993
3238
|
# Location of file containing the template body. The URL must point to
|
2994
|
-
# a template that is located in an Amazon S3 bucket
|
2995
|
-
# information, go to [Template Anatomy][1]
|
2996
|
-
# User Guide.
|
3239
|
+
# a template that is located in an Amazon S3 bucket or a Systems
|
3240
|
+
# Manager document. For more information, go to [Template Anatomy][1]
|
3241
|
+
# in the AWS CloudFormation User Guide.
|
2997
3242
|
#
|
2998
3243
|
# Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
|
2999
3244
|
# are passed, only `TemplateBody` is used.
|
@@ -3260,8 +3505,9 @@ module Aws::CloudFormation
|
|
3260
3505
|
# @!attribute [rw] template_url
|
3261
3506
|
# Location of file containing the template body. The URL must point to
|
3262
3507
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
3263
|
-
# bucket. For more information about
|
3264
|
-
# Anatomy][1] in the AWS CloudFormation User
|
3508
|
+
# bucket or a Systems Manager document. For more information about
|
3509
|
+
# templates, see [Template Anatomy][1] in the AWS CloudFormation User
|
3510
|
+
# Guide.
|
3265
3511
|
#
|
3266
3512
|
# Conditional: You must specify only one of the following parameters:
|
3267
3513
|
# `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
|
@@ -3573,6 +3819,7 @@ module Aws::CloudFormation
|
|
3573
3819
|
# ],
|
3574
3820
|
# stack_instance_account: "Account",
|
3575
3821
|
# stack_instance_region: "Region",
|
3822
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3576
3823
|
# }
|
3577
3824
|
#
|
3578
3825
|
# @!attribute [rw] stack_set_name
|
@@ -3609,6 +3856,29 @@ module Aws::CloudFormation
|
|
3609
3856
|
# The name of the Region where you want to list stack instances.
|
3610
3857
|
# @return [String]
|
3611
3858
|
#
|
3859
|
+
# @!attribute [rw] call_as
|
3860
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
3861
|
+
# an account administrator in the organization's management account
|
3862
|
+
# or as a delegated administrator in a member account.
|
3863
|
+
#
|
3864
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
3865
|
+
# self-managed permissions.
|
3866
|
+
#
|
3867
|
+
# * If you are signed in to the management account, specify `SELF`.
|
3868
|
+
#
|
3869
|
+
# * If you are signed in to a delegated administrator account, specify
|
3870
|
+
# `DELEGATED_ADMIN`.
|
3871
|
+
#
|
3872
|
+
# Your AWS account must be registered as a delegated administrator
|
3873
|
+
# in the management account. For more information, see [Register a
|
3874
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
3875
|
+
# Guide*.
|
3876
|
+
#
|
3877
|
+
#
|
3878
|
+
#
|
3879
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
3880
|
+
# @return [String]
|
3881
|
+
#
|
3612
3882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstancesInput AWS API Documentation
|
3613
3883
|
#
|
3614
3884
|
class ListStackInstancesInput < Struct.new(
|
@@ -3617,7 +3887,8 @@ module Aws::CloudFormation
|
|
3617
3887
|
:max_results,
|
3618
3888
|
:filters,
|
3619
3889
|
:stack_instance_account,
|
3620
|
-
:stack_instance_region
|
3890
|
+
:stack_instance_region,
|
3891
|
+
:call_as)
|
3621
3892
|
SENSITIVE = []
|
3622
3893
|
include Aws::Structure
|
3623
3894
|
end
|
@@ -3709,6 +3980,7 @@ module Aws::CloudFormation
|
|
3709
3980
|
# operation_id: "ClientRequestToken", # required
|
3710
3981
|
# next_token: "NextToken",
|
3711
3982
|
# max_results: 1,
|
3983
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3712
3984
|
# }
|
3713
3985
|
#
|
3714
3986
|
# @!attribute [rw] stack_set_name
|
@@ -3737,13 +4009,37 @@ module Aws::CloudFormation
|
|
3737
4009
|
# request parameter to get the next set of results.
|
3738
4010
|
# @return [Integer]
|
3739
4011
|
#
|
4012
|
+
# @!attribute [rw] call_as
|
4013
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4014
|
+
# an account administrator in the organization's management account
|
4015
|
+
# or as a delegated administrator in a member account.
|
4016
|
+
#
|
4017
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4018
|
+
# self-managed permissions.
|
4019
|
+
#
|
4020
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4021
|
+
#
|
4022
|
+
# * If you are signed in to a delegated administrator account, specify
|
4023
|
+
# `DELEGATED_ADMIN`.
|
4024
|
+
#
|
4025
|
+
# Your AWS account must be registered as a delegated administrator
|
4026
|
+
# in the management account. For more information, see [Register a
|
4027
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
4028
|
+
# Guide*.
|
4029
|
+
#
|
4030
|
+
#
|
4031
|
+
#
|
4032
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4033
|
+
# @return [String]
|
4034
|
+
#
|
3740
4035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationResultsInput AWS API Documentation
|
3741
4036
|
#
|
3742
4037
|
class ListStackSetOperationResultsInput < Struct.new(
|
3743
4038
|
:stack_set_name,
|
3744
4039
|
:operation_id,
|
3745
4040
|
:next_token,
|
3746
|
-
:max_results
|
4041
|
+
:max_results,
|
4042
|
+
:call_as)
|
3747
4043
|
SENSITIVE = []
|
3748
4044
|
include Aws::Structure
|
3749
4045
|
end
|
@@ -3778,6 +4074,7 @@ module Aws::CloudFormation
|
|
3778
4074
|
# stack_set_name: "StackSetName", # required
|
3779
4075
|
# next_token: "NextToken",
|
3780
4076
|
# max_results: 1,
|
4077
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3781
4078
|
# }
|
3782
4079
|
#
|
3783
4080
|
# @!attribute [rw] stack_set_name
|
@@ -3802,12 +4099,36 @@ module Aws::CloudFormation
|
|
3802
4099
|
# request parameter to get the next set of results.
|
3803
4100
|
# @return [Integer]
|
3804
4101
|
#
|
4102
|
+
# @!attribute [rw] call_as
|
4103
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4104
|
+
# an account administrator in the organization's management account
|
4105
|
+
# or as a delegated administrator in a member account.
|
4106
|
+
#
|
4107
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4108
|
+
# self-managed permissions.
|
4109
|
+
#
|
4110
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4111
|
+
#
|
4112
|
+
# * If you are signed in to a delegated administrator account, specify
|
4113
|
+
# `DELEGATED_ADMIN`.
|
4114
|
+
#
|
4115
|
+
# Your AWS account must be registered as a delegated administrator
|
4116
|
+
# in the management account. For more information, see [Register a
|
4117
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
4118
|
+
# Guide*.
|
4119
|
+
#
|
4120
|
+
#
|
4121
|
+
#
|
4122
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4123
|
+
# @return [String]
|
4124
|
+
#
|
3805
4125
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationsInput AWS API Documentation
|
3806
4126
|
#
|
3807
4127
|
class ListStackSetOperationsInput < Struct.new(
|
3808
4128
|
:stack_set_name,
|
3809
4129
|
:next_token,
|
3810
|
-
:max_results
|
4130
|
+
:max_results,
|
4131
|
+
:call_as)
|
3811
4132
|
SENSITIVE = []
|
3812
4133
|
include Aws::Structure
|
3813
4134
|
end
|
@@ -3841,6 +4162,7 @@ module Aws::CloudFormation
|
|
3841
4162
|
# next_token: "NextToken",
|
3842
4163
|
# max_results: 1,
|
3843
4164
|
# status: "ACTIVE", # accepts ACTIVE, DELETED
|
4165
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3844
4166
|
# }
|
3845
4167
|
#
|
3846
4168
|
# @!attribute [rw] next_token
|
@@ -3864,12 +4186,36 @@ module Aws::CloudFormation
|
|
3864
4186
|
# information about.
|
3865
4187
|
# @return [String]
|
3866
4188
|
#
|
4189
|
+
# @!attribute [rw] call_as
|
4190
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
4191
|
+
# an account administrator in the management account or as a delegated
|
4192
|
+
# administrator in a member account.
|
4193
|
+
#
|
4194
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
4195
|
+
# self-managed permissions.
|
4196
|
+
#
|
4197
|
+
# * If you are signed in to the management account, specify `SELF`.
|
4198
|
+
#
|
4199
|
+
# * If you are signed in to a delegated administrator account, specify
|
4200
|
+
# `DELEGATED_ADMIN`.
|
4201
|
+
#
|
4202
|
+
# Your AWS account must be registered as a delegated administrator
|
4203
|
+
# in the management account. For more information, see [Register a
|
4204
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
4205
|
+
# Guide*.
|
4206
|
+
#
|
4207
|
+
#
|
4208
|
+
#
|
4209
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
4210
|
+
# @return [String]
|
4211
|
+
#
|
3867
4212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetsInput AWS API Documentation
|
3868
4213
|
#
|
3869
4214
|
class ListStackSetsInput < Struct.new(
|
3870
4215
|
:next_token,
|
3871
4216
|
:max_results,
|
3872
|
-
:status
|
4217
|
+
:status,
|
4218
|
+
:call_as)
|
3873
4219
|
SENSITIVE = []
|
3874
4220
|
include Aws::Structure
|
3875
4221
|
end
|
@@ -3953,7 +4299,7 @@ module Aws::CloudFormation
|
|
3953
4299
|
# data as a hash:
|
3954
4300
|
#
|
3955
4301
|
# {
|
3956
|
-
# type: "RESOURCE", # accepts RESOURCE
|
4302
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
3957
4303
|
# type_name: "TypeName",
|
3958
4304
|
# type_arn: "TypeArn",
|
3959
4305
|
# registration_status_filter: "COMPLETE", # accepts COMPLETE, IN_PROGRESS, FAILED
|
@@ -3962,30 +4308,28 @@ module Aws::CloudFormation
|
|
3962
4308
|
# }
|
3963
4309
|
#
|
3964
4310
|
# @!attribute [rw] type
|
3965
|
-
# The kind of
|
3966
|
-
#
|
3967
|
-
# Currently the only valid value is `RESOURCE`.
|
4311
|
+
# The kind of extension.
|
3968
4312
|
#
|
3969
4313
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
3970
4314
|
# `Arn`.
|
3971
4315
|
# @return [String]
|
3972
4316
|
#
|
3973
4317
|
# @!attribute [rw] type_name
|
3974
|
-
# The name of the
|
4318
|
+
# The name of the extension.
|
3975
4319
|
#
|
3976
4320
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
3977
4321
|
# `Arn`.
|
3978
4322
|
# @return [String]
|
3979
4323
|
#
|
3980
4324
|
# @!attribute [rw] type_arn
|
3981
|
-
# The Amazon Resource Name (ARN) of the
|
4325
|
+
# The Amazon Resource Name (ARN) of the extension.
|
3982
4326
|
#
|
3983
4327
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
3984
4328
|
# `Arn`.
|
3985
4329
|
# @return [String]
|
3986
4330
|
#
|
3987
4331
|
# @!attribute [rw] registration_status_filter
|
3988
|
-
# The current status of the
|
4332
|
+
# The current status of the extension registration request.
|
3989
4333
|
#
|
3990
4334
|
# The default is `IN_PROGRESS`.
|
3991
4335
|
# @return [String]
|
@@ -4020,7 +4364,7 @@ module Aws::CloudFormation
|
|
4020
4364
|
end
|
4021
4365
|
|
4022
4366
|
# @!attribute [rw] registration_token_list
|
4023
|
-
# A list of
|
4367
|
+
# A list of extension registration tokens.
|
4024
4368
|
#
|
4025
4369
|
# Use ` DescribeTypeRegistration ` to return detailed information
|
4026
4370
|
# about a type registration request.
|
@@ -4047,7 +4391,7 @@ module Aws::CloudFormation
|
|
4047
4391
|
# data as a hash:
|
4048
4392
|
#
|
4049
4393
|
# {
|
4050
|
-
# type: "RESOURCE", # accepts RESOURCE
|
4394
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
4051
4395
|
# type_name: "TypeName",
|
4052
4396
|
# arn: "PrivateTypeArn",
|
4053
4397
|
# max_results: 1,
|
@@ -4056,23 +4400,22 @@ module Aws::CloudFormation
|
|
4056
4400
|
# }
|
4057
4401
|
#
|
4058
4402
|
# @!attribute [rw] type
|
4059
|
-
# The kind of the
|
4060
|
-
#
|
4061
|
-
# Currently the only valid value is `RESOURCE`.
|
4403
|
+
# The kind of the extension.
|
4062
4404
|
#
|
4063
4405
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4064
4406
|
# `Arn`.
|
4065
4407
|
# @return [String]
|
4066
4408
|
#
|
4067
4409
|
# @!attribute [rw] type_name
|
4068
|
-
# The name of the
|
4410
|
+
# The name of the extension for which you want version summary
|
4411
|
+
# information.
|
4069
4412
|
#
|
4070
4413
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4071
4414
|
# `Arn`.
|
4072
4415
|
# @return [String]
|
4073
4416
|
#
|
4074
4417
|
# @!attribute [rw] arn
|
4075
|
-
# The Amazon Resource Name (ARN) of the
|
4418
|
+
# The Amazon Resource Name (ARN) of the extension for which you want
|
4076
4419
|
# version summary information.
|
4077
4420
|
#
|
4078
4421
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
@@ -4096,17 +4439,17 @@ module Aws::CloudFormation
|
|
4096
4439
|
# @return [String]
|
4097
4440
|
#
|
4098
4441
|
# @!attribute [rw] deprecated_status
|
4099
|
-
# The deprecation status of the
|
4100
|
-
# summary information about.
|
4442
|
+
# The deprecation status of the extension versions that you want to
|
4443
|
+
# get summary information about.
|
4101
4444
|
#
|
4102
4445
|
# Valid values include:
|
4103
4446
|
#
|
4104
|
-
# * `LIVE`\: The
|
4447
|
+
# * `LIVE`\: The extension version is registered and can be used in
|
4105
4448
|
# CloudFormation operations, dependent on its provisioning behavior
|
4106
4449
|
# and visibility scope.
|
4107
4450
|
#
|
4108
|
-
# * `DEPRECATED`\: The
|
4109
|
-
# longer be used in CloudFormation operations.
|
4451
|
+
# * `DEPRECATED`\: The extension version has been deregistered and can
|
4452
|
+
# no longer be used in CloudFormation operations.
|
4110
4453
|
#
|
4111
4454
|
# The default is `LIVE`.
|
4112
4455
|
# @return [String]
|
@@ -4126,7 +4469,7 @@ module Aws::CloudFormation
|
|
4126
4469
|
|
4127
4470
|
# @!attribute [rw] type_version_summaries
|
4128
4471
|
# A list of `TypeVersionSummary` structures that contain information
|
4129
|
-
# about the specified
|
4472
|
+
# about the specified extension's versions.
|
4130
4473
|
# @return [Array<Types::TypeVersionSummary>]
|
4131
4474
|
#
|
4132
4475
|
# @!attribute [rw] next_token
|
@@ -4153,22 +4496,23 @@ module Aws::CloudFormation
|
|
4153
4496
|
# visibility: "PUBLIC", # accepts PUBLIC, PRIVATE
|
4154
4497
|
# provisioning_type: "NON_PROVISIONABLE", # accepts NON_PROVISIONABLE, IMMUTABLE, FULLY_MUTABLE
|
4155
4498
|
# deprecated_status: "LIVE", # accepts LIVE, DEPRECATED
|
4499
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
4156
4500
|
# max_results: 1,
|
4157
4501
|
# next_token: "NextToken",
|
4158
4502
|
# }
|
4159
4503
|
#
|
4160
4504
|
# @!attribute [rw] visibility
|
4161
|
-
# The scope at which the
|
4162
|
-
# operations.
|
4505
|
+
# The scope at which the extension is visible and usable in
|
4506
|
+
# CloudFormation operations.
|
4163
4507
|
#
|
4164
4508
|
# Valid values include:
|
4165
4509
|
#
|
4166
|
-
# * `PRIVATE`\: The
|
4167
|
-
# in which it is registered. Currently, AWS CloudFormation
|
4168
|
-
#
|
4510
|
+
# * `PRIVATE`\: The extension is only visible and usable within the
|
4511
|
+
# account in which it is registered. Currently, AWS CloudFormation
|
4512
|
+
# marks any extension you create as `PRIVATE`.
|
4169
4513
|
#
|
4170
|
-
# * `PUBLIC`\: The
|
4171
|
-
# Amazon account.
|
4514
|
+
# * `PUBLIC`\: The extension is publically visible and usable within
|
4515
|
+
# any Amazon account.
|
4172
4516
|
#
|
4173
4517
|
# The default is `PRIVATE`.
|
4174
4518
|
# @return [String]
|
@@ -4180,28 +4524,32 @@ module Aws::CloudFormation
|
|
4180
4524
|
#
|
4181
4525
|
# Valid values include:
|
4182
4526
|
#
|
4183
|
-
# * `FULLY_MUTABLE`\: The
|
4184
|
-
# updates to the
|
4527
|
+
# * `FULLY_MUTABLE`\: The extension includes an update handler to
|
4528
|
+
# process updates to the extension during stack update operations.
|
4185
4529
|
#
|
4186
|
-
# * `IMMUTABLE`\: The
|
4187
|
-
#
|
4188
|
-
# update operations.
|
4530
|
+
# * `IMMUTABLE`\: The extension does not include an update handler, so
|
4531
|
+
# the extension cannot be updated and must instead be replaced
|
4532
|
+
# during stack update operations.
|
4189
4533
|
#
|
4190
|
-
# * `NON_PROVISIONABLE`\: The
|
4191
|
-
# delete handlers, and therefore cannot actually be provisioned.
|
4534
|
+
# * `NON_PROVISIONABLE`\: The extension does not include create, read,
|
4535
|
+
# and delete handlers, and therefore cannot actually be provisioned.
|
4192
4536
|
# @return [String]
|
4193
4537
|
#
|
4194
4538
|
# @!attribute [rw] deprecated_status
|
4195
|
-
# The deprecation status of the
|
4539
|
+
# The deprecation status of the extension that you want to get summary
|
4196
4540
|
# information about.
|
4197
4541
|
#
|
4198
4542
|
# Valid values include:
|
4199
4543
|
#
|
4200
|
-
# * `LIVE`\: The
|
4544
|
+
# * `LIVE`\: The extension is registered for use in CloudFormation
|
4201
4545
|
# operations.
|
4202
4546
|
#
|
4203
|
-
# * `DEPRECATED`\: The
|
4204
|
-
# used in CloudFormation operations.
|
4547
|
+
# * `DEPRECATED`\: The extension has been deregistered and can no
|
4548
|
+
# longer be used in CloudFormation operations.
|
4549
|
+
# @return [String]
|
4550
|
+
#
|
4551
|
+
# @!attribute [rw] type
|
4552
|
+
# The type of extension.
|
4205
4553
|
# @return [String]
|
4206
4554
|
#
|
4207
4555
|
# @!attribute [rw] max_results
|
@@ -4226,6 +4574,7 @@ module Aws::CloudFormation
|
|
4226
4574
|
:visibility,
|
4227
4575
|
:provisioning_type,
|
4228
4576
|
:deprecated_status,
|
4577
|
+
:type,
|
4229
4578
|
:max_results,
|
4230
4579
|
:next_token)
|
4231
4580
|
SENSITIVE = []
|
@@ -4234,7 +4583,7 @@ module Aws::CloudFormation
|
|
4234
4583
|
|
4235
4584
|
# @!attribute [rw] type_summaries
|
4236
4585
|
# A list of `TypeSummary` structures that contain information about
|
4237
|
-
# the specified
|
4586
|
+
# the specified extensions.
|
4238
4587
|
# @return [Array<Types::TypeSummary>]
|
4239
4588
|
#
|
4240
4589
|
# @!attribute [rw] next_token
|
@@ -4283,6 +4632,51 @@ module Aws::CloudFormation
|
|
4283
4632
|
include Aws::Structure
|
4284
4633
|
end
|
4285
4634
|
|
4635
|
+
# Contains information about the module from which the resource was
|
4636
|
+
# created, if the resource was created from a module included in the
|
4637
|
+
# stack template.
|
4638
|
+
#
|
4639
|
+
# For more information on modules, see [Using modules to encapsulate and
|
4640
|
+
# reuse resource
|
4641
|
+
# configurations](AWSCloudFormation/latest/UserGuide/modules.html) in
|
4642
|
+
# the *CloudFormation User Guide*.
|
4643
|
+
#
|
4644
|
+
# @!attribute [rw] type_hierarchy
|
4645
|
+
# A concantenated list of the the module type or types containing the
|
4646
|
+
# resource. Module types are listed starting with the inner-most
|
4647
|
+
# nested module, and separated by `/`.
|
4648
|
+
#
|
4649
|
+
# In the following example, the resource was created from a module of
|
4650
|
+
# type `AWS::First::Example::MODULE`, that is nested inside a parent
|
4651
|
+
# module of type `AWS::Second::Example::MODULE`.
|
4652
|
+
#
|
4653
|
+
# `AWS::First::Example::MODULE/AWS::Second::Example::MODULE`
|
4654
|
+
# @return [String]
|
4655
|
+
#
|
4656
|
+
# @!attribute [rw] logical_id_hierarchy
|
4657
|
+
# A concantenated list of the logical IDs of the module or modules
|
4658
|
+
# containing the resource. Modules are listed starting with the
|
4659
|
+
# inner-most nested module, and separated by `/`.
|
4660
|
+
#
|
4661
|
+
# In the following example, the resource was created from a module,
|
4662
|
+
# `moduleA`, that is nested inside a parent module, `moduleB`.
|
4663
|
+
#
|
4664
|
+
# `moduleA/moduleB`
|
4665
|
+
#
|
4666
|
+
# For more information, see [Referencing resources in a
|
4667
|
+
# module](AWSCloudFormation/latest/UserGuide/modules.html#module-ref-resources)
|
4668
|
+
# in the *CloudFormation User Guide*.
|
4669
|
+
# @return [String]
|
4670
|
+
#
|
4671
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ModuleInfo AWS API Documentation
|
4672
|
+
#
|
4673
|
+
class ModuleInfo < Struct.new(
|
4674
|
+
:type_hierarchy,
|
4675
|
+
:logical_id_hierarchy)
|
4676
|
+
SENSITIVE = []
|
4677
|
+
include Aws::Structure
|
4678
|
+
end
|
4679
|
+
|
4286
4680
|
# The specified name is already in use.
|
4287
4681
|
#
|
4288
4682
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/NameAlreadyExistsException AWS API Documentation
|
@@ -4618,7 +5012,7 @@ module Aws::CloudFormation
|
|
4618
5012
|
# data as a hash:
|
4619
5013
|
#
|
4620
5014
|
# {
|
4621
|
-
# type: "RESOURCE", # accepts RESOURCE
|
5015
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
4622
5016
|
# type_name: "TypeName", # required
|
4623
5017
|
# schema_handler_package: "S3Url", # required
|
4624
5018
|
# logging_config: {
|
@@ -4630,19 +5024,17 @@ module Aws::CloudFormation
|
|
4630
5024
|
# }
|
4631
5025
|
#
|
4632
5026
|
# @!attribute [rw] type
|
4633
|
-
# The kind of
|
4634
|
-
#
|
4635
|
-
# Currently, the only valid value is `RESOURCE`.
|
5027
|
+
# The kind of extension.
|
4636
5028
|
# @return [String]
|
4637
5029
|
#
|
4638
5030
|
# @!attribute [rw] type_name
|
4639
|
-
# The name of the
|
5031
|
+
# The name of the extension being registered.
|
4640
5032
|
#
|
4641
|
-
# We recommend that
|
5033
|
+
# We recommend that extension names adhere to the following pattern:
|
4642
5034
|
# *company\_or\_organization*\::*service*\::*type*.
|
4643
5035
|
#
|
4644
5036
|
# <note markdown="1"> The following organization namespaces are reserved and cannot be
|
4645
|
-
# used in your
|
5037
|
+
# used in your extension names:
|
4646
5038
|
#
|
4647
5039
|
# * `Alexa`
|
4648
5040
|
#
|
@@ -4660,52 +5052,52 @@ module Aws::CloudFormation
|
|
4660
5052
|
# @return [String]
|
4661
5053
|
#
|
4662
5054
|
# @!attribute [rw] schema_handler_package
|
4663
|
-
# A url to the S3 bucket containing the
|
4664
|
-
# contains the
|
4665
|
-
#
|
5055
|
+
# A url to the S3 bucket containing the extension project package that
|
5056
|
+
# contains the neccessary files for the extension you want to
|
5057
|
+
# register.
|
4666
5058
|
#
|
4667
|
-
# For information on generating a schema handler package for the
|
4668
|
-
# you want to register, see [submit][1] in the
|
4669
|
-
# User Guide*.
|
5059
|
+
# For information on generating a schema handler package for the
|
5060
|
+
# extension you want to register, see [submit][1] in the
|
5061
|
+
# *CloudFormation CLI User Guide*.
|
4670
5062
|
#
|
4671
|
-
# <note markdown="1">
|
4672
|
-
#
|
4673
|
-
#
|
4674
|
-
#
|
4675
|
-
#
|
5063
|
+
# <note markdown="1"> The user registering the extension must be able to access the
|
5064
|
+
# package in the S3 bucket. That is, the user needs to have
|
5065
|
+
# [GetObject][2] permissions for the schema handler package. For more
|
5066
|
+
# information, see [Actions, Resources, and Condition Keys for Amazon
|
5067
|
+
# S3][3] in the *AWS Identity and Access Management User Guide*.
|
4676
5068
|
#
|
4677
5069
|
# </note>
|
4678
5070
|
#
|
4679
5071
|
#
|
4680
5072
|
#
|
4681
5073
|
# [1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-submit.html
|
4682
|
-
# [2]: https://docs.aws.amazon.com/
|
5074
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
|
5075
|
+
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html
|
4683
5076
|
# @return [String]
|
4684
5077
|
#
|
4685
5078
|
# @!attribute [rw] logging_config
|
4686
|
-
# Specifies logging configuration information for
|
5079
|
+
# Specifies logging configuration information for an extension.
|
4687
5080
|
# @return [Types::LoggingConfig]
|
4688
5081
|
#
|
4689
5082
|
# @!attribute [rw] execution_role_arn
|
4690
5083
|
# The Amazon Resource Name (ARN) of the IAM role for CloudFormation to
|
4691
|
-
# assume when invoking the
|
4692
|
-
#
|
5084
|
+
# assume when invoking the extension. If your extension calls AWS APIs
|
5085
|
+
# in any of its handlers, you must create an <i> <a
|
4693
5086
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
4694
5087
|
# execution role</a> </i> that includes the necessary permissions to
|
4695
5088
|
# call those AWS APIs, and provision that execution role in your
|
4696
|
-
# account. When CloudFormation needs to invoke the
|
4697
|
-
#
|
4698
|
-
#
|
4699
|
-
#
|
4700
|
-
# appropriate credentials.
|
5089
|
+
# account. When CloudFormation needs to invoke the extension handler,
|
5090
|
+
# CloudFormation assumes this execution role to create a temporary
|
5091
|
+
# session token, which it then passes to the extension handler,
|
5092
|
+
# thereby supplying your extension with the appropriate credentials.
|
4701
5093
|
# @return [String]
|
4702
5094
|
#
|
4703
5095
|
# @!attribute [rw] client_request_token
|
4704
5096
|
# A unique identifier that acts as an idempotency key for this
|
4705
5097
|
# registration request. Specifying a client request token prevents
|
4706
|
-
# CloudFormation from generating more than one version of
|
4707
|
-
# the same registeration request, even if the request is
|
4708
|
-
# multiple times.
|
5098
|
+
# CloudFormation from generating more than one version of an extension
|
5099
|
+
# from the same registeration request, even if the request is
|
5100
|
+
# submitted multiple times.
|
4709
5101
|
# @return [String]
|
4710
5102
|
#
|
4711
5103
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeInput AWS API Documentation
|
@@ -4725,8 +5117,8 @@ module Aws::CloudFormation
|
|
4725
5117
|
# The identifier for this registration request.
|
4726
5118
|
#
|
4727
5119
|
# Use this registration token when calling ` DescribeTypeRegistration
|
4728
|
-
# `, which returns information about the status and IDs of the
|
4729
|
-
# registration.
|
5120
|
+
# `, which returns information about the status and IDs of the
|
5121
|
+
# extension registration.
|
4730
5122
|
# @return [String]
|
4731
5123
|
#
|
4732
5124
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeOutput AWS API Documentation
|
@@ -4743,8 +5135,9 @@ module Aws::CloudFormation
|
|
4743
5135
|
#
|
4744
5136
|
# @!attribute [rw] action
|
4745
5137
|
# The action that AWS CloudFormation takes on the resource, such as
|
4746
|
-
# `Add` (adds a new resource), `Modify` (changes a resource),
|
4747
|
-
# `
|
5138
|
+
# `Add` (adds a new resource), `Modify` (changes a resource), `Remove`
|
5139
|
+
# (deletes a resource), `Import` (imports a resource), or `Dynamic`
|
5140
|
+
# (exact action for the resource cannot be determined).
|
4748
5141
|
# @return [String]
|
4749
5142
|
#
|
4750
5143
|
# @!attribute [rw] logical_resource_id
|
@@ -4789,6 +5182,16 @@ module Aws::CloudFormation
|
|
4789
5182
|
# resource.
|
4790
5183
|
# @return [Array<Types::ResourceChangeDetail>]
|
4791
5184
|
#
|
5185
|
+
# @!attribute [rw] change_set_id
|
5186
|
+
# The change set ID of the nested change set.
|
5187
|
+
# @return [String]
|
5188
|
+
#
|
5189
|
+
# @!attribute [rw] module_info
|
5190
|
+
# Contains information about the module from which the resource was
|
5191
|
+
# created, if the resource was created from a module included in the
|
5192
|
+
# stack template.
|
5193
|
+
# @return [Types::ModuleInfo]
|
5194
|
+
#
|
4792
5195
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ResourceChange AWS API Documentation
|
4793
5196
|
#
|
4794
5197
|
class ResourceChange < Struct.new(
|
@@ -4798,7 +5201,9 @@ module Aws::CloudFormation
|
|
4798
5201
|
:resource_type,
|
4799
5202
|
:replacement,
|
4800
5203
|
:scope,
|
4801
|
-
:details
|
5204
|
+
:details,
|
5205
|
+
:change_set_id,
|
5206
|
+
:module_info)
|
4802
5207
|
SENSITIVE = []
|
4803
5208
|
include Aws::Structure
|
4804
5209
|
end
|
@@ -5170,13 +5575,13 @@ module Aws::CloudFormation
|
|
5170
5575
|
#
|
5171
5576
|
# {
|
5172
5577
|
# arn: "PrivateTypeArn",
|
5173
|
-
# type: "RESOURCE", # accepts RESOURCE
|
5578
|
+
# type: "RESOURCE", # accepts RESOURCE, MODULE
|
5174
5579
|
# type_name: "TypeName",
|
5175
5580
|
# version_id: "TypeVersionId",
|
5176
5581
|
# }
|
5177
5582
|
#
|
5178
5583
|
# @!attribute [rw] arn
|
5179
|
-
# The Amazon Resource Name (ARN) of the
|
5584
|
+
# The Amazon Resource Name (ARN) of the extension for which you want
|
5180
5585
|
# version summary information.
|
5181
5586
|
#
|
5182
5587
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
@@ -5184,23 +5589,23 @@ module Aws::CloudFormation
|
|
5184
5589
|
# @return [String]
|
5185
5590
|
#
|
5186
5591
|
# @!attribute [rw] type
|
5187
|
-
# The kind of
|
5592
|
+
# The kind of extension.
|
5188
5593
|
#
|
5189
5594
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
5190
5595
|
# `Arn`.
|
5191
5596
|
# @return [String]
|
5192
5597
|
#
|
5193
5598
|
# @!attribute [rw] type_name
|
5194
|
-
# The name of the
|
5599
|
+
# The name of the extension.
|
5195
5600
|
#
|
5196
5601
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
5197
5602
|
# `Arn`.
|
5198
5603
|
# @return [String]
|
5199
5604
|
#
|
5200
5605
|
# @!attribute [rw] version_id
|
5201
|
-
# The ID of a specific version of the
|
5606
|
+
# The ID of a specific version of the extension. The version ID is the
|
5202
5607
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
5203
|
-
#
|
5608
|
+
# extension version when it is registered.
|
5204
5609
|
# @return [String]
|
5205
5610
|
#
|
5206
5611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/SetTypeDefaultVersionInput AWS API Documentation
|
@@ -5611,7 +6016,7 @@ module Aws::CloudFormation
|
|
5611
6016
|
# @return [String]
|
5612
6017
|
#
|
5613
6018
|
# @!attribute [rw] account
|
5614
|
-
# \[
|
6019
|
+
# \[Self-managed permissions\] The name of the AWS account that the
|
5615
6020
|
# stack instance is associated with.
|
5616
6021
|
# @return [String]
|
5617
6022
|
#
|
@@ -5658,7 +6063,7 @@ module Aws::CloudFormation
|
|
5658
6063
|
# @return [String]
|
5659
6064
|
#
|
5660
6065
|
# @!attribute [rw] organizational_unit_id
|
5661
|
-
# \[
|
6066
|
+
# \[Service-managed permissions\] The organization root ID or
|
5662
6067
|
# organizational unit (OU) IDs that you specified for
|
5663
6068
|
# [DeploymentTargets][1].
|
5664
6069
|
#
|
@@ -5795,7 +6200,7 @@ module Aws::CloudFormation
|
|
5795
6200
|
# @return [String]
|
5796
6201
|
#
|
5797
6202
|
# @!attribute [rw] account
|
5798
|
-
# \[
|
6203
|
+
# \[Self-managed permissions\] The name of the AWS account that the
|
5799
6204
|
# stack instance is associated with.
|
5800
6205
|
# @return [String]
|
5801
6206
|
#
|
@@ -5837,7 +6242,7 @@ module Aws::CloudFormation
|
|
5837
6242
|
# @return [Types::StackInstanceComprehensiveStatus]
|
5838
6243
|
#
|
5839
6244
|
# @!attribute [rw] organizational_unit_id
|
5840
|
-
# \[
|
6245
|
+
# \[Service-managed permissions\] The organization root ID or
|
5841
6246
|
# organizational unit (OU) IDs that you specified for
|
5842
6247
|
# [DeploymentTargets][1].
|
5843
6248
|
#
|
@@ -5944,6 +6349,12 @@ module Aws::CloudFormation
|
|
5944
6349
|
# [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
5945
6350
|
# @return [Types::StackResourceDriftInformation]
|
5946
6351
|
#
|
6352
|
+
# @!attribute [rw] module_info
|
6353
|
+
# Contains information about the module from which the resource was
|
6354
|
+
# created, if the resource was created from a module included in the
|
6355
|
+
# stack template.
|
6356
|
+
# @return [Types::ModuleInfo]
|
6357
|
+
#
|
5947
6358
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackResource AWS API Documentation
|
5948
6359
|
#
|
5949
6360
|
class StackResource < Struct.new(
|
@@ -5956,7 +6367,8 @@ module Aws::CloudFormation
|
|
5956
6367
|
:resource_status,
|
5957
6368
|
:resource_status_reason,
|
5958
6369
|
:description,
|
5959
|
-
:drift_information
|
6370
|
+
:drift_information,
|
6371
|
+
:module_info)
|
5960
6372
|
SENSITIVE = []
|
5961
6373
|
include Aws::Structure
|
5962
6374
|
end
|
@@ -6027,6 +6439,12 @@ module Aws::CloudFormation
|
|
6027
6439
|
# [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
6028
6440
|
# @return [Types::StackResourceDriftInformation]
|
6029
6441
|
#
|
6442
|
+
# @!attribute [rw] module_info
|
6443
|
+
# Contains information about the module from which the resource was
|
6444
|
+
# created, if the resource was created from a module included in the
|
6445
|
+
# stack template.
|
6446
|
+
# @return [Types::ModuleInfo]
|
6447
|
+
#
|
6030
6448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackResourceDetail AWS API Documentation
|
6031
6449
|
#
|
6032
6450
|
class StackResourceDetail < Struct.new(
|
@@ -6040,7 +6458,8 @@ module Aws::CloudFormation
|
|
6040
6458
|
:resource_status_reason,
|
6041
6459
|
:description,
|
6042
6460
|
:metadata,
|
6043
|
-
:drift_information
|
6461
|
+
:drift_information,
|
6462
|
+
:module_info)
|
6044
6463
|
SENSITIVE = []
|
6045
6464
|
include Aws::Structure
|
6046
6465
|
end
|
@@ -6136,6 +6555,12 @@ module Aws::CloudFormation
|
|
6136
6555
|
# stack resource.
|
6137
6556
|
# @return [Time]
|
6138
6557
|
#
|
6558
|
+
# @!attribute [rw] module_info
|
6559
|
+
# Contains information about the module from which the resource was
|
6560
|
+
# created, if the resource was created from a module included in the
|
6561
|
+
# stack template.
|
6562
|
+
# @return [Types::ModuleInfo]
|
6563
|
+
#
|
6139
6564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackResourceDrift AWS API Documentation
|
6140
6565
|
#
|
6141
6566
|
class StackResourceDrift < Struct.new(
|
@@ -6148,7 +6573,8 @@ module Aws::CloudFormation
|
|
6148
6573
|
:actual_properties,
|
6149
6574
|
:property_differences,
|
6150
6575
|
:stack_resource_drift_status,
|
6151
|
-
:timestamp
|
6576
|
+
:timestamp,
|
6577
|
+
:module_info)
|
6152
6578
|
SENSITIVE = []
|
6153
6579
|
include Aws::Structure
|
6154
6580
|
end
|
@@ -6287,6 +6713,12 @@ module Aws::CloudFormation
|
|
6287
6713
|
# [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
|
6288
6714
|
# @return [Types::StackResourceDriftInformationSummary]
|
6289
6715
|
#
|
6716
|
+
# @!attribute [rw] module_info
|
6717
|
+
# Contains information about the module from which the resource was
|
6718
|
+
# created, if the resource was created from a module included in the
|
6719
|
+
# stack template.
|
6720
|
+
# @return [Types::ModuleInfo]
|
6721
|
+
#
|
6290
6722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackResourceSummary AWS API Documentation
|
6291
6723
|
#
|
6292
6724
|
class StackResourceSummary < Struct.new(
|
@@ -6296,7 +6728,8 @@ module Aws::CloudFormation
|
|
6296
6728
|
:last_updated_timestamp,
|
6297
6729
|
:resource_status,
|
6298
6730
|
:resource_status_reason,
|
6299
|
-
:drift_information
|
6731
|
+
:drift_information,
|
6732
|
+
:module_info)
|
6300
6733
|
SENSITIVE = []
|
6301
6734
|
include Aws::Structure
|
6302
6735
|
end
|
@@ -6386,7 +6819,7 @@ module Aws::CloudFormation
|
|
6386
6819
|
# @return [Types::StackSetDriftDetectionDetails]
|
6387
6820
|
#
|
6388
6821
|
# @!attribute [rw] auto_deployment
|
6389
|
-
# \[
|
6822
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
6390
6823
|
# automatically deploys to AWS Organizations accounts that are added
|
6391
6824
|
# to a target organization or organizational unit (OU).
|
6392
6825
|
# @return [Types::AutoDeployment]
|
@@ -6412,7 +6845,7 @@ module Aws::CloudFormation
|
|
6412
6845
|
# @return [String]
|
6413
6846
|
#
|
6414
6847
|
# @!attribute [rw] organizational_unit_ids
|
6415
|
-
# \[
|
6848
|
+
# \[Service-managed permissions\] The organization root ID or
|
6416
6849
|
# organizational unit (OU) IDs that you specified for
|
6417
6850
|
# [DeploymentTargets][1].
|
6418
6851
|
#
|
@@ -6600,7 +7033,7 @@ module Aws::CloudFormation
|
|
6600
7033
|
# to `FAILED`, and AWS CloudFormation cancels the operation in any
|
6601
7034
|
# remaining Regions.
|
6602
7035
|
#
|
6603
|
-
# * `QUEUED`\: \[
|
7036
|
+
# * `QUEUED`\: \[Service-managed permissions\] For automatic
|
6604
7037
|
# deployments that require a sequence of operations, the operation
|
6605
7038
|
# is queued to be performed. For more information, see the [stack
|
6606
7039
|
# set operation status codes][1] in the AWS CloudFormation User
|
@@ -6673,7 +7106,7 @@ module Aws::CloudFormation
|
|
6673
7106
|
# @return [Time]
|
6674
7107
|
#
|
6675
7108
|
# @!attribute [rw] deployment_targets
|
6676
|
-
# \[
|
7109
|
+
# \[Service-managed permissions\] The AWS Organizations accounts
|
6677
7110
|
# affected by the stack operation.
|
6678
7111
|
# @return [Types::DeploymentTargets]
|
6679
7112
|
#
|
@@ -6812,7 +7245,7 @@ module Aws::CloudFormation
|
|
6812
7245
|
# results for a given account in a given Region.
|
6813
7246
|
#
|
6814
7247
|
# @!attribute [rw] account
|
6815
|
-
# \[
|
7248
|
+
# \[Self-managed permissions\] The name of the AWS account for this
|
6816
7249
|
# operation result.
|
6817
7250
|
# @return [String]
|
6818
7251
|
#
|
@@ -6857,7 +7290,7 @@ module Aws::CloudFormation
|
|
6857
7290
|
# @return [Types::AccountGateResult]
|
6858
7291
|
#
|
6859
7292
|
# @!attribute [rw] organizational_unit_id
|
6860
|
-
# \[
|
7293
|
+
# \[Service-managed permissions\] The organization root ID or
|
6861
7294
|
# organizational unit (OU) IDs that you specified for
|
6862
7295
|
# [DeploymentTargets][1].
|
6863
7296
|
#
|
@@ -6906,7 +7339,7 @@ module Aws::CloudFormation
|
|
6906
7339
|
# to `FAILED`, and AWS CloudFormation cancels the operation in any
|
6907
7340
|
# remaining Regions.
|
6908
7341
|
#
|
6909
|
-
# * `QUEUED`\: \[
|
7342
|
+
# * `QUEUED`\: \[Service-managed permissions\] For automatic
|
6910
7343
|
# deployments that require a sequence of operations, the operation
|
6911
7344
|
# is queued to be performed. For more information, see the [stack
|
6912
7345
|
# set operation status codes][1] in the AWS CloudFormation User
|
@@ -6977,7 +7410,7 @@ module Aws::CloudFormation
|
|
6977
7410
|
# @return [String]
|
6978
7411
|
#
|
6979
7412
|
# @!attribute [rw] auto_deployment
|
6980
|
-
# \[
|
7413
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
6981
7414
|
# automatically deploys to AWS Organizations accounts that are added
|
6982
7415
|
# to a target organizational unit (OU).
|
6983
7416
|
# @return [Types::AutoDeployment]
|
@@ -7150,6 +7583,7 @@ module Aws::CloudFormation
|
|
7150
7583
|
# {
|
7151
7584
|
# stack_set_name: "StackSetName", # required
|
7152
7585
|
# operation_id: "ClientRequestToken", # required
|
7586
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7153
7587
|
# }
|
7154
7588
|
#
|
7155
7589
|
# @!attribute [rw] stack_set_name
|
@@ -7161,11 +7595,35 @@ module Aws::CloudFormation
|
|
7161
7595
|
# The ID of the stack operation.
|
7162
7596
|
# @return [String]
|
7163
7597
|
#
|
7598
|
+
# @!attribute [rw] call_as
|
7599
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
7600
|
+
# an account administrator in the organization's management account
|
7601
|
+
# or as a delegated administrator in a member account.
|
7602
|
+
#
|
7603
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
7604
|
+
# self-managed permissions.
|
7605
|
+
#
|
7606
|
+
# * If you are signed in to the management account, specify `SELF`.
|
7607
|
+
#
|
7608
|
+
# * If you are signed in to a delegated administrator account, specify
|
7609
|
+
# `DELEGATED_ADMIN`.
|
7610
|
+
#
|
7611
|
+
# Your AWS account must be registered as a delegated administrator
|
7612
|
+
# in the management account. For more information, see [Register a
|
7613
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
7614
|
+
# Guide*.
|
7615
|
+
#
|
7616
|
+
#
|
7617
|
+
#
|
7618
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
7619
|
+
# @return [String]
|
7620
|
+
#
|
7164
7621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StopStackSetOperationInput AWS API Documentation
|
7165
7622
|
#
|
7166
7623
|
class StopStackSetOperationInput < Struct.new(
|
7167
7624
|
:stack_set_name,
|
7168
|
-
:operation_id
|
7625
|
+
:operation_id,
|
7626
|
+
:call_as)
|
7169
7627
|
SENSITIVE = []
|
7170
7628
|
include Aws::Structure
|
7171
7629
|
end
|
@@ -7400,9 +7858,9 @@ module Aws::CloudFormation
|
|
7400
7858
|
#
|
7401
7859
|
# @!attribute [rw] template_url
|
7402
7860
|
# Location of file containing the template body. The URL must point to
|
7403
|
-
# a template that is located in an Amazon S3 bucket
|
7404
|
-
# information, go to [Template Anatomy][1]
|
7405
|
-
# User Guide.
|
7861
|
+
# a template that is located in an Amazon S3 bucket or a Systems
|
7862
|
+
# Manager document. For more information, go to [Template Anatomy][1]
|
7863
|
+
# in the AWS CloudFormation User Guide.
|
7406
7864
|
#
|
7407
7865
|
# Conditional: You must specify only one of the following parameters:
|
7408
7866
|
# `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
|
@@ -7515,10 +7973,9 @@ module Aws::CloudFormation
|
|
7515
7973
|
# and [AWS::Serverless][10] transforms, which are macros hosted by
|
7516
7974
|
# AWS CloudFormation.
|
7517
7975
|
#
|
7518
|
-
#
|
7519
|
-
#
|
7520
|
-
#
|
7521
|
-
# template using this capability.
|
7976
|
+
# If you want to update a stack from a stack template that contains
|
7977
|
+
# macros *and* nested stacks, you must update the stack directly
|
7978
|
+
# from the template using this capability.
|
7522
7979
|
#
|
7523
7980
|
# You should only update stacks directly from a stack template that
|
7524
7981
|
# contains macros if you know what processing the macro performs.
|
@@ -7697,6 +8154,7 @@ module Aws::CloudFormation
|
|
7697
8154
|
# max_concurrent_percentage: 1,
|
7698
8155
|
# },
|
7699
8156
|
# operation_id: "ClientRequestToken",
|
8157
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7700
8158
|
# }
|
7701
8159
|
#
|
7702
8160
|
# @!attribute [rw] stack_set_name
|
@@ -7705,7 +8163,7 @@ module Aws::CloudFormation
|
|
7705
8163
|
# @return [String]
|
7706
8164
|
#
|
7707
8165
|
# @!attribute [rw] accounts
|
7708
|
-
# \[
|
8166
|
+
# \[Self-managed permissions\] The names of one or more AWS accounts
|
7709
8167
|
# for which you want to update parameter values for stack instances.
|
7710
8168
|
# The overridden parameter values will be applied to all stack
|
7711
8169
|
# instances in the specified accounts and Regions.
|
@@ -7714,7 +8172,7 @@ module Aws::CloudFormation
|
|
7714
8172
|
# @return [Array<String>]
|
7715
8173
|
#
|
7716
8174
|
# @!attribute [rw] deployment_targets
|
7717
|
-
# \[
|
8175
|
+
# \[Service-managed permissions\] The AWS Organizations accounts for
|
7718
8176
|
# which you want to update parameter values for stack instances. If
|
7719
8177
|
# your update targets OUs, the overridden parameter values only apply
|
7720
8178
|
# to the accounts that are currently in the target OUs and their child
|
@@ -7798,6 +8256,29 @@ module Aws::CloudFormation
|
|
7798
8256
|
# not need to pass this option.
|
7799
8257
|
# @return [String]
|
7800
8258
|
#
|
8259
|
+
# @!attribute [rw] call_as
|
8260
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
8261
|
+
# an account administrator in the organization's management account
|
8262
|
+
# or as a delegated administrator in a member account.
|
8263
|
+
#
|
8264
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
8265
|
+
# self-managed permissions.
|
8266
|
+
#
|
8267
|
+
# * If you are signed in to the management account, specify `SELF`.
|
8268
|
+
#
|
8269
|
+
# * If you are signed in to a delegated administrator account, specify
|
8270
|
+
# `DELEGATED_ADMIN`.
|
8271
|
+
#
|
8272
|
+
# Your AWS account must be registered as a delegated administrator
|
8273
|
+
# in the management account. For more information, see [Register a
|
8274
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
8275
|
+
# Guide*.
|
8276
|
+
#
|
8277
|
+
#
|
8278
|
+
#
|
8279
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
8280
|
+
# @return [String]
|
8281
|
+
#
|
7801
8282
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackInstancesInput AWS API Documentation
|
7802
8283
|
#
|
7803
8284
|
class UpdateStackInstancesInput < Struct.new(
|
@@ -7807,7 +8288,8 @@ module Aws::CloudFormation
|
|
7807
8288
|
:regions,
|
7808
8289
|
:parameter_overrides,
|
7809
8290
|
:operation_preferences,
|
7810
|
-
:operation_id
|
8291
|
+
:operation_id,
|
8292
|
+
:call_as)
|
7811
8293
|
SENSITIVE = []
|
7812
8294
|
include Aws::Structure
|
7813
8295
|
end
|
@@ -7883,6 +8365,7 @@ module Aws::CloudFormation
|
|
7883
8365
|
# operation_id: "ClientRequestToken",
|
7884
8366
|
# accounts: ["Account"],
|
7885
8367
|
# regions: ["Region"],
|
8368
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7886
8369
|
# }
|
7887
8370
|
#
|
7888
8371
|
# @!attribute [rw] stack_set_name
|
@@ -7911,8 +8394,9 @@ module Aws::CloudFormation
|
|
7911
8394
|
# @!attribute [rw] template_url
|
7912
8395
|
# The location of the file that contains the template body. The URL
|
7913
8396
|
# must point to a template (maximum size: 460,800 bytes) that is
|
7914
|
-
# located in an Amazon S3 bucket
|
7915
|
-
# Anatomy][1] in the AWS
|
8397
|
+
# located in an Amazon S3 bucket or a Systems Manager document. For
|
8398
|
+
# more information, see [Template Anatomy][1] in the AWS
|
8399
|
+
# CloudFormation User Guide.
|
7916
8400
|
#
|
7917
8401
|
# Conditional: You must specify only one of the following parameters:
|
7918
8402
|
# `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
|
@@ -8090,7 +8574,7 @@ module Aws::CloudFormation
|
|
8090
8574
|
# @return [String]
|
8091
8575
|
#
|
8092
8576
|
# @!attribute [rw] deployment_targets
|
8093
|
-
# \[
|
8577
|
+
# \[Service-managed permissions\] The AWS Organizations accounts in
|
8094
8578
|
# which to update associated stack instances.
|
8095
8579
|
#
|
8096
8580
|
# To update all the stack instances associated with this stack set, do
|
@@ -8129,7 +8613,7 @@ module Aws::CloudFormation
|
|
8129
8613
|
# @return [String]
|
8130
8614
|
#
|
8131
8615
|
# @!attribute [rw] auto_deployment
|
8132
|
-
# \[
|
8616
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
8133
8617
|
# automatically deploys to AWS Organizations accounts that are added
|
8134
8618
|
# to a target organization or organizational unit (OU).
|
8135
8619
|
#
|
@@ -8157,7 +8641,7 @@ module Aws::CloudFormation
|
|
8157
8641
|
# @return [String]
|
8158
8642
|
#
|
8159
8643
|
# @!attribute [rw] accounts
|
8160
|
-
# \[
|
8644
|
+
# \[Self-managed permissions\] The accounts in which to update
|
8161
8645
|
# associated stack instances. If you specify accounts, you must also
|
8162
8646
|
# specify the Regions in which to update stack set instances.
|
8163
8647
|
#
|
@@ -8194,6 +8678,29 @@ module Aws::CloudFormation
|
|
8194
8678
|
# existing stack instance status.
|
8195
8679
|
# @return [Array<String>]
|
8196
8680
|
#
|
8681
|
+
# @!attribute [rw] call_as
|
8682
|
+
# \[Service-managed permissions\] Specifies whether you are acting as
|
8683
|
+
# an account administrator in the organization's management account
|
8684
|
+
# or as a delegated administrator in a member account.
|
8685
|
+
#
|
8686
|
+
# By default, `SELF` is specified. Use `SELF` for stack sets with
|
8687
|
+
# self-managed permissions.
|
8688
|
+
#
|
8689
|
+
# * If you are signed in to the management account, specify `SELF`.
|
8690
|
+
#
|
8691
|
+
# * If you are signed in to a delegated administrator account, specify
|
8692
|
+
# `DELEGATED_ADMIN`.
|
8693
|
+
#
|
8694
|
+
# Your AWS account must be registered as a delegated administrator
|
8695
|
+
# in the management account. For more information, see [Register a
|
8696
|
+
# delegated administrator][1] in the *AWS CloudFormation User
|
8697
|
+
# Guide*.
|
8698
|
+
#
|
8699
|
+
#
|
8700
|
+
#
|
8701
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
8702
|
+
# @return [String]
|
8703
|
+
#
|
8197
8704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackSetInput AWS API Documentation
|
8198
8705
|
#
|
8199
8706
|
class UpdateStackSetInput < Struct.new(
|
@@ -8213,7 +8720,8 @@ module Aws::CloudFormation
|
|
8213
8720
|
:auto_deployment,
|
8214
8721
|
:operation_id,
|
8215
8722
|
:accounts,
|
8216
|
-
:regions
|
8723
|
+
:regions,
|
8724
|
+
:call_as)
|
8217
8725
|
SENSITIVE = []
|
8218
8726
|
include Aws::Structure
|
8219
8727
|
end
|
@@ -8294,8 +8802,8 @@ module Aws::CloudFormation
|
|
8294
8802
|
# @!attribute [rw] template_url
|
8295
8803
|
# Location of file containing the template body. The URL must point to
|
8296
8804
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
8297
|
-
# bucket. For more information, go to
|
8298
|
-
# CloudFormation User Guide.
|
8805
|
+
# bucket or a Systems Manager document. For more information, go to
|
8806
|
+
# [Template Anatomy][1] in the AWS CloudFormation User Guide.
|
8299
8807
|
#
|
8300
8808
|
# Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
|
8301
8809
|
# are passed, only `TemplateBody` is used.
|