aws-sdk-appstream 1.57.0 → 1.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +676 -29
- data/lib/aws-sdk-appstream/client_api.rb +290 -1
- data/lib/aws-sdk-appstream/types.rb +801 -12
- data/lib/aws-sdk-appstream.rb +2 -2
- 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: 7301a338bd9b1321086060d0b6a5f972fd809cb5e26a93f67515619a898ca9ea
|
4
|
+
data.tar.gz: defd85ba8aff4341df55d7c2ce2b04791c8a923e27eac0d83e26ce61b2289969
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8bc6f2a9bb2e5e2cb03737ba3a8689d84f7ca76237c2d5aea0f106e2376d87c75c1d5ed47b09828c628c946ad68e629a8817e7e081e3805b1871cdd44594dfd
|
7
|
+
data.tar.gz: '084204fcb57c1be88e9a052f362a6de658cc07226a01ec468e4e2c54ff4e4cf489a4eaf11dee56e4a097b14520f9cfe05a02bd6e616cccef639d85c75de39ed0'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.61.0 (2021-12-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.60.0 (2021-11-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.59.0 (2021-11-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
|
18
|
+
|
19
|
+
1.58.0 (2021-11-15)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release includes support for images of AmazonLinux2 platform type.
|
23
|
+
|
4
24
|
1.57.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.61.0
|