aws-sdk-cloudformation 1.101.0 → 1.103.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +165 -94
- data/lib/aws-sdk-cloudformation/client_api.rb +29 -0
- data/lib/aws-sdk-cloudformation/endpoints.rb +14 -0
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-cloudformation/resource.rb +10 -10
- data/lib/aws-sdk-cloudformation/stack.rb +20 -20
- data/lib/aws-sdk-cloudformation/types.rb +228 -122
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +14 -0
- data/sig/types.rbs +20 -0
- metadata +2 -2
@@ -781,19 +781,19 @@ module Aws::CloudFormation
|
|
781
781
|
# you review all permissions associated with them and edit their
|
782
782
|
# permissions if necessary.
|
783
783
|
#
|
784
|
-
# * [
|
784
|
+
# * [ AWS::IAM::AccessKey][1]
|
785
785
|
#
|
786
|
-
# * [
|
786
|
+
# * [ AWS::IAM::Group][2]
|
787
787
|
#
|
788
|
-
# * [
|
788
|
+
# * [AWS::IAM::InstanceProfile][3]
|
789
789
|
#
|
790
|
-
# * [
|
790
|
+
# * [ AWS::IAM::Policy][4]
|
791
791
|
#
|
792
|
-
# * [
|
792
|
+
# * [ AWS::IAM::Role][5]
|
793
793
|
#
|
794
|
-
# * [
|
794
|
+
# * [ AWS::IAM::User][6]
|
795
795
|
#
|
796
|
-
# * [
|
796
|
+
# * [AWS::IAM::UserToGroupAddition][7]
|
797
797
|
#
|
798
798
|
# For more information, see [Acknowledging IAM resources in
|
799
799
|
# CloudFormation templates][8].
|
@@ -809,9 +809,9 @@ module Aws::CloudFormation
|
|
809
809
|
# your stack template contains one or more macros, and you choose to
|
810
810
|
# create a stack directly from the processed template, without first
|
811
811
|
# reviewing the resulting changes in a change set, you must
|
812
|
-
# acknowledge this capability. This includes the [
|
813
|
-
#
|
814
|
-
#
|
812
|
+
# acknowledge this capability. This includes the [AWS::Include][9]
|
813
|
+
# and [AWS::Serverless][10] transforms, which are macros hosted by
|
814
|
+
# CloudFormation.
|
815
815
|
#
|
816
816
|
# <note markdown="1"> This capacity doesn't apply to creating change sets, and
|
817
817
|
# specifying it when creating change sets has no effect.
|
@@ -957,8 +957,8 @@ module Aws::CloudFormation
|
|
957
957
|
# @!attribute [rw] on_stack_failure
|
958
958
|
# Determines what action will be taken if stack creation fails. If
|
959
959
|
# this parameter is specified, the `DisableRollback` parameter to the
|
960
|
-
# [
|
961
|
-
#
|
960
|
+
# [ExecuteChangeSet][1] API operation must not be specified. This must
|
961
|
+
# be one of these values:
|
962
962
|
#
|
963
963
|
# * `DELETE` - Deletes the change set if the stack creation fails.
|
964
964
|
# This is only valid when the `ChangeSetType` parameter is set to
|
@@ -967,11 +967,11 @@ module Aws::CloudFormation
|
|
967
967
|
#
|
968
968
|
# * `DO_NOTHING` - if the stack creation fails, do nothing. This is
|
969
969
|
# equivalent to specifying `true` for the `DisableRollback`
|
970
|
-
# parameter to the [
|
970
|
+
# parameter to the [ExecuteChangeSet][1] API operation.
|
971
971
|
#
|
972
972
|
# * `ROLLBACK` - if the stack creation fails, roll back the stack.
|
973
973
|
# This is equivalent to specifying `false` for the `DisableRollback`
|
974
|
-
# parameter to the [
|
974
|
+
# parameter to the [ExecuteChangeSet][1] API operation.
|
975
975
|
#
|
976
976
|
# For nested stacks, when the `OnStackFailure` parameter is set to
|
977
977
|
# `DELETE` for the change set for the parent stack, any failure in a
|
@@ -1135,8 +1135,7 @@ module Aws::CloudFormation
|
|
1135
1135
|
#
|
1136
1136
|
# @!attribute [rw] parameters
|
1137
1137
|
# A list of `Parameter` structures that specify input parameters for
|
1138
|
-
# the stack. For more information, see the [
|
1139
|
-
# type.
|
1138
|
+
# the stack. For more information, see the [Parameter][1] data type.
|
1140
1139
|
#
|
1141
1140
|
#
|
1142
1141
|
#
|
@@ -1198,19 +1197,19 @@ module Aws::CloudFormation
|
|
1198
1197
|
# you review all permissions associated with them and edit their
|
1199
1198
|
# permissions if necessary.
|
1200
1199
|
#
|
1201
|
-
# * [
|
1200
|
+
# * [AWS::IAM::AccessKey][1]
|
1202
1201
|
#
|
1203
|
-
# * [
|
1202
|
+
# * [AWS::IAM::Group][2]
|
1204
1203
|
#
|
1205
|
-
# * [
|
1204
|
+
# * [AWS::IAM::InstanceProfile][3]
|
1206
1205
|
#
|
1207
|
-
# * [
|
1206
|
+
# * [AWS::IAM::Policy][4]
|
1208
1207
|
#
|
1209
|
-
# * [
|
1208
|
+
# * [AWS::IAM::Role][5]
|
1210
1209
|
#
|
1211
|
-
# * [
|
1210
|
+
# * [AWS::IAM::User][6]
|
1212
1211
|
#
|
1213
|
-
# * [
|
1212
|
+
# * [AWS::IAM::UserToGroupAddition][7]
|
1214
1213
|
#
|
1215
1214
|
# For more information, see [Acknowledging IAM Resources in
|
1216
1215
|
# CloudFormation Templates][8].
|
@@ -1226,9 +1225,9 @@ module Aws::CloudFormation
|
|
1226
1225
|
# your stack template contains one or more macros, and you choose to
|
1227
1226
|
# create a stack directly from the processed template, without first
|
1228
1227
|
# reviewing the resulting changes in a change set, you must
|
1229
|
-
# acknowledge this capability. This includes the [
|
1230
|
-
#
|
1231
|
-
#
|
1228
|
+
# acknowledge this capability. This includes the [AWS::Include][9]
|
1229
|
+
# and [AWS::Serverless][10] transforms, which are macros hosted by
|
1230
|
+
# CloudFormation.
|
1232
1231
|
#
|
1233
1232
|
# If you want to create a stack from a stack template that contains
|
1234
1233
|
# macros *and* nested stacks, you must create the stack directly
|
@@ -1470,8 +1469,8 @@ module Aws::CloudFormation
|
|
1470
1469
|
# stack instance aren't updated, but retain their overridden value.
|
1471
1470
|
#
|
1472
1471
|
# You can only override the parameter *values* that are specified in
|
1473
|
-
# the stack set; to add or delete a parameter itself, use
|
1474
|
-
#
|
1472
|
+
# the stack set; to add or delete a parameter itself, use
|
1473
|
+
# [UpdateStackSet][1] to update the stack set template.
|
1475
1474
|
#
|
1476
1475
|
#
|
1477
1476
|
#
|
@@ -1648,19 +1647,19 @@ module Aws::CloudFormation
|
|
1648
1647
|
# you review all permissions associated with them and edit their
|
1649
1648
|
# permissions if necessary.
|
1650
1649
|
#
|
1651
|
-
# * [
|
1650
|
+
# * [AWS::IAM::AccessKey][1]
|
1652
1651
|
#
|
1653
|
-
# * [
|
1652
|
+
# * [AWS::IAM::Group][2]
|
1654
1653
|
#
|
1655
|
-
# * [
|
1654
|
+
# * [AWS::IAM::InstanceProfile][3]
|
1656
1655
|
#
|
1657
|
-
# * [
|
1656
|
+
# * [AWS::IAM::Policy][4]
|
1658
1657
|
#
|
1659
|
-
# * [
|
1658
|
+
# * [AWS::IAM::Role][5]
|
1660
1659
|
#
|
1661
|
-
# * [
|
1660
|
+
# * [AWS::IAM::User][6]
|
1662
1661
|
#
|
1663
|
-
# * [
|
1662
|
+
# * [AWS::IAM::UserToGroupAddition][7]
|
1664
1663
|
#
|
1665
1664
|
# For more information, see [Acknowledging IAM Resources in
|
1666
1665
|
# CloudFormation Templates][8].
|
@@ -1676,11 +1675,11 @@ module Aws::CloudFormation
|
|
1676
1675
|
# Processing on Templates][9].
|
1677
1676
|
#
|
1678
1677
|
# Stack sets with service-managed permissions don't currently
|
1679
|
-
# support the use of macros in templates. (This includes the
|
1680
|
-
#
|
1681
|
-
#
|
1682
|
-
#
|
1683
|
-
#
|
1678
|
+
# support the use of macros in templates. (This includes the
|
1679
|
+
# [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
|
1680
|
+
# macros hosted by CloudFormation.) Even if you specify this
|
1681
|
+
# capability for a stack set with service-managed permissions, if
|
1682
|
+
# you reference a macro in your template the stack set operation
|
1684
1683
|
# will fail.
|
1685
1684
|
#
|
1686
1685
|
#
|
@@ -2416,7 +2415,7 @@ module Aws::CloudFormation
|
|
2416
2415
|
# @!attribute [rw] parameters
|
2417
2416
|
# A list of `Parameter` structures that describes the input parameters
|
2418
2417
|
# and their values used to create the change set. For more
|
2419
|
-
# information, see the [
|
2418
|
+
# information, see the [Parameter][1] data type.
|
2420
2419
|
#
|
2421
2420
|
#
|
2422
2421
|
#
|
@@ -2495,8 +2494,8 @@ module Aws::CloudFormation
|
|
2495
2494
|
# @!attribute [rw] on_stack_failure
|
2496
2495
|
# Determines what action will be taken if stack creation fails. When
|
2497
2496
|
# this parameter is specified, the `DisableRollback` parameter to the
|
2498
|
-
# [
|
2499
|
-
#
|
2497
|
+
# [ExecuteChangeSet][1] API operation must not be specified. This must
|
2498
|
+
# be one of these values:
|
2500
2499
|
#
|
2501
2500
|
# * `DELETE` - Deletes the change set if the stack creation fails.
|
2502
2501
|
# This is only valid when the `ChangeSetType` parameter is set to
|
@@ -2505,11 +2504,11 @@ module Aws::CloudFormation
|
|
2505
2504
|
#
|
2506
2505
|
# * `DO_NOTHING` - if the stack creation fails, do nothing. This is
|
2507
2506
|
# equivalent to specifying `true` for the `DisableRollback`
|
2508
|
-
# parameter to the [
|
2507
|
+
# parameter to the [ExecuteChangeSet][1] API operation.
|
2509
2508
|
#
|
2510
2509
|
# * `ROLLBACK` - if the stack creation fails, roll back the stack.
|
2511
2510
|
# This is equivalent to specifying `false` for the `DisableRollback`
|
2512
|
-
# parameter to the [
|
2511
|
+
# parameter to the [ExecuteChangeSet][1] API operation.
|
2513
2512
|
#
|
2514
2513
|
#
|
2515
2514
|
#
|
@@ -3471,7 +3470,7 @@ module Aws::CloudFormation
|
|
3471
3470
|
#
|
3472
3471
|
# If the extension is a public third-party type you have activated
|
3473
3472
|
# with a type name alias, CloudFormation returns the type name alias.
|
3474
|
-
# For more information, see [
|
3473
|
+
# For more information, see [ActivateType][1].
|
3475
3474
|
#
|
3476
3475
|
#
|
3477
3476
|
#
|
@@ -3485,7 +3484,7 @@ module Aws::CloudFormation
|
|
3485
3484
|
# This applies only to private extensions you have registered in your
|
3486
3485
|
# account. For public extensions, both those provided by Amazon Web
|
3487
3486
|
# Services and published by third parties, CloudFormation returns
|
3488
|
-
# `null`. For more information, see [
|
3487
|
+
# `null`. For more information, see [RegisterType][1].
|
3489
3488
|
#
|
3490
3489
|
# To set the default version of an extension, use
|
3491
3490
|
# SetTypeDefaultVersion.
|
@@ -3604,7 +3603,7 @@ module Aws::CloudFormation
|
|
3604
3603
|
# This applies only to private extensions you have registered in your
|
3605
3604
|
# account. For public extensions, both those provided by Amazon Web
|
3606
3605
|
# Services and published by third parties, CloudFormation returns
|
3607
|
-
# `null`. For more information, see [
|
3606
|
+
# `null`. For more information, see [RegisterType][1].
|
3608
3607
|
#
|
3609
3608
|
#
|
3610
3609
|
#
|
@@ -3620,8 +3619,8 @@ module Aws::CloudFormation
|
|
3620
3619
|
# @!attribute [rw] execution_role_arn
|
3621
3620
|
# The Amazon Resource Name (ARN) of the IAM execution role used to
|
3622
3621
|
# register the extension. This applies only to private extensions you
|
3623
|
-
# have registered in your account. For more information, see
|
3624
|
-
#
|
3622
|
+
# have registered in your account. For more information, see
|
3623
|
+
# [RegisterType][1].
|
3625
3624
|
#
|
3626
3625
|
# If the registered extension calls any Amazon Web Services APIs, you
|
3627
3626
|
# must create an <i> <a
|
@@ -3664,11 +3663,11 @@ module Aws::CloudFormation
|
|
3664
3663
|
# only to:
|
3665
3664
|
#
|
3666
3665
|
# * Private extensions you have registered in your account. For more
|
3667
|
-
# information, see [
|
3666
|
+
# information, see [RegisterType][1].
|
3668
3667
|
#
|
3669
3668
|
# * Public extensions you have activated in your account with
|
3670
|
-
# auto-update specified. For more information, see
|
3671
|
-
# ][2].
|
3669
|
+
# auto-update specified. For more information, see
|
3670
|
+
# [ActivateType][2].
|
3672
3671
|
#
|
3673
3672
|
#
|
3674
3673
|
#
|
@@ -3685,8 +3684,8 @@ module Aws::CloudFormation
|
|
3685
3684
|
# A JSON string that represent the current configuration data for the
|
3686
3685
|
# extension in this account and Region.
|
3687
3686
|
#
|
3688
|
-
# To set the configuration data for an extension, use
|
3689
|
-
#
|
3687
|
+
# To set the configuration data for an extension, use
|
3688
|
+
# [SetTypeConfiguration][1]. For more information, see [Configuring
|
3690
3689
|
# extensions at the account level][2] in the *CloudFormation User
|
3691
3690
|
# Guide*.
|
3692
3691
|
#
|
@@ -4068,16 +4067,16 @@ module Aws::CloudFormation
|
|
4068
4067
|
# @!attribute [rw] disable_rollback
|
4069
4068
|
# Preserves the state of previously provisioned resources when an
|
4070
4069
|
# operation fails. This parameter can't be specified when the
|
4071
|
-
# `OnStackFailure` parameter to the [
|
4072
|
-
#
|
4070
|
+
# `OnStackFailure` parameter to the [CreateChangeSet][1] API operation
|
4071
|
+
# was specified.
|
4073
4072
|
#
|
4074
4073
|
# * `True` - if the stack creation fails, do nothing. This is
|
4075
4074
|
# equivalent to specifying `DO_NOTHING` for the `OnStackFailure`
|
4076
|
-
# parameter to the [
|
4075
|
+
# parameter to the [CreateChangeSet][1] API operation.
|
4077
4076
|
#
|
4078
4077
|
# * `False` - if the stack creation fails, roll back the stack. This
|
4079
4078
|
# is equivalent to specifying `ROLLBACK` for the `OnStackFailure`
|
4080
|
-
# parameter to the [
|
4079
|
+
# parameter to the [CreateChangeSet][1] API operation.
|
4081
4080
|
#
|
4082
4081
|
# Default: `True`
|
4083
4082
|
#
|
@@ -5185,6 +5184,82 @@ module Aws::CloudFormation
|
|
5185
5184
|
include Aws::Structure
|
5186
5185
|
end
|
5187
5186
|
|
5187
|
+
# @!attribute [rw] stack_set_name
|
5188
|
+
# The name or unique ID of the stack set that you want to get
|
5189
|
+
# automatic deployment targets for.
|
5190
|
+
# @return [String]
|
5191
|
+
#
|
5192
|
+
# @!attribute [rw] next_token
|
5193
|
+
# A string that identifies the next page of stack set deployment
|
5194
|
+
# targets that you want to retrieve.
|
5195
|
+
# @return [String]
|
5196
|
+
#
|
5197
|
+
# @!attribute [rw] max_results
|
5198
|
+
# The maximum number of results to be returned with a single call. If
|
5199
|
+
# the number of available results exceeds this maximum, the response
|
5200
|
+
# includes a `NextToken` value that you can assign to the `NextToken`
|
5201
|
+
# request parameter to get the next set of results.
|
5202
|
+
# @return [Integer]
|
5203
|
+
#
|
5204
|
+
# @!attribute [rw] call_as
|
5205
|
+
# Specifies whether you are acting as an account administrator in the
|
5206
|
+
# organization's management account or as a delegated administrator
|
5207
|
+
# in a member account.
|
5208
|
+
#
|
5209
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
5210
|
+
# self-managed permissions.
|
5211
|
+
#
|
5212
|
+
# * If you are signed in to the management account, specify `SELF`.
|
5213
|
+
#
|
5214
|
+
# * If you are signed in to a delegated administrator account, specify
|
5215
|
+
# `DELEGATED_ADMIN`.
|
5216
|
+
#
|
5217
|
+
# Your Amazon Web Services account must be registered as a delegated
|
5218
|
+
# administrator in the management account. For more information, see
|
5219
|
+
# [Register a delegated administrator][1] in the *CloudFormation
|
5220
|
+
# User Guide*.
|
5221
|
+
#
|
5222
|
+
#
|
5223
|
+
#
|
5224
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
5225
|
+
# @return [String]
|
5226
|
+
#
|
5227
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetAutoDeploymentTargetsInput AWS API Documentation
|
5228
|
+
#
|
5229
|
+
class ListStackSetAutoDeploymentTargetsInput < Struct.new(
|
5230
|
+
:stack_set_name,
|
5231
|
+
:next_token,
|
5232
|
+
:max_results,
|
5233
|
+
:call_as)
|
5234
|
+
SENSITIVE = []
|
5235
|
+
include Aws::Structure
|
5236
|
+
end
|
5237
|
+
|
5238
|
+
# @!attribute [rw] summaries
|
5239
|
+
# An array of summaries of the deployment targets for the stack set.
|
5240
|
+
# @return [Array<Types::StackSetAutoDeploymentTargetSummary>]
|
5241
|
+
#
|
5242
|
+
# @!attribute [rw] next_token
|
5243
|
+
# If the request doesn't return all the remaining results,
|
5244
|
+
# `NextToken` is set to a token. To retrieve the next set of results,
|
5245
|
+
# call [ListStackSetAutoDeploymentTargets][1] again and use that value
|
5246
|
+
# for the `NextToken` parameter. If the request returns all results,
|
5247
|
+
# `NextToken` is set to an empty string.
|
5248
|
+
#
|
5249
|
+
#
|
5250
|
+
#
|
5251
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html
|
5252
|
+
# @return [String]
|
5253
|
+
#
|
5254
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackSetAutoDeploymentTargetsOutput AWS API Documentation
|
5255
|
+
#
|
5256
|
+
class ListStackSetAutoDeploymentTargetsOutput < Struct.new(
|
5257
|
+
:summaries,
|
5258
|
+
:next_token)
|
5259
|
+
SENSITIVE = []
|
5260
|
+
include Aws::Structure
|
5261
|
+
end
|
5262
|
+
|
5188
5263
|
# @!attribute [rw] stack_set_name
|
5189
5264
|
# The name or unique ID of the stack set that you want to get
|
5190
5265
|
# operation results for.
|
@@ -7008,8 +7083,8 @@ module Aws::CloudFormation
|
|
7008
7083
|
# triggers, CloudFormation still waits the specified period of time
|
7009
7084
|
# before cleaning up old resources after update operations. You can
|
7010
7085
|
# use this monitoring period to perform any manual stack validation
|
7011
|
-
# desired, and manually cancel the stack creation or update (using
|
7012
|
-
#
|
7086
|
+
# desired, and manually cancel the stack creation or update (using
|
7087
|
+
# [CancelUpdateStack][1], for example) as necessary.
|
7013
7088
|
#
|
7014
7089
|
# If you specify 0 for this parameter, CloudFormation still monitors
|
7015
7090
|
# the specified rollback triggers during stack creation and update
|
@@ -7088,9 +7163,9 @@ module Aws::CloudFormation
|
|
7088
7163
|
# @return [String]
|
7089
7164
|
#
|
7090
7165
|
# @!attribute [rw] type
|
7091
|
-
# The resource type of the rollback trigger. Specify either
|
7092
|
-
#
|
7093
|
-
#
|
7166
|
+
# The resource type of the rollback trigger. Specify either
|
7167
|
+
# [AWS::CloudWatch::Alarm][1] or [AWS::CloudWatch::CompositeAlarm][2]
|
7168
|
+
# resource types.
|
7094
7169
|
#
|
7095
7170
|
#
|
7096
7171
|
#
|
@@ -7232,9 +7307,9 @@ module Aws::CloudFormation
|
|
7232
7307
|
# and Region.
|
7233
7308
|
#
|
7234
7309
|
# For public extensions, this will be the ARN assigned when you call
|
7235
|
-
# the [
|
7236
|
-
#
|
7237
|
-
#
|
7310
|
+
# the [ActivateType][1] API operation in this account and Region. For
|
7311
|
+
# private extensions, this will be the ARN assigned when you call the
|
7312
|
+
# [RegisterType][2] API operation in this account and Region.
|
7238
7313
|
#
|
7239
7314
|
# Do not include the extension versions suffix at the end of the ARN.
|
7240
7315
|
# You can set the configuration for an extension, but not for a
|
@@ -7252,9 +7327,9 @@ module Aws::CloudFormation
|
|
7252
7327
|
#
|
7253
7328
|
# The configuration data must be formatted as JSON, and validate
|
7254
7329
|
# against the schema returned in the `ConfigurationSchema` response
|
7255
|
-
# element of [
|
7256
|
-
#
|
7257
|
-
#
|
7330
|
+
# element of [DescribeType][1]. For more information, see [Defining
|
7331
|
+
# account-level configuration data for an extension][2] in the
|
7332
|
+
# *CloudFormation CLI User Guide*.
|
7258
7333
|
#
|
7259
7334
|
#
|
7260
7335
|
#
|
@@ -7869,8 +7944,8 @@ module Aws::CloudFormation
|
|
7869
7944
|
#
|
7870
7945
|
# @!attribute [rw] organizational_unit_id
|
7871
7946
|
# \[Service-managed permissions\] The organization root ID or
|
7872
|
-
# organizational unit (OU) IDs that you specified for
|
7873
|
-
#
|
7947
|
+
# organizational unit (OU) IDs that you specified for
|
7948
|
+
# [DeploymentTargets][1].
|
7874
7949
|
#
|
7875
7950
|
#
|
7876
7951
|
#
|
@@ -7939,6 +8014,13 @@ module Aws::CloudFormation
|
|
7939
8014
|
# a Region, the failure tolerance for the stack set operation as a
|
7940
8015
|
# whole might be exceeded.
|
7941
8016
|
#
|
8017
|
+
# * `FAILED_IMPORT`: The import of the stack instance in the specified
|
8018
|
+
# account and Region failed and left the stack in an unstable state.
|
8019
|
+
# Once the issues causing the failure are fixed, the import
|
8020
|
+
# operation can be retried. If enough stack set operations fail in
|
8021
|
+
# enough accounts within a Region, the failure tolerance for the
|
8022
|
+
# stack set operation as a whole might be exceeded.
|
8023
|
+
#
|
7942
8024
|
# * `INOPERABLE`: A `DeleteStackInstances` operation has failed and
|
7943
8025
|
# left the stack in an unstable state. Stacks in this state are
|
7944
8026
|
# excluded from further `UpdateStackSet` operations. You might need
|
@@ -8130,8 +8212,8 @@ module Aws::CloudFormation
|
|
8130
8212
|
#
|
8131
8213
|
# @!attribute [rw] organizational_unit_id
|
8132
8214
|
# \[Service-managed permissions\] The organization root ID or
|
8133
|
-
# organizational unit (OU) IDs that you specified for
|
8134
|
-
#
|
8215
|
+
# organizational unit (OU) IDs that you specified for
|
8216
|
+
# [DeploymentTargets][1].
|
8135
8217
|
#
|
8136
8218
|
#
|
8137
8219
|
#
|
@@ -8746,8 +8828,8 @@ module Aws::CloudFormation
|
|
8746
8828
|
#
|
8747
8829
|
# @!attribute [rw] organizational_unit_ids
|
8748
8830
|
# \[Service-managed permissions\] The organization root ID or
|
8749
|
-
# organizational unit (OU) IDs that you specified for
|
8750
|
-
#
|
8831
|
+
# organizational unit (OU) IDs that you specified for
|
8832
|
+
# [DeploymentTargets][1].
|
8751
8833
|
#
|
8752
8834
|
#
|
8753
8835
|
#
|
@@ -8789,6 +8871,31 @@ module Aws::CloudFormation
|
|
8789
8871
|
include Aws::Structure
|
8790
8872
|
end
|
8791
8873
|
|
8874
|
+
# One of the targets for the stack set. Returned by the
|
8875
|
+
# [ListStackSetAutoDeploymentTargets][1] API operation.
|
8876
|
+
#
|
8877
|
+
#
|
8878
|
+
#
|
8879
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html
|
8880
|
+
#
|
8881
|
+
# @!attribute [rw] organizational_unit_id
|
8882
|
+
# The organization root ID or organizational unit (OU) IDs where the
|
8883
|
+
# stack set is targeted.
|
8884
|
+
# @return [String]
|
8885
|
+
#
|
8886
|
+
# @!attribute [rw] regions
|
8887
|
+
# The list of Regions targeted for this organization or OU.
|
8888
|
+
# @return [Array<String>]
|
8889
|
+
#
|
8890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetAutoDeploymentTargetSummary AWS API Documentation
|
8891
|
+
#
|
8892
|
+
class StackSetAutoDeploymentTargetSummary < Struct.new(
|
8893
|
+
:organizational_unit_id,
|
8894
|
+
:regions)
|
8895
|
+
SENSITIVE = []
|
8896
|
+
include Aws::Structure
|
8897
|
+
end
|
8898
|
+
|
8792
8899
|
# Detailed information about the drift status of the stack set.
|
8793
8900
|
#
|
8794
8901
|
# For stack sets, contains information about the last *completed* drift
|
@@ -9242,8 +9349,8 @@ module Aws::CloudFormation
|
|
9242
9349
|
#
|
9243
9350
|
# @!attribute [rw] organizational_unit_id
|
9244
9351
|
# \[Service-managed permissions\] The organization root ID or
|
9245
|
-
# organizational unit (OU) IDs that you specified for
|
9246
|
-
#
|
9352
|
+
# organizational unit (OU) IDs that you specified for
|
9353
|
+
# [DeploymentTargets][1].
|
9247
9354
|
#
|
9248
9355
|
#
|
9249
9356
|
#
|
@@ -9679,7 +9786,7 @@ module Aws::CloudFormation
|
|
9679
9786
|
#
|
9680
9787
|
# * `RETAIN` - retain all resources when the stack is deleted.
|
9681
9788
|
#
|
9682
|
-
# For more information, see [
|
9789
|
+
# For more information, see [DeletionPolicy attribute][1] in the
|
9683
9790
|
# *CloudFormation User Guide*.
|
9684
9791
|
#
|
9685
9792
|
#
|
@@ -9697,8 +9804,8 @@ module Aws::CloudFormation
|
|
9697
9804
|
# * `RETAIN` - retain all resources when the resource is replaced
|
9698
9805
|
# during an update operation.
|
9699
9806
|
#
|
9700
|
-
# For more information, see [
|
9701
|
-
#
|
9807
|
+
# For more information, see [UpdateReplacePolicy attribute][1] in the
|
9808
|
+
# *CloudFormation User Guide*.
|
9702
9809
|
#
|
9703
9810
|
#
|
9704
9811
|
#
|
@@ -9981,9 +10088,9 @@ module Aws::CloudFormation
|
|
9981
10088
|
# and Region.
|
9982
10089
|
#
|
9983
10090
|
# For public extensions, this will be the ARN assigned when you call
|
9984
|
-
# the [
|
9985
|
-
#
|
9986
|
-
#
|
10091
|
+
# the [ActivateType][1] API operation in this account and Region. For
|
10092
|
+
# private extensions, this will be the ARN assigned when you call the
|
10093
|
+
# [RegisterType][2] API operation in this account and Region.
|
9987
10094
|
#
|
9988
10095
|
#
|
9989
10096
|
#
|
@@ -10022,9 +10129,9 @@ module Aws::CloudFormation
|
|
10022
10129
|
# and Region.
|
10023
10130
|
#
|
10024
10131
|
# For public extensions, this will be the ARN assigned when you call
|
10025
|
-
# the [
|
10026
|
-
#
|
10027
|
-
#
|
10132
|
+
# the [ActivateType][1] API operation in this account and Region. For
|
10133
|
+
# private extensions, this will be the ARN assigned when you call the
|
10134
|
+
# [RegisterType][2] API operation in this account and Region.
|
10028
10135
|
#
|
10029
10136
|
#
|
10030
10137
|
#
|
@@ -10128,8 +10235,8 @@ module Aws::CloudFormation
|
|
10128
10235
|
# @!attribute [rw] type_name
|
10129
10236
|
# The name of the extension.
|
10130
10237
|
#
|
10131
|
-
# If you specified a `TypeNameAlias` when you call the
|
10132
|
-
#
|
10238
|
+
# If you specified a `TypeNameAlias` when you call the
|
10239
|
+
# [ActivateType][1] API operation in your account and Region,
|
10133
10240
|
# CloudFormation considers that alias as the type name.
|
10134
10241
|
#
|
10135
10242
|
#
|
@@ -10144,7 +10251,7 @@ module Aws::CloudFormation
|
|
10144
10251
|
# This applies only to private extensions you have registered in your
|
10145
10252
|
# account. For public extensions, both those provided by Amazon and
|
10146
10253
|
# published by third parties, CloudFormation returns `null`. For more
|
10147
|
-
# information, see [
|
10254
|
+
# information, see [RegisterType][1].
|
10148
10255
|
#
|
10149
10256
|
# To set the default version of an extension, use
|
10150
10257
|
# SetTypeDefaultVersion.
|
@@ -10163,11 +10270,11 @@ module Aws::CloudFormation
|
|
10163
10270
|
# only to:
|
10164
10271
|
#
|
10165
10272
|
# * Private extensions you have registered in your account. For more
|
10166
|
-
# information, see [
|
10273
|
+
# information, see [RegisterType][1].
|
10167
10274
|
#
|
10168
10275
|
# * Public extensions you have activated in your account with
|
10169
|
-
# auto-update specified. For more information, see
|
10170
|
-
# ][2].
|
10276
|
+
# auto-update specified. For more information, see
|
10277
|
+
# [ActivateType][2].
|
10171
10278
|
#
|
10172
10279
|
# For all other extension types, CloudFormation returns `null`.
|
10173
10280
|
#
|
@@ -10483,8 +10590,7 @@ module Aws::CloudFormation
|
|
10483
10590
|
#
|
10484
10591
|
# @!attribute [rw] parameters
|
10485
10592
|
# A list of `Parameter` structures that specify input parameters for
|
10486
|
-
# the stack. For more information, see the [
|
10487
|
-
# type.
|
10593
|
+
# the stack. For more information, see the [Parameter][1] data type.
|
10488
10594
|
#
|
10489
10595
|
#
|
10490
10596
|
#
|
@@ -10519,19 +10625,19 @@ module Aws::CloudFormation
|
|
10519
10625
|
# you review all permissions associated with them and edit their
|
10520
10626
|
# permissions if necessary.
|
10521
10627
|
#
|
10522
|
-
# * [
|
10628
|
+
# * [ AWS::IAM::AccessKey][1]
|
10523
10629
|
#
|
10524
|
-
# * [
|
10630
|
+
# * [ AWS::IAM::Group][2]
|
10525
10631
|
#
|
10526
|
-
# * [
|
10632
|
+
# * [AWS::IAM::InstanceProfile][3]
|
10527
10633
|
#
|
10528
|
-
# * [
|
10634
|
+
# * [AWS::IAM::Policy][4]
|
10529
10635
|
#
|
10530
|
-
# * [
|
10636
|
+
# * [ AWS::IAM::Role][5]
|
10531
10637
|
#
|
10532
|
-
# * [
|
10638
|
+
# * [ AWS::IAM::User][6]
|
10533
10639
|
#
|
10534
|
-
# * [
|
10640
|
+
# * [AWS::IAM::UserToGroupAddition][7]
|
10535
10641
|
#
|
10536
10642
|
# For more information, see [Acknowledging IAM Resources in
|
10537
10643
|
# CloudFormation Templates][8].
|
@@ -10547,9 +10653,9 @@ module Aws::CloudFormation
|
|
10547
10653
|
# your stack template contains one or more macros, and you choose to
|
10548
10654
|
# update a stack directly from the processed template, without first
|
10549
10655
|
# reviewing the resulting changes in a change set, you must
|
10550
|
-
# acknowledge this capability. This includes the [
|
10551
|
-
#
|
10552
|
-
#
|
10656
|
+
# acknowledge this capability. This includes the [AWS::Include][9]
|
10657
|
+
# and [AWS::Serverless][10] transforms, which are macros hosted by
|
10658
|
+
# CloudFormation.
|
10553
10659
|
#
|
10554
10660
|
# If you want to update a stack from a stack template that contains
|
10555
10661
|
# macros *and* nested stacks, you must update the stack directly
|
@@ -10796,11 +10902,11 @@ module Aws::CloudFormation
|
|
10796
10902
|
# the stack set; to add or delete a parameter itself, use
|
10797
10903
|
# `UpdateStackSet` to update the stack set template. If you add a
|
10798
10904
|
# parameter to a template, before you can override the parameter value
|
10799
|
-
# specified in the stack set you must first use [
|
10800
|
-
#
|
10801
|
-
#
|
10802
|
-
#
|
10803
|
-
#
|
10905
|
+
# specified in the stack set you must first use [UpdateStackSet][1] to
|
10906
|
+
# update all stack instances with the updated template and parameter
|
10907
|
+
# value specified in the stack set. Once a stack instance has been
|
10908
|
+
# updated with the new parameter, you can then override the parameter
|
10909
|
+
# value using `UpdateStackInstances`.
|
10804
10910
|
#
|
10805
10911
|
#
|
10806
10912
|
#
|
@@ -10972,19 +11078,19 @@ module Aws::CloudFormation
|
|
10972
11078
|
# you review all permissions associated with them and edit their
|
10973
11079
|
# permissions if necessary.
|
10974
11080
|
#
|
10975
|
-
# * [
|
11081
|
+
# * [AWS::IAM::AccessKey][1]
|
10976
11082
|
#
|
10977
|
-
# * [
|
11083
|
+
# * [AWS::IAM::Group][2]
|
10978
11084
|
#
|
10979
|
-
# * [
|
11085
|
+
# * [AWS::IAM::InstanceProfile][3]
|
10980
11086
|
#
|
10981
|
-
# * [
|
11087
|
+
# * [AWS::IAM::Policy][4]
|
10982
11088
|
#
|
10983
|
-
# * [
|
11089
|
+
# * [AWS::IAM::Role][5]
|
10984
11090
|
#
|
10985
|
-
# * [
|
11091
|
+
# * [AWS::IAM::User][6]
|
10986
11092
|
#
|
10987
|
-
# * [
|
11093
|
+
# * [AWS::IAM::UserToGroupAddition][7]
|
10988
11094
|
#
|
10989
11095
|
# For more information, see [Acknowledging IAM Resources in
|
10990
11096
|
# CloudFormation Templates][8].
|
@@ -11000,11 +11106,11 @@ module Aws::CloudFormation
|
|
11000
11106
|
# Processing on Templates][9].
|
11001
11107
|
#
|
11002
11108
|
# Stack sets with service-managed permissions do not currently
|
11003
|
-
# support the use of macros in templates. (This includes the
|
11004
|
-
#
|
11005
|
-
#
|
11006
|
-
#
|
11007
|
-
#
|
11109
|
+
# support the use of macros in templates. (This includes the
|
11110
|
+
# [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
|
11111
|
+
# macros hosted by CloudFormation.) Even if you specify this
|
11112
|
+
# capability for a stack set with service-managed permissions, if
|
11113
|
+
# you reference a macro in your template the stack set operation
|
11008
11114
|
# will fail.
|
11009
11115
|
#
|
11010
11116
|
#
|