aws-sdk-appstream 1.123.0 → 1.124.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +30 -54
- data/lib/aws-sdk-appstream/types.rb +9 -52
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1171caff74ec1cc9251ff6962a3e48fc0c4c81d98387c23210448cbaa5f63d8
|
|
4
|
+
data.tar.gz: 2d5c330019f233e8d4c1d5313172c0ddb8f52ea2920be4ab54f94402fa1465a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 504a775fa55e8a620734580ee89531d9a0e2dd32b5f59d9c3a9f39db78c150c8d3d9d2dd74f7cb906c6647e11be3fd9f0829913f6338d9f661783b0469b70103
|
|
7
|
+
data.tar.gz: cf59fcdd3e4beaec9cee930df4f598ef0ac0c746243e9042273583a0ccf32f9be4b8b2803f58000e85a9311c24072e4b33058ea136f3a297f14872c56291cfd7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.124.0 (2025-12-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleets
|
|
8
|
+
|
|
4
9
|
1.123.0 (2025-11-21)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.124.0
|
|
@@ -1139,8 +1139,8 @@ module Aws::AppStream
|
|
|
1139
1139
|
# The launch parameters of the application.
|
|
1140
1140
|
#
|
|
1141
1141
|
# @option params [required, Array<String>] :platforms
|
|
1142
|
-
# The platforms the application supports. WINDOWS\_SERVER\_2019
|
|
1143
|
-
# AMAZON\_LINUX2 are supported for Elastic fleets.
|
|
1142
|
+
# The platforms the application supports. WINDOWS\_SERVER\_2019,
|
|
1143
|
+
# AMAZON\_LINUX2 and UBUNTU\_PRO\_2404 are supported for Elastic fleets.
|
|
1144
1144
|
#
|
|
1145
1145
|
# @option params [required, Array<String>] :instance_families
|
|
1146
1146
|
# The instance families the application supports. Valid values are
|
|
@@ -1169,7 +1169,7 @@ module Aws::AppStream
|
|
|
1169
1169
|
# launch_path: "String", # required
|
|
1170
1170
|
# working_directory: "String",
|
|
1171
1171
|
# launch_parameters: "String",
|
|
1172
|
-
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
|
1172
|
+
# platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
|
|
1173
1173
|
# instance_families: ["String"], # required
|
|
1174
1174
|
# app_block_arn: "Arn", # required
|
|
1175
1175
|
# tags: {
|
|
@@ -1194,7 +1194,7 @@ module Aws::AppStream
|
|
|
1194
1194
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
|
1195
1195
|
# resp.application.icon_s3_location.s3_key #=> String
|
|
1196
1196
|
# resp.application.platforms #=> Array
|
|
1197
|
-
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
1197
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
1198
1198
|
# resp.application.instance_families #=> Array
|
|
1199
1199
|
# resp.application.instance_families[0] #=> String
|
|
1200
1200
|
# resp.application.created_time #=> Time
|
|
@@ -1462,14 +1462,6 @@ module Aws::AppStream
|
|
|
1462
1462
|
#
|
|
1463
1463
|
# * stream.memory.z1d.12xlarge
|
|
1464
1464
|
#
|
|
1465
|
-
# * stream.graphics-design.large
|
|
1466
|
-
#
|
|
1467
|
-
# * stream.graphics-design.xlarge
|
|
1468
|
-
#
|
|
1469
|
-
# * stream.graphics-design.2xlarge
|
|
1470
|
-
#
|
|
1471
|
-
# * stream.graphics-design.4xlarge
|
|
1472
|
-
#
|
|
1473
1465
|
# * stream.graphics.g4dn.xlarge
|
|
1474
1466
|
#
|
|
1475
1467
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -1668,8 +1660,8 @@ module Aws::AppStream
|
|
|
1668
1660
|
# The default value is `APP`.
|
|
1669
1661
|
#
|
|
1670
1662
|
# @option params [String] :platform
|
|
1671
|
-
# The fleet platform. WINDOWS\_SERVER\_2019
|
|
1672
|
-
# supported for Elastic fleets.
|
|
1663
|
+
# The fleet platform. WINDOWS\_SERVER\_2019, AMAZON\_LINUX2 and
|
|
1664
|
+
# UBUNTU\_PRO\_2404 are supported for Elastic fleets.
|
|
1673
1665
|
#
|
|
1674
1666
|
# @option params [Integer] :max_concurrent_sessions
|
|
1675
1667
|
# The maximum concurrent sessions of the Elastic fleet. This is required
|
|
@@ -1728,7 +1720,7 @@ module Aws::AppStream
|
|
|
1728
1720
|
# idle_disconnect_timeout_in_seconds: 1,
|
|
1729
1721
|
# iam_role_arn: "Arn",
|
|
1730
1722
|
# stream_view: "APP", # accepts APP, DESKTOP
|
|
1731
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
|
1723
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
|
|
1732
1724
|
# max_concurrent_sessions: 1,
|
|
1733
1725
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
|
1734
1726
|
# session_script_s3_location: {
|
|
@@ -1776,7 +1768,7 @@ module Aws::AppStream
|
|
|
1776
1768
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
|
1777
1769
|
# resp.fleet.iam_role_arn #=> String
|
|
1778
1770
|
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
|
1779
|
-
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
1771
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
1780
1772
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
|
1781
1773
|
# resp.fleet.usb_device_filter_strings #=> Array
|
|
1782
1774
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
|
@@ -1851,14 +1843,6 @@ module Aws::AppStream
|
|
|
1851
1843
|
#
|
|
1852
1844
|
# * stream.memory.z1d.12xlarge
|
|
1853
1845
|
#
|
|
1854
|
-
# * stream.graphics-design.large
|
|
1855
|
-
#
|
|
1856
|
-
# * stream.graphics-design.xlarge
|
|
1857
|
-
#
|
|
1858
|
-
# * stream.graphics-design.2xlarge
|
|
1859
|
-
#
|
|
1860
|
-
# * stream.graphics-design.4xlarge
|
|
1861
|
-
#
|
|
1862
1846
|
# * stream.graphics.g4dn.xlarge
|
|
1863
1847
|
#
|
|
1864
1848
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -2142,7 +2126,7 @@ module Aws::AppStream
|
|
|
2142
2126
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
2143
2127
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
2144
2128
|
# resp.image_builder.instance_type #=> String
|
|
2145
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2129
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
2146
2130
|
# resp.image_builder.iam_role_arn #=> String
|
|
2147
2131
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
2148
2132
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -2309,7 +2293,7 @@ module Aws::AppStream
|
|
|
2309
2293
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2310
2294
|
# resp.image.image_builder_supported #=> Boolean
|
|
2311
2295
|
# resp.image.image_builder_name #=> String
|
|
2312
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2296
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
2313
2297
|
# resp.image.description #=> String
|
|
2314
2298
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
2315
2299
|
# resp.image.state_change_reason.message #=> String
|
|
@@ -2329,7 +2313,7 @@ module Aws::AppStream
|
|
|
2329
2313
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
|
2330
2314
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
|
2331
2315
|
# resp.image.applications[0].platforms #=> Array
|
|
2332
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2316
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
2333
2317
|
# resp.image.applications[0].instance_families #=> Array
|
|
2334
2318
|
# resp.image.applications[0].instance_families[0] #=> String
|
|
2335
2319
|
# resp.image.applications[0].created_time #=> Time
|
|
@@ -2736,7 +2720,7 @@ module Aws::AppStream
|
|
|
2736
2720
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
2737
2721
|
# resp.image.image_builder_supported #=> Boolean
|
|
2738
2722
|
# resp.image.image_builder_name #=> String
|
|
2739
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2723
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
2740
2724
|
# resp.image.description #=> String
|
|
2741
2725
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
2742
2726
|
# resp.image.state_change_reason.message #=> String
|
|
@@ -2756,7 +2740,7 @@ module Aws::AppStream
|
|
|
2756
2740
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
|
2757
2741
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
|
2758
2742
|
# resp.image.applications[0].platforms #=> Array
|
|
2759
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
2743
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
2760
2744
|
# resp.image.applications[0].instance_families #=> Array
|
|
2761
2745
|
# resp.image.applications[0].instance_families[0] #=> String
|
|
2762
2746
|
# resp.image.applications[0].created_time #=> Time
|
|
@@ -3031,7 +3015,7 @@ module Aws::AppStream
|
|
|
3031
3015
|
# resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
3032
3016
|
# resp.image.image_builder_supported #=> Boolean
|
|
3033
3017
|
# resp.image.image_builder_name #=> String
|
|
3034
|
-
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3018
|
+
# resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3035
3019
|
# resp.image.description #=> String
|
|
3036
3020
|
# resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
3037
3021
|
# resp.image.state_change_reason.message #=> String
|
|
@@ -3051,7 +3035,7 @@ module Aws::AppStream
|
|
|
3051
3035
|
# resp.image.applications[0].icon_s3_location.s3_bucket #=> String
|
|
3052
3036
|
# resp.image.applications[0].icon_s3_location.s3_key #=> String
|
|
3053
3037
|
# resp.image.applications[0].platforms #=> Array
|
|
3054
|
-
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3038
|
+
# resp.image.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3055
3039
|
# resp.image.applications[0].instance_families #=> Array
|
|
3056
3040
|
# resp.image.applications[0].instance_families[0] #=> String
|
|
3057
3041
|
# resp.image.applications[0].created_time #=> Time
|
|
@@ -3108,7 +3092,7 @@ module Aws::AppStream
|
|
|
3108
3092
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
3109
3093
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
3110
3094
|
# resp.image_builder.instance_type #=> String
|
|
3111
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3095
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3112
3096
|
# resp.image_builder.iam_role_arn #=> String
|
|
3113
3097
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
3114
3098
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -3571,7 +3555,7 @@ module Aws::AppStream
|
|
|
3571
3555
|
# resp.applications[0].icon_s3_location.s3_bucket #=> String
|
|
3572
3556
|
# resp.applications[0].icon_s3_location.s3_key #=> String
|
|
3573
3557
|
# resp.applications[0].platforms #=> Array
|
|
3574
|
-
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3558
|
+
# resp.applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3575
3559
|
# resp.applications[0].instance_families #=> Array
|
|
3576
3560
|
# resp.applications[0].instance_families[0] #=> String
|
|
3577
3561
|
# resp.applications[0].created_time #=> Time
|
|
@@ -3752,7 +3736,7 @@ module Aws::AppStream
|
|
|
3752
3736
|
# resp.fleets[0].idle_disconnect_timeout_in_seconds #=> Integer
|
|
3753
3737
|
# resp.fleets[0].iam_role_arn #=> String
|
|
3754
3738
|
# resp.fleets[0].stream_view #=> String, one of "APP", "DESKTOP"
|
|
3755
|
-
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3739
|
+
# resp.fleets[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3756
3740
|
# resp.fleets[0].max_concurrent_sessions #=> Integer
|
|
3757
3741
|
# resp.fleets[0].usb_device_filter_strings #=> Array
|
|
3758
3742
|
# resp.fleets[0].usb_device_filter_strings[0] #=> String
|
|
@@ -3817,7 +3801,7 @@ module Aws::AppStream
|
|
|
3817
3801
|
# resp.image_builders[0].vpc_config.security_group_ids #=> Array
|
|
3818
3802
|
# resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
|
|
3819
3803
|
# resp.image_builders[0].instance_type #=> String
|
|
3820
|
-
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3804
|
+
# resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3821
3805
|
# resp.image_builders[0].iam_role_arn #=> String
|
|
3822
3806
|
# resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
3823
3807
|
# resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -3952,7 +3936,7 @@ module Aws::AppStream
|
|
|
3952
3936
|
# resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
|
|
3953
3937
|
# resp.images[0].image_builder_supported #=> Boolean
|
|
3954
3938
|
# resp.images[0].image_builder_name #=> String
|
|
3955
|
-
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
3939
|
+
# resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3956
3940
|
# resp.images[0].description #=> String
|
|
3957
3941
|
# resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE", "IMAGE_UPDATE_FAILURE", "IMAGE_IMPORT_FAILURE"
|
|
3958
3942
|
# resp.images[0].state_change_reason.message #=> String
|
|
@@ -3972,7 +3956,7 @@ module Aws::AppStream
|
|
|
3972
3956
|
# resp.images[0].applications[0].icon_s3_location.s3_bucket #=> String
|
|
3973
3957
|
# resp.images[0].applications[0].icon_s3_location.s3_key #=> String
|
|
3974
3958
|
# resp.images[0].applications[0].platforms #=> Array
|
|
3975
|
-
# 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"
|
|
3959
|
+
# resp.images[0].applications[0].platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
3976
3960
|
# resp.images[0].applications[0].instance_families #=> Array
|
|
3977
3961
|
# resp.images[0].applications[0].instance_families[0] #=> String
|
|
3978
3962
|
# resp.images[0].applications[0].created_time #=> Time
|
|
@@ -5032,7 +5016,7 @@ module Aws::AppStream
|
|
|
5032
5016
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
5033
5017
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
5034
5018
|
# resp.image_builder.instance_type #=> String
|
|
5035
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
5019
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
5036
5020
|
# resp.image_builder.iam_role_arn #=> String
|
|
5037
5021
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
5038
5022
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -5195,7 +5179,7 @@ module Aws::AppStream
|
|
|
5195
5179
|
# resp.image_builder.vpc_config.security_group_ids #=> Array
|
|
5196
5180
|
# resp.image_builder.vpc_config.security_group_ids[0] #=> String
|
|
5197
5181
|
# resp.image_builder.instance_type #=> String
|
|
5198
|
-
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
5182
|
+
# resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
5199
5183
|
# resp.image_builder.iam_role_arn #=> String
|
|
5200
5184
|
# resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT"
|
|
5201
5185
|
# resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
|
|
@@ -5397,7 +5381,7 @@ module Aws::AppStream
|
|
|
5397
5381
|
# name: "Name", # required
|
|
5398
5382
|
# description: "Description",
|
|
5399
5383
|
# display_name: "DisplayName",
|
|
5400
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
|
5384
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
|
|
5401
5385
|
# instance_type: "String",
|
|
5402
5386
|
# vpc_config: {
|
|
5403
5387
|
# subnet_ids: ["String"],
|
|
@@ -5518,7 +5502,7 @@ module Aws::AppStream
|
|
|
5518
5502
|
# resp.application.icon_s3_location.s3_bucket #=> String
|
|
5519
5503
|
# resp.application.icon_s3_location.s3_key #=> String
|
|
5520
5504
|
# resp.application.platforms #=> Array
|
|
5521
|
-
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
5505
|
+
# resp.application.platforms[0] #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
5522
5506
|
# resp.application.instance_families #=> Array
|
|
5523
5507
|
# resp.application.instance_families[0] #=> String
|
|
5524
5508
|
# resp.application.created_time #=> Time
|
|
@@ -5734,14 +5718,6 @@ module Aws::AppStream
|
|
|
5734
5718
|
#
|
|
5735
5719
|
# * stream.memory.z1d.12xlarge
|
|
5736
5720
|
#
|
|
5737
|
-
# * stream.graphics-design.large
|
|
5738
|
-
#
|
|
5739
|
-
# * stream.graphics-design.xlarge
|
|
5740
|
-
#
|
|
5741
|
-
# * stream.graphics-design.2xlarge
|
|
5742
|
-
#
|
|
5743
|
-
# * stream.graphics-design.4xlarge
|
|
5744
|
-
#
|
|
5745
5721
|
# * stream.graphics.g4dn.xlarge
|
|
5746
5722
|
#
|
|
5747
5723
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -5910,8 +5886,8 @@ module Aws::AppStream
|
|
|
5910
5886
|
# The default value is `APP`.
|
|
5911
5887
|
#
|
|
5912
5888
|
# @option params [String] :platform
|
|
5913
|
-
# The platform of the fleet. WINDOWS\_SERVER\_2019
|
|
5914
|
-
# are supported for Elastic fleets.
|
|
5889
|
+
# The platform of the fleet. WINDOWS\_SERVER\_2019, AMAZON\_LINUX2 and
|
|
5890
|
+
# UBUNTU\_PRO\_2404 are supported for Elastic fleets.
|
|
5915
5891
|
#
|
|
5916
5892
|
# @option params [Integer] :max_concurrent_sessions
|
|
5917
5893
|
# The maximum number of concurrent sessions for a fleet.
|
|
@@ -5966,7 +5942,7 @@ module Aws::AppStream
|
|
|
5966
5942
|
# 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, VOLUME_CONFIGURATION
|
|
5967
5943
|
# iam_role_arn: "Arn",
|
|
5968
5944
|
# stream_view: "APP", # accepts APP, DESKTOP
|
|
5969
|
-
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8
|
|
5945
|
+
# platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, WINDOWS_SERVER_2025, AMAZON_LINUX2, RHEL8, ROCKY_LINUX8, UBUNTU_PRO_2404
|
|
5970
5946
|
# max_concurrent_sessions: 1,
|
|
5971
5947
|
# usb_device_filter_strings: ["UsbDeviceFilterString"],
|
|
5972
5948
|
# session_script_s3_location: {
|
|
@@ -6014,7 +5990,7 @@ module Aws::AppStream
|
|
|
6014
5990
|
# resp.fleet.idle_disconnect_timeout_in_seconds #=> Integer
|
|
6015
5991
|
# resp.fleet.iam_role_arn #=> String
|
|
6016
5992
|
# resp.fleet.stream_view #=> String, one of "APP", "DESKTOP"
|
|
6017
|
-
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8"
|
|
5993
|
+
# resp.fleet.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404"
|
|
6018
5994
|
# resp.fleet.max_concurrent_sessions #=> Integer
|
|
6019
5995
|
# resp.fleet.usb_device_filter_strings #=> Array
|
|
6020
5996
|
# resp.fleet.usb_device_filter_strings[0] #=> String
|
|
@@ -6311,7 +6287,7 @@ module Aws::AppStream
|
|
|
6311
6287
|
tracer: tracer
|
|
6312
6288
|
)
|
|
6313
6289
|
context[:gem_name] = 'aws-sdk-appstream'
|
|
6314
|
-
context[:gem_version] = '1.
|
|
6290
|
+
context[:gem_version] = '1.124.0'
|
|
6315
6291
|
Seahorse::Client::Request.new(handlers, context)
|
|
6316
6292
|
end
|
|
6317
6293
|
|
|
@@ -1165,8 +1165,9 @@ module Aws::AppStream
|
|
|
1165
1165
|
# @return [String]
|
|
1166
1166
|
#
|
|
1167
1167
|
# @!attribute [rw] platforms
|
|
1168
|
-
# The platforms the application supports. WINDOWS\_SERVER\_2019
|
|
1169
|
-
# AMAZON\_LINUX2 are supported for Elastic
|
|
1168
|
+
# The platforms the application supports. WINDOWS\_SERVER\_2019,
|
|
1169
|
+
# AMAZON\_LINUX2 and UBUNTU\_PRO\_2404 are supported for Elastic
|
|
1170
|
+
# fleets.
|
|
1170
1171
|
# @return [Array<String>]
|
|
1171
1172
|
#
|
|
1172
1173
|
# @!attribute [rw] instance_families
|
|
@@ -1417,14 +1418,6 @@ module Aws::AppStream
|
|
|
1417
1418
|
#
|
|
1418
1419
|
# * stream.memory.z1d.12xlarge
|
|
1419
1420
|
#
|
|
1420
|
-
# * stream.graphics-design.large
|
|
1421
|
-
#
|
|
1422
|
-
# * stream.graphics-design.xlarge
|
|
1423
|
-
#
|
|
1424
|
-
# * stream.graphics-design.2xlarge
|
|
1425
|
-
#
|
|
1426
|
-
# * stream.graphics-design.4xlarge
|
|
1427
|
-
#
|
|
1428
1421
|
# * stream.graphics.g4dn.xlarge
|
|
1429
1422
|
#
|
|
1430
1423
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -1640,8 +1633,8 @@ module Aws::AppStream
|
|
|
1640
1633
|
# @return [String]
|
|
1641
1634
|
#
|
|
1642
1635
|
# @!attribute [rw] platform
|
|
1643
|
-
# The fleet platform. WINDOWS\_SERVER\_2019
|
|
1644
|
-
# supported for Elastic fleets.
|
|
1636
|
+
# The fleet platform. WINDOWS\_SERVER\_2019, AMAZON\_LINUX2 and
|
|
1637
|
+
# UBUNTU\_PRO\_2404 are supported for Elastic fleets.
|
|
1645
1638
|
# @return [String]
|
|
1646
1639
|
#
|
|
1647
1640
|
# @!attribute [rw] max_concurrent_sessions
|
|
@@ -1767,14 +1760,6 @@ module Aws::AppStream
|
|
|
1767
1760
|
#
|
|
1768
1761
|
# * stream.memory.z1d.12xlarge
|
|
1769
1762
|
#
|
|
1770
|
-
# * stream.graphics-design.large
|
|
1771
|
-
#
|
|
1772
|
-
# * stream.graphics-design.xlarge
|
|
1773
|
-
#
|
|
1774
|
-
# * stream.graphics-design.2xlarge
|
|
1775
|
-
#
|
|
1776
|
-
# * stream.graphics-design.4xlarge
|
|
1777
|
-
#
|
|
1778
1763
|
# * stream.graphics.g4dn.xlarge
|
|
1779
1764
|
#
|
|
1780
1765
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -4272,14 +4257,6 @@ module Aws::AppStream
|
|
|
4272
4257
|
#
|
|
4273
4258
|
# * stream.memory.z1d.12xlarge
|
|
4274
4259
|
#
|
|
4275
|
-
# * stream.graphics-design.large
|
|
4276
|
-
#
|
|
4277
|
-
# * stream.graphics-design.xlarge
|
|
4278
|
-
#
|
|
4279
|
-
# * stream.graphics-design.2xlarge
|
|
4280
|
-
#
|
|
4281
|
-
# * stream.graphics-design.4xlarge
|
|
4282
|
-
#
|
|
4283
4260
|
# * stream.graphics.g4dn.xlarge
|
|
4284
4261
|
#
|
|
4285
4262
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -4661,15 +4638,11 @@ module Aws::AppStream
|
|
|
4661
4638
|
#
|
|
4662
4639
|
# * Memory Optimized
|
|
4663
4640
|
#
|
|
4664
|
-
# * Graphics
|
|
4665
|
-
#
|
|
4666
|
-
# * Graphics Design
|
|
4667
|
-
#
|
|
4668
|
-
# * Graphics Pro
|
|
4669
|
-
#
|
|
4670
4641
|
# * Graphics G4
|
|
4671
4642
|
#
|
|
4672
4643
|
# * Graphics G5
|
|
4644
|
+
#
|
|
4645
|
+
# * Graphics G6
|
|
4673
4646
|
# @return [Array<String>]
|
|
4674
4647
|
#
|
|
4675
4648
|
# @!attribute [rw] dynamic_app_providers_enabled
|
|
@@ -4791,14 +4764,6 @@ module Aws::AppStream
|
|
|
4791
4764
|
#
|
|
4792
4765
|
# * stream.memory.z1d.12xlarge
|
|
4793
4766
|
#
|
|
4794
|
-
# * stream.graphics-design.large
|
|
4795
|
-
#
|
|
4796
|
-
# * stream.graphics-design.xlarge
|
|
4797
|
-
#
|
|
4798
|
-
# * stream.graphics-design.2xlarge
|
|
4799
|
-
#
|
|
4800
|
-
# * stream.graphics-design.4xlarge
|
|
4801
|
-
#
|
|
4802
4767
|
# * stream.graphics.g4dn.xlarge
|
|
4803
4768
|
#
|
|
4804
4769
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -6462,14 +6427,6 @@ module Aws::AppStream
|
|
|
6462
6427
|
#
|
|
6463
6428
|
# * stream.memory.z1d.12xlarge
|
|
6464
6429
|
#
|
|
6465
|
-
# * stream.graphics-design.large
|
|
6466
|
-
#
|
|
6467
|
-
# * stream.graphics-design.xlarge
|
|
6468
|
-
#
|
|
6469
|
-
# * stream.graphics-design.2xlarge
|
|
6470
|
-
#
|
|
6471
|
-
# * stream.graphics-design.4xlarge
|
|
6472
|
-
#
|
|
6473
6430
|
# * stream.graphics.g4dn.xlarge
|
|
6474
6431
|
#
|
|
6475
6432
|
# * stream.graphics.g4dn.2xlarge
|
|
@@ -6655,8 +6612,8 @@ module Aws::AppStream
|
|
|
6655
6612
|
# @return [String]
|
|
6656
6613
|
#
|
|
6657
6614
|
# @!attribute [rw] platform
|
|
6658
|
-
# The platform of the fleet. WINDOWS\_SERVER\_2019
|
|
6659
|
-
# are supported for Elastic fleets.
|
|
6615
|
+
# The platform of the fleet. WINDOWS\_SERVER\_2019, AMAZON\_LINUX2 and
|
|
6616
|
+
# UBUNTU\_PRO\_2404 are supported for Elastic fleets.
|
|
6660
6617
|
# @return [String]
|
|
6661
6618
|
#
|
|
6662
6619
|
# @!attribute [rw] max_concurrent_sessions
|
data/lib/aws-sdk-appstream.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -270,7 +270,7 @@ module Aws
|
|
|
270
270
|
launch_path: ::String,
|
|
271
271
|
?working_directory: ::String,
|
|
272
272
|
?launch_parameters: ::String,
|
|
273
|
-
platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")],
|
|
273
|
+
platforms: Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")],
|
|
274
274
|
instance_families: Array[::String],
|
|
275
275
|
app_block_arn: ::String,
|
|
276
276
|
?tags: Hash[::String, ::String]
|
|
@@ -361,7 +361,7 @@ module Aws
|
|
|
361
361
|
?idle_disconnect_timeout_in_seconds: ::Integer,
|
|
362
362
|
?iam_role_arn: ::String,
|
|
363
363
|
?stream_view: ("APP" | "DESKTOP"),
|
|
364
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
|
364
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404"),
|
|
365
365
|
?max_concurrent_sessions: ::Integer,
|
|
366
366
|
?usb_device_filter_strings: Array[::String],
|
|
367
367
|
?session_script_s3_location: {
|
|
@@ -1211,7 +1211,7 @@ module Aws
|
|
|
1211
1211
|
name: ::String,
|
|
1212
1212
|
?description: ::String,
|
|
1213
1213
|
?display_name: ::String,
|
|
1214
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
|
1214
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404"),
|
|
1215
1215
|
?instance_type: ::String,
|
|
1216
1216
|
?vpc_config: {
|
|
1217
1217
|
subnet_ids: Array[::String]?,
|
|
@@ -1320,7 +1320,7 @@ module Aws
|
|
|
1320
1320
|
?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" | "VOLUME_CONFIGURATION")],
|
|
1321
1321
|
?iam_role_arn: ::String,
|
|
1322
1322
|
?stream_view: ("APP" | "DESKTOP"),
|
|
1323
|
-
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8"),
|
|
1323
|
+
?platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404"),
|
|
1324
1324
|
?max_concurrent_sessions: ::Integer,
|
|
1325
1325
|
?usb_device_filter_strings: Array[::String],
|
|
1326
1326
|
?session_script_s3_location: {
|
data/sig/types.rbs
CHANGED
|
@@ -83,7 +83,7 @@ module Aws::AppStream
|
|
|
83
83
|
attr_accessor arn: ::String
|
|
84
84
|
attr_accessor app_block_arn: ::String
|
|
85
85
|
attr_accessor icon_s3_location: Types::S3Location
|
|
86
|
-
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")]
|
|
86
|
+
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")]
|
|
87
87
|
attr_accessor instance_families: ::Array[::String]
|
|
88
88
|
attr_accessor created_time: ::Time
|
|
89
89
|
SENSITIVE: []
|
|
@@ -287,7 +287,7 @@ module Aws::AppStream
|
|
|
287
287
|
attr_accessor launch_path: ::String
|
|
288
288
|
attr_accessor working_directory: ::String
|
|
289
289
|
attr_accessor launch_parameters: ::String
|
|
290
|
-
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")]
|
|
290
|
+
attr_accessor platforms: ::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")]
|
|
291
291
|
attr_accessor instance_families: ::Array[::String]
|
|
292
292
|
attr_accessor app_block_arn: ::String
|
|
293
293
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -358,7 +358,7 @@ module Aws::AppStream
|
|
|
358
358
|
attr_accessor idle_disconnect_timeout_in_seconds: ::Integer
|
|
359
359
|
attr_accessor iam_role_arn: ::String
|
|
360
360
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
|
361
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
|
361
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")
|
|
362
362
|
attr_accessor max_concurrent_sessions: ::Integer
|
|
363
363
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
|
364
364
|
attr_accessor session_script_s3_location: Types::S3Location
|
|
@@ -1051,7 +1051,7 @@ module Aws::AppStream
|
|
|
1051
1051
|
attr_accessor idle_disconnect_timeout_in_seconds: ::Integer
|
|
1052
1052
|
attr_accessor iam_role_arn: ::String
|
|
1053
1053
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
|
1054
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
|
1054
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")
|
|
1055
1055
|
attr_accessor max_concurrent_sessions: ::Integer
|
|
1056
1056
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
|
1057
1057
|
attr_accessor session_script_s3_location: Types::S3Location
|
|
@@ -1085,7 +1085,7 @@ module Aws::AppStream
|
|
|
1085
1085
|
attr_accessor visibility: ("PUBLIC" | "PRIVATE" | "SHARED")
|
|
1086
1086
|
attr_accessor image_builder_supported: bool
|
|
1087
1087
|
attr_accessor image_builder_name: ::String
|
|
1088
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
|
1088
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")
|
|
1089
1089
|
attr_accessor description: ::String
|
|
1090
1090
|
attr_accessor state_change_reason: Types::ImageStateChangeReason
|
|
1091
1091
|
attr_accessor applications: ::Array[Types::Application]
|
|
@@ -1111,7 +1111,7 @@ module Aws::AppStream
|
|
|
1111
1111
|
attr_accessor display_name: ::String
|
|
1112
1112
|
attr_accessor vpc_config: Types::VpcConfig
|
|
1113
1113
|
attr_accessor instance_type: ::String
|
|
1114
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
|
1114
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")
|
|
1115
1115
|
attr_accessor iam_role_arn: ::String
|
|
1116
1116
|
attr_accessor state: ("PENDING" | "UPDATING_AGENT" | "RUNNING" | "STOPPING" | "STOPPED" | "REBOOTING" | "SNAPSHOTTING" | "DELETING" | "FAILED" | "UPDATING" | "PENDING_QUALIFICATION" | "PENDING_SYNCING_APPS" | "SYNCING_APPS" | "PENDING_IMAGE_IMPORT")
|
|
1117
1117
|
attr_accessor state_change_reason: Types::ImageBuilderStateChangeReason
|
|
@@ -1477,7 +1477,7 @@ module Aws::AppStream
|
|
|
1477
1477
|
attr_accessor name: ::String
|
|
1478
1478
|
attr_accessor description: ::String
|
|
1479
1479
|
attr_accessor display_name: ::String
|
|
1480
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
|
1480
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")
|
|
1481
1481
|
attr_accessor instance_type: ::String
|
|
1482
1482
|
attr_accessor vpc_config: Types::VpcConfig
|
|
1483
1483
|
attr_accessor enable_default_internet_access: bool
|
|
@@ -1555,7 +1555,7 @@ module Aws::AppStream
|
|
|
1555
1555
|
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" | "VOLUME_CONFIGURATION")]
|
|
1556
1556
|
attr_accessor iam_role_arn: ::String
|
|
1557
1557
|
attr_accessor stream_view: ("APP" | "DESKTOP")
|
|
1558
|
-
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8")
|
|
1558
|
+
attr_accessor platform: ("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")
|
|
1559
1559
|
attr_accessor max_concurrent_sessions: ::Integer
|
|
1560
1560
|
attr_accessor usb_device_filter_strings: ::Array[::String]
|
|
1561
1561
|
attr_accessor session_script_s3_location: Types::S3Location
|