aws-sdk-cloudformation 1.100.0 → 1.101.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: 31aae7c802c3dae8020267c3e5e3e78e3eeca8821c49808dc7dc059154ad15e6
4
- data.tar.gz: 2815a469449567f9c4bfcb0923a752ba208c176dc7f7a19e2f3ae8eb37f60ddf
3
+ metadata.gz: 72ed6b352211215a4b5c4bf0ad457dbd1b1e21bcb2318993aebe3b9c43780010
4
+ data.tar.gz: c84b8eba834abba113a7d6fc49c6156a80c31aaad5769cd070e44a4ba04c1390
5
5
  SHA512:
6
- metadata.gz: bd7d8f71ac914752bc223433488eb950e6c5bdd3de43f17fb8c8fdd08818062fb0c74ea372f3e7d9477b305282789093896e5f8e55d0a5c02787d488970fd880
7
- data.tar.gz: 2b70226028580fc8fde285f20b861e2f575a17b9dcc8e9bf5234d1a50c9ea706af82522a4b0f82b32629efe4a3ee7464039273b6410e4886df3f0be19cfd1e54
6
+ metadata.gz: ccd7d12fd240affed2043ad22e32598ce571013e7b38cef270d71a27a482b3a52f9e34b2d9c62c939bcaefe51976ec2302c635998a3c34498f56beaeb03c8054
7
+ data.tar.gz: 6d23078df1f4135087ea46e31ac2a1086ffa118e9e7cbaec5dc51f900dd0766189a74f5e20b835f7e392c6a88afff581e1bedcc830870cdd7c96979fa11df8ce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2024-03-12)
5
+ ------------------
6
+
7
+ * Feature - CloudFormation documentation update for March, 2024
8
+
4
9
  1.100.0 (2024-03-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -1720,7 +1720,7 @@ module Aws::CloudFormation
1720
1720
  # @option params [String] :template_body
1721
1721
  # The structure that contains the template body, with a minimum length
1722
1722
  # of 1 byte and a maximum length of 51,200 bytes. For more information,
1723
- # see [Template Anatomy][1] in the CloudFormation User Guide.
1723
+ # see [Template Anatomy][1] in the *CloudFormation User Guide*.
1724
1724
  #
1725
1725
  # Conditional: You must specify either the TemplateBody or the
1726
1726
  # TemplateURL parameter, but not both.
@@ -1733,8 +1733,8 @@ module Aws::CloudFormation
1733
1733
  # The location of the file that contains the template body. The URL must
1734
1734
  # point to a template (maximum size: 460,800 bytes) that's located in
1735
1735
  # an Amazon S3 bucket or a Systems Manager document. For more
1736
- # information, see [Template Anatomy][1] in the CloudFormation User
1737
- # Guide.
1736
+ # information, see [Template Anatomy][1] in the *CloudFormation User
1737
+ # Guide*.
1738
1738
  #
1739
1739
  # Conditional: You must specify either the TemplateBody or the
1740
1740
  # TemplateURL parameter, but not both.
@@ -3045,7 +3045,8 @@ module Aws::CloudFormation
3045
3045
 
3046
3046
  # Returns all stack related events for a specified stack in reverse
3047
3047
  # chronological order. For more information about a stack's event
3048
- # history, go to [Stacks][1] in the *CloudFormation User Guide*.
3048
+ # history, see [CloudFormation stack creation events][1] in the
3049
+ # *CloudFormation User Guide*.
3049
3050
  #
3050
3051
  # <note markdown="1"> You can list events for stacks that have failed to create or have been
3051
3052
  # deleted by specifying the unique stack identifier (stack ID).
@@ -3054,7 +3055,7 @@ module Aws::CloudFormation
3054
3055
  #
3055
3056
  #
3056
3057
  #
3057
- # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html
3058
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
3058
3059
  #
3059
3060
  # @option params [String] :stack_name
3060
3061
  # The name or the unique stack ID that's associated with the stack,
@@ -3625,11 +3626,18 @@ module Aws::CloudFormation
3625
3626
 
3626
3627
  # Returns the description for the specified stack; if no stack name was
3627
3628
  # specified, then it returns the description for all the stacks created.
3629
+ # For more information about a stack's event history, see
3630
+ # [CloudFormation stack creation events][1] in the *CloudFormation User
3631
+ # Guide*.
3628
3632
  #
3629
3633
  # <note markdown="1"> If the stack doesn't exist, a `ValidationError` is returned.
3630
3634
  #
3631
3635
  # </note>
3632
3636
  #
3637
+ #
3638
+ #
3639
+ # [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
3640
+ #
3633
3641
  # @option params [String] :stack_name
3634
3642
  # <note markdown="1"> If you don't pass a parameter to `StackName`, the API returns a
3635
3643
  # response that describes all resources in the account, which can impact
@@ -7751,7 +7759,7 @@ module Aws::CloudFormation
7751
7759
  # @option params [String] :template_body
7752
7760
  # The structure that contains the template body, with a minimum length
7753
7761
  # of 1 byte and a maximum length of 51,200 bytes. For more information,
7754
- # see [Template Anatomy][1] in the CloudFormation User Guide.
7762
+ # see [Template Anatomy][1] in the *CloudFormation User Guide*.
7755
7763
  #
7756
7764
  # Conditional: You must specify only one of the following parameters:
7757
7765
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
@@ -7764,8 +7772,8 @@ module Aws::CloudFormation
7764
7772
  # The location of the file that contains the template body. The URL must
7765
7773
  # point to a template (maximum size: 460,800 bytes) that is located in
7766
7774
  # an Amazon S3 bucket or a Systems Manager document. For more
7767
- # information, see [Template Anatomy][1] in the CloudFormation User
7768
- # Guide.
7775
+ # information, see [Template Anatomy][1] in the *CloudFormation User
7776
+ # Guide*.
7769
7777
  #
7770
7778
  # Conditional: You must specify only one of the following parameters:
7771
7779
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
@@ -8251,7 +8259,7 @@ module Aws::CloudFormation
8251
8259
  params: params,
8252
8260
  config: config)
8253
8261
  context[:gem_name] = 'aws-sdk-cloudformation'
8254
- context[:gem_version] = '1.100.0'
8262
+ context[:gem_version] = '1.101.0'
8255
8263
  Seahorse::Client::Request.new(handlers, context)
8256
8264
  end
8257
8265
 
@@ -61,7 +61,7 @@ module Aws::CloudFormation
61
61
  end
62
62
 
63
63
  # Type of resource. (For more information, go to [Amazon Web Services
64
- # Resource Types Reference][1] in the CloudFormation User Guide.)
64
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.)
65
65
  #
66
66
  #
67
67
  #
@@ -57,7 +57,7 @@ module Aws::CloudFormation
57
57
  end
58
58
 
59
59
  # Type of resource. For more information, go to [Amazon Web Services
60
- # Resource Types Reference][1] in the CloudFormation User Guide.
60
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.
61
61
  #
62
62
  #
63
63
  #
@@ -92,8 +92,8 @@ module Aws::CloudFormation
92
92
  end
93
93
 
94
94
  # The content of the `Metadata` attribute declared for the resource. For
95
- # more information, see [Metadata Attribute][1] in the CloudFormation
96
- # User Guide.
95
+ # more information, see [Metadata Attribute][1] in the *CloudFormation
96
+ # User Guide*.
97
97
  #
98
98
  #
99
99
  #
@@ -51,7 +51,7 @@ module Aws::CloudFormation
51
51
  end
52
52
 
53
53
  # Type of resource. (For more information, go to [Amazon Web Services
54
- # Resource Types Reference][1] in the CloudFormation User Guide.)
54
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.)
55
55
  #
56
56
  #
57
57
  #
@@ -1585,8 +1585,8 @@ module Aws::CloudFormation
1585
1585
  # @!attribute [rw] template_body
1586
1586
  # The structure that contains the template body, with a minimum length
1587
1587
  # of 1 byte and a maximum length of 51,200 bytes. For more
1588
- # information, see [Template Anatomy][1] in the CloudFormation User
1589
- # Guide.
1588
+ # information, see [Template Anatomy][1] in the *CloudFormation User
1589
+ # Guide*.
1590
1590
  #
1591
1591
  # Conditional: You must specify either the TemplateBody or the
1592
1592
  # TemplateURL parameter, but not both.
@@ -1600,8 +1600,8 @@ module Aws::CloudFormation
1600
1600
  # The location of the file that contains the template body. The URL
1601
1601
  # must point to a template (maximum size: 460,800 bytes) that's
1602
1602
  # located in an Amazon S3 bucket or a Systems Manager document. For
1603
- # more information, see [Template Anatomy][1] in the CloudFormation
1604
- # User Guide.
1603
+ # more information, see [Template Anatomy][1] in the *CloudFormation
1604
+ # User Guide*.
1605
1605
  #
1606
1606
  # Conditional: You must specify either the TemplateBody or the
1607
1607
  # TemplateURL parameter, but not both.
@@ -6906,7 +6906,7 @@ module Aws::CloudFormation
6906
6906
  # to this property causes the resource to be recreated. The value can
6907
6907
  # be `Never`, `Always`, or `Conditionally`. To determine the
6908
6908
  # conditions for a `Conditionally` recreation, see the update behavior
6909
- # for that [property][1] in the CloudFormation User Guide.
6909
+ # for that [property][1] in the *CloudFormation User Guide*.
6910
6910
  #
6911
6911
  #
6912
6912
  #
@@ -6928,8 +6928,8 @@ module Aws::CloudFormation
6928
6928
  # @!attribute [rw] resource_type
6929
6929
  # The type of resource to import into your stack, such as
6930
6930
  # `AWS::S3::Bucket`. For a list of supported resource types, see
6931
- # [Resources that support import operations][1] in the CloudFormation
6932
- # User Guide.
6931
+ # [Resources that support import operations][1] in the *CloudFormation
6932
+ # User Guide*.
6933
6933
  #
6934
6934
  #
6935
6935
  #
@@ -7683,7 +7683,7 @@ module Aws::CloudFormation
7683
7683
  #
7684
7684
  # @!attribute [rw] resource_type
7685
7685
  # Type of resource. (For more information, go to [Amazon Web Services
7686
- # Resource Types Reference][1] in the CloudFormation User Guide.)
7686
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.)
7687
7687
  #
7688
7688
  #
7689
7689
  #
@@ -7939,13 +7939,6 @@ module Aws::CloudFormation
7939
7939
  # a Region, the failure tolerance for the stack set operation as a
7940
7940
  # whole might be exceeded.
7941
7941
  #
7942
- # * `FAILED_IMPORT`: The import of the stack instance in the specified
7943
- # account and Region failed and left the stack in an unstable state.
7944
- # Once the issues causing the failure are fixed, the import
7945
- # operation can be retried. If enough stack set operations fail in
7946
- # enough accounts within a Region, the failure tolerance for the
7947
- # stack set operation as a whole might be exceeded.
7948
- #
7949
7942
  # * `INOPERABLE`: A `DeleteStackInstances` operation has failed and
7950
7943
  # left the stack in an unstable state. Stacks in this state are
7951
7944
  # excluded from further `UpdateStackSet` operations. You might need
@@ -8026,7 +8019,7 @@ module Aws::CloudFormation
8026
8019
  #
8027
8020
  # @!attribute [rw] resource_type
8028
8021
  # Type of resource. For more information, go to [Amazon Web Services
8029
- # Resource Types Reference][1] in the CloudFormation User Guide.
8022
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.
8030
8023
  #
8031
8024
  #
8032
8025
  #
@@ -8221,7 +8214,7 @@ module Aws::CloudFormation
8221
8214
  #
8222
8215
  # @!attribute [rw] resource_type
8223
8216
  # Type of resource. For more information, go to [Amazon Web Services
8224
- # Resource Types Reference][1] in the CloudFormation User Guide.
8217
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.
8225
8218
  #
8226
8219
  #
8227
8220
  #
@@ -8301,7 +8294,7 @@ module Aws::CloudFormation
8301
8294
  #
8302
8295
  # @!attribute [rw] resource_type
8303
8296
  # Type of resource. For more information, go to [Amazon Web Services
8304
- # Resource Types Reference][1] in the CloudFormation User Guide.
8297
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.
8305
8298
  #
8306
8299
  #
8307
8300
  #
@@ -8327,7 +8320,7 @@ module Aws::CloudFormation
8327
8320
  # @!attribute [rw] metadata
8328
8321
  # The content of the `Metadata` attribute declared for the resource.
8329
8322
  # For more information, see [Metadata Attribute][1] in the
8330
- # CloudFormation User Guide.
8323
+ # *CloudFormation User Guide*.
8331
8324
  #
8332
8325
  #
8333
8326
  #
@@ -8589,7 +8582,7 @@ module Aws::CloudFormation
8589
8582
  #
8590
8583
  # @!attribute [rw] resource_type
8591
8584
  # Type of resource. (For more information, go to [Amazon Web Services
8592
- # Resource Types Reference][1] in the CloudFormation User Guide.)
8585
+ # Resource Types Reference][1] in the *CloudFormation User Guide*.)
8593
8586
  #
8594
8587
  #
8595
8588
  #
@@ -8956,7 +8949,7 @@ module Aws::CloudFormation
8956
8949
  # * `QUEUED`: \[Service-managed permissions\] For automatic
8957
8950
  # deployments that require a sequence of operations, the operation
8958
8951
  # is queued to be performed. For more information, see the [stack
8959
- # set operation status codes][1] in the CloudFormation User Guide.
8952
+ # set operation status codes][1] in the *CloudFormation User Guide*.
8960
8953
  #
8961
8954
  # * `RUNNING`: The operation is currently being performed.
8962
8955
  #
@@ -9038,7 +9031,7 @@ module Aws::CloudFormation
9038
9031
  # `Action` type is `DETECT_DRIFT`.
9039
9032
  #
9040
9033
  # For more information, see [Detecting Unmanaged Changes in Stack
9041
- # Sets][1] in the CloudFormation User Guide.
9034
+ # Sets][1] in the *CloudFormation User Guide*.
9042
9035
  #
9043
9036
  #
9044
9037
  #
@@ -9314,7 +9307,7 @@ module Aws::CloudFormation
9314
9307
  # * `QUEUED`: \[Service-managed permissions\] For automatic
9315
9308
  # deployments that require a sequence of operations, the operation
9316
9309
  # is queued to be performed. For more information, see the [stack
9317
- # set operation status codes][1] in the CloudFormation User Guide.
9310
+ # set operation status codes][1] in the *CloudFormation User Guide*.
9318
9311
  #
9319
9312
  # * `RUNNING`: The operation is currently being performed.
9320
9313
  #
@@ -10910,8 +10903,8 @@ module Aws::CloudFormation
10910
10903
  # @!attribute [rw] template_body
10911
10904
  # The structure that contains the template body, with a minimum length
10912
10905
  # of 1 byte and a maximum length of 51,200 bytes. For more
10913
- # information, see [Template Anatomy][1] in the CloudFormation User
10914
- # Guide.
10906
+ # information, see [Template Anatomy][1] in the *CloudFormation User
10907
+ # Guide*.
10915
10908
  #
10916
10909
  # Conditional: You must specify only one of the following parameters:
10917
10910
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
@@ -10926,8 +10919,8 @@ module Aws::CloudFormation
10926
10919
  # The location of the file that contains the template body. The URL
10927
10920
  # must point to a template (maximum size: 460,800 bytes) that is
10928
10921
  # located in an Amazon S3 bucket or a Systems Manager document. For
10929
- # more information, see [Template Anatomy][1] in the CloudFormation
10930
- # User Guide.
10922
+ # more information, see [Template Anatomy][1] in the *CloudFormation
10923
+ # User Guide*.
10931
10924
  #
10932
10925
  # Conditional: You must specify only one of the following parameters:
10933
10926
  # `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.100.0'
60
+ GEM_VERSION = '1.101.0'
61
61
 
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core