aws-sdk-appstream 1.60.0 → 1.80.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 +103 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +1183 -45
- data/lib/aws-sdk-appstream/client_api.rb +538 -8
- data/lib/aws-sdk-appstream/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-appstream/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-appstream/endpoints.rb +1066 -0
- data/lib/aws-sdk-appstream/errors.rb +32 -0
- data/lib/aws-sdk-appstream/plugins/endpoints.rb +218 -0
- data/lib/aws-sdk-appstream/types.rb +1276 -783
- data/lib/aws-sdk-appstream/waiters.rb +6 -6
- data/lib/aws-sdk-appstream.rb +6 -2
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffabcf74f02d755d2b3ce4911b3d6f1473f592129b1a730c5a075fff1933e19b
|
4
|
+
data.tar.gz: cf7cacf05de9cd618d027a89af9bfbaf2709e944e765bfa66a221f731828a625
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 215dc0491c64a02e81773b9629de387eb29b44a518ea679d22b94a45555411f6749911ebbe7e5fb3cb7242ac88f84d071931351c6cfa36961aa0d81c6aeb8d68
|
7
|
+
data.tar.gz: d2545ba90605aa91215860c813e7c46c2e2a7bf159157cd9251e81a1089a8a4245d86a1436ebf98b1c7317a574837da9108d0175cf252635b1e0553a0f542158
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,108 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.80.0 (2023-10-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
|
8
|
+
|
9
|
+
1.79.0 (2023-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.78.0 (2023-09-15)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
|
18
|
+
|
19
|
+
1.77.0 (2023-09-14)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
|
23
|
+
|
24
|
+
1.76.0 (2023-07-11)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.75.0 (2023-07-06)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.74.0 (2023-06-29)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
|
38
|
+
|
39
|
+
1.73.0 (2023-06-28)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.72.0 (2023-06-15)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.71.0 (2023-05-31)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.70.0 (2023-01-27)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
|
58
|
+
|
59
|
+
1.69.0 (2023-01-18)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
65
|
+
|
66
|
+
1.68.0 (2022-10-28)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
|
70
|
+
|
71
|
+
1.67.0 (2022-10-25)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
75
|
+
|
76
|
+
1.66.0 (2022-06-29)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
|
80
|
+
|
81
|
+
1.65.0 (2022-04-14)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
|
85
|
+
|
86
|
+
1.64.0 (2022-02-24)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
90
|
+
|
91
|
+
1.63.0 (2022-02-03)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
95
|
+
|
96
|
+
1.62.0 (2022-01-05)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - Includes APIs for App Entitlement management regarding entitlement and entitled application association.
|
100
|
+
|
101
|
+
1.61.0 (2021-12-21)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
105
|
+
|
4
106
|
1.60.0 (2021-11-30)
|
5
107
|
------------------
|
6
108
|
|
@@ -370,4 +472,4 @@ Unreleased Changes
|
|
370
472
|
1.0.0.rc2 (2016-12-09)
|
371
473
|
------------------
|
372
474
|
|
373
|
-
* Feature - Initial release of `aws-sdk-appstream`.
|
475
|
+
* Feature - Initial release of `aws-sdk-appstream`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.80.0
|