aws-sdk-workspaces 1.163.0 → 1.164.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 +14 -3
- data/lib/aws-sdk-workspaces/client_api.rb +1 -0
- data/lib/aws-sdk-workspaces/types.rb +15 -2
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/params.rbs +2 -1
- data/sig/types.rbs +2 -1
- 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: 36a2938429843f55f627640be9885dbc775bd0d03d02f141eeae9240497f0d39
|
|
4
|
+
data.tar.gz: e50ac8c557b753063551b093fb95432516b21af3823dd512d463d21b8fd0ddd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e3d1580fdd028b813c53b9179d8bd5bad9cfc8a7fbe17262eb452d2523cd4aee8c5e1b8c325db33ae570e7761b893882b6c4439727dfe381f1a95b3b0bb82ea
|
|
7
|
+
data.tar.gz: b5b9cd87db5127e046be39580a8aa8a8478026610a423b9138da3e752b20edf49de024afb9d05f14dac3f4622c2d870eeeab61f76361163dd0ac2441da63212f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.164.0 (2026-08-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon WorkSpaces now supports nested virtualization, allowing you to run hypervisors and virtualization-based workloads within your WorkSpaces. You can enable or disable nested virtualization when creating a WorkSpace or by modifying an existing WorkSpace's properties.
|
|
8
|
+
|
|
4
9
|
1.163.0 (2026-08-04)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.164.0
|
|
@@ -1296,6 +1296,7 @@ module Aws::WorkSpaces
|
|
|
1296
1296
|
# mode: "ENABLED_AUTO", # required, accepts ENABLED_AUTO, DISABLED, INHERITED
|
|
1297
1297
|
# preferred_protocol: "TCP", # accepts TCP, NONE, INHERITED
|
|
1298
1298
|
# },
|
|
1299
|
+
# nested_virtualization_enabled: false,
|
|
1299
1300
|
# },
|
|
1300
1301
|
# tags: [
|
|
1301
1302
|
# {
|
|
@@ -1328,6 +1329,7 @@ module Aws::WorkSpaces
|
|
|
1328
1329
|
# 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", "WINDOWS_SERVER_2025", "RHEL_8", "ROCKY_8"
|
|
1329
1330
|
# resp.failed_requests[0].workspace_request.workspace_properties.global_accelerator.mode #=> String, one of "ENABLED_AUTO", "DISABLED", "INHERITED"
|
|
1330
1331
|
# resp.failed_requests[0].workspace_request.workspace_properties.global_accelerator.preferred_protocol #=> String, one of "TCP", "NONE", "INHERITED"
|
|
1332
|
+
# resp.failed_requests[0].workspace_request.workspace_properties.nested_virtualization_enabled #=> Boolean
|
|
1331
1333
|
# resp.failed_requests[0].workspace_request.tags #=> Array
|
|
1332
1334
|
# resp.failed_requests[0].workspace_request.tags[0].key #=> String
|
|
1333
1335
|
# resp.failed_requests[0].workspace_request.tags[0].value #=> String
|
|
@@ -1361,8 +1363,9 @@ module Aws::WorkSpaces
|
|
|
1361
1363
|
# 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", "WINDOWS_SERVER_2025", "RHEL_8", "ROCKY_8"
|
|
1362
1364
|
# resp.pending_requests[0].workspace_properties.global_accelerator.mode #=> String, one of "ENABLED_AUTO", "DISABLED", "INHERITED"
|
|
1363
1365
|
# resp.pending_requests[0].workspace_properties.global_accelerator.preferred_protocol #=> String, one of "TCP", "NONE", "INHERITED"
|
|
1366
|
+
# resp.pending_requests[0].workspace_properties.nested_virtualization_enabled #=> Boolean
|
|
1364
1367
|
# resp.pending_requests[0].modification_states #=> Array
|
|
1365
|
-
# resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE", "PROTOCOL"
|
|
1368
|
+
# resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE", "PROTOCOL", "NESTED_VIRTUALIZATION"
|
|
1366
1369
|
# resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED"
|
|
1367
1370
|
# resp.pending_requests[0].related_workspaces #=> Array
|
|
1368
1371
|
# resp.pending_requests[0].related_workspaces[0].workspace_id #=> String
|
|
@@ -2936,8 +2939,9 @@ module Aws::WorkSpaces
|
|
|
2936
2939
|
# 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", "WINDOWS_SERVER_2025", "RHEL_8", "ROCKY_8"
|
|
2937
2940
|
# resp.workspaces[0].workspace_properties.global_accelerator.mode #=> String, one of "ENABLED_AUTO", "DISABLED", "INHERITED"
|
|
2938
2941
|
# resp.workspaces[0].workspace_properties.global_accelerator.preferred_protocol #=> String, one of "TCP", "NONE", "INHERITED"
|
|
2942
|
+
# resp.workspaces[0].workspace_properties.nested_virtualization_enabled #=> Boolean
|
|
2939
2943
|
# resp.workspaces[0].modification_states #=> Array
|
|
2940
|
-
# resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE", "PROTOCOL"
|
|
2944
|
+
# resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE", "PROTOCOL", "NESTED_VIRTUALIZATION"
|
|
2941
2945
|
# resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED"
|
|
2942
2946
|
# resp.workspaces[0].related_workspaces #=> Array
|
|
2943
2947
|
# resp.workspaces[0].related_workspaces[0].workspace_id #=> String
|
|
@@ -3748,6 +3752,12 @@ module Aws::WorkSpaces
|
|
|
3748
3752
|
# For available migration scenarios, details about what happens during
|
|
3749
3753
|
# migration, and best practices, see [Migrate a WorkSpace][1].
|
|
3750
3754
|
#
|
|
3755
|
+
# <note markdown="1"> If the source WorkSpace has nested virtualization enabled and the
|
|
3756
|
+
# target bundle does not support nested virtualization, the migration
|
|
3757
|
+
# fails.
|
|
3758
|
+
#
|
|
3759
|
+
# </note>
|
|
3760
|
+
#
|
|
3751
3761
|
#
|
|
3752
3762
|
#
|
|
3753
3763
|
# [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/migrate-workspaces.html
|
|
@@ -4171,6 +4181,7 @@ module Aws::WorkSpaces
|
|
|
4171
4181
|
# mode: "ENABLED_AUTO", # required, accepts ENABLED_AUTO, DISABLED, INHERITED
|
|
4172
4182
|
# preferred_protocol: "TCP", # accepts TCP, NONE, INHERITED
|
|
4173
4183
|
# },
|
|
4184
|
+
# nested_virtualization_enabled: false,
|
|
4174
4185
|
# },
|
|
4175
4186
|
# data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
|
|
4176
4187
|
# })
|
|
@@ -5150,7 +5161,7 @@ module Aws::WorkSpaces
|
|
|
5150
5161
|
tracer: tracer
|
|
5151
5162
|
)
|
|
5152
5163
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
5153
|
-
context[:gem_version] = '1.
|
|
5164
|
+
context[:gem_version] = '1.164.0'
|
|
5154
5165
|
Seahorse::Client::Request.new(handlers, context)
|
|
5155
5166
|
end
|
|
5156
5167
|
|
|
@@ -1950,6 +1950,7 @@ module Aws::WorkSpaces
|
|
|
1950
1950
|
WorkspaceProperties.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "Protocols"))
|
|
1951
1951
|
WorkspaceProperties.add_member(:operating_system_name, Shapes::ShapeRef.new(shape: OperatingSystemName, location_name: "OperatingSystemName"))
|
|
1952
1952
|
WorkspaceProperties.add_member(:global_accelerator, Shapes::ShapeRef.new(shape: GlobalAcceleratorForWorkSpace, location_name: "GlobalAccelerator"))
|
|
1953
|
+
WorkspaceProperties.add_member(:nested_virtualization_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "NestedVirtualizationEnabled"))
|
|
1953
1954
|
WorkspaceProperties.struct_class = Types::WorkspaceProperties
|
|
1954
1955
|
|
|
1955
1956
|
WorkspaceRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
|
@@ -3824,7 +3824,7 @@ module Aws::WorkSpaces
|
|
|
3824
3824
|
# Describes a WorkSpace modification.
|
|
3825
3825
|
#
|
|
3826
3826
|
# @!attribute [rw] resource
|
|
3827
|
-
# The
|
|
3827
|
+
# The WorkSpace property being modified.
|
|
3828
3828
|
# @return [String]
|
|
3829
3829
|
#
|
|
3830
3830
|
# @!attribute [rw] state
|
|
@@ -6220,6 +6220,18 @@ module Aws::WorkSpaces
|
|
|
6220
6220
|
# Indicates the Global Accelerator properties.
|
|
6221
6221
|
# @return [Types::GlobalAcceleratorForWorkSpace]
|
|
6222
6222
|
#
|
|
6223
|
+
# @!attribute [rw] nested_virtualization_enabled
|
|
6224
|
+
# Specifies whether nested virtualization is enabled for the
|
|
6225
|
+
# WorkSpace.
|
|
6226
|
+
#
|
|
6227
|
+
# For more information, see [Nested virtualization for Amazon
|
|
6228
|
+
# WorkSpaces][1].
|
|
6229
|
+
#
|
|
6230
|
+
#
|
|
6231
|
+
#
|
|
6232
|
+
# [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/nested-virtualization.html
|
|
6233
|
+
# @return [Boolean]
|
|
6234
|
+
#
|
|
6223
6235
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceProperties AWS API Documentation
|
|
6224
6236
|
#
|
|
6225
6237
|
class WorkspaceProperties < Struct.new(
|
|
@@ -6230,7 +6242,8 @@ module Aws::WorkSpaces
|
|
|
6230
6242
|
:compute_type_name,
|
|
6231
6243
|
:protocols,
|
|
6232
6244
|
:operating_system_name,
|
|
6233
|
-
:global_accelerator
|
|
6245
|
+
:global_accelerator,
|
|
6246
|
+
:nested_virtualization_enabled)
|
|
6234
6247
|
SENSITIVE = []
|
|
6235
6248
|
include Aws::Structure
|
|
6236
6249
|
end
|
data/lib/aws-sdk-workspaces.rb
CHANGED
data/sig/params.rbs
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -1108,7 +1108,7 @@ module Aws::WorkSpaces
|
|
|
1108
1108
|
end
|
|
1109
1109
|
|
|
1110
1110
|
class ModificationState
|
|
1111
|
-
attr_accessor resource: ("ROOT_VOLUME" | "USER_VOLUME" | "COMPUTE_TYPE" | "PROTOCOL")
|
|
1111
|
+
attr_accessor resource: ("ROOT_VOLUME" | "USER_VOLUME" | "COMPUTE_TYPE" | "PROTOCOL" | "NESTED_VIRTUALIZATION")
|
|
1112
1112
|
attr_accessor state: ("UPDATE_INITIATED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED")
|
|
1113
1113
|
SENSITIVE: []
|
|
1114
1114
|
end
|
|
@@ -1768,6 +1768,7 @@ module Aws::WorkSpaces
|
|
|
1768
1768
|
attr_accessor protocols: ::Array[("PCOIP" | "WSP")]
|
|
1769
1769
|
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" | "WINDOWS_SERVER_2025" | "RHEL_8" | "ROCKY_8")
|
|
1770
1770
|
attr_accessor global_accelerator: Types::GlobalAcceleratorForWorkSpace
|
|
1771
|
+
attr_accessor nested_virtualization_enabled: bool
|
|
1771
1772
|
SENSITIVE: []
|
|
1772
1773
|
end
|
|
1773
1774
|
|