aws-sdk-appstream 1.91.0 → 1.93.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acb106951c491c4f4706a89592162385deddcaca15220e36d24fd282d7e55dd3
4
- data.tar.gz: 60bb9c42f1cdbb970cc798155a90dd25789658c31f5c0fc61793a96f7e30b478
3
+ metadata.gz: 1ba90f9764b53bc8c6ad75e9b759d94af85ee3ce61f963f11b280fc63b30b109
4
+ data.tar.gz: 7752455c7e7fb47f6b1917f61fb20abb8723f7bea3f34d011fcd1162505d3c98
5
5
  SHA512:
6
- metadata.gz: 148d8d62a1f0134f42a7dbe05d63de26f22c11c6b50a41c015edc69b07a1b9b6168505780f2860b859d8faf0fc543c1952699ad2c3747cee7443b152693a1fea
7
- data.tar.gz: 01db5e61e13a987a22932251b4c471be4aba961660077c3a045c015ae412596a2617b9588d909c3a06a37da71eddf161fb553cedd7c754ec8d002f35935af7cb
6
+ metadata.gz: fa603ba27f3bb008522cefe7709844497e03388a66f506ee7f54207c72580bcca7efdd6e7d22c1cbdbc2b616f53cb26b0e8ce3f8e138ce15a98625fbbdb92e86
7
+ data.tar.gz: b23de5e7862005dc60476e8cbb2e3029f849c9194ac4674a83363d7e3440db289297f615fab59076bbe66813df116b6ff2c5df676f17a104843d6a78693b4c89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2024-07-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
8
+
9
+ 1.92.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.91.0 (2024-06-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.93.0
@@ -312,6 +312,15 @@ module Aws::AppStream
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -1030,7 +1039,7 @@ module Aws::AppStream
1030
1039
  # launch_path: "String", # required
1031
1040
  # working_directory: "String",
1032
1041
  # launch_parameters: "String",
1033
- # platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
1042
+ # platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
1034
1043
  # instance_families: ["String"], # required
1035
1044
  # app_block_arn: "Arn", # required
1036
1045
  # tags: {
@@ -1055,7 +1064,7 @@ module Aws::AppStream
1055
1064
  # resp.application.icon_s3_location.s3_bucket #=> String
1056
1065
  # resp.application.icon_s3_location.s3_key #=> String
1057
1066
  # resp.application.platforms #=> Array
1058
- # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
1067
+ # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
1059
1068
  # resp.application.instance_families #=> Array
1060
1069
  # resp.application.instance_families[0] #=> String
1061
1070
  # resp.application.created_time #=> Time
@@ -1338,7 +1347,7 @@ module Aws::AppStream
1338
1347
  # are connected to their previous session. Otherwise, they are connected
1339
1348
  # to a new session with a new streaming instance.
1340
1349
  #
1341
- # Specify a value between 60 and 360000.
1350
+ # Specify a value between 60 and 36000.
1342
1351
  #
1343
1352
  # @option params [String] :description
1344
1353
  # The description to display.
@@ -1387,7 +1396,7 @@ module Aws::AppStream
1387
1396
  # in `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected.
1388
1397
  #
1389
1398
  # To prevent users from being disconnected due to inactivity, specify a
1390
- # value of 0. Otherwise, specify a value between 60 and 3600. The
1399
+ # value of 0. Otherwise, specify a value between 60 and 36000. The
1391
1400
  # default value is 0.
1392
1401
  #
1393
1402
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value that
@@ -1482,7 +1491,7 @@ module Aws::AppStream
1482
1491
  # idle_disconnect_timeout_in_seconds: 1,
1483
1492
  # iam_role_arn: "Arn",
1484
1493
  # stream_view: "APP", # accepts APP, DESKTOP
1485
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
1494
+ # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
1486
1495
  # max_concurrent_sessions: 1,
1487
1496
  # usb_device_filter_strings: ["UsbDeviceFilterString"],
1488
1497
  # session_script_s3_location: {
@@ -1527,7 +1536,7 @@ module Aws::AppStream
1527
1536
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
1528
1537
  # resp.fleet.iam_role_arn #=> String
1529
1538
  # resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
1530
- # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
1539
+ # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
1531
1540
  # resp.fleet.max_concurrent_sessions #=> Integer
1532
1541
  # resp.fleet.usb_device_filter_strings #=> Array
1533
1542
  # resp.fleet.usb_device_filter_strings[0] #=> String
@@ -1739,7 +1748,7 @@ module Aws::AppStream
1739
1748
  # resp.image_builder.vpc_config.security_group_ids #=> Array
1740
1749
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
1741
1750
  # resp.image_builder.instance_type #=> String
1742
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
1751
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
1743
1752
  # resp.image_builder.iam_role_arn #=> String
1744
1753
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
1745
1754
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -2097,7 +2106,7 @@ module Aws::AppStream
2097
2106
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2098
2107
  # resp.image.image_builder_supported #=> Boolean
2099
2108
  # resp.image.image_builder_name #=> String
2100
- # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
2109
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
2101
2110
  # resp.image.description #=> String
2102
2111
  # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
2103
2112
  # resp.image.state_change_reason.message #=> String
@@ -2117,7 +2126,7 @@ module Aws::AppStream
2117
2126
  # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2118
2127
  # resp.image.applications[0].icon_s3_location.s3_key #=> String
2119
2128
  # resp.image.applications[0].platforms #=> Array
2120
- # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
2129
+ # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
2121
2130
  # resp.image.applications[0].instance_families #=> Array
2122
2131
  # resp.image.applications[0].instance_families[0] #=> String
2123
2132
  # resp.image.applications[0].created_time #=> Time
@@ -2385,7 +2394,7 @@ module Aws::AppStream
2385
2394
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2386
2395
  # resp.image.image_builder_supported #=> Boolean
2387
2396
  # resp.image.image_builder_name #=> String
2388
- # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
2397
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
2389
2398
  # resp.image.description #=> String
2390
2399
  # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
2391
2400
  # resp.image.state_change_reason.message #=> String
@@ -2405,7 +2414,7 @@ module Aws::AppStream
2405
2414
  # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2406
2415
  # resp.image.applications[0].icon_s3_location.s3_key #=> String
2407
2416
  # resp.image.applications[0].platforms #=> Array
2408
- # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
2417
+ # resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
2409
2418
  # resp.image.applications[0].instance_families #=> Array
2410
2419
  # resp.image.applications[0].instance_families[0] #=> String
2411
2420
  # resp.image.applications[0].created_time #=> Time
@@ -2455,7 +2464,7 @@ module Aws::AppStream
2455
2464
  # resp.image_builder.vpc_config.security_group_ids #=> Array
2456
2465
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2457
2466
  # resp.image_builder.instance_type #=> String
2458
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
2467
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
2459
2468
  # resp.image_builder.iam_role_arn #=> String
2460
2469
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
2461
2470
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -2843,7 +2852,7 @@ module Aws::AppStream
2843
2852
  # resp.applications[0].icon_s3_location.s3_bucket #=> String
2844
2853
  # resp.applications[0].icon_s3_location.s3_key #=> String
2845
2854
  # resp.applications[0].platforms #=> Array
2846
- # resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
2855
+ # resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
2847
2856
  # resp.applications[0].instance_families #=> Array
2848
2857
  # resp.applications[0].instance_families[0] #=> String
2849
2858
  # resp.applications[0].created_time #=> Time
@@ -3024,7 +3033,7 @@ module Aws::AppStream
3024
3033
  # resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
3025
3034
  # resp.fleets[0].iam_role_arn #=> String
3026
3035
  # resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
3027
- # resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
3036
+ # resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
3028
3037
  # resp.fleets[0].max_concurrent_sessions #=> Integer
3029
3038
  # resp.fleets[0].usb_device_filter_strings #=> Array
3030
3039
  # resp.fleets[0].usb_device_filter_strings[0] #=> String
@@ -3088,7 +3097,7 @@ module Aws::AppStream
3088
3097
  # resp.image_builders[0].vpc_config.security_group_ids #=> Array
3089
3098
  # resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
3090
3099
  # resp.image_builders[0].instance_type #=> String
3091
- # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
3100
+ # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
3092
3101
  # resp.image_builders[0].iam_role_arn #=> String
3093
3102
  # resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
3094
3103
  # resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -3219,7 +3228,7 @@ module Aws::AppStream
3219
3228
  # resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
3220
3229
  # resp.images[0].image_builder_supported #=> Boolean
3221
3230
  # resp.images[0].image_builder_name #=> String
3222
- # resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
3231
+ # resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
3223
3232
  # resp.images[0].description #=> String
3224
3233
  # resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
3225
3234
  # resp.images[0].state_change_reason.message #=> String
@@ -3239,7 +3248,7 @@ module Aws::AppStream
3239
3248
  # resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
3240
3249
  # resp.images[0].applications[0].icon_s3_location.s3_key #=> String
3241
3250
  # resp.images[0].applications[0].platforms #=> Array
3242
- # resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
3251
+ # resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
3243
3252
  # resp.images[0].applications[0].instance_families #=> Array
3244
3253
  # resp.images[0].applications[0].instance_families[0] #=> String
3245
3254
  # resp.images[0].applications[0].created_time #=> Time
@@ -4021,7 +4030,7 @@ module Aws::AppStream
4021
4030
  # resp.image_builder.vpc_config.security_group_ids #=> Array
4022
4031
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
4023
4032
  # resp.image_builder.instance_type #=> String
4024
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
4033
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
4025
4034
  # resp.image_builder.iam_role_arn #=> String
4026
4035
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
4027
4036
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -4152,7 +4161,7 @@ module Aws::AppStream
4152
4161
  # resp.image_builder.vpc_config.security_group_ids #=> Array
4153
4162
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
4154
4163
  # resp.image_builder.instance_type #=> String
4155
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
4164
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
4156
4165
  # resp.image_builder.iam_role_arn #=> String
4157
4166
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
4158
4167
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -4349,7 +4358,7 @@ module Aws::AppStream
4349
4358
  # name: "Name", # required
4350
4359
  # description: "Description",
4351
4360
  # display_name: "DisplayName",
4352
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
4361
+ # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
4353
4362
  # instance_type: "String",
4354
4363
  # vpc_config: {
4355
4364
  # subnet_ids: ["String"],
@@ -4470,7 +4479,7 @@ module Aws::AppStream
4470
4479
  # resp.application.icon_s3_location.s3_bucket #=> String
4471
4480
  # resp.application.icon_s3_location.s3_key #=> String
4472
4481
  # resp.application.platforms #=> Array
4473
- # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
4482
+ # resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
4474
4483
  # resp.application.instance_families #=> Array
4475
4484
  # resp.application.instance_families[0] #=> String
4476
4485
  # resp.application.created_time #=> Time
@@ -4750,7 +4759,7 @@ module Aws::AppStream
4750
4759
  # are connected to their previous session. Otherwise, they are connected
4751
4760
  # to a new session with a new streaming instance.
4752
4761
  #
4753
- # Specify a value between 60 and 360000.
4762
+ # Specify a value between 60 and 36000.
4754
4763
  #
4755
4764
  # @option params [Boolean] :delete_vpc_config
4756
4765
  # Deletes the VPC association for the specified fleet.
@@ -4782,7 +4791,7 @@ module Aws::AppStream
4782
4791
  # in `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected.
4783
4792
  #
4784
4793
  # To prevent users from being disconnected due to inactivity, specify a
4785
- # value of 0. Otherwise, specify a value between 60 and 3600. The
4794
+ # value of 0. Otherwise, specify a value between 60 and 36000. The
4786
4795
  # default value is 0.
4787
4796
  #
4788
4797
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value that
@@ -4877,7 +4886,7 @@ module Aws::AppStream
4877
4886
  # 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
4878
4887
  # iam_role_arn: "Arn",
4879
4888
  # stream_view: "APP", # accepts APP, DESKTOP
4880
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2
4889
+ # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8
4881
4890
  # max_concurrent_sessions: 1,
4882
4891
  # usb_device_filter_strings: ["UsbDeviceFilterString"],
4883
4892
  # session_script_s3_location: {
@@ -4922,7 +4931,7 @@ module Aws::AppStream
4922
4931
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
4923
4932
  # resp.fleet.iam_role_arn #=> String
4924
4933
  # resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
4925
- # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2"
4934
+ # resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8"
4926
4935
  # resp.fleet.max_concurrent_sessions #=> Integer
4927
4936
  # resp.fleet.usb_device_filter_strings #=> Array
4928
4937
  # resp.fleet.usb_device_filter_strings[0] #=> String
@@ -5123,7 +5132,7 @@ module Aws::AppStream
5123
5132
  params: params,
5124
5133
  config: config)
5125
5134
  context[:gem_name] = 'aws-sdk-appstream'
5126
- context[:gem_version] = '1.91.0'
5135
+ context[:gem_version] = '1.93.0'
5127
5136
  Seahorse::Client::Request.new(handlers, context)
5128
5137
  end
5129
5138
 
@@ -1270,7 +1270,7 @@ module Aws::AppStream
1270
1270
  # interval, they are connected to their previous session. Otherwise,
1271
1271
  # they are connected to a new session with a new streaming instance.
1272
1272
  #
1273
- # Specify a value between 60 and 360000.
1273
+ # Specify a value between 60 and 36000.
1274
1274
  # @return [Integer]
1275
1275
  #
1276
1276
  # @!attribute [rw] description
@@ -1326,7 +1326,7 @@ module Aws::AppStream
1326
1326
  # elapses, they are disconnected.
1327
1327
  #
1328
1328
  # To prevent users from being disconnected due to inactivity, specify
1329
- # a value of 0. Otherwise, specify a value between 60 and 3600. The
1329
+ # a value of 0. Otherwise, specify a value between 60 and 36000. The
1330
1330
  # default value is 0.
1331
1331
  #
1332
1332
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value
@@ -3451,7 +3451,7 @@ module Aws::AppStream
3451
3451
  # interval, they are connected to their previous session. Otherwise,
3452
3452
  # they are connected to a new session with a new streaming instance.
3453
3453
  #
3454
- # Specify a value between 60 and 360000.
3454
+ # Specify a value between 60 and 36000.
3455
3455
  # @return [Integer]
3456
3456
  #
3457
3457
  # @!attribute [rw] state
@@ -3494,7 +3494,7 @@ module Aws::AppStream
3494
3494
  # elapses, they are disconnected.
3495
3495
  #
3496
3496
  # To prevent users from being disconnected due to inactivity, specify
3497
- # a value of 0. Otherwise, specify a value between 60 and 3600. The
3497
+ # a value of 0. Otherwise, specify a value between 60 and 36000. The
3498
3498
  # default value is 0.
3499
3499
  #
3500
3500
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value
@@ -5228,7 +5228,7 @@ module Aws::AppStream
5228
5228
  # interval, they are connected to their previous session. Otherwise,
5229
5229
  # they are connected to a new session with a new streaming instance.
5230
5230
  #
5231
- # Specify a value between 60 and 360000.
5231
+ # Specify a value between 60 and 36000.
5232
5232
  # @return [Integer]
5233
5233
  #
5234
5234
  # @!attribute [rw] delete_vpc_config
@@ -5267,7 +5267,7 @@ module Aws::AppStream
5267
5267
  # elapses, they are disconnected.
5268
5268
  #
5269
5269
  # To prevent users from being disconnected due to inactivity, specify
5270
- # a value of 0. Otherwise, specify a value between 60 and 3600. The
5270
+ # a value of 0. Otherwise, specify a value between 60 and 36000. The
5271
5271
  # default value is 0.
5272
5272
  #
5273
5273
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value
@@ -5631,9 +5631,6 @@ module Aws::AppStream
5631
5631
  # permission is `ENABLED`. This can't be specified when the
5632
5632
  # permission is `DISABLED`.
5633
5633
  #
5634
- # This can only be specified for AlwaysOn and OnDemand fleets. The
5635
- # attribute is not supported on Elastic fleets.
5636
- #
5637
5634
  # The value can be between 1 and 20,971,520 (20 MB).
5638
5635
  # @return [Integer]
5639
5636
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appstream/customizations'
53
53
  # @!group service
54
54
  module Aws::AppStream
55
55
 
56
- GEM_VERSION = '1.91.0'
56
+ GEM_VERSION = '1.93.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
@@ -254,7 +255,7 @@ module Aws
254
255
  launch_path: ::String,
255
256
  ?working_directory: ::String,
256
257
  ?launch_parameters: ::String,
257
- platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")],
258
+ platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")],
258
259
  instance_families: Array[::String],
259
260
  app_block_arn: ::String,
260
261
  ?tags: Hash[::String, ::String]
@@ -331,7 +332,7 @@ module Aws
331
332
  ?idle_disconnect_timeout_in_seconds: ::Integer,
332
333
  ?iam_role_arn: ::String,
333
334
  ?stream_view: ("APP" | "DESKTOP"),
334
- ?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2"),
335
+ ?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
335
336
  ?max_concurrent_sessions: ::Integer,
336
337
  ?usb_device_filter_strings: Array[::String],
337
338
  ?session_script_s3_location: {
@@ -1021,7 +1022,7 @@ module Aws
1021
1022
  name: ::String,
1022
1023
  ?description: ::String,
1023
1024
  ?display_name: ::String,
1024
- ?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2"),
1025
+ ?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
1025
1026
  ?instance_type: ::String,
1026
1027
  ?vpc_config: {
1027
1028
  subnet_ids: Array[::String]?,
@@ -1130,7 +1131,7 @@ module Aws
1130
1131
  ?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")],
1131
1132
  ?iam_role_arn: ::String,
1132
1133
  ?stream_view: ("APP" | "DESKTOP"),
1133
- ?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2"),
1134
+ ?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8"),
1134
1135
  ?max_concurrent_sessions: ::Integer,
1135
1136
  ?usb_device_filter_strings: Array[::String],
1136
1137
  ?session_script_s3_location: {
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
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
@@ -890,7 +890,7 @@ module Aws::AppStream
890
890
  attr_accessor idle_disconnect_timeout_in_seconds: ::Integer
891
891
  attr_accessor iam_role_arn: ::String
892
892
  attr_accessor stream_view: ("APP" | "DESKTOP")
893
- attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
893
+ attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
894
894
  attr_accessor max_concurrent_sessions: ::Integer
895
895
  attr_accessor usb_device_filter_strings: ::Array[::String]
896
896
  attr_accessor session_script_s3_location: Types::S3Location
@@ -913,7 +913,7 @@ module Aws::AppStream
913
913
  attr_accessor visibility: ("PUBLIC" | "PRIVATE" | "SHARED")
914
914
  attr_accessor image_builder_supported: bool
915
915
  attr_accessor image_builder_name: ::String
916
- attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
916
+ attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
917
917
  attr_accessor description: ::String
918
918
  attr_accessor state_change_reason: Types::ImageStateChangeReason
919
919
  attr_accessor applications: ::Array[Types::Application]
@@ -933,7 +933,7 @@ module Aws::AppStream
933
933
  attr_accessor display_name: ::String
934
934
  attr_accessor vpc_config: Types::VpcConfig
935
935
  attr_accessor instance_type: ::String
936
- attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
936
+ attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
937
937
  attr_accessor iam_role_arn: ::String
938
938
  attr_accessor state: ("PENDING" | "UPDATING_AGENT" | "RUNNING" | "STOPPING" | "STOPPED" | "REBOOTING" | "SNAPSHOTTING" | "DELETING" | "FAILED" | "UPDATING" | "PENDING_QUALIFICATION")
939
939
  attr_accessor state_change_reason: Types::ImageBuilderStateChangeReason
@@ -1243,7 +1243,7 @@ module Aws::AppStream
1243
1243
  attr_accessor name: ::String
1244
1244
  attr_accessor description: ::String
1245
1245
  attr_accessor display_name: ::String
1246
- attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
1246
+ attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
1247
1247
  attr_accessor instance_type: ::String
1248
1248
  attr_accessor vpc_config: Types::VpcConfig
1249
1249
  attr_accessor enable_default_internet_access: bool
@@ -1321,7 +1321,7 @@ module Aws::AppStream
1321
1321
  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
1322
  attr_accessor iam_role_arn: ::String
1323
1323
  attr_accessor stream_view: ("APP" | "DESKTOP")
1324
- attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2")
1324
+ attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8")
1325
1325
  attr_accessor max_concurrent_sessions: ::Integer
1326
1326
  attr_accessor usb_device_filter_strings: ::Array[::String]
1327
1327
  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.91.0
4
+ version: 1.93.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-06-28 00:00:00.000000000 Z
11
+ date: 2024-07-30 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.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email: