aws-sdk-cloudformation 1.55.0 → 1.59.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +189 -96
- data/lib/aws-sdk-cloudformation/client_api.rb +21 -0
- data/lib/aws-sdk-cloudformation/resource.rb +6 -5
- data/lib/aws-sdk-cloudformation/stack.rb +14 -6
- data/lib/aws-sdk-cloudformation/types.rb +189 -105
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c361c12d29d8bf8646e123e3ac65826b12aeaa5eae345846e65aaf2f3217818e
|
4
|
+
data.tar.gz: 5fb1cd76d73684e47deaf3a542c567eb3a78aa4451e5de047ff1bc338e084971
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70550ad4f80c489e700d9e7b5ac093a3c19e9d23862784903ebb72d6bc5da01ea64b66ffa521a991c2b23a94430e08011e75cf4edfe9e781663ec6598cb0370f
|
7
|
+
data.tar.gz: 679975f5c0fa78d80ae771bc764e8ff153b3763fdf5ab7dbaa523a6ef6fc888b48d4cf86ef16cf12e2e54f6ce7d0e50aa009ad89b37cc2b2d8efd62c6ac595fd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2021-10-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.58.0 (2021-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Doc only update for CloudFormation that fixes several customer-reported issues.
|
13
|
+
|
14
|
+
1.57.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.56.0 (2021-08-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.
|
23
|
+
|
4
24
|
1.55.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|