aws-sdk-cloudformation 1.99.0 → 1.100.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ddf4b9298b0452e3f3ab7aa18067fff083e9d68425373e7b57f4334587289c
4
- data.tar.gz: d518c19906ca5187523b47ec7abd29a2cbb74621165add9defd87537a7c06e61
3
+ metadata.gz: 31aae7c802c3dae8020267c3e5e3e78e3eeca8821c49808dc7dc059154ad15e6
4
+ data.tar.gz: 2815a469449567f9c4bfcb0923a752ba208c176dc7f7a19e2f3ae8eb37f60ddf
5
5
  SHA512:
6
- metadata.gz: 9ea7bf8f127430f521f5b0fa466dff43462e547333c2180c151ee5319d66c2a6321bc5ebbd2c933a127c1917b5f0c915b7a4d1f34997a1500b56ad3a1c735d9d
7
- data.tar.gz: 9a4a568052a4cc29a62901758c13b64406d4b97b5298dd988620b4c19308025ee8046f9453844439300e6b809f425c5a17b3c5b3aacee02fcc2c8d869514e9fa
6
+ metadata.gz: bd7d8f71ac914752bc223433488eb950e6c5bdd3de43f17fb8c8fdd08818062fb0c74ea372f3e7d9477b305282789093896e5f8e55d0a5c02787d488970fd880
7
+ data.tar.gz: 2b70226028580fc8fde285f20b861e2f575a17b9dcc8e9bf5234d1a50c9ea706af82522a4b0f82b32629efe4a3ee7464039273b6410e4886df3f0be19cfd1e54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-03-04)
5
+ ------------------
6
+
7
+ * Feature - Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
8
+
4
9
  1.99.0 (2024-01-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.0
@@ -408,7 +408,7 @@ module Aws::CloudFormation
408
408
  # extensions][1] in the *CloudFormation User Guide*.
409
409
  #
410
410
  # Once you have activated a public third-party extension in your account
411
- # and Region, use [SetTypeConfiguration][2] to specify configuration
411
+ # and Region, use [ `SetTypeConfiguration` ][2] to specify configuration
412
412
  # properties for the extension. For more information, see [Configuring
413
413
  # extensions at the account level][3] in the *CloudFormation User
414
414
  # Guide*.
@@ -802,7 +802,8 @@ module Aws::CloudFormation
802
802
  # must point to a template (max size: 460,800 bytes) that's located in
803
803
  # an Amazon S3 bucket or a Systems Manager document. CloudFormation
804
804
  # generates the change set by comparing this template with the stack
805
- # that you specified.
805
+ # that you specified. The location for an Amazon S3 bucket must start
806
+ # with `https://`.
806
807
  #
807
808
  # Conditional: You must specify only `TemplateBody` or `TemplateURL`.
808
809
  #
@@ -842,19 +843,19 @@ module Aws::CloudFormation
842
843
  # review all permissions associated with them and edit their
843
844
  # permissions if necessary.
844
845
  #
845
- # * [ AWS::IAM::AccessKey][1]
846
+ # * [ `AWS::IAM::AccessKey` ][1]
846
847
  #
847
- # * [ AWS::IAM::Group][2]
848
+ # * [ `AWS::IAM::Group` ][2]
848
849
  #
849
- # * [AWS::IAM::InstanceProfile][3]
850
+ # * [ `AWS::IAM::InstanceProfile` ][3]
850
851
  #
851
- # * [ AWS::IAM::Policy][4]
852
+ # * [ `AWS::IAM::Policy` ][4]
852
853
  #
853
- # * [ AWS::IAM::Role][5]
854
+ # * [ `AWS::IAM::Role` ][5]
854
855
  #
855
- # * [ AWS::IAM::User][6]
856
+ # * [ `AWS::IAM::User` ][6]
856
857
  #
857
- # * [AWS::IAM::UserToGroupAddition][7]
858
+ # * [ `AWS::IAM::UserToGroupAddition` ][7]
858
859
  #
859
860
  # For more information, see [Acknowledging IAM resources in
860
861
  # CloudFormation templates][8].
@@ -870,8 +871,8 @@ module Aws::CloudFormation
870
871
  # your stack template contains one or more macros, and you choose to
871
872
  # create a stack directly from the processed template, without first
872
873
  # reviewing the resulting changes in a change set, you must
873
- # acknowledge this capability. This includes the [AWS::Include][9] and
874
- # [AWS::Serverless][10] transforms, which are macros hosted by
874
+ # acknowledge this capability. This includes the [ `AWS::Include` ][9]
875
+ # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
875
876
  # CloudFormation.
876
877
  #
877
878
  # <note markdown="1"> This capacity doesn't apply to creating change sets, and specifying
@@ -1004,8 +1005,8 @@ module Aws::CloudFormation
1004
1005
  #
1005
1006
  # @option params [String] :on_stack_failure
1006
1007
  # Determines what action will be taken if stack creation fails. If this
1007
- # parameter is specified, the `DisableRollback` parameter to the
1008
- # [ExecuteChangeSet][1] API operation must not be specified. This must
1008
+ # parameter is specified, the `DisableRollback` parameter to the [
1009
+ # `ExecuteChangeSet` ][1] API operation must not be specified. This must
1009
1010
  # be one of these values:
1010
1011
  #
1011
1012
  # * `DELETE` - Deletes the change set if the stack creation fails. This
@@ -1015,11 +1016,11 @@ module Aws::CloudFormation
1015
1016
  #
1016
1017
  # * `DO_NOTHING` - if the stack creation fails, do nothing. This is
1017
1018
  # equivalent to specifying `true` for the `DisableRollback` parameter
1018
- # to the [ExecuteChangeSet][1] API operation.
1019
+ # to the [ `ExecuteChangeSet` ][1] API operation.
1019
1020
  #
1020
1021
  # * `ROLLBACK` - if the stack creation fails, roll back the stack. This
1021
1022
  # is equivalent to specifying `false` for the `DisableRollback`
1022
- # parameter to the [ExecuteChangeSet][1] API operation.
1023
+ # parameter to the [ `ExecuteChangeSet` ][1] API operation.
1023
1024
  #
1024
1025
  # For nested stacks, when the `OnStackFailure` parameter is set to
1025
1026
  # `DELETE` for the change set for the parent stack, any failure in a
@@ -1236,7 +1237,8 @@ module Aws::CloudFormation
1236
1237
  # Location of file containing the template body. The URL must point to a
1237
1238
  # template (max size: 460,800 bytes) that's located in an Amazon S3
1238
1239
  # bucket or a Systems Manager document. For more information, go to the
1239
- # [Template anatomy][1] in the *CloudFormation User Guide*.
1240
+ # [Template anatomy][1] in the *CloudFormation User Guide*. The location
1241
+ # for an Amazon S3 bucket must start with `https://`.
1240
1242
  #
1241
1243
  # Conditional: You must specify either the `TemplateBody` or the
1242
1244
  # `TemplateURL` parameter, but not both.
@@ -1247,7 +1249,7 @@ module Aws::CloudFormation
1247
1249
  #
1248
1250
  # @option params [Array<Types::Parameter>] :parameters
1249
1251
  # A list of `Parameter` structures that specify input parameters for the
1250
- # stack. For more information, see the [Parameter][1] data type.
1252
+ # stack. For more information, see the [ `Parameter` ][1] data type.
1251
1253
  #
1252
1254
  #
1253
1255
  #
@@ -1303,19 +1305,19 @@ module Aws::CloudFormation
1303
1305
  # you review all permissions associated with them and edit their
1304
1306
  # permissions if necessary.
1305
1307
  #
1306
- # * [ AWS::IAM::AccessKey][1]
1308
+ # * [ `AWS::IAM::AccessKey` AWS::IAM::AccessKey][1]
1307
1309
  #
1308
- # * [ AWS::IAM::Group][2]
1310
+ # * [ `AWS::IAM::Group` ][2]
1309
1311
  #
1310
- # * [AWS::IAM::InstanceProfile][3]
1312
+ # * [ `AWS::IAM::InstanceProfile` ][3]
1311
1313
  #
1312
- # * [ AWS::IAM::Policy][4]
1314
+ # * [ `AWS::IAM::Policy` ][4]
1313
1315
  #
1314
- # * [ AWS::IAM::Role][5]
1316
+ # * [ `AWS::IAM::Role` ][5]
1315
1317
  #
1316
- # * [ AWS::IAM::User][6]
1318
+ # * [ `AWS::IAM::User` ][6]
1317
1319
  #
1318
- # * [AWS::IAM::UserToGroupAddition][7]
1320
+ # * [ `AWS::IAM::UserToGroupAddition` ][7]
1319
1321
  #
1320
1322
  # For more information, see [Acknowledging IAM Resources in
1321
1323
  # CloudFormation Templates][8].
@@ -1331,8 +1333,8 @@ module Aws::CloudFormation
1331
1333
  # your stack template contains one or more macros, and you choose to
1332
1334
  # create a stack directly from the processed template, without first
1333
1335
  # reviewing the resulting changes in a change set, you must
1334
- # acknowledge this capability. This includes the [AWS::Include][9] and
1335
- # [AWS::Serverless][10] transforms, which are macros hosted by
1336
+ # acknowledge this capability. This includes the [ `AWS::Include` ][9]
1337
+ # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
1336
1338
  # CloudFormation.
1337
1339
  #
1338
1340
  # If you want to create a stack from a stack template that contains
@@ -1430,8 +1432,9 @@ module Aws::CloudFormation
1430
1432
  # @option params [String] :stack_policy_url
1431
1433
  # Location of a file containing the stack policy. The URL must point to
1432
1434
  # a policy (maximum size: 16 KB) located in an S3 bucket in the same
1433
- # Region as the stack. You can specify either the `StackPolicyBody` or
1434
- # the `StackPolicyURL` parameter, but not both.
1435
+ # Region as the stack. The location for an Amazon S3 bucket must start
1436
+ # with `https://`. You can specify either the `StackPolicyBody` or the
1437
+ # `StackPolicyURL` parameter, but not both.
1435
1438
  #
1436
1439
  # @option params [Array<Types::Tag>] :tags
1437
1440
  # Key-value pairs to associate with this stack. CloudFormation also
@@ -1598,8 +1601,8 @@ module Aws::CloudFormation
1598
1601
  # instance aren't updated, but retain their overridden value.
1599
1602
  #
1600
1603
  # You can only override the parameter *values* that are specified in the
1601
- # stack set; to add or delete a parameter itself, use
1602
- # [UpdateStackSet][1] to update the stack set template.
1604
+ # stack set; to add or delete a parameter itself, use [ `UpdateStackSet`
1605
+ # ][1] to update the stack set template.
1603
1606
  #
1604
1607
  #
1605
1608
  #
@@ -1775,19 +1778,19 @@ module Aws::CloudFormation
1775
1778
  # you review all permissions associated with them and edit their
1776
1779
  # permissions if necessary.
1777
1780
  #
1778
- # * [ AWS::IAM::AccessKey][1]
1781
+ # * [ `AWS::IAM::AccessKey` ][1]
1779
1782
  #
1780
- # * [ AWS::IAM::Group][2]
1783
+ # * [ `AWS::IAM::Group` ][2]
1781
1784
  #
1782
- # * [AWS::IAM::InstanceProfile][3]
1785
+ # * [ `AWS::IAM::InstanceProfile` ][3]
1783
1786
  #
1784
- # * [ AWS::IAM::Policy][4]
1787
+ # * [ `AWS::IAM::Policy` ][4]
1785
1788
  #
1786
- # * [ AWS::IAM::Role][5]
1789
+ # * [ `AWS::IAM::Role` ][5]
1787
1790
  #
1788
- # * [ AWS::IAM::User][6]
1791
+ # * [ `AWS::IAM::User` ][6]
1789
1792
  #
1790
- # * [AWS::IAM::UserToGroupAddition][7]
1793
+ # * [ `AWS::IAM::UserToGroupAddition` ][7]
1791
1794
  #
1792
1795
  # For more information, see [Acknowledging IAM Resources in
1793
1796
  # CloudFormation Templates][8].
@@ -1803,12 +1806,11 @@ module Aws::CloudFormation
1803
1806
  # Templates][9].
1804
1807
  #
1805
1808
  # Stack sets with service-managed permissions don't currently support
1806
- # the use of macros in templates. (This includes the
1807
- # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
1808
- # macros hosted by CloudFormation.) Even if you specify this
1809
- # capability for a stack set with service-managed permissions, if you
1810
- # reference a macro in your template the stack set operation will
1811
- # fail.
1809
+ # the use of macros in templates. (This includes the [ `AWS::Include`
1810
+ # ][10] and [ `AWS::Serverless` ][11] transforms, which are macros
1811
+ # hosted by CloudFormation.) Even if you specify this capability for a
1812
+ # stack set with service-managed permissions, if you reference a macro
1813
+ # in your template the stack set operation will fail.
1812
1814
  #
1813
1815
  #
1814
1816
  #
@@ -2361,7 +2363,7 @@ module Aws::CloudFormation
2361
2363
  # deregistered as well and marked as deprecated.
2362
2364
  #
2363
2365
  # To view the deprecation status of an extension or extension version,
2364
- # use [DescribeType][1].
2366
+ # use [ `DescribeType` ][1].
2365
2367
  #
2366
2368
  #
2367
2369
  #
@@ -2792,7 +2794,7 @@ module Aws::CloudFormation
2792
2794
  #
2793
2795
  # For more information about registering as a publisher, see:
2794
2796
  #
2795
- # * [RegisterPublisher][1]
2797
+ # * [ `RegisterPublisher` ][1]
2796
2798
  #
2797
2799
  # * [Publishing extensions to make them available for public use][2] in
2798
2800
  # the *CloudFormation CLI User Guide*
@@ -3102,6 +3104,7 @@ module Aws::CloudFormation
3102
3104
  # resp.stack_events[0].hook_status_reason #=> String
3103
3105
  # resp.stack_events[0].hook_invocation_point #=> String, one of "PRE_PROVISION"
3104
3106
  # resp.stack_events[0].hook_failure_mode #=> String, one of "FAIL", "WARN"
3107
+ # resp.stack_events[0].detailed_status #=> String, one of "CONFIGURATION_COMPLETE", "VALIDATION_FAILED"
3105
3108
  # resp.next_token #=> String
3106
3109
  #
3107
3110
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackEvents AWS API Documentation
@@ -3177,7 +3180,7 @@ module Aws::CloudFormation
3177
3180
  # resp.stack_instance.parameter_overrides[0].use_previous_value #=> Boolean
3178
3181
  # resp.stack_instance.parameter_overrides[0].resolved_value #=> String
3179
3182
  # resp.stack_instance.status #=> String, one of "CURRENT", "OUTDATED", "INOPERABLE"
3180
- # resp.stack_instance.stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT"
3183
+ # resp.stack_instance.stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT", "FAILED_IMPORT"
3181
3184
  # resp.stack_instance.status_reason #=> String
3182
3185
  # resp.stack_instance.organizational_unit_id #=> String
3183
3186
  # resp.stack_instance.drift_status #=> String, one of "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED"
@@ -3717,6 +3720,7 @@ module Aws::CloudFormation
3717
3720
  # resp.stacks[0].drift_information.stack_drift_status #=> String, one of "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED"
3718
3721
  # resp.stacks[0].drift_information.last_check_timestamp #=> Time
3719
3722
  # resp.stacks[0].retain_except_on_create #=> Boolean
3723
+ # resp.stacks[0].detailed_status #=> String, one of "CONFIGURATION_COMPLETE", "VALIDATION_FAILED"
3720
3724
  # resp.next_token #=> String
3721
3725
  #
3722
3726
  #
@@ -4188,7 +4192,8 @@ module Aws::CloudFormation
4188
4192
  # Location of file containing the template body. The URL must point to a
4189
4193
  # template that's located in an Amazon S3 bucket or a Systems Manager
4190
4194
  # document. For more information, go to [Template Anatomy][1] in the
4191
- # *CloudFormation User Guide*.
4195
+ # *CloudFormation User Guide*. The location for an Amazon S3 bucket must
4196
+ # start with `https://`.
4192
4197
  #
4193
4198
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
4194
4199
  # are passed, only `TemplateBody` is used.
@@ -4267,16 +4272,16 @@ module Aws::CloudFormation
4267
4272
  # @option params [Boolean] :disable_rollback
4268
4273
  # Preserves the state of previously provisioned resources when an
4269
4274
  # operation fails. This parameter can't be specified when the
4270
- # `OnStackFailure` parameter to the [CreateChangeSet][1] API operation
4271
- # was specified.
4275
+ # `OnStackFailure` parameter to the [ `CreateChangeSet` ][1] API
4276
+ # operation was specified.
4272
4277
  #
4273
4278
  # * `True` - if the stack creation fails, do nothing. This is equivalent
4274
4279
  # to specifying `DO_NOTHING` for the `OnStackFailure` parameter to the
4275
- # [CreateChangeSet][1] API operation.
4280
+ # [ `CreateChangeSet` ][1] API operation.
4276
4281
  #
4277
4282
  # * `False` - if the stack creation fails, roll back the stack. This is
4278
4283
  # equivalent to specifying `ROLLBACK` for the `OnStackFailure`
4279
- # parameter to the [CreateChangeSet][1] API operation.
4284
+ # parameter to the [ `CreateChangeSet` ][1] API operation.
4280
4285
  #
4281
4286
  # Default: `True`
4282
4287
  #
@@ -4515,7 +4520,8 @@ module Aws::CloudFormation
4515
4520
  # template (max size: 460,800 bytes) that's located in an Amazon S3
4516
4521
  # bucket or a Systems Manager document. For more information about
4517
4522
  # templates, see [Template anatomy][1] in the *CloudFormation User
4518
- # Guide*.
4523
+ # Guide*. The location for an Amazon S3 bucket must start with
4524
+ # `https://`.
4519
4525
  #
4520
4526
  # Conditional: You must specify only one of the following parameters:
4521
4527
  # `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
@@ -5486,7 +5492,7 @@ module Aws::CloudFormation
5486
5492
  # resp.summaries[0].stack_id #=> String
5487
5493
  # resp.summaries[0].status #=> String, one of "CURRENT", "OUTDATED", "INOPERABLE"
5488
5494
  # resp.summaries[0].status_reason #=> String
5489
- # resp.summaries[0].stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT"
5495
+ # resp.summaries[0].stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT", "FAILED_IMPORT"
5490
5496
  # resp.summaries[0].organizational_unit_id #=> String
5491
5497
  # resp.summaries[0].drift_status #=> String, one of "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED"
5492
5498
  # resp.summaries[0].last_drift_check_timestamp #=> Time
@@ -6197,7 +6203,7 @@ module Aws::CloudFormation
6197
6203
  # public use][1] in the *CloudFormation CLI User Guide*.
6198
6204
  #
6199
6205
  # To publish an extension, you must be registered as a publisher with
6200
- # CloudFormation. For more information, see [RegisterPublisher][2].
6206
+ # CloudFormation. For more information, see [ `RegisterPublisher` ][2].
6201
6207
  #
6202
6208
  #
6203
6209
  #
@@ -6426,8 +6432,8 @@ module Aws::CloudFormation
6426
6432
  # *CloudFormation CLI User Guide*.
6427
6433
  #
6428
6434
  # You can have a maximum of 50 resource extension versions registered at
6429
- # a time. This maximum is per account and per Region. Use
6430
- # [DeregisterType][2] to deregister specific extension versions if
6435
+ # a time. This maximum is per account and per Region. Use [
6436
+ # `DeregisterType` ][2] to deregister specific extension versions if
6431
6437
  # necessary.
6432
6438
  #
6433
6439
  # Once you have initiated a registration request using RegisterType, you
@@ -6435,7 +6441,7 @@ module Aws::CloudFormation
6435
6441
  # registration request.
6436
6442
  #
6437
6443
  # Once you have registered a private extension in your account and
6438
- # Region, use [SetTypeConfiguration][3] to specify configuration
6444
+ # Region, use [ `SetTypeConfiguration` ][3] to specify configuration
6439
6445
  # properties for the extension. For more information, see [Configuring
6440
6446
  # extensions at the account level][4] in the *CloudFormation User
6441
6447
  # Guide*.
@@ -6648,7 +6654,8 @@ module Aws::CloudFormation
6648
6654
  # @option params [String] :stack_policy_url
6649
6655
  # Location of a file containing the stack policy. The URL must point to
6650
6656
  # a policy (maximum size: 16 KB) located in an Amazon S3 bucket in the
6651
- # same Amazon Web Services Region as the stack. You can specify either
6657
+ # same Amazon Web Services Region as the stack. The location for an
6658
+ # Amazon S3 bucket must start with `https://`. You can specify either
6652
6659
  # the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
6653
6660
  #
6654
6661
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -6674,7 +6681,7 @@ module Aws::CloudFormation
6674
6681
  # extension, in the given account and Region.
6675
6682
  #
6676
6683
  # To view the current configuration data for an extension, refer to the
6677
- # `ConfigurationSchema` element of [DescribeType][1]. For more
6684
+ # `ConfigurationSchema` element of [ `DescribeType` ][1]. For more
6678
6685
  # information, see [Configuring extensions at the account level][2] in
6679
6686
  # the *CloudFormation User Guide*.
6680
6687
  #
@@ -6693,10 +6700,10 @@ module Aws::CloudFormation
6693
6700
  # The Amazon Resource Name (ARN) for the extension, in this account and
6694
6701
  # Region.
6695
6702
  #
6696
- # For public extensions, this will be the ARN assigned when you
6697
- # [activate the type][1] in this account and Region. For private
6698
- # extensions, this will be the ARN assigned when you [register the
6699
- # type][2] in this account and Region.
6703
+ # For public extensions, this will be the ARN assigned when you call the
6704
+ # [ `ActivateType` ][1] API operation in this account and Region. For
6705
+ # private extensions, this will be the ARN assigned when you call the [
6706
+ # `RegisterType` ][2] API operation in this account and Region.
6700
6707
  #
6701
6708
  # Do not include the extension versions suffix at the end of the ARN.
6702
6709
  # You can set the configuration for an extension, but not for a specific
@@ -6711,8 +6718,8 @@ module Aws::CloudFormation
6711
6718
  # The configuration data for the extension, in this account and Region.
6712
6719
  #
6713
6720
  # The configuration data must be formatted as JSON, and validate against
6714
- # the schema returned in the `ConfigurationSchema` response element of
6715
- # [DescribeType][1]. For more information, see [Defining account-level
6721
+ # the schema returned in the `ConfigurationSchema` response element of [
6722
+ # `DescribeType` ][1]. For more information, see [Defining account-level
6716
6723
  # configuration data for an extension][2] in the *CloudFormation CLI
6717
6724
  # User Guide*.
6718
6725
  #
@@ -6970,11 +6977,11 @@ module Aws::CloudFormation
6970
6977
  # version of the extension in your account and Region for testing.
6971
6978
  #
6972
6979
  # To perform testing, CloudFormation assumes the execution role
6973
- # specified when the type was registered. For more information, see
6974
- # [RegisterType][2].
6980
+ # specified when the type was registered. For more information, see [
6981
+ # `RegisterType` ][2].
6975
6982
  #
6976
6983
  # Once you've initiated testing on an extension using `TestType`, you
6977
- # can pass the returned `TypeVersionArn` into [DescribeType][3] to
6984
+ # can pass the returned `TypeVersionArn` into [ `DescribeType` ][3] to
6978
6985
  # monitor the current test status and test status description for the
6979
6986
  # extension.
6980
6987
  #
@@ -7228,7 +7235,8 @@ module Aws::CloudFormation
7228
7235
  # Location of file containing the template body. The URL must point to a
7229
7236
  # template that's located in an Amazon S3 bucket or a Systems Manager
7230
7237
  # document. For more information, go to [Template Anatomy][1] in the
7231
- # *CloudFormation User Guide*.
7238
+ # *CloudFormation User Guide*. The location for an Amazon S3 bucket must
7239
+ # start with `https://`.
7232
7240
  #
7233
7241
  # Conditional: You must specify only one of the following parameters:
7234
7242
  # `TemplateBody`, `TemplateURL`, or set the `UsePreviousTemplate` to
@@ -7259,7 +7267,8 @@ module Aws::CloudFormation
7259
7267
  # @option params [String] :stack_policy_during_update_url
7260
7268
  # Location of a file containing the temporary overriding stack policy.
7261
7269
  # The URL must point to a policy (max size: 16KB) located in an S3
7262
- # bucket in the same Region as the stack. You can specify either the
7270
+ # bucket in the same Region as the stack. The location for an Amazon S3
7271
+ # bucket must start with `https://`. You can specify either the
7263
7272
  # `StackPolicyDuringUpdateBody` or the `StackPolicyDuringUpdateURL`
7264
7273
  # parameter, but not both.
7265
7274
  #
@@ -7270,7 +7279,7 @@ module Aws::CloudFormation
7270
7279
  #
7271
7280
  # @option params [Array<Types::Parameter>] :parameters
7272
7281
  # A list of `Parameter` structures that specify input parameters for the
7273
- # stack. For more information, see the [Parameter][1] data type.
7282
+ # stack. For more information, see the [ `Parameter` ][1] data type.
7274
7283
  #
7275
7284
  #
7276
7285
  #
@@ -7304,19 +7313,19 @@ module Aws::CloudFormation
7304
7313
  # review all permissions associated with them and edit their
7305
7314
  # permissions if necessary.
7306
7315
  #
7307
- # * [ AWS::IAM::AccessKey][1]
7316
+ # * [ `AWS::IAM::AccessKey` ][1]
7308
7317
  #
7309
- # * [ AWS::IAM::Group][2]
7318
+ # * [ `AWS::IAM::Group` ][2]
7310
7319
  #
7311
- # * [AWS::IAM::InstanceProfile][3]
7320
+ # * [ `AWS::IAM::InstanceProfile` ][3]
7312
7321
  #
7313
- # * [ AWS::IAM::Policy][4]
7322
+ # * [ ` AWS::IAM::Policy` ][4]
7314
7323
  #
7315
- # * [ AWS::IAM::Role][5]
7324
+ # * [ `AWS::IAM::Role` ][5]
7316
7325
  #
7317
- # * [ AWS::IAM::User][6]
7326
+ # * [ `AWS::IAM::User` ][6]
7318
7327
  #
7319
- # * [AWS::IAM::UserToGroupAddition][7]
7328
+ # * [ `AWS::IAM::UserToGroupAddition` ][7]
7320
7329
  #
7321
7330
  # For more information, see [Acknowledging IAM Resources in
7322
7331
  # CloudFormation Templates][8].
@@ -7332,8 +7341,8 @@ module Aws::CloudFormation
7332
7341
  # your stack template contains one or more macros, and you choose to
7333
7342
  # update a stack directly from the processed template, without first
7334
7343
  # reviewing the resulting changes in a change set, you must
7335
- # acknowledge this capability. This includes the [AWS::Include][9] and
7336
- # [AWS::Serverless][10] transforms, which are macros hosted by
7344
+ # acknowledge this capability. This includes the [ `AWS::Include` ][9]
7345
+ # and [ `AWS::Serverless` ][10] transforms, which are macros hosted by
7337
7346
  # CloudFormation.
7338
7347
  #
7339
7348
  # If you want to update a stack from a stack template that contains
@@ -7422,8 +7431,9 @@ module Aws::CloudFormation
7422
7431
  # @option params [String] :stack_policy_url
7423
7432
  # Location of a file containing the updated stack policy. The URL must
7424
7433
  # point to a policy (max size: 16KB) located in an S3 bucket in the same
7425
- # Region as the stack. You can specify either the `StackPolicyBody` or
7426
- # the `StackPolicyURL` parameter, but not both.
7434
+ # Region as the stack. The location for an Amazon S3 bucket must start
7435
+ # with `https://`. You can specify either the `StackPolicyBody` or the
7436
+ # `StackPolicyURL` parameter, but not both.
7427
7437
  #
7428
7438
  # You might update the stack policy, for example, in order to protect a
7429
7439
  # new resource that you created during a stack update. If you don't
@@ -7544,20 +7554,20 @@ module Aws::CloudFormation
7544
7554
  #
7545
7555
  # You can only update stack instances in Amazon Web Services Regions and
7546
7556
  # accounts where they already exist; to create additional stack
7547
- # instances, use [CreateStackInstances][1].
7557
+ # instances, use [ `CreateStackInstances` ][1].
7548
7558
  #
7549
7559
  # During stack set updates, any parameters overridden for a stack
7550
7560
  # instance aren't updated, but retain their overridden value.
7551
7561
  #
7552
7562
  # You can only update the parameter *values* that are specified in the
7553
- # stack set; to add or delete a parameter itself, use
7554
- # [UpdateStackSet][2] to update the stack set template. If you add a
7555
- # parameter to a template, before you can override the parameter value
7556
- # specified in the stack set you must first use [UpdateStackSet][2] to
7557
- # update all stack instances with the updated template and parameter
7558
- # value specified in the stack set. Once a stack instance has been
7559
- # updated with the new parameter, you can then override the parameter
7560
- # value using `UpdateStackInstances`.
7563
+ # stack set; to add or delete a parameter itself, use [ `UpdateStackSet`
7564
+ # ][2] to update the stack set template. If you add a parameter to a
7565
+ # template, before you can override the parameter value specified in the
7566
+ # stack set you must first use [ `UpdateStackSet` ][2] to update all
7567
+ # stack instances with the updated template and parameter value
7568
+ # specified in the stack set. Once a stack instance has been updated
7569
+ # with the new parameter, you can then override the parameter value
7570
+ # using `UpdateStackInstances`.
7561
7571
  #
7562
7572
  #
7563
7573
  #
@@ -7623,11 +7633,11 @@ module Aws::CloudFormation
7623
7633
  # stack set; to add or delete a parameter itself, use `UpdateStackSet`
7624
7634
  # to update the stack set template. If you add a parameter to a
7625
7635
  # template, before you can override the parameter value specified in the
7626
- # stack set you must first use [UpdateStackSet][1] to update all stack
7627
- # instances with the updated template and parameter value specified in
7628
- # the stack set. Once a stack instance has been updated with the new
7629
- # parameter, you can then override the parameter value using
7630
- # `UpdateStackInstances`.
7636
+ # stack set you must first use [ `UpdateStackSet` ][1] to update all
7637
+ # stack instances with the updated template and parameter value
7638
+ # specified in the stack set. Once a stack instance has been updated
7639
+ # with the new parameter, you can then override the parameter value
7640
+ # using `UpdateStackInstances`.
7631
7641
  #
7632
7642
  #
7633
7643
  #
@@ -7802,19 +7812,19 @@ module Aws::CloudFormation
7802
7812
  # you review all permissions associated with them and edit their
7803
7813
  # permissions if necessary.
7804
7814
  #
7805
- # * [ AWS::IAM::AccessKey][1]
7815
+ # * [ `AWS::IAM::AccessKey` ][1]
7806
7816
  #
7807
- # * [ AWS::IAM::Group][2]
7817
+ # * [ `AWS::IAM::Group` ][2]
7808
7818
  #
7809
- # * [ AWS::IAM::InstanceProfile][3]
7819
+ # * [ `AWS::IAM::InstanceProfile` ][3]
7810
7820
  #
7811
- # * [ AWS::IAM::Policy][4]
7821
+ # * [ `AWS::IAM::Policy` ][4]
7812
7822
  #
7813
- # * [ AWS::IAM::Role][5]
7823
+ # * [ `AWS::IAM::Role` ][5]
7814
7824
  #
7815
- # * [ AWS::IAM::User][6]
7825
+ # * [ `AWS::IAM::User` ][6]
7816
7826
  #
7817
- # * [ AWS::IAM::UserToGroupAddition][7]
7827
+ # * [ `AWS::IAM::UserToGroupAddition` ][7]
7818
7828
  #
7819
7829
  # For more information, see [Acknowledging IAM Resources in
7820
7830
  # CloudFormation Templates][8].
@@ -7830,12 +7840,11 @@ module Aws::CloudFormation
7830
7840
  # Templates][9].
7831
7841
  #
7832
7842
  # Stack sets with service-managed permissions do not currently support
7833
- # the use of macros in templates. (This includes the
7834
- # [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
7835
- # macros hosted by CloudFormation.) Even if you specify this
7836
- # capability for a stack set with service-managed permissions, if you
7837
- # reference a macro in your template the stack set operation will
7838
- # fail.
7843
+ # the use of macros in templates. (This includes the [ `AWS::Include`
7844
+ # ][10] and [ `AWS::Serverless` ][11] transforms, which are macros
7845
+ # hosted by CloudFormation.) Even if you specify this capability for a
7846
+ # stack set with service-managed permissions, if you reference a macro
7847
+ # in your template the stack set operation will fail.
7839
7848
  #
7840
7849
  #
7841
7850
  #
@@ -8181,7 +8190,8 @@ module Aws::CloudFormation
8181
8190
  # Location of file containing the template body. The URL must point to a
8182
8191
  # template (max size: 460,800 bytes) that is located in an Amazon S3
8183
8192
  # bucket or a Systems Manager document. For more information, go to
8184
- # [Template Anatomy][1] in the *CloudFormation User Guide*.
8193
+ # [Template Anatomy][1] in the *CloudFormation User Guide*. The location
8194
+ # for an Amazon S3 bucket must start with `https://`.
8185
8195
  #
8186
8196
  # Conditional: You must pass `TemplateURL` or `TemplateBody`. If both
8187
8197
  # are passed, only `TemplateBody` is used.
@@ -8241,7 +8251,7 @@ module Aws::CloudFormation
8241
8251
  params: params,
8242
8252
  config: config)
8243
8253
  context[:gem_name] = 'aws-sdk-cloudformation'
8244
- context[:gem_version] = '1.99.0'
8254
+ context[:gem_version] = '1.100.0'
8245
8255
  Seahorse::Client::Request.new(handlers, context)
8246
8256
  end
8247
8257
 
@@ -141,6 +141,7 @@ module Aws::CloudFormation
141
141
  DescribeTypeRegistrationInput = Shapes::StructureShape.new(name: 'DescribeTypeRegistrationInput')
142
142
  DescribeTypeRegistrationOutput = Shapes::StructureShape.new(name: 'DescribeTypeRegistrationOutput')
143
143
  Description = Shapes::StringShape.new(name: 'Description')
144
+ DetailedStatus = Shapes::StringShape.new(name: 'DetailedStatus')
144
145
  DetectStackDriftInput = Shapes::StructureShape.new(name: 'DetectStackDriftInput')
145
146
  DetectStackDriftOutput = Shapes::StructureShape.new(name: 'DetectStackDriftOutput')
146
147
  DetectStackResourceDriftInput = Shapes::StructureShape.new(name: 'DetectStackResourceDriftInput')
@@ -1653,6 +1654,7 @@ module Aws::CloudFormation
1653
1654
  Stack.add_member(:root_id, Shapes::ShapeRef.new(shape: StackId, location_name: "RootId"))
1654
1655
  Stack.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackDriftInformation, location_name: "DriftInformation"))
1655
1656
  Stack.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
1657
+ Stack.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
1656
1658
  Stack.struct_class = Types::Stack
1657
1659
 
1658
1660
  StackDriftInformation.add_member(:stack_drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, required: true, location_name: "StackDriftStatus"))
@@ -1679,6 +1681,7 @@ module Aws::CloudFormation
1679
1681
  StackEvent.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
1680
1682
  StackEvent.add_member(:hook_invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "HookInvocationPoint"))
1681
1683
  StackEvent.add_member(:hook_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "HookFailureMode"))
1684
+ StackEvent.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
1682
1685
  StackEvent.struct_class = Types::StackEvent
1683
1686
 
1684
1687
  StackEvents.member = Shapes::ShapeRef.new(shape: StackEvent)
@@ -151,6 +151,30 @@ module Aws::CloudFormation
151
151
  data[:hook_failure_mode]
152
152
  end
153
153
 
154
+ # An optional field containing information about the detailed status of
155
+ # the stack event.
156
+ #
157
+ # * `CONFIGURATION_COMPLETE` - all of the resources in the stack have
158
+ # reached that event. For more information, see [CloudFormation stack
159
+ # deployment][1] in the *CloudFormation User Guide*.
160
+ #
161
+ # ^
162
+ # ^
163
+ #
164
+ # * `VALIDATION_FAILED` - template validation failed because of invalid
165
+ # properties in the template. The `ResourceStatusReason` field shows
166
+ # what properties are defined incorrectly.
167
+ #
168
+ # ^
169
+ #
170
+ #
171
+ #
172
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
173
+ # @return [String]
174
+ def detailed_status
175
+ data[:detailed_status]
176
+ end
177
+
154
178
  # @!endgroup
155
179
 
156
180
  # @return [Client]