aws-sdk-appstream 1.102.0 → 1.103.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +22 -22
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +8 -8
- 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: 85c114a5ef2873399e1cffd7fde9741c2853997abe7efbb107a06f54c7145dd7
|
4
|
+
data.tar.gz: 678b752ae67d30dc6e656ccfeca34c954e28a25305ab46af634d6f953e07e3b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 311df04606f8e00a80398aaacddbc1f42dcd8b6834150de117825e283a6515402f1bc67b00afe84ca9790fab5ae3a4f59dbde7bb00436ea37e34a567c6c3f53a
|
7
|
+
data.tar.gz: e7fe55c094b790b641c638adc7ef73288ce8ef5fa09995b6dfc0d755d4c12991e6935a4e5dd101af20b4bdba1c2b6f51b9ab07488c4d3ace2a3e8fc830b6f77f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
@@ -1061,7 +1061,7 @@ module Aws::AppStream
|
|
1061
1061
|
# launch_path: "String", # required
|
1062
1062
|
# working_directory: "String",
|
1063
1063
|
# launch_parameters: "String",
|
1064
|
-
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
1064
|
+
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
1065
1065
|
# instance_families: ["String"], # required
|
1066
1066
|
# app_block_arn: "Arn", # required
|
1067
1067
|
# tags: {
|
@@ -1086,7 +1086,7 @@ module Aws::AppStream
|
|
1086
1086
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
1087
1087
|
# resp.application.icon_s3_location.s3_key #=> String
|
1088
1088
|
# resp.application.platforms #=> Array
|
1089
|
-
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
1089
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
1090
1090
|
# resp.application.instance_families #=> Array
|
1091
1091
|
# resp.application.instance_families[0] #=> String
|
1092
1092
|
# resp.application.created_time #=> Time
|
@@ -1527,7 +1527,7 @@ module Aws::AppStream
|
|
1527
1527
|
# idle_disconnect_timeout_in_seconds: 1,
|
1528
1528
|
# iam_role_arn: "Arn",
|
1529
1529
|
# stream_view: "APP", # accepts APP, DESKTOP
|
1530
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
1530
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
1531
1531
|
# max_concurrent_sessions: 1,
|
1532
1532
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
1533
1533
|
# session_script_s3_location: {
|
@@ -1572,7 +1572,7 @@ module Aws::AppStream
|
|
1572
1572
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
1573
1573
|
# resp.fleet.iam_role_arn #=> String
|
1574
1574
|
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
1575
|
-
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
1575
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
1576
1576
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
1577
1577
|
# resp.fleet.usb_device_filter_strings #=> Array
|
1578
1578
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
@@ -1784,7 +1784,7 @@ module Aws::AppStream
|
|
1784
1784
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
1785
1785
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
1786
1786
|
# resp.image_builder.instance_type #=> String
|
1787
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
1787
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
1788
1788
|
# resp.image_builder.iam_role_arn #=> String
|
1789
1789
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
1790
1790
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -2221,7 +2221,7 @@ module Aws::AppStream
|
|
2221
2221
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
2222
2222
|
# resp.image.image_builder_supported #=> Boolean
|
2223
2223
|
# resp.image.image_builder_name #=> String
|
2224
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
2224
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2225
2225
|
# resp.image.description #=> String
|
2226
2226
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
2227
2227
|
# resp.image.state_change_reason.message #=> String
|
@@ -2241,7 +2241,7 @@ module Aws::AppStream
|
|
2241
2241
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
2242
2242
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
2243
2243
|
# resp.image.applications[0].platforms #=> Array
|
2244
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
2244
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2245
2245
|
# resp.image.applications[0].instance_families #=> Array
|
2246
2246
|
# resp.image.applications[0].instance_families[0] #=> String
|
2247
2247
|
# resp.image.applications[0].created_time #=> Time
|
@@ -2514,7 +2514,7 @@ module Aws::AppStream
|
|
2514
2514
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
2515
2515
|
# resp.image.image_builder_supported #=> Boolean
|
2516
2516
|
# resp.image.image_builder_name #=> String
|
2517
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
2517
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2518
2518
|
# resp.image.description #=> String
|
2519
2519
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
2520
2520
|
# resp.image.state_change_reason.message #=> String
|
@@ -2534,7 +2534,7 @@ module Aws::AppStream
|
|
2534
2534
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
2535
2535
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
2536
2536
|
# resp.image.applications[0].platforms #=> Array
|
2537
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
2537
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2538
2538
|
# resp.image.applications[0].instance_families #=> Array
|
2539
2539
|
# resp.image.applications[0].instance_families[0] #=> String
|
2540
2540
|
# resp.image.applications[0].created_time #=> Time
|
@@ -2589,7 +2589,7 @@ module Aws::AppStream
|
|
2589
2589
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
2590
2590
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
2591
2591
|
# resp.image_builder.instance_type #=> String
|
2592
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
2592
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2593
2593
|
# resp.image_builder.iam_role_arn #=> String
|
2594
2594
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
2595
2595
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -3001,7 +3001,7 @@ module Aws::AppStream
|
|
3001
3001
|
# resp.applications[0].icon_s3_location.s3_bucket #=> String
|
3002
3002
|
# resp.applications[0].icon_s3_location.s3_key #=> String
|
3003
3003
|
# resp.applications[0].platforms #=> Array
|
3004
|
-
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
3004
|
+
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3005
3005
|
# resp.applications[0].instance_families #=> Array
|
3006
3006
|
# resp.applications[0].instance_families[0] #=> String
|
3007
3007
|
# resp.applications[0].created_time #=> Time
|
@@ -3182,7 +3182,7 @@ module Aws::AppStream
|
|
3182
3182
|
# resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
|
3183
3183
|
# resp.fleets[0].iam_role_arn #=> String
|
3184
3184
|
# resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
|
3185
|
-
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
3185
|
+
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3186
3186
|
# resp.fleets[0].max_concurrent_sessions #=> Integer
|
3187
3187
|
# resp.fleets[0].usb_device_filter_strings #=> Array
|
3188
3188
|
# resp.fleets[0].usb_device_filter_strings[0] #=> String
|
@@ -3246,7 +3246,7 @@ module Aws::AppStream
|
|
3246
3246
|
# resp.image_builders[0].vpc_config.security_group_ids #=> Array
|
3247
3247
|
# resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
|
3248
3248
|
# resp.image_builders[0].instance_type #=> String
|
3249
|
-
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
3249
|
+
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3250
3250
|
# resp.image_builders[0].iam_role_arn #=> String
|
3251
3251
|
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
3252
3252
|
# resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -3378,7 +3378,7 @@ module Aws::AppStream
|
|
3378
3378
|
# resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
3379
3379
|
# resp.images[0].image_builder_supported #=> Boolean
|
3380
3380
|
# resp.images[0].image_builder_name #=> String
|
3381
|
-
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
3381
|
+
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3382
3382
|
# resp.images[0].description #=> String
|
3383
3383
|
# resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
3384
3384
|
# resp.images[0].state_change_reason.message #=> String
|
@@ -3398,7 +3398,7 @@ module Aws::AppStream
|
|
3398
3398
|
# resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
|
3399
3399
|
# resp.images[0].applications[0].icon_s3_location.s3_key #=> String
|
3400
3400
|
# resp.images[0].applications[0].platforms #=> Array
|
3401
|
-
# resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
3401
|
+
# resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3402
3402
|
# resp.images[0].applications[0].instance_families #=> Array
|
3403
3403
|
# resp.images[0].applications[0].instance_families[0] #=> String
|
3404
3404
|
# resp.images[0].applications[0].created_time #=> Time
|
@@ -4224,7 +4224,7 @@ module Aws::AppStream
|
|
4224
4224
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
4225
4225
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
4226
4226
|
# resp.image_builder.instance_type #=> String
|
4227
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
4227
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
4228
4228
|
# resp.image_builder.iam_role_arn #=> String
|
4229
4229
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
4230
4230
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -4356,7 +4356,7 @@ module Aws::AppStream
|
|
4356
4356
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
4357
4357
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
4358
4358
|
# resp.image_builder.instance_type #=> String
|
4359
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
4359
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
4360
4360
|
# resp.image_builder.iam_role_arn #=> String
|
4361
4361
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
4362
4362
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -4554,7 +4554,7 @@ module Aws::AppStream
|
|
4554
4554
|
# name: "Name", # required
|
4555
4555
|
# description: "Description",
|
4556
4556
|
# display_name: "DisplayName",
|
4557
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
4557
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
4558
4558
|
# instance_type: "String",
|
4559
4559
|
# vpc_config: {
|
4560
4560
|
# subnet_ids: ["String"],
|
@@ -4675,7 +4675,7 @@ module Aws::AppStream
|
|
4675
4675
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
4676
4676
|
# resp.application.icon_s3_location.s3_key #=> String
|
4677
4677
|
# resp.application.platforms #=> Array
|
4678
|
-
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
4678
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
4679
4679
|
# resp.application.instance_families #=> Array
|
4680
4680
|
# resp.application.instance_families[0] #=> String
|
4681
4681
|
# resp.application.created_time #=> Time
|
@@ -5082,7 +5082,7 @@ module Aws::AppStream
|
|
5082
5082
|
# 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
|
5083
5083
|
# iam_role_arn: "Arn",
|
5084
5084
|
# stream_view: "APP", # accepts APP, DESKTOP
|
5085
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
5085
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
5086
5086
|
# max_concurrent_sessions: 1,
|
5087
5087
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
5088
5088
|
# session_script_s3_location: {
|
@@ -5127,7 +5127,7 @@ module Aws::AppStream
|
|
5127
5127
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
5128
5128
|
# resp.fleet.iam_role_arn #=> String
|
5129
5129
|
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
5130
|
-
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
|
5130
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
5131
5131
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
5132
5132
|
# resp.fleet.usb_device_filter_strings #=> Array
|
5133
5133
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
@@ -5420,7 +5420,7 @@ module Aws::AppStream
|
|
5420
5420
|
tracer: tracer
|
5421
5421
|
)
|
5422
5422
|
context[:gem_name] = 'aws-sdk-appstream'
|
5423
|
-
context[:gem_version] = '1.
|
5423
|
+
context[:gem_version] = '1.103.0'
|
5424
5424
|
Seahorse::Client::Request.new(handlers, context)
|
5425
5425
|
end
|
5426
5426
|
|
data/lib/aws-sdk-appstream.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -257,7 +257,7 @@ module Aws
|
|
257
257
|
launch_path: ::String,
|
258
258
|
?working_directory: ::String,
|
259
259
|
?launch_parameters: ::String,
|
260
|
-
platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")],
|
260
|
+
platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")],
|
261
261
|
instance_families: Array[::String],
|
262
262
|
app_block_arn: ::String,
|
263
263
|
?tags: Hash[::String, ::String]
|
@@ -334,7 +334,7 @@ module Aws
|
|
334
334
|
?idle_disconnect_timeout_in_seconds: ::Integer,
|
335
335
|
?iam_role_arn: ::String,
|
336
336
|
?stream_view: ("APP" | "DESKTOP"),
|
337
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
|
337
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
338
338
|
?max_concurrent_sessions: ::Integer,
|
339
339
|
?usb_device_filter_strings: Array[::String],
|
340
340
|
?session_script_s3_location: {
|
@@ -1069,7 +1069,7 @@ module Aws
|
|
1069
1069
|
name: ::String,
|
1070
1070
|
?description: ::String,
|
1071
1071
|
?display_name: ::String,
|
1072
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
|
1072
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
1073
1073
|
?instance_type: ::String,
|
1074
1074
|
?vpc_config: {
|
1075
1075
|
subnet_ids: Array[::String]?,
|
@@ -1178,7 +1178,7 @@ module Aws
|
|
1178
1178
|
?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")],
|
1179
1179
|
?iam_role_arn: ::String,
|
1180
1180
|
?stream_view: ("APP" | "DESKTOP"),
|
1181
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
|
1181
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
1182
1182
|
?max_concurrent_sessions: ::Integer,
|
1183
1183
|
?usb_device_filter_strings: Array[::String],
|
1184
1184
|
?session_script_s3_location: {
|
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" | "RHEL8")]
|
75
|
+
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")]
|
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" | "RHEL8")]
|
259
|
+
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")]
|
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" | "RHEL8")
|
316
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
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
|
@@ -923,7 +923,7 @@ module Aws::AppStream
|
|
923
923
|
attr_accessor idle_disconnect_timeout_in_seconds: ::Integer
|
924
924
|
attr_accessor iam_role_arn: ::String
|
925
925
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
926
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
926
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
927
927
|
attr_accessor max_concurrent_sessions: ::Integer
|
928
928
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
929
929
|
attr_accessor session_script_s3_location: Types::S3Location
|
@@ -946,7 +946,7 @@ module Aws::AppStream
|
|
946
946
|
attr_accessor visibility: ("PUBLIC" | "PRIVATE" | "SHARED")
|
947
947
|
attr_accessor image_builder_supported: bool
|
948
948
|
attr_accessor image_builder_name: ::String
|
949
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
949
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
950
950
|
attr_accessor description: ::String
|
951
951
|
attr_accessor state_change_reason: Types::ImageStateChangeReason
|
952
952
|
attr_accessor applications: ::Array[Types::Application]
|
@@ -970,7 +970,7 @@ module Aws::AppStream
|
|
970
970
|
attr_accessor display_name: ::String
|
971
971
|
attr_accessor vpc_config: Types::VpcConfig
|
972
972
|
attr_accessor instance_type: ::String
|
973
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
973
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
974
974
|
attr_accessor iam_role_arn: ::String
|
975
975
|
attr_accessor state: ("PENDING" | "UPDATING_AGENT" | "RUNNING" | "STOPPING" | "STOPPED" | "REBOOTING" | "SNAPSHOTTING" | "DELETING" | "FAILED" | "UPDATING" | "PENDING_QUALIFICATION")
|
976
976
|
attr_accessor state_change_reason: Types::ImageBuilderStateChangeReason
|
@@ -1299,7 +1299,7 @@ module Aws::AppStream
|
|
1299
1299
|
attr_accessor name: ::String
|
1300
1300
|
attr_accessor description: ::String
|
1301
1301
|
attr_accessor display_name: ::String
|
1302
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
1302
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
1303
1303
|
attr_accessor instance_type: ::String
|
1304
1304
|
attr_accessor vpc_config: Types::VpcConfig
|
1305
1305
|
attr_accessor enable_default_internet_access: bool
|
@@ -1377,7 +1377,7 @@ module Aws::AppStream
|
|
1377
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")]
|
1378
1378
|
attr_accessor iam_role_arn: ::String
|
1379
1379
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
1380
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
|
1380
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
1381
1381
|
attr_accessor max_concurrent_sessions: ::Integer
|
1382
1382
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
1383
1383
|
attr_accessor session_script_s3_location: Types::S3Location
|
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.103.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-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|