aws-sdk-workspaces 1.123.0 → 1.125.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +15 -15
- data/lib/aws-sdk-workspaces/types.rb +6 -6
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +4 -4
- 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.125.0 (2024-11-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for Rocky Linux 8 on Amazon WorkSpaces Personal.
|
8
|
+
|
9
|
+
1.124.0 (2024-11-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process
|
13
|
+
|
4
14
|
1.123.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
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
|
#
|
@@ -1264,7 +1264,7 @@ module Aws::WorkSpaces
|
|
1264
1264
|
# user_volume_size_gib: 1,
|
1265
1265
|
# compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
|
1266
1266
|
# protocols: ["PCOIP"], # accepts PCOIP, WSP
|
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
|
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
|
1268
1268
|
# },
|
1269
1269
|
# tags: [
|
1270
1270
|
# {
|
@@ -1293,7 +1293,7 @@ module Aws::WorkSpaces
|
|
1293
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"
|
1294
1294
|
# resp.failed_requests[0].workspace_request.workspace_properties.protocols #=> Array
|
1295
1295
|
# resp.failed_requests[0].workspace_request.workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
|
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"
|
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"
|
1297
1297
|
# resp.failed_requests[0].workspace_request.tags #=> Array
|
1298
1298
|
# resp.failed_requests[0].workspace_request.tags[0].key #=> String
|
1299
1299
|
# resp.failed_requests[0].workspace_request.tags[0].value #=> String
|
@@ -1322,7 +1322,7 @@ module Aws::WorkSpaces
|
|
1322
1322
|
# resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
1323
1323
|
# resp.pending_requests[0].workspace_properties.protocols #=> Array
|
1324
1324
|
# resp.pending_requests[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
|
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"
|
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"
|
1326
1326
|
# resp.pending_requests[0].modification_states #=> Array
|
1327
1327
|
# resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
|
1328
1328
|
# resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
|
@@ -1443,8 +1443,8 @@ module Aws::WorkSpaces
|
|
1443
1443
|
# The identifier of the account link.
|
1444
1444
|
#
|
1445
1445
|
# @option params [String] :client_token
|
1446
|
-
# A string of up to 64 ASCII characters that Amazon
|
1447
|
-
# idempotent creation.
|
1446
|
+
# A string of up to 64 ASCII characters that Amazon WorkSpaces uses to
|
1447
|
+
# ensure idempotent creation.
|
1448
1448
|
#
|
1449
1449
|
# @return [Types::DeleteAccountLinkInvitationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1450
1450
|
#
|
@@ -1925,7 +1925,7 @@ module Aws::WorkSpaces
|
|
1925
1925
|
# application_ids: ["WorkSpaceApplicationId"],
|
1926
1926
|
# compute_type_names: ["VALUE"], # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
|
1927
1927
|
# license_type: "LICENSED", # accepts LICENSED, UNLICENSED
|
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
|
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
|
1929
1929
|
# owner: "WorkSpaceApplicationOwner",
|
1930
1930
|
# max_results: 1,
|
1931
1931
|
# next_token: "PaginationToken",
|
@@ -1944,7 +1944,7 @@ module Aws::WorkSpaces
|
|
1944
1944
|
# resp.applications[0].supported_compute_type_names #=> Array
|
1945
1945
|
# resp.applications[0].supported_compute_type_names[0] #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
1946
1946
|
# resp.applications[0].supported_operating_system_names #=> Array
|
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"
|
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"
|
1948
1948
|
# resp.next_token #=> String
|
1949
1949
|
#
|
1950
1950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeApplications AWS API Documentation
|
@@ -2688,7 +2688,7 @@ module Aws::WorkSpaces
|
|
2688
2688
|
# resp.images[0].updates.update_available #=> Boolean
|
2689
2689
|
# resp.images[0].updates.description #=> String
|
2690
2690
|
# resp.images[0].error_details #=> Array
|
2691
|
-
# resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse"
|
2691
|
+
# resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse", "AdditionalDrivesPresent", "WindowsUpdatesRequired", "SysPrepFileMissing", "UserProfileMissing", "InsufficientDiskSpace", "EnvironmentVariablesPathMissingEntries", "DomainAccountServicesFound", "InvalidIp", "RemoteDesktopServicesDisabled", "WindowsModulesInstallerDisabled", "AmazonSsmAgentEnabled", "UnsupportedSecurityProtocol", "MultipleUserProfiles", "StagedAppxPackage", "UnsupportedOsUpgrade", "InsufficientRearmCount"
|
2692
2692
|
# resp.images[0].error_details[0].error_message #=> String
|
2693
2693
|
# resp.next_token #=> String
|
2694
2694
|
#
|
@@ -2813,7 +2813,7 @@ module Aws::WorkSpaces
|
|
2813
2813
|
# resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
|
2814
2814
|
# resp.workspaces[0].workspace_properties.protocols #=> Array
|
2815
2815
|
# resp.workspaces[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
|
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"
|
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"
|
2817
2817
|
# resp.workspaces[0].modification_states #=> Array
|
2818
2818
|
# resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
|
2819
2819
|
# resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
|
@@ -3886,7 +3886,7 @@ module Aws::WorkSpaces
|
|
3886
3886
|
# user_volume_size_gib: 1,
|
3887
3887
|
# compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
|
3888
3888
|
# protocols: ["PCOIP"], # accepts PCOIP, WSP
|
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
|
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
|
3890
3890
|
# },
|
3891
3891
|
# data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
|
3892
3892
|
# })
|
@@ -4807,7 +4807,7 @@ module Aws::WorkSpaces
|
|
4807
4807
|
tracer: tracer
|
4808
4808
|
)
|
4809
4809
|
context[:gem_name] = 'aws-sdk-workspaces'
|
4810
|
-
context[:gem_version] = '1.
|
4810
|
+
context[:gem_version] = '1.125.0'
|
4811
4811
|
Seahorse::Client::Request.new(handlers, context)
|
4812
4812
|
end
|
4813
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
|
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
|
@@ -830,7 +830,7 @@ module Aws::WorkSpaces
|
|
830
830
|
end
|
831
831
|
|
832
832
|
class ErrorDetails
|
833
|
-
attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse")
|
833
|
+
attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount")
|
834
834
|
attr_accessor error_message: ::String
|
835
835
|
SENSITIVE: []
|
836
836
|
end
|
@@ -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
|
+
date: 2024-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|