aws-sdk-cloudformation 1.119.0 → 1.121.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,8 +86,8 @@ module Aws::CloudFormation
86
86
  # * Number of stack outputs
87
87
  #
88
88
  # For more information about these account limits, and other
89
- # CloudFormation limits, see [CloudFormation quotas][1] in the
90
- # *CloudFormation User Guide*.
89
+ # CloudFormation limits, see [Understand CloudFormation quotas][1] in
90
+ # the *CloudFormation User Guide*.
91
91
  #
92
92
  #
93
93
  #
@@ -330,7 +330,7 @@ module Aws::CloudFormation
330
330
  # An error occurred during a CloudFormation registry operation.
331
331
  #
332
332
  # @!attribute [rw] message
333
- # An message with details about the error that occurred.
333
+ # A message with details about the error that occurred.
334
334
  # @return [String]
335
335
  #
336
336
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CFNRegistryException AWS API Documentation
@@ -631,14 +631,13 @@ module Aws::CloudFormation
631
631
  # @return [String]
632
632
  #
633
633
  # @!attribute [rw] role_arn
634
- # The Amazon Resource Name (ARN) of an Identity and Access Management
635
- # (IAM) role that CloudFormation assumes to roll back the stack.
636
- # CloudFormation uses the role's credentials to make calls on your
637
- # behalf. CloudFormation always uses this role for all future
638
- # operations on the stack. Provided that users have permission to
639
- # operate on the stack, CloudFormation uses this role even if the
640
- # users don't have permission to pass it. Ensure that the role grants
641
- # least permission.
634
+ # The Amazon Resource Name (ARN) of an IAM role that CloudFormation
635
+ # assumes to roll back the stack. CloudFormation uses the role's
636
+ # credentials to make calls on your behalf. CloudFormation always uses
637
+ # this role for all future operations on the stack. Provided that
638
+ # users have permission to operate on the stack, CloudFormation uses
639
+ # this role even if the users don't have permission to pass it.
640
+ # Ensure that the role grants least permission.
642
641
  #
643
642
  # If you don't specify a value, CloudFormation uses the role that was
644
643
  # previously associated with the stack. If no role is available,
@@ -680,8 +679,8 @@ module Aws::CloudFormation
680
679
  #
681
680
  # <note markdown="1"> Don't confuse a child stack's name with its corresponding logical
682
681
  # ID defined in the parent stack. For an example of a continue update
683
- # rollback operation with nested stacks, see [Using ResourcesToSkip to
684
- # recover a nested stacks hierarchy][2].
682
+ # rollback operation with nested stacks, see [Continue rolling back
683
+ # from failed nested stack updates][2].
685
684
  #
686
685
  # </note>
687
686
  #
@@ -765,9 +764,8 @@ module Aws::CloudFormation
765
764
  #
766
765
  # Some stack templates might include resources that can affect
767
766
  # permissions in your Amazon Web Services account; for example, by
768
- # creating new Identity and Access Management (IAM) users. For those
769
- # stacks, you must explicitly acknowledge this by specifying one of
770
- # these capabilities.
767
+ # creating new IAM users. For those stacks, you must explicitly
768
+ # acknowledge this by specifying one of these capabilities.
771
769
  #
772
770
  # The following IAM resources require you to specify either the
773
771
  # `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
@@ -826,8 +824,8 @@ module Aws::CloudFormation
826
824
  #
827
825
  # </note>
828
826
  #
829
- # For more information about macros, see [Using CloudFormation
830
- # macros to perform custom processing on templates][11].
827
+ # For more information about macros, see [Perform custom processing
828
+ # on CloudFormation templates with template macros][11].
831
829
  #
832
830
  # <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
833
831
  # specified.
@@ -836,14 +834,14 @@ module Aws::CloudFormation
836
834
  #
837
835
  #
838
836
  #
839
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
840
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
837
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html
838
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html
841
839
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html
842
- # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html
840
+ # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html
843
841
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
844
- # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
845
- # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
846
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
842
+ # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
843
+ # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html
844
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
847
845
  # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
848
846
  # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
849
847
  # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
@@ -856,11 +854,10 @@ module Aws::CloudFormation
856
854
  #
857
855
  # If the list of resource types doesn't include a resource type that
858
856
  # you're updating, the stack update fails. By default, CloudFormation
859
- # grants permissions to all resource types. Identity and Access
860
- # Management (IAM) uses this parameter for condition keys in IAM
861
- # policies for CloudFormation. For more information, see [Controlling
862
- # access with Identity and Access Management][1] in the
863
- # *CloudFormation User Guide*.
857
+ # grants permissions to all resource types. IAM uses this parameter
858
+ # for condition keys in IAM policies for CloudFormation. For more
859
+ # information, see [Control access with Identity and Access
860
+ # Management][1] in the *CloudFormation User Guide*.
864
861
  #
865
862
  # <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
866
863
  # specified.
@@ -873,13 +870,13 @@ module Aws::CloudFormation
873
870
  # @return [Array<String>]
874
871
  #
875
872
  # @!attribute [rw] role_arn
876
- # The Amazon Resource Name (ARN) of an Identity and Access Management
877
- # (IAM) role that CloudFormation assumes when executing the change
878
- # set. CloudFormation uses the role's credentials to make calls on
879
- # your behalf. CloudFormation uses this role for all future operations
880
- # on the stack. Provided that users have permission to operate on the
881
- # stack, CloudFormation uses this role even if the users don't have
882
- # permission to pass it. Ensure that the role grants least permission.
873
+ # The Amazon Resource Name (ARN) of an IAM role that CloudFormation
874
+ # assumes when executing the change set. CloudFormation uses the
875
+ # role's credentials to make calls on your behalf. CloudFormation
876
+ # uses this role for all future operations on the stack. Provided that
877
+ # users have permission to operate on the stack, CloudFormation uses
878
+ # this role even if the users don't have permission to pass it.
879
+ # Ensure that the role grants least permission.
883
880
  #
884
881
  # If you don't specify a value, CloudFormation uses the role that was
885
882
  # previously associated with the stack. If no role is available,
@@ -894,10 +891,9 @@ module Aws::CloudFormation
894
891
  # @return [Types::RollbackConfiguration]
895
892
  #
896
893
  # @!attribute [rw] notification_arns
897
- # The Amazon Resource Names (ARNs) of Amazon Simple Notification
898
- # Service (Amazon SNS) topics that CloudFormation associates with the
899
- # stack. To remove all associated notification topics, specify an
900
- # empty list.
894
+ # The Amazon Resource Names (ARNs) of Amazon SNS topics that
895
+ # CloudFormation associates with the stack. To remove all associated
896
+ # notification topics, specify an empty list.
901
897
  # @return [Array<String>]
902
898
  #
903
899
  # @!attribute [rw] tags
@@ -935,16 +931,12 @@ module Aws::CloudFormation
935
931
  #
936
932
  # If you create a change set for a new stack, CloudFormation creates a
937
933
  # stack with a unique stack ID, but no template or resources. The
938
- # stack will be in the [REVIEW\_IN\_PROGRESS][1] state until you
939
- # execute the change set.
934
+ # stack will be in the `REVIEW_IN_PROGRESS` state until you execute
935
+ # the change set.
940
936
  #
941
937
  # By default, CloudFormation specifies `UPDATE`. You can't use the
942
938
  # `UPDATE` type to create a change set for a new stack or the `CREATE`
943
939
  # type to create a change set for an existing stack.
944
- #
945
- #
946
- #
947
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995
948
940
  # @return [String]
949
941
  #
950
942
  # @!attribute [rw] resources_to_import
@@ -993,8 +985,9 @@ module Aws::CloudFormation
993
985
  # templates. For more information, see [name type][1] in the
994
986
  # *CloudFormation User Guide*. To import resources that do not accept
995
987
  # custom names, such as EC2 instances, use the resource import feature
996
- # instead. For more information, see [Bringing existing resources into
997
- # CloudFormation management][2] in the *CloudFormation User Guide*.
988
+ # instead. For more information, see [Import Amazon Web Services
989
+ # resources into a CloudFormation stack with a resource import][2] in
990
+ # the *CloudFormation User Guide*.
998
991
  #
999
992
  # </note>
1000
993
  #
@@ -1110,30 +1103,20 @@ module Aws::CloudFormation
1110
1103
  #
1111
1104
  # @!attribute [rw] template_body
1112
1105
  # Structure containing the template body with a minimum length of 1
1113
- # byte and a maximum length of 51,200 bytes. For more information, go
1114
- # to [Template anatomy][1] in the *CloudFormation User Guide*.
1106
+ # byte and a maximum length of 51,200 bytes.
1115
1107
  #
1116
1108
  # Conditional: You must specify either the `TemplateBody` or the
1117
1109
  # `TemplateURL` parameter, but not both.
1118
- #
1119
- #
1120
- #
1121
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
1122
1110
  # @return [String]
1123
1111
  #
1124
1112
  # @!attribute [rw] template_url
1125
1113
  # Location of file containing the template body. The URL must point to
1126
1114
  # a template (max size: 460,800 bytes) that's located in an Amazon S3
1127
- # bucket or a Systems Manager document. For more information, go to
1128
- # the [Template anatomy][1] in the *CloudFormation User Guide*. The
1129
- # location for an Amazon S3 bucket must start with `https://`.
1115
+ # bucket or a Systems Manager document. The location for an Amazon S3
1116
+ # bucket must start with `https://`.
1130
1117
  #
1131
1118
  # Conditional: You must specify either the `TemplateBody` or the
1132
1119
  # `TemplateURL` parameter, but not both.
1133
- #
1134
- #
1135
- #
1136
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
1137
1120
  # @return [String]
1138
1121
  #
1139
1122
  # @!attribute [rw] parameters
@@ -1166,10 +1149,9 @@ module Aws::CloudFormation
1166
1149
  # @return [Integer]
1167
1150
  #
1168
1151
  # @!attribute [rw] notification_arns
1169
- # The Amazon Simple Notification Service (Amazon SNS) topic ARNs to
1170
- # publish stack related events. You can find your Amazon SNS topic
1171
- # ARNs using the Amazon SNS console or your Command Line Interface
1172
- # (CLI).
1152
+ # The Amazon SNS topic ARNs to publish stack related events. You can
1153
+ # find your Amazon SNS topic ARNs using the Amazon SNS console or your
1154
+ # Command Line Interface (CLI).
1173
1155
  # @return [Array<String>]
1174
1156
  #
1175
1157
  # @!attribute [rw] capabilities
@@ -1181,9 +1163,8 @@ module Aws::CloudFormation
1181
1163
  #
1182
1164
  # Some stack templates might include resources that can affect
1183
1165
  # permissions in your Amazon Web Services account; for example, by
1184
- # creating new Identity and Access Management (IAM) users. For those
1185
- # stacks, you must explicitly acknowledge this by specifying one of
1186
- # these capabilities.
1166
+ # creating new IAM users. For those stacks, you must explicitly
1167
+ # acknowledge this by specifying one of these capabilities.
1187
1168
  #
1188
1169
  # The following IAM resources require you to specify either the
1189
1170
  # `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
@@ -1214,8 +1195,8 @@ module Aws::CloudFormation
1214
1195
  #
1215
1196
  # * [AWS::IAM::UserToGroupAddition][7]
1216
1197
  #
1217
- # For more information, see [Acknowledging IAM Resources in
1218
- # CloudFormation Templates][8].
1198
+ # For more information, see [Acknowledging IAM resources in
1199
+ # CloudFormation templates][8].
1219
1200
  #
1220
1201
  # * `CAPABILITY_AUTO_EXPAND`
1221
1202
  #
@@ -1244,8 +1225,8 @@ module Aws::CloudFormation
1244
1225
  # owner can update the function operation without CloudFormation
1245
1226
  # being notified.
1246
1227
  #
1247
- # For more information, see [Using CloudFormation macros to perform
1248
- # custom processing on templates][11].
1228
+ # For more information, see [Perform custom processing on
1229
+ # CloudFormation templates with template macros][11].
1249
1230
  #
1250
1231
  # <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
1251
1232
  # specified.
@@ -1254,14 +1235,14 @@ module Aws::CloudFormation
1254
1235
  #
1255
1236
  #
1256
1237
  #
1257
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
1258
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
1238
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html
1239
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html
1259
1240
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html
1260
- # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html
1241
+ # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html
1261
1242
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
1262
- # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
1263
- # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
1264
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
1243
+ # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
1244
+ # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html
1245
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
1265
1246
  # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
1266
1247
  # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
1267
1248
  # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
@@ -1280,11 +1261,10 @@ module Aws::CloudFormation
1280
1261
  #
1281
1262
  # If the list of resource types doesn't include a resource that
1282
1263
  # you're creating, the stack creation fails. By default,
1283
- # CloudFormation grants permissions to all resource types. Identity
1284
- # and Access Management (IAM) uses this parameter for
1285
- # CloudFormation-specific condition keys in IAM policies. For more
1286
- # information, see [Controlling Access with Identity and Access
1287
- # Management][1].
1264
+ # CloudFormation grants permissions to all resource types. IAM uses
1265
+ # this parameter for CloudFormation-specific condition keys in IAM
1266
+ # policies. For more information, see [Control access with Identity
1267
+ # and Access Management][1].
1288
1268
  #
1289
1269
  # <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
1290
1270
  # specified.
@@ -1297,14 +1277,13 @@ module Aws::CloudFormation
1297
1277
  # @return [Array<String>]
1298
1278
  #
1299
1279
  # @!attribute [rw] role_arn
1300
- # The Amazon Resource Name (ARN) of an Identity and Access Management
1301
- # (IAM) role that CloudFormation assumes to create the stack.
1302
- # CloudFormation uses the role's credentials to make calls on your
1303
- # behalf. CloudFormation always uses this role for all future
1304
- # operations on the stack. Provided that users have permission to
1305
- # operate on the stack, CloudFormation uses this role even if the
1306
- # users don't have permission to pass it. Ensure that the role grants
1307
- # least privilege.
1280
+ # The Amazon Resource Name (ARN) of an IAM role that CloudFormation
1281
+ # assumes to create the stack. CloudFormation uses the role's
1282
+ # credentials to make calls on your behalf. CloudFormation always uses
1283
+ # this role for all future operations on the stack. Provided that
1284
+ # users have permission to operate on the stack, CloudFormation uses
1285
+ # this role even if the users don't have permission to pass it.
1286
+ # Ensure that the role grants least privilege.
1308
1287
  #
1309
1288
  # If you don't specify a value, CloudFormation uses the role that was
1310
1289
  # previously associated with the stack. If no role is available,
@@ -1321,8 +1300,8 @@ module Aws::CloudFormation
1321
1300
  # @return [String]
1322
1301
  #
1323
1302
  # @!attribute [rw] stack_policy_body
1324
- # Structure containing the stack policy body. For more information, go
1325
- # to [ Prevent Updates to Stack Resources][1] in the *CloudFormation
1303
+ # Structure containing the stack policy body. For more information,
1304
+ # see [Prevent updates to stack resources][1] in the *CloudFormation
1326
1305
  # User Guide*. You can specify either the `StackPolicyBody` or the
1327
1306
  # `StackPolicyURL` parameter, but not both.
1328
1307
  #
@@ -1371,9 +1350,9 @@ module Aws::CloudFormation
1371
1350
  # Whether to enable termination protection on the specified stack. If
1372
1351
  # a user attempts to delete a stack with termination protection
1373
1352
  # enabled, the operation fails and the stack remains unchanged. For
1374
- # more information, see [Protecting a Stack From Being Deleted][1] in
1375
- # the *CloudFormation User Guide*. Termination protection is
1376
- # deactivated on stacks by default.
1353
+ # more information, see [Protect CloudFormation stacks from being
1354
+ # deleted][1] in the *CloudFormation User Guide*. Termination
1355
+ # protection is deactivated on stacks by default.
1377
1356
  #
1378
1357
  # For [nested stacks][2], termination protection is set on the root
1379
1358
  # stack and can't be changed directly on the nested stack.
@@ -1586,31 +1565,19 @@ module Aws::CloudFormation
1586
1565
  #
1587
1566
  # @!attribute [rw] template_body
1588
1567
  # The structure that contains the template body, with a minimum length
1589
- # of 1 byte and a maximum length of 51,200 bytes. For more
1590
- # information, see [Template Anatomy][1] in the *CloudFormation User
1591
- # Guide*.
1568
+ # of 1 byte and a maximum length of 51,200 bytes.
1592
1569
  #
1593
1570
  # Conditional: You must specify either the TemplateBody or the
1594
1571
  # TemplateURL parameter, but not both.
1595
- #
1596
- #
1597
- #
1598
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
1599
1572
  # @return [String]
1600
1573
  #
1601
1574
  # @!attribute [rw] template_url
1602
1575
  # The location of the file that contains the template body. The URL
1603
1576
  # must point to a template (maximum size: 460,800 bytes) that's
1604
- # located in an Amazon S3 bucket or a Systems Manager document. For
1605
- # more information, see [Template Anatomy][1] in the *CloudFormation
1606
- # User Guide*.
1577
+ # located in an Amazon S3 bucket or a Systems Manager document.
1607
1578
  #
1608
1579
  # Conditional: You must specify either the TemplateBody or the
1609
1580
  # TemplateURL parameter, but not both.
1610
- #
1611
- #
1612
- #
1613
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
1614
1581
  # @return [String]
1615
1582
  #
1616
1583
  # @!attribute [rw] stack_id
@@ -1631,9 +1598,8 @@ module Aws::CloudFormation
1631
1598
  #
1632
1599
  # Some stack templates might include resources that can affect
1633
1600
  # permissions in your Amazon Web Services account; for example, by
1634
- # creating new Identity and Access Management (IAM) users. For those
1635
- # stack sets, you must explicitly acknowledge this by specifying one
1636
- # of these capabilities.
1601
+ # creating new IAM users. For those stack sets, you must explicitly
1602
+ # acknowledge this by specifying one of these capabilities.
1637
1603
  #
1638
1604
  # The following IAM resources require you to specify either the
1639
1605
  # `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
@@ -1664,8 +1630,8 @@ module Aws::CloudFormation
1664
1630
  #
1665
1631
  # * [AWS::IAM::UserToGroupAddition][7]
1666
1632
  #
1667
- # For more information, see [Acknowledging IAM Resources in
1668
- # CloudFormation Templates][8].
1633
+ # For more information, see [Acknowledging IAM resources in
1634
+ # CloudFormation templates][8].
1669
1635
  #
1670
1636
  # * `CAPABILITY_AUTO_EXPAND`
1671
1637
  #
@@ -1687,14 +1653,14 @@ module Aws::CloudFormation
1687
1653
  #
1688
1654
  #
1689
1655
  #
1690
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
1691
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
1656
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html
1657
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html
1692
1658
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html
1693
- # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html
1659
+ # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html
1694
1660
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
1695
- # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
1696
- # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
1697
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
1661
+ # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
1662
+ # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html
1663
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
1698
1664
  # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
1699
1665
  # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
1700
1666
  # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
@@ -1957,10 +1923,9 @@ module Aws::CloudFormation
1957
1923
  # @return [Array<String>]
1958
1924
  #
1959
1925
  # @!attribute [rw] role_arn
1960
- # The Amazon Resource Name (ARN) of an Identity and Access Management
1961
- # (IAM) role that CloudFormation assumes to delete the stack.
1962
- # CloudFormation uses the role's credentials to make calls on your
1963
- # behalf.
1926
+ # The Amazon Resource Name (ARN) of an IAM role that CloudFormation
1927
+ # assumes to delete the stack. CloudFormation uses the role's
1928
+ # credentials to make calls on your behalf.
1964
1929
  #
1965
1930
  # If you don't specify a value, CloudFormation uses the role that was
1966
1931
  # previously associated with the stack. If no role is available,
@@ -2050,7 +2015,7 @@ module Aws::CloudFormation
2050
2015
  #
2051
2016
  #
2052
2017
  #
2053
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
2018
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options
2054
2019
  # @return [Boolean]
2055
2020
  #
2056
2021
  # @!attribute [rw] operation_id
@@ -2466,9 +2431,8 @@ module Aws::CloudFormation
2466
2431
  # @return [String]
2467
2432
  #
2468
2433
  # @!attribute [rw] notification_arns
2469
- # The ARNs of the Amazon Simple Notification Service (Amazon SNS)
2470
- # topics that will be associated with the stack if you execute the
2471
- # change set.
2434
+ # The ARNs of the Amazon SNS topics that will be associated with the
2435
+ # stack if you execute the change set.
2472
2436
  # @return [Array<String>]
2473
2437
  #
2474
2438
  # @!attribute [rw] rollback_configuration
@@ -3121,11 +3085,11 @@ module Aws::CloudFormation
3121
3085
  # haven't yet been checked for drift aren't included. Resources that
3122
3086
  # do not currently support drift detection aren't checked, and so not
3123
3087
  # included. For a list of resources that support drift detection, see
3124
- # [Resources that Support Drift Detection][1].
3088
+ # [Resource type support for imports and drift detection][1].
3125
3089
  #
3126
3090
  #
3127
3091
  #
3128
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
3092
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html
3129
3093
  # @return [Array<Types::StackResourceDrift>]
3130
3094
  #
3131
3095
  # @!attribute [rw] next_token
@@ -3538,7 +3502,7 @@ module Aws::CloudFormation
3538
3502
  # An extension must have a test status of `PASSED` before it can be
3539
3503
  # published. For more information, see [Publishing extensions to
3540
3504
  # make them available for public use][1] in the *CloudFormation
3541
- # Command Line Interface User Guide*.
3505
+ # Command Line Interface (CLI) User Guide*.
3542
3506
  #
3543
3507
  # * `FAILED`: The extension has failed one or more contract tests.
3544
3508
  #
@@ -3570,8 +3534,9 @@ module Aws::CloudFormation
3570
3534
  # @!attribute [rw] schema
3571
3535
  # The schema that defines the extension.
3572
3536
  #
3573
- # For more information about extension schemas, see [Resource Provider
3574
- # Schema][1] in the *CloudFormation CLI User Guide*.
3537
+ # For more information about extension schemas, see [Resource type
3538
+ # schema][1] in the *CloudFormation Command Line Interface (CLI) User
3539
+ # Guide*.
3575
3540
  #
3576
3541
  #
3577
3542
  #
@@ -3705,14 +3670,14 @@ module Aws::CloudFormation
3705
3670
  # extension in this account and Region.
3706
3671
  #
3707
3672
  # To set the configuration data for an extension, use
3708
- # [SetTypeConfiguration][1]. For more information, see [Configuring
3709
- # extensions at the account level][2] in the *CloudFormation User
3710
- # Guide*.
3673
+ # [SetTypeConfiguration][1]. For more information, see [Edit
3674
+ # configuration data for extensions in your account][2] in the
3675
+ # *CloudFormation User Guide*.
3711
3676
  #
3712
3677
  #
3713
3678
  #
3714
3679
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
3715
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
3680
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html
3716
3681
  # @return [String]
3717
3682
  #
3718
3683
  # @!attribute [rw] publisher_id
@@ -3730,9 +3695,8 @@ module Aws::CloudFormation
3730
3695
  # If you specified a `TypeNameAlias` when enabling the extension in
3731
3696
  # this account and Region, CloudFormation treats that alias as the
3732
3697
  # extension's type name within the account and Region, not the type
3733
- # name of the public extension. For more information, see [Specifying
3734
- # aliases to refer to extensions][1] in the *CloudFormation User
3735
- # Guide*.
3698
+ # name of the public extension. For more information, see [Use aliases
3699
+ # to refer to extensions][1] in the *CloudFormation User Guide*.
3736
3700
  #
3737
3701
  #
3738
3702
  #
@@ -3773,13 +3737,12 @@ module Aws::CloudFormation
3773
3737
  # Whether CloudFormation automatically updates the extension in this
3774
3738
  # account and Region when a new *minor* version is published by the
3775
3739
  # extension publisher. Major versions released by the publisher must
3776
- # be manually updated. For more information, see [Activating public
3777
- # extensions for use in your account][1] in the *CloudFormation User
3778
- # Guide*.
3740
+ # be manually updated. For more information, see [Automatically use
3741
+ # new versions of extensions][1] in the *CloudFormation User Guide*.
3779
3742
  #
3780
3743
  #
3781
3744
  #
3782
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable
3745
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto
3783
3746
  # @return [Boolean]
3784
3747
  #
3785
3748
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeOutput AWS API Documentation
@@ -3945,7 +3908,7 @@ module Aws::CloudFormation
3945
3908
  #
3946
3909
  #
3947
3910
  #
3948
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
3911
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options
3949
3912
  # @return [Types::StackSetOperationPreferences]
3950
3913
  #
3951
3914
  # @!attribute [rw] operation_id
@@ -4008,30 +3971,20 @@ module Aws::CloudFormation
4008
3971
  #
4009
3972
  # @!attribute [rw] template_body
4010
3973
  # Structure containing the template body with a minimum length of 1
4011
- # byte and a maximum length of 51,200 bytes. (For more information, go
4012
- # to [Template Anatomy][1] in the *CloudFormation User Guide*.)
3974
+ # byte and a maximum length of 51,200 bytes.
4013
3975
  #
4014
3976
  # Conditional: You must pass `TemplateBody` or `TemplateURL`. If both
4015
3977
  # are passed, only `TemplateBody` is used.
4016
- #
4017
- #
4018
- #
4019
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
4020
3978
  # @return [String]
4021
3979
  #
4022
3980
  # @!attribute [rw] template_url
4023
3981
  # Location of file containing the template body. The URL must point to
4024
3982
  # a template that's located in an Amazon S3 bucket or a Systems
4025
- # Manager document. For more information, go to [Template Anatomy][1]
4026
- # in the *CloudFormation User Guide*. The location for an Amazon S3
4027
- # bucket must start with `https://`.
3983
+ # Manager document. The location for an Amazon S3 bucket must start
3984
+ # with `https://`.
4028
3985
  #
4029
3986
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
4030
3987
  # are passed, only `TemplateBody` is used.
4031
- #
4032
- #
4033
- #
4034
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
4035
3988
  # @return [String]
4036
3989
  #
4037
3990
  # @!attribute [rw] parameters
@@ -4247,8 +4200,8 @@ module Aws::CloudFormation
4247
4200
  #
4248
4201
  # @!attribute [rw] stack_policy_body
4249
4202
  # Structure containing the stack policy body. (For more information,
4250
- # go to [ Prevent Updates to Stack Resources][1] in the
4251
- # *CloudFormation User Guide*.)
4203
+ # see [Prevent updates to stack resources][1] in the *CloudFormation
4204
+ # User Guide*.)
4252
4205
  #
4253
4206
  #
4254
4207
  #
@@ -4307,15 +4260,10 @@ module Aws::CloudFormation
4307
4260
  # The output for GetTemplate action.
4308
4261
  #
4309
4262
  # @!attribute [rw] template_body
4310
- # Structure containing the template body. (For more information, go to
4311
- # [Template Anatomy][1] in the *CloudFormation User Guide*.)
4263
+ # Structure containing the template body.
4312
4264
  #
4313
4265
  # CloudFormation returns the same template that was used when the
4314
4266
  # stack was created.
4315
- #
4316
- #
4317
- #
4318
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
4319
4267
  # @return [String]
4320
4268
  #
4321
4269
  # @!attribute [rw] stages_available
@@ -4339,32 +4287,20 @@ module Aws::CloudFormation
4339
4287
  #
4340
4288
  # @!attribute [rw] template_body
4341
4289
  # Structure containing the template body with a minimum length of 1
4342
- # byte and a maximum length of 51,200 bytes. For more information
4343
- # about templates, see [Template anatomy][1] in the *CloudFormation
4344
- # User Guide*.
4290
+ # byte and a maximum length of 51,200 bytes.
4345
4291
  #
4346
4292
  # Conditional: You must specify only one of the following parameters:
4347
4293
  # `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
4348
- #
4349
- #
4350
- #
4351
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
4352
4294
  # @return [String]
4353
4295
  #
4354
4296
  # @!attribute [rw] template_url
4355
4297
  # Location of file containing the template body. The URL must point to
4356
4298
  # a template (max size: 460,800 bytes) that's located in an Amazon S3
4357
- # bucket or a Systems Manager document. For more information about
4358
- # templates, see [Template anatomy][1] in the *CloudFormation User
4359
- # Guide*. The location for an Amazon S3 bucket must start with
4360
- # `https://`.
4299
+ # bucket or a Systems Manager document. The location for an Amazon S3
4300
+ # bucket must start with `https://`.
4361
4301
  #
4362
4302
  # Conditional: You must specify only one of the following parameters:
4363
4303
  # `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
4364
- #
4365
- #
4366
- #
4367
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
4368
4304
  # @return [String]
4369
4305
  #
4370
4306
  # @!attribute [rw] stack_name
@@ -4444,12 +4380,12 @@ module Aws::CloudFormation
4444
4380
  # CreateStack or UpdateStack actions with your template; otherwise,
4445
4381
  # those actions return an `InsufficientCapabilities` error.
4446
4382
  #
4447
- # For more information, see [Acknowledging IAM Resources in
4448
- # CloudFormation Templates][1].
4383
+ # For more information, see [Acknowledging IAM resources in
4384
+ # CloudFormation templates][1].
4449
4385
  #
4450
4386
  #
4451
4387
  #
4452
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
4388
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
4453
4389
  # @return [Array<String>]
4454
4390
  #
4455
4391
  # @!attribute [rw] capabilities_reason
@@ -4538,7 +4474,7 @@ module Aws::CloudFormation
4538
4474
  #
4539
4475
  #
4540
4476
  #
4541
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
4477
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options
4542
4478
  # @return [Types::StackSetOperationPreferences]
4543
4479
  #
4544
4480
  # @!attribute [rw] operation_id
@@ -5923,9 +5859,9 @@ module Aws::CloudFormation
5923
5859
  # created, if the resource was created from a module included in the
5924
5860
  # stack template.
5925
5861
  #
5926
- # For more information about modules, see [Using modules to encapsulate
5927
- # and reuse resource configurations][1] in the *CloudFormation User
5928
- # Guide*.
5862
+ # For more information about modules, see [Create reusable resource
5863
+ # configurations that can be included across templates with
5864
+ # CloudFormation modules][1] in the *CloudFormation User Guide*.
5929
5865
  #
5930
5866
  #
5931
5867
  #
@@ -5953,12 +5889,12 @@ module Aws::CloudFormation
5953
5889
  #
5954
5890
  # `moduleA/moduleB`
5955
5891
  #
5956
- # For more information, see [Referencing resources in a module][1] in
5957
- # the *CloudFormation User Guide*.
5892
+ # For more information, see [Reference module resources in
5893
+ # CloudFormation templates][1] in the *CloudFormation User Guide*.
5958
5894
  #
5959
5895
  #
5960
5896
  #
5961
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html#module-ref-resources
5897
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/module-ref-resources.html
5962
5898
  # @return [String]
5963
5899
  #
5964
5900
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ModuleInfo AWS API Documentation
@@ -6073,13 +6009,15 @@ module Aws::CloudFormation
6073
6009
  # @return [Boolean]
6074
6010
  #
6075
6011
  # @!attribute [rw] resolved_value
6076
- # Read-only. The value that corresponds to a SSM parameter key. This
6077
- # field is returned only for [ SSM][1] parameter types in the
6078
- # template.
6012
+ # Read-only. The value that corresponds to a Systems Manager parameter
6013
+ # key. This field is returned only for Systems Manager parameter types
6014
+ # in the template. For more information, see [Use
6015
+ # CloudFormation-supplied parameter types][1] in the *CloudFormation
6016
+ # User Guide*.
6079
6017
  #
6080
6018
  #
6081
6019
  #
6082
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types
6020
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-supplied-parameter-types.html
6083
6021
  # @return [String]
6084
6022
  #
6085
6023
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Parameter AWS API Documentation
@@ -6176,8 +6114,8 @@ module Aws::CloudFormation
6176
6114
  # its expected value, as defined in the stack template and any values
6177
6115
  # specified as template parameters. These will be present only for
6178
6116
  # resources whose `StackResourceDriftStatus` is `MODIFIED`. For more
6179
- # information, see [Detecting Unregulated Configuration Changes to
6180
- # Stacks and Resources][1].
6117
+ # information, see [Detect unmanaged configuration changes to stacks and
6118
+ # resources with drift detection][1].
6181
6119
  #
6182
6120
  #
6183
6121
  #
@@ -6377,9 +6315,9 @@ module Aws::CloudFormation
6377
6315
  # verification, the Amazon Resource Name (ARN) for your connection to
6378
6316
  # that account.
6379
6317
  #
6380
- # For more information, see [Registering your account to publish
6381
- # CloudFormation extensions][1] in the *CloudFormation CLI User
6382
- # Guide*.
6318
+ # For more information, see [Prerequisite: Registering your account to
6319
+ # publish CloudFormation extensions][1] in the *CloudFormation Command
6320
+ # Line Interface (CLI) User Guide*.
6383
6321
  #
6384
6322
  #
6385
6323
  #
@@ -6417,13 +6355,11 @@ module Aws::CloudFormation
6417
6355
  #
6418
6356
  # We suggest that extension names adhere to the following patterns:
6419
6357
  #
6420
- # * For resource types,
6421
- # *company\_or\_organization*::*service*::*type*.
6358
+ # * For resource types, `company_or_organization::service::type`.
6422
6359
  #
6423
- # * For modules,
6424
- # *company\_or\_organization*::*service*::*type*::MODULE.
6360
+ # * For modules, `company_or_organization::service::type::MODULE`.
6425
6361
  #
6426
- # * For hooks, *MyCompany*::*Testing*::*MyTestHook*.
6362
+ # * For hooks, `MyCompany::Testing::MyTestHook`.
6427
6363
  #
6428
6364
  # <note markdown="1"> The following organization namespaces are reserved and can't be
6429
6365
  # used in your extension names:
@@ -6449,7 +6385,7 @@ module Aws::CloudFormation
6449
6385
  #
6450
6386
  # For information about generating a schema handler package for the
6451
6387
  # extension you want to register, see [submit][1] in the
6452
- # *CloudFormation CLI User Guide*.
6388
+ # *CloudFormation Command Line Interface (CLI) User Guide*.
6453
6389
  #
6454
6390
  # <note markdown="1"> The user registering the extension must be able to access the
6455
6391
  # package in the S3 bucket. That's, the user needs to have
@@ -6537,12 +6473,12 @@ module Aws::CloudFormation
6537
6473
  # must be activated in your account in order for the module itself to be
6538
6474
  # activated.
6539
6475
  #
6540
- # For more information, see [Activating public modules for use in your
6541
- # account][1] in the *CloudFormation User Guide*.
6476
+ # For more information, see [Requirements for activating third-party
6477
+ # public modules][1] in the *CloudFormation User Guide*.
6542
6478
  #
6543
6479
  #
6544
6480
  #
6545
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html#module-enabling
6481
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/module-versioning.html#requirements-for-modules
6546
6482
  #
6547
6483
  # @!attribute [rw] type_name_alias
6548
6484
  # An alias assigned to the public extension, in this account and
@@ -6558,9 +6494,8 @@ module Aws::CloudFormation
6558
6494
  # If you specified a `TypeNameAlias` when enabling the extension in
6559
6495
  # this account and Region, CloudFormation treats that alias as the
6560
6496
  # extension's type name within the account and Region, not the type
6561
- # name of the public extension. For more information, see [Specifying
6562
- # aliases to refer to extensions][1] in the *CloudFormation User
6563
- # Guide*.
6497
+ # name of the public extension. For more information, see [Use aliases
6498
+ # to refer to extensions][1] in the *CloudFormation User Guide*.
6564
6499
  #
6565
6500
  #
6566
6501
  #
@@ -6638,12 +6573,12 @@ module Aws::CloudFormation
6638
6573
  # `RequiresRecreation` field is `Always` and the `Evaluation` field is
6639
6574
  # `Static`, `Replacement` is `True`. If the `RequiresRecreation` field
6640
6575
  # is `Always` and the `Evaluation` field is `Dynamic`, `Replacement`
6641
- # is `Conditionally`.
6576
+ # is `Conditional`.
6642
6577
  #
6643
6578
  # If you have multiple changes with different `RequiresRecreation`
6644
6579
  # values, the `Replacement` value depends on the change with the most
6645
6580
  # impact. A `RequiresRecreation` value of `Always` has the most
6646
- # impact, followed by `Conditionally`, and then `Never`.
6581
+ # impact, followed by `Conditional`, and then `Never`.
6647
6582
  # @return [String]
6648
6583
  #
6649
6584
  # @!attribute [rw] scope
@@ -6784,8 +6719,8 @@ module Aws::CloudFormation
6784
6719
  #
6785
6720
  # @!attribute [rw] resource_type
6786
6721
  # The type of the resource, such as `AWS::DynamoDB::Table`. For the
6787
- # list of supported resources, see [IaC generator supported resource
6788
- # types][1] in the *CloudFormation User Guide*
6722
+ # list of supported resources, see [Resource type support for imports
6723
+ # and drift detection][1] in the *CloudFormation User Guide*
6789
6724
  #
6790
6725
  #
6791
6726
  #
@@ -6805,8 +6740,7 @@ module Aws::CloudFormation
6805
6740
  # `AWS::DynamoDB::Table` resource, the primary identifiers is
6806
6741
  # `TableName` so the key-value pair could be `"TableName":
6807
6742
  # "MyDDBTable"`. For more information, see [primaryIdentifier][1] in
6808
- # the *CloudFormation Command Line Interface User guide for extension
6809
- # development*.
6743
+ # the *CloudFormation Command Line Interface (CLI) User Guide*.
6810
6744
  #
6811
6745
  #
6812
6746
  #
@@ -6827,8 +6761,8 @@ module Aws::CloudFormation
6827
6761
  #
6828
6762
  # @!attribute [rw] resource_type
6829
6763
  # The type of the resource, such as `AWS::DynamoDB::Table`. For the
6830
- # list of supported resources, see [IaC generator supported resource
6831
- # types][1] In the *CloudFormation User Guide*
6764
+ # list of supported resources, see [Resource type support for imports
6765
+ # and drift detection][1] In the *CloudFormation User Guide*
6832
6766
  #
6833
6767
  #
6834
6768
  #
@@ -6848,8 +6782,7 @@ module Aws::CloudFormation
6848
6782
  # `AWS::DynamoDB::Table` resource, the primary identifiers is
6849
6783
  # `TableName` so the key-value pair could be `"TableName":
6850
6784
  # "MyDDBTable"`. For more information, see [primaryIdentifier][1] in
6851
- # the *CloudFormation Command Line Interface User guide for extension
6852
- # development*.
6785
+ # the *CloudFormation Command Line Interface (CLI) User Guide*.
6853
6786
  #
6854
6787
  #
6855
6788
  #
@@ -7033,7 +6966,8 @@ module Aws::CloudFormation
7033
6966
  # to this property causes the resource to be recreated. The value can
7034
6967
  # be `Never`, `Always`, or `Conditionally`. To determine the
7035
6968
  # conditions for a `Conditionally` recreation, see the update behavior
7036
- # for that [property][1] in the *CloudFormation User Guide*.
6969
+ # for that property in the [Amazon Web Services resource and property
6970
+ # types reference][1] in the *CloudFormation User Guide*.
7037
6971
  #
7038
6972
  #
7039
6973
  #
@@ -7084,8 +7018,8 @@ module Aws::CloudFormation
7084
7018
  # @!attribute [rw] resource_type
7085
7019
  # The type of resource to import into your stack, such as
7086
7020
  # `AWS::S3::Bucket`. For a list of supported resource types, see
7087
- # [Resources that support import operations][1] in the *CloudFormation
7088
- # User Guide*.
7021
+ # [Resource type support for imports and drift detection][1] in the
7022
+ # *CloudFormation User Guide*.
7089
7023
  #
7090
7024
  #
7091
7025
  #
@@ -7120,8 +7054,8 @@ module Aws::CloudFormation
7120
7054
  # Rollback triggers enable you to have CloudFormation monitor the state
7121
7055
  # of your application during stack creation and updating, and to roll
7122
7056
  # back that operation if the application breaches the threshold of any
7123
- # of the alarms you've specified. For more information, see [Monitor
7124
- # and Roll Back Stack Operations][1].
7057
+ # of the alarms you've specified. For more information, see [Roll back
7058
+ # your CloudFormation stack on alarm breach with rollback triggers][1].
7125
7059
  #
7126
7060
  #
7127
7061
  #
@@ -7191,8 +7125,8 @@ module Aws::CloudFormation
7191
7125
  # @return [String]
7192
7126
  #
7193
7127
  # @!attribute [rw] role_arn
7194
- # The Amazon Resource Name (ARN) of an Identity and Access Management
7195
- # role that CloudFormation assumes to rollback the stack.
7128
+ # The Amazon Resource Name (ARN) of an IAM role that CloudFormation
7129
+ # assumes to rollback the stack.
7196
7130
  # @return [String]
7197
7131
  #
7198
7132
  # @!attribute [rw] client_request_token
@@ -7250,7 +7184,7 @@ module Aws::CloudFormation
7250
7184
  #
7251
7185
  #
7252
7186
  #
7253
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html
7187
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-alarm.html
7254
7188
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html
7255
7189
  # @return [String]
7256
7190
  #
@@ -7268,8 +7202,8 @@ module Aws::CloudFormation
7268
7202
  #
7269
7203
  # @!attribute [rw] resource_type
7270
7204
  # The type of the resource, such as `AWS::DynamoDB::Table`. For the
7271
- # list of supported resources, see [Resource type support][1] In the
7272
- # *CloudFormation User Guide*
7205
+ # list of supported resources, see [Resource type support for imports
7206
+ # and drift detection][1] In the *CloudFormation User Guide*
7273
7207
  #
7274
7208
  #
7275
7209
  #
@@ -7285,8 +7219,7 @@ module Aws::CloudFormation
7285
7219
  # `AWS::DynamoDB::Table` resource, the primary identifiers is
7286
7220
  # `TableName` so the key-value pair could be `"TableName":
7287
7221
  # "MyDDBTable"`. For more information, see [primaryIdentifier][1] in
7288
- # the *CloudFormation Command Line Interface User guide for extension
7289
- # development*.
7222
+ # the *CloudFormation Command Line Interface (CLI) User Guide*.
7290
7223
  #
7291
7224
  #
7292
7225
  #
@@ -7312,8 +7245,8 @@ module Aws::CloudFormation
7312
7245
  #
7313
7246
  # @!attribute [rw] resource_type
7314
7247
  # The type of the resource, such as `AWS::DynamoDB::Table`. For the
7315
- # list of supported resources, see [IaC generator supported resource
7316
- # types][1] In the *CloudFormation User Guide*.
7248
+ # list of supported resources, see [Resource type support for imports
7249
+ # and drift detection][1] In the *CloudFormation User Guide*.
7317
7250
  #
7318
7251
  #
7319
7252
  #
@@ -7329,8 +7262,7 @@ module Aws::CloudFormation
7329
7262
  # `AWS::DynamoDB::Table` resource, the primary identifiers is
7330
7263
  # `TableName` so the key-value pair could be `"TableName":
7331
7264
  # "MyDDBTable"`. For more information, see [primaryIdentifier][1] in
7332
- # the *CloudFormation Command Line Interface User guide for extension
7333
- # development*.
7265
+ # the *CloudFormation Command Line Interface (CLI) User Guide*.
7334
7266
  #
7335
7267
  #
7336
7268
  #
@@ -7354,8 +7286,8 @@ module Aws::CloudFormation
7354
7286
  # @return [String]
7355
7287
  #
7356
7288
  # @!attribute [rw] stack_policy_body
7357
- # Structure containing the stack policy body. For more information, go
7358
- # to [ Prevent updates to stack resources][1] in the *CloudFormation
7289
+ # Structure containing the stack policy body. For more information,
7290
+ # see [Prevent updates to stack resources][1] in the *CloudFormation
7359
7291
  # User Guide*. You can specify either the `StackPolicyBody` or the
7360
7292
  # `StackPolicyURL` parameter, but not both.
7361
7293
  #
@@ -7409,8 +7341,8 @@ module Aws::CloudFormation
7409
7341
  # The configuration data must be formatted as JSON, and validate
7410
7342
  # against the schema returned in the `ConfigurationSchema` response
7411
7343
  # element of [DescribeType][1]. For more information, see [Defining
7412
- # account-level configuration data for an extension][2] in the
7413
- # *CloudFormation CLI User Guide*.
7344
+ # the account-level configuration of an extension][2] in the
7345
+ # *CloudFormation Command Line Interface (CLI) User Guide*.
7414
7346
  #
7415
7347
  #
7416
7348
  #
@@ -7622,10 +7554,9 @@ module Aws::CloudFormation
7622
7554
  # @return [Array<Types::Output>]
7623
7555
  #
7624
7556
  # @!attribute [rw] role_arn
7625
- # The Amazon Resource Name (ARN) of an Identity and Access Management
7626
- # (IAM) role that's associated with the stack. During a stack
7627
- # operation, CloudFormation uses this role's credentials to make
7628
- # calls on your behalf.
7557
+ # The Amazon Resource Name (ARN) of an IAM role that's associated
7558
+ # with the stack. During a stack operation, CloudFormation uses this
7559
+ # role's credentials to make calls on your behalf.
7629
7560
  # @return [String]
7630
7561
  #
7631
7562
  # @!attribute [rw] tags
@@ -7637,8 +7568,8 @@ module Aws::CloudFormation
7637
7568
  #
7638
7569
  # For [nested stacks][1], termination protection is set on the root
7639
7570
  # stack and can't be changed directly on the nested stack. For more
7640
- # information, see [Protecting a Stack From Being Deleted][2] in the
7641
- # *CloudFormation User Guide*.
7571
+ # information, see [Protect a CloudFormation stack from being
7572
+ # deleted][2] in the *CloudFormation User Guide*.
7642
7573
  #
7643
7574
  #
7644
7575
  #
@@ -7652,8 +7583,8 @@ module Aws::CloudFormation
7652
7583
  # first level of nested stacks, the root stack is also the parent
7653
7584
  # stack.
7654
7585
  #
7655
- # For more information, see [Working with Nested Stacks][1] in the
7656
- # *CloudFormation User Guide*.
7586
+ # For more information, see [Embed stacks within other stacks using
7587
+ # nested stacks][1] in the *CloudFormation User Guide*.
7657
7588
  #
7658
7589
  #
7659
7590
  #
@@ -7665,8 +7596,8 @@ module Aws::CloudFormation
7665
7596
  # stack--the stack ID of the top-level stack to which the nested stack
7666
7597
  # ultimately belongs.
7667
7598
  #
7668
- # For more information, see [Working with Nested Stacks][1] in the
7669
- # *CloudFormation User Guide*.
7599
+ # For more information, see [Embed stacks within other stacks using
7600
+ # nested stacks][1] in the *CloudFormation User Guide*.
7670
7601
  #
7671
7602
  #
7672
7603
  #
@@ -7677,8 +7608,8 @@ module Aws::CloudFormation
7677
7608
  # Information about whether a stack's actual configuration differs,
7678
7609
  # or has *drifted*, from its expected configuration, as defined in the
7679
7610
  # stack template and any values specified as template parameters. For
7680
- # more information, see [Detecting Unregulated Configuration Changes
7681
- # to Stacks and Resources][1].
7611
+ # more information, see [Detect unmanaged configuration changes to
7612
+ # stacks and resources with drift detection][1].
7682
7613
  #
7683
7614
  #
7684
7615
  #
@@ -7709,8 +7640,8 @@ module Aws::CloudFormation
7709
7640
  # configuration phase has completed and the stabilization of the
7710
7641
  # resources is in progress. The stack sets `CONFIGURATION_COMPLETE`
7711
7642
  # when all of the resources in the stack have reached that event. For
7712
- # more information, see [CloudFormation stack deployment][1] in the
7713
- # *CloudFormation User Guide*.
7643
+ # more information, see [Understand CloudFormation stack creation
7644
+ # events][1] in the *CloudFormation User Guide*.
7714
7645
  #
7715
7646
  #
7716
7647
  #
@@ -7849,8 +7780,9 @@ module Aws::CloudFormation
7849
7780
  # @return [String]
7850
7781
  #
7851
7782
  # @!attribute [rw] resource_type
7852
- # Type of resource. (For more information, go to [Amazon Web Services
7853
- # Resource Types Reference][1] in the *CloudFormation User Guide*.)
7783
+ # Type of resource. For more information, see [Amazon Web Services
7784
+ # resource and property types reference][1] in the *CloudFormation
7785
+ # User Guide*.
7854
7786
  #
7855
7787
  #
7856
7788
  #
@@ -7922,8 +7854,9 @@ module Aws::CloudFormation
7922
7854
  # of the stack event.
7923
7855
  #
7924
7856
  # * `CONFIGURATION_COMPLETE` - all of the resources in the stack have
7925
- # reached that event. For more information, see [CloudFormation
7926
- # stack deployment][1] in the *CloudFormation User Guide*.
7857
+ # reached that event. For more information, see [Understand
7858
+ # CloudFormation stack creation events][1] in the *CloudFormation
7859
+ # User Guide*.
7927
7860
  #
7928
7861
  # ^
7929
7862
  # ^
@@ -7963,8 +7896,8 @@ module Aws::CloudFormation
7963
7896
  include Aws::Structure
7964
7897
  end
7965
7898
 
7966
- # An CloudFormation stack, in a specific account and Region, that's
7967
- # part of a stack set operation. A stack instance is a reference to an
7899
+ # A CloudFormation stack, in a specific account and Region, that's part
7900
+ # of a stack set operation. A stack instance is a reference to an
7968
7901
  # attempted or actual stack in a given account within a given Region. A
7969
7902
  # stack instance can exist without a stack—for example, if the stack
7970
7903
  # couldn't be created for some reason. A stack instance is associated
@@ -8192,8 +8125,9 @@ module Aws::CloudFormation
8192
8125
  # @return [Array<Types::PhysicalResourceIdContextKeyValuePair>]
8193
8126
  #
8194
8127
  # @!attribute [rw] resource_type
8195
- # Type of resource. For more information, go to [Amazon Web Services
8196
- # Resource Types Reference][1] in the *CloudFormation User Guide*.
8128
+ # Type of resource. For more information, see [Amazon Web Services
8129
+ # resource and property types reference][1] in the *CloudFormation
8130
+ # User Guide*.
8197
8131
  #
8198
8132
  #
8199
8133
  #
@@ -8387,8 +8321,9 @@ module Aws::CloudFormation
8387
8321
  # @return [String]
8388
8322
  #
8389
8323
  # @!attribute [rw] resource_type
8390
- # Type of resource. For more information, go to [Amazon Web Services
8391
- # Resource Types Reference][1] in the *CloudFormation User Guide*.
8324
+ # Type of resource. For more information, see [Amazon Web Services
8325
+ # resource and property types reference][1] in the *CloudFormation
8326
+ # User Guide*.
8392
8327
  #
8393
8328
  #
8394
8329
  #
@@ -8415,8 +8350,9 @@ module Aws::CloudFormation
8415
8350
  # Information about whether the resource's actual configuration
8416
8351
  # differs, or has *drifted*, from its expected configuration, as
8417
8352
  # defined in the stack template and any values specified as template
8418
- # parameters. For more information, see [Detecting Unregulated
8419
- # Configuration Changes to Stacks and Resources][1].
8353
+ # parameters. For more information, see [Detect unmanaged
8354
+ # configuration changes to stacks and resources with drift
8355
+ # detection][1].
8420
8356
  #
8421
8357
  #
8422
8358
  #
@@ -8467,8 +8403,9 @@ module Aws::CloudFormation
8467
8403
  # @return [String]
8468
8404
  #
8469
8405
  # @!attribute [rw] resource_type
8470
- # Type of resource. For more information, go to [Amazon Web Services
8471
- # Resource Types Reference][1] in the *CloudFormation User Guide*.
8406
+ # Type of resource. For more information, see [Amazon Web Services
8407
+ # resource and property types reference][1] in the *CloudFormation
8408
+ # User Guide*.
8472
8409
  #
8473
8410
  #
8474
8411
  #
@@ -8493,7 +8430,7 @@ module Aws::CloudFormation
8493
8430
  #
8494
8431
  # @!attribute [rw] metadata
8495
8432
  # The content of the `Metadata` attribute declared for the resource.
8496
- # For more information, see [Metadata Attribute][1] in the
8433
+ # For more information, see [Metadata attribute][1] in the
8497
8434
  # *CloudFormation User Guide*.
8498
8435
  #
8499
8436
  #
@@ -8505,8 +8442,9 @@ module Aws::CloudFormation
8505
8442
  # Information about whether the resource's actual configuration
8506
8443
  # differs, or has *drifted*, from its expected configuration, as
8507
8444
  # defined in the stack template and any values specified as template
8508
- # parameters. For more information, see [Detecting Unregulated
8509
- # Configuration Changes to Stacks and Resources][1].
8445
+ # parameters. For more information, see [Detect unmanaged
8446
+ # configuration changes to stacks and resources with drift
8447
+ # detection][1].
8510
8448
  #
8511
8449
  #
8512
8450
  #
@@ -8542,12 +8480,12 @@ module Aws::CloudFormation
8542
8480
  # for drift. This includes actual and expected property values for
8543
8481
  # resources in which CloudFormation has detected drift. Only resource
8544
8482
  # properties explicitly defined in the stack template are checked for
8545
- # drift. For more information, see [Detecting Unregulated Configuration
8546
- # Changes to Stacks and Resources][1].
8483
+ # drift. For more information, see [Detect unmanaged configuration
8484
+ # changes to stacks and resources with drift detection][1].
8547
8485
  #
8548
8486
  # Resources that don't currently support drift detection can't be
8549
8487
  # checked. For a list of resources that support drift detection, see
8550
- # [Resources that Support Drift Detection][2].
8488
+ # [Resource type support for imports and drift detection][2].
8551
8489
  #
8552
8490
  # Use DetectStackResourceDrift to detect drift on individual resources,
8553
8491
  # or DetectStackDrift to detect drift on all resources in a given stack
@@ -8556,7 +8494,7 @@ module Aws::CloudFormation
8556
8494
  #
8557
8495
  #
8558
8496
  # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
8559
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
8497
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html
8560
8498
  #
8561
8499
  # @!attribute [rw] stack_id
8562
8500
  # The ID of the stack.
@@ -8670,15 +8608,15 @@ module Aws::CloudFormation
8670
8608
  # differs from its expected configuration.
8671
8609
  #
8672
8610
  # Any resources that do not currently support drift detection have a
8673
- # status of `NOT_CHECKED`. For more information, see [Resources that
8674
- # Support Drift Detection][1].
8611
+ # status of `NOT_CHECKED`. For more information, see [Resource type
8612
+ # support for imports and drift detection][1].
8675
8613
  #
8676
8614
  # * `IN_SYNC`: The resource's actual configuration matches its
8677
8615
  # expected configuration.
8678
8616
  #
8679
8617
  #
8680
8618
  #
8681
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
8619
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html
8682
8620
  # @return [String]
8683
8621
  #
8684
8622
  # @!attribute [rw] last_check_timestamp
@@ -8712,20 +8650,20 @@ module Aws::CloudFormation
8712
8650
  # differs from its expected configuration.
8713
8651
  #
8714
8652
  # Any resources that don't currently support drift detection have a
8715
- # status of `NOT_CHECKED`. For more information, see [Resources that
8716
- # Support Drift Detection][1]. If you performed an
8653
+ # status of `NOT_CHECKED`. For more information, see [Resource type
8654
+ # support for imports and drift detection][1]. If you performed an
8717
8655
  # ContinueUpdateRollback operation on a stack, any resources
8718
8656
  # included in `ResourcesToSkip` will also have a status of
8719
8657
  # `NOT_CHECKED`. For more information about skipping resources
8720
- # during rollback operations, see [Continue Rolling Back an
8721
- # Update][2] in the CloudFormation User Guide.
8658
+ # during rollback operations, see [Continue rolling back an
8659
+ # update][2] in the *CloudFormation User Guide*.
8722
8660
  #
8723
8661
  # * `IN_SYNC`: The resource's actual configuration matches its
8724
8662
  # expected configuration.
8725
8663
  #
8726
8664
  #
8727
8665
  #
8728
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
8666
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html
8729
8667
  # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html
8730
8668
  # @return [String]
8731
8669
  #
@@ -8755,8 +8693,9 @@ module Aws::CloudFormation
8755
8693
  # @return [String]
8756
8694
  #
8757
8695
  # @!attribute [rw] resource_type
8758
- # Type of resource. (For more information, go to [Amazon Web Services
8759
- # Resource Types Reference][1] in the *CloudFormation User Guide*.)
8696
+ # Type of resource. (For more information, see [Amazon Web Services
8697
+ # resource and property types reference][1] in the *CloudFormation
8698
+ # User Guide*.)
8760
8699
  #
8761
8700
  #
8762
8701
  #
@@ -8779,8 +8718,9 @@ module Aws::CloudFormation
8779
8718
  # Information about whether the resource's actual configuration
8780
8719
  # differs, or has *drifted*, from its expected configuration, as
8781
8720
  # defined in the stack template and any values specified as template
8782
- # parameters. For more information, see [Detecting Unregulated
8783
- # Configuration Changes to Stacks and Resources][1].
8721
+ # parameters. For more information, see [Detect unmanaged
8722
+ # configuration changes to stacks and resources with drift
8723
+ # detection][1].
8784
8724
  #
8785
8725
  #
8786
8726
  #
@@ -8845,11 +8785,11 @@ module Aws::CloudFormation
8845
8785
  # templates might include resources that can affect permissions in
8846
8786
  # your Amazon Web Services account—for example, by creating new
8847
8787
  # Identity and Access Management (IAM) users. For more information,
8848
- # see [Acknowledging IAM Resources in CloudFormation Templates.][1]
8788
+ # see [Acknowledging IAM resources in CloudFormation templates][1].
8849
8789
  #
8850
8790
  #
8851
8791
  #
8852
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
8792
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
8853
8793
  # @return [Array<String>]
8854
8794
  #
8855
8795
  # @!attribute [rw] tags
@@ -9163,7 +9103,7 @@ module Aws::CloudFormation
9163
9103
  #
9164
9104
  #
9165
9105
  #
9166
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes
9106
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-status-codes
9167
9107
  # @return [String]
9168
9108
  #
9169
9109
  # @!attribute [rw] operation_preferences
@@ -9229,8 +9169,8 @@ module Aws::CloudFormation
9229
9169
  # This information will only be present for stack set operations whose
9230
9170
  # `Action` type is `DETECT_DRIFT`.
9231
9171
  #
9232
- # For more information, see [Detecting Unmanaged Changes in Stack
9233
- # Sets][1] in the *CloudFormation User Guide*.
9172
+ # For more information, see [Detect stack set drift][1] in the
9173
+ # *CloudFormation User Guide*.
9234
9174
  #
9235
9175
  #
9236
9176
  #
@@ -9274,7 +9214,7 @@ module Aws::CloudFormation
9274
9214
  #
9275
9215
  #
9276
9216
  #
9277
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
9217
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options
9278
9218
  #
9279
9219
  # @!attribute [rw] region_concurrency_type
9280
9220
  # The concurrency type of deploying StackSets operations in Regions,
@@ -9521,7 +9461,7 @@ module Aws::CloudFormation
9521
9461
  #
9522
9462
  #
9523
9463
  #
9524
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes
9464
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-status-codes
9525
9465
  # @return [String]
9526
9466
  #
9527
9467
  # @!attribute [rw] creation_timestamp
@@ -9557,7 +9497,7 @@ module Aws::CloudFormation
9557
9497
  #
9558
9498
  #
9559
9499
  #
9560
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
9500
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options
9561
9501
  # @return [Types::StackSetOperationPreferences]
9562
9502
  #
9563
9503
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationSummary AWS API Documentation
@@ -9711,8 +9651,8 @@ module Aws::CloudFormation
9711
9651
  # first level of nested stacks, the root stack is also the parent
9712
9652
  # stack.
9713
9653
  #
9714
- # For more information, see [Working with Nested Stacks][1] in the
9715
- # *CloudFormation User Guide*.
9654
+ # For more information, see [Embed stacks within other stacks using
9655
+ # nested stacks][1] in the *CloudFormation User Guide*.
9716
9656
  #
9717
9657
  #
9718
9658
  #
@@ -9724,8 +9664,8 @@ module Aws::CloudFormation
9724
9664
  # stack--the stack ID of the top-level stack to which the nested stack
9725
9665
  # ultimately belongs.
9726
9666
  #
9727
- # For more information, see [Working with Nested Stacks][1] in the
9728
- # *CloudFormation User Guide*.
9667
+ # For more information, see [Embed stacks within other stacks using
9668
+ # nested stacks][1] in the *CloudFormation User Guide*.
9729
9669
  #
9730
9670
  #
9731
9671
  #
@@ -9736,8 +9676,9 @@ module Aws::CloudFormation
9736
9676
  # Summarizes information about whether a stack's actual configuration
9737
9677
  # differs, or has *drifted*, from its expected configuration, as
9738
9678
  # defined in the stack template and any values specified as template
9739
- # parameters. For more information, see [Detecting Unregulated
9740
- # Configuration Changes to Stacks and Resources][1].
9679
+ # parameters. For more information, see [Detect unmanaged
9680
+ # configuration changes to stacks and resources with drift
9681
+ # detection][1].
9741
9682
  #
9742
9683
  #
9743
9684
  #
@@ -9851,7 +9792,7 @@ module Aws::CloudFormation
9851
9792
  # @!attribute [rw] key
9852
9793
  # *Required*. A string used to identify this tag. You can specify a
9853
9794
  # maximum of 128 characters for a tag key. Tags owned by Amazon Web
9854
- # Services (Amazon Web Services) have the reserved prefix: `aws:`.
9795
+ # Services have the reserved prefix: `aws:`.
9855
9796
  # @return [String]
9856
9797
  #
9857
9798
  # @!attribute [rw] value
@@ -10102,8 +10043,8 @@ module Aws::CloudFormation
10102
10043
  # * `PutObject`
10103
10044
  #
10104
10045
  # For more information, see [Actions, Resources, and Condition Keys
10105
- # for Amazon S3][1] in the *Amazon Web Services Identity and Access
10106
- # Management User Guide*.
10046
+ # for Amazon S3][1] in the *Identity and Access Management User
10047
+ # Guide*.
10107
10048
  #
10108
10049
  #
10109
10050
  #
@@ -10143,12 +10084,12 @@ module Aws::CloudFormation
10143
10084
  # Detailed information concerning the specification of a CloudFormation
10144
10085
  # extension in a given account and Region.
10145
10086
  #
10146
- # For more information, see [Configuring extensions at the account
10147
- # level][1] in the *CloudFormation User Guide*.
10087
+ # For more information, see [Edit configuration data for extensions in
10088
+ # your account][1] in the *CloudFormation User Guide*.
10148
10089
  #
10149
10090
  #
10150
10091
  #
10151
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
10092
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html
10152
10093
  #
10153
10094
  # @!attribute [rw] arn
10154
10095
  # The Amazon Resource Name (ARN) for the configuration data, in this
@@ -10393,9 +10334,8 @@ module Aws::CloudFormation
10393
10334
  # If you specified a `TypeNameAlias` when enabling the extension in
10394
10335
  # this account and Region, CloudFormation treats that alias as the
10395
10336
  # extension's type name within the account and Region, not the type
10396
- # name of the public extension. For more information, see [Specifying
10397
- # aliases to refer to extensions][1] in the *CloudFormation User
10398
- # Guide*.
10337
+ # name of the public extension. For more information, see [Use aliases
10338
+ # to refer to extensions][1] in the *CloudFormation User Guide*.
10399
10339
  #
10400
10340
  #
10401
10341
  #
@@ -10410,8 +10350,8 @@ module Aws::CloudFormation
10410
10350
  # How you specified `AutoUpdate` when enabling the extension affects
10411
10351
  # whether CloudFormation automatically updates the extension in this
10412
10352
  # account and Region when a new version is released. For more
10413
- # information, see [Setting CloudFormation to automatically use new
10414
- # versions of extensions][1] in the *CloudFormation User Guide*.
10353
+ # information, see [Automatically use new versions of extensions][1]
10354
+ # in the *CloudFormation User Guide*.
10415
10355
  #
10416
10356
  #
10417
10357
  #
@@ -10421,14 +10361,14 @@ module Aws::CloudFormation
10421
10361
  # @!attribute [rw] latest_public_version
10422
10362
  # For public extensions that have been activated for this account and
10423
10363
  # Region, the latest version of the public extension *that is
10424
- # available*. For any extensions other than activated third-arty
10364
+ # available*. For any extensions other than activated third-party
10425
10365
  # extensions, CloudFormation returns `null`.
10426
10366
  #
10427
10367
  # How you specified `AutoUpdate` when enabling the extension affects
10428
10368
  # whether CloudFormation automatically updates the extension in this
10429
10369
  # account and Region when a new version is released. For more
10430
- # information, see [Setting CloudFormation to automatically use new
10431
- # versions of extensions][1] in the *CloudFormation User Guide*.
10370
+ # information, see [Automatically use new versions of extensions][1]
10371
+ # in the *CloudFormation User Guide*.
10432
10372
  #
10433
10373
  #
10434
10374
  #
@@ -10438,9 +10378,9 @@ module Aws::CloudFormation
10438
10378
  # @!attribute [rw] publisher_identity
10439
10379
  # The service used to verify the publisher identity.
10440
10380
  #
10441
- # For more information, see [Registering your account to publish
10442
- # CloudFormation extensions][1] in the <i> CFN-CLI User Guide for
10443
- # Extension Development</i>.
10381
+ # For more information, see [Publishing extensions to make them
10382
+ # available for public use][1] in the *CloudFormation Command Line
10383
+ # Interface (CLI) User Guide*.
10444
10384
  #
10445
10385
  #
10446
10386
  #
@@ -10521,14 +10461,14 @@ module Aws::CloudFormation
10521
10461
  # For public extensions that have been activated for this account and
10522
10462
  # Region, the version of the public extension to be used for
10523
10463
  # CloudFormation operations in this account and Region. For any
10524
- # extensions other than activated third-arty extensions,
10464
+ # extensions other than activated third-party extensions,
10525
10465
  # CloudFormation returns `null`.
10526
10466
  #
10527
10467
  # How you specified `AutoUpdate` when enabling the extension affects
10528
10468
  # whether CloudFormation automatically updates the extension in this
10529
10469
  # account and Region when a new version is released. For more
10530
- # information, see [Setting CloudFormation to automatically use new
10531
- # versions of extensions][1] in the *CloudFormation User Guide*.
10470
+ # information, see [Automatically use new versions of extensions][1]
10471
+ # in the *CloudFormation User Guide*.
10532
10472
  #
10533
10473
  #
10534
10474
  #
@@ -10618,32 +10558,22 @@ module Aws::CloudFormation
10618
10558
  #
10619
10559
  # @!attribute [rw] template_body
10620
10560
  # Structure containing the template body with a minimum length of 1
10621
- # byte and a maximum length of 51,200 bytes. (For more information, go
10622
- # to [Template Anatomy][1] in the *CloudFormation User Guide*.)
10561
+ # byte and a maximum length of 51,200 bytes.
10623
10562
  #
10624
10563
  # Conditional: You must specify only one of the following parameters:
10625
10564
  # `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
10626
10565
  # `true`.
10627
- #
10628
- #
10629
- #
10630
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
10631
10566
  # @return [String]
10632
10567
  #
10633
10568
  # @!attribute [rw] template_url
10634
10569
  # Location of file containing the template body. The URL must point to
10635
10570
  # a template that's located in an Amazon S3 bucket or a Systems
10636
- # Manager document. For more information, go to [Template Anatomy][1]
10637
- # in the *CloudFormation User Guide*. The location for an Amazon S3
10638
- # bucket must start with `https://`.
10571
+ # Manager document. The location for an Amazon S3 bucket must start
10572
+ # with `https://`.
10639
10573
  #
10640
10574
  # Conditional: You must specify only one of the following parameters:
10641
10575
  # `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
10642
10576
  # `true`.
10643
- #
10644
- #
10645
- #
10646
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
10647
10577
  # @return [String]
10648
10578
  #
10649
10579
  # @!attribute [rw] use_previous_template
@@ -10697,10 +10627,9 @@ module Aws::CloudFormation
10697
10627
  # * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
10698
10628
  #
10699
10629
  # Some stack templates might include resources that can affect
10700
- # permissions in your Amazon Web Services account; for example, by
10701
- # creating new Identity and Access Management (IAM) users. For those
10702
- # stacks, you must explicitly acknowledge this by specifying one of
10703
- # these capabilities.
10630
+ # permissions in your Amazon Web Services account, for example, by
10631
+ # creating new IAM users. For those stacks, you must explicitly
10632
+ # acknowledge this by specifying one of these capabilities.
10704
10633
  #
10705
10634
  # The following IAM resources require you to specify either the
10706
10635
  # `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
@@ -10731,8 +10660,8 @@ module Aws::CloudFormation
10731
10660
  #
10732
10661
  # * [AWS::IAM::UserToGroupAddition][7]
10733
10662
  #
10734
- # For more information, see [Acknowledging IAM Resources in
10735
- # CloudFormation Templates][8].
10663
+ # For more information, see [Acknowledging IAM resources in
10664
+ # CloudFormation templates][8].
10736
10665
  #
10737
10666
  # * `CAPABILITY_AUTO_EXPAND`
10738
10667
  #
@@ -10761,8 +10690,8 @@ module Aws::CloudFormation
10761
10690
  # owner can update the function operation without CloudFormation
10762
10691
  # being notified.
10763
10692
  #
10764
- # For more information, see [Using CloudFormation Macros to Perform
10765
- # Custom Processing on Templates][11].
10693
+ # For more information, see [Perform custom processing on
10694
+ # CloudFormation templates with template macros][11].
10766
10695
  #
10767
10696
  # <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
10768
10697
  # specified.
@@ -10771,14 +10700,14 @@ module Aws::CloudFormation
10771
10700
  #
10772
10701
  #
10773
10702
  #
10774
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
10775
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
10703
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html
10704
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html
10776
10705
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html
10777
- # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html
10706
+ # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html
10778
10707
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
10779
- # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
10780
- # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
10781
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
10708
+ # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
10709
+ # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html
10710
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
10782
10711
  # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
10783
10712
  # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
10784
10713
  # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
@@ -10791,10 +10720,10 @@ module Aws::CloudFormation
10791
10720
  #
10792
10721
  # If the list of resource types doesn't include a resource that
10793
10722
  # you're updating, the stack update fails. By default, CloudFormation
10794
- # grants permissions to all resource types. Identity and Access
10795
- # Management (IAM) uses this parameter for CloudFormation-specific
10796
- # condition keys in IAM policies. For more information, see
10797
- # [Controlling Access with Identity and Access Management][1].
10723
+ # grants permissions to all resource types. IAM uses this parameter
10724
+ # for CloudFormation-specific condition keys in IAM policies. For more
10725
+ # information, see [Control access with Identity and Access
10726
+ # Management][1].
10798
10727
  #
10799
10728
  # <note markdown="1"> Only one of the `Capabilities` and `ResourceType` parameters can be
10800
10729
  # specified.
@@ -10807,14 +10736,13 @@ module Aws::CloudFormation
10807
10736
  # @return [Array<String>]
10808
10737
  #
10809
10738
  # @!attribute [rw] role_arn
10810
- # The Amazon Resource Name (ARN) of an Identity and Access Management
10811
- # (IAM) role that CloudFormation assumes to update the stack.
10812
- # CloudFormation uses the role's credentials to make calls on your
10813
- # behalf. CloudFormation always uses this role for all future
10814
- # operations on the stack. Provided that users have permission to
10815
- # operate on the stack, CloudFormation uses this role even if the
10816
- # users don't have permission to pass it. Ensure that the role grants
10817
- # least privilege.
10739
+ # The Amazon Resource Name (ARN) of an IAM role that CloudFormation
10740
+ # assumes to update the stack. CloudFormation uses the role's
10741
+ # credentials to make calls on your behalf. CloudFormation always uses
10742
+ # this role for all future operations on the stack. Provided that
10743
+ # users have permission to operate on the stack, CloudFormation uses
10744
+ # this role even if the users don't have permission to pass it.
10745
+ # Ensure that the role grants least privilege.
10818
10746
  #
10819
10747
  # If you don't specify a value, CloudFormation uses the role that was
10820
10748
  # previously associated with the stack. If no role is available,
@@ -11100,33 +11028,21 @@ module Aws::CloudFormation
11100
11028
  #
11101
11029
  # @!attribute [rw] template_body
11102
11030
  # The structure that contains the template body, with a minimum length
11103
- # of 1 byte and a maximum length of 51,200 bytes. For more
11104
- # information, see [Template Anatomy][1] in the *CloudFormation User
11105
- # Guide*.
11031
+ # of 1 byte and a maximum length of 51,200 bytes.
11106
11032
  #
11107
11033
  # Conditional: You must specify only one of the following parameters:
11108
11034
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
11109
11035
  # true.
11110
- #
11111
- #
11112
- #
11113
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
11114
11036
  # @return [String]
11115
11037
  #
11116
11038
  # @!attribute [rw] template_url
11117
11039
  # The location of the file that contains the template body. The URL
11118
11040
  # must point to a template (maximum size: 460,800 bytes) that is
11119
- # located in an Amazon S3 bucket or a Systems Manager document. For
11120
- # more information, see [Template Anatomy][1] in the *CloudFormation
11121
- # User Guide*.
11041
+ # located in an Amazon S3 bucket or a Systems Manager document.
11122
11042
  #
11123
11043
  # Conditional: You must specify only one of the following parameters:
11124
11044
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
11125
11045
  # true.
11126
- #
11127
- #
11128
- #
11129
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
11130
11046
  # @return [String]
11131
11047
  #
11132
11048
  # @!attribute [rw] use_previous_template
@@ -11150,10 +11066,9 @@ module Aws::CloudFormation
11150
11066
  # * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
11151
11067
  #
11152
11068
  # Some stack templates might include resources that can affect
11153
- # permissions in your Amazon Web Services account; for example, by
11154
- # creating new Identity and Access Management (IAM) users. For those
11155
- # stacks sets, you must explicitly acknowledge this by specifying
11156
- # one of these capabilities.
11069
+ # permissions in your Amazon Web Services account, for example, by
11070
+ # creating new IAM users. For those stacks sets, you must explicitly
11071
+ # acknowledge this by specifying one of these capabilities.
11157
11072
  #
11158
11073
  # The following IAM resources require you to specify either the
11159
11074
  # `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
@@ -11184,8 +11099,8 @@ module Aws::CloudFormation
11184
11099
  #
11185
11100
  # * [AWS::IAM::UserToGroupAddition][7]
11186
11101
  #
11187
- # For more information, see [Acknowledging IAM Resources in
11188
- # CloudFormation Templates][8].
11102
+ # For more information, see [Acknowledging IAM resources in
11103
+ # CloudFormation templates][8].
11189
11104
  #
11190
11105
  # * `CAPABILITY_AUTO_EXPAND`
11191
11106
  #
@@ -11207,14 +11122,14 @@ module Aws::CloudFormation
11207
11122
  #
11208
11123
  #
11209
11124
  #
11210
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html
11211
- # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html
11125
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html
11126
+ # [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html
11212
11127
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html
11213
- # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html
11128
+ # [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html
11214
11129
  # [5]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
11215
- # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html
11216
- # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html
11217
- # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
11130
+ # [6]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
11131
+ # [7]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html
11132
+ # [8]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
11218
11133
  # [9]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html
11219
11134
  # [10]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html
11220
11135
  # [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
@@ -11503,30 +11418,20 @@ module Aws::CloudFormation
11503
11418
  #
11504
11419
  # @!attribute [rw] template_body
11505
11420
  # Structure containing the template body with a minimum length of 1
11506
- # byte and a maximum length of 51,200 bytes. For more information, go
11507
- # to [Template Anatomy][1] in the *CloudFormation User Guide*.
11421
+ # byte and a maximum length of 51,200 bytes.
11508
11422
  #
11509
11423
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
11510
11424
  # are passed, only `TemplateBody` is used.
11511
- #
11512
- #
11513
- #
11514
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
11515
11425
  # @return [String]
11516
11426
  #
11517
11427
  # @!attribute [rw] template_url
11518
11428
  # Location of file containing the template body. The URL must point to
11519
11429
  # a template (max size: 460,800 bytes) that is located in an Amazon S3
11520
- # bucket or a Systems Manager document. For more information, go to
11521
- # [Template Anatomy][1] in the *CloudFormation User Guide*. The
11522
- # location for an Amazon S3 bucket must start with `https://`.
11430
+ # bucket or a Systems Manager document. The location for an Amazon S3
11431
+ # bucket must start with `https://`.
11523
11432
  #
11524
11433
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
11525
11434
  # are passed, only `TemplateBody` is used.
11526
- #
11527
- #
11528
- #
11529
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
11530
11435
  # @return [String]
11531
11436
  #
11532
11437
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ValidateTemplateInput AWS API Documentation
@@ -11555,12 +11460,12 @@ module Aws::CloudFormation
11555
11460
  # CreateStack or UpdateStack actions with your template; otherwise,
11556
11461
  # those actions return an InsufficientCapabilities error.
11557
11462
  #
11558
- # For more information, see [Acknowledging IAM Resources in
11559
- # CloudFormation Templates][1].
11463
+ # For more information, see [Acknowledging IAM resources in
11464
+ # CloudFormation templates][1].
11560
11465
  #
11561
11466
  #
11562
11467
  #
11563
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities
11468
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities
11564
11469
  # @return [Array<String>]
11565
11470
  #
11566
11471
  # @!attribute [rw] capabilities_reason
@@ -11588,8 +11493,8 @@ module Aws::CloudFormation
11588
11493
  # template.
11589
11494
  #
11590
11495
  # @!attribute [rw] type
11591
- # The type of this warning. For more information, see [IaC generator
11592
- # and write-only properties][1] in the *CloudFormation User Guide*.
11496
+ # The type of this warning. For more information, see [Resolve
11497
+ # write-only properties][1] in the *CloudFormation User Guide*.
11593
11498
  #
11594
11499
  # * `MUTUALLY_EXCLUSIVE_PROPERTIES` - The resource requires
11595
11500
  # mutually-exclusive write-only properties. The IaC generator