aws-sdk-ssm 1.110.0 → 1.116.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +1071 -796
- data/lib/aws-sdk-ssm/types.rb +1830 -1458
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99f9efd24f3404f40715242bb28be60ce711d14bc4d9bba090dde97db06b9e8e
|
4
|
+
data.tar.gz: 95f69c8d44dc5c2d60590e25235ad540fae6408c5c77ab5482b31755552dcce2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a2fb0264599c35629b129cb8a1bf9f1ec88bb5d6f73a2aa5f70f71e6c7605412b2483eaf5943fd7f954df617763fe1cd0c742bd2011bb4b84fa14f590f49310
|
7
|
+
data.tar.gz: 67a367a01cf9534277904866489f4d4d826c2e4170f12fb04996ea37d3b8640323900cc5babdae8f7a361268dca7983fea2220c9bb326af6f31d963f208e0d58
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.116.0 (2021-08-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated Parameter Store property for logging improvements.
|
8
|
+
|
9
|
+
1.115.0 (2021-08-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for AWS Systems Manager.
|
13
|
+
|
14
|
+
1.114.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.113.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.112.0 (2021-07-13)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Changes to OpsCenter APIs to support a new feature, operational insights.
|
28
|
+
|
29
|
+
1.111.0 (2021-06-03)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Documentation updates for ssm to fix customer reported issue
|
33
|
+
|
4
34
|
1.110.0 (2021-05-10)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.116.0
|