aws-sdk-workspaces 1.124.0 → 1.125.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-workspaces/client.rb +25 -23
- data/lib/aws-sdk-workspaces/types.rb +16 -15
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb16e1724f4578bdfcd8303234409b86c3b59d23119f02641c754b5c2936ce09
|
|
4
|
+
data.tar.gz: bb26fb7e93271eb8893578ee8d04c0ffb9bd305e3483d880a51a717afed02624
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4d91083e640ce835ba73069f2d795319a83dece1e55eecee37901231685bc2384f84ae5cffdbe777fffcb6ad65c33ce6015d3cd88a996f9e34e363eb626d629
|
|
7
|
+
data.tar.gz: 78eb355a5aae71d806a148e6ea1e6b1ce9f1bc0bdb33ceae1a4e4b2faba52fba46cd07f24c8e513bf0fd52a9eeba02f283cba0c39749b96fcf99ecb16be26942
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.125.0
|
|
@@ -463,8 +463,8 @@ module Aws::WorkSpaces
|
|
|
463
463
|
# The identifier of the account link.
|
|
464
464
|
#
|
|
465
465
|
# @option params [String] :client_token
|
|
466
|
-
# A string of up to 64 ASCII characters that Amazon
|
|
467
|
-
# idempotent creation.
|
|
466
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
|
467
|
+
# ensure idempotent creation.
|
|
468
468
|
#
|
|
469
469
|
# @return [Types::AcceptAccountLinkInvitationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
470
470
|
#
|
|
@@ -714,8 +714,8 @@ module Aws::WorkSpaces
|
|
|
714
714
|
# The identifier of the target account.
|
|
715
715
|
#
|
|
716
716
|
# @option params [String] :client_token
|
|
717
|
-
# A string of up to 64 ASCII characters that Amazon
|
|
718
|
-
# idempotent creation.
|
|
717
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
|
718
|
+
# ensure idempotent creation.
|
|
719
719
|
#
|
|
720
720
|
# @return [Types::CreateAccountLinkInvitationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
721
721
|
#
|
|
@@ -1221,7 +1221,8 @@ module Aws::WorkSpaces
|
|
|
1221
1221
|
# this value. For more information, see [Amazon WorkSpaces Core][1].
|
|
1222
1222
|
#
|
|
1223
1223
|
# * You don't need to specify the `PCOIP` protocol for Linux bundles
|
|
1224
|
-
# because `
|
|
1224
|
+
# because `DCV` (formerly WSP) is the default protocol for those
|
|
1225
|
+
# bundles.
|
|
1225
1226
|
#
|
|
1226
1227
|
# * User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
|
|
1227
1228
|
# Core.
|
|
@@ -1263,7 +1264,7 @@ module Aws::WorkSpaces
|
|
|
1263
1264
|
# user_volume_size_gib: 1,
|
|
1264
1265
|
# compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
|
|
1265
1266
|
# protocols: ["PCOIP"], # accepts PCOIP, WSP
|
|
1266
|
-
# operating_system_name: "AMAZON_LINUX_2", # accepts AMAZON_LINUX_2, UBUNTU_18_04, UBUNTU_20_04, UBUNTU_22_04, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, RHEL_8
|
|
1267
|
+
# operating_system_name: "AMAZON_LINUX_2", # accepts AMAZON_LINUX_2, UBUNTU_18_04, UBUNTU_20_04, UBUNTU_22_04, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, RHEL_8, ROCKY_8
|
|
1267
1268
|
# },
|
|
1268
1269
|
# tags: [
|
|
1269
1270
|
# {
|
|
@@ -1292,7 +1293,7 @@ module Aws::WorkSpaces
|
|
|
1292
1293
|
# resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
|
1293
1294
|
# resp.failed_requests[0].workspace_request.workspace_properties.protocols #=> Array
|
|
1294
1295
|
# resp.failed_requests[0].workspace_request.workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
|
|
1295
|
-
# resp.failed_requests[0].workspace_request.workspace_properties.operating_system_name #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8"
|
|
1296
|
+
# resp.failed_requests[0].workspace_request.workspace_properties.operating_system_name #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8", "ROCKY_8"
|
|
1296
1297
|
# resp.failed_requests[0].workspace_request.tags #=> Array
|
|
1297
1298
|
# resp.failed_requests[0].workspace_request.tags[0].key #=> String
|
|
1298
1299
|
# resp.failed_requests[0].workspace_request.tags[0].value #=> String
|
|
@@ -1321,7 +1322,7 @@ module Aws::WorkSpaces
|
|
|
1321
1322
|
# resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
|
1322
1323
|
# resp.pending_requests[0].workspace_properties.protocols #=> Array
|
|
1323
1324
|
# resp.pending_requests[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
|
|
1324
|
-
# resp.pending_requests[0].workspace_properties.operating_system_name #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8"
|
|
1325
|
+
# resp.pending_requests[0].workspace_properties.operating_system_name #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8", "ROCKY_8"
|
|
1325
1326
|
# resp.pending_requests[0].modification_states #=> Array
|
|
1326
1327
|
# resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
|
|
1327
1328
|
# resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
|
|
@@ -1442,8 +1443,8 @@ module Aws::WorkSpaces
|
|
|
1442
1443
|
# The identifier of the account link.
|
|
1443
1444
|
#
|
|
1444
1445
|
# @option params [String] :client_token
|
|
1445
|
-
# A string of up to 64 ASCII characters that Amazon
|
|
1446
|
-
# idempotent creation.
|
|
1446
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
|
1447
|
+
# ensure idempotent creation.
|
|
1447
1448
|
#
|
|
1448
1449
|
# @return [Types::DeleteAccountLinkInvitationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1449
1450
|
#
|
|
@@ -1924,7 +1925,7 @@ module Aws::WorkSpaces
|
|
|
1924
1925
|
# application_ids: ["WorkSpaceApplicationId"],
|
|
1925
1926
|
# compute_type_names: ["VALUE"], # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
|
|
1926
1927
|
# license_type: "LICENSED", # accepts LICENSED, UNLICENSED
|
|
1927
|
-
# operating_system_names: ["AMAZON_LINUX_2"], # accepts AMAZON_LINUX_2, UBUNTU_18_04, UBUNTU_20_04, UBUNTU_22_04, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, RHEL_8
|
|
1928
|
+
# operating_system_names: ["AMAZON_LINUX_2"], # accepts AMAZON_LINUX_2, UBUNTU_18_04, UBUNTU_20_04, UBUNTU_22_04, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, RHEL_8, ROCKY_8
|
|
1928
1929
|
# owner: "WorkSpaceApplicationOwner",
|
|
1929
1930
|
# max_results: 1,
|
|
1930
1931
|
# next_token: "PaginationToken",
|
|
@@ -1943,7 +1944,7 @@ module Aws::WorkSpaces
|
|
|
1943
1944
|
# resp.applications[0].supported_compute_type_names #=> Array
|
|
1944
1945
|
# resp.applications[0].supported_compute_type_names[0] #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
|
1945
1946
|
# resp.applications[0].supported_operating_system_names #=> Array
|
|
1946
|
-
# resp.applications[0].supported_operating_system_names[0] #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8"
|
|
1947
|
+
# resp.applications[0].supported_operating_system_names[0] #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8", "ROCKY_8"
|
|
1947
1948
|
# resp.next_token #=> String
|
|
1948
1949
|
#
|
|
1949
1950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeApplications AWS API Documentation
|
|
@@ -2812,7 +2813,7 @@ module Aws::WorkSpaces
|
|
|
2812
2813
|
# resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
|
2813
2814
|
# resp.workspaces[0].workspace_properties.protocols #=> Array
|
|
2814
2815
|
# resp.workspaces[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
|
|
2815
|
-
# resp.workspaces[0].workspace_properties.operating_system_name #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8"
|
|
2816
|
+
# resp.workspaces[0].workspace_properties.operating_system_name #=> String, one of "AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "RHEL_8", "ROCKY_8"
|
|
2816
2817
|
# resp.workspaces[0].modification_states #=> Array
|
|
2817
2818
|
# resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
|
|
2818
2819
|
# resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
|
|
@@ -3322,13 +3323,13 @@ module Aws::WorkSpaces
|
|
|
3322
3323
|
# @option params [required, String] :ingestion_process
|
|
3323
3324
|
# The ingestion process to be used when importing the image, depending
|
|
3324
3325
|
# on which protocol you want to use for your BYOL Workspace image,
|
|
3325
|
-
# either PCoIP,
|
|
3326
|
-
#
|
|
3327
|
-
#
|
|
3328
|
-
#
|
|
3326
|
+
# either PCoIP, DCV, or bring your own protocol (BYOP). To use WSP,
|
|
3327
|
+
# specify a value that ends in `_DCV`. To use PCoIP, specify a value
|
|
3328
|
+
# that does not end in `_DCV`. To use BYOP, specify a value that ends in
|
|
3329
|
+
# `_BYOP`.
|
|
3329
3330
|
#
|
|
3330
3331
|
# For non-GPU-enabled bundles (bundles other than Graphics or
|
|
3331
|
-
# GraphicsPro), specify `BYOL_REGULAR`, `
|
|
3332
|
+
# GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_DCV`, or
|
|
3332
3333
|
# `BYOL_REGULAR_BYOP`, depending on the protocol.
|
|
3333
3334
|
#
|
|
3334
3335
|
# <note markdown="1"> The `BYOL_REGULAR_BYOP` and `BYOL_GRAPHICS_G4DN_BYOP` values are only
|
|
@@ -3360,9 +3361,10 @@ module Aws::WorkSpaces
|
|
|
3360
3361
|
# <note markdown="1"> * Although this parameter is an array, only one item is allowed at
|
|
3361
3362
|
# this time.
|
|
3362
3363
|
#
|
|
3363
|
-
# * During the image import process, non-GPU
|
|
3364
|
-
# 11 support only `Microsoft_Office_2019`. GPU
|
|
3365
|
-
# Windows 11 do not support Office
|
|
3364
|
+
# * During the image import process, non-GPU DCV (formerly WSP)
|
|
3365
|
+
# WorkSpaces with Windows 11 support only `Microsoft_Office_2019`. GPU
|
|
3366
|
+
# DCV (formerly WSP) WorkSpaces with Windows 11 do not support Office
|
|
3367
|
+
# installation.
|
|
3366
3368
|
#
|
|
3367
3369
|
# </note>
|
|
3368
3370
|
#
|
|
@@ -3884,7 +3886,7 @@ module Aws::WorkSpaces
|
|
|
3884
3886
|
# user_volume_size_gib: 1,
|
|
3885
3887
|
# compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
|
|
3886
3888
|
# protocols: ["PCOIP"], # accepts PCOIP, WSP
|
|
3887
|
-
# operating_system_name: "AMAZON_LINUX_2", # accepts AMAZON_LINUX_2, UBUNTU_18_04, UBUNTU_20_04, UBUNTU_22_04, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, RHEL_8
|
|
3889
|
+
# operating_system_name: "AMAZON_LINUX_2", # accepts AMAZON_LINUX_2, UBUNTU_18_04, UBUNTU_20_04, UBUNTU_22_04, UNKNOWN, WINDOWS_10, WINDOWS_11, WINDOWS_7, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, WINDOWS_SERVER_2022, RHEL_8, ROCKY_8
|
|
3888
3890
|
# },
|
|
3889
3891
|
# data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
|
|
3890
3892
|
# })
|
|
@@ -4805,7 +4807,7 @@ module Aws::WorkSpaces
|
|
|
4805
4807
|
tracer: tracer
|
|
4806
4808
|
)
|
|
4807
4809
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
4808
|
-
context[:gem_version] = '1.
|
|
4810
|
+
context[:gem_version] = '1.125.0'
|
|
4809
4811
|
Seahorse::Client::Request.new(handlers, context)
|
|
4810
4812
|
end
|
|
4811
4813
|
|
|
@@ -15,8 +15,8 @@ module Aws::WorkSpaces
|
|
|
15
15
|
# @return [String]
|
|
16
16
|
#
|
|
17
17
|
# @!attribute [rw] client_token
|
|
18
|
-
# A string of up to 64 ASCII characters that Amazon
|
|
19
|
-
# idempotent creation.
|
|
18
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
|
19
|
+
# ensure idempotent creation.
|
|
20
20
|
# @return [String]
|
|
21
21
|
#
|
|
22
22
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/AcceptAccountLinkInvitationRequest AWS API Documentation
|
|
@@ -755,8 +755,8 @@ module Aws::WorkSpaces
|
|
|
755
755
|
# @return [String]
|
|
756
756
|
#
|
|
757
757
|
# @!attribute [rw] client_token
|
|
758
|
-
# A string of up to 64 ASCII characters that Amazon
|
|
759
|
-
# idempotent creation.
|
|
758
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
|
759
|
+
# ensure idempotent creation.
|
|
760
760
|
# @return [String]
|
|
761
761
|
#
|
|
762
762
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateAccountLinkInvitationRequest AWS API Documentation
|
|
@@ -1456,8 +1456,8 @@ module Aws::WorkSpaces
|
|
|
1456
1456
|
# @return [String]
|
|
1457
1457
|
#
|
|
1458
1458
|
# @!attribute [rw] client_token
|
|
1459
|
-
# A string of up to 64 ASCII characters that Amazon
|
|
1460
|
-
# idempotent creation.
|
|
1459
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
|
1460
|
+
# ensure idempotent creation.
|
|
1461
1461
|
# @return [String]
|
|
1462
1462
|
#
|
|
1463
1463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteAccountLinkInvitationRequest AWS API Documentation
|
|
@@ -3033,13 +3033,13 @@ module Aws::WorkSpaces
|
|
|
3033
3033
|
# @!attribute [rw] ingestion_process
|
|
3034
3034
|
# The ingestion process to be used when importing the image, depending
|
|
3035
3035
|
# on which protocol you want to use for your BYOL Workspace image,
|
|
3036
|
-
# either PCoIP,
|
|
3037
|
-
#
|
|
3038
|
-
#
|
|
3039
|
-
#
|
|
3036
|
+
# either PCoIP, DCV, or bring your own protocol (BYOP). To use WSP,
|
|
3037
|
+
# specify a value that ends in `_DCV`. To use PCoIP, specify a value
|
|
3038
|
+
# that does not end in `_DCV`. To use BYOP, specify a value that ends
|
|
3039
|
+
# in `_BYOP`.
|
|
3040
3040
|
#
|
|
3041
3041
|
# For non-GPU-enabled bundles (bundles other than Graphics or
|
|
3042
|
-
# GraphicsPro), specify `BYOL_REGULAR`, `
|
|
3042
|
+
# GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_DCV`, or
|
|
3043
3043
|
# `BYOL_REGULAR_BYOP`, depending on the protocol.
|
|
3044
3044
|
#
|
|
3045
3045
|
# <note markdown="1"> The `BYOL_REGULAR_BYOP` and `BYOL_GRAPHICS_G4DN_BYOP` values are
|
|
@@ -3075,9 +3075,10 @@ module Aws::WorkSpaces
|
|
|
3075
3075
|
# <note markdown="1"> * Although this parameter is an array, only one item is allowed at
|
|
3076
3076
|
# this time.
|
|
3077
3077
|
#
|
|
3078
|
-
# * During the image import process, non-GPU
|
|
3079
|
-
# Windows 11 support only `Microsoft_Office_2019`.
|
|
3080
|
-
# WorkSpaces with Windows 11 do not support
|
|
3078
|
+
# * During the image import process, non-GPU DCV (formerly WSP)
|
|
3079
|
+
# WorkSpaces with Windows 11 support only `Microsoft_Office_2019`.
|
|
3080
|
+
# GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not support
|
|
3081
|
+
# Office installation.
|
|
3081
3082
|
#
|
|
3082
3083
|
# </note>
|
|
3083
3084
|
#
|
|
@@ -5856,7 +5857,7 @@ module Aws::WorkSpaces
|
|
|
5856
5857
|
# <note markdown="1"> * Only available for WorkSpaces created with PCoIP bundles.
|
|
5857
5858
|
#
|
|
5858
5859
|
# * The `Protocols` property is case sensitive. Ensure you use `PCOIP`
|
|
5859
|
-
# or `WSP
|
|
5860
|
+
# or `DCV` (formerly WSP).
|
|
5860
5861
|
#
|
|
5861
5862
|
# * Unavailable for Windows 7 WorkSpaces and WorkSpaces using
|
|
5862
5863
|
# GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and
|
data/lib/aws-sdk-workspaces.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -347,7 +347,7 @@ module Aws
|
|
|
347
347
|
user_volume_size_gib: ::Integer?,
|
|
348
348
|
compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
|
|
349
349
|
protocols: Array[("PCOIP" | "WSP")]?,
|
|
350
|
-
operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8")?
|
|
350
|
+
operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8" | "ROCKY_8")?
|
|
351
351
|
}?,
|
|
352
352
|
tags: Array[
|
|
353
353
|
{
|
|
@@ -535,7 +535,7 @@ module Aws
|
|
|
535
535
|
?application_ids: Array[::String],
|
|
536
536
|
?compute_type_names: Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")],
|
|
537
537
|
?license_type: ("LICENSED" | "UNLICENSED"),
|
|
538
|
-
?operating_system_names: Array[("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8")],
|
|
538
|
+
?operating_system_names: Array[("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8" | "ROCKY_8")],
|
|
539
539
|
?owner: ::String,
|
|
540
540
|
?max_results: ::Integer,
|
|
541
541
|
?next_token: ::String
|
|
@@ -1100,7 +1100,7 @@ module Aws
|
|
|
1100
1100
|
user_volume_size_gib: ::Integer?,
|
|
1101
1101
|
compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
|
|
1102
1102
|
protocols: Array[("PCOIP" | "WSP")]?,
|
|
1103
|
-
operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8")?
|
|
1103
|
+
operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8" | "ROCKY_8")?
|
|
1104
1104
|
},
|
|
1105
1105
|
?data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")
|
|
1106
1106
|
) -> _ModifyWorkspacePropertiesResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -529,7 +529,7 @@ module Aws::WorkSpaces
|
|
|
529
529
|
attr_accessor application_ids: ::Array[::String]
|
|
530
530
|
attr_accessor compute_type_names: ::Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")]
|
|
531
531
|
attr_accessor license_type: ("LICENSED" | "UNLICENSED")
|
|
532
|
-
attr_accessor operating_system_names: ::Array[("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8")]
|
|
532
|
+
attr_accessor operating_system_names: ::Array[("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8" | "ROCKY_8")]
|
|
533
533
|
attr_accessor owner: ::String
|
|
534
534
|
attr_accessor max_results: ::Integer
|
|
535
535
|
attr_accessor next_token: ::String
|
|
@@ -1525,7 +1525,7 @@ module Aws::WorkSpaces
|
|
|
1525
1525
|
attr_accessor owner: ::String
|
|
1526
1526
|
attr_accessor state: ("PENDING" | "ERROR" | "AVAILABLE" | "UNINSTALL_ONLY")
|
|
1527
1527
|
attr_accessor supported_compute_type_names: ::Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")]
|
|
1528
|
-
attr_accessor supported_operating_system_names: ::Array[("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8")]
|
|
1528
|
+
attr_accessor supported_operating_system_names: ::Array[("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8" | "ROCKY_8")]
|
|
1529
1529
|
SENSITIVE: []
|
|
1530
1530
|
end
|
|
1531
1531
|
|
|
@@ -1658,7 +1658,7 @@ module Aws::WorkSpaces
|
|
|
1658
1658
|
attr_accessor user_volume_size_gib: ::Integer
|
|
1659
1659
|
attr_accessor compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")
|
|
1660
1660
|
attr_accessor protocols: ::Array[("PCOIP" | "WSP")]
|
|
1661
|
-
attr_accessor operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8")
|
|
1661
|
+
attr_accessor operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "RHEL_8" | "ROCKY_8")
|
|
1662
1662
|
SENSITIVE: []
|
|
1663
1663
|
end
|
|
1664
1664
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.125.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|