aws-sdk-cloudformation 1.47.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +499 -145
- data/lib/aws-sdk-cloudformation/client_api.rb +16 -0
- data/lib/aws-sdk-cloudformation/resource.rb +2 -2
- data/lib/aws-sdk-cloudformation/stack.rb +5 -4
- data/lib/aws-sdk-cloudformation/types.rb +568 -193
- metadata +2 -2
@@ -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')
|
@@ -498,6 +499,7 @@ module Aws::CloudFormation
|
|
498
499
|
CreateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
499
500
|
CreateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
500
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"))
|
501
503
|
CreateStackInstancesInput.struct_class = Types::CreateStackInstancesInput
|
502
504
|
|
503
505
|
CreateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -517,6 +519,7 @@ module Aws::CloudFormation
|
|
517
519
|
CreateStackSetInput.add_member(:execution_role_name, Shapes::ShapeRef.new(shape: ExecutionRoleName, location_name: "ExecutionRoleName"))
|
518
520
|
CreateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
519
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"))
|
520
523
|
CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
521
524
|
CreateStackSetInput.struct_class = Types::CreateStackSetInput
|
522
525
|
|
@@ -544,12 +547,14 @@ module Aws::CloudFormation
|
|
544
547
|
DeleteStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
545
548
|
DeleteStackInstancesInput.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacks, required: true, location_name: "RetainStacks"))
|
546
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"))
|
547
551
|
DeleteStackInstancesInput.struct_class = Types::DeleteStackInstancesInput
|
548
552
|
|
549
553
|
DeleteStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
550
554
|
DeleteStackInstancesOutput.struct_class = Types::DeleteStackInstancesOutput
|
551
555
|
|
552
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"))
|
553
558
|
DeleteStackSetInput.struct_class = Types::DeleteStackSetInput
|
554
559
|
|
555
560
|
DeleteStackSetOutput.struct_class = Types::DeleteStackSetOutput
|
@@ -622,6 +627,7 @@ module Aws::CloudFormation
|
|
622
627
|
DescribeStackInstanceInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
623
628
|
DescribeStackInstanceInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
|
624
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"))
|
625
631
|
DescribeStackInstanceInput.struct_class = Types::DescribeStackInstanceInput
|
626
632
|
|
627
633
|
DescribeStackInstanceOutput.add_member(:stack_instance, Shapes::ShapeRef.new(shape: StackInstance, location_name: "StackInstance"))
|
@@ -653,10 +659,12 @@ module Aws::CloudFormation
|
|
653
659
|
DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
|
654
660
|
|
655
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"))
|
656
663
|
DescribeStackSetInput.struct_class = Types::DescribeStackSetInput
|
657
664
|
|
658
665
|
DescribeStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
659
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"))
|
660
668
|
DescribeStackSetOperationInput.struct_class = Types::DescribeStackSetOperationInput
|
661
669
|
|
662
670
|
DescribeStackSetOperationOutput.add_member(:stack_set_operation, Shapes::ShapeRef.new(shape: StackSetOperation, location_name: "StackSetOperation"))
|
@@ -723,6 +731,7 @@ module Aws::CloudFormation
|
|
723
731
|
DetectStackSetDriftInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
724
732
|
DetectStackSetDriftInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
725
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"))
|
726
735
|
DetectStackSetDriftInput.struct_class = Types::DetectStackSetDriftInput
|
727
736
|
|
728
737
|
DetectStackSetDriftOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -823,6 +832,7 @@ module Aws::CloudFormation
|
|
823
832
|
ListStackInstancesInput.add_member(:filters, Shapes::ShapeRef.new(shape: StackInstanceFilters, location_name: "Filters"))
|
824
833
|
ListStackInstancesInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, location_name: "StackInstanceAccount"))
|
825
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"))
|
826
836
|
ListStackInstancesInput.struct_class = Types::ListStackInstancesInput
|
827
837
|
|
828
838
|
ListStackInstancesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceSummaries, location_name: "Summaries"))
|
@@ -841,6 +851,7 @@ module Aws::CloudFormation
|
|
841
851
|
ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
842
852
|
ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
843
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"))
|
844
855
|
ListStackSetOperationResultsInput.struct_class = Types::ListStackSetOperationResultsInput
|
845
856
|
|
846
857
|
ListStackSetOperationResultsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationResultSummaries, location_name: "Summaries"))
|
@@ -850,6 +861,7 @@ module Aws::CloudFormation
|
|
850
861
|
ListStackSetOperationsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
851
862
|
ListStackSetOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
852
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"))
|
853
865
|
ListStackSetOperationsInput.struct_class = Types::ListStackSetOperationsInput
|
854
866
|
|
855
867
|
ListStackSetOperationsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationSummaries, location_name: "Summaries"))
|
@@ -859,6 +871,7 @@ module Aws::CloudFormation
|
|
859
871
|
ListStackSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
860
872
|
ListStackSetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
861
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"))
|
862
875
|
ListStackSetsInput.struct_class = Types::ListStackSetsInput
|
863
876
|
|
864
877
|
ListStackSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetSummaries, location_name: "Summaries"))
|
@@ -1341,6 +1354,7 @@ module Aws::CloudFormation
|
|
1341
1354
|
|
1342
1355
|
StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
1343
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"))
|
1344
1358
|
StopStackSetOperationInput.struct_class = Types::StopStackSetOperationInput
|
1345
1359
|
|
1346
1360
|
StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
|
@@ -1411,6 +1425,7 @@ module Aws::CloudFormation
|
|
1411
1425
|
UpdateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
1412
1426
|
UpdateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1413
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"))
|
1414
1429
|
UpdateStackInstancesInput.struct_class = Types::UpdateStackInstancesInput
|
1415
1430
|
|
1416
1431
|
UpdateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -1436,6 +1451,7 @@ module Aws::CloudFormation
|
|
1436
1451
|
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1437
1452
|
UpdateStackSetInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
|
1438
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"))
|
1439
1455
|
UpdateStackSetInput.struct_class = Types::UpdateStackSetInput
|
1440
1456
|
|
1441
1457
|
UpdateStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -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.
|
@@ -446,8 +446,8 @@ module Aws::CloudFormation
|
|
446
446
|
# @option options [String] :template_url
|
447
447
|
# Location of file containing the template body. The URL must point to a
|
448
448
|
# template (max size: 460,800 bytes) that is located in an Amazon S3
|
449
|
-
# bucket. For more information, go to the
|
450
|
-
# AWS CloudFormation User Guide.
|
449
|
+
# bucket or a Systems Manager document. For more information, go to the
|
450
|
+
# [Template Anatomy][1] in the AWS CloudFormation User Guide.
|
451
451
|
#
|
452
452
|
# Conditional: You must specify either the `TemplateBody` or the
|
453
453
|
# `TemplateURL` parameter, but not both.
|
@@ -775,8 +775,9 @@ module Aws::CloudFormation
|
|
775
775
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
|
776
776
|
# @option options [String] :template_url
|
777
777
|
# Location of file containing the template body. The URL must point to a
|
778
|
-
# template that is located in an Amazon S3 bucket
|
779
|
-
# go to [Template Anatomy][1] in the AWS
|
778
|
+
# template that is located in an Amazon S3 bucket or a Systems Manager
|
779
|
+
# document. For more information, go to [Template Anatomy][1] in the AWS
|
780
|
+
# CloudFormation User Guide.
|
780
781
|
#
|
781
782
|
# Conditional: You must specify only one of the following parameters:
|
782
783
|
# `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
|
@@ -119,7 +119,7 @@ module Aws::CloudFormation
|
|
119
119
|
#
|
120
120
|
class AlreadyExistsException < Aws::EmptyStructure; end
|
121
121
|
|
122
|
-
# \[
|
122
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
123
123
|
# automatically deploys to AWS Organizations accounts that are added to
|
124
124
|
# a target organization or organizational unit (OU).
|
125
125
|
#
|
@@ -489,8 +489,9 @@ module Aws::CloudFormation
|
|
489
489
|
# @!attribute [rw] template_url
|
490
490
|
# The location of the file that contains the revised template. The URL
|
491
491
|
# must point to a template (max size: 460,800 bytes) that is located
|
492
|
-
# in an S3 bucket
|
493
|
-
# comparing this template with the stack
|
492
|
+
# in an S3 bucket or a Systems Manager document. AWS CloudFormation
|
493
|
+
# generates the change set by comparing this template with the stack
|
494
|
+
# that you specified.
|
494
495
|
#
|
495
496
|
# Conditional: You must specify only `TemplateBody` or `TemplateURL`.
|
496
497
|
# @return [String]
|
@@ -812,8 +813,8 @@ module Aws::CloudFormation
|
|
812
813
|
# @!attribute [rw] template_url
|
813
814
|
# Location of file containing the template body. The URL must point to
|
814
815
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
815
|
-
# bucket. For more information, go to
|
816
|
-
# AWS CloudFormation User Guide.
|
816
|
+
# bucket or a Systems Manager document. For more information, go to
|
817
|
+
# the [Template Anatomy][1] in the AWS CloudFormation User Guide.
|
817
818
|
#
|
818
819
|
# Conditional: You must specify either the `TemplateBody` or the
|
819
820
|
# `TemplateURL` parameter, but not both.
|
@@ -1110,6 +1111,7 @@ module Aws::CloudFormation
|
|
1110
1111
|
# max_concurrent_percentage: 1,
|
1111
1112
|
# },
|
1112
1113
|
# operation_id: "ClientRequestToken",
|
1114
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1113
1115
|
# }
|
1114
1116
|
#
|
1115
1117
|
# @!attribute [rw] stack_set_name
|
@@ -1118,7 +1120,7 @@ module Aws::CloudFormation
|
|
1118
1120
|
# @return [String]
|
1119
1121
|
#
|
1120
1122
|
# @!attribute [rw] accounts
|
1121
|
-
# \[
|
1123
|
+
# \[Self-managed permissions\] The names of one or more AWS accounts
|
1122
1124
|
# that you want to create stack instances in the specified Region(s)
|
1123
1125
|
# for.
|
1124
1126
|
#
|
@@ -1126,7 +1128,7 @@ module Aws::CloudFormation
|
|
1126
1128
|
# @return [Array<String>]
|
1127
1129
|
#
|
1128
1130
|
# @!attribute [rw] deployment_targets
|
1129
|
-
# \[
|
1131
|
+
# \[Service-managed permissions\] The AWS Organizations accounts for
|
1130
1132
|
# which to create stack instances in the specified Regions.
|
1131
1133
|
#
|
1132
1134
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
@@ -1201,6 +1203,29 @@ module Aws::CloudFormation
|
|
1201
1203
|
# not need to pass this option.
|
1202
1204
|
# @return [String]
|
1203
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
|
+
#
|
1204
1229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStackInstancesInput AWS API Documentation
|
1205
1230
|
#
|
1206
1231
|
class CreateStackInstancesInput < Struct.new(
|
@@ -1210,7 +1235,8 @@ module Aws::CloudFormation
|
|
1210
1235
|
:regions,
|
1211
1236
|
:parameter_overrides,
|
1212
1237
|
:operation_preferences,
|
1213
|
-
:operation_id
|
1238
|
+
:operation_id,
|
1239
|
+
:call_as)
|
1214
1240
|
SENSITIVE = []
|
1215
1241
|
include Aws::Structure
|
1216
1242
|
end
|
@@ -1271,6 +1297,7 @@ module Aws::CloudFormation
|
|
1271
1297
|
# enabled: false,
|
1272
1298
|
# retain_stacks_on_account_removal: false,
|
1273
1299
|
# },
|
1300
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1274
1301
|
# client_request_token: "ClientRequestToken",
|
1275
1302
|
# }
|
1276
1303
|
#
|
@@ -1307,8 +1334,9 @@ module Aws::CloudFormation
|
|
1307
1334
|
# @!attribute [rw] template_url
|
1308
1335
|
# The location of the file that contains the template body. The URL
|
1309
1336
|
# must point to a template (maximum size: 460,800 bytes) that's
|
1310
|
-
# located in an Amazon S3 bucket
|
1311
|
-
# Anatomy][1] in the AWS
|
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.
|
1312
1340
|
#
|
1313
1341
|
# Conditional: You must specify either the TemplateBody or the
|
1314
1342
|
# TemplateURL parameter, but not both.
|
@@ -1465,6 +1493,35 @@ module Aws::CloudFormation
|
|
1465
1493
|
# `SERVICE_MANAGED`.
|
1466
1494
|
# @return [Types::AutoDeployment]
|
1467
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
|
+
#
|
1468
1525
|
# @!attribute [rw] client_request_token
|
1469
1526
|
# A unique identifier for this `CreateStackSet` request. Specify this
|
1470
1527
|
# token if you plan to retry requests so that AWS CloudFormation knows
|
@@ -1493,6 +1550,7 @@ module Aws::CloudFormation
|
|
1493
1550
|
:execution_role_name,
|
1494
1551
|
:permission_model,
|
1495
1552
|
:auto_deployment,
|
1553
|
+
:call_as,
|
1496
1554
|
:client_request_token)
|
1497
1555
|
SENSITIVE = []
|
1498
1556
|
include Aws::Structure
|
@@ -1642,6 +1700,7 @@ module Aws::CloudFormation
|
|
1642
1700
|
# },
|
1643
1701
|
# retain_stacks: false, # required
|
1644
1702
|
# operation_id: "ClientRequestToken",
|
1703
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1645
1704
|
# }
|
1646
1705
|
#
|
1647
1706
|
# @!attribute [rw] stack_set_name
|
@@ -1650,15 +1709,15 @@ module Aws::CloudFormation
|
|
1650
1709
|
# @return [String]
|
1651
1710
|
#
|
1652
1711
|
# @!attribute [rw] accounts
|
1653
|
-
# \[
|
1654
|
-
#
|
1712
|
+
# \[Self-managed permissions\] The names of the AWS accounts that you
|
1713
|
+
# want to delete stack instances for.
|
1655
1714
|
#
|
1656
1715
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1657
1716
|
# @return [Array<String>]
|
1658
1717
|
#
|
1659
1718
|
# @!attribute [rw] deployment_targets
|
1660
|
-
# \[
|
1661
|
-
#
|
1719
|
+
# \[Service-managed permissions\] The AWS Organizations accounts from
|
1720
|
+
# which to delete stack instances.
|
1662
1721
|
#
|
1663
1722
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1664
1723
|
# @return [Types::DeploymentTargets]
|
@@ -1703,6 +1762,29 @@ module Aws::CloudFormation
|
|
1703
1762
|
# not need to pass this option.
|
1704
1763
|
# @return [String]
|
1705
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
|
+
#
|
1706
1788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteStackInstancesInput AWS API Documentation
|
1707
1789
|
#
|
1708
1790
|
class DeleteStackInstancesInput < Struct.new(
|
@@ -1712,7 +1794,8 @@ module Aws::CloudFormation
|
|
1712
1794
|
:regions,
|
1713
1795
|
:operation_preferences,
|
1714
1796
|
:retain_stacks,
|
1715
|
-
:operation_id
|
1797
|
+
:operation_id,
|
1798
|
+
:call_as)
|
1716
1799
|
SENSITIVE = []
|
1717
1800
|
include Aws::Structure
|
1718
1801
|
end
|
@@ -1734,6 +1817,7 @@ module Aws::CloudFormation
|
|
1734
1817
|
#
|
1735
1818
|
# {
|
1736
1819
|
# stack_set_name: "StackSetName", # required
|
1820
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
1737
1821
|
# }
|
1738
1822
|
#
|
1739
1823
|
# @!attribute [rw] stack_set_name
|
@@ -1741,10 +1825,34 @@ module Aws::CloudFormation
|
|
1741
1825
|
# can obtain this value by running ListStackSets.
|
1742
1826
|
# @return [String]
|
1743
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
|
+
#
|
1744
1851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteStackSetInput AWS API Documentation
|
1745
1852
|
#
|
1746
1853
|
class DeleteStackSetInput < Struct.new(
|
1747
|
-
:stack_set_name
|
1854
|
+
:stack_set_name,
|
1855
|
+
:call_as)
|
1748
1856
|
SENSITIVE = []
|
1749
1857
|
include Aws::Structure
|
1750
1858
|
end
|
@@ -1753,7 +1861,7 @@ module Aws::CloudFormation
|
|
1753
1861
|
#
|
1754
1862
|
class DeleteStackSetOutput < Aws::EmptyStructure; end
|
1755
1863
|
|
1756
|
-
# \[
|
1864
|
+
# \[Service-managed permissions\] The AWS Organizations accounts to
|
1757
1865
|
# which StackSets deploys. StackSets does not deploy stack instances to
|
1758
1866
|
# the organization management account, even if the organization
|
1759
1867
|
# management account is in your organization or in an OU in your
|
@@ -1801,32 +1909,30 @@ module Aws::CloudFormation
|
|
1801
1909
|
# }
|
1802
1910
|
#
|
1803
1911
|
# @!attribute [rw] arn
|
1804
|
-
# The Amazon Resource Name (ARN) of the
|
1912
|
+
# The Amazon Resource Name (ARN) of the extension.
|
1805
1913
|
#
|
1806
1914
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1807
1915
|
# `Arn`.
|
1808
1916
|
# @return [String]
|
1809
1917
|
#
|
1810
1918
|
# @!attribute [rw] type
|
1811
|
-
# The kind of
|
1812
|
-
#
|
1813
|
-
# Currently the only valid value is `RESOURCE`.
|
1919
|
+
# The kind of extension.
|
1814
1920
|
#
|
1815
1921
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1816
1922
|
# `Arn`.
|
1817
1923
|
# @return [String]
|
1818
1924
|
#
|
1819
1925
|
# @!attribute [rw] type_name
|
1820
|
-
# The name of the
|
1926
|
+
# The name of the extension.
|
1821
1927
|
#
|
1822
1928
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
1823
1929
|
# `Arn`.
|
1824
1930
|
# @return [String]
|
1825
1931
|
#
|
1826
1932
|
# @!attribute [rw] version_id
|
1827
|
-
# The ID of a specific version of the
|
1933
|
+
# The ID of a specific version of the extension. The version ID is the
|
1828
1934
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
1829
|
-
#
|
1935
|
+
# extension version when it is registered.
|
1830
1936
|
# @return [String]
|
1831
1937
|
#
|
1832
1938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeregisterTypeInput AWS API Documentation
|
@@ -2220,6 +2326,7 @@ module Aws::CloudFormation
|
|
2220
2326
|
# stack_set_name: "StackSetName", # required
|
2221
2327
|
# stack_instance_account: "Account", # required
|
2222
2328
|
# stack_instance_region: "Region", # required
|
2329
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2223
2330
|
# }
|
2224
2331
|
#
|
2225
2332
|
# @!attribute [rw] stack_set_name
|
@@ -2236,12 +2343,36 @@ module Aws::CloudFormation
|
|
2236
2343
|
# The name of a Region that's associated with this stack instance.
|
2237
2344
|
# @return [String]
|
2238
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
|
+
#
|
2239
2369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackInstanceInput AWS API Documentation
|
2240
2370
|
#
|
2241
2371
|
class DescribeStackInstanceInput < Struct.new(
|
2242
2372
|
:stack_set_name,
|
2243
2373
|
:stack_instance_account,
|
2244
|
-
:stack_instance_region
|
2374
|
+
:stack_instance_region,
|
2375
|
+
:call_as)
|
2245
2376
|
SENSITIVE = []
|
2246
2377
|
include Aws::Structure
|
2247
2378
|
end
|
@@ -2476,16 +2607,41 @@ module Aws::CloudFormation
|
|
2476
2607
|
#
|
2477
2608
|
# {
|
2478
2609
|
# stack_set_name: "StackSetName", # required
|
2610
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2479
2611
|
# }
|
2480
2612
|
#
|
2481
2613
|
# @!attribute [rw] stack_set_name
|
2482
2614
|
# The name or unique ID of the stack set whose description you want.
|
2483
2615
|
# @return [String]
|
2484
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
|
+
#
|
2485
2640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetInput AWS API Documentation
|
2486
2641
|
#
|
2487
2642
|
class DescribeStackSetInput < Struct.new(
|
2488
|
-
:stack_set_name
|
2643
|
+
:stack_set_name,
|
2644
|
+
:call_as)
|
2489
2645
|
SENSITIVE = []
|
2490
2646
|
include Aws::Structure
|
2491
2647
|
end
|
@@ -2496,6 +2652,7 @@ module Aws::CloudFormation
|
|
2496
2652
|
# {
|
2497
2653
|
# stack_set_name: "StackSetName", # required
|
2498
2654
|
# operation_id: "ClientRequestToken", # required
|
2655
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2499
2656
|
# }
|
2500
2657
|
#
|
2501
2658
|
# @!attribute [rw] stack_set_name
|
@@ -2507,11 +2664,35 @@ module Aws::CloudFormation
|
|
2507
2664
|
# The unique ID of the stack set operation.
|
2508
2665
|
# @return [String]
|
2509
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
|
+
#
|
2510
2690
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackSetOperationInput AWS API Documentation
|
2511
2691
|
#
|
2512
2692
|
class DescribeStackSetOperationInput < Struct.new(
|
2513
2693
|
:stack_set_name,
|
2514
|
-
:operation_id
|
2694
|
+
:operation_id,
|
2695
|
+
:call_as)
|
2515
2696
|
SENSITIVE = []
|
2516
2697
|
include Aws::Structure
|
2517
2698
|
end
|
@@ -2608,36 +2789,34 @@ module Aws::CloudFormation
|
|
2608
2789
|
# }
|
2609
2790
|
#
|
2610
2791
|
# @!attribute [rw] type
|
2611
|
-
# The kind of
|
2612
|
-
#
|
2613
|
-
# Currently the only valid value is `RESOURCE`.
|
2792
|
+
# The kind of extension.
|
2614
2793
|
#
|
2615
2794
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2616
2795
|
# `Arn`.
|
2617
2796
|
# @return [String]
|
2618
2797
|
#
|
2619
2798
|
# @!attribute [rw] type_name
|
2620
|
-
# The name of the
|
2799
|
+
# The name of the extension.
|
2621
2800
|
#
|
2622
2801
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2623
2802
|
# `Arn`.
|
2624
2803
|
# @return [String]
|
2625
2804
|
#
|
2626
2805
|
# @!attribute [rw] arn
|
2627
|
-
# The Amazon Resource Name (ARN) of the
|
2806
|
+
# The Amazon Resource Name (ARN) of the extension.
|
2628
2807
|
#
|
2629
2808
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
2630
2809
|
# `Arn`.
|
2631
2810
|
# @return [String]
|
2632
2811
|
#
|
2633
2812
|
# @!attribute [rw] version_id
|
2634
|
-
# The ID of a specific version of the
|
2813
|
+
# The ID of a specific version of the extension. The version ID is the
|
2635
2814
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
2636
|
-
#
|
2815
|
+
# extension version when it is registered.
|
2637
2816
|
#
|
2638
2817
|
# If you specify a `VersionId`, `DescribeType` returns information
|
2639
|
-
# about that specific
|
2640
|
-
# about the default
|
2818
|
+
# about that specific extension version. Otherwise, it returns
|
2819
|
+
# information about the default extension version.
|
2641
2820
|
# @return [String]
|
2642
2821
|
#
|
2643
2822
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeInput AWS API Documentation
|
@@ -2652,38 +2831,38 @@ module Aws::CloudFormation
|
|
2652
2831
|
end
|
2653
2832
|
|
2654
2833
|
# @!attribute [rw] arn
|
2655
|
-
# The Amazon Resource Name (ARN) of the
|
2834
|
+
# The Amazon Resource Name (ARN) of the extension.
|
2656
2835
|
# @return [String]
|
2657
2836
|
#
|
2658
2837
|
# @!attribute [rw] type
|
2659
|
-
# The kind of
|
2660
|
-
#
|
2661
|
-
# Currently the only valid value is `RESOURCE`.
|
2838
|
+
# The kind of extension.
|
2662
2839
|
# @return [String]
|
2663
2840
|
#
|
2664
2841
|
# @!attribute [rw] type_name
|
2665
|
-
# The name of the registered
|
2842
|
+
# The name of the registered extension.
|
2666
2843
|
# @return [String]
|
2667
2844
|
#
|
2668
2845
|
# @!attribute [rw] default_version_id
|
2669
|
-
# The ID of the default version of the
|
2670
|
-
# 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.
|
2671
2848
|
#
|
2672
|
-
# To set the default version of
|
2849
|
+
# To set the default version of an extension, use `
|
2850
|
+
# SetTypeDefaultVersion `.
|
2673
2851
|
# @return [String]
|
2674
2852
|
#
|
2675
2853
|
# @!attribute [rw] is_default_version
|
2676
|
-
# Whether the specified
|
2854
|
+
# Whether the specified extension version is set as the default
|
2855
|
+
# version.
|
2677
2856
|
# @return [Boolean]
|
2678
2857
|
#
|
2679
2858
|
# @!attribute [rw] description
|
2680
|
-
# The description of the registered
|
2859
|
+
# The description of the registered extension.
|
2681
2860
|
# @return [String]
|
2682
2861
|
#
|
2683
2862
|
# @!attribute [rw] schema
|
2684
|
-
# The schema that defines the
|
2863
|
+
# The schema that defines the extension.
|
2685
2864
|
#
|
2686
|
-
# For more information on
|
2865
|
+
# For more information on extension schemas, see [Resource Provider
|
2687
2866
|
# Schema][1] in the *CloudFormation CLI User Guide*.
|
2688
2867
|
#
|
2689
2868
|
#
|
@@ -2692,20 +2871,20 @@ module Aws::CloudFormation
|
|
2692
2871
|
# @return [String]
|
2693
2872
|
#
|
2694
2873
|
# @!attribute [rw] provisioning_type
|
2695
|
-
# The provisioning behavior of the
|
2696
|
-
# the provisioning type during registration, based on the
|
2697
|
-
# handlers in the schema handler package submitted.
|
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.
|
2698
2877
|
#
|
2699
2878
|
# Valid values include:
|
2700
2879
|
#
|
2701
|
-
# * `FULLY_MUTABLE`\: The
|
2702
|
-
# updates to the
|
2880
|
+
# * `FULLY_MUTABLE`\: The extension includes an update handler to
|
2881
|
+
# process updates to the extension during stack update operations.
|
2703
2882
|
#
|
2704
|
-
# * `IMMUTABLE`\: The
|
2705
|
-
#
|
2706
|
-
# 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.
|
2707
2886
|
#
|
2708
|
-
# * `NON_PROVISIONABLE`\: The
|
2887
|
+
# * `NON_PROVISIONABLE`\: The extension does not include all of the
|
2709
2888
|
# following handlers, and therefore cannot actually be provisioned.
|
2710
2889
|
#
|
2711
2890
|
# * create
|
@@ -2716,61 +2895,62 @@ module Aws::CloudFormation
|
|
2716
2895
|
# @return [String]
|
2717
2896
|
#
|
2718
2897
|
# @!attribute [rw] deprecated_status
|
2719
|
-
# The deprecation status of the
|
2898
|
+
# The deprecation status of the extension version.
|
2720
2899
|
#
|
2721
2900
|
# Valid values include:
|
2722
2901
|
#
|
2723
|
-
# * `LIVE`\: The
|
2724
|
-
# operations, dependent on its provisioning behavior
|
2725
|
-
# scope.
|
2902
|
+
# * `LIVE`\: The extension is registered and can be used in
|
2903
|
+
# CloudFormation operations, dependent on its provisioning behavior
|
2904
|
+
# and visibility scope.
|
2726
2905
|
#
|
2727
|
-
# * `DEPRECATED`\: The
|
2728
|
-
# used in CloudFormation operations.
|
2906
|
+
# * `DEPRECATED`\: The extension has been deregistered and can no
|
2907
|
+
# longer be used in CloudFormation operations.
|
2729
2908
|
# @return [String]
|
2730
2909
|
#
|
2731
2910
|
# @!attribute [rw] logging_config
|
2732
|
-
# Contains logging configuration information for
|
2911
|
+
# Contains logging configuration information for an extension.
|
2733
2912
|
# @return [Types::LoggingConfig]
|
2734
2913
|
#
|
2735
2914
|
# @!attribute [rw] execution_role_arn
|
2736
2915
|
# The Amazon Resource Name (ARN) of the IAM execution role used to
|
2737
|
-
# register the
|
2738
|
-
# 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
|
2739
2918
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
2740
2919
|
# execution role</a> </i> that includes the necessary permissions to
|
2741
2920
|
# call those AWS APIs, and provision that execution role in your
|
2742
2921
|
# account. CloudFormation then assumes that execution role to provide
|
2743
|
-
# your
|
2922
|
+
# your extension with the appropriate credentials.
|
2744
2923
|
# @return [String]
|
2745
2924
|
#
|
2746
2925
|
# @!attribute [rw] visibility
|
2747
|
-
# The scope at which the
|
2748
|
-
# operations.
|
2926
|
+
# The scope at which the extension is visible and usable in
|
2927
|
+
# CloudFormation operations.
|
2749
2928
|
#
|
2750
2929
|
# Valid values include:
|
2751
2930
|
#
|
2752
|
-
# * `PRIVATE`\: The
|
2753
|
-
# in which it is registered. Currently, AWS CloudFormation
|
2754
|
-
# 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`.
|
2755
2934
|
#
|
2756
|
-
# * `PUBLIC`\: The
|
2757
|
-
# Amazon account.
|
2935
|
+
# * `PUBLIC`\: The extension is publically visible and usable within
|
2936
|
+
# any Amazon account.
|
2758
2937
|
# @return [String]
|
2759
2938
|
#
|
2760
2939
|
# @!attribute [rw] source_url
|
2761
|
-
# The URL of the source code for the
|
2940
|
+
# The URL of the source code for the extension.
|
2762
2941
|
# @return [String]
|
2763
2942
|
#
|
2764
2943
|
# @!attribute [rw] documentation_url
|
2765
|
-
# The URL of a page providing detailed documentation for this
|
2944
|
+
# The URL of a page providing detailed documentation for this
|
2945
|
+
# extension.
|
2766
2946
|
# @return [String]
|
2767
2947
|
#
|
2768
2948
|
# @!attribute [rw] last_updated
|
2769
|
-
# When the specified
|
2949
|
+
# When the specified extension version was registered.
|
2770
2950
|
# @return [Time]
|
2771
2951
|
#
|
2772
2952
|
# @!attribute [rw] time_created
|
2773
|
-
# When the specified
|
2953
|
+
# When the specified extension version was registered.
|
2774
2954
|
# @return [Time]
|
2775
2955
|
#
|
2776
2956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeOutput AWS API Documentation
|
@@ -2819,23 +2999,23 @@ module Aws::CloudFormation
|
|
2819
2999
|
end
|
2820
3000
|
|
2821
3001
|
# @!attribute [rw] progress_status
|
2822
|
-
# The current status of the
|
3002
|
+
# The current status of the extension registration request.
|
2823
3003
|
# @return [String]
|
2824
3004
|
#
|
2825
3005
|
# @!attribute [rw] description
|
2826
|
-
# The description of the
|
3006
|
+
# The description of the extension registration request.
|
2827
3007
|
# @return [String]
|
2828
3008
|
#
|
2829
3009
|
# @!attribute [rw] type_arn
|
2830
|
-
# The Amazon Resource Name (ARN) of the
|
3010
|
+
# The Amazon Resource Name (ARN) of the extension being registered.
|
2831
3011
|
#
|
2832
3012
|
# For registration requests with a `ProgressStatus` of other than
|
2833
3013
|
# `COMPLETE`, this will be `null`.
|
2834
3014
|
# @return [String]
|
2835
3015
|
#
|
2836
3016
|
# @!attribute [rw] type_version_arn
|
2837
|
-
# The Amazon Resource Name (ARN) of this specific version of the
|
2838
|
-
# being registered.
|
3017
|
+
# The Amazon Resource Name (ARN) of this specific version of the
|
3018
|
+
# extension being registered.
|
2839
3019
|
#
|
2840
3020
|
# For registration requests with a `ProgressStatus` of other than
|
2841
3021
|
# `COMPLETE`, this will be `null`.
|
@@ -2947,6 +3127,7 @@ module Aws::CloudFormation
|
|
2947
3127
|
# max_concurrent_percentage: 1,
|
2948
3128
|
# },
|
2949
3129
|
# operation_id: "ClientRequestToken",
|
3130
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
2950
3131
|
# }
|
2951
3132
|
#
|
2952
3133
|
# @!attribute [rw] stack_set_name
|
@@ -2973,12 +3154,36 @@ module Aws::CloudFormation
|
|
2973
3154
|
# not need to pass this option.
|
2974
3155
|
# @return [String]
|
2975
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
|
+
#
|
2976
3180
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DetectStackSetDriftInput AWS API Documentation
|
2977
3181
|
#
|
2978
3182
|
class DetectStackSetDriftInput < Struct.new(
|
2979
3183
|
:stack_set_name,
|
2980
3184
|
:operation_preferences,
|
2981
|
-
:operation_id
|
3185
|
+
:operation_id,
|
3186
|
+
:call_as)
|
2982
3187
|
SENSITIVE = []
|
2983
3188
|
include Aws::Structure
|
2984
3189
|
end
|
@@ -3031,9 +3236,9 @@ module Aws::CloudFormation
|
|
3031
3236
|
#
|
3032
3237
|
# @!attribute [rw] template_url
|
3033
3238
|
# Location of file containing the template body. The URL must point to
|
3034
|
-
# a template that is located in an Amazon S3 bucket
|
3035
|
-
# information, go to [Template Anatomy][1]
|
3036
|
-
# User Guide.
|
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.
|
3037
3242
|
#
|
3038
3243
|
# Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
|
3039
3244
|
# are passed, only `TemplateBody` is used.
|
@@ -3300,8 +3505,9 @@ module Aws::CloudFormation
|
|
3300
3505
|
# @!attribute [rw] template_url
|
3301
3506
|
# Location of file containing the template body. The URL must point to
|
3302
3507
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
3303
|
-
# bucket. For more information about
|
3304
|
-
# Anatomy][1] in the AWS CloudFormation User
|
3508
|
+
# bucket or a Systems Manager document. For more information about
|
3509
|
+
# templates, see [Template Anatomy][1] in the AWS CloudFormation User
|
3510
|
+
# Guide.
|
3305
3511
|
#
|
3306
3512
|
# Conditional: You must specify only one of the following parameters:
|
3307
3513
|
# `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
|
@@ -3613,6 +3819,7 @@ module Aws::CloudFormation
|
|
3613
3819
|
# ],
|
3614
3820
|
# stack_instance_account: "Account",
|
3615
3821
|
# stack_instance_region: "Region",
|
3822
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3616
3823
|
# }
|
3617
3824
|
#
|
3618
3825
|
# @!attribute [rw] stack_set_name
|
@@ -3649,6 +3856,29 @@ module Aws::CloudFormation
|
|
3649
3856
|
# The name of the Region where you want to list stack instances.
|
3650
3857
|
# @return [String]
|
3651
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
|
+
#
|
3652
3882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackInstancesInput AWS API Documentation
|
3653
3883
|
#
|
3654
3884
|
class ListStackInstancesInput < Struct.new(
|
@@ -3657,7 +3887,8 @@ module Aws::CloudFormation
|
|
3657
3887
|
:max_results,
|
3658
3888
|
:filters,
|
3659
3889
|
:stack_instance_account,
|
3660
|
-
:stack_instance_region
|
3890
|
+
:stack_instance_region,
|
3891
|
+
:call_as)
|
3661
3892
|
SENSITIVE = []
|
3662
3893
|
include Aws::Structure
|
3663
3894
|
end
|
@@ -3749,6 +3980,7 @@ module Aws::CloudFormation
|
|
3749
3980
|
# operation_id: "ClientRequestToken", # required
|
3750
3981
|
# next_token: "NextToken",
|
3751
3982
|
# max_results: 1,
|
3983
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3752
3984
|
# }
|
3753
3985
|
#
|
3754
3986
|
# @!attribute [rw] stack_set_name
|
@@ -3777,13 +4009,37 @@ module Aws::CloudFormation
|
|
3777
4009
|
# request parameter to get the next set of results.
|
3778
4010
|
# @return [Integer]
|
3779
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
|
+
#
|
3780
4035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationResultsInput AWS API Documentation
|
3781
4036
|
#
|
3782
4037
|
class ListStackSetOperationResultsInput < Struct.new(
|
3783
4038
|
:stack_set_name,
|
3784
4039
|
:operation_id,
|
3785
4040
|
:next_token,
|
3786
|
-
:max_results
|
4041
|
+
:max_results,
|
4042
|
+
:call_as)
|
3787
4043
|
SENSITIVE = []
|
3788
4044
|
include Aws::Structure
|
3789
4045
|
end
|
@@ -3818,6 +4074,7 @@ module Aws::CloudFormation
|
|
3818
4074
|
# stack_set_name: "StackSetName", # required
|
3819
4075
|
# next_token: "NextToken",
|
3820
4076
|
# max_results: 1,
|
4077
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3821
4078
|
# }
|
3822
4079
|
#
|
3823
4080
|
# @!attribute [rw] stack_set_name
|
@@ -3842,12 +4099,36 @@ module Aws::CloudFormation
|
|
3842
4099
|
# request parameter to get the next set of results.
|
3843
4100
|
# @return [Integer]
|
3844
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
|
+
#
|
3845
4125
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetOperationsInput AWS API Documentation
|
3846
4126
|
#
|
3847
4127
|
class ListStackSetOperationsInput < Struct.new(
|
3848
4128
|
:stack_set_name,
|
3849
4129
|
:next_token,
|
3850
|
-
:max_results
|
4130
|
+
:max_results,
|
4131
|
+
:call_as)
|
3851
4132
|
SENSITIVE = []
|
3852
4133
|
include Aws::Structure
|
3853
4134
|
end
|
@@ -3881,6 +4162,7 @@ module Aws::CloudFormation
|
|
3881
4162
|
# next_token: "NextToken",
|
3882
4163
|
# max_results: 1,
|
3883
4164
|
# status: "ACTIVE", # accepts ACTIVE, DELETED
|
4165
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
3884
4166
|
# }
|
3885
4167
|
#
|
3886
4168
|
# @!attribute [rw] next_token
|
@@ -3904,12 +4186,36 @@ module Aws::CloudFormation
|
|
3904
4186
|
# information about.
|
3905
4187
|
# @return [String]
|
3906
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
|
+
#
|
3907
4212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetsInput AWS API Documentation
|
3908
4213
|
#
|
3909
4214
|
class ListStackSetsInput < Struct.new(
|
3910
4215
|
:next_token,
|
3911
4216
|
:max_results,
|
3912
|
-
:status
|
4217
|
+
:status,
|
4218
|
+
:call_as)
|
3913
4219
|
SENSITIVE = []
|
3914
4220
|
include Aws::Structure
|
3915
4221
|
end
|
@@ -4002,30 +4308,28 @@ module Aws::CloudFormation
|
|
4002
4308
|
# }
|
4003
4309
|
#
|
4004
4310
|
# @!attribute [rw] type
|
4005
|
-
# The kind of
|
4006
|
-
#
|
4007
|
-
# Currently the only valid value is `RESOURCE`.
|
4311
|
+
# The kind of extension.
|
4008
4312
|
#
|
4009
4313
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4010
4314
|
# `Arn`.
|
4011
4315
|
# @return [String]
|
4012
4316
|
#
|
4013
4317
|
# @!attribute [rw] type_name
|
4014
|
-
# The name of the
|
4318
|
+
# The name of the extension.
|
4015
4319
|
#
|
4016
4320
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4017
4321
|
# `Arn`.
|
4018
4322
|
# @return [String]
|
4019
4323
|
#
|
4020
4324
|
# @!attribute [rw] type_arn
|
4021
|
-
# The Amazon Resource Name (ARN) of the
|
4325
|
+
# The Amazon Resource Name (ARN) of the extension.
|
4022
4326
|
#
|
4023
4327
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4024
4328
|
# `Arn`.
|
4025
4329
|
# @return [String]
|
4026
4330
|
#
|
4027
4331
|
# @!attribute [rw] registration_status_filter
|
4028
|
-
# The current status of the
|
4332
|
+
# The current status of the extension registration request.
|
4029
4333
|
#
|
4030
4334
|
# The default is `IN_PROGRESS`.
|
4031
4335
|
# @return [String]
|
@@ -4060,7 +4364,7 @@ module Aws::CloudFormation
|
|
4060
4364
|
end
|
4061
4365
|
|
4062
4366
|
# @!attribute [rw] registration_token_list
|
4063
|
-
# A list of
|
4367
|
+
# A list of extension registration tokens.
|
4064
4368
|
#
|
4065
4369
|
# Use ` DescribeTypeRegistration ` to return detailed information
|
4066
4370
|
# about a type registration request.
|
@@ -4096,23 +4400,22 @@ module Aws::CloudFormation
|
|
4096
4400
|
# }
|
4097
4401
|
#
|
4098
4402
|
# @!attribute [rw] type
|
4099
|
-
# The kind of the
|
4100
|
-
#
|
4101
|
-
# Currently the only valid value is `RESOURCE`.
|
4403
|
+
# The kind of the extension.
|
4102
4404
|
#
|
4103
4405
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4104
4406
|
# `Arn`.
|
4105
4407
|
# @return [String]
|
4106
4408
|
#
|
4107
4409
|
# @!attribute [rw] type_name
|
4108
|
-
# The name of the
|
4410
|
+
# The name of the extension for which you want version summary
|
4411
|
+
# information.
|
4109
4412
|
#
|
4110
4413
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
4111
4414
|
# `Arn`.
|
4112
4415
|
# @return [String]
|
4113
4416
|
#
|
4114
4417
|
# @!attribute [rw] arn
|
4115
|
-
# The Amazon Resource Name (ARN) of the
|
4418
|
+
# The Amazon Resource Name (ARN) of the extension for which you want
|
4116
4419
|
# version summary information.
|
4117
4420
|
#
|
4118
4421
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
@@ -4136,17 +4439,17 @@ module Aws::CloudFormation
|
|
4136
4439
|
# @return [String]
|
4137
4440
|
#
|
4138
4441
|
# @!attribute [rw] deprecated_status
|
4139
|
-
# The deprecation status of the
|
4140
|
-
# summary information about.
|
4442
|
+
# The deprecation status of the extension versions that you want to
|
4443
|
+
# get summary information about.
|
4141
4444
|
#
|
4142
4445
|
# Valid values include:
|
4143
4446
|
#
|
4144
|
-
# * `LIVE`\: The
|
4447
|
+
# * `LIVE`\: The extension version is registered and can be used in
|
4145
4448
|
# CloudFormation operations, dependent on its provisioning behavior
|
4146
4449
|
# and visibility scope.
|
4147
4450
|
#
|
4148
|
-
# * `DEPRECATED`\: The
|
4149
|
-
# longer be used in CloudFormation operations.
|
4451
|
+
# * `DEPRECATED`\: The extension version has been deregistered and can
|
4452
|
+
# no longer be used in CloudFormation operations.
|
4150
4453
|
#
|
4151
4454
|
# The default is `LIVE`.
|
4152
4455
|
# @return [String]
|
@@ -4166,7 +4469,7 @@ module Aws::CloudFormation
|
|
4166
4469
|
|
4167
4470
|
# @!attribute [rw] type_version_summaries
|
4168
4471
|
# A list of `TypeVersionSummary` structures that contain information
|
4169
|
-
# about the specified
|
4472
|
+
# about the specified extension's versions.
|
4170
4473
|
# @return [Array<Types::TypeVersionSummary>]
|
4171
4474
|
#
|
4172
4475
|
# @!attribute [rw] next_token
|
@@ -4199,17 +4502,17 @@ module Aws::CloudFormation
|
|
4199
4502
|
# }
|
4200
4503
|
#
|
4201
4504
|
# @!attribute [rw] visibility
|
4202
|
-
# The scope at which the
|
4203
|
-
# operations.
|
4505
|
+
# The scope at which the extension is visible and usable in
|
4506
|
+
# CloudFormation operations.
|
4204
4507
|
#
|
4205
4508
|
# Valid values include:
|
4206
4509
|
#
|
4207
|
-
# * `PRIVATE`\: The
|
4208
|
-
# in which it is registered. Currently, AWS CloudFormation
|
4209
|
-
#
|
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`.
|
4210
4513
|
#
|
4211
|
-
# * `PUBLIC`\: The
|
4212
|
-
# Amazon account.
|
4514
|
+
# * `PUBLIC`\: The extension is publically visible and usable within
|
4515
|
+
# any Amazon account.
|
4213
4516
|
#
|
4214
4517
|
# The default is `PRIVATE`.
|
4215
4518
|
# @return [String]
|
@@ -4221,28 +4524,28 @@ module Aws::CloudFormation
|
|
4221
4524
|
#
|
4222
4525
|
# Valid values include:
|
4223
4526
|
#
|
4224
|
-
# * `FULLY_MUTABLE`\: The
|
4225
|
-
# updates to the
|
4527
|
+
# * `FULLY_MUTABLE`\: The extension includes an update handler to
|
4528
|
+
# process updates to the extension during stack update operations.
|
4226
4529
|
#
|
4227
|
-
# * `IMMUTABLE`\: The
|
4228
|
-
#
|
4229
|
-
# 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.
|
4230
4533
|
#
|
4231
|
-
# * `NON_PROVISIONABLE`\: The
|
4232
|
-
# 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.
|
4233
4536
|
# @return [String]
|
4234
4537
|
#
|
4235
4538
|
# @!attribute [rw] deprecated_status
|
4236
|
-
# The deprecation status of the
|
4539
|
+
# The deprecation status of the extension that you want to get summary
|
4237
4540
|
# information about.
|
4238
4541
|
#
|
4239
4542
|
# Valid values include:
|
4240
4543
|
#
|
4241
|
-
# * `LIVE`\: The
|
4544
|
+
# * `LIVE`\: The extension is registered for use in CloudFormation
|
4242
4545
|
# operations.
|
4243
4546
|
#
|
4244
|
-
# * `DEPRECATED`\: The
|
4245
|
-
# used in CloudFormation operations.
|
4547
|
+
# * `DEPRECATED`\: The extension has been deregistered and can no
|
4548
|
+
# longer be used in CloudFormation operations.
|
4246
4549
|
# @return [String]
|
4247
4550
|
#
|
4248
4551
|
# @!attribute [rw] type
|
@@ -4280,7 +4583,7 @@ module Aws::CloudFormation
|
|
4280
4583
|
|
4281
4584
|
# @!attribute [rw] type_summaries
|
4282
4585
|
# A list of `TypeSummary` structures that contain information about
|
4283
|
-
# the specified
|
4586
|
+
# the specified extensions.
|
4284
4587
|
# @return [Array<Types::TypeSummary>]
|
4285
4588
|
#
|
4286
4589
|
# @!attribute [rw] next_token
|
@@ -4721,19 +5024,17 @@ module Aws::CloudFormation
|
|
4721
5024
|
# }
|
4722
5025
|
#
|
4723
5026
|
# @!attribute [rw] type
|
4724
|
-
# The kind of
|
4725
|
-
#
|
4726
|
-
# Currently, the only valid value is `RESOURCE`.
|
5027
|
+
# The kind of extension.
|
4727
5028
|
# @return [String]
|
4728
5029
|
#
|
4729
5030
|
# @!attribute [rw] type_name
|
4730
|
-
# The name of the
|
5031
|
+
# The name of the extension being registered.
|
4731
5032
|
#
|
4732
|
-
# We recommend that
|
5033
|
+
# We recommend that extension names adhere to the following pattern:
|
4733
5034
|
# *company\_or\_organization*\::*service*\::*type*.
|
4734
5035
|
#
|
4735
5036
|
# <note markdown="1"> The following organization namespaces are reserved and cannot be
|
4736
|
-
# used in your
|
5037
|
+
# used in your extension names:
|
4737
5038
|
#
|
4738
5039
|
# * `Alexa`
|
4739
5040
|
#
|
@@ -4751,20 +5052,19 @@ module Aws::CloudFormation
|
|
4751
5052
|
# @return [String]
|
4752
5053
|
#
|
4753
5054
|
# @!attribute [rw] schema_handler_package
|
4754
|
-
# A url to the S3 bucket containing the
|
4755
|
-
# contains the
|
4756
|
-
#
|
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.
|
4757
5058
|
#
|
4758
|
-
# For information on generating a schema handler package for the
|
4759
|
-
# you want to register, see [submit][1] in the
|
4760
|
-
# 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*.
|
4761
5062
|
#
|
4762
|
-
# <note markdown="1"> The user registering the
|
4763
|
-
#
|
4764
|
-
#
|
4765
|
-
#
|
4766
|
-
#
|
4767
|
-
# Management User Guide*.
|
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*.
|
4768
5068
|
#
|
4769
5069
|
# </note>
|
4770
5070
|
#
|
@@ -4776,29 +5076,28 @@ module Aws::CloudFormation
|
|
4776
5076
|
# @return [String]
|
4777
5077
|
#
|
4778
5078
|
# @!attribute [rw] logging_config
|
4779
|
-
# Specifies logging configuration information for
|
5079
|
+
# Specifies logging configuration information for an extension.
|
4780
5080
|
# @return [Types::LoggingConfig]
|
4781
5081
|
#
|
4782
5082
|
# @!attribute [rw] execution_role_arn
|
4783
5083
|
# The Amazon Resource Name (ARN) of the IAM role for CloudFormation to
|
4784
|
-
# assume when invoking the
|
4785
|
-
#
|
5084
|
+
# assume when invoking the extension. If your extension calls AWS APIs
|
5085
|
+
# in any of its handlers, you must create an <i> <a
|
4786
5086
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
4787
5087
|
# execution role</a> </i> that includes the necessary permissions to
|
4788
5088
|
# call those AWS APIs, and provision that execution role in your
|
4789
|
-
# account. When CloudFormation needs to invoke the
|
4790
|
-
#
|
4791
|
-
#
|
4792
|
-
#
|
4793
|
-
# appropriate credentials.
|
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.
|
4794
5093
|
# @return [String]
|
4795
5094
|
#
|
4796
5095
|
# @!attribute [rw] client_request_token
|
4797
5096
|
# A unique identifier that acts as an idempotency key for this
|
4798
5097
|
# registration request. Specifying a client request token prevents
|
4799
|
-
# CloudFormation from generating more than one version of
|
4800
|
-
# the same registeration request, even if the request is
|
4801
|
-
# multiple times.
|
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.
|
4802
5101
|
# @return [String]
|
4803
5102
|
#
|
4804
5103
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeInput AWS API Documentation
|
@@ -4818,8 +5117,8 @@ module Aws::CloudFormation
|
|
4818
5117
|
# The identifier for this registration request.
|
4819
5118
|
#
|
4820
5119
|
# Use this registration token when calling ` DescribeTypeRegistration
|
4821
|
-
# `, which returns information about the status and IDs of the
|
4822
|
-
# registration.
|
5120
|
+
# `, which returns information about the status and IDs of the
|
5121
|
+
# extension registration.
|
4823
5122
|
# @return [String]
|
4824
5123
|
#
|
4825
5124
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeOutput AWS API Documentation
|
@@ -5282,7 +5581,7 @@ module Aws::CloudFormation
|
|
5282
5581
|
# }
|
5283
5582
|
#
|
5284
5583
|
# @!attribute [rw] arn
|
5285
|
-
# The Amazon Resource Name (ARN) of the
|
5584
|
+
# The Amazon Resource Name (ARN) of the extension for which you want
|
5286
5585
|
# version summary information.
|
5287
5586
|
#
|
5288
5587
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
@@ -5290,23 +5589,23 @@ module Aws::CloudFormation
|
|
5290
5589
|
# @return [String]
|
5291
5590
|
#
|
5292
5591
|
# @!attribute [rw] type
|
5293
|
-
# The kind of
|
5592
|
+
# The kind of extension.
|
5294
5593
|
#
|
5295
5594
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
5296
5595
|
# `Arn`.
|
5297
5596
|
# @return [String]
|
5298
5597
|
#
|
5299
5598
|
# @!attribute [rw] type_name
|
5300
|
-
# The name of the
|
5599
|
+
# The name of the extension.
|
5301
5600
|
#
|
5302
5601
|
# Conditional: You must specify either `TypeName` and `Type`, or
|
5303
5602
|
# `Arn`.
|
5304
5603
|
# @return [String]
|
5305
5604
|
#
|
5306
5605
|
# @!attribute [rw] version_id
|
5307
|
-
# The ID of a specific version of the
|
5606
|
+
# The ID of a specific version of the extension. The version ID is the
|
5308
5607
|
# value at the end of the Amazon Resource Name (ARN) assigned to the
|
5309
|
-
#
|
5608
|
+
# extension version when it is registered.
|
5310
5609
|
# @return [String]
|
5311
5610
|
#
|
5312
5611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/SetTypeDefaultVersionInput AWS API Documentation
|
@@ -5717,7 +6016,7 @@ module Aws::CloudFormation
|
|
5717
6016
|
# @return [String]
|
5718
6017
|
#
|
5719
6018
|
# @!attribute [rw] account
|
5720
|
-
# \[
|
6019
|
+
# \[Self-managed permissions\] The name of the AWS account that the
|
5721
6020
|
# stack instance is associated with.
|
5722
6021
|
# @return [String]
|
5723
6022
|
#
|
@@ -5764,7 +6063,7 @@ module Aws::CloudFormation
|
|
5764
6063
|
# @return [String]
|
5765
6064
|
#
|
5766
6065
|
# @!attribute [rw] organizational_unit_id
|
5767
|
-
# \[
|
6066
|
+
# \[Service-managed permissions\] The organization root ID or
|
5768
6067
|
# organizational unit (OU) IDs that you specified for
|
5769
6068
|
# [DeploymentTargets][1].
|
5770
6069
|
#
|
@@ -5901,7 +6200,7 @@ module Aws::CloudFormation
|
|
5901
6200
|
# @return [String]
|
5902
6201
|
#
|
5903
6202
|
# @!attribute [rw] account
|
5904
|
-
# \[
|
6203
|
+
# \[Self-managed permissions\] The name of the AWS account that the
|
5905
6204
|
# stack instance is associated with.
|
5906
6205
|
# @return [String]
|
5907
6206
|
#
|
@@ -5943,7 +6242,7 @@ module Aws::CloudFormation
|
|
5943
6242
|
# @return [Types::StackInstanceComprehensiveStatus]
|
5944
6243
|
#
|
5945
6244
|
# @!attribute [rw] organizational_unit_id
|
5946
|
-
# \[
|
6245
|
+
# \[Service-managed permissions\] The organization root ID or
|
5947
6246
|
# organizational unit (OU) IDs that you specified for
|
5948
6247
|
# [DeploymentTargets][1].
|
5949
6248
|
#
|
@@ -6520,7 +6819,7 @@ module Aws::CloudFormation
|
|
6520
6819
|
# @return [Types::StackSetDriftDetectionDetails]
|
6521
6820
|
#
|
6522
6821
|
# @!attribute [rw] auto_deployment
|
6523
|
-
# \[
|
6822
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
6524
6823
|
# automatically deploys to AWS Organizations accounts that are added
|
6525
6824
|
# to a target organization or organizational unit (OU).
|
6526
6825
|
# @return [Types::AutoDeployment]
|
@@ -6546,7 +6845,7 @@ module Aws::CloudFormation
|
|
6546
6845
|
# @return [String]
|
6547
6846
|
#
|
6548
6847
|
# @!attribute [rw] organizational_unit_ids
|
6549
|
-
# \[
|
6848
|
+
# \[Service-managed permissions\] The organization root ID or
|
6550
6849
|
# organizational unit (OU) IDs that you specified for
|
6551
6850
|
# [DeploymentTargets][1].
|
6552
6851
|
#
|
@@ -6734,7 +7033,7 @@ module Aws::CloudFormation
|
|
6734
7033
|
# to `FAILED`, and AWS CloudFormation cancels the operation in any
|
6735
7034
|
# remaining Regions.
|
6736
7035
|
#
|
6737
|
-
# * `QUEUED`\: \[
|
7036
|
+
# * `QUEUED`\: \[Service-managed permissions\] For automatic
|
6738
7037
|
# deployments that require a sequence of operations, the operation
|
6739
7038
|
# is queued to be performed. For more information, see the [stack
|
6740
7039
|
# set operation status codes][1] in the AWS CloudFormation User
|
@@ -6807,7 +7106,7 @@ module Aws::CloudFormation
|
|
6807
7106
|
# @return [Time]
|
6808
7107
|
#
|
6809
7108
|
# @!attribute [rw] deployment_targets
|
6810
|
-
# \[
|
7109
|
+
# \[Service-managed permissions\] The AWS Organizations accounts
|
6811
7110
|
# affected by the stack operation.
|
6812
7111
|
# @return [Types::DeploymentTargets]
|
6813
7112
|
#
|
@@ -6946,7 +7245,7 @@ module Aws::CloudFormation
|
|
6946
7245
|
# results for a given account in a given Region.
|
6947
7246
|
#
|
6948
7247
|
# @!attribute [rw] account
|
6949
|
-
# \[
|
7248
|
+
# \[Self-managed permissions\] The name of the AWS account for this
|
6950
7249
|
# operation result.
|
6951
7250
|
# @return [String]
|
6952
7251
|
#
|
@@ -6991,7 +7290,7 @@ module Aws::CloudFormation
|
|
6991
7290
|
# @return [Types::AccountGateResult]
|
6992
7291
|
#
|
6993
7292
|
# @!attribute [rw] organizational_unit_id
|
6994
|
-
# \[
|
7293
|
+
# \[Service-managed permissions\] The organization root ID or
|
6995
7294
|
# organizational unit (OU) IDs that you specified for
|
6996
7295
|
# [DeploymentTargets][1].
|
6997
7296
|
#
|
@@ -7040,7 +7339,7 @@ module Aws::CloudFormation
|
|
7040
7339
|
# to `FAILED`, and AWS CloudFormation cancels the operation in any
|
7041
7340
|
# remaining Regions.
|
7042
7341
|
#
|
7043
|
-
# * `QUEUED`\: \[
|
7342
|
+
# * `QUEUED`\: \[Service-managed permissions\] For automatic
|
7044
7343
|
# deployments that require a sequence of operations, the operation
|
7045
7344
|
# is queued to be performed. For more information, see the [stack
|
7046
7345
|
# set operation status codes][1] in the AWS CloudFormation User
|
@@ -7111,7 +7410,7 @@ module Aws::CloudFormation
|
|
7111
7410
|
# @return [String]
|
7112
7411
|
#
|
7113
7412
|
# @!attribute [rw] auto_deployment
|
7114
|
-
# \[
|
7413
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
7115
7414
|
# automatically deploys to AWS Organizations accounts that are added
|
7116
7415
|
# to a target organizational unit (OU).
|
7117
7416
|
# @return [Types::AutoDeployment]
|
@@ -7284,6 +7583,7 @@ module Aws::CloudFormation
|
|
7284
7583
|
# {
|
7285
7584
|
# stack_set_name: "StackSetName", # required
|
7286
7585
|
# operation_id: "ClientRequestToken", # required
|
7586
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7287
7587
|
# }
|
7288
7588
|
#
|
7289
7589
|
# @!attribute [rw] stack_set_name
|
@@ -7295,11 +7595,35 @@ module Aws::CloudFormation
|
|
7295
7595
|
# The ID of the stack operation.
|
7296
7596
|
# @return [String]
|
7297
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
|
+
#
|
7298
7621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StopStackSetOperationInput AWS API Documentation
|
7299
7622
|
#
|
7300
7623
|
class StopStackSetOperationInput < Struct.new(
|
7301
7624
|
:stack_set_name,
|
7302
|
-
:operation_id
|
7625
|
+
:operation_id,
|
7626
|
+
:call_as)
|
7303
7627
|
SENSITIVE = []
|
7304
7628
|
include Aws::Structure
|
7305
7629
|
end
|
@@ -7534,9 +7858,9 @@ module Aws::CloudFormation
|
|
7534
7858
|
#
|
7535
7859
|
# @!attribute [rw] template_url
|
7536
7860
|
# Location of file containing the template body. The URL must point to
|
7537
|
-
# a template that is located in an Amazon S3 bucket
|
7538
|
-
# information, go to [Template Anatomy][1]
|
7539
|
-
# User Guide.
|
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.
|
7540
7864
|
#
|
7541
7865
|
# Conditional: You must specify only one of the following parameters:
|
7542
7866
|
# `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
|
@@ -7830,6 +8154,7 @@ module Aws::CloudFormation
|
|
7830
8154
|
# max_concurrent_percentage: 1,
|
7831
8155
|
# },
|
7832
8156
|
# operation_id: "ClientRequestToken",
|
8157
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
7833
8158
|
# }
|
7834
8159
|
#
|
7835
8160
|
# @!attribute [rw] stack_set_name
|
@@ -7838,7 +8163,7 @@ module Aws::CloudFormation
|
|
7838
8163
|
# @return [String]
|
7839
8164
|
#
|
7840
8165
|
# @!attribute [rw] accounts
|
7841
|
-
# \[
|
8166
|
+
# \[Self-managed permissions\] The names of one or more AWS accounts
|
7842
8167
|
# for which you want to update parameter values for stack instances.
|
7843
8168
|
# The overridden parameter values will be applied to all stack
|
7844
8169
|
# instances in the specified accounts and Regions.
|
@@ -7847,7 +8172,7 @@ module Aws::CloudFormation
|
|
7847
8172
|
# @return [Array<String>]
|
7848
8173
|
#
|
7849
8174
|
# @!attribute [rw] deployment_targets
|
7850
|
-
# \[
|
8175
|
+
# \[Service-managed permissions\] The AWS Organizations accounts for
|
7851
8176
|
# which you want to update parameter values for stack instances. If
|
7852
8177
|
# your update targets OUs, the overridden parameter values only apply
|
7853
8178
|
# to the accounts that are currently in the target OUs and their child
|
@@ -7931,6 +8256,29 @@ module Aws::CloudFormation
|
|
7931
8256
|
# not need to pass this option.
|
7932
8257
|
# @return [String]
|
7933
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
|
+
#
|
7934
8282
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackInstancesInput AWS API Documentation
|
7935
8283
|
#
|
7936
8284
|
class UpdateStackInstancesInput < Struct.new(
|
@@ -7940,7 +8288,8 @@ module Aws::CloudFormation
|
|
7940
8288
|
:regions,
|
7941
8289
|
:parameter_overrides,
|
7942
8290
|
:operation_preferences,
|
7943
|
-
:operation_id
|
8291
|
+
:operation_id,
|
8292
|
+
:call_as)
|
7944
8293
|
SENSITIVE = []
|
7945
8294
|
include Aws::Structure
|
7946
8295
|
end
|
@@ -8016,6 +8365,7 @@ module Aws::CloudFormation
|
|
8016
8365
|
# operation_id: "ClientRequestToken",
|
8017
8366
|
# accounts: ["Account"],
|
8018
8367
|
# regions: ["Region"],
|
8368
|
+
# call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
|
8019
8369
|
# }
|
8020
8370
|
#
|
8021
8371
|
# @!attribute [rw] stack_set_name
|
@@ -8044,8 +8394,9 @@ module Aws::CloudFormation
|
|
8044
8394
|
# @!attribute [rw] template_url
|
8045
8395
|
# The location of the file that contains the template body. The URL
|
8046
8396
|
# must point to a template (maximum size: 460,800 bytes) that is
|
8047
|
-
# located in an Amazon S3 bucket
|
8048
|
-
# Anatomy][1] in the AWS
|
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.
|
8049
8400
|
#
|
8050
8401
|
# Conditional: You must specify only one of the following parameters:
|
8051
8402
|
# `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
|
@@ -8223,7 +8574,7 @@ module Aws::CloudFormation
|
|
8223
8574
|
# @return [String]
|
8224
8575
|
#
|
8225
8576
|
# @!attribute [rw] deployment_targets
|
8226
|
-
# \[
|
8577
|
+
# \[Service-managed permissions\] The AWS Organizations accounts in
|
8227
8578
|
# which to update associated stack instances.
|
8228
8579
|
#
|
8229
8580
|
# To update all the stack instances associated with this stack set, do
|
@@ -8262,7 +8613,7 @@ module Aws::CloudFormation
|
|
8262
8613
|
# @return [String]
|
8263
8614
|
#
|
8264
8615
|
# @!attribute [rw] auto_deployment
|
8265
|
-
# \[
|
8616
|
+
# \[Service-managed permissions\] Describes whether StackSets
|
8266
8617
|
# automatically deploys to AWS Organizations accounts that are added
|
8267
8618
|
# to a target organization or organizational unit (OU).
|
8268
8619
|
#
|
@@ -8290,7 +8641,7 @@ module Aws::CloudFormation
|
|
8290
8641
|
# @return [String]
|
8291
8642
|
#
|
8292
8643
|
# @!attribute [rw] accounts
|
8293
|
-
# \[
|
8644
|
+
# \[Self-managed permissions\] The accounts in which to update
|
8294
8645
|
# associated stack instances. If you specify accounts, you must also
|
8295
8646
|
# specify the Regions in which to update stack set instances.
|
8296
8647
|
#
|
@@ -8327,6 +8678,29 @@ module Aws::CloudFormation
|
|
8327
8678
|
# existing stack instance status.
|
8328
8679
|
# @return [Array<String>]
|
8329
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
|
+
#
|
8330
8704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/UpdateStackSetInput AWS API Documentation
|
8331
8705
|
#
|
8332
8706
|
class UpdateStackSetInput < Struct.new(
|
@@ -8346,7 +8720,8 @@ module Aws::CloudFormation
|
|
8346
8720
|
:auto_deployment,
|
8347
8721
|
:operation_id,
|
8348
8722
|
:accounts,
|
8349
|
-
:regions
|
8723
|
+
:regions,
|
8724
|
+
:call_as)
|
8350
8725
|
SENSITIVE = []
|
8351
8726
|
include Aws::Structure
|
8352
8727
|
end
|
@@ -8427,8 +8802,8 @@ module Aws::CloudFormation
|
|
8427
8802
|
# @!attribute [rw] template_url
|
8428
8803
|
# Location of file containing the template body. The URL must point to
|
8429
8804
|
# a template (max size: 460,800 bytes) that is located in an Amazon S3
|
8430
|
-
# bucket. For more information, go to
|
8431
|
-
# CloudFormation User Guide.
|
8805
|
+
# bucket or a Systems Manager document. For more information, go to
|
8806
|
+
# [Template Anatomy][1] in the AWS CloudFormation User Guide.
|
8432
8807
|
#
|
8433
8808
|
# Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
|
8434
8809
|
# are passed, only `TemplateBody` is used.
|