aws-sdk-appstream 1.118.0 → 1.119.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,8 @@ module Aws::AppStream
20
20
  AccountName = Shapes::StringShape.new(name: 'AccountName')
21
21
  AccountPassword = Shapes::StringShape.new(name: 'AccountPassword')
22
22
  Action = Shapes::StringShape.new(name: 'Action')
23
+ AdminAppLicenseUsageList = Shapes::ListShape.new(name: 'AdminAppLicenseUsageList')
24
+ AdminAppLicenseUsageRecord = Shapes::StructureShape.new(name: 'AdminAppLicenseUsageRecord')
23
25
  AppBlock = Shapes::StructureShape.new(name: 'AppBlock')
24
26
  AppBlockBuilder = Shapes::StructureShape.new(name: 'AppBlockBuilder')
25
27
  AppBlockBuilderAppBlockAssociation = Shapes::StructureShape.new(name: 'AppBlockBuilderAppBlockAssociation')
@@ -53,6 +55,8 @@ module Aws::AppStream
53
55
  AssociateApplicationToEntitlementResult = Shapes::StructureShape.new(name: 'AssociateApplicationToEntitlementResult')
54
56
  AssociateFleetRequest = Shapes::StructureShape.new(name: 'AssociateFleetRequest')
55
57
  AssociateFleetResult = Shapes::StructureShape.new(name: 'AssociateFleetResult')
58
+ AssociateSoftwareToImageBuilderRequest = Shapes::StructureShape.new(name: 'AssociateSoftwareToImageBuilderRequest')
59
+ AssociateSoftwareToImageBuilderResult = Shapes::StructureShape.new(name: 'AssociateSoftwareToImageBuilderResult')
56
60
  AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
57
61
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
58
62
  AwsAccountIdList = Shapes::ListShape.new(name: 'AwsAccountIdList')
@@ -131,6 +135,8 @@ module Aws::AppStream
131
135
  DescribeAppBlockBuildersResult = Shapes::StructureShape.new(name: 'DescribeAppBlockBuildersResult')
132
136
  DescribeAppBlocksRequest = Shapes::StructureShape.new(name: 'DescribeAppBlocksRequest')
133
137
  DescribeAppBlocksResult = Shapes::StructureShape.new(name: 'DescribeAppBlocksResult')
138
+ DescribeAppLicenseUsageRequest = Shapes::StructureShape.new(name: 'DescribeAppLicenseUsageRequest')
139
+ DescribeAppLicenseUsageResult = Shapes::StructureShape.new(name: 'DescribeAppLicenseUsageResult')
134
140
  DescribeApplicationFleetAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationFleetAssociationsRequest')
135
141
  DescribeApplicationFleetAssociationsResult = Shapes::StructureShape.new(name: 'DescribeApplicationFleetAssociationsResult')
136
142
  DescribeApplicationsRequest = Shapes::StructureShape.new(name: 'DescribeApplicationsRequest')
@@ -150,6 +156,8 @@ module Aws::AppStream
150
156
  DescribeImagesResult = Shapes::StructureShape.new(name: 'DescribeImagesResult')
151
157
  DescribeSessionsRequest = Shapes::StructureShape.new(name: 'DescribeSessionsRequest')
152
158
  DescribeSessionsResult = Shapes::StructureShape.new(name: 'DescribeSessionsResult')
159
+ DescribeSoftwareAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeSoftwareAssociationsRequest')
160
+ DescribeSoftwareAssociationsResult = Shapes::StructureShape.new(name: 'DescribeSoftwareAssociationsResult')
153
161
  DescribeStacksRequest = Shapes::StructureShape.new(name: 'DescribeStacksRequest')
154
162
  DescribeStacksResult = Shapes::StructureShape.new(name: 'DescribeStacksResult')
155
163
  DescribeThemeForStackRequest = Shapes::StructureShape.new(name: 'DescribeThemeForStackRequest')
@@ -175,6 +183,8 @@ module Aws::AppStream
175
183
  DisassociateApplicationFromEntitlementResult = Shapes::StructureShape.new(name: 'DisassociateApplicationFromEntitlementResult')
176
184
  DisassociateFleetRequest = Shapes::StructureShape.new(name: 'DisassociateFleetRequest')
177
185
  DisassociateFleetResult = Shapes::StructureShape.new(name: 'DisassociateFleetResult')
186
+ DisassociateSoftwareFromImageBuilderRequest = Shapes::StructureShape.new(name: 'DisassociateSoftwareFromImageBuilderRequest')
187
+ DisassociateSoftwareFromImageBuilderResult = Shapes::StructureShape.new(name: 'DisassociateSoftwareFromImageBuilderResult')
178
188
  DisplayName = Shapes::StringShape.new(name: 'DisplayName')
179
189
  Domain = Shapes::StringShape.new(name: 'Domain')
180
190
  DomainJoinInfo = Shapes::StructureShape.new(name: 'DomainJoinInfo')
@@ -273,6 +283,9 @@ module Aws::AppStream
273
283
  SettingsGroup = Shapes::StringShape.new(name: 'SettingsGroup')
274
284
  SharedImagePermissions = Shapes::StructureShape.new(name: 'SharedImagePermissions')
275
285
  SharedImagePermissionsList = Shapes::ListShape.new(name: 'SharedImagePermissionsList')
286
+ SoftwareAssociations = Shapes::StructureShape.new(name: 'SoftwareAssociations')
287
+ SoftwareAssociationsList = Shapes::ListShape.new(name: 'SoftwareAssociationsList')
288
+ SoftwareDeploymentStatus = Shapes::StringShape.new(name: 'SoftwareDeploymentStatus')
276
289
  Stack = Shapes::StructureShape.new(name: 'Stack')
277
290
  StackAttribute = Shapes::StringShape.new(name: 'StackAttribute')
278
291
  StackAttributes = Shapes::ListShape.new(name: 'StackAttributes')
@@ -286,6 +299,8 @@ module Aws::AppStream
286
299
  StartFleetResult = Shapes::StructureShape.new(name: 'StartFleetResult')
287
300
  StartImageBuilderRequest = Shapes::StructureShape.new(name: 'StartImageBuilderRequest')
288
301
  StartImageBuilderResult = Shapes::StructureShape.new(name: 'StartImageBuilderResult')
302
+ StartSoftwareDeploymentToImageBuilderRequest = Shapes::StructureShape.new(name: 'StartSoftwareDeploymentToImageBuilderRequest')
303
+ StartSoftwareDeploymentToImageBuilderResult = Shapes::StructureShape.new(name: 'StartSoftwareDeploymentToImageBuilderResult')
289
304
  StopAppBlockBuilderRequest = Shapes::StructureShape.new(name: 'StopAppBlockBuilderRequest')
290
305
  StopAppBlockBuilderResult = Shapes::StructureShape.new(name: 'StopAppBlockBuilderResult')
291
306
  StopFleetRequest = Shapes::StructureShape.new(name: 'StopFleetRequest')
@@ -363,6 +378,17 @@ module Aws::AppStream
363
378
 
364
379
  AccessEndpointList.member = Shapes::ShapeRef.new(shape: AccessEndpoint)
365
380
 
381
+ AdminAppLicenseUsageList.member = Shapes::ShapeRef.new(shape: AdminAppLicenseUsageRecord)
382
+
383
+ AdminAppLicenseUsageRecord.add_member(:user_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserArn"))
384
+ AdminAppLicenseUsageRecord.add_member(:billing_period, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BillingPeriod"))
385
+ AdminAppLicenseUsageRecord.add_member(:owner_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "OwnerAWSAccountId"))
386
+ AdminAppLicenseUsageRecord.add_member(:subscription_first_used_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SubscriptionFirstUsedDate"))
387
+ AdminAppLicenseUsageRecord.add_member(:subscription_last_used_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SubscriptionLastUsedDate"))
388
+ AdminAppLicenseUsageRecord.add_member(:license_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LicenseType"))
389
+ AdminAppLicenseUsageRecord.add_member(:user_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserId"))
390
+ AdminAppLicenseUsageRecord.struct_class = Types::AdminAppLicenseUsageRecord
391
+
366
392
  AppBlock.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
367
393
  AppBlock.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
368
394
  AppBlock.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -473,6 +499,12 @@ module Aws::AppStream
473
499
 
474
500
  AssociateFleetResult.struct_class = Types::AssociateFleetResult
475
501
 
502
+ AssociateSoftwareToImageBuilderRequest.add_member(:image_builder_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ImageBuilderName"))
503
+ AssociateSoftwareToImageBuilderRequest.add_member(:software_names, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "SoftwareNames"))
504
+ AssociateSoftwareToImageBuilderRequest.struct_class = Types::AssociateSoftwareToImageBuilderRequest
505
+
506
+ AssociateSoftwareToImageBuilderResult.struct_class = Types::AssociateSoftwareToImageBuilderResult
507
+
476
508
  AwsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
477
509
 
478
510
  BatchAssociateUserStackRequest.add_member(:user_stack_associations, Shapes::ShapeRef.new(shape: UserStackAssociationList, required: true, location_name: "UserStackAssociations"))
@@ -628,6 +660,8 @@ module Aws::AppStream
628
660
  CreateImageBuilderRequest.add_member(:appstream_agent_version, Shapes::ShapeRef.new(shape: AppstreamAgentVersion, location_name: "AppstreamAgentVersion"))
629
661
  CreateImageBuilderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
630
662
  CreateImageBuilderRequest.add_member(:access_endpoints, Shapes::ShapeRef.new(shape: AccessEndpointList, location_name: "AccessEndpoints"))
663
+ CreateImageBuilderRequest.add_member(:softwares_to_install, Shapes::ShapeRef.new(shape: StringList, location_name: "SoftwaresToInstall"))
664
+ CreateImageBuilderRequest.add_member(:softwares_to_uninstall, Shapes::ShapeRef.new(shape: StringList, location_name: "SoftwaresToUninstall"))
631
665
  CreateImageBuilderRequest.struct_class = Types::CreateImageBuilderRequest
632
666
 
633
667
  CreateImageBuilderResult.add_member(:image_builder, Shapes::ShapeRef.new(shape: ImageBuilder, location_name: "ImageBuilder"))
@@ -805,6 +839,15 @@ module Aws::AppStream
805
839
  DescribeAppBlocksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
806
840
  DescribeAppBlocksResult.struct_class = Types::DescribeAppBlocksResult
807
841
 
842
+ DescribeAppLicenseUsageRequest.add_member(:billing_period, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BillingPeriod"))
843
+ DescribeAppLicenseUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
844
+ DescribeAppLicenseUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
845
+ DescribeAppLicenseUsageRequest.struct_class = Types::DescribeAppLicenseUsageRequest
846
+
847
+ DescribeAppLicenseUsageResult.add_member(:app_license_usages, Shapes::ShapeRef.new(shape: AdminAppLicenseUsageList, location_name: "AppLicenseUsages"))
848
+ DescribeAppLicenseUsageResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
849
+ DescribeAppLicenseUsageResult.struct_class = Types::DescribeAppLicenseUsageResult
850
+
808
851
  DescribeApplicationFleetAssociationsRequest.add_member(:fleet_name, Shapes::ShapeRef.new(shape: Name, location_name: "FleetName"))
809
852
  DescribeApplicationFleetAssociationsRequest.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ApplicationArn"))
810
853
  DescribeApplicationFleetAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
@@ -895,6 +938,16 @@ module Aws::AppStream
895
938
  DescribeSessionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
896
939
  DescribeSessionsResult.struct_class = Types::DescribeSessionsResult
897
940
 
941
+ DescribeSoftwareAssociationsRequest.add_member(:associated_resource, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AssociatedResource"))
942
+ DescribeSoftwareAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
943
+ DescribeSoftwareAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
944
+ DescribeSoftwareAssociationsRequest.struct_class = Types::DescribeSoftwareAssociationsRequest
945
+
946
+ DescribeSoftwareAssociationsResult.add_member(:associated_resource, Shapes::ShapeRef.new(shape: Arn, location_name: "AssociatedResource"))
947
+ DescribeSoftwareAssociationsResult.add_member(:software_associations, Shapes::ShapeRef.new(shape: SoftwareAssociationsList, location_name: "SoftwareAssociations"))
948
+ DescribeSoftwareAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
949
+ DescribeSoftwareAssociationsResult.struct_class = Types::DescribeSoftwareAssociationsResult
950
+
898
951
  DescribeStacksRequest.add_member(:names, Shapes::ShapeRef.new(shape: StringList, location_name: "Names"))
899
952
  DescribeStacksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
900
953
  DescribeStacksRequest.struct_class = Types::DescribeStacksRequest
@@ -979,6 +1032,12 @@ module Aws::AppStream
979
1032
 
980
1033
  DisassociateFleetResult.struct_class = Types::DisassociateFleetResult
981
1034
 
1035
+ DisassociateSoftwareFromImageBuilderRequest.add_member(:image_builder_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ImageBuilderName"))
1036
+ DisassociateSoftwareFromImageBuilderRequest.add_member(:software_names, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "SoftwareNames"))
1037
+ DisassociateSoftwareFromImageBuilderRequest.struct_class = Types::DisassociateSoftwareFromImageBuilderRequest
1038
+
1039
+ DisassociateSoftwareFromImageBuilderResult.struct_class = Types::DisassociateSoftwareFromImageBuilderResult
1040
+
982
1041
  DomainJoinInfo.add_member(:directory_name, Shapes::ShapeRef.new(shape: DirectoryName, location_name: "DirectoryName"))
983
1042
  DomainJoinInfo.add_member(:organizational_unit_distinguished_name, Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName, location_name: "OrganizationalUnitDistinguishedName"))
984
1043
  DomainJoinInfo.struct_class = Types::DomainJoinInfo
@@ -1090,6 +1149,7 @@ module Aws::AppStream
1090
1149
  Image.add_member(:supported_instance_families, Shapes::ShapeRef.new(shape: StringList, location_name: "SupportedInstanceFamilies"))
1091
1150
  Image.add_member(:dynamic_app_providers_enabled, Shapes::ShapeRef.new(shape: DynamicAppProvidersEnabled, location_name: "DynamicAppProvidersEnabled"))
1092
1151
  Image.add_member(:image_shared_with_others, Shapes::ShapeRef.new(shape: ImageSharedWithOthers, location_name: "ImageSharedWithOthers"))
1152
+ Image.add_member(:managed_software_included, Shapes::ShapeRef.new(shape: Boolean, location_name: "ManagedSoftwareIncluded"))
1093
1153
  Image.struct_class = Types::Image
1094
1154
 
1095
1155
  ImageBuilder.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
@@ -1255,6 +1315,13 @@ module Aws::AppStream
1255
1315
 
1256
1316
  SharedImagePermissionsList.member = Shapes::ShapeRef.new(shape: SharedImagePermissions)
1257
1317
 
1318
+ SoftwareAssociations.add_member(:software_name, Shapes::ShapeRef.new(shape: String, location_name: "SoftwareName"))
1319
+ SoftwareAssociations.add_member(:status, Shapes::ShapeRef.new(shape: SoftwareDeploymentStatus, location_name: "Status"))
1320
+ SoftwareAssociations.add_member(:deployment_error, Shapes::ShapeRef.new(shape: ErrorDetailsList, location_name: "DeploymentError"))
1321
+ SoftwareAssociations.struct_class = Types::SoftwareAssociations
1322
+
1323
+ SoftwareAssociationsList.member = Shapes::ShapeRef.new(shape: SoftwareAssociations)
1324
+
1258
1325
  Stack.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
1259
1326
  Stack.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
1260
1327
  Stack.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -1299,6 +1366,12 @@ module Aws::AppStream
1299
1366
  StartImageBuilderResult.add_member(:image_builder, Shapes::ShapeRef.new(shape: ImageBuilder, location_name: "ImageBuilder"))
1300
1367
  StartImageBuilderResult.struct_class = Types::StartImageBuilderResult
1301
1368
 
1369
+ StartSoftwareDeploymentToImageBuilderRequest.add_member(:image_builder_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ImageBuilderName"))
1370
+ StartSoftwareDeploymentToImageBuilderRequest.add_member(:retry_failed_deployments, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetryFailedDeployments"))
1371
+ StartSoftwareDeploymentToImageBuilderRequest.struct_class = Types::StartSoftwareDeploymentToImageBuilderRequest
1372
+
1373
+ StartSoftwareDeploymentToImageBuilderResult.struct_class = Types::StartSoftwareDeploymentToImageBuilderResult
1374
+
1302
1375
  StopAppBlockBuilderRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
1303
1376
  StopAppBlockBuilderRequest.struct_class = Types::StopAppBlockBuilderRequest
1304
1377
 
@@ -1601,6 +1674,19 @@ module Aws::AppStream
1601
1674
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1602
1675
  end)
1603
1676
 
1677
+ api.add_operation(:associate_software_to_image_builder, Seahorse::Model::Operation.new.tap do |o|
1678
+ o.name = "AssociateSoftwareToImageBuilder"
1679
+ o.http_method = "POST"
1680
+ o.http_request_uri = "/"
1681
+ o.input = Shapes::ShapeRef.new(shape: AssociateSoftwareToImageBuilderRequest)
1682
+ o.output = Shapes::ShapeRef.new(shape: AssociateSoftwareToImageBuilderResult)
1683
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1685
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
1686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1687
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1688
+ end)
1689
+
1604
1690
  api.add_operation(:batch_associate_user_stack, Seahorse::Model::Operation.new.tap do |o|
1605
1691
  o.name = "BatchAssociateUserStack"
1606
1692
  o.http_method = "POST"
@@ -2029,6 +2115,17 @@ module Aws::AppStream
2029
2115
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2030
2116
  end)
2031
2117
 
2118
+ api.add_operation(:describe_app_license_usage, Seahorse::Model::Operation.new.tap do |o|
2119
+ o.name = "DescribeAppLicenseUsage"
2120
+ o.http_method = "POST"
2121
+ o.http_request_uri = "/"
2122
+ o.input = Shapes::ShapeRef.new(shape: DescribeAppLicenseUsageRequest)
2123
+ o.output = Shapes::ShapeRef.new(shape: DescribeAppLicenseUsageResult)
2124
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2125
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
2126
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2127
+ end)
2128
+
2032
2129
  api.add_operation(:describe_application_fleet_associations, Seahorse::Model::Operation.new.tap do |o|
2033
2130
  o.name = "DescribeApplicationFleetAssociations"
2034
2131
  o.http_method = "POST"
@@ -2127,6 +2224,16 @@ module Aws::AppStream
2127
2224
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2128
2225
  end)
2129
2226
 
2227
+ api.add_operation(:describe_software_associations, Seahorse::Model::Operation.new.tap do |o|
2228
+ o.name = "DescribeSoftwareAssociations"
2229
+ o.http_method = "POST"
2230
+ o.http_request_uri = "/"
2231
+ o.input = Shapes::ShapeRef.new(shape: DescribeSoftwareAssociationsRequest)
2232
+ o.output = Shapes::ShapeRef.new(shape: DescribeSoftwareAssociationsResult)
2233
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
2234
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2235
+ end)
2236
+
2130
2237
  api.add_operation(:describe_stacks, Seahorse::Model::Operation.new.tap do |o|
2131
2238
  o.name = "DescribeStacks"
2132
2239
  o.http_method = "POST"
@@ -2233,6 +2340,18 @@ module Aws::AppStream
2233
2340
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
2234
2341
  end)
2235
2342
 
2343
+ api.add_operation(:disassociate_software_from_image_builder, Seahorse::Model::Operation.new.tap do |o|
2344
+ o.name = "DisassociateSoftwareFromImageBuilder"
2345
+ o.http_method = "POST"
2346
+ o.http_request_uri = "/"
2347
+ o.input = Shapes::ShapeRef.new(shape: DisassociateSoftwareFromImageBuilderRequest)
2348
+ o.output = Shapes::ShapeRef.new(shape: DisassociateSoftwareFromImageBuilderResult)
2349
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2350
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
2351
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2352
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2353
+ end)
2354
+
2236
2355
  api.add_operation(:enable_user, Seahorse::Model::Operation.new.tap do |o|
2237
2356
  o.name = "EnableUser"
2238
2357
  o.http_method = "POST"
@@ -2331,6 +2450,17 @@ module Aws::AppStream
2331
2450
  o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
2332
2451
  end)
2333
2452
 
2453
+ api.add_operation(:start_software_deployment_to_image_builder, Seahorse::Model::Operation.new.tap do |o|
2454
+ o.name = "StartSoftwareDeploymentToImageBuilder"
2455
+ o.http_method = "POST"
2456
+ o.http_request_uri = "/"
2457
+ o.input = Shapes::ShapeRef.new(shape: StartSoftwareDeploymentToImageBuilderRequest)
2458
+ o.output = Shapes::ShapeRef.new(shape: StartSoftwareDeploymentToImageBuilderResult)
2459
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2460
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
2461
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2462
+ end)
2463
+
2334
2464
  api.add_operation(:stop_app_block_builder, Seahorse::Model::Operation.new.tap do |o|
2335
2465
  o.name = "StopAppBlockBuilder"
2336
2466
  o.http_method = "POST"
@@ -13,22 +13,22 @@ module Aws::AppStream
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,