aws-sdk-appstream 1.49.0 → 1.53.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 +338 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-appstream.rb +2 -2
- data/lib/aws-sdk-appstream/client.rb +127 -7
- data/lib/aws-sdk-appstream/client_api.rb +31 -1
- data/lib/aws-sdk-appstream/errors.rb +1 -1
- data/lib/aws-sdk-appstream/resource.rb +1 -1
- data/lib/aws-sdk-appstream/types.rb +100 -3
- data/lib/aws-sdk-appstream/waiters.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de8858c3cd0ddd49bbfe1850149770e0bc8fccfc08385d88e6397cb8402ff790
|
4
|
+
data.tar.gz: fe347a2954ccb3b198bbab3cd175bfb586587252070fe66ddd7e89e5ac6e017f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dadabb657aa3c1372ef3c7c71d2fd2a84b189e3a4e46496fc6787147f1c34c199df9dfa354e8788f407cdc028d86355e0f04b3e13487ef8d2d5c6a2f00c465b
|
7
|
+
data.tar.gz: ec031f0aa4fd0a2e4997304c1cf1859f49f423ae86cb90e61783e17930d773f33f262253f8cb6c58747aa9bcb7497f752b26041514b8c577b4f09bdce42d20ab
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,338 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.53.0 (2021-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.52.0 (2021-04-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release provides support for image updates
|
13
|
+
|
14
|
+
1.51.0 (2021-03-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.50.0 (2021-02-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.49.0 (2021-01-12)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Adds support for the Smart Card Redirection feature
|
28
|
+
|
29
|
+
1.48.0 (2020-09-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.47.0 (2020-09-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.46.0 (2020-08-25)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.45.0 (2020-08-14)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Adds support for the Desktop View feature
|
48
|
+
|
49
|
+
1.44.0 (2020-07-02)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.43.0 (2020-06-23)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.42.1 (2020-06-11)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
63
|
+
|
64
|
+
1.42.0 (2020-06-10)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Issue - This version has been yanked. (#2327).
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.41.0 (2020-05-28)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.40.0 (2020-05-07)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.39.0 (2020-03-09)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.38.0 (2019-10-29)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Adds support for providing domain names that can embed streaming sessions
|
89
|
+
|
90
|
+
1.37.0 (2019-10-23)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.36.0 (2019-09-09)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - IamRoleArn support in CreateFleet, UpdateFleet, CreateImageBuilder APIs
|
99
|
+
|
100
|
+
1.35.0 (2019-08-20)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Includes API updates to support streaming through VPC endpoints for image builders and stacks.
|
104
|
+
|
105
|
+
1.34.0 (2019-07-25)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.33.0 (2019-07-02)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - Adding ImageBuilderName in Fleet API and Documentation updates for AppStream.
|
114
|
+
|
115
|
+
1.32.0 (2019-07-01)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
119
|
+
|
120
|
+
1.31.0 (2019-06-17)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
124
|
+
|
125
|
+
1.30.0 (2019-06-14)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
|
129
|
+
|
130
|
+
1.29.0 (2019-05-21)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.28.0 (2019-05-17)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.27.0 (2019-05-15)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.26.0 (2019-05-14)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.25.0 (2019-03-22)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.24.0 (2019-03-21)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.23.0 (2019-03-18)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.22.0 (2019-03-14)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.21.0 (2019-02-11)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.20.0 (2019-01-21)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.19.0 (2018-11-20)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.18.0 (2018-10-24)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.17.0 (2018-10-23)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.16.0 (2018-10-18)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - API update.
|
199
|
+
|
200
|
+
1.15.0 (2018-09-06)
|
201
|
+
------------------
|
202
|
+
|
203
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
204
|
+
|
205
|
+
1.14.0 (2018-09-05)
|
206
|
+
------------------
|
207
|
+
|
208
|
+
* Feature - API update.
|
209
|
+
|
210
|
+
1.13.0 (2018-07-13)
|
211
|
+
------------------
|
212
|
+
|
213
|
+
* Feature - API update.
|
214
|
+
|
215
|
+
1.12.0 (2018-07-10)
|
216
|
+
------------------
|
217
|
+
|
218
|
+
* Feature - API update.
|
219
|
+
|
220
|
+
1.11.0 (2018-06-26)
|
221
|
+
------------------
|
222
|
+
|
223
|
+
* Feature - API update.
|
224
|
+
|
225
|
+
1.10.0 (2018-06-22)
|
226
|
+
------------------
|
227
|
+
|
228
|
+
* Feature - API update.
|
229
|
+
|
230
|
+
1.9.0 (2018-06-04)
|
231
|
+
------------------
|
232
|
+
|
233
|
+
* Feature - API update.
|
234
|
+
|
235
|
+
1.8.0 (2018-05-25)
|
236
|
+
------------------
|
237
|
+
|
238
|
+
* Feature - API update.
|
239
|
+
|
240
|
+
1.7.0 (2018-03-22)
|
241
|
+
------------------
|
242
|
+
|
243
|
+
* Feature - API update.
|
244
|
+
|
245
|
+
1.6.0 (2018-02-23)
|
246
|
+
------------------
|
247
|
+
|
248
|
+
* Feature - API update.
|
249
|
+
|
250
|
+
1.5.0 (2018-02-08)
|
251
|
+
------------------
|
252
|
+
|
253
|
+
* Feature - API update.
|
254
|
+
|
255
|
+
1.4.0 (2017-12-15)
|
256
|
+
------------------
|
257
|
+
|
258
|
+
* Feature - API update.
|
259
|
+
|
260
|
+
1.3.0 (2017-12-08)
|
261
|
+
------------------
|
262
|
+
|
263
|
+
* Feature - API update.
|
264
|
+
|
265
|
+
1.2.0 (2017-09-29)
|
266
|
+
------------------
|
267
|
+
|
268
|
+
* Feature - API update.
|
269
|
+
|
270
|
+
1.1.0 (2017-09-20)
|
271
|
+
------------------
|
272
|
+
|
273
|
+
* Feature - API update.
|
274
|
+
|
275
|
+
* Issue - Update `aws-sdk-appstream` gemspec metadata.
|
276
|
+
|
277
|
+
1.0.0 (2017-08-29)
|
278
|
+
------------------
|
279
|
+
|
280
|
+
1.0.0.rc13 (2017-08-23)
|
281
|
+
------------------
|
282
|
+
|
283
|
+
* Feature - API update.
|
284
|
+
|
285
|
+
1.0.0.rc12 (2017-08-15)
|
286
|
+
------------------
|
287
|
+
|
288
|
+
* Feature - API update.
|
289
|
+
|
290
|
+
1.0.0.rc11 (2017-08-01)
|
291
|
+
------------------
|
292
|
+
|
293
|
+
* Feature - API update.
|
294
|
+
|
295
|
+
1.0.0.rc10 (2017-07-24)
|
296
|
+
------------------
|
297
|
+
|
298
|
+
* Feature - API update.
|
299
|
+
|
300
|
+
1.0.0.rc9 (2017-07-12)
|
301
|
+
------------------
|
302
|
+
|
303
|
+
* Feature - API update.
|
304
|
+
|
305
|
+
1.0.0.rc8 (2017-07-06)
|
306
|
+
------------------
|
307
|
+
|
308
|
+
* Feature - API update.
|
309
|
+
|
310
|
+
1.0.0.rc7 (2017-06-26)
|
311
|
+
------------------
|
312
|
+
|
313
|
+
* Feature - API update.
|
314
|
+
|
315
|
+
1.0.0.rc6 (2017-05-23)
|
316
|
+
------------------
|
317
|
+
|
318
|
+
* Feature - API update.
|
319
|
+
|
320
|
+
1.0.0.rc5 (2017-05-09)
|
321
|
+
------------------
|
322
|
+
|
323
|
+
* Feature - API update.
|
324
|
+
|
325
|
+
1.0.0.rc4 (2017-05-09)
|
326
|
+
------------------
|
327
|
+
|
328
|
+
* Feature - API update.
|
329
|
+
|
330
|
+
1.0.0.rc3 (2017-04-21)
|
331
|
+
------------------
|
332
|
+
|
333
|
+
* Feature - API update.
|
334
|
+
|
335
|
+
1.0.0.rc2 (2016-12-09)
|
336
|
+
------------------
|
337
|
+
|
338
|
+
* Feature - Initial release of `aws-sdk-appstream`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.53.0
|
data/lib/aws-sdk-appstream.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-appstream/customizations'
|
|
49
49
|
# @!group service
|
50
50
|
module Aws::AppStream
|
51
51
|
|
52
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.53.0'
|
53
53
|
|
54
54
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -1023,7 +1023,7 @@ module Aws::AppStream
|
|
1023
1023
|
# resp.image_builder.instance_type #=> String
|
1024
1024
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
|
1025
1025
|
# resp.image_builder.iam_role_arn #=> String
|
1026
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
|
1026
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
1027
1027
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
1028
1028
|
# resp.image_builder.state_change_reason.message #=> String
|
1029
1029
|
# resp.image_builder.created_time #=> Time
|
@@ -1290,6 +1290,118 @@ module Aws::AppStream
|
|
1290
1290
|
req.send_request(options)
|
1291
1291
|
end
|
1292
1292
|
|
1293
|
+
# Creates a new image with the latest Windows operating system updates,
|
1294
|
+
# driver updates, and AppStream 2.0 agent software.
|
1295
|
+
#
|
1296
|
+
# For more information, see the "Update an Image by Using Managed
|
1297
|
+
# AppStream 2.0 Image Updates" section in [Administer Your AppStream
|
1298
|
+
# 2.0 Images][1], in the *Amazon AppStream 2.0 Administration Guide*.
|
1299
|
+
#
|
1300
|
+
#
|
1301
|
+
#
|
1302
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html
|
1303
|
+
#
|
1304
|
+
# @option params [required, String] :existing_image_name
|
1305
|
+
# The name of the image to update.
|
1306
|
+
#
|
1307
|
+
# @option params [required, String] :new_image_name
|
1308
|
+
# The name of the new image. The name must be unique within the AWS
|
1309
|
+
# account and Region.
|
1310
|
+
#
|
1311
|
+
# @option params [String] :new_image_description
|
1312
|
+
# The description to display for the new image.
|
1313
|
+
#
|
1314
|
+
# @option params [String] :new_image_display_name
|
1315
|
+
# The name to display for the new image.
|
1316
|
+
#
|
1317
|
+
# @option params [Hash<String,String>] :new_image_tags
|
1318
|
+
# The tags to associate with the new image. A tag is a key-value pair,
|
1319
|
+
# and the value is optional. For example, Environment=Test. If you do
|
1320
|
+
# not specify a value, Environment=.
|
1321
|
+
#
|
1322
|
+
# Generally allowed characters are: letters, numbers, and spaces
|
1323
|
+
# representable in UTF-8, and the following special characters:
|
1324
|
+
#
|
1325
|
+
# \_ . : / = + \\ - @
|
1326
|
+
#
|
1327
|
+
# If you do not specify a value, the value is set to an empty string.
|
1328
|
+
#
|
1329
|
+
# For more information about tags, see [Tagging Your Resources][1] in
|
1330
|
+
# the *Amazon AppStream 2.0 Administration Guide*.
|
1331
|
+
#
|
1332
|
+
#
|
1333
|
+
#
|
1334
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
1335
|
+
#
|
1336
|
+
# @option params [Boolean] :dry_run
|
1337
|
+
# Indicates whether to display the status of image update availability
|
1338
|
+
# before AppStream 2.0 initiates the process of creating a new updated
|
1339
|
+
# image. If this value is set to `true`, AppStream 2.0 displays whether
|
1340
|
+
# image updates are available. If this value is set to `false`,
|
1341
|
+
# AppStream 2.0 initiates the process of creating a new updated image
|
1342
|
+
# without displaying whether image updates are available.
|
1343
|
+
#
|
1344
|
+
# @return [Types::CreateUpdatedImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1345
|
+
#
|
1346
|
+
# * {Types::CreateUpdatedImageResult#image #image} => Types::Image
|
1347
|
+
# * {Types::CreateUpdatedImageResult#can_update_image #can_update_image} => Boolean
|
1348
|
+
#
|
1349
|
+
# @example Request syntax with placeholder values
|
1350
|
+
#
|
1351
|
+
# resp = client.create_updated_image({
|
1352
|
+
# existing_image_name: "Name", # required
|
1353
|
+
# new_image_name: "Name", # required
|
1354
|
+
# new_image_description: "Description",
|
1355
|
+
# new_image_display_name: "DisplayName",
|
1356
|
+
# new_image_tags: {
|
1357
|
+
# "TagKey" => "TagValue",
|
1358
|
+
# },
|
1359
|
+
# dry_run: false,
|
1360
|
+
# })
|
1361
|
+
#
|
1362
|
+
# @example Response structure
|
1363
|
+
#
|
1364
|
+
# resp.image.name #=> String
|
1365
|
+
# resp.image.arn #=> String
|
1366
|
+
# resp.image.base_image_arn #=> String
|
1367
|
+
# resp.image.display_name #=> String
|
1368
|
+
# resp.image.state #=> String, one of "PENDING", "AVAILABLE", "FAILED", "COPYING", "DELETING", "CREATING", "IMPORTING"
|
1369
|
+
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
1370
|
+
# resp.image.image_builder_supported #=> Boolean
|
1371
|
+
# resp.image.image_builder_name #=> String
|
1372
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
|
1373
|
+
# resp.image.description #=> String
|
1374
|
+
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
1375
|
+
# resp.image.state_change_reason.message #=> String
|
1376
|
+
# resp.image.applications #=> Array
|
1377
|
+
# resp.image.applications[0].name #=> String
|
1378
|
+
# resp.image.applications[0].display_name #=> String
|
1379
|
+
# resp.image.applications[0].icon_url #=> String
|
1380
|
+
# resp.image.applications[0].launch_path #=> String
|
1381
|
+
# resp.image.applications[0].launch_parameters #=> String
|
1382
|
+
# resp.image.applications[0].enabled #=> Boolean
|
1383
|
+
# resp.image.applications[0].metadata #=> Hash
|
1384
|
+
# resp.image.applications[0].metadata["String"] #=> String
|
1385
|
+
# resp.image.created_time #=> Time
|
1386
|
+
# resp.image.public_base_image_released_date #=> Time
|
1387
|
+
# resp.image.appstream_agent_version #=> String
|
1388
|
+
# resp.image.image_permissions.allow_fleet #=> Boolean
|
1389
|
+
# resp.image.image_permissions.allow_image_builder #=> Boolean
|
1390
|
+
# resp.image.image_errors #=> Array
|
1391
|
+
# resp.image.image_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
1392
|
+
# resp.image.image_errors[0].error_message #=> String
|
1393
|
+
# resp.image.image_errors[0].error_timestamp #=> Time
|
1394
|
+
# resp.can_update_image #=> Boolean
|
1395
|
+
#
|
1396
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImage AWS API Documentation
|
1397
|
+
#
|
1398
|
+
# @overload create_updated_image(params = {})
|
1399
|
+
# @param [Hash] params ({})
|
1400
|
+
def create_updated_image(params = {}, options = {})
|
1401
|
+
req = build_request(:create_updated_image, params)
|
1402
|
+
req.send_request(options)
|
1403
|
+
end
|
1404
|
+
|
1293
1405
|
# Creates a usage report subscription. Usage reports are generated
|
1294
1406
|
# daily.
|
1295
1407
|
#
|
@@ -1457,6 +1569,10 @@ module Aws::AppStream
|
|
1457
1569
|
# resp.image.appstream_agent_version #=> String
|
1458
1570
|
# resp.image.image_permissions.allow_fleet #=> Boolean
|
1459
1571
|
# resp.image.image_permissions.allow_image_builder #=> Boolean
|
1572
|
+
# resp.image.image_errors #=> Array
|
1573
|
+
# resp.image.image_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
1574
|
+
# resp.image.image_errors[0].error_message #=> String
|
1575
|
+
# resp.image.image_errors[0].error_timestamp #=> Time
|
1460
1576
|
#
|
1461
1577
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImage AWS API Documentation
|
1462
1578
|
#
|
@@ -1496,7 +1612,7 @@ module Aws::AppStream
|
|
1496
1612
|
# resp.image_builder.instance_type #=> String
|
1497
1613
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
|
1498
1614
|
# resp.image_builder.iam_role_arn #=> String
|
1499
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
|
1615
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
1500
1616
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
1501
1617
|
# resp.image_builder.state_change_reason.message #=> String
|
1502
1618
|
# resp.image_builder.created_time #=> Time
|
@@ -1787,7 +1903,7 @@ module Aws::AppStream
|
|
1787
1903
|
# resp.image_builders[0].instance_type #=> String
|
1788
1904
|
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
|
1789
1905
|
# resp.image_builders[0].iam_role_arn #=> String
|
1790
|
-
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
|
1906
|
+
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
1791
1907
|
# resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
1792
1908
|
# resp.image_builders[0].state_change_reason.message #=> String
|
1793
1909
|
# resp.image_builders[0].created_time #=> Time
|
@@ -1934,6 +2050,10 @@ module Aws::AppStream
|
|
1934
2050
|
# resp.images[0].appstream_agent_version #=> String
|
1935
2051
|
# resp.images[0].image_permissions.allow_fleet #=> Boolean
|
1936
2052
|
# resp.images[0].image_permissions.allow_image_builder #=> Boolean
|
2053
|
+
# resp.images[0].image_errors #=> Array
|
2054
|
+
# resp.images[0].image_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
|
2055
|
+
# resp.images[0].image_errors[0].error_message #=> String
|
2056
|
+
# resp.images[0].image_errors[0].error_timestamp #=> Time
|
1937
2057
|
# resp.next_token #=> String
|
1938
2058
|
#
|
1939
2059
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImages AWS API Documentation
|
@@ -2514,7 +2634,7 @@ module Aws::AppStream
|
|
2514
2634
|
# resp.image_builder.instance_type #=> String
|
2515
2635
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
|
2516
2636
|
# resp.image_builder.iam_role_arn #=> String
|
2517
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
|
2637
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
2518
2638
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
2519
2639
|
# resp.image_builder.state_change_reason.message #=> String
|
2520
2640
|
# resp.image_builder.created_time #=> Time
|
@@ -2592,7 +2712,7 @@ module Aws::AppStream
|
|
2592
2712
|
# resp.image_builder.instance_type #=> String
|
2593
2713
|
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
|
2594
2714
|
# resp.image_builder.iam_role_arn #=> String
|
2595
|
-
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED"
|
2715
|
+
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
2596
2716
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
2597
2717
|
# resp.image_builder.state_change_reason.message #=> String
|
2598
2718
|
# resp.image_builder.created_time #=> Time
|
@@ -3188,7 +3308,7 @@ module Aws::AppStream
|
|
3188
3308
|
params: params,
|
3189
3309
|
config: config)
|
3190
3310
|
context[:gem_name] = 'aws-sdk-appstream'
|
3191
|
-
context[:gem_version] = '1.
|
3311
|
+
context[:gem_version] = '1.53.0'
|
3192
3312
|
Seahorse::Client::Request.new(handlers, context)
|
3193
3313
|
end
|
3194
3314
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -54,6 +54,8 @@ module Aws::AppStream
|
|
54
54
|
CreateStackResult = Shapes::StructureShape.new(name: 'CreateStackResult')
|
55
55
|
CreateStreamingURLRequest = Shapes::StructureShape.new(name: 'CreateStreamingURLRequest')
|
56
56
|
CreateStreamingURLResult = Shapes::StructureShape.new(name: 'CreateStreamingURLResult')
|
57
|
+
CreateUpdatedImageRequest = Shapes::StructureShape.new(name: 'CreateUpdatedImageRequest')
|
58
|
+
CreateUpdatedImageResult = Shapes::StructureShape.new(name: 'CreateUpdatedImageResult')
|
57
59
|
CreateUsageReportSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateUsageReportSubscriptionRequest')
|
58
60
|
CreateUsageReportSubscriptionResult = Shapes::StructureShape.new(name: 'CreateUsageReportSubscriptionResult')
|
59
61
|
CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
|
@@ -392,6 +394,18 @@ module Aws::AppStream
|
|
392
394
|
CreateStreamingURLResult.add_member(:expires, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Expires"))
|
393
395
|
CreateStreamingURLResult.struct_class = Types::CreateStreamingURLResult
|
394
396
|
|
397
|
+
CreateUpdatedImageRequest.add_member(:existing_image_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "existingImageName"))
|
398
|
+
CreateUpdatedImageRequest.add_member(:new_image_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "newImageName"))
|
399
|
+
CreateUpdatedImageRequest.add_member(:new_image_description, Shapes::ShapeRef.new(shape: Description, location_name: "newImageDescription"))
|
400
|
+
CreateUpdatedImageRequest.add_member(:new_image_display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "newImageDisplayName"))
|
401
|
+
CreateUpdatedImageRequest.add_member(:new_image_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "newImageTags"))
|
402
|
+
CreateUpdatedImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
403
|
+
CreateUpdatedImageRequest.struct_class = Types::CreateUpdatedImageRequest
|
404
|
+
|
405
|
+
CreateUpdatedImageResult.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "image"))
|
406
|
+
CreateUpdatedImageResult.add_member(:can_update_image, Shapes::ShapeRef.new(shape: Boolean, location_name: "canUpdateImage"))
|
407
|
+
CreateUpdatedImageResult.struct_class = Types::CreateUpdatedImageResult
|
408
|
+
|
395
409
|
CreateUsageReportSubscriptionRequest.struct_class = Types::CreateUsageReportSubscriptionRequest
|
396
410
|
|
397
411
|
CreateUsageReportSubscriptionResult.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketName"))
|
@@ -635,6 +649,7 @@ module Aws::AppStream
|
|
635
649
|
Image.add_member(:public_base_image_released_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "PublicBaseImageReleasedDate"))
|
636
650
|
Image.add_member(:appstream_agent_version, Shapes::ShapeRef.new(shape: AppstreamAgentVersion, location_name: "AppstreamAgentVersion"))
|
637
651
|
Image.add_member(:image_permissions, Shapes::ShapeRef.new(shape: ImagePermissions, location_name: "ImagePermissions"))
|
652
|
+
Image.add_member(:image_errors, Shapes::ShapeRef.new(shape: ResourceErrors, location_name: "ImageErrors"))
|
638
653
|
Image.struct_class = Types::Image
|
639
654
|
|
640
655
|
ImageBuilder.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
@@ -1107,6 +1122,21 @@ module Aws::AppStream
|
|
1107
1122
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1108
1123
|
end)
|
1109
1124
|
|
1125
|
+
api.add_operation(:create_updated_image, Seahorse::Model::Operation.new.tap do |o|
|
1126
|
+
o.name = "CreateUpdatedImage"
|
1127
|
+
o.http_method = "POST"
|
1128
|
+
o.http_request_uri = "/"
|
1129
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUpdatedImageRequest)
|
1130
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUpdatedImageResult)
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1132
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1133
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1134
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1135
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1136
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1137
|
+
o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
|
1138
|
+
end)
|
1139
|
+
|
1110
1140
|
api.add_operation(:create_usage_report_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1111
1141
|
o.name = "CreateUsageReportSubscription"
|
1112
1142
|
o.http_method = "POST"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -1194,6 +1194,97 @@ module Aws::AppStream
|
|
1194
1194
|
include Aws::Structure
|
1195
1195
|
end
|
1196
1196
|
|
1197
|
+
# @note When making an API call, you may pass CreateUpdatedImageRequest
|
1198
|
+
# data as a hash:
|
1199
|
+
#
|
1200
|
+
# {
|
1201
|
+
# existing_image_name: "Name", # required
|
1202
|
+
# new_image_name: "Name", # required
|
1203
|
+
# new_image_description: "Description",
|
1204
|
+
# new_image_display_name: "DisplayName",
|
1205
|
+
# new_image_tags: {
|
1206
|
+
# "TagKey" => "TagValue",
|
1207
|
+
# },
|
1208
|
+
# dry_run: false,
|
1209
|
+
# }
|
1210
|
+
#
|
1211
|
+
# @!attribute [rw] existing_image_name
|
1212
|
+
# The name of the image to update.
|
1213
|
+
# @return [String]
|
1214
|
+
#
|
1215
|
+
# @!attribute [rw] new_image_name
|
1216
|
+
# The name of the new image. The name must be unique within the AWS
|
1217
|
+
# account and Region.
|
1218
|
+
# @return [String]
|
1219
|
+
#
|
1220
|
+
# @!attribute [rw] new_image_description
|
1221
|
+
# The description to display for the new image.
|
1222
|
+
# @return [String]
|
1223
|
+
#
|
1224
|
+
# @!attribute [rw] new_image_display_name
|
1225
|
+
# The name to display for the new image.
|
1226
|
+
# @return [String]
|
1227
|
+
#
|
1228
|
+
# @!attribute [rw] new_image_tags
|
1229
|
+
# The tags to associate with the new image. A tag is a key-value pair,
|
1230
|
+
# and the value is optional. For example, Environment=Test. If you do
|
1231
|
+
# not specify a value, Environment=.
|
1232
|
+
#
|
1233
|
+
# Generally allowed characters are: letters, numbers, and spaces
|
1234
|
+
# representable in UTF-8, and the following special characters:
|
1235
|
+
#
|
1236
|
+
# \_ . : / = + \\ - @
|
1237
|
+
#
|
1238
|
+
# If you do not specify a value, the value is set to an empty string.
|
1239
|
+
#
|
1240
|
+
# For more information about tags, see [Tagging Your Resources][1] in
|
1241
|
+
# the *Amazon AppStream 2.0 Administration Guide*.
|
1242
|
+
#
|
1243
|
+
#
|
1244
|
+
#
|
1245
|
+
# [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html
|
1246
|
+
# @return [Hash<String,String>]
|
1247
|
+
#
|
1248
|
+
# @!attribute [rw] dry_run
|
1249
|
+
# Indicates whether to display the status of image update availability
|
1250
|
+
# before AppStream 2.0 initiates the process of creating a new updated
|
1251
|
+
# image. If this value is set to `true`, AppStream 2.0 displays
|
1252
|
+
# whether image updates are available. If this value is set to
|
1253
|
+
# `false`, AppStream 2.0 initiates the process of creating a new
|
1254
|
+
# updated image without displaying whether image updates are
|
1255
|
+
# available.
|
1256
|
+
# @return [Boolean]
|
1257
|
+
#
|
1258
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImageRequest AWS API Documentation
|
1259
|
+
#
|
1260
|
+
class CreateUpdatedImageRequest < Struct.new(
|
1261
|
+
:existing_image_name,
|
1262
|
+
:new_image_name,
|
1263
|
+
:new_image_description,
|
1264
|
+
:new_image_display_name,
|
1265
|
+
:new_image_tags,
|
1266
|
+
:dry_run)
|
1267
|
+
SENSITIVE = []
|
1268
|
+
include Aws::Structure
|
1269
|
+
end
|
1270
|
+
|
1271
|
+
# @!attribute [rw] image
|
1272
|
+
# Describes an image.
|
1273
|
+
# @return [Types::Image]
|
1274
|
+
#
|
1275
|
+
# @!attribute [rw] can_update_image
|
1276
|
+
# Indicates whether a new image can be created.
|
1277
|
+
# @return [Boolean]
|
1278
|
+
#
|
1279
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImageResult AWS API Documentation
|
1280
|
+
#
|
1281
|
+
class CreateUpdatedImageResult < Struct.new(
|
1282
|
+
:image,
|
1283
|
+
:can_update_image)
|
1284
|
+
SENSITIVE = []
|
1285
|
+
include Aws::Structure
|
1286
|
+
end
|
1287
|
+
|
1197
1288
|
# @api private
|
1198
1289
|
#
|
1199
1290
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUsageReportSubscriptionRequest AWS API Documentation
|
@@ -2566,6 +2657,11 @@ module Aws::AppStream
|
|
2566
2657
|
# specified image.
|
2567
2658
|
# @return [Types::ImagePermissions]
|
2568
2659
|
#
|
2660
|
+
# @!attribute [rw] image_errors
|
2661
|
+
# Describes the errors that are returned when a new image can't be
|
2662
|
+
# created.
|
2663
|
+
# @return [Array<Types::ResourceError>]
|
2664
|
+
#
|
2569
2665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Image AWS API Documentation
|
2570
2666
|
#
|
2571
2667
|
class Image < Struct.new(
|
@@ -2584,7 +2680,8 @@ module Aws::AppStream
|
|
2584
2680
|
:created_time,
|
2585
2681
|
:public_base_image_released_date,
|
2586
2682
|
:appstream_agent_version,
|
2587
|
-
:image_permissions
|
2683
|
+
:image_permissions,
|
2684
|
+
:image_errors)
|
2588
2685
|
SENSITIVE = []
|
2589
2686
|
include Aws::Structure
|
2590
2687
|
end
|
@@ -2839,7 +2936,7 @@ module Aws::AppStream
|
|
2839
2936
|
include Aws::Structure
|
2840
2937
|
end
|
2841
2938
|
|
2842
|
-
# The image
|
2939
|
+
# The image can't be updated because it's not compatible for updates.
|
2843
2940
|
#
|
2844
2941
|
# @!attribute [rw] message
|
2845
2942
|
# The error message in the exception.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appstream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.118.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.118.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS
|
48
48
|
SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
54
54
|
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
55
58
|
- lib/aws-sdk-appstream.rb
|
56
59
|
- lib/aws-sdk-appstream/client.rb
|
57
60
|
- lib/aws-sdk-appstream/client_api.rb
|
@@ -64,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
64
67
|
licenses:
|
65
68
|
- Apache-2.0
|
66
69
|
metadata:
|
67
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
68
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appstream
|
71
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appstream/CHANGELOG.md
|
69
72
|
post_install_message:
|
70
73
|
rdoc_options: []
|
71
74
|
require_paths:
|
@@ -81,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
84
|
- !ruby/object:Gem::Version
|
82
85
|
version: '0'
|
83
86
|
requirements: []
|
84
|
-
|
85
|
-
rubygems_version: 2.7.6.2
|
87
|
+
rubygems_version: 3.1.6
|
86
88
|
signing_key:
|
87
89
|
specification_version: 4
|
88
90
|
summary: AWS SDK for Ruby - Amazon AppStream
|