aws-sdk-appstream 1.82.0 → 1.84.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 +27 -22
- data/lib/aws-sdk-appstream/client_api.rb +2 -0
- data/lib/aws-sdk-appstream/types.rb +21 -1
- data/lib/aws-sdk-appstream.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05dd047245715485124d37808c7105a99465e6f0ba668e8ad5207789241bb37b
|
|
4
|
+
data.tar.gz: b88ebdc87ac8f032f627dd20056a348d6ad2623937b0838f6318010aad89e6da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfe4608a832e0d5ff31a649cdc8ef2ba112675cf7f6f8cd22ded4b817204f11a0914dc66f2ed1ff07f11fa0b08db68bd6dd7fa107724fc11a23ca8c9aec1d342
|
|
7
|
+
data.tar.gz: 942a4f91e90c43169923af21fbcf4e3f4f1164cb03b262ccb20dd5439c2d300dbc063c1e99e4eb704824117cd4f2c92b212c2acbd3d1dbdf15b36308560e9e87
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.84.0 (2023-12-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
|
|
8
|
+
|
|
9
|
+
1.83.0 (2023-12-14)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release includes support for images of Windows Server 2022 platform.
|
|
13
|
+
|
|
4
14
|
1.82.0 (2023-11-28)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.84.0
|
|
@@ -1005,7 +1005,7 @@ module Aws::AppStream
|
|
|
1005
1005
|
# launch_path: "String", # required
|
|
1006
1006
|
# working_directory: "String",
|
|
1007
1007
|
# launch_parameters: "String",
|
|
1008
|
-
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
|
|
1008
|
+
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
|
|
1009
1009
|
# instance_families: ["String"], # required
|
|
1010
1010
|
# app_block_arn: "Arn", # required
|
|
1011
1011
|
# tags: {
|
|
@@ -1030,7 +1030,7 @@ module Aws::AppStream
|
|
|
1030
1030
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
|
1031
1031
|
# resp.application.icon_s3_location.s3_key #=> String
|
|
1032
1032
|
# resp.application.platforms #=> Array
|
|
1033
|
-
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
1033
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
1034
1034
|
# resp.application.instance_families #=> Array
|
|
1035
1035
|
# resp.application.instance_families[0] #=> String
|
|
1036
1036
|
# resp.application.created_time #=> Time
|
|
@@ -1457,7 +1457,7 @@ module Aws::AppStream
|
|
|
1457
1457
|
# idle_disconnect_timeout_in_seconds: 1,
|
|
1458
1458
|
# iam_role_arn: "Arn",
|
|
1459
1459
|
# stream_view: "APP", # accepts APP, DESKTOP
|
|
1460
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
|
|
1460
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
|
|
1461
1461
|
# max_concurrent_sessions: 1,
|
|
1462
1462
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
|
1463
1463
|
# session_script_s3_location: {
|
|
@@ -1502,7 +1502,7 @@ module Aws::AppStream
|
|
|
1502
1502
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
|
1503
1503
|
# resp.fleet.iam_role_arn #=> String
|
|
1504
1504
|
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
|
1505
|
-
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
1505
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
1506
1506
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
|
1507
1507
|
# resp.fleet.usb_device_filter_strings #=> Array
|
|
1508
1508
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
|
@@ -1714,7 +1714,7 @@ module Aws::AppStream
|
|
|
1714
1714
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
1715
1715
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
1716
1716
|
# resp.image_builder.instance_type #=> String
|
|
1717
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
1717
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
1718
1718
|
# resp.image_builder.iam_role_arn #=> String
|
|
1719
1719
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
|
1720
1720
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -1869,6 +1869,7 @@ module Aws::AppStream
|
|
|
1869
1869
|
# {
|
|
1870
1870
|
# action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
|
|
1871
1871
|
# permission: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
1872
|
+
# maximum_length: 1,
|
|
1872
1873
|
# },
|
|
1873
1874
|
# ],
|
|
1874
1875
|
# application_settings: {
|
|
@@ -1910,6 +1911,7 @@ module Aws::AppStream
|
|
|
1910
1911
|
# resp.stack.user_settings #=> Array
|
|
1911
1912
|
# resp.stack.user_settings[0].action #=> String, one of "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", "CLIPBOARD_COPY_TO_LOCAL_DEVICE", "FILE_UPLOAD", "FILE_DOWNLOAD", "PRINTING_TO_LOCAL_DEVICE", "DOMAIN_PASSWORD_SIGNIN", "DOMAIN_SMART_CARD_SIGNIN"
|
|
1912
1913
|
# resp.stack.user_settings[0].permission #=> String, one of "ENABLED", "DISABLED"
|
|
1914
|
+
# resp.stack.user_settings[0].maximum_length #=> Integer
|
|
1913
1915
|
# resp.stack.application_settings.enabled #=> Boolean
|
|
1914
1916
|
# resp.stack.application_settings.settings_group #=> String
|
|
1915
1917
|
# resp.stack.application_settings.s3_bucket_name #=> String
|
|
@@ -2070,7 +2072,7 @@ module Aws::AppStream
|
|
|
2070
2072
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2071
2073
|
# resp.image.image_builder_supported #=> Boolean
|
|
2072
2074
|
# resp.image.image_builder_name #=> String
|
|
2073
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
2075
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
2074
2076
|
# resp.image.description #=> String
|
|
2075
2077
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
|
2076
2078
|
# resp.image.state_change_reason.message #=> String
|
|
@@ -2090,7 +2092,7 @@ module Aws::AppStream
|
|
|
2090
2092
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
|
2091
2093
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
|
2092
2094
|
# resp.image.applications[0].platforms #=> Array
|
|
2093
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
2095
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
2094
2096
|
# resp.image.applications[0].instance_families #=> Array
|
|
2095
2097
|
# resp.image.applications[0].instance_families[0] #=> String
|
|
2096
2098
|
# resp.image.applications[0].created_time #=> Time
|
|
@@ -2358,7 +2360,7 @@ module Aws::AppStream
|
|
|
2358
2360
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2359
2361
|
# resp.image.image_builder_supported #=> Boolean
|
|
2360
2362
|
# resp.image.image_builder_name #=> String
|
|
2361
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
2363
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
2362
2364
|
# resp.image.description #=> String
|
|
2363
2365
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
|
2364
2366
|
# resp.image.state_change_reason.message #=> String
|
|
@@ -2378,7 +2380,7 @@ module Aws::AppStream
|
|
|
2378
2380
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
|
2379
2381
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
|
2380
2382
|
# resp.image.applications[0].platforms #=> Array
|
|
2381
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
2383
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
2382
2384
|
# resp.image.applications[0].instance_families #=> Array
|
|
2383
2385
|
# resp.image.applications[0].instance_families[0] #=> String
|
|
2384
2386
|
# resp.image.applications[0].created_time #=> Time
|
|
@@ -2428,7 +2430,7 @@ module Aws::AppStream
|
|
|
2428
2430
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
2429
2431
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
2430
2432
|
# resp.image_builder.instance_type #=> String
|
|
2431
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
2433
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
2432
2434
|
# resp.image_builder.iam_role_arn #=> String
|
|
2433
2435
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
|
2434
2436
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -2816,7 +2818,7 @@ module Aws::AppStream
|
|
|
2816
2818
|
# resp.applications[0].icon_s3_location.s3_bucket #=> String
|
|
2817
2819
|
# resp.applications[0].icon_s3_location.s3_key #=> String
|
|
2818
2820
|
# resp.applications[0].platforms #=> Array
|
|
2819
|
-
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
2821
|
+
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
2820
2822
|
# resp.applications[0].instance_families #=> Array
|
|
2821
2823
|
# resp.applications[0].instance_families[0] #=> String
|
|
2822
2824
|
# resp.applications[0].created_time #=> Time
|
|
@@ -2997,7 +2999,7 @@ module Aws::AppStream
|
|
|
2997
2999
|
# resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
|
|
2998
3000
|
# resp.fleets[0].iam_role_arn #=> String
|
|
2999
3001
|
# resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
|
|
3000
|
-
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
3002
|
+
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
3001
3003
|
# resp.fleets[0].max_concurrent_sessions #=> Integer
|
|
3002
3004
|
# resp.fleets[0].usb_device_filter_strings #=> Array
|
|
3003
3005
|
# resp.fleets[0].usb_device_filter_strings[0] #=> String
|
|
@@ -3061,7 +3063,7 @@ module Aws::AppStream
|
|
|
3061
3063
|
# resp.image_builders[0].vpc_config.security_group_ids #=> Array
|
|
3062
3064
|
# resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
|
|
3063
3065
|
# resp.image_builders[0].instance_type #=> String
|
|
3064
|
-
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
3066
|
+
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
3065
3067
|
# resp.image_builders[0].iam_role_arn #=> String
|
|
3066
3068
|
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
|
3067
3069
|
# resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -3192,7 +3194,7 @@ module Aws::AppStream
|
|
|
3192
3194
|
# resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
3193
3195
|
# resp.images[0].image_builder_supported #=> Boolean
|
|
3194
3196
|
# resp.images[0].image_builder_name #=> String
|
|
3195
|
-
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
3197
|
+
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
3196
3198
|
# resp.images[0].description #=> String
|
|
3197
3199
|
# resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
|
3198
3200
|
# resp.images[0].state_change_reason.message #=> String
|
|
@@ -3212,7 +3214,7 @@ module Aws::AppStream
|
|
|
3212
3214
|
# resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
|
|
3213
3215
|
# resp.images[0].applications[0].icon_s3_location.s3_key #=> String
|
|
3214
3216
|
# resp.images[0].applications[0].platforms #=> Array
|
|
3215
|
-
# resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
3217
|
+
# resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
3216
3218
|
# resp.images[0].applications[0].instance_families #=> Array
|
|
3217
3219
|
# resp.images[0].applications[0].instance_families[0] #=> String
|
|
3218
3220
|
# resp.images[0].applications[0].created_time #=> Time
|
|
@@ -3355,6 +3357,7 @@ module Aws::AppStream
|
|
|
3355
3357
|
# resp.stacks[0].user_settings #=> Array
|
|
3356
3358
|
# resp.stacks[0].user_settings[0].action #=> String, one of "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", "CLIPBOARD_COPY_TO_LOCAL_DEVICE", "FILE_UPLOAD", "FILE_DOWNLOAD", "PRINTING_TO_LOCAL_DEVICE", "DOMAIN_PASSWORD_SIGNIN", "DOMAIN_SMART_CARD_SIGNIN"
|
|
3357
3359
|
# resp.stacks[0].user_settings[0].permission #=> String, one of "ENABLED", "DISABLED"
|
|
3360
|
+
# resp.stacks[0].user_settings[0].maximum_length #=> Integer
|
|
3358
3361
|
# resp.stacks[0].application_settings.enabled #=> Boolean
|
|
3359
3362
|
# resp.stacks[0].application_settings.settings_group #=> String
|
|
3360
3363
|
# resp.stacks[0].application_settings.s3_bucket_name #=> String
|
|
@@ -3993,7 +3996,7 @@ module Aws::AppStream
|
|
|
3993
3996
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
3994
3997
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
3995
3998
|
# resp.image_builder.instance_type #=> String
|
|
3996
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
3999
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
3997
4000
|
# resp.image_builder.iam_role_arn #=> String
|
|
3998
4001
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
|
3999
4002
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -4124,7 +4127,7 @@ module Aws::AppStream
|
|
|
4124
4127
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
4125
4128
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
4126
4129
|
# resp.image_builder.instance_type #=> String
|
|
4127
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
4130
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
4128
4131
|
# resp.image_builder.iam_role_arn #=> String
|
|
4129
4132
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
|
4130
4133
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -4321,7 +4324,7 @@ module Aws::AppStream
|
|
|
4321
4324
|
# name: "Name", # required
|
|
4322
4325
|
# description: "Description",
|
|
4323
4326
|
# display_name: "DisplayName",
|
|
4324
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
|
|
4327
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
|
|
4325
4328
|
# instance_type: "String",
|
|
4326
4329
|
# vpc_config: {
|
|
4327
4330
|
# subnet_ids: ["String"],
|
|
@@ -4442,7 +4445,7 @@ module Aws::AppStream
|
|
|
4442
4445
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
|
4443
4446
|
# resp.application.icon_s3_location.s3_key #=> String
|
|
4444
4447
|
# resp.application.platforms #=> Array
|
|
4445
|
-
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
4448
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
4446
4449
|
# resp.application.instance_families #=> Array
|
|
4447
4450
|
# resp.application.instance_families[0] #=> String
|
|
4448
4451
|
# resp.application.created_time #=> Time
|
|
@@ -4849,7 +4852,7 @@ module Aws::AppStream
|
|
|
4849
4852
|
# attributes_to_delete: ["VPC_CONFIGURATION"], # accepts 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
|
|
4850
4853
|
# iam_role_arn: "Arn",
|
|
4851
4854
|
# stream_view: "APP", # accepts APP, DESKTOP
|
|
4852
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
|
|
4855
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
|
|
4853
4856
|
# max_concurrent_sessions: 1,
|
|
4854
4857
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
|
4855
4858
|
# session_script_s3_location: {
|
|
@@ -4894,7 +4897,7 @@ module Aws::AppStream
|
|
|
4894
4897
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
|
4895
4898
|
# resp.fleet.iam_role_arn #=> String
|
|
4896
4899
|
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
|
4897
|
-
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
|
|
4900
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
|
|
4898
4901
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
|
4899
4902
|
# resp.fleet.usb_device_filter_strings #=> Array
|
|
4900
4903
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
|
@@ -5023,6 +5026,7 @@ module Aws::AppStream
|
|
|
5023
5026
|
# {
|
|
5024
5027
|
# action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
|
|
5025
5028
|
# permission: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
5029
|
+
# maximum_length: 1,
|
|
5026
5030
|
# },
|
|
5027
5031
|
# ],
|
|
5028
5032
|
# application_settings: {
|
|
@@ -5061,6 +5065,7 @@ module Aws::AppStream
|
|
|
5061
5065
|
# resp.stack.user_settings #=> Array
|
|
5062
5066
|
# resp.stack.user_settings[0].action #=> String, one of "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", "CLIPBOARD_COPY_TO_LOCAL_DEVICE", "FILE_UPLOAD", "FILE_DOWNLOAD", "PRINTING_TO_LOCAL_DEVICE", "DOMAIN_PASSWORD_SIGNIN", "DOMAIN_SMART_CARD_SIGNIN"
|
|
5063
5067
|
# resp.stack.user_settings[0].permission #=> String, one of "ENABLED", "DISABLED"
|
|
5068
|
+
# resp.stack.user_settings[0].maximum_length #=> Integer
|
|
5064
5069
|
# resp.stack.application_settings.enabled #=> Boolean
|
|
5065
5070
|
# resp.stack.application_settings.settings_group #=> String
|
|
5066
5071
|
# resp.stack.application_settings.s3_bucket_name #=> String
|
|
@@ -5093,7 +5098,7 @@ module Aws::AppStream
|
|
|
5093
5098
|
params: params,
|
|
5094
5099
|
config: config)
|
|
5095
5100
|
context[:gem_name] = 'aws-sdk-appstream'
|
|
5096
|
-
context[:gem_version] = '1.
|
|
5101
|
+
context[:gem_version] = '1.84.0'
|
|
5097
5102
|
Seahorse::Client::Request.new(handlers, context)
|
|
5098
5103
|
end
|
|
5099
5104
|
|
|
@@ -1422,6 +1422,7 @@ module Aws::AppStream
|
|
|
1422
1422
|
|
|
1423
1423
|
UserSetting.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
|
|
1424
1424
|
UserSetting.add_member(:permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "Permission"))
|
|
1425
|
+
UserSetting.add_member(:maximum_length, Shapes::ShapeRef.new(shape: Integer, location_name: "MaximumLength"))
|
|
1425
1426
|
UserSetting.struct_class = Types::UserSetting
|
|
1426
1427
|
|
|
1427
1428
|
UserSettingList.member = Shapes::ShapeRef.new(shape: UserSetting)
|
|
@@ -1691,6 +1692,7 @@ module Aws::AppStream
|
|
|
1691
1692
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
|
|
1692
1693
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1693
1694
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
|
1694
1696
|
end)
|
|
1695
1697
|
|
|
1696
1698
|
api.add_operation(:create_streaming_url, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -5618,11 +5618,31 @@ module Aws::AppStream
|
|
|
5618
5618
|
# Indicates whether the action is enabled or disabled.
|
|
5619
5619
|
# @return [String]
|
|
5620
5620
|
#
|
|
5621
|
+
# @!attribute [rw] maximum_length
|
|
5622
|
+
# Specifies the number of characters that can be copied by end users
|
|
5623
|
+
# from the local device to the remote session, and to the local device
|
|
5624
|
+
# from the remote session.
|
|
5625
|
+
#
|
|
5626
|
+
# This can be specified only for the
|
|
5627
|
+
# `CLIPBOARD_COPY_FROM_LOCAL_DEVICE` and
|
|
5628
|
+
# `CLIPBOARD_COPY_TO_LOCAL_DEVICE` actions.
|
|
5629
|
+
#
|
|
5630
|
+
# This defaults to 20,971,520 (20 MB) when unspecified and the
|
|
5631
|
+
# permission is `ENABLED`. This can't be specified when the
|
|
5632
|
+
# permission is `DISABLED`.
|
|
5633
|
+
#
|
|
5634
|
+
# This can only be specified for AlwaysOn and OnDemand fleets. The
|
|
5635
|
+
# attribute is not supported on Elastic fleets.
|
|
5636
|
+
#
|
|
5637
|
+
# The value can be between 1 and 20,971,520 (20 MB).
|
|
5638
|
+
# @return [Integer]
|
|
5639
|
+
#
|
|
5621
5640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UserSetting AWS API Documentation
|
|
5622
5641
|
#
|
|
5623
5642
|
class UserSetting < Struct.new(
|
|
5624
5643
|
:action,
|
|
5625
|
-
:permission
|
|
5644
|
+
:permission,
|
|
5645
|
+
:maximum_length)
|
|
5626
5646
|
SENSITIVE = []
|
|
5627
5647
|
include Aws::Structure
|
|
5628
5648
|
end
|
data/lib/aws-sdk-appstream.rb
CHANGED
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.84.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: 2023-
|
|
11
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|