aws-sdk-workspaces 1.92.0 → 1.94.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 +21 -3
- data/lib/aws-sdk-workspaces/client_api.rb +20 -1
- data/lib/aws-sdk-workspaces/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-workspaces/types.rb +71 -3
- data/lib/aws-sdk-workspaces.rb +1 -1
- 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: 93de21d67f158b3fcfa96057a425d34fc26de2f8899e45c4c72e750935b9b3bd
|
4
|
+
data.tar.gz: e7d5afecd3c1bcaf2b691de46384f56b393b2e43c9fd1df0d108490eb0e2b09c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0056189bef1a7c5f87dcc1540e73dd2af13ee1a17cf8967b2dc531ebf84d8f92c8de7077537feb90762927b1ec2a659473cc1aca315b4abca4fb54fb3b51b44
|
7
|
+
data.tar.gz: e532320ef7e05a8dd8af2c1b6efcfbd74b7af6d48cc6b3a52cc33948f60bd5b231b4ad82c48b63fc62f2cec10cc06c38764a6f805cba29949f7f074f081a7396
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.0 (2023-11-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.93.0 (2023-11-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - The release introduces Multi-Region Resilience one-way data replication that allows you to replicate data from your primary WorkSpace to a standby WorkSpace in another AWS Region. DescribeWorkspaces now returns the status of data replication.
|
13
|
+
|
4
14
|
1.92.0 (2023-11-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -795,6 +795,7 @@ module Aws::WorkSpaces
|
|
795
795
|
# value: "TagValue",
|
796
796
|
# },
|
797
797
|
# ],
|
798
|
+
# data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
|
798
799
|
# },
|
799
800
|
# ],
|
800
801
|
# })
|
@@ -808,6 +809,7 @@ module Aws::WorkSpaces
|
|
808
809
|
# resp.failed_standby_requests[0].standby_workspace_request.tags #=> Array
|
809
810
|
# resp.failed_standby_requests[0].standby_workspace_request.tags[0].key #=> String
|
810
811
|
# resp.failed_standby_requests[0].standby_workspace_request.tags[0].value #=> String
|
812
|
+
# resp.failed_standby_requests[0].standby_workspace_request.data_replication #=> String, one of "NO_REPLICATION", "PRIMARY_AS_SOURCE"
|
811
813
|
# resp.failed_standby_requests[0].error_code #=> String
|
812
814
|
# resp.failed_standby_requests[0].error_message #=> String
|
813
815
|
# resp.pending_standby_requests #=> Array
|
@@ -1186,6 +1188,12 @@ module Aws::WorkSpaces
|
|
1186
1188
|
# resp.pending_requests[0].related_workspaces[0].region #=> String
|
1187
1189
|
# resp.pending_requests[0].related_workspaces[0].state #=> String, one of "PENDING", "AVAILABLE", "IMPAIRED", "UNHEALTHY", "REBOOTING", "STARTING", "REBUILDING", "RESTORING", "MAINTENANCE", "ADMIN_MAINTENANCE", "TERMINATING", "TERMINATED", "SUSPENDED", "UPDATING", "STOPPING", "STOPPED", "ERROR"
|
1188
1190
|
# resp.pending_requests[0].related_workspaces[0].type #=> String, one of "PRIMARY", "STANDBY"
|
1191
|
+
# resp.pending_requests[0].data_replication_settings.data_replication #=> String, one of "NO_REPLICATION", "PRIMARY_AS_SOURCE"
|
1192
|
+
# resp.pending_requests[0].data_replication_settings.recovery_snapshot_time #=> Time
|
1193
|
+
# resp.pending_requests[0].standby_workspaces_properties #=> Array
|
1194
|
+
# resp.pending_requests[0].standby_workspaces_properties[0].standby_workspace_id #=> String
|
1195
|
+
# resp.pending_requests[0].standby_workspaces_properties[0].data_replication #=> String, one of "NO_REPLICATION", "PRIMARY_AS_SOURCE"
|
1196
|
+
# resp.pending_requests[0].standby_workspaces_properties[0].recovery_snapshot_time #=> Time
|
1189
1197
|
#
|
1190
1198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspaces AWS API Documentation
|
1191
1199
|
#
|
@@ -2505,6 +2513,12 @@ module Aws::WorkSpaces
|
|
2505
2513
|
# resp.workspaces[0].related_workspaces[0].region #=> String
|
2506
2514
|
# resp.workspaces[0].related_workspaces[0].state #=> String, one of "PENDING", "AVAILABLE", "IMPAIRED", "UNHEALTHY", "REBOOTING", "STARTING", "REBUILDING", "RESTORING", "MAINTENANCE", "ADMIN_MAINTENANCE", "TERMINATING", "TERMINATED", "SUSPENDED", "UPDATING", "STOPPING", "STOPPED", "ERROR"
|
2507
2515
|
# resp.workspaces[0].related_workspaces[0].type #=> String, one of "PRIMARY", "STANDBY"
|
2516
|
+
# resp.workspaces[0].data_replication_settings.data_replication #=> String, one of "NO_REPLICATION", "PRIMARY_AS_SOURCE"
|
2517
|
+
# resp.workspaces[0].data_replication_settings.recovery_snapshot_time #=> Time
|
2518
|
+
# resp.workspaces[0].standby_workspaces_properties #=> Array
|
2519
|
+
# resp.workspaces[0].standby_workspaces_properties[0].standby_workspace_id #=> String
|
2520
|
+
# resp.workspaces[0].standby_workspaces_properties[0].data_replication #=> String, one of "NO_REPLICATION", "PRIMARY_AS_SOURCE"
|
2521
|
+
# resp.workspaces[0].standby_workspaces_properties[0].recovery_snapshot_time #=> Time
|
2508
2522
|
# resp.next_token #=> String
|
2509
2523
|
#
|
2510
2524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaces AWS API Documentation
|
@@ -3295,16 +3309,19 @@ module Aws::WorkSpaces
|
|
3295
3309
|
# @option params [required, String] :workspace_id
|
3296
3310
|
# The identifier of the WorkSpace.
|
3297
3311
|
#
|
3298
|
-
# @option params [
|
3312
|
+
# @option params [Types::WorkspaceProperties] :workspace_properties
|
3299
3313
|
# The properties of the WorkSpace.
|
3300
3314
|
#
|
3315
|
+
# @option params [String] :data_replication
|
3316
|
+
# Indicates the data replication status.
|
3317
|
+
#
|
3301
3318
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3302
3319
|
#
|
3303
3320
|
# @example Request syntax with placeholder values
|
3304
3321
|
#
|
3305
3322
|
# resp = client.modify_workspace_properties({
|
3306
3323
|
# workspace_id: "WorkspaceId", # required
|
3307
|
-
# workspace_properties: {
|
3324
|
+
# workspace_properties: {
|
3308
3325
|
# running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON, MANUAL
|
3309
3326
|
# running_mode_auto_stop_timeout_in_minutes: 1,
|
3310
3327
|
# root_volume_size_gib: 1,
|
@@ -3313,6 +3330,7 @@ module Aws::WorkSpaces
|
|
3313
3330
|
# protocols: ["PCOIP"], # accepts PCOIP, WSP
|
3314
3331
|
# 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
|
3315
3332
|
# },
|
3333
|
+
# data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
|
3316
3334
|
# })
|
3317
3335
|
#
|
3318
3336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceProperties AWS API Documentation
|
@@ -3969,7 +3987,7 @@ module Aws::WorkSpaces
|
|
3969
3987
|
params: params,
|
3970
3988
|
config: config)
|
3971
3989
|
context[:gem_name] = 'aws-sdk-workspaces'
|
3972
|
-
context[:gem_version] = '1.
|
3990
|
+
context[:gem_version] = '1.94.0'
|
3973
3991
|
Seahorse::Client::Request.new(handlers, context)
|
3974
3992
|
end
|
3975
3993
|
|
@@ -103,6 +103,8 @@ module Aws::WorkSpaces
|
|
103
103
|
CreateWorkspaceImageResult = Shapes::StructureShape.new(name: 'CreateWorkspaceImageResult')
|
104
104
|
CreateWorkspacesRequest = Shapes::StructureShape.new(name: 'CreateWorkspacesRequest')
|
105
105
|
CreateWorkspacesResult = Shapes::StructureShape.new(name: 'CreateWorkspacesResult')
|
106
|
+
DataReplication = Shapes::StringShape.new(name: 'DataReplication')
|
107
|
+
DataReplicationSettings = Shapes::StructureShape.new(name: 'DataReplicationSettings')
|
106
108
|
DedicatedTenancyCidrRangeList = Shapes::ListShape.new(name: 'DedicatedTenancyCidrRangeList')
|
107
109
|
DedicatedTenancyManagementCidrRange = Shapes::StringShape.new(name: 'DedicatedTenancyManagementCidrRange')
|
108
110
|
DedicatedTenancyModificationStateEnum = Shapes::StringShape.new(name: 'DedicatedTenancyModificationStateEnum')
|
@@ -319,6 +321,8 @@ module Aws::WorkSpaces
|
|
319
321
|
StandbyWorkspace = Shapes::StructureShape.new(name: 'StandbyWorkspace')
|
320
322
|
StandbyWorkspaceRelationshipType = Shapes::StringShape.new(name: 'StandbyWorkspaceRelationshipType')
|
321
323
|
StandbyWorkspacesList = Shapes::ListShape.new(name: 'StandbyWorkspacesList')
|
324
|
+
StandbyWorkspacesProperties = Shapes::StructureShape.new(name: 'StandbyWorkspacesProperties')
|
325
|
+
StandbyWorkspacesPropertiesList = Shapes::ListShape.new(name: 'StandbyWorkspacesPropertiesList')
|
322
326
|
StartRequest = Shapes::StructureShape.new(name: 'StartRequest')
|
323
327
|
StartWorkspaceRequests = Shapes::ListShape.new(name: 'StartWorkspaceRequests')
|
324
328
|
StartWorkspacesRequest = Shapes::StructureShape.new(name: 'StartWorkspacesRequest')
|
@@ -632,6 +636,10 @@ module Aws::WorkSpaces
|
|
632
636
|
CreateWorkspacesResult.add_member(:pending_requests, Shapes::ShapeRef.new(shape: WorkspaceList, location_name: "PendingRequests"))
|
633
637
|
CreateWorkspacesResult.struct_class = Types::CreateWorkspacesResult
|
634
638
|
|
639
|
+
DataReplicationSettings.add_member(:data_replication, Shapes::ShapeRef.new(shape: DataReplication, location_name: "DataReplication"))
|
640
|
+
DataReplicationSettings.add_member(:recovery_snapshot_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecoverySnapshotTime"))
|
641
|
+
DataReplicationSettings.struct_class = Types::DataReplicationSettings
|
642
|
+
|
635
643
|
DedicatedTenancyCidrRangeList.member = Shapes::ShapeRef.new(shape: DedicatedTenancyManagementCidrRange)
|
636
644
|
|
637
645
|
DefaultClientBrandingAttributes.add_member(:logo_url, Shapes::ShapeRef.new(shape: ClientUrl, location_name: "LogoUrl"))
|
@@ -1105,7 +1113,8 @@ module Aws::WorkSpaces
|
|
1105
1113
|
ModifyWorkspaceCreationPropertiesResult.struct_class = Types::ModifyWorkspaceCreationPropertiesResult
|
1106
1114
|
|
1107
1115
|
ModifyWorkspacePropertiesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "WorkspaceId"))
|
1108
|
-
ModifyWorkspacePropertiesRequest.add_member(:workspace_properties, Shapes::ShapeRef.new(shape: WorkspaceProperties,
|
1116
|
+
ModifyWorkspacePropertiesRequest.add_member(:workspace_properties, Shapes::ShapeRef.new(shape: WorkspaceProperties, location_name: "WorkspaceProperties"))
|
1117
|
+
ModifyWorkspacePropertiesRequest.add_member(:data_replication, Shapes::ShapeRef.new(shape: DataReplication, location_name: "DataReplication"))
|
1109
1118
|
ModifyWorkspacePropertiesRequest.struct_class = Types::ModifyWorkspacePropertiesRequest
|
1110
1119
|
|
1111
1120
|
ModifyWorkspacePropertiesResult.struct_class = Types::ModifyWorkspacePropertiesResult
|
@@ -1241,10 +1250,18 @@ module Aws::WorkSpaces
|
|
1241
1250
|
StandbyWorkspace.add_member(:volume_encryption_key, Shapes::ShapeRef.new(shape: VolumeEncryptionKey, location_name: "VolumeEncryptionKey"))
|
1242
1251
|
StandbyWorkspace.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
1243
1252
|
StandbyWorkspace.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1253
|
+
StandbyWorkspace.add_member(:data_replication, Shapes::ShapeRef.new(shape: DataReplication, location_name: "DataReplication"))
|
1244
1254
|
StandbyWorkspace.struct_class = Types::StandbyWorkspace
|
1245
1255
|
|
1246
1256
|
StandbyWorkspacesList.member = Shapes::ShapeRef.new(shape: StandbyWorkspace)
|
1247
1257
|
|
1258
|
+
StandbyWorkspacesProperties.add_member(:standby_workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "StandbyWorkspaceId"))
|
1259
|
+
StandbyWorkspacesProperties.add_member(:data_replication, Shapes::ShapeRef.new(shape: DataReplication, location_name: "DataReplication"))
|
1260
|
+
StandbyWorkspacesProperties.add_member(:recovery_snapshot_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecoverySnapshotTime"))
|
1261
|
+
StandbyWorkspacesProperties.struct_class = Types::StandbyWorkspacesProperties
|
1262
|
+
|
1263
|
+
StandbyWorkspacesPropertiesList.member = Shapes::ShapeRef.new(shape: StandbyWorkspacesProperties)
|
1264
|
+
|
1248
1265
|
StartRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "WorkspaceId"))
|
1249
1266
|
StartRequest.struct_class = Types::StartRequest
|
1250
1267
|
|
@@ -1370,6 +1387,8 @@ module Aws::WorkSpaces
|
|
1370
1387
|
Workspace.add_member(:workspace_properties, Shapes::ShapeRef.new(shape: WorkspaceProperties, location_name: "WorkspaceProperties"))
|
1371
1388
|
Workspace.add_member(:modification_states, Shapes::ShapeRef.new(shape: ModificationStateList, location_name: "ModificationStates"))
|
1372
1389
|
Workspace.add_member(:related_workspaces, Shapes::ShapeRef.new(shape: RelatedWorkspaces, location_name: "RelatedWorkspaces"))
|
1390
|
+
Workspace.add_member(:data_replication_settings, Shapes::ShapeRef.new(shape: DataReplicationSettings, location_name: "DataReplicationSettings"))
|
1391
|
+
Workspace.add_member(:standby_workspaces_properties, Shapes::ShapeRef.new(shape: StandbyWorkspacesPropertiesList, location_name: "StandbyWorkspacesProperties"))
|
1373
1392
|
Workspace.struct_class = Types::Workspace
|
1374
1393
|
|
1375
1394
|
WorkspaceAccessProperties.add_member(:device_type_windows, Shapes::ShapeRef.new(shape: AccessPropertyValue, location_name: "DeviceTypeWindows"))
|
@@ -25,16 +25,17 @@ module Aws::WorkSpaces
|
|
25
25
|
# @api private
|
26
26
|
class Handler < Seahorse::Client::Handler
|
27
27
|
def call(context)
|
28
|
-
# If endpoint was discovered, do not resolve or apply the endpoint.
|
29
28
|
unless context[:discovered_endpoint]
|
30
29
|
params = parameters_for_operation(context)
|
31
30
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
31
|
|
33
32
|
context.http_request.endpoint = endpoint.url
|
34
33
|
apply_endpoint_headers(context, endpoint.headers)
|
34
|
+
|
35
|
+
context[:endpoint_params] = params
|
36
|
+
context[:endpoint_properties] = endpoint.properties
|
35
37
|
end
|
36
38
|
|
37
|
-
context[:endpoint_params] = params
|
38
39
|
context[:auth_scheme] =
|
39
40
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
40
41
|
|
@@ -944,6 +944,27 @@ module Aws::WorkSpaces
|
|
944
944
|
include Aws::Structure
|
945
945
|
end
|
946
946
|
|
947
|
+
# Describes the data replication settings.
|
948
|
+
#
|
949
|
+
# @!attribute [rw] data_replication
|
950
|
+
# Indicates whether data replication is enabled, and if enabled, the
|
951
|
+
# type of data replication.
|
952
|
+
# @return [String]
|
953
|
+
#
|
954
|
+
# @!attribute [rw] recovery_snapshot_time
|
955
|
+
# The date and time at which the last successful snapshot was taken of
|
956
|
+
# the primary WorkSpace used for replicating data.
|
957
|
+
# @return [Time]
|
958
|
+
#
|
959
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DataReplicationSettings AWS API Documentation
|
960
|
+
#
|
961
|
+
class DataReplicationSettings < Struct.new(
|
962
|
+
:data_replication,
|
963
|
+
:recovery_snapshot_time)
|
964
|
+
SENSITIVE = []
|
965
|
+
include Aws::Structure
|
966
|
+
end
|
967
|
+
|
947
968
|
# Returns default client branding attributes that were imported. These
|
948
969
|
# attributes display on the client login screen.
|
949
970
|
#
|
@@ -3093,11 +3114,16 @@ module Aws::WorkSpaces
|
|
3093
3114
|
# The properties of the WorkSpace.
|
3094
3115
|
# @return [Types::WorkspaceProperties]
|
3095
3116
|
#
|
3117
|
+
# @!attribute [rw] data_replication
|
3118
|
+
# Indicates the data replication status.
|
3119
|
+
# @return [String]
|
3120
|
+
#
|
3096
3121
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspacePropertiesRequest AWS API Documentation
|
3097
3122
|
#
|
3098
3123
|
class ModifyWorkspacePropertiesRequest < Struct.new(
|
3099
3124
|
:workspace_id,
|
3100
|
-
:workspace_properties
|
3125
|
+
:workspace_properties,
|
3126
|
+
:data_replication)
|
3101
3127
|
SENSITIVE = []
|
3102
3128
|
include Aws::Structure
|
3103
3129
|
end
|
@@ -3680,13 +3706,45 @@ module Aws::WorkSpaces
|
|
3680
3706
|
# The tags associated with the standby WorkSpace.
|
3681
3707
|
# @return [Array<Types::Tag>]
|
3682
3708
|
#
|
3709
|
+
# @!attribute [rw] data_replication
|
3710
|
+
# Indicates whether data replication is enabled, and if enabled, the
|
3711
|
+
# type of data replication.
|
3712
|
+
# @return [String]
|
3713
|
+
#
|
3683
3714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StandbyWorkspace AWS API Documentation
|
3684
3715
|
#
|
3685
3716
|
class StandbyWorkspace < Struct.new(
|
3686
3717
|
:primary_workspace_id,
|
3687
3718
|
:volume_encryption_key,
|
3688
3719
|
:directory_id,
|
3689
|
-
:tags
|
3720
|
+
:tags,
|
3721
|
+
:data_replication)
|
3722
|
+
SENSITIVE = []
|
3723
|
+
include Aws::Structure
|
3724
|
+
end
|
3725
|
+
|
3726
|
+
# Describes the properties of the related standby WorkSpaces.
|
3727
|
+
#
|
3728
|
+
# @!attribute [rw] standby_workspace_id
|
3729
|
+
# The identifier of the standby WorkSpace
|
3730
|
+
# @return [String]
|
3731
|
+
#
|
3732
|
+
# @!attribute [rw] data_replication
|
3733
|
+
# Indicates whether data replication is enabled, and if enabled, the
|
3734
|
+
# type of data replication.
|
3735
|
+
# @return [String]
|
3736
|
+
#
|
3737
|
+
# @!attribute [rw] recovery_snapshot_time
|
3738
|
+
# The date and time at which the last successful snapshot was taken of
|
3739
|
+
# the primary WorkSpace used for replicating data.
|
3740
|
+
# @return [Time]
|
3741
|
+
#
|
3742
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StandbyWorkspacesProperties AWS API Documentation
|
3743
|
+
#
|
3744
|
+
class StandbyWorkspacesProperties < Struct.new(
|
3745
|
+
:standby_workspace_id,
|
3746
|
+
:data_replication,
|
3747
|
+
:recovery_snapshot_time)
|
3690
3748
|
SENSITIVE = []
|
3691
3749
|
include Aws::Structure
|
3692
3750
|
end
|
@@ -4188,6 +4246,14 @@ module Aws::WorkSpaces
|
|
4188
4246
|
# WorkSpace.
|
4189
4247
|
# @return [Array<Types::RelatedWorkspaceProperties>]
|
4190
4248
|
#
|
4249
|
+
# @!attribute [rw] data_replication_settings
|
4250
|
+
# Indicates the settings of the data replication.
|
4251
|
+
# @return [Types::DataReplicationSettings]
|
4252
|
+
#
|
4253
|
+
# @!attribute [rw] standby_workspaces_properties
|
4254
|
+
# The properties of the standby WorkSpace
|
4255
|
+
# @return [Array<Types::StandbyWorkspacesProperties>]
|
4256
|
+
#
|
4191
4257
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/Workspace AWS API Documentation
|
4192
4258
|
#
|
4193
4259
|
class Workspace < Struct.new(
|
@@ -4206,7 +4272,9 @@ module Aws::WorkSpaces
|
|
4206
4272
|
:root_volume_encryption_enabled,
|
4207
4273
|
:workspace_properties,
|
4208
4274
|
:modification_states,
|
4209
|
-
:related_workspaces
|
4275
|
+
:related_workspaces,
|
4276
|
+
:data_replication_settings,
|
4277
|
+
:standby_workspaces_properties)
|
4210
4278
|
SENSITIVE = []
|
4211
4279
|
include Aws::Structure
|
4212
4280
|
end
|
data/lib/aws-sdk-workspaces.rb
CHANGED
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.94.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: 2023-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|