aws-sdk-appstream 1.92.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: 8d90046ff9737b9a8b2b08edf90aab5cf514cbc2251cca1be5b845d302f4a4b5
4
- data.tar.gz: f65c14660fc83d141d96ca983baa1b28e11549c6cd399ecc5dd1a88091ff505f
3
+ metadata.gz: 1ba90f9764b53bc8c6ad75e9b759d94af85ee3ce61f963f11b280fc63b30b109
4
+ data.tar.gz: 7752455c7e7fb47f6b1917f61fb20abb8723f7bea3f34d011fcd1162505d3c98
5
5
  SHA512:
6
- metadata.gz: 4c6048cbdfe80037cf0c2c9d1db01b694dc4d3ba3ea92a4de869365cea3cb399eb88c486c9b61bb594e3854f7d49f0b2394ec34966c4ea931735b4c015709708
7
- data.tar.gz: 86e4b2cec8f61d16121fe5ce8c9658ac7766825774be984c4c572783c928ee6201ae3cead216ca03b8fe8fa0256a84237c2ba598e17be4711e34a688cfc0b232
6
+ metadata.gz: fa603ba27f3bb008522cefe7709844497e03388a66f506ee7f54207c72580bcca7efdd6e7d22c1cbdbc2b616f53cb26b0e8ce3f8e138ce15a98625fbbdb92e86
7
+ data.tar.gz: b23de5e7862005dc60476e8cbb2e3029f849c9194ac4674a83363d7e3440db289297f615fab59076bbe66813df116b6ff2c5df676f17a104843d6a78693b4c89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.92.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -1039,7 +1039,7 @@ module Aws::AppStream
1039
1039
  # launch_path: "String", # required
1040
1040
  # working_directory: "String",
1041
1041
  # launch_parameters: "String",
1042
- # 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
1043
1043
  # instance_families: ["String"], # required
1044
1044
  # app_block_arn: "Arn", # required
1045
1045
  # tags: {
@@ -1064,7 +1064,7 @@ module Aws::AppStream
1064
1064
  # resp.application.icon_s3_location.s3_bucket #=> String
1065
1065
  # resp.application.icon_s3_location.s3_key #=> String
1066
1066
  # resp.application.platforms #=> Array
1067
- # 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"
1068
1068
  # resp.application.instance_families #=> Array
1069
1069
  # resp.application.instance_families[0] #=> String
1070
1070
  # resp.application.created_time #=> Time
@@ -1347,7 +1347,7 @@ module Aws::AppStream
1347
1347
  # are connected to their previous session. Otherwise, they are connected
1348
1348
  # to a new session with a new streaming instance.
1349
1349
  #
1350
- # Specify a value between 60 and 360000.
1350
+ # Specify a value between 60 and 36000.
1351
1351
  #
1352
1352
  # @option params [String] :description
1353
1353
  # The description to display.
@@ -1396,7 +1396,7 @@ module Aws::AppStream
1396
1396
  # in `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected.
1397
1397
  #
1398
1398
  # To prevent users from being disconnected due to inactivity, specify a
1399
- # 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
1400
1400
  # default value is 0.
1401
1401
  #
1402
1402
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value that
@@ -1491,7 +1491,7 @@ module Aws::AppStream
1491
1491
  # idle_disconnect_timeout_in_seconds: 1,
1492
1492
  # iam_role_arn: "Arn",
1493
1493
  # stream_view: "APP", # accepts APP, DESKTOP
1494
- # 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
1495
1495
  # max_concurrent_sessions: 1,
1496
1496
  # usb_device_filter_strings: ["UsbDeviceFilterString"],
1497
1497
  # session_script_s3_location: {
@@ -1536,7 +1536,7 @@ module Aws::AppStream
1536
1536
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
1537
1537
  # resp.fleet.iam_role_arn #=> String
1538
1538
  # resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
1539
- # 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"
1540
1540
  # resp.fleet.max_concurrent_sessions #=> Integer
1541
1541
  # resp.fleet.usb_device_filter_strings #=> Array
1542
1542
  # resp.fleet.usb_device_filter_strings[0] #=> String
@@ -1748,7 +1748,7 @@ module Aws::AppStream
1748
1748
  # resp.image_builder.vpc_config.security_group_ids #=> Array
1749
1749
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
1750
1750
  # resp.image_builder.instance_type #=> String
1751
- # 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"
1752
1752
  # resp.image_builder.iam_role_arn #=> String
1753
1753
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
1754
1754
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -2106,7 +2106,7 @@ module Aws::AppStream
2106
2106
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2107
2107
  # resp.image.image_builder_supported #=> Boolean
2108
2108
  # resp.image.image_builder_name #=> String
2109
- # 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"
2110
2110
  # resp.image.description #=> String
2111
2111
  # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
2112
2112
  # resp.image.state_change_reason.message #=> String
@@ -2126,7 +2126,7 @@ module Aws::AppStream
2126
2126
  # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2127
2127
  # resp.image.applications[0].icon_s3_location.s3_key #=> String
2128
2128
  # resp.image.applications[0].platforms #=> Array
2129
- # 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"
2130
2130
  # resp.image.applications[0].instance_families #=> Array
2131
2131
  # resp.image.applications[0].instance_families[0] #=> String
2132
2132
  # resp.image.applications[0].created_time #=> Time
@@ -2394,7 +2394,7 @@ module Aws::AppStream
2394
2394
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2395
2395
  # resp.image.image_builder_supported #=> Boolean
2396
2396
  # resp.image.image_builder_name #=> String
2397
- # 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"
2398
2398
  # resp.image.description #=> String
2399
2399
  # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
2400
2400
  # resp.image.state_change_reason.message #=> String
@@ -2414,7 +2414,7 @@ module Aws::AppStream
2414
2414
  # resp.image.applications[0].icon_s3_location.s3_bucket #=> String
2415
2415
  # resp.image.applications[0].icon_s3_location.s3_key #=> String
2416
2416
  # resp.image.applications[0].platforms #=> Array
2417
- # 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"
2418
2418
  # resp.image.applications[0].instance_families #=> Array
2419
2419
  # resp.image.applications[0].instance_families[0] #=> String
2420
2420
  # resp.image.applications[0].created_time #=> Time
@@ -2464,7 +2464,7 @@ module Aws::AppStream
2464
2464
  # resp.image_builder.vpc_config.security_group_ids #=> Array
2465
2465
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2466
2466
  # resp.image_builder.instance_type #=> String
2467
- # 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"
2468
2468
  # resp.image_builder.iam_role_arn #=> String
2469
2469
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
2470
2470
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -2852,7 +2852,7 @@ module Aws::AppStream
2852
2852
  # resp.applications[0].icon_s3_location.s3_bucket #=> String
2853
2853
  # resp.applications[0].icon_s3_location.s3_key #=> String
2854
2854
  # resp.applications[0].platforms #=> Array
2855
- # 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"
2856
2856
  # resp.applications[0].instance_families #=> Array
2857
2857
  # resp.applications[0].instance_families[0] #=> String
2858
2858
  # resp.applications[0].created_time #=> Time
@@ -3033,7 +3033,7 @@ module Aws::AppStream
3033
3033
  # resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
3034
3034
  # resp.fleets[0].iam_role_arn #=> String
3035
3035
  # resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
3036
- # 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"
3037
3037
  # resp.fleets[0].max_concurrent_sessions #=> Integer
3038
3038
  # resp.fleets[0].usb_device_filter_strings #=> Array
3039
3039
  # resp.fleets[0].usb_device_filter_strings[0] #=> String
@@ -3097,7 +3097,7 @@ module Aws::AppStream
3097
3097
  # resp.image_builders[0].vpc_config.security_group_ids #=> Array
3098
3098
  # resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
3099
3099
  # resp.image_builders[0].instance_type #=> String
3100
- # 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"
3101
3101
  # resp.image_builders[0].iam_role_arn #=> String
3102
3102
  # resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
3103
3103
  # resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -3228,7 +3228,7 @@ module Aws::AppStream
3228
3228
  # resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
3229
3229
  # resp.images[0].image_builder_supported #=> Boolean
3230
3230
  # resp.images[0].image_builder_name #=> String
3231
- # 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"
3232
3232
  # resp.images[0].description #=> String
3233
3233
  # resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
3234
3234
  # resp.images[0].state_change_reason.message #=> String
@@ -3248,7 +3248,7 @@ module Aws::AppStream
3248
3248
  # resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
3249
3249
  # resp.images[0].applications[0].icon_s3_location.s3_key #=> String
3250
3250
  # resp.images[0].applications[0].platforms #=> Array
3251
- # 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"
3252
3252
  # resp.images[0].applications[0].instance_families #=> Array
3253
3253
  # resp.images[0].applications[0].instance_families[0] #=> String
3254
3254
  # resp.images[0].applications[0].created_time #=> Time
@@ -4030,7 +4030,7 @@ module Aws::AppStream
4030
4030
  # resp.image_builder.vpc_config.security_group_ids #=> Array
4031
4031
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
4032
4032
  # resp.image_builder.instance_type #=> String
4033
- # 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"
4034
4034
  # resp.image_builder.iam_role_arn #=> String
4035
4035
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
4036
4036
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -4161,7 +4161,7 @@ module Aws::AppStream
4161
4161
  # resp.image_builder.vpc_config.security_group_ids #=> Array
4162
4162
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
4163
4163
  # resp.image_builder.instance_type #=> String
4164
- # 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"
4165
4165
  # resp.image_builder.iam_role_arn #=> String
4166
4166
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
4167
4167
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -4358,7 +4358,7 @@ module Aws::AppStream
4358
4358
  # name: "Name", # required
4359
4359
  # description: "Description",
4360
4360
  # display_name: "DisplayName",
4361
- # 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
4362
4362
  # instance_type: "String",
4363
4363
  # vpc_config: {
4364
4364
  # subnet_ids: ["String"],
@@ -4479,7 +4479,7 @@ module Aws::AppStream
4479
4479
  # resp.application.icon_s3_location.s3_bucket #=> String
4480
4480
  # resp.application.icon_s3_location.s3_key #=> String
4481
4481
  # resp.application.platforms #=> Array
4482
- # 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"
4483
4483
  # resp.application.instance_families #=> Array
4484
4484
  # resp.application.instance_families[0] #=> String
4485
4485
  # resp.application.created_time #=> Time
@@ -4759,7 +4759,7 @@ module Aws::AppStream
4759
4759
  # are connected to their previous session. Otherwise, they are connected
4760
4760
  # to a new session with a new streaming instance.
4761
4761
  #
4762
- # Specify a value between 60 and 360000.
4762
+ # Specify a value between 60 and 36000.
4763
4763
  #
4764
4764
  # @option params [Boolean] :delete_vpc_config
4765
4765
  # Deletes the VPC association for the specified fleet.
@@ -4791,7 +4791,7 @@ module Aws::AppStream
4791
4791
  # in `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected.
4792
4792
  #
4793
4793
  # To prevent users from being disconnected due to inactivity, specify a
4794
- # 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
4795
4795
  # default value is 0.
4796
4796
  #
4797
4797
  # <note markdown="1"> If you enable this feature, we recommend that you specify a value that
@@ -4886,7 +4886,7 @@ module Aws::AppStream
4886
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
4887
4887
  # iam_role_arn: "Arn",
4888
4888
  # stream_view: "APP", # accepts APP, DESKTOP
4889
- # 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
4890
4890
  # max_concurrent_sessions: 1,
4891
4891
  # usb_device_filter_strings: ["UsbDeviceFilterString"],
4892
4892
  # session_script_s3_location: {
@@ -4931,7 +4931,7 @@ module Aws::AppStream
4931
4931
  # resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
4932
4932
  # resp.fleet.iam_role_arn #=> String
4933
4933
  # resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
4934
- # 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"
4935
4935
  # resp.fleet.max_concurrent_sessions #=> Integer
4936
4936
  # resp.fleet.usb_device_filter_strings #=> Array
4937
4937
  # resp.fleet.usb_device_filter_strings[0] #=> String
@@ -5132,7 +5132,7 @@ module Aws::AppStream
5132
5132
  params: params,
5133
5133
  config: config)
5134
5134
  context[:gem_name] = 'aws-sdk-appstream'
5135
- context[:gem_version] = '1.92.0'
5135
+ context[:gem_version] = '1.93.0'
5136
5136
  Seahorse::Client::Request.new(handlers, context)
5137
5137
  end
5138
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.92.0'
56
+ GEM_VERSION = '1.93.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -255,7 +255,7 @@ module Aws
255
255
  launch_path: ::String,
256
256
  ?working_directory: ::String,
257
257
  ?launch_parameters: ::String,
258
- 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")],
259
259
  instance_families: Array[::String],
260
260
  app_block_arn: ::String,
261
261
  ?tags: Hash[::String, ::String]
@@ -332,7 +332,7 @@ module Aws
332
332
  ?idle_disconnect_timeout_in_seconds: ::Integer,
333
333
  ?iam_role_arn: ::String,
334
334
  ?stream_view: ("APP" | "DESKTOP"),
335
- ?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"),
336
336
  ?max_concurrent_sessions: ::Integer,
337
337
  ?usb_device_filter_strings: Array[::String],
338
338
  ?session_script_s3_location: {
@@ -1022,7 +1022,7 @@ module Aws
1022
1022
  name: ::String,
1023
1023
  ?description: ::String,
1024
1024
  ?display_name: ::String,
1025
- ?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"),
1026
1026
  ?instance_type: ::String,
1027
1027
  ?vpc_config: {
1028
1028
  subnet_ids: Array[::String]?,
@@ -1131,7 +1131,7 @@ module Aws
1131
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")],
1132
1132
  ?iam_role_arn: ::String,
1133
1133
  ?stream_view: ("APP" | "DESKTOP"),
1134
- ?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"),
1135
1135
  ?max_concurrent_sessions: ::Integer,
1136
1136
  ?usb_device_filter_strings: Array[::String],
1137
1137
  ?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")]
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.92.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-07-02 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