aws-sdk-nimblestudio 1.27.0 → 1.28.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-nimblestudio/client.rb +1 -1
- data/lib/aws-sdk-nimblestudio/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-nimblestudio.rb +1 -1
- data/sig/client.rbs +911 -0
- data/sig/errors.rbs +51 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1063 -0
- data/sig/waiters.rbs +144 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1063 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::NimbleStudio
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AcceptEulasRequest
|
12
|
+
attr_accessor client_token: ::String
|
13
|
+
attr_accessor eula_ids: ::Array[::String]
|
14
|
+
attr_accessor studio_id: ::String
|
15
|
+
SENSITIVE: []
|
16
|
+
end
|
17
|
+
|
18
|
+
class AcceptEulasResponse
|
19
|
+
attr_accessor eula_acceptances: ::Array[Types::EulaAcceptance]
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class AccessDeniedException
|
24
|
+
attr_accessor code: ::String
|
25
|
+
attr_accessor context: ::Hash[::String, ::String]
|
26
|
+
attr_accessor message: ::String
|
27
|
+
SENSITIVE: []
|
28
|
+
end
|
29
|
+
|
30
|
+
class ActiveDirectoryComputerAttribute
|
31
|
+
attr_accessor name: ::String
|
32
|
+
attr_accessor value: ::String
|
33
|
+
SENSITIVE: []
|
34
|
+
end
|
35
|
+
|
36
|
+
class ActiveDirectoryConfiguration
|
37
|
+
attr_accessor computer_attributes: ::Array[Types::ActiveDirectoryComputerAttribute]
|
38
|
+
attr_accessor directory_id: ::String
|
39
|
+
attr_accessor organizational_unit_distinguished_name: ::String
|
40
|
+
SENSITIVE: [:computer_attributes]
|
41
|
+
end
|
42
|
+
|
43
|
+
class ComputeFarmConfiguration
|
44
|
+
attr_accessor active_directory_user: ::String
|
45
|
+
attr_accessor endpoint: ::String
|
46
|
+
SENSITIVE: [:endpoint]
|
47
|
+
end
|
48
|
+
|
49
|
+
class ConflictException
|
50
|
+
attr_accessor code: ::String
|
51
|
+
attr_accessor context: ::Hash[::String, ::String]
|
52
|
+
attr_accessor message: ::String
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class CreateLaunchProfileRequest
|
57
|
+
attr_accessor client_token: ::String
|
58
|
+
attr_accessor description: ::String
|
59
|
+
attr_accessor ec2_subnet_ids: ::Array[::String]
|
60
|
+
attr_accessor launch_profile_protocol_versions: ::Array[::String]
|
61
|
+
attr_accessor name: ::String
|
62
|
+
attr_accessor stream_configuration: Types::StreamConfigurationCreate
|
63
|
+
attr_accessor studio_component_ids: ::Array[::String]
|
64
|
+
attr_accessor studio_id: ::String
|
65
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
66
|
+
SENSITIVE: [:description, :name]
|
67
|
+
end
|
68
|
+
|
69
|
+
class CreateLaunchProfileResponse
|
70
|
+
attr_accessor launch_profile: Types::LaunchProfile
|
71
|
+
SENSITIVE: []
|
72
|
+
end
|
73
|
+
|
74
|
+
class CreateStreamingImageRequest
|
75
|
+
attr_accessor client_token: ::String
|
76
|
+
attr_accessor description: ::String
|
77
|
+
attr_accessor ec2_image_id: ::String
|
78
|
+
attr_accessor name: ::String
|
79
|
+
attr_accessor studio_id: ::String
|
80
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
81
|
+
SENSITIVE: [:description, :name]
|
82
|
+
end
|
83
|
+
|
84
|
+
class CreateStreamingImageResponse
|
85
|
+
attr_accessor streaming_image: Types::StreamingImage
|
86
|
+
SENSITIVE: []
|
87
|
+
end
|
88
|
+
|
89
|
+
class CreateStreamingSessionRequest
|
90
|
+
attr_accessor client_token: ::String
|
91
|
+
attr_accessor ec2_instance_type: ("g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g3.4xlarge" | "g3s.xlarge" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.16xlarge")
|
92
|
+
attr_accessor launch_profile_id: ::String
|
93
|
+
attr_accessor owned_by: ::String
|
94
|
+
attr_accessor streaming_image_id: ::String
|
95
|
+
attr_accessor studio_id: ::String
|
96
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
97
|
+
SENSITIVE: []
|
98
|
+
end
|
99
|
+
|
100
|
+
class CreateStreamingSessionResponse
|
101
|
+
attr_accessor session: Types::StreamingSession
|
102
|
+
SENSITIVE: []
|
103
|
+
end
|
104
|
+
|
105
|
+
class CreateStreamingSessionStreamRequest
|
106
|
+
attr_accessor client_token: ::String
|
107
|
+
attr_accessor expiration_in_seconds: ::Integer
|
108
|
+
attr_accessor session_id: ::String
|
109
|
+
attr_accessor studio_id: ::String
|
110
|
+
SENSITIVE: []
|
111
|
+
end
|
112
|
+
|
113
|
+
class CreateStreamingSessionStreamResponse
|
114
|
+
attr_accessor stream: Types::StreamingSessionStream
|
115
|
+
SENSITIVE: []
|
116
|
+
end
|
117
|
+
|
118
|
+
class CreateStudioComponentRequest
|
119
|
+
attr_accessor client_token: ::String
|
120
|
+
attr_accessor configuration: Types::StudioComponentConfiguration
|
121
|
+
attr_accessor description: ::String
|
122
|
+
attr_accessor ec2_security_group_ids: ::Array[::String]
|
123
|
+
attr_accessor initialization_scripts: ::Array[Types::StudioComponentInitializationScript]
|
124
|
+
attr_accessor name: ::String
|
125
|
+
attr_accessor runtime_role_arn: ::String
|
126
|
+
attr_accessor script_parameters: ::Array[Types::ScriptParameterKeyValue]
|
127
|
+
attr_accessor secure_initialization_role_arn: ::String
|
128
|
+
attr_accessor studio_id: ::String
|
129
|
+
attr_accessor subtype: ("AWS_MANAGED_MICROSOFT_AD" | "AMAZON_FSX_FOR_WINDOWS" | "AMAZON_FSX_FOR_LUSTRE" | "CUSTOM")
|
130
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
131
|
+
attr_accessor type: ("ACTIVE_DIRECTORY" | "SHARED_FILE_SYSTEM" | "COMPUTE_FARM" | "LICENSE_SERVICE" | "CUSTOM")
|
132
|
+
SENSITIVE: [:description, :name, :script_parameters]
|
133
|
+
end
|
134
|
+
|
135
|
+
class CreateStudioComponentResponse
|
136
|
+
attr_accessor studio_component: Types::StudioComponent
|
137
|
+
SENSITIVE: []
|
138
|
+
end
|
139
|
+
|
140
|
+
class CreateStudioRequest
|
141
|
+
attr_accessor admin_role_arn: ::String
|
142
|
+
attr_accessor client_token: ::String
|
143
|
+
attr_accessor display_name: ::String
|
144
|
+
attr_accessor studio_encryption_configuration: Types::StudioEncryptionConfiguration
|
145
|
+
attr_accessor studio_name: ::String
|
146
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
147
|
+
attr_accessor user_role_arn: ::String
|
148
|
+
SENSITIVE: [:display_name]
|
149
|
+
end
|
150
|
+
|
151
|
+
class CreateStudioResponse
|
152
|
+
attr_accessor studio: Types::Studio
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class DeleteLaunchProfileMemberRequest
|
157
|
+
attr_accessor client_token: ::String
|
158
|
+
attr_accessor launch_profile_id: ::String
|
159
|
+
attr_accessor principal_id: ::String
|
160
|
+
attr_accessor studio_id: ::String
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class DeleteLaunchProfileMemberResponse < Aws::EmptyStructure
|
165
|
+
end
|
166
|
+
|
167
|
+
class DeleteLaunchProfileRequest
|
168
|
+
attr_accessor client_token: ::String
|
169
|
+
attr_accessor launch_profile_id: ::String
|
170
|
+
attr_accessor studio_id: ::String
|
171
|
+
SENSITIVE: []
|
172
|
+
end
|
173
|
+
|
174
|
+
class DeleteLaunchProfileResponse
|
175
|
+
attr_accessor launch_profile: Types::LaunchProfile
|
176
|
+
SENSITIVE: []
|
177
|
+
end
|
178
|
+
|
179
|
+
class DeleteStreamingImageRequest
|
180
|
+
attr_accessor client_token: ::String
|
181
|
+
attr_accessor streaming_image_id: ::String
|
182
|
+
attr_accessor studio_id: ::String
|
183
|
+
SENSITIVE: []
|
184
|
+
end
|
185
|
+
|
186
|
+
class DeleteStreamingImageResponse
|
187
|
+
attr_accessor streaming_image: Types::StreamingImage
|
188
|
+
SENSITIVE: []
|
189
|
+
end
|
190
|
+
|
191
|
+
class DeleteStreamingSessionRequest
|
192
|
+
attr_accessor client_token: ::String
|
193
|
+
attr_accessor session_id: ::String
|
194
|
+
attr_accessor studio_id: ::String
|
195
|
+
SENSITIVE: []
|
196
|
+
end
|
197
|
+
|
198
|
+
class DeleteStreamingSessionResponse
|
199
|
+
attr_accessor session: Types::StreamingSession
|
200
|
+
SENSITIVE: []
|
201
|
+
end
|
202
|
+
|
203
|
+
class DeleteStudioComponentRequest
|
204
|
+
attr_accessor client_token: ::String
|
205
|
+
attr_accessor studio_component_id: ::String
|
206
|
+
attr_accessor studio_id: ::String
|
207
|
+
SENSITIVE: []
|
208
|
+
end
|
209
|
+
|
210
|
+
class DeleteStudioComponentResponse
|
211
|
+
attr_accessor studio_component: Types::StudioComponent
|
212
|
+
SENSITIVE: []
|
213
|
+
end
|
214
|
+
|
215
|
+
class DeleteStudioMemberRequest
|
216
|
+
attr_accessor client_token: ::String
|
217
|
+
attr_accessor principal_id: ::String
|
218
|
+
attr_accessor studio_id: ::String
|
219
|
+
SENSITIVE: []
|
220
|
+
end
|
221
|
+
|
222
|
+
class DeleteStudioMemberResponse < Aws::EmptyStructure
|
223
|
+
end
|
224
|
+
|
225
|
+
class DeleteStudioRequest
|
226
|
+
attr_accessor client_token: ::String
|
227
|
+
attr_accessor studio_id: ::String
|
228
|
+
SENSITIVE: []
|
229
|
+
end
|
230
|
+
|
231
|
+
class DeleteStudioResponse
|
232
|
+
attr_accessor studio: Types::Studio
|
233
|
+
SENSITIVE: []
|
234
|
+
end
|
235
|
+
|
236
|
+
class Eula
|
237
|
+
attr_accessor content: ::String
|
238
|
+
attr_accessor created_at: ::Time
|
239
|
+
attr_accessor eula_id: ::String
|
240
|
+
attr_accessor name: ::String
|
241
|
+
attr_accessor updated_at: ::Time
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class EulaAcceptance
|
246
|
+
attr_accessor accepted_at: ::Time
|
247
|
+
attr_accessor accepted_by: ::String
|
248
|
+
attr_accessor acceptee_id: ::String
|
249
|
+
attr_accessor eula_acceptance_id: ::String
|
250
|
+
attr_accessor eula_id: ::String
|
251
|
+
SENSITIVE: []
|
252
|
+
end
|
253
|
+
|
254
|
+
class GetEulaRequest
|
255
|
+
attr_accessor eula_id: ::String
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class GetEulaResponse
|
260
|
+
attr_accessor eula: Types::Eula
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class GetLaunchProfileDetailsRequest
|
265
|
+
attr_accessor launch_profile_id: ::String
|
266
|
+
attr_accessor studio_id: ::String
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class GetLaunchProfileDetailsResponse
|
271
|
+
attr_accessor launch_profile: Types::LaunchProfile
|
272
|
+
attr_accessor streaming_images: ::Array[Types::StreamingImage]
|
273
|
+
attr_accessor studio_component_summaries: ::Array[Types::StudioComponentSummary]
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class GetLaunchProfileInitializationRequest
|
278
|
+
attr_accessor launch_profile_id: ::String
|
279
|
+
attr_accessor launch_profile_protocol_versions: ::Array[::String]
|
280
|
+
attr_accessor launch_purpose: ::String
|
281
|
+
attr_accessor platform: ::String
|
282
|
+
attr_accessor studio_id: ::String
|
283
|
+
SENSITIVE: []
|
284
|
+
end
|
285
|
+
|
286
|
+
class GetLaunchProfileInitializationResponse
|
287
|
+
attr_accessor launch_profile_initialization: Types::LaunchProfileInitialization
|
288
|
+
SENSITIVE: []
|
289
|
+
end
|
290
|
+
|
291
|
+
class GetLaunchProfileMemberRequest
|
292
|
+
attr_accessor launch_profile_id: ::String
|
293
|
+
attr_accessor principal_id: ::String
|
294
|
+
attr_accessor studio_id: ::String
|
295
|
+
SENSITIVE: []
|
296
|
+
end
|
297
|
+
|
298
|
+
class GetLaunchProfileMemberResponse
|
299
|
+
attr_accessor member: Types::LaunchProfileMembership
|
300
|
+
SENSITIVE: []
|
301
|
+
end
|
302
|
+
|
303
|
+
class GetLaunchProfileRequest
|
304
|
+
attr_accessor launch_profile_id: ::String
|
305
|
+
attr_accessor studio_id: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class GetLaunchProfileResponse
|
310
|
+
attr_accessor launch_profile: Types::LaunchProfile
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class GetStreamingImageRequest
|
315
|
+
attr_accessor streaming_image_id: ::String
|
316
|
+
attr_accessor studio_id: ::String
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
|
320
|
+
class GetStreamingImageResponse
|
321
|
+
attr_accessor streaming_image: Types::StreamingImage
|
322
|
+
SENSITIVE: []
|
323
|
+
end
|
324
|
+
|
325
|
+
class GetStreamingSessionBackupRequest
|
326
|
+
attr_accessor backup_id: ::String
|
327
|
+
attr_accessor studio_id: ::String
|
328
|
+
SENSITIVE: []
|
329
|
+
end
|
330
|
+
|
331
|
+
class GetStreamingSessionBackupResponse
|
332
|
+
attr_accessor streaming_session_backup: Types::StreamingSessionBackup
|
333
|
+
SENSITIVE: []
|
334
|
+
end
|
335
|
+
|
336
|
+
class GetStreamingSessionRequest
|
337
|
+
attr_accessor session_id: ::String
|
338
|
+
attr_accessor studio_id: ::String
|
339
|
+
SENSITIVE: []
|
340
|
+
end
|
341
|
+
|
342
|
+
class GetStreamingSessionResponse
|
343
|
+
attr_accessor session: Types::StreamingSession
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class GetStreamingSessionStreamRequest
|
348
|
+
attr_accessor session_id: ::String
|
349
|
+
attr_accessor stream_id: ::String
|
350
|
+
attr_accessor studio_id: ::String
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class GetStreamingSessionStreamResponse
|
355
|
+
attr_accessor stream: Types::StreamingSessionStream
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class GetStudioComponentRequest
|
360
|
+
attr_accessor studio_component_id: ::String
|
361
|
+
attr_accessor studio_id: ::String
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class GetStudioComponentResponse
|
366
|
+
attr_accessor studio_component: Types::StudioComponent
|
367
|
+
SENSITIVE: []
|
368
|
+
end
|
369
|
+
|
370
|
+
class GetStudioMemberRequest
|
371
|
+
attr_accessor principal_id: ::String
|
372
|
+
attr_accessor studio_id: ::String
|
373
|
+
SENSITIVE: []
|
374
|
+
end
|
375
|
+
|
376
|
+
class GetStudioMemberResponse
|
377
|
+
attr_accessor member: Types::StudioMembership
|
378
|
+
SENSITIVE: []
|
379
|
+
end
|
380
|
+
|
381
|
+
class GetStudioRequest
|
382
|
+
attr_accessor studio_id: ::String
|
383
|
+
SENSITIVE: []
|
384
|
+
end
|
385
|
+
|
386
|
+
class GetStudioResponse
|
387
|
+
attr_accessor studio: Types::Studio
|
388
|
+
SENSITIVE: []
|
389
|
+
end
|
390
|
+
|
391
|
+
class InternalServerErrorException
|
392
|
+
attr_accessor code: ::String
|
393
|
+
attr_accessor context: ::Hash[::String, ::String]
|
394
|
+
attr_accessor message: ::String
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class LaunchProfile
|
399
|
+
attr_accessor arn: ::String
|
400
|
+
attr_accessor created_at: ::Time
|
401
|
+
attr_accessor created_by: ::String
|
402
|
+
attr_accessor description: ::String
|
403
|
+
attr_accessor ec2_subnet_ids: ::Array[::String]
|
404
|
+
attr_accessor launch_profile_id: ::String
|
405
|
+
attr_accessor launch_profile_protocol_versions: ::Array[::String]
|
406
|
+
attr_accessor name: ::String
|
407
|
+
attr_accessor state: ("CREATE_IN_PROGRESS" | "READY" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DELETE_FAILED" | "CREATE_FAILED" | "UPDATE_FAILED")
|
408
|
+
attr_accessor status_code: ("LAUNCH_PROFILE_CREATED" | "LAUNCH_PROFILE_UPDATED" | "LAUNCH_PROFILE_DELETED" | "LAUNCH_PROFILE_CREATE_IN_PROGRESS" | "LAUNCH_PROFILE_UPDATE_IN_PROGRESS" | "LAUNCH_PROFILE_DELETE_IN_PROGRESS" | "INTERNAL_ERROR" | "STREAMING_IMAGE_NOT_FOUND" | "STREAMING_IMAGE_NOT_READY" | "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED" | "ENCRYPTION_KEY_ACCESS_DENIED" | "ENCRYPTION_KEY_NOT_FOUND" | "INVALID_SUBNETS_PROVIDED" | "INVALID_INSTANCE_TYPES_PROVIDED" | "INVALID_SUBNETS_COMBINATION")
|
409
|
+
attr_accessor status_message: ::String
|
410
|
+
attr_accessor stream_configuration: Types::StreamConfiguration
|
411
|
+
attr_accessor studio_component_ids: ::Array[::String]
|
412
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
413
|
+
attr_accessor updated_at: ::Time
|
414
|
+
attr_accessor updated_by: ::String
|
415
|
+
attr_accessor validation_results: ::Array[Types::ValidationResult]
|
416
|
+
SENSITIVE: [:description, :name]
|
417
|
+
end
|
418
|
+
|
419
|
+
class LaunchProfileInitialization
|
420
|
+
attr_accessor active_directory: Types::LaunchProfileInitializationActiveDirectory
|
421
|
+
attr_accessor ec2_security_group_ids: ::Array[::String]
|
422
|
+
attr_accessor launch_profile_id: ::String
|
423
|
+
attr_accessor launch_profile_protocol_version: ::String
|
424
|
+
attr_accessor launch_purpose: ::String
|
425
|
+
attr_accessor name: ::String
|
426
|
+
attr_accessor platform: ("LINUX" | "WINDOWS")
|
427
|
+
attr_accessor system_initialization_scripts: ::Array[Types::LaunchProfileInitializationScript]
|
428
|
+
attr_accessor user_initialization_scripts: ::Array[Types::LaunchProfileInitializationScript]
|
429
|
+
SENSITIVE: [:name]
|
430
|
+
end
|
431
|
+
|
432
|
+
class LaunchProfileInitializationActiveDirectory
|
433
|
+
attr_accessor computer_attributes: ::Array[Types::ActiveDirectoryComputerAttribute]
|
434
|
+
attr_accessor directory_id: ::String
|
435
|
+
attr_accessor directory_name: ::String
|
436
|
+
attr_accessor dns_ip_addresses: ::Array[::String]
|
437
|
+
attr_accessor organizational_unit_distinguished_name: ::String
|
438
|
+
attr_accessor studio_component_id: ::String
|
439
|
+
attr_accessor studio_component_name: ::String
|
440
|
+
SENSITIVE: [:computer_attributes, :studio_component_name]
|
441
|
+
end
|
442
|
+
|
443
|
+
class LaunchProfileInitializationScript
|
444
|
+
attr_accessor runtime_role_arn: ::String
|
445
|
+
attr_accessor script: ::String
|
446
|
+
attr_accessor secure_initialization_role_arn: ::String
|
447
|
+
attr_accessor studio_component_id: ::String
|
448
|
+
attr_accessor studio_component_name: ::String
|
449
|
+
SENSITIVE: [:script, :studio_component_name]
|
450
|
+
end
|
451
|
+
|
452
|
+
class LaunchProfileMembership
|
453
|
+
attr_accessor identity_store_id: ::String
|
454
|
+
attr_accessor persona: ("USER")
|
455
|
+
attr_accessor principal_id: ::String
|
456
|
+
attr_accessor sid: ::String
|
457
|
+
SENSITIVE: []
|
458
|
+
end
|
459
|
+
|
460
|
+
class LicenseServiceConfiguration
|
461
|
+
attr_accessor endpoint: ::String
|
462
|
+
SENSITIVE: [:endpoint]
|
463
|
+
end
|
464
|
+
|
465
|
+
class ListEulaAcceptancesRequest
|
466
|
+
attr_accessor eula_ids: ::Array[::String]
|
467
|
+
attr_accessor next_token: ::String
|
468
|
+
attr_accessor studio_id: ::String
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class ListEulaAcceptancesResponse
|
473
|
+
attr_accessor eula_acceptances: ::Array[Types::EulaAcceptance]
|
474
|
+
attr_accessor next_token: ::String
|
475
|
+
SENSITIVE: []
|
476
|
+
end
|
477
|
+
|
478
|
+
class ListEulasRequest
|
479
|
+
attr_accessor eula_ids: ::Array[::String]
|
480
|
+
attr_accessor next_token: ::String
|
481
|
+
SENSITIVE: []
|
482
|
+
end
|
483
|
+
|
484
|
+
class ListEulasResponse
|
485
|
+
attr_accessor eulas: ::Array[Types::Eula]
|
486
|
+
attr_accessor next_token: ::String
|
487
|
+
SENSITIVE: []
|
488
|
+
end
|
489
|
+
|
490
|
+
class ListLaunchProfileMembersRequest
|
491
|
+
attr_accessor launch_profile_id: ::String
|
492
|
+
attr_accessor max_results: ::Integer
|
493
|
+
attr_accessor next_token: ::String
|
494
|
+
attr_accessor studio_id: ::String
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class ListLaunchProfileMembersResponse
|
499
|
+
attr_accessor members: ::Array[Types::LaunchProfileMembership]
|
500
|
+
attr_accessor next_token: ::String
|
501
|
+
SENSITIVE: []
|
502
|
+
end
|
503
|
+
|
504
|
+
class ListLaunchProfilesRequest
|
505
|
+
attr_accessor max_results: ::Integer
|
506
|
+
attr_accessor next_token: ::String
|
507
|
+
attr_accessor principal_id: ::String
|
508
|
+
attr_accessor states: ::Array[("CREATE_IN_PROGRESS" | "READY" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DELETE_FAILED" | "CREATE_FAILED" | "UPDATE_FAILED")]
|
509
|
+
attr_accessor studio_id: ::String
|
510
|
+
SENSITIVE: []
|
511
|
+
end
|
512
|
+
|
513
|
+
class ListLaunchProfilesResponse
|
514
|
+
attr_accessor launch_profiles: ::Array[Types::LaunchProfile]
|
515
|
+
attr_accessor next_token: ::String
|
516
|
+
SENSITIVE: []
|
517
|
+
end
|
518
|
+
|
519
|
+
class ListStreamingImagesRequest
|
520
|
+
attr_accessor next_token: ::String
|
521
|
+
attr_accessor owner: ::String
|
522
|
+
attr_accessor studio_id: ::String
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class ListStreamingImagesResponse
|
527
|
+
attr_accessor next_token: ::String
|
528
|
+
attr_accessor streaming_images: ::Array[Types::StreamingImage]
|
529
|
+
SENSITIVE: []
|
530
|
+
end
|
531
|
+
|
532
|
+
class ListStreamingSessionBackupsRequest
|
533
|
+
attr_accessor next_token: ::String
|
534
|
+
attr_accessor owned_by: ::String
|
535
|
+
attr_accessor studio_id: ::String
|
536
|
+
SENSITIVE: []
|
537
|
+
end
|
538
|
+
|
539
|
+
class ListStreamingSessionBackupsResponse
|
540
|
+
attr_accessor next_token: ::String
|
541
|
+
attr_accessor streaming_session_backups: ::Array[Types::StreamingSessionBackup]
|
542
|
+
SENSITIVE: []
|
543
|
+
end
|
544
|
+
|
545
|
+
class ListStreamingSessionsRequest
|
546
|
+
attr_accessor created_by: ::String
|
547
|
+
attr_accessor next_token: ::String
|
548
|
+
attr_accessor owned_by: ::String
|
549
|
+
attr_accessor session_ids: ::String
|
550
|
+
attr_accessor studio_id: ::String
|
551
|
+
SENSITIVE: []
|
552
|
+
end
|
553
|
+
|
554
|
+
class ListStreamingSessionsResponse
|
555
|
+
attr_accessor next_token: ::String
|
556
|
+
attr_accessor sessions: ::Array[Types::StreamingSession]
|
557
|
+
SENSITIVE: []
|
558
|
+
end
|
559
|
+
|
560
|
+
class ListStudioComponentsRequest
|
561
|
+
attr_accessor max_results: ::Integer
|
562
|
+
attr_accessor next_token: ::String
|
563
|
+
attr_accessor states: ::Array[("CREATE_IN_PROGRESS" | "READY" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DELETE_FAILED" | "CREATE_FAILED" | "UPDATE_FAILED")]
|
564
|
+
attr_accessor studio_id: ::String
|
565
|
+
attr_accessor types: ::Array[("ACTIVE_DIRECTORY" | "SHARED_FILE_SYSTEM" | "COMPUTE_FARM" | "LICENSE_SERVICE" | "CUSTOM")]
|
566
|
+
SENSITIVE: []
|
567
|
+
end
|
568
|
+
|
569
|
+
class ListStudioComponentsResponse
|
570
|
+
attr_accessor next_token: ::String
|
571
|
+
attr_accessor studio_components: ::Array[Types::StudioComponent]
|
572
|
+
SENSITIVE: []
|
573
|
+
end
|
574
|
+
|
575
|
+
class ListStudioMembersRequest
|
576
|
+
attr_accessor max_results: ::Integer
|
577
|
+
attr_accessor next_token: ::String
|
578
|
+
attr_accessor studio_id: ::String
|
579
|
+
SENSITIVE: []
|
580
|
+
end
|
581
|
+
|
582
|
+
class ListStudioMembersResponse
|
583
|
+
attr_accessor members: ::Array[Types::StudioMembership]
|
584
|
+
attr_accessor next_token: ::String
|
585
|
+
SENSITIVE: []
|
586
|
+
end
|
587
|
+
|
588
|
+
class ListStudiosRequest
|
589
|
+
attr_accessor next_token: ::String
|
590
|
+
SENSITIVE: []
|
591
|
+
end
|
592
|
+
|
593
|
+
class ListStudiosResponse
|
594
|
+
attr_accessor next_token: ::String
|
595
|
+
attr_accessor studios: ::Array[Types::Studio]
|
596
|
+
SENSITIVE: []
|
597
|
+
end
|
598
|
+
|
599
|
+
class ListTagsForResourceRequest
|
600
|
+
attr_accessor resource_arn: ::String
|
601
|
+
SENSITIVE: []
|
602
|
+
end
|
603
|
+
|
604
|
+
class ListTagsForResourceResponse
|
605
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
606
|
+
SENSITIVE: []
|
607
|
+
end
|
608
|
+
|
609
|
+
class NewLaunchProfileMember
|
610
|
+
attr_accessor persona: ("USER")
|
611
|
+
attr_accessor principal_id: ::String
|
612
|
+
SENSITIVE: []
|
613
|
+
end
|
614
|
+
|
615
|
+
class NewStudioMember
|
616
|
+
attr_accessor persona: ("ADMINISTRATOR")
|
617
|
+
attr_accessor principal_id: ::String
|
618
|
+
SENSITIVE: []
|
619
|
+
end
|
620
|
+
|
621
|
+
class PutLaunchProfileMembersRequest
|
622
|
+
attr_accessor client_token: ::String
|
623
|
+
attr_accessor identity_store_id: ::String
|
624
|
+
attr_accessor launch_profile_id: ::String
|
625
|
+
attr_accessor members: ::Array[Types::NewLaunchProfileMember]
|
626
|
+
attr_accessor studio_id: ::String
|
627
|
+
SENSITIVE: []
|
628
|
+
end
|
629
|
+
|
630
|
+
class PutLaunchProfileMembersResponse < Aws::EmptyStructure
|
631
|
+
end
|
632
|
+
|
633
|
+
class PutStudioMembersRequest
|
634
|
+
attr_accessor client_token: ::String
|
635
|
+
attr_accessor identity_store_id: ::String
|
636
|
+
attr_accessor members: ::Array[Types::NewStudioMember]
|
637
|
+
attr_accessor studio_id: ::String
|
638
|
+
SENSITIVE: []
|
639
|
+
end
|
640
|
+
|
641
|
+
class PutStudioMembersResponse < Aws::EmptyStructure
|
642
|
+
end
|
643
|
+
|
644
|
+
class ResourceNotFoundException
|
645
|
+
attr_accessor code: ::String
|
646
|
+
attr_accessor context: ::Hash[::String, ::String]
|
647
|
+
attr_accessor message: ::String
|
648
|
+
SENSITIVE: []
|
649
|
+
end
|
650
|
+
|
651
|
+
class ScriptParameterKeyValue
|
652
|
+
attr_accessor key: ::String
|
653
|
+
attr_accessor value: ::String
|
654
|
+
SENSITIVE: []
|
655
|
+
end
|
656
|
+
|
657
|
+
class ServiceQuotaExceededException
|
658
|
+
attr_accessor code: ::String
|
659
|
+
attr_accessor context: ::Hash[::String, ::String]
|
660
|
+
attr_accessor message: ::String
|
661
|
+
SENSITIVE: []
|
662
|
+
end
|
663
|
+
|
664
|
+
class SharedFileSystemConfiguration
|
665
|
+
attr_accessor endpoint: ::String
|
666
|
+
attr_accessor file_system_id: ::String
|
667
|
+
attr_accessor linux_mount_point: ::String
|
668
|
+
attr_accessor share_name: ::String
|
669
|
+
attr_accessor windows_mount_drive: ::String
|
670
|
+
SENSITIVE: [:endpoint, :linux_mount_point, :share_name]
|
671
|
+
end
|
672
|
+
|
673
|
+
class StartStreamingSessionRequest
|
674
|
+
attr_accessor backup_id: ::String
|
675
|
+
attr_accessor client_token: ::String
|
676
|
+
attr_accessor session_id: ::String
|
677
|
+
attr_accessor studio_id: ::String
|
678
|
+
SENSITIVE: []
|
679
|
+
end
|
680
|
+
|
681
|
+
class StartStreamingSessionResponse
|
682
|
+
attr_accessor session: Types::StreamingSession
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
686
|
+
class StartStudioSSOConfigurationRepairRequest
|
687
|
+
attr_accessor client_token: ::String
|
688
|
+
attr_accessor studio_id: ::String
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class StartStudioSSOConfigurationRepairResponse
|
693
|
+
attr_accessor studio: Types::Studio
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class StopStreamingSessionRequest
|
698
|
+
attr_accessor client_token: ::String
|
699
|
+
attr_accessor session_id: ::String
|
700
|
+
attr_accessor studio_id: ::String
|
701
|
+
attr_accessor volume_retention_mode: ("RETAIN" | "DELETE")
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class StopStreamingSessionResponse
|
706
|
+
attr_accessor session: Types::StreamingSession
|
707
|
+
SENSITIVE: []
|
708
|
+
end
|
709
|
+
|
710
|
+
class StreamConfiguration
|
711
|
+
attr_accessor automatic_termination_mode: ("DEACTIVATED" | "ACTIVATED")
|
712
|
+
attr_accessor clipboard_mode: ("ENABLED" | "DISABLED")
|
713
|
+
attr_accessor ec2_instance_types: ::Array[("g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g3.4xlarge" | "g3s.xlarge" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.16xlarge")]
|
714
|
+
attr_accessor max_session_length_in_minutes: ::Integer
|
715
|
+
attr_accessor max_stopped_session_length_in_minutes: ::Integer
|
716
|
+
attr_accessor session_backup: Types::StreamConfigurationSessionBackup
|
717
|
+
attr_accessor session_persistence_mode: ("DEACTIVATED" | "ACTIVATED")
|
718
|
+
attr_accessor session_storage: Types::StreamConfigurationSessionStorage
|
719
|
+
attr_accessor streaming_image_ids: ::Array[::String]
|
720
|
+
attr_accessor volume_configuration: Types::VolumeConfiguration
|
721
|
+
SENSITIVE: []
|
722
|
+
end
|
723
|
+
|
724
|
+
class StreamConfigurationCreate
|
725
|
+
attr_accessor automatic_termination_mode: ("DEACTIVATED" | "ACTIVATED")
|
726
|
+
attr_accessor clipboard_mode: ("ENABLED" | "DISABLED")
|
727
|
+
attr_accessor ec2_instance_types: ::Array[("g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g3.4xlarge" | "g3s.xlarge" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.16xlarge")]
|
728
|
+
attr_accessor max_session_length_in_minutes: ::Integer
|
729
|
+
attr_accessor max_stopped_session_length_in_minutes: ::Integer
|
730
|
+
attr_accessor session_backup: Types::StreamConfigurationSessionBackup
|
731
|
+
attr_accessor session_persistence_mode: ("DEACTIVATED" | "ACTIVATED")
|
732
|
+
attr_accessor session_storage: Types::StreamConfigurationSessionStorage
|
733
|
+
attr_accessor streaming_image_ids: ::Array[::String]
|
734
|
+
attr_accessor volume_configuration: Types::VolumeConfiguration
|
735
|
+
SENSITIVE: []
|
736
|
+
end
|
737
|
+
|
738
|
+
class StreamConfigurationSessionBackup
|
739
|
+
attr_accessor max_backups_to_retain: ::Integer
|
740
|
+
attr_accessor mode: ("AUTOMATIC" | "DEACTIVATED")
|
741
|
+
SENSITIVE: []
|
742
|
+
end
|
743
|
+
|
744
|
+
class StreamConfigurationSessionStorage
|
745
|
+
attr_accessor mode: ::Array[("UPLOAD")]
|
746
|
+
attr_accessor root: Types::StreamingSessionStorageRoot
|
747
|
+
SENSITIVE: []
|
748
|
+
end
|
749
|
+
|
750
|
+
class StreamingImage
|
751
|
+
attr_accessor arn: ::String
|
752
|
+
attr_accessor description: ::String
|
753
|
+
attr_accessor ec2_image_id: ::String
|
754
|
+
attr_accessor encryption_configuration: Types::StreamingImageEncryptionConfiguration
|
755
|
+
attr_accessor eula_ids: ::Array[::String]
|
756
|
+
attr_accessor name: ::String
|
757
|
+
attr_accessor owner: ::String
|
758
|
+
attr_accessor platform: ::String
|
759
|
+
attr_accessor state: ("CREATE_IN_PROGRESS" | "READY" | "DELETE_IN_PROGRESS" | "DELETED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "CREATE_FAILED" | "DELETE_FAILED")
|
760
|
+
attr_accessor status_code: ("STREAMING_IMAGE_CREATE_IN_PROGRESS" | "STREAMING_IMAGE_READY" | "STREAMING_IMAGE_DELETE_IN_PROGRESS" | "STREAMING_IMAGE_DELETED" | "STREAMING_IMAGE_UPDATE_IN_PROGRESS" | "INTERNAL_ERROR" | "ACCESS_DENIED")
|
761
|
+
attr_accessor status_message: ::String
|
762
|
+
attr_accessor streaming_image_id: ::String
|
763
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
764
|
+
SENSITIVE: [:description, :name]
|
765
|
+
end
|
766
|
+
|
767
|
+
class StreamingImageEncryptionConfiguration
|
768
|
+
attr_accessor key_arn: ::String
|
769
|
+
attr_accessor key_type: ("CUSTOMER_MANAGED_KEY")
|
770
|
+
SENSITIVE: []
|
771
|
+
end
|
772
|
+
|
773
|
+
class StreamingSession
|
774
|
+
attr_accessor arn: ::String
|
775
|
+
attr_accessor automatic_termination_mode: ("DEACTIVATED" | "ACTIVATED")
|
776
|
+
attr_accessor backup_mode: ("AUTOMATIC" | "DEACTIVATED")
|
777
|
+
attr_accessor created_at: ::Time
|
778
|
+
attr_accessor created_by: ::String
|
779
|
+
attr_accessor ec2_instance_type: ::String
|
780
|
+
attr_accessor launch_profile_id: ::String
|
781
|
+
attr_accessor max_backups_to_retain: ::Integer
|
782
|
+
attr_accessor owned_by: ::String
|
783
|
+
attr_accessor session_id: ::String
|
784
|
+
attr_accessor session_persistence_mode: ("DEACTIVATED" | "ACTIVATED")
|
785
|
+
attr_accessor started_at: ::Time
|
786
|
+
attr_accessor started_by: ::String
|
787
|
+
attr_accessor started_from_backup_id: ::String
|
788
|
+
attr_accessor state: ("CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "DELETED" | "CREATE_FAILED" | "DELETE_FAILED" | "STOP_IN_PROGRESS" | "START_IN_PROGRESS" | "STOPPED" | "STOP_FAILED" | "START_FAILED")
|
789
|
+
attr_accessor status_code: ("STREAMING_SESSION_READY" | "STREAMING_SESSION_DELETED" | "STREAMING_SESSION_CREATE_IN_PROGRESS" | "STREAMING_SESSION_DELETE_IN_PROGRESS" | "INTERNAL_ERROR" | "INSUFFICIENT_CAPACITY" | "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR" | "NETWORK_CONNECTION_ERROR" | "INITIALIZATION_SCRIPT_ERROR" | "DECRYPT_STREAMING_IMAGE_ERROR" | "NETWORK_INTERFACE_ERROR" | "STREAMING_SESSION_STOPPED" | "STREAMING_SESSION_STARTED" | "STREAMING_SESSION_STOP_IN_PROGRESS" | "STREAMING_SESSION_START_IN_PROGRESS" | "AMI_VALIDATION_ERROR")
|
790
|
+
attr_accessor status_message: ::String
|
791
|
+
attr_accessor stop_at: ::Time
|
792
|
+
attr_accessor stopped_at: ::Time
|
793
|
+
attr_accessor stopped_by: ::String
|
794
|
+
attr_accessor streaming_image_id: ::String
|
795
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
796
|
+
attr_accessor terminate_at: ::Time
|
797
|
+
attr_accessor updated_at: ::Time
|
798
|
+
attr_accessor updated_by: ::String
|
799
|
+
attr_accessor volume_configuration: Types::VolumeConfiguration
|
800
|
+
attr_accessor volume_retention_mode: ("RETAIN" | "DELETE")
|
801
|
+
SENSITIVE: []
|
802
|
+
end
|
803
|
+
|
804
|
+
class StreamingSessionBackup
|
805
|
+
attr_accessor arn: ::String
|
806
|
+
attr_accessor backup_id: ::String
|
807
|
+
attr_accessor created_at: ::Time
|
808
|
+
attr_accessor launch_profile_id: ::String
|
809
|
+
attr_accessor owned_by: ::String
|
810
|
+
attr_accessor session_id: ::String
|
811
|
+
attr_accessor state: ("CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "DELETED" | "CREATE_FAILED" | "DELETE_FAILED" | "STOP_IN_PROGRESS" | "START_IN_PROGRESS" | "STOPPED" | "STOP_FAILED" | "START_FAILED")
|
812
|
+
attr_accessor status_code: ("STREAMING_SESSION_READY" | "STREAMING_SESSION_DELETED" | "STREAMING_SESSION_CREATE_IN_PROGRESS" | "STREAMING_SESSION_DELETE_IN_PROGRESS" | "INTERNAL_ERROR" | "INSUFFICIENT_CAPACITY" | "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR" | "NETWORK_CONNECTION_ERROR" | "INITIALIZATION_SCRIPT_ERROR" | "DECRYPT_STREAMING_IMAGE_ERROR" | "NETWORK_INTERFACE_ERROR" | "STREAMING_SESSION_STOPPED" | "STREAMING_SESSION_STARTED" | "STREAMING_SESSION_STOP_IN_PROGRESS" | "STREAMING_SESSION_START_IN_PROGRESS" | "AMI_VALIDATION_ERROR")
|
813
|
+
attr_accessor status_message: ::String
|
814
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
815
|
+
SENSITIVE: []
|
816
|
+
end
|
817
|
+
|
818
|
+
class StreamingSessionStorageRoot
|
819
|
+
attr_accessor linux: ::String
|
820
|
+
attr_accessor windows: ::String
|
821
|
+
SENSITIVE: [:linux, :windows]
|
822
|
+
end
|
823
|
+
|
824
|
+
class StreamingSessionStream
|
825
|
+
attr_accessor created_at: ::Time
|
826
|
+
attr_accessor created_by: ::String
|
827
|
+
attr_accessor expires_at: ::Time
|
828
|
+
attr_accessor owned_by: ::String
|
829
|
+
attr_accessor state: ("READY" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "CREATE_FAILED" | "DELETE_FAILED")
|
830
|
+
attr_accessor status_code: ("STREAM_CREATE_IN_PROGRESS" | "STREAM_READY" | "STREAM_DELETE_IN_PROGRESS" | "STREAM_DELETED" | "INTERNAL_ERROR" | "NETWORK_CONNECTION_ERROR")
|
831
|
+
attr_accessor stream_id: ::String
|
832
|
+
attr_accessor url: ::String
|
833
|
+
SENSITIVE: [:url]
|
834
|
+
end
|
835
|
+
|
836
|
+
class Studio
|
837
|
+
attr_accessor admin_role_arn: ::String
|
838
|
+
attr_accessor arn: ::String
|
839
|
+
attr_accessor created_at: ::Time
|
840
|
+
attr_accessor display_name: ::String
|
841
|
+
attr_accessor home_region: ::String
|
842
|
+
attr_accessor sso_client_id: ::String
|
843
|
+
attr_accessor state: ("CREATE_IN_PROGRESS" | "READY" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DELETE_FAILED" | "CREATE_FAILED" | "UPDATE_FAILED")
|
844
|
+
attr_accessor status_code: ("STUDIO_CREATED" | "STUDIO_DELETED" | "STUDIO_UPDATED" | "STUDIO_CREATE_IN_PROGRESS" | "STUDIO_UPDATE_IN_PROGRESS" | "STUDIO_DELETE_IN_PROGRESS" | "STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED" | "STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED" | "STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED" | "AWS_SSO_NOT_ENABLED" | "AWS_SSO_ACCESS_DENIED" | "ROLE_NOT_OWNED_BY_STUDIO_OWNER" | "ROLE_COULD_NOT_BE_ASSUMED" | "INTERNAL_ERROR" | "ENCRYPTION_KEY_NOT_FOUND" | "ENCRYPTION_KEY_ACCESS_DENIED" | "AWS_SSO_CONFIGURATION_REPAIRED" | "AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS" | "AWS_STS_REGION_DISABLED")
|
845
|
+
attr_accessor status_message: ::String
|
846
|
+
attr_accessor studio_encryption_configuration: Types::StudioEncryptionConfiguration
|
847
|
+
attr_accessor studio_id: ::String
|
848
|
+
attr_accessor studio_name: ::String
|
849
|
+
attr_accessor studio_url: ::String
|
850
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
851
|
+
attr_accessor updated_at: ::Time
|
852
|
+
attr_accessor user_role_arn: ::String
|
853
|
+
SENSITIVE: [:display_name]
|
854
|
+
end
|
855
|
+
|
856
|
+
class StudioComponent
|
857
|
+
attr_accessor arn: ::String
|
858
|
+
attr_accessor configuration: Types::StudioComponentConfiguration
|
859
|
+
attr_accessor created_at: ::Time
|
860
|
+
attr_accessor created_by: ::String
|
861
|
+
attr_accessor description: ::String
|
862
|
+
attr_accessor ec2_security_group_ids: ::Array[::String]
|
863
|
+
attr_accessor initialization_scripts: ::Array[Types::StudioComponentInitializationScript]
|
864
|
+
attr_accessor name: ::String
|
865
|
+
attr_accessor runtime_role_arn: ::String
|
866
|
+
attr_accessor script_parameters: ::Array[Types::ScriptParameterKeyValue]
|
867
|
+
attr_accessor secure_initialization_role_arn: ::String
|
868
|
+
attr_accessor state: ("CREATE_IN_PROGRESS" | "READY" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DELETE_FAILED" | "CREATE_FAILED" | "UPDATE_FAILED")
|
869
|
+
attr_accessor status_code: ("ACTIVE_DIRECTORY_ALREADY_EXISTS" | "STUDIO_COMPONENT_CREATED" | "STUDIO_COMPONENT_UPDATED" | "STUDIO_COMPONENT_DELETED" | "ENCRYPTION_KEY_ACCESS_DENIED" | "ENCRYPTION_KEY_NOT_FOUND" | "STUDIO_COMPONENT_CREATE_IN_PROGRESS" | "STUDIO_COMPONENT_UPDATE_IN_PROGRESS" | "STUDIO_COMPONENT_DELETE_IN_PROGRESS" | "INTERNAL_ERROR")
|
870
|
+
attr_accessor status_message: ::String
|
871
|
+
attr_accessor studio_component_id: ::String
|
872
|
+
attr_accessor subtype: ("AWS_MANAGED_MICROSOFT_AD" | "AMAZON_FSX_FOR_WINDOWS" | "AMAZON_FSX_FOR_LUSTRE" | "CUSTOM")
|
873
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
874
|
+
attr_accessor type: ("ACTIVE_DIRECTORY" | "SHARED_FILE_SYSTEM" | "COMPUTE_FARM" | "LICENSE_SERVICE" | "CUSTOM")
|
875
|
+
attr_accessor updated_at: ::Time
|
876
|
+
attr_accessor updated_by: ::String
|
877
|
+
SENSITIVE: [:description, :name, :script_parameters]
|
878
|
+
end
|
879
|
+
|
880
|
+
class StudioComponentConfiguration
|
881
|
+
attr_accessor active_directory_configuration: Types::ActiveDirectoryConfiguration
|
882
|
+
attr_accessor compute_farm_configuration: Types::ComputeFarmConfiguration
|
883
|
+
attr_accessor license_service_configuration: Types::LicenseServiceConfiguration
|
884
|
+
attr_accessor shared_file_system_configuration: Types::SharedFileSystemConfiguration
|
885
|
+
attr_accessor unknown: untyped
|
886
|
+
SENSITIVE: []
|
887
|
+
|
888
|
+
class ActiveDirectoryConfiguration < StudioComponentConfiguration
|
889
|
+
end
|
890
|
+
class ComputeFarmConfiguration < StudioComponentConfiguration
|
891
|
+
end
|
892
|
+
class LicenseServiceConfiguration < StudioComponentConfiguration
|
893
|
+
end
|
894
|
+
class SharedFileSystemConfiguration < StudioComponentConfiguration
|
895
|
+
end
|
896
|
+
class Unknown < StudioComponentConfiguration
|
897
|
+
end
|
898
|
+
end
|
899
|
+
|
900
|
+
class StudioComponentInitializationScript
|
901
|
+
attr_accessor launch_profile_protocol_version: ::String
|
902
|
+
attr_accessor platform: ("LINUX" | "WINDOWS")
|
903
|
+
attr_accessor run_context: ("SYSTEM_INITIALIZATION" | "USER_INITIALIZATION")
|
904
|
+
attr_accessor script: ::String
|
905
|
+
SENSITIVE: [:script]
|
906
|
+
end
|
907
|
+
|
908
|
+
class StudioComponentSummary
|
909
|
+
attr_accessor created_at: ::Time
|
910
|
+
attr_accessor created_by: ::String
|
911
|
+
attr_accessor description: ::String
|
912
|
+
attr_accessor name: ::String
|
913
|
+
attr_accessor studio_component_id: ::String
|
914
|
+
attr_accessor subtype: ("AWS_MANAGED_MICROSOFT_AD" | "AMAZON_FSX_FOR_WINDOWS" | "AMAZON_FSX_FOR_LUSTRE" | "CUSTOM")
|
915
|
+
attr_accessor type: ("ACTIVE_DIRECTORY" | "SHARED_FILE_SYSTEM" | "COMPUTE_FARM" | "LICENSE_SERVICE" | "CUSTOM")
|
916
|
+
attr_accessor updated_at: ::Time
|
917
|
+
attr_accessor updated_by: ::String
|
918
|
+
SENSITIVE: [:description, :name]
|
919
|
+
end
|
920
|
+
|
921
|
+
class StudioEncryptionConfiguration
|
922
|
+
attr_accessor key_arn: ::String
|
923
|
+
attr_accessor key_type: ("AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY")
|
924
|
+
SENSITIVE: []
|
925
|
+
end
|
926
|
+
|
927
|
+
class StudioMembership
|
928
|
+
attr_accessor identity_store_id: ::String
|
929
|
+
attr_accessor persona: ("ADMINISTRATOR")
|
930
|
+
attr_accessor principal_id: ::String
|
931
|
+
attr_accessor sid: ::String
|
932
|
+
SENSITIVE: []
|
933
|
+
end
|
934
|
+
|
935
|
+
class TagResourceRequest
|
936
|
+
attr_accessor resource_arn: ::String
|
937
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
938
|
+
SENSITIVE: []
|
939
|
+
end
|
940
|
+
|
941
|
+
class TagResourceResponse < Aws::EmptyStructure
|
942
|
+
end
|
943
|
+
|
944
|
+
class ThrottlingException
|
945
|
+
attr_accessor code: ::String
|
946
|
+
attr_accessor context: ::Hash[::String, ::String]
|
947
|
+
attr_accessor message: ::String
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class UntagResourceRequest
|
952
|
+
attr_accessor resource_arn: ::String
|
953
|
+
attr_accessor tag_keys: ::Array[::String]
|
954
|
+
SENSITIVE: []
|
955
|
+
end
|
956
|
+
|
957
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
958
|
+
end
|
959
|
+
|
960
|
+
class UpdateLaunchProfileMemberRequest
|
961
|
+
attr_accessor client_token: ::String
|
962
|
+
attr_accessor launch_profile_id: ::String
|
963
|
+
attr_accessor persona: ("USER")
|
964
|
+
attr_accessor principal_id: ::String
|
965
|
+
attr_accessor studio_id: ::String
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class UpdateLaunchProfileMemberResponse
|
970
|
+
attr_accessor member: Types::LaunchProfileMembership
|
971
|
+
SENSITIVE: []
|
972
|
+
end
|
973
|
+
|
974
|
+
class UpdateLaunchProfileRequest
|
975
|
+
attr_accessor client_token: ::String
|
976
|
+
attr_accessor description: ::String
|
977
|
+
attr_accessor launch_profile_id: ::String
|
978
|
+
attr_accessor launch_profile_protocol_versions: ::Array[::String]
|
979
|
+
attr_accessor name: ::String
|
980
|
+
attr_accessor stream_configuration: Types::StreamConfigurationCreate
|
981
|
+
attr_accessor studio_component_ids: ::Array[::String]
|
982
|
+
attr_accessor studio_id: ::String
|
983
|
+
SENSITIVE: [:description, :name]
|
984
|
+
end
|
985
|
+
|
986
|
+
class UpdateLaunchProfileResponse
|
987
|
+
attr_accessor launch_profile: Types::LaunchProfile
|
988
|
+
SENSITIVE: []
|
989
|
+
end
|
990
|
+
|
991
|
+
class UpdateStreamingImageRequest
|
992
|
+
attr_accessor client_token: ::String
|
993
|
+
attr_accessor description: ::String
|
994
|
+
attr_accessor name: ::String
|
995
|
+
attr_accessor streaming_image_id: ::String
|
996
|
+
attr_accessor studio_id: ::String
|
997
|
+
SENSITIVE: [:description, :name]
|
998
|
+
end
|
999
|
+
|
1000
|
+
class UpdateStreamingImageResponse
|
1001
|
+
attr_accessor streaming_image: Types::StreamingImage
|
1002
|
+
SENSITIVE: []
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
class UpdateStudioComponentRequest
|
1006
|
+
attr_accessor client_token: ::String
|
1007
|
+
attr_accessor configuration: Types::StudioComponentConfiguration
|
1008
|
+
attr_accessor description: ::String
|
1009
|
+
attr_accessor ec2_security_group_ids: ::Array[::String]
|
1010
|
+
attr_accessor initialization_scripts: ::Array[Types::StudioComponentInitializationScript]
|
1011
|
+
attr_accessor name: ::String
|
1012
|
+
attr_accessor runtime_role_arn: ::String
|
1013
|
+
attr_accessor script_parameters: ::Array[Types::ScriptParameterKeyValue]
|
1014
|
+
attr_accessor secure_initialization_role_arn: ::String
|
1015
|
+
attr_accessor studio_component_id: ::String
|
1016
|
+
attr_accessor studio_id: ::String
|
1017
|
+
attr_accessor subtype: ("AWS_MANAGED_MICROSOFT_AD" | "AMAZON_FSX_FOR_WINDOWS" | "AMAZON_FSX_FOR_LUSTRE" | "CUSTOM")
|
1018
|
+
attr_accessor type: ("ACTIVE_DIRECTORY" | "SHARED_FILE_SYSTEM" | "COMPUTE_FARM" | "LICENSE_SERVICE" | "CUSTOM")
|
1019
|
+
SENSITIVE: [:description, :name, :script_parameters]
|
1020
|
+
end
|
1021
|
+
|
1022
|
+
class UpdateStudioComponentResponse
|
1023
|
+
attr_accessor studio_component: Types::StudioComponent
|
1024
|
+
SENSITIVE: []
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class UpdateStudioRequest
|
1028
|
+
attr_accessor admin_role_arn: ::String
|
1029
|
+
attr_accessor client_token: ::String
|
1030
|
+
attr_accessor display_name: ::String
|
1031
|
+
attr_accessor studio_id: ::String
|
1032
|
+
attr_accessor user_role_arn: ::String
|
1033
|
+
SENSITIVE: [:display_name]
|
1034
|
+
end
|
1035
|
+
|
1036
|
+
class UpdateStudioResponse
|
1037
|
+
attr_accessor studio: Types::Studio
|
1038
|
+
SENSITIVE: []
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class ValidationException
|
1042
|
+
attr_accessor code: ::String
|
1043
|
+
attr_accessor context: ::Hash[::String, ::String]
|
1044
|
+
attr_accessor message: ::String
|
1045
|
+
SENSITIVE: []
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class ValidationResult
|
1049
|
+
attr_accessor state: ("VALIDATION_NOT_STARTED" | "VALIDATION_IN_PROGRESS" | "VALIDATION_SUCCESS" | "VALIDATION_FAILED" | "VALIDATION_FAILED_INTERNAL_SERVER_ERROR")
|
1050
|
+
attr_accessor status_code: ("VALIDATION_NOT_STARTED" | "VALIDATION_IN_PROGRESS" | "VALIDATION_SUCCESS" | "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION" | "VALIDATION_FAILED_SUBNET_NOT_FOUND" | "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION" | "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY" | "VALIDATION_FAILED_UNAUTHORIZED" | "VALIDATION_FAILED_INTERNAL_SERVER_ERROR")
|
1051
|
+
attr_accessor status_message: ::String
|
1052
|
+
attr_accessor type: ("VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT" | "VALIDATE_SUBNET_ASSOCIATION" | "VALIDATE_NETWORK_ACL_ASSOCIATION" | "VALIDATE_SECURITY_GROUP_ASSOCIATION")
|
1053
|
+
SENSITIVE: []
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class VolumeConfiguration
|
1057
|
+
attr_accessor iops: ::Integer
|
1058
|
+
attr_accessor size: ::Integer
|
1059
|
+
attr_accessor throughput: ::Integer
|
1060
|
+
SENSITIVE: []
|
1061
|
+
end
|
1062
|
+
end
|
1063
|
+
end
|