aws-sdk-appstream 1.92.0 → 1.94.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +287 -26
- data/lib/aws-sdk-appstream/client_api.rb +128 -0
- data/lib/aws-sdk-appstream/endpoints.rb +56 -0
- data/lib/aws-sdk-appstream/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-appstream/types.rb +308 -11
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +77 -4
- data/sig/types.rbs +81 -8
- metadata +2 -2
@@ -90,6 +90,8 @@ module Aws::AppStream
|
|
90
90
|
CreateStackResult = Shapes::StructureShape.new(name: 'CreateStackResult')
|
91
91
|
CreateStreamingURLRequest = Shapes::StructureShape.new(name: 'CreateStreamingURLRequest')
|
92
92
|
CreateStreamingURLResult = Shapes::StructureShape.new(name: 'CreateStreamingURLResult')
|
93
|
+
CreateThemeForStackRequest = Shapes::StructureShape.new(name: 'CreateThemeForStackRequest')
|
94
|
+
CreateThemeForStackResult = Shapes::StructureShape.new(name: 'CreateThemeForStackResult')
|
93
95
|
CreateUpdatedImageRequest = Shapes::StructureShape.new(name: 'CreateUpdatedImageRequest')
|
94
96
|
CreateUpdatedImageResult = Shapes::StructureShape.new(name: 'CreateUpdatedImageResult')
|
95
97
|
CreateUsageReportSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateUsageReportSubscriptionRequest')
|
@@ -116,6 +118,8 @@ module Aws::AppStream
|
|
116
118
|
DeleteImageResult = Shapes::StructureShape.new(name: 'DeleteImageResult')
|
117
119
|
DeleteStackRequest = Shapes::StructureShape.new(name: 'DeleteStackRequest')
|
118
120
|
DeleteStackResult = Shapes::StructureShape.new(name: 'DeleteStackResult')
|
121
|
+
DeleteThemeForStackRequest = Shapes::StructureShape.new(name: 'DeleteThemeForStackRequest')
|
122
|
+
DeleteThemeForStackResult = Shapes::StructureShape.new(name: 'DeleteThemeForStackResult')
|
119
123
|
DeleteUsageReportSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteUsageReportSubscriptionRequest')
|
120
124
|
DeleteUsageReportSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteUsageReportSubscriptionResult')
|
121
125
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
@@ -147,6 +151,8 @@ module Aws::AppStream
|
|
147
151
|
DescribeSessionsResult = Shapes::StructureShape.new(name: 'DescribeSessionsResult')
|
148
152
|
DescribeStacksRequest = Shapes::StructureShape.new(name: 'DescribeStacksRequest')
|
149
153
|
DescribeStacksResult = Shapes::StructureShape.new(name: 'DescribeStacksResult')
|
154
|
+
DescribeThemeForStackRequest = Shapes::StructureShape.new(name: 'DescribeThemeForStackRequest')
|
155
|
+
DescribeThemeForStackResult = Shapes::StructureShape.new(name: 'DescribeThemeForStackResult')
|
150
156
|
DescribeUsageReportSubscriptionsRequest = Shapes::StructureShape.new(name: 'DescribeUsageReportSubscriptionsRequest')
|
151
157
|
DescribeUsageReportSubscriptionsResult = Shapes::StructureShape.new(name: 'DescribeUsageReportSubscriptionsResult')
|
152
158
|
DescribeUserStackAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeUserStackAssociationsRequest')
|
@@ -172,6 +178,7 @@ module Aws::AppStream
|
|
172
178
|
Domain = Shapes::StringShape.new(name: 'Domain')
|
173
179
|
DomainJoinInfo = Shapes::StructureShape.new(name: 'DomainJoinInfo')
|
174
180
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
181
|
+
DynamicAppProvidersEnabled = Shapes::StringShape.new(name: 'DynamicAppProvidersEnabled')
|
175
182
|
EmbedHostDomain = Shapes::StringShape.new(name: 'EmbedHostDomain')
|
176
183
|
EmbedHostDomains = Shapes::ListShape.new(name: 'EmbedHostDomains')
|
177
184
|
EnableUserRequest = Shapes::StructureShape.new(name: 'EnableUserRequest')
|
@@ -207,6 +214,7 @@ module Aws::AppStream
|
|
207
214
|
ImageBuilderStateChangeReasonCode = Shapes::StringShape.new(name: 'ImageBuilderStateChangeReasonCode')
|
208
215
|
ImageList = Shapes::ListShape.new(name: 'ImageList')
|
209
216
|
ImagePermissions = Shapes::StructureShape.new(name: 'ImagePermissions')
|
217
|
+
ImageSharedWithOthers = Shapes::StringShape.new(name: 'ImageSharedWithOthers')
|
210
218
|
ImageState = Shapes::StringShape.new(name: 'ImageState')
|
211
219
|
ImageStateChangeReason = Shapes::StructureShape.new(name: 'ImageStateChangeReason')
|
212
220
|
ImageStateChangeReasonCode = Shapes::StringShape.new(name: 'ImageStateChangeReasonCode')
|
@@ -217,6 +225,7 @@ module Aws::AppStream
|
|
217
225
|
InvalidRoleException = Shapes::StructureShape.new(name: 'InvalidRoleException')
|
218
226
|
LastReportGenerationExecutionError = Shapes::StructureShape.new(name: 'LastReportGenerationExecutionError')
|
219
227
|
LastReportGenerationExecutionErrors = Shapes::ListShape.new(name: 'LastReportGenerationExecutionErrors')
|
228
|
+
LatestAppstreamAgentVersion = Shapes::StringShape.new(name: 'LatestAppstreamAgentVersion')
|
220
229
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
221
230
|
ListAssociatedFleetsRequest = Shapes::StructureShape.new(name: 'ListAssociatedFleetsRequest')
|
222
231
|
ListAssociatedFleetsResult = Shapes::StructureShape.new(name: 'ListAssociatedFleetsResult')
|
@@ -297,6 +306,16 @@ module Aws::AppStream
|
|
297
306
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
298
307
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
299
308
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
309
|
+
Theme = Shapes::StructureShape.new(name: 'Theme')
|
310
|
+
ThemeAttribute = Shapes::StringShape.new(name: 'ThemeAttribute')
|
311
|
+
ThemeAttributes = Shapes::ListShape.new(name: 'ThemeAttributes')
|
312
|
+
ThemeFooterLink = Shapes::StructureShape.new(name: 'ThemeFooterLink')
|
313
|
+
ThemeFooterLinkDisplayName = Shapes::StringShape.new(name: 'ThemeFooterLinkDisplayName')
|
314
|
+
ThemeFooterLinkURL = Shapes::StringShape.new(name: 'ThemeFooterLinkURL')
|
315
|
+
ThemeFooterLinks = Shapes::ListShape.new(name: 'ThemeFooterLinks')
|
316
|
+
ThemeState = Shapes::StringShape.new(name: 'ThemeState')
|
317
|
+
ThemeStyling = Shapes::StringShape.new(name: 'ThemeStyling')
|
318
|
+
ThemeTitleText = Shapes::StringShape.new(name: 'ThemeTitleText')
|
300
319
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
301
320
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
302
321
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -314,6 +333,8 @@ module Aws::AppStream
|
|
314
333
|
UpdateImagePermissionsResult = Shapes::StructureShape.new(name: 'UpdateImagePermissionsResult')
|
315
334
|
UpdateStackRequest = Shapes::StructureShape.new(name: 'UpdateStackRequest')
|
316
335
|
UpdateStackResult = Shapes::StructureShape.new(name: 'UpdateStackResult')
|
336
|
+
UpdateThemeForStackRequest = Shapes::StructureShape.new(name: 'UpdateThemeForStackRequest')
|
337
|
+
UpdateThemeForStackResult = Shapes::StructureShape.new(name: 'UpdateThemeForStackResult')
|
317
338
|
UsageReportExecutionErrorCode = Shapes::StringShape.new(name: 'UsageReportExecutionErrorCode')
|
318
339
|
UsageReportSchedule = Shapes::StringShape.new(name: 'UsageReportSchedule')
|
319
340
|
UsageReportSubscription = Shapes::StructureShape.new(name: 'UsageReportSubscription')
|
@@ -648,6 +669,17 @@ module Aws::AppStream
|
|
648
669
|
CreateStreamingURLResult.add_member(:expires, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Expires"))
|
649
670
|
CreateStreamingURLResult.struct_class = Types::CreateStreamingURLResult
|
650
671
|
|
672
|
+
CreateThemeForStackRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
|
673
|
+
CreateThemeForStackRequest.add_member(:footer_links, Shapes::ShapeRef.new(shape: ThemeFooterLinks, location_name: "FooterLinks"))
|
674
|
+
CreateThemeForStackRequest.add_member(:title_text, Shapes::ShapeRef.new(shape: ThemeTitleText, required: true, location_name: "TitleText"))
|
675
|
+
CreateThemeForStackRequest.add_member(:theme_styling, Shapes::ShapeRef.new(shape: ThemeStyling, required: true, location_name: "ThemeStyling"))
|
676
|
+
CreateThemeForStackRequest.add_member(:organization_logo_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "OrganizationLogoS3Location"))
|
677
|
+
CreateThemeForStackRequest.add_member(:favicon_s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "FaviconS3Location"))
|
678
|
+
CreateThemeForStackRequest.struct_class = Types::CreateThemeForStackRequest
|
679
|
+
|
680
|
+
CreateThemeForStackResult.add_member(:theme, Shapes::ShapeRef.new(shape: Theme, location_name: "Theme"))
|
681
|
+
CreateThemeForStackResult.struct_class = Types::CreateThemeForStackResult
|
682
|
+
|
651
683
|
CreateUpdatedImageRequest.add_member(:existing_image_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "existingImageName"))
|
652
684
|
CreateUpdatedImageRequest.add_member(:new_image_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "newImageName"))
|
653
685
|
CreateUpdatedImageRequest.add_member(:new_image_description, Shapes::ShapeRef.new(shape: Description, location_name: "newImageDescription"))
|
@@ -729,6 +761,11 @@ module Aws::AppStream
|
|
729
761
|
|
730
762
|
DeleteStackResult.struct_class = Types::DeleteStackResult
|
731
763
|
|
764
|
+
DeleteThemeForStackRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
|
765
|
+
DeleteThemeForStackRequest.struct_class = Types::DeleteThemeForStackRequest
|
766
|
+
|
767
|
+
DeleteThemeForStackResult.struct_class = Types::DeleteThemeForStackResult
|
768
|
+
|
732
769
|
DeleteUsageReportSubscriptionRequest.struct_class = Types::DeleteUsageReportSubscriptionRequest
|
733
770
|
|
734
771
|
DeleteUsageReportSubscriptionResult.struct_class = Types::DeleteUsageReportSubscriptionResult
|
@@ -865,6 +902,12 @@ module Aws::AppStream
|
|
865
902
|
DescribeStacksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
866
903
|
DescribeStacksResult.struct_class = Types::DescribeStacksResult
|
867
904
|
|
905
|
+
DescribeThemeForStackRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
|
906
|
+
DescribeThemeForStackRequest.struct_class = Types::DescribeThemeForStackRequest
|
907
|
+
|
908
|
+
DescribeThemeForStackResult.add_member(:theme, Shapes::ShapeRef.new(shape: Theme, location_name: "Theme"))
|
909
|
+
DescribeThemeForStackResult.struct_class = Types::DescribeThemeForStackResult
|
910
|
+
|
868
911
|
DescribeUsageReportSubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
869
912
|
DescribeUsageReportSubscriptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
870
913
|
DescribeUsageReportSubscriptionsRequest.struct_class = Types::DescribeUsageReportSubscriptionsRequest
|
@@ -1042,6 +1085,10 @@ module Aws::AppStream
|
|
1042
1085
|
Image.add_member(:appstream_agent_version, Shapes::ShapeRef.new(shape: AppstreamAgentVersion, location_name: "AppstreamAgentVersion"))
|
1043
1086
|
Image.add_member(:image_permissions, Shapes::ShapeRef.new(shape: ImagePermissions, location_name: "ImagePermissions"))
|
1044
1087
|
Image.add_member(:image_errors, Shapes::ShapeRef.new(shape: ResourceErrors, location_name: "ImageErrors"))
|
1088
|
+
Image.add_member(:latest_appstream_agent_version, Shapes::ShapeRef.new(shape: LatestAppstreamAgentVersion, location_name: "LatestAppstreamAgentVersion"))
|
1089
|
+
Image.add_member(:supported_instance_families, Shapes::ShapeRef.new(shape: StringList, location_name: "SupportedInstanceFamilies"))
|
1090
|
+
Image.add_member(:dynamic_app_providers_enabled, Shapes::ShapeRef.new(shape: DynamicAppProvidersEnabled, location_name: "DynamicAppProvidersEnabled"))
|
1091
|
+
Image.add_member(:image_shared_with_others, Shapes::ShapeRef.new(shape: ImageSharedWithOthers, location_name: "ImageSharedWithOthers"))
|
1045
1092
|
Image.struct_class = Types::Image
|
1046
1093
|
|
1047
1094
|
ImageBuilder.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
@@ -1062,6 +1109,7 @@ module Aws::AppStream
|
|
1062
1109
|
ImageBuilder.add_member(:image_builder_errors, Shapes::ShapeRef.new(shape: ResourceErrors, location_name: "ImageBuilderErrors"))
|
1063
1110
|
ImageBuilder.add_member(:appstream_agent_version, Shapes::ShapeRef.new(shape: AppstreamAgentVersion, location_name: "AppstreamAgentVersion"))
|
1064
1111
|
ImageBuilder.add_member(:access_endpoints, Shapes::ShapeRef.new(shape: AccessEndpointList, location_name: "AccessEndpoints"))
|
1112
|
+
ImageBuilder.add_member(:latest_appstream_agent_version, Shapes::ShapeRef.new(shape: LatestAppstreamAgentVersion, location_name: "LatestAppstreamAgentVersion"))
|
1065
1113
|
ImageBuilder.struct_class = Types::ImageBuilder
|
1066
1114
|
|
1067
1115
|
ImageBuilderList.member = Shapes::ShapeRef.new(shape: ImageBuilder)
|
@@ -1292,6 +1340,24 @@ module Aws::AppStream
|
|
1292
1340
|
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
1293
1341
|
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
1294
1342
|
|
1343
|
+
Theme.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, location_name: "StackName"))
|
1344
|
+
Theme.add_member(:state, Shapes::ShapeRef.new(shape: ThemeState, location_name: "State"))
|
1345
|
+
Theme.add_member(:theme_title_text, Shapes::ShapeRef.new(shape: ThemeTitleText, location_name: "ThemeTitleText"))
|
1346
|
+
Theme.add_member(:theme_styling, Shapes::ShapeRef.new(shape: ThemeStyling, location_name: "ThemeStyling"))
|
1347
|
+
Theme.add_member(:theme_footer_links, Shapes::ShapeRef.new(shape: ThemeFooterLinks, location_name: "ThemeFooterLinks"))
|
1348
|
+
Theme.add_member(:theme_organization_logo_url, Shapes::ShapeRef.new(shape: String, location_name: "ThemeOrganizationLogoURL"))
|
1349
|
+
Theme.add_member(:theme_favicon_url, Shapes::ShapeRef.new(shape: String, location_name: "ThemeFaviconURL"))
|
1350
|
+
Theme.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
1351
|
+
Theme.struct_class = Types::Theme
|
1352
|
+
|
1353
|
+
ThemeAttributes.member = Shapes::ShapeRef.new(shape: ThemeAttribute)
|
1354
|
+
|
1355
|
+
ThemeFooterLink.add_member(:display_name, Shapes::ShapeRef.new(shape: ThemeFooterLinkDisplayName, location_name: "DisplayName"))
|
1356
|
+
ThemeFooterLink.add_member(:footer_link_url, Shapes::ShapeRef.new(shape: ThemeFooterLinkURL, location_name: "FooterLinkURL"))
|
1357
|
+
ThemeFooterLink.struct_class = Types::ThemeFooterLink
|
1358
|
+
|
1359
|
+
ThemeFooterLinks.member = Shapes::ShapeRef.new(shape: ThemeFooterLink)
|
1360
|
+
|
1295
1361
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
|
1296
1362
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
1297
1363
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1398,6 +1464,19 @@ module Aws::AppStream
|
|
1398
1464
|
UpdateStackResult.add_member(:stack, Shapes::ShapeRef.new(shape: Stack, location_name: "Stack"))
|
1399
1465
|
UpdateStackResult.struct_class = Types::UpdateStackResult
|
1400
1466
|
|
1467
|
+
UpdateThemeForStackRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "StackName"))
|
1468
|
+
UpdateThemeForStackRequest.add_member(:footer_links, Shapes::ShapeRef.new(shape: ThemeFooterLinks, location_name: "FooterLinks"))
|
1469
|
+
UpdateThemeForStackRequest.add_member(:title_text, Shapes::ShapeRef.new(shape: ThemeTitleText, location_name: "TitleText"))
|
1470
|
+
UpdateThemeForStackRequest.add_member(:theme_styling, Shapes::ShapeRef.new(shape: ThemeStyling, location_name: "ThemeStyling"))
|
1471
|
+
UpdateThemeForStackRequest.add_member(:organization_logo_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "OrganizationLogoS3Location"))
|
1472
|
+
UpdateThemeForStackRequest.add_member(:favicon_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "FaviconS3Location"))
|
1473
|
+
UpdateThemeForStackRequest.add_member(:state, Shapes::ShapeRef.new(shape: ThemeState, location_name: "State"))
|
1474
|
+
UpdateThemeForStackRequest.add_member(:attributes_to_delete, Shapes::ShapeRef.new(shape: ThemeAttributes, location_name: "AttributesToDelete"))
|
1475
|
+
UpdateThemeForStackRequest.struct_class = Types::UpdateThemeForStackRequest
|
1476
|
+
|
1477
|
+
UpdateThemeForStackResult.add_member(:theme, Shapes::ShapeRef.new(shape: Theme, location_name: "Theme"))
|
1478
|
+
UpdateThemeForStackResult.struct_class = Types::UpdateThemeForStackResult
|
1479
|
+
|
1401
1480
|
UsageReportSubscription.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketName"))
|
1402
1481
|
UsageReportSubscription.add_member(:schedule, Shapes::ShapeRef.new(shape: UsageReportSchedule, location_name: "Schedule"))
|
1403
1482
|
UsageReportSubscription.add_member(:last_generated_report_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastGeneratedReportDate"))
|
@@ -1709,6 +1788,20 @@ module Aws::AppStream
|
|
1709
1788
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
1710
1789
|
end)
|
1711
1790
|
|
1791
|
+
api.add_operation(:create_theme_for_stack, Seahorse::Model::Operation.new.tap do |o|
|
1792
|
+
o.name = "CreateThemeForStack"
|
1793
|
+
o.http_method = "POST"
|
1794
|
+
o.http_request_uri = "/"
|
1795
|
+
o.input = Shapes::ShapeRef.new(shape: CreateThemeForStackRequest)
|
1796
|
+
o.output = Shapes::ShapeRef.new(shape: CreateThemeForStackResult)
|
1797
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1803
|
+
end)
|
1804
|
+
|
1712
1805
|
api.add_operation(:create_updated_image, Seahorse::Model::Operation.new.tap do |o|
|
1713
1806
|
o.name = "CreateUpdatedImage"
|
1714
1807
|
o.http_method = "POST"
|
@@ -1862,6 +1955,17 @@ module Aws::AppStream
|
|
1862
1955
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1863
1956
|
end)
|
1864
1957
|
|
1958
|
+
api.add_operation(:delete_theme_for_stack, Seahorse::Model::Operation.new.tap do |o|
|
1959
|
+
o.name = "DeleteThemeForStack"
|
1960
|
+
o.http_method = "POST"
|
1961
|
+
o.http_request_uri = "/"
|
1962
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteThemeForStackRequest)
|
1963
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteThemeForStackResult)
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1965
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1966
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1967
|
+
end)
|
1968
|
+
|
1865
1969
|
api.add_operation(:delete_usage_report_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1866
1970
|
o.name = "DeleteUsageReportSubscription"
|
1867
1971
|
o.http_method = "POST"
|
@@ -2030,6 +2134,16 @@ module Aws::AppStream
|
|
2030
2134
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2031
2135
|
end)
|
2032
2136
|
|
2137
|
+
api.add_operation(:describe_theme_for_stack, Seahorse::Model::Operation.new.tap do |o|
|
2138
|
+
o.name = "DescribeThemeForStack"
|
2139
|
+
o.http_method = "POST"
|
2140
|
+
o.http_request_uri = "/"
|
2141
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeThemeForStackRequest)
|
2142
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeThemeForStackResult)
|
2143
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2144
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
2145
|
+
end)
|
2146
|
+
|
2033
2147
|
api.add_operation(:describe_usage_report_subscriptions, Seahorse::Model::Operation.new.tap do |o|
|
2034
2148
|
o.name = "DescribeUsageReportSubscriptions"
|
2035
2149
|
o.http_method = "POST"
|
@@ -2367,6 +2481,20 @@ module Aws::AppStream
|
|
2367
2481
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
2368
2482
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2369
2483
|
end)
|
2484
|
+
|
2485
|
+
api.add_operation(:update_theme_for_stack, Seahorse::Model::Operation.new.tap do |o|
|
2486
|
+
o.name = "UpdateThemeForStack"
|
2487
|
+
o.http_method = "POST"
|
2488
|
+
o.http_request_uri = "/"
|
2489
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateThemeForStackRequest)
|
2490
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateThemeForStackResult)
|
2491
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2492
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2493
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2494
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
|
2495
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
2496
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
2497
|
+
end)
|
2370
2498
|
end
|
2371
2499
|
|
2372
2500
|
end
|
@@ -264,6 +264,20 @@ module Aws::AppStream
|
|
264
264
|
end
|
265
265
|
end
|
266
266
|
|
267
|
+
class CreateThemeForStack
|
268
|
+
def self.build(context)
|
269
|
+
unless context.config.regional_endpoint
|
270
|
+
endpoint = context.config.endpoint.to_s
|
271
|
+
end
|
272
|
+
Aws::AppStream::EndpointParameters.new(
|
273
|
+
region: context.config.region,
|
274
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
275
|
+
use_fips: context.config.use_fips_endpoint,
|
276
|
+
endpoint: endpoint,
|
277
|
+
)
|
278
|
+
end
|
279
|
+
end
|
280
|
+
|
267
281
|
class CreateUpdatedImage
|
268
282
|
def self.build(context)
|
269
283
|
unless context.config.regional_endpoint
|
@@ -446,6 +460,20 @@ module Aws::AppStream
|
|
446
460
|
end
|
447
461
|
end
|
448
462
|
|
463
|
+
class DeleteThemeForStack
|
464
|
+
def self.build(context)
|
465
|
+
unless context.config.regional_endpoint
|
466
|
+
endpoint = context.config.endpoint.to_s
|
467
|
+
end
|
468
|
+
Aws::AppStream::EndpointParameters.new(
|
469
|
+
region: context.config.region,
|
470
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
471
|
+
use_fips: context.config.use_fips_endpoint,
|
472
|
+
endpoint: endpoint,
|
473
|
+
)
|
474
|
+
end
|
475
|
+
end
|
476
|
+
|
449
477
|
class DeleteUsageReportSubscription
|
450
478
|
def self.build(context)
|
451
479
|
unless context.config.regional_endpoint
|
@@ -656,6 +684,20 @@ module Aws::AppStream
|
|
656
684
|
end
|
657
685
|
end
|
658
686
|
|
687
|
+
class DescribeThemeForStack
|
688
|
+
def self.build(context)
|
689
|
+
unless context.config.regional_endpoint
|
690
|
+
endpoint = context.config.endpoint.to_s
|
691
|
+
end
|
692
|
+
Aws::AppStream::EndpointParameters.new(
|
693
|
+
region: context.config.region,
|
694
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
695
|
+
use_fips: context.config.use_fips_endpoint,
|
696
|
+
endpoint: endpoint,
|
697
|
+
)
|
698
|
+
end
|
699
|
+
end
|
700
|
+
|
659
701
|
class DescribeUsageReportSubscriptions
|
660
702
|
def self.build(context)
|
661
703
|
unless context.config.regional_endpoint
|
@@ -1062,5 +1104,19 @@ module Aws::AppStream
|
|
1062
1104
|
end
|
1063
1105
|
end
|
1064
1106
|
|
1107
|
+
class UpdateThemeForStack
|
1108
|
+
def self.build(context)
|
1109
|
+
unless context.config.regional_endpoint
|
1110
|
+
endpoint = context.config.endpoint.to_s
|
1111
|
+
end
|
1112
|
+
Aws::AppStream::EndpointParameters.new(
|
1113
|
+
region: context.config.region,
|
1114
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1115
|
+
use_fips: context.config.use_fips_endpoint,
|
1116
|
+
endpoint: endpoint,
|
1117
|
+
)
|
1118
|
+
end
|
1119
|
+
end
|
1120
|
+
|
1065
1121
|
end
|
1066
1122
|
end
|
@@ -94,6 +94,8 @@ module Aws::AppStream
|
|
94
94
|
Aws::AppStream::Endpoints::CreateStack.build(context)
|
95
95
|
when :create_streaming_url
|
96
96
|
Aws::AppStream::Endpoints::CreateStreamingURL.build(context)
|
97
|
+
when :create_theme_for_stack
|
98
|
+
Aws::AppStream::Endpoints::CreateThemeForStack.build(context)
|
97
99
|
when :create_updated_image
|
98
100
|
Aws::AppStream::Endpoints::CreateUpdatedImage.build(context)
|
99
101
|
when :create_usage_report_subscription
|
@@ -120,6 +122,8 @@ module Aws::AppStream
|
|
120
122
|
Aws::AppStream::Endpoints::DeleteImagePermissions.build(context)
|
121
123
|
when :delete_stack
|
122
124
|
Aws::AppStream::Endpoints::DeleteStack.build(context)
|
125
|
+
when :delete_theme_for_stack
|
126
|
+
Aws::AppStream::Endpoints::DeleteThemeForStack.build(context)
|
123
127
|
when :delete_usage_report_subscription
|
124
128
|
Aws::AppStream::Endpoints::DeleteUsageReportSubscription.build(context)
|
125
129
|
when :delete_user
|
@@ -150,6 +154,8 @@ module Aws::AppStream
|
|
150
154
|
Aws::AppStream::Endpoints::DescribeSessions.build(context)
|
151
155
|
when :describe_stacks
|
152
156
|
Aws::AppStream::Endpoints::DescribeStacks.build(context)
|
157
|
+
when :describe_theme_for_stack
|
158
|
+
Aws::AppStream::Endpoints::DescribeThemeForStack.build(context)
|
153
159
|
when :describe_usage_report_subscriptions
|
154
160
|
Aws::AppStream::Endpoints::DescribeUsageReportSubscriptions.build(context)
|
155
161
|
when :describe_user_stack_associations
|
@@ -208,6 +214,8 @@ module Aws::AppStream
|
|
208
214
|
Aws::AppStream::Endpoints::UpdateImagePermissions.build(context)
|
209
215
|
when :update_stack
|
210
216
|
Aws::AppStream::Endpoints::UpdateStack.build(context)
|
217
|
+
when :update_theme_for_stack
|
218
|
+
Aws::AppStream::Endpoints::UpdateThemeForStack.build(context)
|
211
219
|
end
|
212
220
|
end
|
213
221
|
end
|