aws-sdk-appstream 1.58.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,13 +19,24 @@ 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')
24
+ AppVisibility = Shapes::StringShape.new(name: 'AppVisibility')
22
25
  Application = Shapes::StructureShape.new(name: 'Application')
26
+ ApplicationAttribute = Shapes::StringShape.new(name: 'ApplicationAttribute')
27
+ ApplicationAttributes = Shapes::ListShape.new(name: 'ApplicationAttributes')
28
+ ApplicationFleetAssociation = Shapes::StructureShape.new(name: 'ApplicationFleetAssociation')
29
+ ApplicationFleetAssociationList = Shapes::ListShape.new(name: 'ApplicationFleetAssociationList')
23
30
  ApplicationSettings = Shapes::StructureShape.new(name: 'ApplicationSettings')
24
31
  ApplicationSettingsResponse = Shapes::StructureShape.new(name: 'ApplicationSettingsResponse')
25
32
  Applications = Shapes::ListShape.new(name: 'Applications')
26
33
  AppstreamAgentVersion = Shapes::StringShape.new(name: 'AppstreamAgentVersion')
27
34
  Arn = Shapes::StringShape.new(name: 'Arn')
28
35
  ArnList = Shapes::ListShape.new(name: 'ArnList')
36
+ AssociateApplicationFleetRequest = Shapes::StructureShape.new(name: 'AssociateApplicationFleetRequest')
37
+ AssociateApplicationFleetResult = Shapes::StructureShape.new(name: 'AssociateApplicationFleetResult')
38
+ AssociateApplicationToEntitlementRequest = Shapes::StructureShape.new(name: 'AssociateApplicationToEntitlementRequest')
39
+ AssociateApplicationToEntitlementResult = Shapes::StructureShape.new(name: 'AssociateApplicationToEntitlementResult')
29
40
  AssociateFleetRequest = Shapes::StructureShape.new(name: 'AssociateFleetRequest')
30
41
  AssociateFleetResult = Shapes::StructureShape.new(name: 'AssociateFleetResult')
31
42
  AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
@@ -42,8 +53,14 @@ module Aws::AppStream
42
53
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
43
54
  CopyImageRequest = Shapes::StructureShape.new(name: 'CopyImageRequest')
44
55
  CopyImageResponse = Shapes::StructureShape.new(name: 'CopyImageResponse')
56
+ CreateAppBlockRequest = Shapes::StructureShape.new(name: 'CreateAppBlockRequest')
57
+ CreateAppBlockResult = Shapes::StructureShape.new(name: 'CreateAppBlockResult')
58
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
59
+ CreateApplicationResult = Shapes::StructureShape.new(name: 'CreateApplicationResult')
45
60
  CreateDirectoryConfigRequest = Shapes::StructureShape.new(name: 'CreateDirectoryConfigRequest')
46
61
  CreateDirectoryConfigResult = Shapes::StructureShape.new(name: 'CreateDirectoryConfigResult')
62
+ CreateEntitlementRequest = Shapes::StructureShape.new(name: 'CreateEntitlementRequest')
63
+ CreateEntitlementResult = Shapes::StructureShape.new(name: 'CreateEntitlementResult')
47
64
  CreateFleetRequest = Shapes::StructureShape.new(name: 'CreateFleetRequest')
48
65
  CreateFleetResult = Shapes::StructureShape.new(name: 'CreateFleetResult')
49
66
  CreateImageBuilderRequest = Shapes::StructureShape.new(name: 'CreateImageBuilderRequest')
@@ -60,8 +77,14 @@ module Aws::AppStream
60
77
  CreateUsageReportSubscriptionResult = Shapes::StructureShape.new(name: 'CreateUsageReportSubscriptionResult')
61
78
  CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
62
79
  CreateUserResult = Shapes::StructureShape.new(name: 'CreateUserResult')
80
+ DeleteAppBlockRequest = Shapes::StructureShape.new(name: 'DeleteAppBlockRequest')
81
+ DeleteAppBlockResult = Shapes::StructureShape.new(name: 'DeleteAppBlockResult')
82
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
83
+ DeleteApplicationResult = Shapes::StructureShape.new(name: 'DeleteApplicationResult')
63
84
  DeleteDirectoryConfigRequest = Shapes::StructureShape.new(name: 'DeleteDirectoryConfigRequest')
64
85
  DeleteDirectoryConfigResult = Shapes::StructureShape.new(name: 'DeleteDirectoryConfigResult')
86
+ DeleteEntitlementRequest = Shapes::StructureShape.new(name: 'DeleteEntitlementRequest')
87
+ DeleteEntitlementResult = Shapes::StructureShape.new(name: 'DeleteEntitlementResult')
65
88
  DeleteFleetRequest = Shapes::StructureShape.new(name: 'DeleteFleetRequest')
66
89
  DeleteFleetResult = Shapes::StructureShape.new(name: 'DeleteFleetResult')
67
90
  DeleteImageBuilderRequest = Shapes::StructureShape.new(name: 'DeleteImageBuilderRequest')
@@ -76,8 +99,16 @@ module Aws::AppStream
76
99
  DeleteUsageReportSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteUsageReportSubscriptionResult')
77
100
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
78
101
  DeleteUserResult = Shapes::StructureShape.new(name: 'DeleteUserResult')
102
+ DescribeAppBlocksRequest = Shapes::StructureShape.new(name: 'DescribeAppBlocksRequest')
103
+ DescribeAppBlocksResult = Shapes::StructureShape.new(name: 'DescribeAppBlocksResult')
104
+ DescribeApplicationFleetAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationFleetAssociationsRequest')
105
+ DescribeApplicationFleetAssociationsResult = Shapes::StructureShape.new(name: 'DescribeApplicationFleetAssociationsResult')
106
+ DescribeApplicationsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationsRequest')
107
+ DescribeApplicationsResult = Shapes::StructureShape.new(name: 'DescribeApplicationsResult')
79
108
  DescribeDirectoryConfigsRequest = Shapes::StructureShape.new(name: 'DescribeDirectoryConfigsRequest')
80
109
  DescribeDirectoryConfigsResult = Shapes::StructureShape.new(name: 'DescribeDirectoryConfigsResult')
110
+ DescribeEntitlementsRequest = Shapes::StructureShape.new(name: 'DescribeEntitlementsRequest')
111
+ DescribeEntitlementsResult = Shapes::StructureShape.new(name: 'DescribeEntitlementsResult')
81
112
  DescribeFleetsRequest = Shapes::StructureShape.new(name: 'DescribeFleetsRequest')
82
113
  DescribeFleetsResult = Shapes::StructureShape.new(name: 'DescribeFleetsResult')
83
114
  DescribeImageBuildersRequest = Shapes::StructureShape.new(name: 'DescribeImageBuildersRequest')
@@ -104,6 +135,10 @@ module Aws::AppStream
104
135
  DirectoryNameList = Shapes::ListShape.new(name: 'DirectoryNameList')
105
136
  DisableUserRequest = Shapes::StructureShape.new(name: 'DisableUserRequest')
106
137
  DisableUserResult = Shapes::StructureShape.new(name: 'DisableUserResult')
138
+ DisassociateApplicationFleetRequest = Shapes::StructureShape.new(name: 'DisassociateApplicationFleetRequest')
139
+ DisassociateApplicationFleetResult = Shapes::StructureShape.new(name: 'DisassociateApplicationFleetResult')
140
+ DisassociateApplicationFromEntitlementRequest = Shapes::StructureShape.new(name: 'DisassociateApplicationFromEntitlementRequest')
141
+ DisassociateApplicationFromEntitlementResult = Shapes::StructureShape.new(name: 'DisassociateApplicationFromEntitlementResult')
107
142
  DisassociateFleetRequest = Shapes::StructureShape.new(name: 'DisassociateFleetRequest')
108
143
  DisassociateFleetResult = Shapes::StructureShape.new(name: 'DisassociateFleetResult')
109
144
  DisplayName = Shapes::StringShape.new(name: 'DisplayName')
@@ -114,6 +149,14 @@ module Aws::AppStream
114
149
  EmbedHostDomains = Shapes::ListShape.new(name: 'EmbedHostDomains')
115
150
  EnableUserRequest = Shapes::StructureShape.new(name: 'EnableUserRequest')
116
151
  EnableUserResult = Shapes::StructureShape.new(name: 'EnableUserResult')
152
+ EntitledApplication = Shapes::StructureShape.new(name: 'EntitledApplication')
153
+ EntitledApplicationList = Shapes::ListShape.new(name: 'EntitledApplicationList')
154
+ Entitlement = Shapes::StructureShape.new(name: 'Entitlement')
155
+ EntitlementAlreadyExistsException = Shapes::StructureShape.new(name: 'EntitlementAlreadyExistsException')
156
+ EntitlementAttribute = Shapes::StructureShape.new(name: 'EntitlementAttribute')
157
+ EntitlementAttributeList = Shapes::ListShape.new(name: 'EntitlementAttributeList')
158
+ EntitlementList = Shapes::ListShape.new(name: 'EntitlementList')
159
+ EntitlementNotFoundException = Shapes::StructureShape.new(name: 'EntitlementNotFoundException')
117
160
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
118
161
  ExpireSessionRequest = Shapes::StructureShape.new(name: 'ExpireSessionRequest')
119
162
  ExpireSessionResult = Shapes::StructureShape.new(name: 'ExpireSessionResult')
@@ -150,6 +193,8 @@ module Aws::AppStream
150
193
  ListAssociatedFleetsResult = Shapes::StructureShape.new(name: 'ListAssociatedFleetsResult')
151
194
  ListAssociatedStacksRequest = Shapes::StructureShape.new(name: 'ListAssociatedStacksRequest')
152
195
  ListAssociatedStacksResult = Shapes::StructureShape.new(name: 'ListAssociatedStacksResult')
196
+ ListEntitledApplicationsRequest = Shapes::StructureShape.new(name: 'ListEntitledApplicationsRequest')
197
+ ListEntitledApplicationsResult = Shapes::StructureShape.new(name: 'ListEntitledApplicationsResult')
153
198
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
154
199
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
155
200
  Long = Shapes::IntegerShape.new(name: 'Long')
@@ -163,6 +208,7 @@ module Aws::AppStream
163
208
  OrganizationalUnitDistinguishedNamesList = Shapes::ListShape.new(name: 'OrganizationalUnitDistinguishedNamesList')
164
209
  Permission = Shapes::StringShape.new(name: 'Permission')
165
210
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
211
+ Platforms = Shapes::ListShape.new(name: 'Platforms')
166
212
  RedirectURL = Shapes::StringShape.new(name: 'RedirectURL')
167
213
  RegionName = Shapes::StringShape.new(name: 'RegionName')
168
214
  RequestLimitExceededException = Shapes::StructureShape.new(name: 'RequestLimitExceededException')
@@ -173,6 +219,10 @@ module Aws::AppStream
173
219
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
174
220
  ResourceNotAvailableException = Shapes::StructureShape.new(name: 'ResourceNotAvailableException')
175
221
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
222
+ S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
223
+ S3Key = Shapes::StringShape.new(name: 'S3Key')
224
+ S3Location = Shapes::StructureShape.new(name: 'S3Location')
225
+ ScriptDetails = Shapes::StructureShape.new(name: 'ScriptDetails')
176
226
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
177
227
  ServiceAccountCredentials = Shapes::StructureShape.new(name: 'ServiceAccountCredentials')
178
228
  Session = Shapes::StructureShape.new(name: 'Session')
@@ -214,8 +264,12 @@ module Aws::AppStream
214
264
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
215
265
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
216
266
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
267
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
268
+ UpdateApplicationResult = Shapes::StructureShape.new(name: 'UpdateApplicationResult')
217
269
  UpdateDirectoryConfigRequest = Shapes::StructureShape.new(name: 'UpdateDirectoryConfigRequest')
218
270
  UpdateDirectoryConfigResult = Shapes::StructureShape.new(name: 'UpdateDirectoryConfigResult')
271
+ UpdateEntitlementRequest = Shapes::StructureShape.new(name: 'UpdateEntitlementRequest')
272
+ UpdateEntitlementResult = Shapes::StructureShape.new(name: 'UpdateEntitlementResult')
219
273
  UpdateFleetRequest = Shapes::StructureShape.new(name: 'UpdateFleetRequest')
220
274
  UpdateFleetResult = Shapes::StructureShape.new(name: 'UpdateFleetResult')
221
275
  UpdateImagePermissionsRequest = Shapes::StructureShape.new(name: 'UpdateImagePermissionsRequest')
@@ -226,6 +280,8 @@ module Aws::AppStream
226
280
  UsageReportSchedule = Shapes::StringShape.new(name: 'UsageReportSchedule')
227
281
  UsageReportSubscription = Shapes::StructureShape.new(name: 'UsageReportSubscription')
228
282
  UsageReportSubscriptionList = Shapes::ListShape.new(name: 'UsageReportSubscriptionList')
283
+ UsbDeviceFilterString = Shapes::StringShape.new(name: 'UsbDeviceFilterString')
284
+ UsbDeviceFilterStrings = Shapes::ListShape.new(name: 'UsbDeviceFilterStrings')
229
285
  User = Shapes::StructureShape.new(name: 'User')
230
286
  UserAttributeValue = Shapes::StringShape.new(name: 'UserAttributeValue')
231
287
  UserId = Shapes::StringShape.new(name: 'UserId')
@@ -247,6 +303,17 @@ module Aws::AppStream
247
303
 
248
304
  AccessEndpointList.member = Shapes::ShapeRef.new(shape: AccessEndpoint)
249
305
 
306
+ AppBlock.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
307
+ AppBlock.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
308
+ AppBlock.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
309
+ AppBlock.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "DisplayName"))
310
+ AppBlock.add_member(:source_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "SourceS3Location"))
311
+ AppBlock.add_member(:setup_script_details, Shapes::ShapeRef.new(shape: ScriptDetails, required: true, location_name: "SetupScriptDetails"))
312
+ AppBlock.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
313
+ AppBlock.struct_class = Types::AppBlock
314
+
315
+ AppBlocks.member = Shapes::ShapeRef.new(shape: AppBlock)
316
+
250
317
  Application.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
251
318
  Application.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "DisplayName"))
252
319
  Application.add_member(:icon_url, Shapes::ShapeRef.new(shape: String, location_name: "IconURL"))
@@ -254,8 +321,24 @@ module Aws::AppStream
254
321
  Application.add_member(:launch_parameters, Shapes::ShapeRef.new(shape: String, location_name: "LaunchParameters"))
255
322
  Application.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
256
323
  Application.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
324
+ Application.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "WorkingDirectory"))
325
+ Application.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
326
+ Application.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
327
+ Application.add_member(:app_block_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AppBlockArn"))
328
+ Application.add_member(:icon_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "IconS3Location"))
329
+ Application.add_member(:platforms, Shapes::ShapeRef.new(shape: Platforms, location_name: "Platforms"))
330
+ Application.add_member(:instance_families, Shapes::ShapeRef.new(shape: StringList, location_name: "InstanceFamilies"))
331
+ Application.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
257
332
  Application.struct_class = Types::Application
258
333
 
334
+ ApplicationAttributes.member = Shapes::ShapeRef.new(shape: ApplicationAttribute)
335
+
336
+ ApplicationFleetAssociation.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
337
+ ApplicationFleetAssociation.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ApplicationArn"))
338
+ ApplicationFleetAssociation.struct_class = Types::ApplicationFleetAssociation
339
+
340
+ ApplicationFleetAssociationList.member = Shapes::ShapeRef.new(shape: ApplicationFleetAssociation)
341
+
259
342
  ApplicationSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
260
343
  ApplicationSettings.add_member(:settings_group, Shapes::ShapeRef.new(shape: SettingsGroup, location_name: "SettingsGroup"))
261
344
  ApplicationSettings.struct_class = Types::ApplicationSettings
@@ -269,6 +352,20 @@ module Aws::AppStream
269
352
 
270
353
  ArnList.member = Shapes::ShapeRef.new(shape: Arn)
271
354
 
355
+ AssociateApplicationFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "FleetName"))
356
+ AssociateApplicationFleetRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ApplicationArn"))
357
+ AssociateApplicationFleetRequest.struct_class = Types::AssociateApplicationFleetRequest
358
+
359
+ AssociateApplicationFleetResult.add_member(:application_fleet_association, Shapes::ShapeRef.new(shape: ApplicationFleetAssociation, location_name: "ApplicationFleetAssociation"))
360
+ AssociateApplicationFleetResult.struct_class = Types::AssociateApplicationFleetResult
361
+
362
+ AssociateApplicationToEntitlementRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
363
+ AssociateApplicationToEntitlementRequest.add_member(:entitlement_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "EntitlementName"))
364
+ AssociateApplicationToEntitlementRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplicationIdentifier"))
365
+ AssociateApplicationToEntitlementRequest.struct_class = Types::AssociateApplicationToEntitlementRequest
366
+
367
+ AssociateApplicationToEntitlementResult.struct_class = Types::AssociateApplicationToEntitlementResult
368
+
272
369
  AssociateFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
273
370
  AssociateFleetRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackName"))
274
371
  AssociateFleetRequest.struct_class = Types::AssociateFleetRequest
@@ -310,6 +407,33 @@ module Aws::AppStream
310
407
  CopyImageResponse.add_member(:destination_image_name, Shapes::ShapeRef.new(shape: Name, location_name: "DestinationImageName"))
311
408
  CopyImageResponse.struct_class = Types::CopyImageResponse
312
409
 
410
+ CreateAppBlockRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
411
+ CreateAppBlockRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
412
+ CreateAppBlockRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
413
+ CreateAppBlockRequest.add_member(:source_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "SourceS3Location"))
414
+ CreateAppBlockRequest.add_member(:setup_script_details, Shapes::ShapeRef.new(shape: ScriptDetails, required: true, location_name: "SetupScriptDetails"))
415
+ CreateAppBlockRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
416
+ CreateAppBlockRequest.struct_class = Types::CreateAppBlockRequest
417
+
418
+ CreateAppBlockResult.add_member(:app_block, Shapes::ShapeRef.new(shape: AppBlock, location_name: "AppBlock"))
419
+ CreateAppBlockResult.struct_class = Types::CreateAppBlockResult
420
+
421
+ CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
422
+ CreateApplicationRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
423
+ CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
424
+ CreateApplicationRequest.add_member(:icon_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "IconS3Location"))
425
+ CreateApplicationRequest.add_member(:launch_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LaunchPath"))
426
+ CreateApplicationRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "WorkingDirectory"))
427
+ CreateApplicationRequest.add_member(:launch_parameters, Shapes::ShapeRef.new(shape: String, location_name: "LaunchParameters"))
428
+ CreateApplicationRequest.add_member(:platforms, Shapes::ShapeRef.new(shape: Platforms, required: true, location_name: "Platforms"))
429
+ CreateApplicationRequest.add_member(:instance_families, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "InstanceFamilies"))
430
+ CreateApplicationRequest.add_member(:app_block_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AppBlockArn"))
431
+ CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
432
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
433
+
434
+ CreateApplicationResult.add_member(:application, Shapes::ShapeRef.new(shape: Application, location_name: "Application"))
435
+ CreateApplicationResult.struct_class = Types::CreateApplicationResult
436
+
313
437
  CreateDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
314
438
  CreateDirectoryConfigRequest.add_member(:organizational_unit_distinguished_names, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedNamesList, required: true, location_name: "OrganizationalUnitDistinguishedNames"))
315
439
  CreateDirectoryConfigRequest.add_member(:service_account_credentials, Shapes::ShapeRef.new(shape: ServiceAccountCredentials, location_name: "ServiceAccountCredentials"))
@@ -318,12 +442,22 @@ module Aws::AppStream
318
442
  CreateDirectoryConfigResult.add_member(:directory_config, Shapes::ShapeRef.new(shape: DirectoryConfig, location_name: "DirectoryConfig"))
319
443
  CreateDirectoryConfigResult.struct_class = Types::CreateDirectoryConfigResult
320
444
 
445
+ CreateEntitlementRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
446
+ CreateEntitlementRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
447
+ CreateEntitlementRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
448
+ CreateEntitlementRequest.add_member(:app_visibility, Shapes::ShapeRef.new(shape: AppVisibility, required: true, location_name: "AppVisibility"))
449
+ CreateEntitlementRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: EntitlementAttributeList, required: true, location_name: "Attributes"))
450
+ CreateEntitlementRequest.struct_class = Types::CreateEntitlementRequest
451
+
452
+ CreateEntitlementResult.add_member(:entitlement, Shapes::ShapeRef.new(shape: Entitlement, location_name: "Entitlement"))
453
+ CreateEntitlementResult.struct_class = Types::CreateEntitlementResult
454
+
321
455
  CreateFleetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
322
456
  CreateFleetRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: String, location_name: "ImageName"))
323
457
  CreateFleetRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ImageArn"))
324
458
  CreateFleetRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
325
459
  CreateFleetRequest.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
326
- CreateFleetRequest.add_member(:compute_capacity, Shapes::ShapeRef.new(shape: ComputeCapacity, required: true, location_name: "ComputeCapacity"))
460
+ CreateFleetRequest.add_member(:compute_capacity, Shapes::ShapeRef.new(shape: ComputeCapacity, location_name: "ComputeCapacity"))
327
461
  CreateFleetRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
328
462
  CreateFleetRequest.add_member(:max_user_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxUserDurationInSeconds"))
329
463
  CreateFleetRequest.add_member(:disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DisconnectTimeoutInSeconds"))
@@ -335,6 +469,9 @@ module Aws::AppStream
335
469
  CreateFleetRequest.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
336
470
  CreateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
337
471
  CreateFleetRequest.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
472
+ CreateFleetRequest.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
473
+ CreateFleetRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrentSessions"))
474
+ CreateFleetRequest.add_member(:usb_device_filter_strings, Shapes::ShapeRef.new(shape: UsbDeviceFilterStrings, location_name: "UsbDeviceFilterStrings"))
338
475
  CreateFleetRequest.struct_class = Types::CreateFleetRequest
339
476
 
340
477
  CreateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
@@ -421,11 +558,27 @@ module Aws::AppStream
421
558
 
422
559
  CreateUserResult.struct_class = Types::CreateUserResult
423
560
 
561
+ DeleteAppBlockRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
562
+ DeleteAppBlockRequest.struct_class = Types::DeleteAppBlockRequest
563
+
564
+ DeleteAppBlockResult.struct_class = Types::DeleteAppBlockResult
565
+
566
+ DeleteApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
567
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
568
+
569
+ DeleteApplicationResult.struct_class = Types::DeleteApplicationResult
570
+
424
571
  DeleteDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
425
572
  DeleteDirectoryConfigRequest.struct_class = Types::DeleteDirectoryConfigRequest
426
573
 
427
574
  DeleteDirectoryConfigResult.struct_class = Types::DeleteDirectoryConfigResult
428
575
 
576
+ DeleteEntitlementRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
577
+ DeleteEntitlementRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
578
+ DeleteEntitlementRequest.struct_class = Types::DeleteEntitlementRequest
579
+
580
+ DeleteEntitlementResult.struct_class = Types::DeleteEntitlementResult
581
+
429
582
  DeleteFleetRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
430
583
  DeleteFleetRequest.struct_class = Types::DeleteFleetRequest
431
584
 
@@ -464,6 +617,34 @@ module Aws::AppStream
464
617
 
465
618
  DeleteUserResult.struct_class = Types::DeleteUserResult
466
619
 
620
+ DescribeAppBlocksRequest.add_member(:arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "Arns"))
621
+ DescribeAppBlocksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
622
+ DescribeAppBlocksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
623
+ DescribeAppBlocksRequest.struct_class = Types::DescribeAppBlocksRequest
624
+
625
+ DescribeAppBlocksResult.add_member(:app_blocks, Shapes::ShapeRef.new(shape: AppBlocks, location_name: "AppBlocks"))
626
+ DescribeAppBlocksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
627
+ DescribeAppBlocksResult.struct_class = Types::DescribeAppBlocksResult
628
+
629
+ DescribeApplicationFleetAssociationsRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, location_name: "FleetName"))
630
+ DescribeApplicationFleetAssociationsRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ApplicationArn"))
631
+ DescribeApplicationFleetAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
632
+ DescribeApplicationFleetAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
633
+ DescribeApplicationFleetAssociationsRequest.struct_class = Types::DescribeApplicationFleetAssociationsRequest
634
+
635
+ DescribeApplicationFleetAssociationsResult.add_member(:application_fleet_associations, Shapes::ShapeRef.new(shape: ApplicationFleetAssociationList, location_name: "ApplicationFleetAssociations"))
636
+ DescribeApplicationFleetAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
637
+ DescribeApplicationFleetAssociationsResult.struct_class = Types::DescribeApplicationFleetAssociationsResult
638
+
639
+ DescribeApplicationsRequest.add_member(:arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "Arns"))
640
+ DescribeApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
641
+ DescribeApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
642
+ DescribeApplicationsRequest.struct_class = Types::DescribeApplicationsRequest
643
+
644
+ DescribeApplicationsResult.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
645
+ DescribeApplicationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
646
+ DescribeApplicationsResult.struct_class = Types::DescribeApplicationsResult
647
+
467
648
  DescribeDirectoryConfigsRequest.add_member(:directory_names, Shapes::ShapeRef.new(shape: DirectoryNameList, location_name: "DirectoryNames"))
468
649
  DescribeDirectoryConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
469
650
  DescribeDirectoryConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -473,6 +654,16 @@ module Aws::AppStream
473
654
  DescribeDirectoryConfigsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
474
655
  DescribeDirectoryConfigsResult.struct_class = Types::DescribeDirectoryConfigsResult
475
656
 
657
+ DescribeEntitlementsRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
658
+ DescribeEntitlementsRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
659
+ DescribeEntitlementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
660
+ DescribeEntitlementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
661
+ DescribeEntitlementsRequest.struct_class = Types::DescribeEntitlementsRequest
662
+
663
+ DescribeEntitlementsResult.add_member(:entitlements, Shapes::ShapeRef.new(shape: EntitlementList, location_name: "Entitlements"))
664
+ DescribeEntitlementsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
665
+ DescribeEntitlementsResult.struct_class = Types::DescribeEntitlementsResult
666
+
476
667
  DescribeFleetsRequest.add_member(:names, Shapes::ShapeRef.new(shape: StringList, location_name: "Names"))
477
668
  DescribeFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
478
669
  DescribeFleetsRequest.struct_class = Types::DescribeFleetsRequest
@@ -576,6 +767,19 @@ module Aws::AppStream
576
767
 
577
768
  DisableUserResult.struct_class = Types::DisableUserResult
578
769
 
770
+ DisassociateApplicationFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "FleetName"))
771
+ DisassociateApplicationFleetRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ApplicationArn"))
772
+ DisassociateApplicationFleetRequest.struct_class = Types::DisassociateApplicationFleetRequest
773
+
774
+ DisassociateApplicationFleetResult.struct_class = Types::DisassociateApplicationFleetResult
775
+
776
+ DisassociateApplicationFromEntitlementRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
777
+ DisassociateApplicationFromEntitlementRequest.add_member(:entitlement_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "EntitlementName"))
778
+ DisassociateApplicationFromEntitlementRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplicationIdentifier"))
779
+ DisassociateApplicationFromEntitlementRequest.struct_class = Types::DisassociateApplicationFromEntitlementRequest
780
+
781
+ DisassociateApplicationFromEntitlementResult.struct_class = Types::DisassociateApplicationFromEntitlementResult
782
+
579
783
  DisassociateFleetRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
580
784
  DisassociateFleetRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackName"))
581
785
  DisassociateFleetRequest.struct_class = Types::DisassociateFleetRequest
@@ -596,6 +800,34 @@ module Aws::AppStream
596
800
 
597
801
  EnableUserResult.struct_class = Types::EnableUserResult
598
802
 
803
+ EntitledApplication.add_member(:application_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplicationIdentifier"))
804
+ EntitledApplication.struct_class = Types::EntitledApplication
805
+
806
+ EntitledApplicationList.member = Shapes::ShapeRef.new(shape: EntitledApplication)
807
+
808
+ Entitlement.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
809
+ Entitlement.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
810
+ Entitlement.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
811
+ Entitlement.add_member(:app_visibility, Shapes::ShapeRef.new(shape: AppVisibility, required: true, location_name: "AppVisibility"))
812
+ Entitlement.add_member(:attributes, Shapes::ShapeRef.new(shape: EntitlementAttributeList, required: true, location_name: "Attributes"))
813
+ Entitlement.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
814
+ Entitlement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
815
+ Entitlement.struct_class = Types::Entitlement
816
+
817
+ EntitlementAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
818
+ EntitlementAlreadyExistsException.struct_class = Types::EntitlementAlreadyExistsException
819
+
820
+ EntitlementAttribute.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
821
+ EntitlementAttribute.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
822
+ EntitlementAttribute.struct_class = Types::EntitlementAttribute
823
+
824
+ EntitlementAttributeList.member = Shapes::ShapeRef.new(shape: EntitlementAttribute)
825
+
826
+ EntitlementList.member = Shapes::ShapeRef.new(shape: Entitlement)
827
+
828
+ EntitlementNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
829
+ EntitlementNotFoundException.struct_class = Types::EntitlementNotFoundException
830
+
599
831
  ExpireSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SessionId"))
600
832
  ExpireSessionRequest.struct_class = Types::ExpireSessionRequest
601
833
 
@@ -621,6 +853,9 @@ module Aws::AppStream
621
853
  Fleet.add_member(:idle_disconnect_timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "IdleDisconnectTimeoutInSeconds"))
622
854
  Fleet.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
623
855
  Fleet.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
856
+ Fleet.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
857
+ Fleet.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrentSessions"))
858
+ Fleet.add_member(:usb_device_filter_strings, Shapes::ShapeRef.new(shape: UsbDeviceFilterStrings, location_name: "UsbDeviceFilterStrings"))
624
859
  Fleet.struct_class = Types::Fleet
625
860
 
626
861
  FleetAttributes.member = Shapes::ShapeRef.new(shape: FleetAttribute)
@@ -725,6 +960,16 @@ module Aws::AppStream
725
960
  ListAssociatedStacksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
726
961
  ListAssociatedStacksResult.struct_class = Types::ListAssociatedStacksResult
727
962
 
963
+ ListEntitledApplicationsRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
964
+ ListEntitledApplicationsRequest.add_member(:entitlement_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "EntitlementName"))
965
+ ListEntitledApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
966
+ ListEntitledApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
967
+ ListEntitledApplicationsRequest.struct_class = Types::ListEntitledApplicationsRequest
968
+
969
+ ListEntitledApplicationsResult.add_member(:entitled_applications, Shapes::ShapeRef.new(shape: EntitledApplicationList, location_name: "EntitledApplications"))
970
+ ListEntitledApplicationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
971
+ ListEntitledApplicationsResult.struct_class = Types::ListEntitledApplicationsResult
972
+
728
973
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
729
974
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
730
975
 
@@ -743,6 +988,8 @@ module Aws::AppStream
743
988
 
744
989
  OrganizationalUnitDistinguishedNamesList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName)
745
990
 
991
+ Platforms.member = Shapes::ShapeRef.new(shape: PlatformType)
992
+
746
993
  RequestLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
747
994
  RequestLimitExceededException.struct_class = Types::RequestLimitExceededException
748
995
 
@@ -765,6 +1012,16 @@ module Aws::AppStream
765
1012
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
766
1013
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
767
1014
 
1015
+ S3Location.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "S3Bucket"))
1016
+ S3Location.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "S3Key"))
1017
+ S3Location.struct_class = Types::S3Location
1018
+
1019
+ ScriptDetails.add_member(:script_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "ScriptS3Location"))
1020
+ ScriptDetails.add_member(:executable_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ExecutablePath"))
1021
+ ScriptDetails.add_member(:executable_parameters, Shapes::ShapeRef.new(shape: String, location_name: "ExecutableParameters"))
1022
+ ScriptDetails.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TimeoutInSeconds"))
1023
+ ScriptDetails.struct_class = Types::ScriptDetails
1024
+
768
1025
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
769
1026
 
770
1027
  ServiceAccountCredentials.add_member(:account_name, Shapes::ShapeRef.new(shape: AccountName, required: true, location_name: "AccountName"))
@@ -867,6 +1124,20 @@ module Aws::AppStream
867
1124
 
868
1125
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
869
1126
 
1127
+ UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
1128
+ UpdateApplicationRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
1129
+ UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1130
+ UpdateApplicationRequest.add_member(:icon_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "IconS3Location"))
1131
+ UpdateApplicationRequest.add_member(:launch_path, Shapes::ShapeRef.new(shape: String, location_name: "LaunchPath"))
1132
+ UpdateApplicationRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "WorkingDirectory"))
1133
+ UpdateApplicationRequest.add_member(:launch_parameters, Shapes::ShapeRef.new(shape: String, location_name: "LaunchParameters"))
1134
+ UpdateApplicationRequest.add_member(:app_block_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AppBlockArn"))
1135
+ UpdateApplicationRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: ApplicationAttributes, location_name: "AttributesToDelete"))
1136
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
1137
+
1138
+ UpdateApplicationResult.add_member(:application, Shapes::ShapeRef.new(shape: Application, location_name: "Application"))
1139
+ UpdateApplicationResult.struct_class = Types::UpdateApplicationResult
1140
+
870
1141
  UpdateDirectoryConfigRequest.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "DirectoryName"))
871
1142
  UpdateDirectoryConfigRequest.add_member(:organizational_unit_distinguished_names, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedNamesList, location_name: "OrganizationalUnitDistinguishedNames"))
872
1143
  UpdateDirectoryConfigRequest.add_member(:service_account_credentials, Shapes::ShapeRef.new(shape: ServiceAccountCredentials, location_name: "ServiceAccountCredentials"))
@@ -875,6 +1146,16 @@ module Aws::AppStream
875
1146
  UpdateDirectoryConfigResult.add_member(:directory_config, Shapes::ShapeRef.new(shape: DirectoryConfig, location_name: "DirectoryConfig"))
876
1147
  UpdateDirectoryConfigResult.struct_class = Types::UpdateDirectoryConfigResult
877
1148
 
1149
+ UpdateEntitlementRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
1150
+ UpdateEntitlementRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
1151
+ UpdateEntitlementRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1152
+ UpdateEntitlementRequest.add_member(:app_visibility, Shapes::ShapeRef.new(shape: AppVisibility, location_name: "AppVisibility"))
1153
+ UpdateEntitlementRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: EntitlementAttributeList, location_name: "Attributes"))
1154
+ UpdateEntitlementRequest.struct_class = Types::UpdateEntitlementRequest
1155
+
1156
+ UpdateEntitlementResult.add_member(:entitlement, Shapes::ShapeRef.new(shape: Entitlement, location_name: "Entitlement"))
1157
+ UpdateEntitlementResult.struct_class = Types::UpdateEntitlementResult
1158
+
878
1159
  UpdateFleetRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: String, location_name: "ImageName"))
879
1160
  UpdateFleetRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ImageArn"))
880
1161
  UpdateFleetRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -892,6 +1173,9 @@ module Aws::AppStream
892
1173
  UpdateFleetRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "AttributesToDelete"))
893
1174
  UpdateFleetRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
894
1175
  UpdateFleetRequest.add_member(:stream_view, Shapes::ShapeRef.new(shape: StreamView, location_name: "StreamView"))
1176
+ UpdateFleetRequest.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformType, location_name: "Platform"))
1177
+ UpdateFleetRequest.add_member(:max_concurrent_sessions, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrentSessions"))
1178
+ UpdateFleetRequest.add_member(:usb_device_filter_strings, Shapes::ShapeRef.new(shape: UsbDeviceFilterStrings, location_name: "UsbDeviceFilterStrings"))
895
1179
  UpdateFleetRequest.struct_class = Types::UpdateFleetRequest
896
1180
 
897
1181
  UpdateFleetResult.add_member(:fleet, Shapes::ShapeRef.new(shape: Fleet, location_name: "Fleet"))
@@ -929,6 +1213,8 @@ module Aws::AppStream
929
1213
 
930
1214
  UsageReportSubscriptionList.member = Shapes::ShapeRef.new(shape: UsageReportSubscription)
931
1215
 
1216
+ UsbDeviceFilterStrings.member = Shapes::ShapeRef.new(shape: UsbDeviceFilterString)
1217
+
932
1218
  User.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
933
1219
  User.add_member(:user_name, Shapes::ShapeRef.new(shape: Username, location_name: "UserName"))
934
1220
  User.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
@@ -985,6 +1271,32 @@ module Aws::AppStream
985
1271
  "uid" => "appstream-2016-12-01",
986
1272
  }
987
1273
 
1274
+ api.add_operation(:associate_application_fleet, Seahorse::Model::Operation.new.tap do |o|
1275
+ o.name = "AssociateApplicationFleet"
1276
+ o.http_method = "POST"
1277
+ o.http_request_uri = "/"
1278
+ o.input = Shapes::ShapeRef.new(shape: AssociateApplicationFleetRequest)
1279
+ o.output = Shapes::ShapeRef.new(shape: AssociateApplicationFleetResult)
1280
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1281
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1285
+ end)
1286
+
1287
+ api.add_operation(:associate_application_to_entitlement, Seahorse::Model::Operation.new.tap do |o|
1288
+ o.name = "AssociateApplicationToEntitlement"
1289
+ o.http_method = "POST"
1290
+ o.http_request_uri = "/"
1291
+ o.input = Shapes::ShapeRef.new(shape: AssociateApplicationToEntitlementRequest)
1292
+ o.output = Shapes::ShapeRef.new(shape: AssociateApplicationToEntitlementResult)
1293
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementNotFoundException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1298
+ end)
1299
+
988
1300
  api.add_operation(:associate_fleet, Seahorse::Model::Operation.new.tap do |o|
989
1301
  o.name = "AssociateFleet"
990
1302
  o.http_method = "POST"
@@ -1033,6 +1345,31 @@ module Aws::AppStream
1033
1345
  o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
1034
1346
  end)
1035
1347
 
1348
+ api.add_operation(:create_app_block, Seahorse::Model::Operation.new.tap do |o|
1349
+ o.name = "CreateAppBlock"
1350
+ o.http_method = "POST"
1351
+ o.http_request_uri = "/"
1352
+ o.input = Shapes::ShapeRef.new(shape: CreateAppBlockRequest)
1353
+ o.output = Shapes::ShapeRef.new(shape: CreateAppBlockResult)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1358
+ end)
1359
+
1360
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
1361
+ o.name = "CreateApplication"
1362
+ o.http_method = "POST"
1363
+ o.http_request_uri = "/"
1364
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
1365
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationResult)
1366
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1368
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1369
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1370
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1371
+ end)
1372
+
1036
1373
  api.add_operation(:create_directory_config, Seahorse::Model::Operation.new.tap do |o|
1037
1374
  o.name = "CreateDirectoryConfig"
1038
1375
  o.http_method = "POST"
@@ -1047,6 +1384,18 @@ module Aws::AppStream
1047
1384
  o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
1048
1385
  end)
1049
1386
 
1387
+ api.add_operation(:create_entitlement, Seahorse::Model::Operation.new.tap do |o|
1388
+ o.name = "CreateEntitlement"
1389
+ o.http_method = "POST"
1390
+ o.http_request_uri = "/"
1391
+ o.input = Shapes::ShapeRef.new(shape: CreateEntitlementRequest)
1392
+ o.output = Shapes::ShapeRef.new(shape: CreateEntitlementResult)
1393
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1394
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1395
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1396
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementAlreadyExistsException)
1397
+ end)
1398
+
1050
1399
  api.add_operation(:create_fleet, Seahorse::Model::Operation.new.tap do |o|
1051
1400
  o.name = "CreateFleet"
1052
1401
  o.http_method = "POST"
@@ -1161,6 +1510,29 @@ module Aws::AppStream
1161
1510
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1162
1511
  end)
1163
1512
 
1513
+ api.add_operation(:delete_app_block, Seahorse::Model::Operation.new.tap do |o|
1514
+ o.name = "DeleteAppBlock"
1515
+ o.http_method = "POST"
1516
+ o.http_request_uri = "/"
1517
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppBlockRequest)
1518
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppBlockResult)
1519
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1520
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1521
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1522
+ end)
1523
+
1524
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
1525
+ o.name = "DeleteApplication"
1526
+ o.http_method = "POST"
1527
+ o.http_request_uri = "/"
1528
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
1529
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResult)
1530
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1534
+ end)
1535
+
1164
1536
  api.add_operation(:delete_directory_config, Seahorse::Model::Operation.new.tap do |o|
1165
1537
  o.name = "DeleteDirectoryConfig"
1166
1538
  o.http_method = "POST"
@@ -1171,6 +1543,19 @@ module Aws::AppStream
1171
1543
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1172
1544
  end)
1173
1545
 
1546
+ api.add_operation(:delete_entitlement, Seahorse::Model::Operation.new.tap do |o|
1547
+ o.name = "DeleteEntitlement"
1548
+ o.http_method = "POST"
1549
+ o.http_request_uri = "/"
1550
+ o.input = Shapes::ShapeRef.new(shape: DeleteEntitlementRequest)
1551
+ o.output = Shapes::ShapeRef.new(shape: DeleteEntitlementResult)
1552
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1553
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementNotFoundException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1557
+ end)
1558
+
1174
1559
  api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
1175
1560
  o.name = "DeleteFleet"
1176
1561
  o.http_method = "POST"
@@ -1223,6 +1608,7 @@ module Aws::AppStream
1223
1608
  o.output = Shapes::ShapeRef.new(shape: DeleteStackResult)
1224
1609
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1225
1610
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1611
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1226
1612
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1227
1613
  end)
1228
1614
 
@@ -1245,6 +1631,36 @@ module Aws::AppStream
1245
1631
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1246
1632
  end)
1247
1633
 
1634
+ api.add_operation(:describe_app_blocks, Seahorse::Model::Operation.new.tap do |o|
1635
+ o.name = "DescribeAppBlocks"
1636
+ o.http_method = "POST"
1637
+ o.http_request_uri = "/"
1638
+ o.input = Shapes::ShapeRef.new(shape: DescribeAppBlocksRequest)
1639
+ o.output = Shapes::ShapeRef.new(shape: DescribeAppBlocksResult)
1640
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1641
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1642
+ end)
1643
+
1644
+ api.add_operation(:describe_application_fleet_associations, Seahorse::Model::Operation.new.tap do |o|
1645
+ o.name = "DescribeApplicationFleetAssociations"
1646
+ o.http_method = "POST"
1647
+ o.http_request_uri = "/"
1648
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationFleetAssociationsRequest)
1649
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationFleetAssociationsResult)
1650
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1651
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1652
+ end)
1653
+
1654
+ api.add_operation(:describe_applications, Seahorse::Model::Operation.new.tap do |o|
1655
+ o.name = "DescribeApplications"
1656
+ o.http_method = "POST"
1657
+ o.http_request_uri = "/"
1658
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationsRequest)
1659
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationsResult)
1660
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1662
+ end)
1663
+
1248
1664
  api.add_operation(:describe_directory_configs, Seahorse::Model::Operation.new.tap do |o|
1249
1665
  o.name = "DescribeDirectoryConfigs"
1250
1666
  o.http_method = "POST"
@@ -1254,6 +1670,17 @@ module Aws::AppStream
1254
1670
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1255
1671
  end)
1256
1672
 
1673
+ api.add_operation(:describe_entitlements, Seahorse::Model::Operation.new.tap do |o|
1674
+ o.name = "DescribeEntitlements"
1675
+ o.http_method = "POST"
1676
+ o.http_request_uri = "/"
1677
+ o.input = Shapes::ShapeRef.new(shape: DescribeEntitlementsRequest)
1678
+ o.output = Shapes::ShapeRef.new(shape: DescribeEntitlementsResult)
1679
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1680
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementNotFoundException)
1682
+ end)
1683
+
1257
1684
  api.add_operation(:describe_fleets, Seahorse::Model::Operation.new.tap do |o|
1258
1685
  o.name = "DescribeFleets"
1259
1686
  o.http_method = "POST"
@@ -1361,6 +1788,29 @@ module Aws::AppStream
1361
1788
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1362
1789
  end)
1363
1790
 
1791
+ api.add_operation(:disassociate_application_fleet, Seahorse::Model::Operation.new.tap do |o|
1792
+ o.name = "DisassociateApplicationFleet"
1793
+ o.http_method = "POST"
1794
+ o.http_request_uri = "/"
1795
+ o.input = Shapes::ShapeRef.new(shape: DisassociateApplicationFleetRequest)
1796
+ o.output = Shapes::ShapeRef.new(shape: DisassociateApplicationFleetResult)
1797
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1798
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1799
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1800
+ end)
1801
+
1802
+ api.add_operation(:disassociate_application_from_entitlement, Seahorse::Model::Operation.new.tap do |o|
1803
+ o.name = "DisassociateApplicationFromEntitlement"
1804
+ o.http_method = "POST"
1805
+ o.http_request_uri = "/"
1806
+ o.input = Shapes::ShapeRef.new(shape: DisassociateApplicationFromEntitlementRequest)
1807
+ o.output = Shapes::ShapeRef.new(shape: DisassociateApplicationFromEntitlementResult)
1808
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementNotFoundException)
1811
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1812
+ end)
1813
+
1364
1814
  api.add_operation(:disassociate_fleet, Seahorse::Model::Operation.new.tap do |o|
1365
1815
  o.name = "DisassociateFleet"
1366
1816
  o.http_method = "POST"
@@ -1407,6 +1857,17 @@ module Aws::AppStream
1407
1857
  o.output = Shapes::ShapeRef.new(shape: ListAssociatedStacksResult)
1408
1858
  end)
1409
1859
 
1860
+ api.add_operation(:list_entitled_applications, Seahorse::Model::Operation.new.tap do |o|
1861
+ o.name = "ListEntitledApplications"
1862
+ o.http_method = "POST"
1863
+ o.http_request_uri = "/"
1864
+ o.input = Shapes::ShapeRef.new(shape: ListEntitledApplicationsRequest)
1865
+ o.output = Shapes::ShapeRef.new(shape: ListEntitledApplicationsResult)
1866
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1868
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementNotFoundException)
1869
+ end)
1870
+
1410
1871
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1411
1872
  o.name = "ListTagsForResource"
1412
1873
  o.http_method = "POST"
@@ -1486,6 +1947,17 @@ module Aws::AppStream
1486
1947
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1487
1948
  end)
1488
1949
 
1950
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
1951
+ o.name = "UpdateApplication"
1952
+ o.http_method = "POST"
1953
+ o.http_request_uri = "/"
1954
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
1955
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResult)
1956
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1957
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1959
+ end)
1960
+
1489
1961
  api.add_operation(:update_directory_config, Seahorse::Model::Operation.new.tap do |o|
1490
1962
  o.name = "UpdateDirectoryConfig"
1491
1963
  o.http_method = "POST"
@@ -1499,6 +1971,18 @@ module Aws::AppStream
1499
1971
  o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
1500
1972
  end)
1501
1973
 
1974
+ api.add_operation(:update_entitlement, Seahorse::Model::Operation.new.tap do |o|
1975
+ o.name = "UpdateEntitlement"
1976
+ o.http_method = "POST"
1977
+ o.http_request_uri = "/"
1978
+ o.input = Shapes::ShapeRef.new(shape: UpdateEntitlementRequest)
1979
+ o.output = Shapes::ShapeRef.new(shape: UpdateEntitlementResult)
1980
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1982
+ o.errors << Shapes::ShapeRef.new(shape: EntitlementNotFoundException)
1983
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1984
+ end)
1985
+
1502
1986
  api.add_operation(:update_fleet, Seahorse::Model::Operation.new.tap do |o|
1503
1987
  o.name = "UpdateFleet"
1504
1988
  o.http_method = "POST"