aws-sdk-appstream 1.92.0 → 1.94.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.
- 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
data/sig/types.rbs
CHANGED
@@ -72,7 +72,7 @@ module Aws::AppStream
|
|
72
72
|
attr_accessor arn: ::String
|
73
73
|
attr_accessor app_block_arn: ::String
|
74
74
|
attr_accessor icon_s3_location: Types::S3Location
|
75
|
-
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")]
|
75
|
+
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")]
|
76
76
|
attr_accessor instance_families: ::Array[::String]
|
77
77
|
attr_accessor created_time: ::Time
|
78
78
|
SENSITIVE: []
|
@@ -256,7 +256,7 @@ module Aws::AppStream
|
|
256
256
|
attr_accessor launch_path: ::String
|
257
257
|
attr_accessor working_directory: ::String
|
258
258
|
attr_accessor launch_parameters: ::String
|
259
|
-
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")]
|
259
|
+
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")]
|
260
260
|
attr_accessor instance_families: ::Array[::String]
|
261
261
|
attr_accessor app_block_arn: ::String
|
262
262
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -313,7 +313,7 @@ module Aws::AppStream
|
|
313
313
|
attr_accessor idle_disconnect_timeout_in_seconds: ::Integer
|
314
314
|
attr_accessor iam_role_arn: ::String
|
315
315
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
316
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
|
316
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
317
317
|
attr_accessor max_concurrent_sessions: ::Integer
|
318
318
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
319
319
|
attr_accessor session_script_s3_location: Types::S3Location
|
@@ -397,6 +397,21 @@ module Aws::AppStream
|
|
397
397
|
SENSITIVE: []
|
398
398
|
end
|
399
399
|
|
400
|
+
class CreateThemeForStackRequest
|
401
|
+
attr_accessor stack_name: ::String
|
402
|
+
attr_accessor footer_links: ::Array[Types::ThemeFooterLink]
|
403
|
+
attr_accessor title_text: ::String
|
404
|
+
attr_accessor theme_styling: ("LIGHT_BLUE" | "BLUE" | "PINK" | "RED")
|
405
|
+
attr_accessor organization_logo_s3_location: Types::S3Location
|
406
|
+
attr_accessor favicon_s3_location: Types::S3Location
|
407
|
+
SENSITIVE: []
|
408
|
+
end
|
409
|
+
|
410
|
+
class CreateThemeForStackResult
|
411
|
+
attr_accessor theme: Types::Theme
|
412
|
+
SENSITIVE: []
|
413
|
+
end
|
414
|
+
|
400
415
|
class CreateUpdatedImageRequest
|
401
416
|
attr_accessor existing_image_name: ::String
|
402
417
|
attr_accessor new_image_name: ::String
|
@@ -520,6 +535,14 @@ module Aws::AppStream
|
|
520
535
|
class DeleteStackResult < Aws::EmptyStructure
|
521
536
|
end
|
522
537
|
|
538
|
+
class DeleteThemeForStackRequest
|
539
|
+
attr_accessor stack_name: ::String
|
540
|
+
SENSITIVE: []
|
541
|
+
end
|
542
|
+
|
543
|
+
class DeleteThemeForStackResult < Aws::EmptyStructure
|
544
|
+
end
|
545
|
+
|
523
546
|
class DeleteUsageReportSubscriptionRequest < Aws::EmptyStructure
|
524
547
|
end
|
525
548
|
|
@@ -713,6 +736,16 @@ module Aws::AppStream
|
|
713
736
|
SENSITIVE: []
|
714
737
|
end
|
715
738
|
|
739
|
+
class DescribeThemeForStackRequest
|
740
|
+
attr_accessor stack_name: ::String
|
741
|
+
SENSITIVE: []
|
742
|
+
end
|
743
|
+
|
744
|
+
class DescribeThemeForStackResult
|
745
|
+
attr_accessor theme: Types::Theme
|
746
|
+
SENSITIVE: []
|
747
|
+
end
|
748
|
+
|
716
749
|
class DescribeUsageReportSubscriptionsRequest
|
717
750
|
attr_accessor max_results: ::Integer
|
718
751
|
attr_accessor next_token: ::String
|
@@ -890,7 +923,7 @@ module Aws::AppStream
|
|
890
923
|
attr_accessor idle_disconnect_timeout_in_seconds: ::Integer
|
891
924
|
attr_accessor iam_role_arn: ::String
|
892
925
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
893
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
|
926
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
894
927
|
attr_accessor max_concurrent_sessions: ::Integer
|
895
928
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
896
929
|
attr_accessor session_script_s3_location: Types::S3Location
|
@@ -913,7 +946,7 @@ module Aws::AppStream
|
|
913
946
|
attr_accessor visibility: ("PUBLIC" | "PRIVATE" | "SHARED")
|
914
947
|
attr_accessor image_builder_supported: bool
|
915
948
|
attr_accessor image_builder_name: ::String
|
916
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
|
949
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
917
950
|
attr_accessor description: ::String
|
918
951
|
attr_accessor state_change_reason: Types::ImageStateChangeReason
|
919
952
|
attr_accessor applications: ::Array[Types::Application]
|
@@ -922,6 +955,10 @@ module Aws::AppStream
|
|
922
955
|
attr_accessor appstream_agent_version: ::String
|
923
956
|
attr_accessor image_permissions: Types::ImagePermissions
|
924
957
|
attr_accessor image_errors: ::Array[Types::ResourceError]
|
958
|
+
attr_accessor latest_appstream_agent_version: ("TRUE" | "FALSE")
|
959
|
+
attr_accessor supported_instance_families: ::Array[::String]
|
960
|
+
attr_accessor dynamic_app_providers_enabled: ("ENABLED" | "DISABLED")
|
961
|
+
attr_accessor image_shared_with_others: ("TRUE" | "FALSE")
|
925
962
|
SENSITIVE: []
|
926
963
|
end
|
927
964
|
|
@@ -933,7 +970,7 @@ module Aws::AppStream
|
|
933
970
|
attr_accessor display_name: ::String
|
934
971
|
attr_accessor vpc_config: Types::VpcConfig
|
935
972
|
attr_accessor instance_type: ::String
|
936
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
|
973
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
937
974
|
attr_accessor iam_role_arn: ::String
|
938
975
|
attr_accessor state: ("PENDING" | "UPDATING_AGENT" | "RUNNING" | "STOPPING" | "STOPPED" | "REBOOTING" | "SNAPSHOTTING" | "DELETING" | "FAILED" | "UPDATING" | "PENDING_QUALIFICATION")
|
939
976
|
attr_accessor state_change_reason: Types::ImageBuilderStateChangeReason
|
@@ -944,6 +981,7 @@ module Aws::AppStream
|
|
944
981
|
attr_accessor image_builder_errors: ::Array[Types::ResourceError]
|
945
982
|
attr_accessor appstream_agent_version: ::String
|
946
983
|
attr_accessor access_endpoints: ::Array[Types::AccessEndpoint]
|
984
|
+
attr_accessor latest_appstream_agent_version: ("TRUE" | "FALSE")
|
947
985
|
SENSITIVE: []
|
948
986
|
end
|
949
987
|
|
@@ -1230,6 +1268,24 @@ module Aws::AppStream
|
|
1230
1268
|
class TagResourceResponse < Aws::EmptyStructure
|
1231
1269
|
end
|
1232
1270
|
|
1271
|
+
class Theme
|
1272
|
+
attr_accessor stack_name: ::String
|
1273
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
1274
|
+
attr_accessor theme_title_text: ::String
|
1275
|
+
attr_accessor theme_styling: ("LIGHT_BLUE" | "BLUE" | "PINK" | "RED")
|
1276
|
+
attr_accessor theme_footer_links: ::Array[Types::ThemeFooterLink]
|
1277
|
+
attr_accessor theme_organization_logo_url: ::String
|
1278
|
+
attr_accessor theme_favicon_url: ::String
|
1279
|
+
attr_accessor created_time: ::Time
|
1280
|
+
SENSITIVE: []
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class ThemeFooterLink
|
1284
|
+
attr_accessor display_name: ::String
|
1285
|
+
attr_accessor footer_link_url: ::String
|
1286
|
+
SENSITIVE: []
|
1287
|
+
end
|
1288
|
+
|
1233
1289
|
class UntagResourceRequest
|
1234
1290
|
attr_accessor resource_arn: ::String
|
1235
1291
|
attr_accessor tag_keys: ::Array[::String]
|
@@ -1243,7 +1299,7 @@ module Aws::AppStream
|
|
1243
1299
|
attr_accessor name: ::String
|
1244
1300
|
attr_accessor description: ::String
|
1245
1301
|
attr_accessor display_name: ::String
|
1246
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
|
1302
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
1247
1303
|
attr_accessor instance_type: ::String
|
1248
1304
|
attr_accessor vpc_config: Types::VpcConfig
|
1249
1305
|
attr_accessor enable_default_internet_access: bool
|
@@ -1321,7 +1377,7 @@ module Aws::AppStream
|
|
1321
1377
|
attr_accessor attributes_to_delete: ::Array[("VPC_CONFIGURATION" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS" | "DOMAIN_JOIN_INFO" | "IAM_ROLE_ARN" | "USB_DEVICE_FILTER_STRINGS" | "SESSION_SCRIPT_S3_LOCATION" | "MAX_SESSIONS_PER_INSTANCE")]
|
1322
1378
|
attr_accessor iam_role_arn: ::String
|
1323
1379
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
1324
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
|
1380
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
1325
1381
|
attr_accessor max_concurrent_sessions: ::Integer
|
1326
1382
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
1327
1383
|
attr_accessor session_script_s3_location: Types::S3Location
|
@@ -1366,6 +1422,23 @@ module Aws::AppStream
|
|
1366
1422
|
SENSITIVE: []
|
1367
1423
|
end
|
1368
1424
|
|
1425
|
+
class UpdateThemeForStackRequest
|
1426
|
+
attr_accessor stack_name: ::String
|
1427
|
+
attr_accessor footer_links: ::Array[Types::ThemeFooterLink]
|
1428
|
+
attr_accessor title_text: ::String
|
1429
|
+
attr_accessor theme_styling: ("LIGHT_BLUE" | "BLUE" | "PINK" | "RED")
|
1430
|
+
attr_accessor organization_logo_s3_location: Types::S3Location
|
1431
|
+
attr_accessor favicon_s3_location: Types::S3Location
|
1432
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
1433
|
+
attr_accessor attributes_to_delete: ::Array[("FOOTER_LINKS")]
|
1434
|
+
SENSITIVE: []
|
1435
|
+
end
|
1436
|
+
|
1437
|
+
class UpdateThemeForStackResult
|
1438
|
+
attr_accessor theme: Types::Theme
|
1439
|
+
SENSITIVE: []
|
1440
|
+
end
|
1441
|
+
|
1369
1442
|
class UsageReportSubscription
|
1370
1443
|
attr_accessor s3_bucket_name: ::String
|
1371
1444
|
attr_accessor schedule: ("DAILY")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appstream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.94.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|