aws-sdk-cloudformation 1.98.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: 7ab22517d79b2a06d23fdf61105b031df6dbac8e64d4c72d59b32c8ef5578477
4
- data.tar.gz: 3d4a04eba9c454fd55c0c77f9e8bc410382c4aefd651fd6ec3ad1b29025002dd
3
+ metadata.gz: 31aae7c802c3dae8020267c3e5e3e78e3eeca8821c49808dc7dc059154ad15e6
4
+ data.tar.gz: 2815a469449567f9c4bfcb0923a752ba208c176dc7f7a19e2f3ae8eb37f60ddf
5
5
  SHA512:
6
- metadata.gz: 8d6919eb6a1af4dd293c7008b0f7bc89b979350260c30a808f3b893ae0a8eb177f65c2b225ab69ea8583ead4825477195b85057d7c23b8400b870d54e8b9fd99
7
- data.tar.gz: 8667ef5eefd8da9e25a48954775ad1e03dd450fc272ab98752f153e66a03709b015533c2cc6c83eafc58fdc1fa9ef9727ee6dbf756b33855a3136c50e583e279
6
+ metadata.gz: bd7d8f71ac914752bc223433488eb950e6c5bdd3de43f17fb8c8fdd08818062fb0c74ea372f3e7d9477b305282789093896e5f8e55d0a5c02787d488970fd880
7
+ data.tar.gz: 2b70226028580fc8fde285f20b861e2f575a17b9dcc8e9bf5234d1a50c9ea706af82522a4b0f82b32629efe4a3ee7464039273b6410e4886df3f0be19cfd1e54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.99.0 (2024-01-31)
10
+ ------------------
11
+
12
+ * Feature - CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
13
+
4
14
  1.98.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0