aws-sdk-cloudformation 1.134.0 → 1.154.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: 4acbfb5548e29d06a3ec835ab868305fb381b6656e693356ab20845250f32382
4
+ data.tar.gz: d7ba10dc65084a9548f0dd162fda97671edb4df56afa09271bab57c64106ae53
5
5
  SHA512:
6
- metadata.gz: 21ca2e5d9ee857a585bd56546df57c3318db8177b205f34631c133726c1649b4b9c33b42205618d2757da2c20896ca1b6c98aaa63df20f524cef18e1f42654cb
7
- data.tar.gz: 453ba4b8281de9342f667f78348993579701ae96da304897151d1f2ff7bd3a187605f79522b4bacf2e244cc63de2618499402a19000b8cb0354586f9b6337efe
6
+ metadata.gz: 544bb41f2126bae94b9af6c70719cffcb0e5d22e8c4354e91ec553dc5540b224eee186a3e96dcc69c4585330f19711ddc570cc62e7657bb5696cea217041577e
7
+ data.tar.gz: 28d757b5db51398394650700d131e30b34f71fcaa0b080d3692cbe3cee0c051149078119be1b9979f34b12730d0de9a28c54604d20fd6a6e106763218b913ab5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,106 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.154.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
9
+ 1.153.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.152.0 (2026-05-19)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.151.0 (2026-05-13)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.150.0 (2026-03-18)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.149.0 (2026-01-16)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.148.0 (2026-01-08)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.147.0 (2026-01-05)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.146.0 (2025-11-21)
45
+ ------------------
46
+
47
+ * 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
48
+
49
+ 1.145.0 (2025-11-18)
50
+ ------------------
51
+
52
+ * 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.
53
+
54
+ 1.144.0 (2025-11-13)
55
+ ------------------
56
+
57
+ * 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.
58
+
59
+ 1.143.0 (2025-10-22)
60
+ ------------------
61
+
62
+ * Feature - Update endpoint ruleset parameters casing
63
+
64
+ 1.142.0 (2025-10-21)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ 1.141.0 (2025-10-02)
70
+ ------------------
71
+
72
+ * Feature - Add new warning type 'EXCLUDED_RESOURCES'
73
+
74
+ 1.140.0 (2025-09-04)
75
+ ------------------
76
+
77
+ * 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.
78
+
79
+ 1.139.0 (2025-08-26)
80
+ ------------------
81
+
82
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
83
+
84
+ 1.138.0 (2025-08-25)
85
+ ------------------
86
+
87
+ * Feature - Remove incorrect endpoint tests
88
+
89
+ 1.137.0 (2025-08-04)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.136.0 (2025-07-31)
95
+ ------------------
96
+
97
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
98
+
99
+ 1.135.0 (2025-07-21)
100
+ ------------------
101
+
102
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
103
+
4
104
  1.134.0 (2025-06-30)
5
105
  ------------------
6
106
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.154.0