aws-sdk-appstream 1.57.0 → 1.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +676 -29
- data/lib/aws-sdk-appstream/client_api.rb +290 -1
- data/lib/aws-sdk-appstream/types.rb +801 -12
- data/lib/aws-sdk-appstream.rb +2 -2
- metadata +4 -4
@@ -19,13 +19,21 @@ module Aws::AppStream
|
|
19
19
|
AccountName = Shapes::StringShape.new(name: 'AccountName')
|
20
20
|
AccountPassword = Shapes::StringShape.new(name: 'AccountPassword')
|
21
21
|
Action = Shapes::StringShape.new(name: 'Action')
|
22
|
+
AppBlock = Shapes::StructureShape.new(name: 'AppBlock')
|
23
|
+
AppBlocks = Shapes::ListShape.new(name: 'AppBlocks')
|
22
24
|
Application = Shapes::StructureShape.new(name: 'Application')
|
25
|
+
ApplicationAttribute = Shapes::StringShape.new(name: 'ApplicationAttribute')
|
26
|
+
ApplicationAttributes = Shapes::ListShape.new(name: 'ApplicationAttributes')
|
27
|
+
ApplicationFleetAssociation = Shapes::StructureShape.new(name: 'ApplicationFleetAssociation')
|
28
|
+
ApplicationFleetAssociationList = Shapes::ListShape.new(name: 'ApplicationFleetAssociationList')
|
23
29
|
ApplicationSettings = Shapes::StructureShape.new(name: 'ApplicationSettings')
|
24
30
|
ApplicationSettingsResponse = Shapes::StructureShape.new(name: 'ApplicationSettingsResponse')
|
25
31
|
Applications = Shapes::ListShape.new(name: 'Applications')
|
26
32
|
AppstreamAgentVersion = Shapes::StringShape.new(name: 'AppstreamAgentVersion')
|
27
33
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
28
34
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
35
|
+
AssociateApplicationFleetRequest = Shapes::StructureShape.new(name: 'AssociateApplicationFleetRequest')
|
36
|
+
AssociateApplicationFleetResult = Shapes::StructureShape.new(name: 'AssociateApplicationFleetResult')
|
29
37
|
AssociateFleetRequest = Shapes::StructureShape.new(name: 'AssociateFleetRequest')
|
30
38
|
AssociateFleetResult = Shapes::StructureShape.new(name: 'AssociateFleetResult')
|
31
39
|
AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
|
@@ -42,6 +50,10 @@ module Aws::AppStream
|
|
42
50
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
43
51
|
CopyImageRequest = Shapes::StructureShape.new(name: 'CopyImageRequest')
|
44
52
|
CopyImageResponse = Shapes::StructureShape.new(name: 'CopyImageResponse')
|
53
|
+
CreateAppBlockRequest = Shapes::StructureShape.new(name: 'CreateAppBlockRequest')
|
54
|
+
CreateAppBlockResult = Shapes::StructureShape.new(name: 'CreateAppBlockResult')
|
55
|
+
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
56
|
+
CreateApplicationResult = Shapes::StructureShape.new(name: 'CreateApplicationResult')
|
45
57
|
CreateDirectoryConfigRequest = Shapes::StructureShape.new(name: 'CreateDirectoryConfigRequest')
|
46
58
|
CreateDirectoryConfigResult = Shapes::StructureShape.new(name: 'CreateDirectoryConfigResult')
|
47
59
|
CreateFleetRequest = Shapes::StructureShape.new(name: 'CreateFleetRequest')
|
@@ -60,6 +72,10 @@ module Aws::AppStream
|
|
60
72
|
CreateUsageReportSubscriptionResult = Shapes::StructureShape.new(name: 'CreateUsageReportSubscriptionResult')
|
61
73
|
CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
|
62
74
|
CreateUserResult = Shapes::StructureShape.new(name: 'CreateUserResult')
|
75
|
+
DeleteAppBlockRequest = Shapes::StructureShape.new(name: 'DeleteAppBlockRequest')
|
76
|
+
DeleteAppBlockResult = Shapes::StructureShape.new(name: 'DeleteAppBlockResult')
|
77
|
+
DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
|
78
|
+
DeleteApplicationResult = Shapes::StructureShape.new(name: 'DeleteApplicationResult')
|
63
79
|
DeleteDirectoryConfigRequest = Shapes::StructureShape.new(name: 'DeleteDirectoryConfigRequest')
|
64
80
|
DeleteDirectoryConfigResult = Shapes::StructureShape.new(name: 'DeleteDirectoryConfigResult')
|
65
81
|
DeleteFleetRequest = Shapes::StructureShape.new(name: 'DeleteFleetRequest')
|
@@ -76,6 +92,12 @@ module Aws::AppStream
|
|
76
92
|
DeleteUsageReportSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteUsageReportSubscriptionResult')
|
77
93
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
78
94
|
DeleteUserResult = Shapes::StructureShape.new(name: 'DeleteUserResult')
|
95
|
+
DescribeAppBlocksRequest = Shapes::StructureShape.new(name: 'DescribeAppBlocksRequest')
|
96
|
+
DescribeAppBlocksResult = Shapes::StructureShape.new(name: 'DescribeAppBlocksResult')
|
97
|
+
DescribeApplicationFleetAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationFleetAssociationsRequest')
|
98
|
+
DescribeApplicationFleetAssociationsResult = Shapes::StructureShape.new(name: 'DescribeApplicationFleetAssociationsResult')
|
99
|
+
DescribeApplicationsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationsRequest')
|
100
|
+
DescribeApplicationsResult = Shapes::StructureShape.new(name: 'DescribeApplicationsResult')
|
79
101
|
DescribeDirectoryConfigsRequest = Shapes::StructureShape.new(name: 'DescribeDirectoryConfigsRequest')
|
80
102
|
DescribeDirectoryConfigsResult = Shapes::StructureShape.new(name: 'DescribeDirectoryConfigsResult')
|
81
103
|
DescribeFleetsRequest = Shapes::StructureShape.new(name: 'DescribeFleetsRequest')
|
@@ -104,6 +126,8 @@ module Aws::AppStream
|
|
104
126
|
DirectoryNameList = Shapes::ListShape.new(name: 'DirectoryNameList')
|
105
127
|
DisableUserRequest = Shapes::StructureShape.new(name: 'DisableUserRequest')
|
106
128
|
DisableUserResult = Shapes::StructureShape.new(name: 'DisableUserResult')
|
129
|
+
DisassociateApplicationFleetRequest = Shapes::StructureShape.new(name: 'DisassociateApplicationFleetRequest')
|
130
|
+
DisassociateApplicationFleetResult = Shapes::StructureShape.new(name: 'DisassociateApplicationFleetResult')
|
107
131
|
DisassociateFleetRequest = Shapes::StructureShape.new(name: 'DisassociateFleetRequest')
|
108
132
|
DisassociateFleetResult = Shapes::StructureShape.new(name: 'DisassociateFleetResult')
|
109
133
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
@@ -163,6 +187,7 @@ module Aws::AppStream
|
|
163
187
|
OrganizationalUnitDistinguishedNamesList = Shapes::ListShape.new(name: 'OrganizationalUnitDistinguishedNamesList')
|
164
188
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
165
189
|
PlatformType = Shapes::StringShape.new(name: 'PlatformType')
|
190
|
+
Platforms = Shapes::ListShape.new(name: 'Platforms')
|
166
191
|
RedirectURL = Shapes::StringShape.new(name: 'RedirectURL')
|
167
192
|
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
168
193
|
RequestLimitExceededException = Shapes::StructureShape.new(name: 'RequestLimitExceededException')
|
@@ -173,6 +198,10 @@ module Aws::AppStream
|
|
173
198
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
174
199
|
ResourceNotAvailableException = Shapes::StructureShape.new(name: 'ResourceNotAvailableException')
|
175
200
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
201
|
+
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
202
|
+
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
203
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
204
|
+
ScriptDetails = Shapes::StructureShape.new(name: 'ScriptDetails')
|
176
205
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
177
206
|
ServiceAccountCredentials = Shapes::StructureShape.new(name: 'ServiceAccountCredentials')
|
178
207
|
Session = Shapes::StructureShape.new(name: 'Session')
|
@@ -214,6 +243,8 @@ module Aws::AppStream
|
|
214
243
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
215
244
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
216
245
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
246
|
+
UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
|
247
|
+
UpdateApplicationResult = Shapes::StructureShape.new(name: 'UpdateApplicationResult')
|
217
248
|
UpdateDirectoryConfigRequest = Shapes::StructureShape.new(name: 'UpdateDirectoryConfigRequest')
|
218
249
|
UpdateDirectoryConfigResult = Shapes::StructureShape.new(name: 'UpdateDirectoryConfigResult')
|
219
250
|
UpdateFleetRequest = Shapes::StructureShape.new(name: 'UpdateFleetRequest')
|
@@ -226,6 +257,8 @@ module Aws::AppStream
|
|
226
257
|
UsageReportSchedule = Shapes::StringShape.new(name: 'UsageReportSchedule')
|
227
258
|
UsageReportSubscription = Shapes::StructureShape.new(name: 'UsageReportSubscription')
|
228
259
|
UsageReportSubscriptionList = Shapes::ListShape.new(name: 'UsageReportSubscriptionList')
|
260
|
+
UsbDeviceFilterString = Shapes::StringShape.new(name: 'UsbDeviceFilterString')
|
261
|
+
UsbDeviceFilterStrings = Shapes::ListShape.new(name: 'UsbDeviceFilterStrings')
|
229
262
|
User = Shapes::StructureShape.new(name: 'User')
|
230
263
|
UserAttributeValue = Shapes::StringShape.new(name: 'UserAttributeValue')
|
231
264
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
@@ -247,6 +280,17 @@ module Aws::AppStream
|
|
247
280
|
|
248
281
|
AccessEndpointList.member = Shapes::ShapeRef.new(shape: AccessEndpoint)
|
249
282
|
|
283
|
+
AppBlock.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
284
|
+
AppBlock.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
285
|
+
AppBlock.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
286
|
+
AppBlock.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "DisplayName"))
|
287
|
+
AppBlock.add_member(:source_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "SourceS3Location"))
|
288
|
+
AppBlock.add_member(:setup_script_details, Shapes::ShapeRef.new(shape: ScriptDetails, required: true, location_name: "SetupScriptDetails"))
|
289
|
+
AppBlock.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
290
|
+
AppBlock.struct_class = Types::AppBlock
|
291
|
+
|
292
|
+
AppBlocks.member = Shapes::ShapeRef.new(shape: AppBlock)
|
293
|
+
|
250
294
|
Application.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
251
295
|
Application.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "DisplayName"))
|
252
296
|
Application.add_member(:icon_url, Shapes::ShapeRef.new(shape: String, location_name: "IconURL"))
|
@@ -254,8 +298,24 @@ module Aws::AppStream
|
|
254
298
|
Application.add_member(:launch_parameters, Shapes::ShapeRef.new(shape: String, location_name: "LaunchParameters"))
|
255
299
|
Application.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
256
300
|
Application.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
301
|
+
Application.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "WorkingDirectory"))
|
302
|
+
Application.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
303
|
+
Application.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
304
|
+
Application.add_member(:app_block_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AppBlockArn"))
|
305
|
+
Application.add_member(:icon_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "IconS3Location"))
|
306
|
+
Application.add_member(:platforms, Shapes::ShapeRef.new(shape: Platforms, location_name: "Platforms"))
|
307
|
+
Application.add_member(:instance_families, Shapes::ShapeRef.new(shape: StringList, location_name: "InstanceFamilies"))
|
308
|
+
Application.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
257
309
|
Application.struct_class = Types::Application
|
258
310
|
|
311
|
+
ApplicationAttributes.member = Shapes::ShapeRef.new(shape: ApplicationAttribute)
|
312
|
+
|
313
|
+
ApplicationFleetAssociation.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
|
314
|
+
ApplicationFleetAssociation.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ApplicationArn"))
|
315
|
+
ApplicationFleetAssociation.struct_class = Types::ApplicationFleetAssociation
|
316
|
+
|
317
|
+
ApplicationFleetAssociationList.member = Shapes::ShapeRef.new(shape: ApplicationFleetAssociation)
|
318
|
+
|
259
319
|
ApplicationSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
260
320
|
ApplicationSettings.add_member(:settings_group, Shapes::ShapeRef.new(shape: SettingsGroup, location_name: "SettingsGroup"))
|
261
321
|
ApplicationSettings.struct_class = Types::ApplicationSettings
|
@@ -269,6 +329,13 @@ module Aws::AppStream
|
|
269
329
|
|
270
330
|
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
271
331
|
|
332
|
+
AssociateApplicationFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "FleetName"))
|
333
|
+
AssociateApplicationFleetRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ApplicationArn"))
|
334
|
+
AssociateApplicationFleetRequest.struct_class = Types::AssociateApplicationFleetRequest
|
335
|
+
|
336
|
+
AssociateApplicationFleetResult.add_member(:application_fleet_association, Shapes::ShapeRef.new(shape: ApplicationFleetAssociation, location_name: "ApplicationFleetAssociation"))
|
337
|
+
AssociateApplicationFleetResult.struct_class = Types::AssociateApplicationFleetResult
|
338
|
+
|
272
339
|
AssociateFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
|
273
340
|
AssociateFleetRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackName"))
|
274
341
|
AssociateFleetRequest.struct_class = Types::AssociateFleetRequest
|
@@ -310,6 +377,33 @@ module Aws::AppStream
|
|
310
377
|
CopyImageResponse.add_member(:destination_image_name, Shapes::ShapeRef.new(shape: Name, location_name: "DestinationImageName"))
|
311
378
|
CopyImageResponse.struct_class = Types::CopyImageResponse
|
312
379
|
|
380
|
+
CreateAppBlockRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
381
|
+
CreateAppBlockRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
382
|
+
CreateAppBlockRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
383
|
+
CreateAppBlockRequest.add_member(:source_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "SourceS3Location"))
|
384
|
+
CreateAppBlockRequest.add_member(:setup_script_details, Shapes::ShapeRef.new(shape: ScriptDetails, required: true, location_name: "SetupScriptDetails"))
|
385
|
+
CreateAppBlockRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
386
|
+
CreateAppBlockRequest.struct_class = Types::CreateAppBlockRequest
|
387
|
+
|
388
|
+
CreateAppBlockResult.add_member(:app_block, Shapes::ShapeRef.new(shape: AppBlock, location_name: "AppBlock"))
|
389
|
+
CreateAppBlockResult.struct_class = Types::CreateAppBlockResult
|
390
|
+
|
391
|
+
CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
392
|
+
CreateApplicationRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
393
|
+
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
394
|
+
CreateApplicationRequest.add_member(:icon_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "IconS3Location"))
|
395
|
+
CreateApplicationRequest.add_member(:launch_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LaunchPath"))
|
396
|
+
CreateApplicationRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "WorkingDirectory"))
|
397
|
+
CreateApplicationRequest.add_member(:launch_parameters, Shapes::ShapeRef.new(shape: String, location_name: "LaunchParameters"))
|
398
|
+
CreateApplicationRequest.add_member(:platforms, Shapes::ShapeRef.new(shape: Platforms, required: true, location_name: "Platforms"))
|
399
|
+
CreateApplicationRequest.add_member(:instance_families, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "InstanceFamilies"))
|
400
|
+
CreateApplicationRequest.add_member(:app_block_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AppBlockArn"))
|
401
|
+
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
402
|
+
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
403
|
+
|
404
|
+
CreateApplicationResult.add_member(:application, Shapes::ShapeRef.new(shape: Application, location_name: "Application"))
|
405
|
+
CreateApplicationResult.struct_class = Types::CreateApplicationResult
|
406
|
+
|
313
407
|
CreateDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
|
314
408
|
CreateDirectoryConfigRequest.add_member(:organizational_unit_distinguished_names, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedNamesList, required: true, location_name: "OrganizationalUnitDistinguishedNames"))
|
315
409
|
CreateDirectoryConfigRequest.add_member(:service_account_credentials, Shapes::ShapeRef.new(shape: ServiceAccountCredentials, location_name: "ServiceAccountCredentials"))
|
@@ -323,7 +417,7 @@ module Aws::AppStream
|
|
323
417
|
CreateFleetRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ImageArn"))
|
324
418
|
CreateFleetRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
|
325
419
|
CreateFleetRequest.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
326
|
-
CreateFleetRequest.add_member(:compute_capacity, Shapes::ShapeRef.new(shape: ComputeCapacity,
|
420
|
+
CreateFleetRequest.add_member(:compute_capacity, Shapes::ShapeRef.new(shape: ComputeCapacity, location_name: "ComputeCapacity"))
|
327
421
|
CreateFleetRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
328
422
|
CreateFleetRequest.add_member(:max_user_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxUserDurationInSeconds"))
|
329
423
|
CreateFleetRequest.add_member(:disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DisconnectTimeoutInSeconds"))
|
@@ -335,6 +429,9 @@ module Aws::AppStream
|
|
335
429
|
CreateFleetRequest.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
|
336
430
|
CreateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
337
431
|
CreateFleetRequest.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
|
432
|
+
CreateFleetRequest.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
|
433
|
+
CreateFleetRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrentSessions"))
|
434
|
+
CreateFleetRequest.add_member(:usb_device_filter_strings, Shapes::ShapeRef.new(shape: UsbDeviceFilterStrings, location_name: "UsbDeviceFilterStrings"))
|
338
435
|
CreateFleetRequest.struct_class = Types::CreateFleetRequest
|
339
436
|
|
340
437
|
CreateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
|
@@ -421,6 +518,16 @@ module Aws::AppStream
|
|
421
518
|
|
422
519
|
CreateUserResult.struct_class = Types::CreateUserResult
|
423
520
|
|
521
|
+
DeleteAppBlockRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
522
|
+
DeleteAppBlockRequest.struct_class = Types::DeleteAppBlockRequest
|
523
|
+
|
524
|
+
DeleteAppBlockResult.struct_class = Types::DeleteAppBlockResult
|
525
|
+
|
526
|
+
DeleteApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
527
|
+
DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
|
528
|
+
|
529
|
+
DeleteApplicationResult.struct_class = Types::DeleteApplicationResult
|
530
|
+
|
424
531
|
DeleteDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
|
425
532
|
DeleteDirectoryConfigRequest.struct_class = Types::DeleteDirectoryConfigRequest
|
426
533
|
|
@@ -464,6 +571,34 @@ module Aws::AppStream
|
|
464
571
|
|
465
572
|
DeleteUserResult.struct_class = Types::DeleteUserResult
|
466
573
|
|
574
|
+
DescribeAppBlocksRequest.add_member(:arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "Arns"))
|
575
|
+
DescribeAppBlocksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
576
|
+
DescribeAppBlocksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
577
|
+
DescribeAppBlocksRequest.struct_class = Types::DescribeAppBlocksRequest
|
578
|
+
|
579
|
+
DescribeAppBlocksResult.add_member(:app_blocks, Shapes::ShapeRef.new(shape: AppBlocks, location_name: "AppBlocks"))
|
580
|
+
DescribeAppBlocksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
581
|
+
DescribeAppBlocksResult.struct_class = Types::DescribeAppBlocksResult
|
582
|
+
|
583
|
+
DescribeApplicationFleetAssociationsRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, location_name: "FleetName"))
|
584
|
+
DescribeApplicationFleetAssociationsRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ApplicationArn"))
|
585
|
+
DescribeApplicationFleetAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
586
|
+
DescribeApplicationFleetAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
587
|
+
DescribeApplicationFleetAssociationsRequest.struct_class = Types::DescribeApplicationFleetAssociationsRequest
|
588
|
+
|
589
|
+
DescribeApplicationFleetAssociationsResult.add_member(:application_fleet_associations, Shapes::ShapeRef.new(shape: ApplicationFleetAssociationList, location_name: "ApplicationFleetAssociations"))
|
590
|
+
DescribeApplicationFleetAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
591
|
+
DescribeApplicationFleetAssociationsResult.struct_class = Types::DescribeApplicationFleetAssociationsResult
|
592
|
+
|
593
|
+
DescribeApplicationsRequest.add_member(:arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "Arns"))
|
594
|
+
DescribeApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
595
|
+
DescribeApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
596
|
+
DescribeApplicationsRequest.struct_class = Types::DescribeApplicationsRequest
|
597
|
+
|
598
|
+
DescribeApplicationsResult.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
|
599
|
+
DescribeApplicationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
600
|
+
DescribeApplicationsResult.struct_class = Types::DescribeApplicationsResult
|
601
|
+
|
467
602
|
DescribeDirectoryConfigsRequest.add_member(:directory_names, Shapes::ShapeRef.new(shape: DirectoryNameList, location_name: "DirectoryNames"))
|
468
603
|
DescribeDirectoryConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
469
604
|
DescribeDirectoryConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -576,6 +711,12 @@ module Aws::AppStream
|
|
576
711
|
|
577
712
|
DisableUserResult.struct_class = Types::DisableUserResult
|
578
713
|
|
714
|
+
DisassociateApplicationFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "FleetName"))
|
715
|
+
DisassociateApplicationFleetRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ApplicationArn"))
|
716
|
+
DisassociateApplicationFleetRequest.struct_class = Types::DisassociateApplicationFleetRequest
|
717
|
+
|
718
|
+
DisassociateApplicationFleetResult.struct_class = Types::DisassociateApplicationFleetResult
|
719
|
+
|
579
720
|
DisassociateFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
|
580
721
|
DisassociateFleetRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackName"))
|
581
722
|
DisassociateFleetRequest.struct_class = Types::DisassociateFleetRequest
|
@@ -621,6 +762,9 @@ module Aws::AppStream
|
|
621
762
|
Fleet.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
|
622
763
|
Fleet.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
623
764
|
Fleet.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
|
765
|
+
Fleet.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
|
766
|
+
Fleet.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrentSessions"))
|
767
|
+
Fleet.add_member(:usb_device_filter_strings, Shapes::ShapeRef.new(shape: UsbDeviceFilterStrings, location_name: "UsbDeviceFilterStrings"))
|
624
768
|
Fleet.struct_class = Types::Fleet
|
625
769
|
|
626
770
|
FleetAttributes.member = Shapes::ShapeRef.new(shape: FleetAttribute)
|
@@ -743,6 +887,8 @@ module Aws::AppStream
|
|
743
887
|
|
744
888
|
OrganizationalUnitDistinguishedNamesList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName)
|
745
889
|
|
890
|
+
Platforms.member = Shapes::ShapeRef.new(shape: PlatformType)
|
891
|
+
|
746
892
|
RequestLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
747
893
|
RequestLimitExceededException.struct_class = Types::RequestLimitExceededException
|
748
894
|
|
@@ -765,6 +911,16 @@ module Aws::AppStream
|
|
765
911
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
766
912
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
767
913
|
|
914
|
+
S3Location.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "S3Bucket"))
|
915
|
+
S3Location.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "S3Key"))
|
916
|
+
S3Location.struct_class = Types::S3Location
|
917
|
+
|
918
|
+
ScriptDetails.add_member(:script_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "ScriptS3Location"))
|
919
|
+
ScriptDetails.add_member(:executable_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ExecutablePath"))
|
920
|
+
ScriptDetails.add_member(:executable_parameters, Shapes::ShapeRef.new(shape: String, location_name: "ExecutableParameters"))
|
921
|
+
ScriptDetails.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TimeoutInSeconds"))
|
922
|
+
ScriptDetails.struct_class = Types::ScriptDetails
|
923
|
+
|
768
924
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
|
769
925
|
|
770
926
|
ServiceAccountCredentials.add_member(:account_name, Shapes::ShapeRef.new(shape: AccountName, required: true, location_name: "AccountName"))
|
@@ -867,6 +1023,20 @@ module Aws::AppStream
|
|
867
1023
|
|
868
1024
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
869
1025
|
|
1026
|
+
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
1027
|
+
UpdateApplicationRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
1028
|
+
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1029
|
+
UpdateApplicationRequest.add_member(:icon_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "IconS3Location"))
|
1030
|
+
UpdateApplicationRequest.add_member(:launch_path, Shapes::ShapeRef.new(shape: String, location_name: "LaunchPath"))
|
1031
|
+
UpdateApplicationRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "WorkingDirectory"))
|
1032
|
+
UpdateApplicationRequest.add_member(:launch_parameters, Shapes::ShapeRef.new(shape: String, location_name: "LaunchParameters"))
|
1033
|
+
UpdateApplicationRequest.add_member(:app_block_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AppBlockArn"))
|
1034
|
+
UpdateApplicationRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: ApplicationAttributes, location_name: "AttributesToDelete"))
|
1035
|
+
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
1036
|
+
|
1037
|
+
UpdateApplicationResult.add_member(:application, Shapes::ShapeRef.new(shape: Application, location_name: "Application"))
|
1038
|
+
UpdateApplicationResult.struct_class = Types::UpdateApplicationResult
|
1039
|
+
|
870
1040
|
UpdateDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
|
871
1041
|
UpdateDirectoryConfigRequest.add_member(:organizational_unit_distinguished_names, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedNamesList, location_name: "OrganizationalUnitDistinguishedNames"))
|
872
1042
|
UpdateDirectoryConfigRequest.add_member(:service_account_credentials, Shapes::ShapeRef.new(shape: ServiceAccountCredentials, location_name: "ServiceAccountCredentials"))
|
@@ -892,6 +1062,9 @@ module Aws::AppStream
|
|
892
1062
|
UpdateFleetRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "AttributesToDelete"))
|
893
1063
|
UpdateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
894
1064
|
UpdateFleetRequest.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
|
1065
|
+
UpdateFleetRequest.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
|
1066
|
+
UpdateFleetRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrentSessions"))
|
1067
|
+
UpdateFleetRequest.add_member(:usb_device_filter_strings, Shapes::ShapeRef.new(shape: UsbDeviceFilterStrings, location_name: "UsbDeviceFilterStrings"))
|
895
1068
|
UpdateFleetRequest.struct_class = Types::UpdateFleetRequest
|
896
1069
|
|
897
1070
|
UpdateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
|
@@ -929,6 +1102,8 @@ module Aws::AppStream
|
|
929
1102
|
|
930
1103
|
UsageReportSubscriptionList.member = Shapes::ShapeRef.new(shape: UsageReportSubscription)
|
931
1104
|
|
1105
|
+
UsbDeviceFilterStrings.member = Shapes::ShapeRef.new(shape: UsbDeviceFilterString)
|
1106
|
+
|
932
1107
|
User.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
933
1108
|
User.add_member(:user_name, Shapes::ShapeRef.new(shape: Username, location_name: "UserName"))
|
934
1109
|
User.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
@@ -985,6 +1160,19 @@ module Aws::AppStream
|
|
985
1160
|
"uid" => "appstream-2016-12-01",
|
986
1161
|
}
|
987
1162
|
|
1163
|
+
api.add_operation(:associate_application_fleet, Seahorse::Model::Operation.new.tap do |o|
|
1164
|
+
o.name = "AssociateApplicationFleet"
|
1165
|
+
o.http_method = "POST"
|
1166
|
+
o.http_request_uri = "/"
|
1167
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateApplicationFleetRequest)
|
1168
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateApplicationFleetResult)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1174
|
+
end)
|
1175
|
+
|
988
1176
|
api.add_operation(:associate_fleet, Seahorse::Model::Operation.new.tap do |o|
|
989
1177
|
o.name = "AssociateFleet"
|
990
1178
|
o.http_method = "POST"
|
@@ -1033,6 +1221,31 @@ module Aws::AppStream
|
|
1033
1221
|
o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
|
1034
1222
|
end)
|
1035
1223
|
|
1224
|
+
api.add_operation(:create_app_block, Seahorse::Model::Operation.new.tap do |o|
|
1225
|
+
o.name = "CreateAppBlock"
|
1226
|
+
o.http_method = "POST"
|
1227
|
+
o.http_request_uri = "/"
|
1228
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAppBlockRequest)
|
1229
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAppBlockResult)
|
1230
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1231
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1232
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1233
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1234
|
+
end)
|
1235
|
+
|
1236
|
+
api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
|
1237
|
+
o.name = "CreateApplication"
|
1238
|
+
o.http_method = "POST"
|
1239
|
+
o.http_request_uri = "/"
|
1240
|
+
o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
|
1241
|
+
o.output = Shapes::ShapeRef.new(shape: CreateApplicationResult)
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1246
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1247
|
+
end)
|
1248
|
+
|
1036
1249
|
api.add_operation(:create_directory_config, Seahorse::Model::Operation.new.tap do |o|
|
1037
1250
|
o.name = "CreateDirectoryConfig"
|
1038
1251
|
o.http_method = "POST"
|
@@ -1161,6 +1374,29 @@ module Aws::AppStream
|
|
1161
1374
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1162
1375
|
end)
|
1163
1376
|
|
1377
|
+
api.add_operation(:delete_app_block, Seahorse::Model::Operation.new.tap do |o|
|
1378
|
+
o.name = "DeleteAppBlock"
|
1379
|
+
o.http_method = "POST"
|
1380
|
+
o.http_request_uri = "/"
|
1381
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAppBlockRequest)
|
1382
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAppBlockResult)
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1384
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1385
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1386
|
+
end)
|
1387
|
+
|
1388
|
+
api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
|
1389
|
+
o.name = "DeleteApplication"
|
1390
|
+
o.http_method = "POST"
|
1391
|
+
o.http_request_uri = "/"
|
1392
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
|
1393
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResult)
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1395
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1396
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1398
|
+
end)
|
1399
|
+
|
1164
1400
|
api.add_operation(:delete_directory_config, Seahorse::Model::Operation.new.tap do |o|
|
1165
1401
|
o.name = "DeleteDirectoryConfig"
|
1166
1402
|
o.http_method = "POST"
|
@@ -1245,6 +1481,36 @@ module Aws::AppStream
|
|
1245
1481
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1246
1482
|
end)
|
1247
1483
|
|
1484
|
+
api.add_operation(:describe_app_blocks, Seahorse::Model::Operation.new.tap do |o|
|
1485
|
+
o.name = "DescribeAppBlocks"
|
1486
|
+
o.http_method = "POST"
|
1487
|
+
o.http_request_uri = "/"
|
1488
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppBlocksRequest)
|
1489
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppBlocksResult)
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1491
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1492
|
+
end)
|
1493
|
+
|
1494
|
+
api.add_operation(:describe_application_fleet_associations, Seahorse::Model::Operation.new.tap do |o|
|
1495
|
+
o.name = "DescribeApplicationFleetAssociations"
|
1496
|
+
o.http_method = "POST"
|
1497
|
+
o.http_request_uri = "/"
|
1498
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeApplicationFleetAssociationsRequest)
|
1499
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeApplicationFleetAssociationsResult)
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1502
|
+
end)
|
1503
|
+
|
1504
|
+
api.add_operation(:describe_applications, Seahorse::Model::Operation.new.tap do |o|
|
1505
|
+
o.name = "DescribeApplications"
|
1506
|
+
o.http_method = "POST"
|
1507
|
+
o.http_request_uri = "/"
|
1508
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeApplicationsRequest)
|
1509
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeApplicationsResult)
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1511
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1512
|
+
end)
|
1513
|
+
|
1248
1514
|
api.add_operation(:describe_directory_configs, Seahorse::Model::Operation.new.tap do |o|
|
1249
1515
|
o.name = "DescribeDirectoryConfigs"
|
1250
1516
|
o.http_method = "POST"
|
@@ -1349,6 +1615,7 @@ module Aws::AppStream
|
|
1349
1615
|
o.output = Shapes::ShapeRef.new(shape: DescribeUsersResult)
|
1350
1616
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1351
1617
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1618
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1352
1619
|
end)
|
1353
1620
|
|
1354
1621
|
api.add_operation(:disable_user, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1360,6 +1627,17 @@ module Aws::AppStream
|
|
1360
1627
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1361
1628
|
end)
|
1362
1629
|
|
1630
|
+
api.add_operation(:disassociate_application_fleet, Seahorse::Model::Operation.new.tap do |o|
|
1631
|
+
o.name = "DisassociateApplicationFleet"
|
1632
|
+
o.http_method = "POST"
|
1633
|
+
o.http_request_uri = "/"
|
1634
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateApplicationFleetRequest)
|
1635
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateApplicationFleetResult)
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1639
|
+
end)
|
1640
|
+
|
1363
1641
|
api.add_operation(:disassociate_fleet, Seahorse::Model::Operation.new.tap do |o|
|
1364
1642
|
o.name = "DisassociateFleet"
|
1365
1643
|
o.http_method = "POST"
|
@@ -1485,6 +1763,17 @@ module Aws::AppStream
|
|
1485
1763
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1486
1764
|
end)
|
1487
1765
|
|
1766
|
+
api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
|
1767
|
+
o.name = "UpdateApplication"
|
1768
|
+
o.http_method = "POST"
|
1769
|
+
o.http_request_uri = "/"
|
1770
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
|
1771
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResult)
|
1772
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1773
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1774
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1775
|
+
end)
|
1776
|
+
|
1488
1777
|
api.add_operation(:update_directory_config, Seahorse::Model::Operation.new.tap do |o|
|
1489
1778
|
o.name = "UpdateDirectoryConfig"
|
1490
1779
|
o.http_method = "POST"
|