aws-sdk-appstream 1.102.0 → 1.104.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 +45 -22
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +6 -4
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +8 -8
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea596eeafd2a43adb7f792cb6bb767e5a3c8cdf5fc0b9975b419a16c737644fb
|
4
|
+
data.tar.gz: b629f38600ce1b165e191a6a1eaadcdacfeb23d99e6e0caf3762b14c6ba21d0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08b4813bdc58021ed94df75866fed93425a64e5b7d264bd5ed37c062f7374894a7aea285a6654969183787e6e7874cdda96b966f73b1b7f173d7beae38a52fac'
|
7
|
+
data.tar.gz: 2aba7b4fc54a5c73ec2ea3cb4f66ee640cc931ca798334c5e694a88c425a5b959268d99ce0820161ff594e6e74918e6de7cd80d35d84ec0afe141771037e19a3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.104.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.103.0 (2024-12-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for Rocky Linux 8 on Amazon AppStream 2.0
|
13
|
+
|
4
14
|
1.102.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
@@ -257,11 +257,34 @@ module Aws::AppStream
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -1061,7 +1084,7 @@ module Aws::AppStream
|
|
1061
1084
|
# launch_path: "String", # required
|
1062
1085
|
# working_directory: "String",
|
1063
1086
|
# launch_parameters: "String",
|
1064
|
-
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
1087
|
+
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
1065
1088
|
# instance_families: ["String"], # required
|
1066
1089
|
# app_block_arn: "Arn", # required
|
1067
1090
|
# tags: {
|
@@ -1086,7 +1109,7 @@ module Aws::AppStream
|
|
1086
1109
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
1087
1110
|
# resp.application.icon_s3_location.s3_key #=> String
|
1088
1111
|
# 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"
|
1112
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
1090
1113
|
# resp.application.instance_families #=> Array
|
1091
1114
|
# resp.application.instance_families[0] #=> String
|
1092
1115
|
# resp.application.created_time #=> Time
|
@@ -1527,7 +1550,7 @@ module Aws::AppStream
|
|
1527
1550
|
# idle_disconnect_timeout_in_seconds: 1,
|
1528
1551
|
# iam_role_arn: "Arn",
|
1529
1552
|
# stream_view: "APP", # accepts APP, DESKTOP
|
1530
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
1553
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
1531
1554
|
# max_concurrent_sessions: 1,
|
1532
1555
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
1533
1556
|
# session_script_s3_location: {
|
@@ -1572,7 +1595,7 @@ module Aws::AppStream
|
|
1572
1595
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
1573
1596
|
# resp.fleet.iam_role_arn #=> String
|
1574
1597
|
# 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"
|
1598
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
1576
1599
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
1577
1600
|
# resp.fleet.usb_device_filter_strings #=> Array
|
1578
1601
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
@@ -1784,7 +1807,7 @@ module Aws::AppStream
|
|
1784
1807
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
1785
1808
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
1786
1809
|
# 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"
|
1810
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
1788
1811
|
# resp.image_builder.iam_role_arn #=> String
|
1789
1812
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
1790
1813
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -2221,7 +2244,7 @@ module Aws::AppStream
|
|
2221
2244
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
2222
2245
|
# resp.image.image_builder_supported #=> Boolean
|
2223
2246
|
# 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"
|
2247
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2225
2248
|
# resp.image.description #=> String
|
2226
2249
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
2227
2250
|
# resp.image.state_change_reason.message #=> String
|
@@ -2241,7 +2264,7 @@ module Aws::AppStream
|
|
2241
2264
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
2242
2265
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
2243
2266
|
# 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"
|
2267
|
+
# 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
2268
|
# resp.image.applications[0].instance_families #=> Array
|
2246
2269
|
# resp.image.applications[0].instance_families[0] #=> String
|
2247
2270
|
# resp.image.applications[0].created_time #=> Time
|
@@ -2514,7 +2537,7 @@ module Aws::AppStream
|
|
2514
2537
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
2515
2538
|
# resp.image.image_builder_supported #=> Boolean
|
2516
2539
|
# 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"
|
2540
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2518
2541
|
# resp.image.description #=> String
|
2519
2542
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
2520
2543
|
# resp.image.state_change_reason.message #=> String
|
@@ -2534,7 +2557,7 @@ module Aws::AppStream
|
|
2534
2557
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
2535
2558
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
2536
2559
|
# 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"
|
2560
|
+
# 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
2561
|
# resp.image.applications[0].instance_families #=> Array
|
2539
2562
|
# resp.image.applications[0].instance_families[0] #=> String
|
2540
2563
|
# resp.image.applications[0].created_time #=> Time
|
@@ -2589,7 +2612,7 @@ module Aws::AppStream
|
|
2589
2612
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
2590
2613
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
2591
2614
|
# 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"
|
2615
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
2593
2616
|
# resp.image_builder.iam_role_arn #=> String
|
2594
2617
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
2595
2618
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -3001,7 +3024,7 @@ module Aws::AppStream
|
|
3001
3024
|
# resp.applications[0].icon_s3_location.s3_bucket #=> String
|
3002
3025
|
# resp.applications[0].icon_s3_location.s3_key #=> String
|
3003
3026
|
# 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"
|
3027
|
+
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3005
3028
|
# resp.applications[0].instance_families #=> Array
|
3006
3029
|
# resp.applications[0].instance_families[0] #=> String
|
3007
3030
|
# resp.applications[0].created_time #=> Time
|
@@ -3182,7 +3205,7 @@ module Aws::AppStream
|
|
3182
3205
|
# resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
|
3183
3206
|
# resp.fleets[0].iam_role_arn #=> String
|
3184
3207
|
# 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"
|
3208
|
+
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3186
3209
|
# resp.fleets[0].max_concurrent_sessions #=> Integer
|
3187
3210
|
# resp.fleets[0].usb_device_filter_strings #=> Array
|
3188
3211
|
# resp.fleets[0].usb_device_filter_strings[0] #=> String
|
@@ -3246,7 +3269,7 @@ module Aws::AppStream
|
|
3246
3269
|
# resp.image_builders[0].vpc_config.security_group_ids #=> Array
|
3247
3270
|
# resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
|
3248
3271
|
# 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"
|
3272
|
+
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3250
3273
|
# resp.image_builders[0].iam_role_arn #=> String
|
3251
3274
|
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
3252
3275
|
# resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -3378,7 +3401,7 @@ module Aws::AppStream
|
|
3378
3401
|
# resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
3379
3402
|
# resp.images[0].image_builder_supported #=> Boolean
|
3380
3403
|
# 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"
|
3404
|
+
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
3382
3405
|
# resp.images[0].description #=> String
|
3383
3406
|
# resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
|
3384
3407
|
# resp.images[0].state_change_reason.message #=> String
|
@@ -3398,7 +3421,7 @@ module Aws::AppStream
|
|
3398
3421
|
# resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
|
3399
3422
|
# resp.images[0].applications[0].icon_s3_location.s3_key #=> String
|
3400
3423
|
# 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"
|
3424
|
+
# 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
3425
|
# resp.images[0].applications[0].instance_families #=> Array
|
3403
3426
|
# resp.images[0].applications[0].instance_families[0] #=> String
|
3404
3427
|
# resp.images[0].applications[0].created_time #=> Time
|
@@ -4224,7 +4247,7 @@ module Aws::AppStream
|
|
4224
4247
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
4225
4248
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
4226
4249
|
# 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"
|
4250
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
4228
4251
|
# resp.image_builder.iam_role_arn #=> String
|
4229
4252
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
4230
4253
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -4356,7 +4379,7 @@ module Aws::AppStream
|
|
4356
4379
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
4357
4380
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
4358
4381
|
# 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"
|
4382
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
4360
4383
|
# resp.image_builder.iam_role_arn #=> String
|
4361
4384
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
|
4362
4385
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
@@ -4554,7 +4577,7 @@ module Aws::AppStream
|
|
4554
4577
|
# name: "Name", # required
|
4555
4578
|
# description: "Description",
|
4556
4579
|
# display_name: "DisplayName",
|
4557
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
4580
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
4558
4581
|
# instance_type: "String",
|
4559
4582
|
# vpc_config: {
|
4560
4583
|
# subnet_ids: ["String"],
|
@@ -4675,7 +4698,7 @@ module Aws::AppStream
|
|
4675
4698
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
4676
4699
|
# resp.application.icon_s3_location.s3_key #=> String
|
4677
4700
|
# 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"
|
4701
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
4679
4702
|
# resp.application.instance_families #=> Array
|
4680
4703
|
# resp.application.instance_families[0] #=> String
|
4681
4704
|
# resp.application.created_time #=> Time
|
@@ -5082,7 +5105,7 @@ module Aws::AppStream
|
|
5082
5105
|
# 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
5106
|
# iam_role_arn: "Arn",
|
5084
5107
|
# stream_view: "APP", # accepts APP, DESKTOP
|
5085
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
|
5108
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
5086
5109
|
# max_concurrent_sessions: 1,
|
5087
5110
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
5088
5111
|
# session_script_s3_location: {
|
@@ -5127,7 +5150,7 @@ module Aws::AppStream
|
|
5127
5150
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
5128
5151
|
# resp.fleet.iam_role_arn #=> String
|
5129
5152
|
# 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"
|
5153
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
5131
5154
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
5132
5155
|
# resp.fleet.usb_device_filter_strings #=> Array
|
5133
5156
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
@@ -5420,7 +5443,7 @@ module Aws::AppStream
|
|
5420
5443
|
tracer: tracer
|
5421
5444
|
)
|
5422
5445
|
context[:gem_name] = 'aws-sdk-appstream'
|
5423
|
-
context[:gem_version] = '1.
|
5446
|
+
context[:gem_version] = '1.104.0'
|
5424
5447
|
Seahorse::Client::Request.new(handlers, context)
|
5425
5448
|
end
|
5426
5449
|
|
data/lib/aws-sdk-appstream.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -257,7 +259,7 @@ module Aws
|
|
257
259
|
launch_path: ::String,
|
258
260
|
?working_directory: ::String,
|
259
261
|
?launch_parameters: ::String,
|
260
|
-
platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")],
|
262
|
+
platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")],
|
261
263
|
instance_families: Array[::String],
|
262
264
|
app_block_arn: ::String,
|
263
265
|
?tags: Hash[::String, ::String]
|
@@ -334,7 +336,7 @@ module Aws
|
|
334
336
|
?idle_disconnect_timeout_in_seconds: ::Integer,
|
335
337
|
?iam_role_arn: ::String,
|
336
338
|
?stream_view: ("APP" | "DESKTOP"),
|
337
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
|
339
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
338
340
|
?max_concurrent_sessions: ::Integer,
|
339
341
|
?usb_device_filter_strings: Array[::String],
|
340
342
|
?session_script_s3_location: {
|
@@ -1069,7 +1071,7 @@ module Aws
|
|
1069
1071
|
name: ::String,
|
1070
1072
|
?description: ::String,
|
1071
1073
|
?display_name: ::String,
|
1072
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
|
1074
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
1073
1075
|
?instance_type: ::String,
|
1074
1076
|
?vpc_config: {
|
1075
1077
|
subnet_ids: Array[::String]?,
|
@@ -1178,7 +1180,7 @@ module Aws
|
|
1178
1180
|
?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
1181
|
?iam_role_arn: ::String,
|
1180
1182
|
?stream_view: ("APP" | "DESKTOP"),
|
1181
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
|
1183
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
1182
1184
|
?max_concurrent_sessions: ::Integer,
|
1183
1185
|
?usb_device_filter_strings: Array[::String],
|
1184
1186
|
?session_script_s3_location: {
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
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.104.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|