aws-sdk-cloudformation 1.134.0 → 1.153.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: 9c385fed06f081d6d6ee4787dec4b4b7382bfd493e288a90a22d2c4c76d289dd
4
- data.tar.gz: 4d9c79b90f1a0b976350b11713eb5b5d590f6fe32ad3cbd0b695e9c3d25c88ce
3
+ metadata.gz: 2142c86645911cb2515f28b3fb7baf29d06d3f692d590a643562f577302583e9
4
+ data.tar.gz: 26aa166090b44da963ad0b90ae27dc95c4b453767d0ad6c695c54cd6eaaa2d51
5
5
  SHA512:
6
- metadata.gz: 21ca2e5d9ee857a585bd56546df57c3318db8177b205f34631c133726c1649b4b9c33b42205618d2757da2c20896ca1b6c98aaa63df20f524cef18e1f42654cb
7
- data.tar.gz: 453ba4b8281de9342f667f78348993579701ae96da304897151d1f2ff7bd3a187605f79522b4bacf2e244cc63de2618499402a19000b8cb0354586f9b6337efe
6
+ metadata.gz: 176754e660106610ce24bea4673a9897c3111a2145c663e6cad8c79ffaa54f4a883bf9c4807e85ff4b133e700bf27145cc8cd4cacb77dbf3290e572d69af85fa
7
+ data.tar.gz: 3b58d840b2e05213a2d9854ee3bbadb384d7f800531f951f6436525477c33650ffe8a2f28ba05d2d52534960d34436348b9d9fb9287d2bc40718809c7341b369
data/CHANGELOG.md CHANGED
@@ -1,6 +1,101 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.153.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.152.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.151.0 (2026-05-13)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.150.0 (2026-03-18)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.149.0 (2026-01-16)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.148.0 (2026-01-08)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.147.0 (2026-01-05)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.146.0 (2025-11-21)
40
+ ------------------
41
+
42
+ * Feature - Adds the DependsOn field to the AutoDeployment configuration parameter for CreateStackSet, UpdateStackSet, and DescribeStackSet APIs, allowing users to set and read auto-deployment dependencies between StackSets
43
+
44
+ 1.145.0 (2025-11-18)
45
+ ------------------
46
+
47
+ * Feature - New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management.
48
+
49
+ 1.144.0 (2025-11-13)
50
+ ------------------
51
+
52
+ * Feature - CloudFormation now supports GetHookResult API with annotations to retrieve structured compliance check results and remediation guidance for each evaluated resource, replacing the previous single-message limitation with detailed validation outcomes.
53
+
54
+ 1.143.0 (2025-10-22)
55
+ ------------------
56
+
57
+ * Feature - Update endpoint ruleset parameters casing
58
+
59
+ 1.142.0 (2025-10-21)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.141.0 (2025-10-02)
65
+ ------------------
66
+
67
+ * Feature - Add new warning type 'EXCLUDED_RESOURCES'
68
+
69
+ 1.140.0 (2025-09-04)
70
+ ------------------
71
+
72
+ * Feature - ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN.
73
+
74
+ 1.139.0 (2025-08-26)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ 1.138.0 (2025-08-25)
80
+ ------------------
81
+
82
+ * Feature - Remove incorrect endpoint tests
83
+
84
+ 1.137.0 (2025-08-04)
85
+ ------------------
86
+
87
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
88
+
89
+ 1.136.0 (2025-07-31)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.135.0 (2025-07-21)
95
+ ------------------
96
+
97
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
98
+
4
99
  1.134.0 (2025-06-30)
5
100
  ------------------
6
101
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.153.0