aws-sdk-cloudformation 1.102.0 → 1.104.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
- # * [ `AWS::IAM::AccessKey` ][1]
784
+ # * [ AWS::IAM::AccessKey][1]
785
785
  #
786
- # * [ `AWS::IAM::Group` ][2]
786
+ # * [ AWS::IAM::Group][2]
787
787
  #
788
- # * [ `AWS::IAM::InstanceProfile` ][3]
788
+ # * [AWS::IAM::InstanceProfile][3]
789
789
  #
790
- # * [ `AWS::IAM::Policy` ][4]
790
+ # * [ AWS::IAM::Policy][4]
791
791
  #
792
- # * [ `AWS::IAM::Role` ][5]
792
+ # * [ AWS::IAM::Role][5]
793
793
  #
794
- # * [ `AWS::IAM::User` ][6]
794
+ # * [ AWS::IAM::User][6]
795
795
  #
796
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
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 [ `AWS::Include`
813
- # ][9] and [ `AWS::Serverless` ][10] transforms, which are macros
814
- # hosted by CloudFormation.
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
- # [ `ExecuteChangeSet` ][1] API operation must not be specified. This
961
- # must be one of these values:
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 [ `ExecuteChangeSet` ][1] API operation.
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 [ `ExecuteChangeSet` ][1] API operation.
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 [ `Parameter` ][1] data
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
- # * [ `AWS::IAM::AccessKey` ][1]
1200
+ # * [AWS::IAM::AccessKey][1]
1202
1201
  #
1203
- # * [ `AWS::IAM::Group` ][2]
1202
+ # * [AWS::IAM::Group][2]
1204
1203
  #
1205
- # * [ `AWS::IAM::InstanceProfile` ][3]
1204
+ # * [AWS::IAM::InstanceProfile][3]
1206
1205
  #
1207
- # * [ `AWS::IAM::Policy` ][4]
1206
+ # * [AWS::IAM::Policy][4]
1208
1207
  #
1209
- # * [ `AWS::IAM::Role` ][5]
1208
+ # * [AWS::IAM::Role][5]
1210
1209
  #
1211
- # * [ `AWS::IAM::User` ][6]
1210
+ # * [AWS::IAM::User][6]
1212
1211
  #
1213
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
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 [ `AWS::Include`
1230
- # ][9] and [ `AWS::Serverless` ][10] transforms, which are macros
1231
- # hosted by CloudFormation.
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
- # `UpdateStackSet` ][1] to update the stack set template.
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
- # * [ `AWS::IAM::AccessKey` ][1]
1650
+ # * [AWS::IAM::AccessKey][1]
1652
1651
  #
1653
- # * [ `AWS::IAM::Group` ][2]
1652
+ # * [AWS::IAM::Group][2]
1654
1653
  #
1655
- # * [ `AWS::IAM::InstanceProfile` ][3]
1654
+ # * [AWS::IAM::InstanceProfile][3]
1656
1655
  #
1657
- # * [ `AWS::IAM::Policy` ][4]
1656
+ # * [AWS::IAM::Policy][4]
1658
1657
  #
1659
- # * [ `AWS::IAM::Role` ][5]
1658
+ # * [AWS::IAM::Role][5]
1660
1659
  #
1661
- # * [ `AWS::IAM::User` ][6]
1660
+ # * [AWS::IAM::User][6]
1662
1661
  #
1663
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
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
- # `AWS::Include` ][10] and [ `AWS::Serverless` ][11] transforms,
1681
- # which are macros hosted by CloudFormation.) Even if you specify
1682
- # this capability for a stack set with service-managed permissions,
1683
- # if you reference a macro in your template the stack set operation
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 [ `Parameter` ][1] data type.
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
- # [ `ExecuteChangeSet` ][1] API operation must not be specified. This
2499
- # must be one of these values:
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 [ `ExecuteChangeSet` ][1] API operation.
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 [ `ExecuteChangeSet` ][1] API operation.
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 [ `ActivateType` ][1].
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 [ `RegisterType` ][1].
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 [ `RegisterType` ][1].
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
- # `RegisterType` ][1].
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 [ `RegisterType` ][1].
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 [ `ActivateType`
3671
- # ][2].
3669
+ # auto-update specified. For more information, see
3670
+ # [ActivateType][2].
3672
3671
  #
3673
3672
  #
3674
3673
  #
@@ -3685,15 +3684,15 @@ 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
- # `SetTypeConfiguration` ][1]. For more information, see [Configuring
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
  #
3693
3692
  #
3694
3693
  #
3695
3694
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
3696
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration
3695
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
3697
3696
  # @return [String]
3698
3697
  #
3699
3698
  # @!attribute [rw] publisher_id
@@ -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 [ `CreateChangeSet` ][1] API
4072
- # operation was specified.
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 [ `CreateChangeSet` ][1] API operation.
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 [ `CreateChangeSet` ][1] API operation.
4079
+ # parameter to the [CreateChangeSet][1] API operation.
4081
4080
  #
4082
4081
  # Default: `True`
4083
4082
  #
@@ -5243,9 +5242,9 @@ module Aws::CloudFormation
5243
5242
  # @!attribute [rw] next_token
5244
5243
  # If the request doesn't return all the remaining results,
5245
5244
  # `NextToken` is set to a token. To retrieve the next set of results,
5246
- # call [ `ListStackSetAutoDeploymentTargets` ][1] again and use that
5247
- # value for the `NextToken` parameter. If the request returns all
5248
- # results, `NextToken` is set to an empty string.
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.
5249
5248
  #
5250
5249
  #
5251
5250
  #
@@ -6571,6 +6570,25 @@ module Aws::CloudFormation
6571
6570
  # The `ResourceChange` structure describes the resource and the action
6572
6571
  # that CloudFormation will perform on it if you execute this change set.
6573
6572
  #
6573
+ # @!attribute [rw] policy_action
6574
+ # The action that will be taken on the physical resource when the
6575
+ # change set is executed.
6576
+ #
6577
+ # * `Delete` The resource will be deleted.
6578
+ #
6579
+ # * `Retain` The resource will be retained.
6580
+ #
6581
+ # * `Snapshot` The resource will have a snapshot taken.
6582
+ #
6583
+ # * `ReplaceAndDelete` The resource will be replaced and then deleted.
6584
+ #
6585
+ # * `ReplaceAndRetain` The resource will be replaced and then
6586
+ # retained.
6587
+ #
6588
+ # * `ReplaceAndSnapshot` The resource will be replaced and then have a
6589
+ # snapshot taken.
6590
+ # @return [String]
6591
+ #
6574
6592
  # @!attribute [rw] action
6575
6593
  # The action that CloudFormation takes on the resource, such as `Add`
6576
6594
  # (adds a new resource), `Modify` (changes a resource), `Remove`
@@ -6633,6 +6651,7 @@ module Aws::CloudFormation
6633
6651
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ResourceChange AWS API Documentation
6634
6652
  #
6635
6653
  class ResourceChange < Struct.new(
6654
+ :policy_action,
6636
6655
  :action,
6637
6656
  :logical_resource_id,
6638
6657
  :physical_resource_id,
@@ -7084,8 +7103,8 @@ module Aws::CloudFormation
7084
7103
  # triggers, CloudFormation still waits the specified period of time
7085
7104
  # before cleaning up old resources after update operations. You can
7086
7105
  # use this monitoring period to perform any manual stack validation
7087
- # desired, and manually cancel the stack creation or update (using [
7088
- # `CancelUpdateStack` ][1], for example) as necessary.
7106
+ # desired, and manually cancel the stack creation or update (using
7107
+ # [CancelUpdateStack][1], for example) as necessary.
7089
7108
  #
7090
7109
  # If you specify 0 for this parameter, CloudFormation still monitors
7091
7110
  # the specified rollback triggers during stack creation and update
@@ -7164,9 +7183,9 @@ module Aws::CloudFormation
7164
7183
  # @return [String]
7165
7184
  #
7166
7185
  # @!attribute [rw] type
7167
- # The resource type of the rollback trigger. Specify either [
7168
- # `AWS::CloudWatch::Alarm` ][1] or [ `AWS::CloudWatch::CompositeAlarm`
7169
- # ][2] resource types.
7186
+ # The resource type of the rollback trigger. Specify either
7187
+ # [AWS::CloudWatch::Alarm][1] or [AWS::CloudWatch::CompositeAlarm][2]
7188
+ # resource types.
7170
7189
  #
7171
7190
  #
7172
7191
  #
@@ -7308,9 +7327,9 @@ module Aws::CloudFormation
7308
7327
  # and Region.
7309
7328
  #
7310
7329
  # For public extensions, this will be the ARN assigned when you call
7311
- # the [ `ActivateType` ][1] API operation in this account and Region.
7312
- # For private extensions, this will be the ARN assigned when you call
7313
- # the [ `RegisterType` ][2] API operation in this account and Region.
7330
+ # the [ActivateType][1] API operation in this account and Region. For
7331
+ # private extensions, this will be the ARN assigned when you call the
7332
+ # [RegisterType][2] API operation in this account and Region.
7314
7333
  #
7315
7334
  # Do not include the extension versions suffix at the end of the ARN.
7316
7335
  # You can set the configuration for an extension, but not for a
@@ -7328,9 +7347,9 @@ module Aws::CloudFormation
7328
7347
  #
7329
7348
  # The configuration data must be formatted as JSON, and validate
7330
7349
  # against the schema returned in the `ConfigurationSchema` response
7331
- # element of [ `DescribeType` ][1]. For more information, see
7332
- # [Defining account-level configuration data for an extension][2] in
7333
- # the *CloudFormation CLI User Guide*.
7350
+ # element of [DescribeType][1]. For more information, see [Defining
7351
+ # account-level configuration data for an extension][2] in the
7352
+ # *CloudFormation CLI User Guide*.
7334
7353
  #
7335
7354
  #
7336
7355
  #
@@ -7945,8 +7964,8 @@ module Aws::CloudFormation
7945
7964
  #
7946
7965
  # @!attribute [rw] organizational_unit_id
7947
7966
  # \[Service-managed permissions\] The organization root ID or
7948
- # organizational unit (OU) IDs that you specified for [
7949
- # `DeploymentTargets` ][1].
7967
+ # organizational unit (OU) IDs that you specified for
7968
+ # [DeploymentTargets][1].
7950
7969
  #
7951
7970
  #
7952
7971
  #
@@ -8213,8 +8232,8 @@ module Aws::CloudFormation
8213
8232
  #
8214
8233
  # @!attribute [rw] organizational_unit_id
8215
8234
  # \[Service-managed permissions\] The organization root ID or
8216
- # organizational unit (OU) IDs that you specified for [
8217
- # `DeploymentTargets` ][1].
8235
+ # organizational unit (OU) IDs that you specified for
8236
+ # [DeploymentTargets][1].
8218
8237
  #
8219
8238
  #
8220
8239
  #
@@ -8829,8 +8848,8 @@ module Aws::CloudFormation
8829
8848
  #
8830
8849
  # @!attribute [rw] organizational_unit_ids
8831
8850
  # \[Service-managed permissions\] The organization root ID or
8832
- # organizational unit (OU) IDs that you specified for [
8833
- # `DeploymentTargets` ][1].
8851
+ # organizational unit (OU) IDs that you specified for
8852
+ # [DeploymentTargets][1].
8834
8853
  #
8835
8854
  #
8836
8855
  #
@@ -8872,8 +8891,8 @@ module Aws::CloudFormation
8872
8891
  include Aws::Structure
8873
8892
  end
8874
8893
 
8875
- # One of the targets for the stack set. Returned by the [
8876
- # `ListStackSetAutoDeploymentTargets` ][1] API operation.
8894
+ # One of the targets for the stack set. Returned by the
8895
+ # [ListStackSetAutoDeploymentTargets][1] API operation.
8877
8896
  #
8878
8897
  #
8879
8898
  #
@@ -9350,8 +9369,8 @@ module Aws::CloudFormation
9350
9369
  #
9351
9370
  # @!attribute [rw] organizational_unit_id
9352
9371
  # \[Service-managed permissions\] The organization root ID or
9353
- # organizational unit (OU) IDs that you specified for [
9354
- # `DeploymentTargets` ][1].
9372
+ # organizational unit (OU) IDs that you specified for
9373
+ # [DeploymentTargets][1].
9355
9374
  #
9356
9375
  #
9357
9376
  #
@@ -9787,7 +9806,7 @@ module Aws::CloudFormation
9787
9806
  #
9788
9807
  # * `RETAIN` - retain all resources when the stack is deleted.
9789
9808
  #
9790
- # For more information, see [ `DeletionPolicy` attribute][1] in the
9809
+ # For more information, see [DeletionPolicy attribute][1] in the
9791
9810
  # *CloudFormation User Guide*.
9792
9811
  #
9793
9812
  #
@@ -9805,8 +9824,8 @@ module Aws::CloudFormation
9805
9824
  # * `RETAIN` - retain all resources when the resource is replaced
9806
9825
  # during an update operation.
9807
9826
  #
9808
- # For more information, see [ `UpdateReplacePolicy` attribute][1] in
9809
- # the *CloudFormation User Guide*.
9827
+ # For more information, see [UpdateReplacePolicy attribute][1] in the
9828
+ # *CloudFormation User Guide*.
9810
9829
  #
9811
9830
  #
9812
9831
  #
@@ -10057,7 +10076,7 @@ module Aws::CloudFormation
10057
10076
  #
10058
10077
  #
10059
10078
  #
10060
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration
10079
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
10061
10080
  #
10062
10081
  # @!attribute [rw] arn
10063
10082
  # The Amazon Resource Name (ARN) for the configuration data, in this
@@ -10089,9 +10108,9 @@ module Aws::CloudFormation
10089
10108
  # and Region.
10090
10109
  #
10091
10110
  # For public extensions, this will be the ARN assigned when you call
10092
- # the [ `ActivateType` ][1] API operation in this account and Region.
10093
- # For private extensions, this will be the ARN assigned when you call
10094
- # the [ `RegisterType` ][2] API operation in this account and Region.
10111
+ # the [ActivateType][1] API operation in this account and Region. For
10112
+ # private extensions, this will be the ARN assigned when you call the
10113
+ # [RegisterType][2] API operation in this account and Region.
10095
10114
  #
10096
10115
  #
10097
10116
  #
@@ -10130,9 +10149,9 @@ module Aws::CloudFormation
10130
10149
  # and Region.
10131
10150
  #
10132
10151
  # For public extensions, this will be the ARN assigned when you call
10133
- # the [ `ActivateType` ][1] API operation in this account and Region.
10134
- # For private extensions, this will be the ARN assigned when you call
10135
- # the [ `RegisterType` ][2] API operation in this account and Region.
10152
+ # the [ActivateType][1] API operation in this account and Region. For
10153
+ # private extensions, this will be the ARN assigned when you call the
10154
+ # [RegisterType][2] API operation in this account and Region.
10136
10155
  #
10137
10156
  #
10138
10157
  #
@@ -10236,8 +10255,8 @@ module Aws::CloudFormation
10236
10255
  # @!attribute [rw] type_name
10237
10256
  # The name of the extension.
10238
10257
  #
10239
- # If you specified a `TypeNameAlias` when you call the [
10240
- # `ActivateType` ][1] API operation in your account and Region,
10258
+ # If you specified a `TypeNameAlias` when you call the
10259
+ # [ActivateType][1] API operation in your account and Region,
10241
10260
  # CloudFormation considers that alias as the type name.
10242
10261
  #
10243
10262
  #
@@ -10252,7 +10271,7 @@ module Aws::CloudFormation
10252
10271
  # This applies only to private extensions you have registered in your
10253
10272
  # account. For public extensions, both those provided by Amazon and
10254
10273
  # published by third parties, CloudFormation returns `null`. For more
10255
- # information, see [ `RegisterType` ][1].
10274
+ # information, see [RegisterType][1].
10256
10275
  #
10257
10276
  # To set the default version of an extension, use
10258
10277
  # SetTypeDefaultVersion.
@@ -10271,11 +10290,11 @@ module Aws::CloudFormation
10271
10290
  # only to:
10272
10291
  #
10273
10292
  # * Private extensions you have registered in your account. For more
10274
- # information, see [ `RegisterType` ][1].
10293
+ # information, see [RegisterType][1].
10275
10294
  #
10276
10295
  # * Public extensions you have activated in your account with
10277
- # auto-update specified. For more information, see [ `ActivateType`
10278
- # ][2].
10296
+ # auto-update specified. For more information, see
10297
+ # [ActivateType][2].
10279
10298
  #
10280
10299
  # For all other extension types, CloudFormation returns `null`.
10281
10300
  #
@@ -10591,8 +10610,7 @@ module Aws::CloudFormation
10591
10610
  #
10592
10611
  # @!attribute [rw] parameters
10593
10612
  # A list of `Parameter` structures that specify input parameters for
10594
- # the stack. For more information, see the [ `Parameter` ][1] data
10595
- # type.
10613
+ # the stack. For more information, see the [Parameter][1] data type.
10596
10614
  #
10597
10615
  #
10598
10616
  #
@@ -10627,19 +10645,19 @@ module Aws::CloudFormation
10627
10645
  # you review all permissions associated with them and edit their
10628
10646
  # permissions if necessary.
10629
10647
  #
10630
- # * [ `AWS::IAM::AccessKey` ][1]
10648
+ # * [ AWS::IAM::AccessKey][1]
10631
10649
  #
10632
- # * [ `AWS::IAM::Group` ][2]
10650
+ # * [ AWS::IAM::Group][2]
10633
10651
  #
10634
- # * [ `AWS::IAM::InstanceProfile` ][3]
10652
+ # * [AWS::IAM::InstanceProfile][3]
10635
10653
  #
10636
- # * [ ` AWS::IAM::Policy` ][4]
10654
+ # * [AWS::IAM::Policy][4]
10637
10655
  #
10638
- # * [ `AWS::IAM::Role` ][5]
10656
+ # * [ AWS::IAM::Role][5]
10639
10657
  #
10640
- # * [ `AWS::IAM::User` ][6]
10658
+ # * [ AWS::IAM::User][6]
10641
10659
  #
10642
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
10660
+ # * [AWS::IAM::UserToGroupAddition][7]
10643
10661
  #
10644
10662
  # For more information, see [Acknowledging IAM Resources in
10645
10663
  # CloudFormation Templates][8].
@@ -10655,9 +10673,9 @@ module Aws::CloudFormation
10655
10673
  # your stack template contains one or more macros, and you choose to
10656
10674
  # update a stack directly from the processed template, without first
10657
10675
  # reviewing the resulting changes in a change set, you must
10658
- # acknowledge this capability. This includes the [ `AWS::Include`
10659
- # ][9] and [ `AWS::Serverless` ][10] transforms, which are macros
10660
- # hosted by CloudFormation.
10676
+ # acknowledge this capability. This includes the [AWS::Include][9]
10677
+ # and [AWS::Serverless][10] transforms, which are macros hosted by
10678
+ # CloudFormation.
10661
10679
  #
10662
10680
  # If you want to update a stack from a stack template that contains
10663
10681
  # macros *and* nested stacks, you must update the stack directly
@@ -10904,11 +10922,11 @@ module Aws::CloudFormation
10904
10922
  # the stack set; to add or delete a parameter itself, use
10905
10923
  # `UpdateStackSet` to update the stack set template. If you add a
10906
10924
  # parameter to a template, before you can override the parameter value
10907
- # specified in the stack set you must first use [ `UpdateStackSet`
10908
- # ][1] to update all stack instances with the updated template and
10909
- # parameter value specified in the stack set. Once a stack instance
10910
- # has been updated with the new parameter, you can then override the
10911
- # parameter value using `UpdateStackInstances`.
10925
+ # specified in the stack set you must first use [UpdateStackSet][1] to
10926
+ # update all stack instances with the updated template and parameter
10927
+ # value specified in the stack set. Once a stack instance has been
10928
+ # updated with the new parameter, you can then override the parameter
10929
+ # value using `UpdateStackInstances`.
10912
10930
  #
10913
10931
  #
10914
10932
  #
@@ -11080,19 +11098,19 @@ module Aws::CloudFormation
11080
11098
  # you review all permissions associated with them and edit their
11081
11099
  # permissions if necessary.
11082
11100
  #
11083
- # * [ `AWS::IAM::AccessKey` ][1]
11101
+ # * [AWS::IAM::AccessKey][1]
11084
11102
  #
11085
- # * [ `AWS::IAM::Group` ][2]
11103
+ # * [AWS::IAM::Group][2]
11086
11104
  #
11087
- # * [ `AWS::IAM::InstanceProfile` ][3]
11105
+ # * [AWS::IAM::InstanceProfile][3]
11088
11106
  #
11089
- # * [ `AWS::IAM::Policy` ][4]
11107
+ # * [AWS::IAM::Policy][4]
11090
11108
  #
11091
- # * [ `AWS::IAM::Role` ][5]
11109
+ # * [AWS::IAM::Role][5]
11092
11110
  #
11093
- # * [ `AWS::IAM::User` ][6]
11111
+ # * [AWS::IAM::User][6]
11094
11112
  #
11095
- # * [ `AWS::IAM::UserToGroupAddition` ][7]
11113
+ # * [AWS::IAM::UserToGroupAddition][7]
11096
11114
  #
11097
11115
  # For more information, see [Acknowledging IAM Resources in
11098
11116
  # CloudFormation Templates][8].
@@ -11108,11 +11126,11 @@ module Aws::CloudFormation
11108
11126
  # Processing on Templates][9].
11109
11127
  #
11110
11128
  # Stack sets with service-managed permissions do not currently
11111
- # support the use of macros in templates. (This includes the [
11112
- # `AWS::Include` ][10] and [ `AWS::Serverless` ][11] transforms,
11113
- # which are macros hosted by CloudFormation.) Even if you specify
11114
- # this capability for a stack set with service-managed permissions,
11115
- # if you reference a macro in your template the stack set operation
11129
+ # support the use of macros in templates. (This includes the
11130
+ # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
11131
+ # macros hosted by CloudFormation.) Even if you specify this
11132
+ # capability for a stack set with service-managed permissions, if
11133
+ # you reference a macro in your template the stack set operation
11116
11134
  # will fail.
11117
11135
  #
11118
11136
  #
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.102.0'
60
+ GEM_VERSION = '1.104.0'
61
61
 
62
62
  end
data/sig/types.rbs CHANGED
@@ -1195,6 +1195,7 @@ module Aws::CloudFormation
1195
1195
  end
1196
1196
 
1197
1197
  class ResourceChange
1198
+ attr_accessor policy_action: ("Delete" | "Retain" | "Snapshot" | "ReplaceAndDelete" | "ReplaceAndRetain" | "ReplaceAndSnapshot")
1198
1199
  attr_accessor action: ("Add" | "Modify" | "Remove" | "Import" | "Dynamic")
1199
1200
  attr_accessor logical_resource_id: ::String
1200
1201
  attr_accessor physical_resource_id: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-18 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core