aws-sdk-workspaces 1.146.0 → 1.147.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 +7 -1
- data/lib/aws-sdk-workspaces/client_api.rb +7 -0
- data/lib/aws-sdk-workspaces/types.rb +16 -1
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +3 -0
- 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: eb69f7ec4ed7e9b34323ea102e490bc072c47cfe2ff67ad48e33ad93f2bdcf45
|
|
4
|
+
data.tar.gz: f4754928d42fdbec75ff7bf2a4a84f6034ff7c8f4441bb79de8bdf410cd939a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5dd684a5dd01f2164f403eadcb3d8e3d3b4a71929bd2a635412763e3118e020a7cbd8712fd6dde890e71ee59ab598d9c6cc4407cd56f524c54a84f16191752f
|
|
7
|
+
data.tar.gz: 4f4903810b80485877e254a2c76675a69bd072275a52d9434b984f666a3c0d26d241240a73a024ee1c8c2863b17f883a3d28bf32fb3e3bdc48a0c05b354bae08
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.147.0
|
|
@@ -1306,6 +1306,7 @@ module Aws::WorkSpaces
|
|
|
1306
1306
|
# },
|
|
1307
1307
|
# ],
|
|
1308
1308
|
# workspace_name: "WorkspaceName",
|
|
1309
|
+
# ipv_6_address: "Ipv6Address",
|
|
1309
1310
|
# },
|
|
1310
1311
|
# ],
|
|
1311
1312
|
# })
|
|
@@ -1333,6 +1334,7 @@ module Aws::WorkSpaces
|
|
|
1333
1334
|
# resp.failed_requests[0].workspace_request.tags[0].key #=> String
|
|
1334
1335
|
# resp.failed_requests[0].workspace_request.tags[0].value #=> String
|
|
1335
1336
|
# resp.failed_requests[0].workspace_request.workspace_name #=> String
|
|
1337
|
+
# resp.failed_requests[0].workspace_request.ipv_6_address #=> String
|
|
1336
1338
|
# resp.failed_requests[0].error_code #=> String
|
|
1337
1339
|
# resp.failed_requests[0].error_message #=> String
|
|
1338
1340
|
# resp.pending_requests #=> Array
|
|
@@ -1340,6 +1342,7 @@ module Aws::WorkSpaces
|
|
|
1340
1342
|
# resp.pending_requests[0].directory_id #=> String
|
|
1341
1343
|
# resp.pending_requests[0].user_name #=> String
|
|
1342
1344
|
# resp.pending_requests[0].ip_address #=> String
|
|
1345
|
+
# resp.pending_requests[0].ipv_6_address #=> String
|
|
1343
1346
|
# resp.pending_requests[0].state #=> String, one of "PENDING", "AVAILABLE", "IMPAIRED", "UNHEALTHY", "REBOOTING", "STARTING", "REBUILDING", "RESTORING", "MAINTENANCE", "ADMIN_MAINTENANCE", "TERMINATING", "TERMINATED", "SUSPENDED", "UPDATING", "STOPPING", "STOPPED", "ERROR"
|
|
1344
1347
|
# resp.pending_requests[0].bundle_id #=> String
|
|
1345
1348
|
# resp.pending_requests[0].subnet_id #=> String
|
|
@@ -2626,6 +2629,8 @@ module Aws::WorkSpaces
|
|
|
2626
2629
|
# resp.directories[0].subnet_ids[0] #=> String
|
|
2627
2630
|
# resp.directories[0].dns_ip_addresses #=> Array
|
|
2628
2631
|
# resp.directories[0].dns_ip_addresses[0] #=> String
|
|
2632
|
+
# resp.directories[0].dns_ipv_6_addresses #=> Array
|
|
2633
|
+
# resp.directories[0].dns_ipv_6_addresses[0] #=> String
|
|
2629
2634
|
# resp.directories[0].customer_user_name #=> String
|
|
2630
2635
|
# resp.directories[0].iam_role_id #=> String
|
|
2631
2636
|
# resp.directories[0].directory_type #=> String, one of "SIMPLE_AD", "AD_CONNECTOR", "CUSTOMER_MANAGED", "AWS_IAM_IDENTITY_CENTER"
|
|
@@ -2895,6 +2900,7 @@ module Aws::WorkSpaces
|
|
|
2895
2900
|
# resp.workspaces[0].directory_id #=> String
|
|
2896
2901
|
# resp.workspaces[0].user_name #=> String
|
|
2897
2902
|
# resp.workspaces[0].ip_address #=> String
|
|
2903
|
+
# resp.workspaces[0].ipv_6_address #=> String
|
|
2898
2904
|
# resp.workspaces[0].state #=> String, one of "PENDING", "AVAILABLE", "IMPAIRED", "UNHEALTHY", "REBOOTING", "STARTING", "REBUILDING", "RESTORING", "MAINTENANCE", "ADMIN_MAINTENANCE", "TERMINATING", "TERMINATED", "SUSPENDED", "UPDATING", "STOPPING", "STOPPED", "ERROR"
|
|
2899
2905
|
# resp.workspaces[0].bundle_id #=> String
|
|
2900
2906
|
# resp.workspaces[0].subnet_id #=> String
|
|
@@ -5044,7 +5050,7 @@ module Aws::WorkSpaces
|
|
|
5044
5050
|
tracer: tracer
|
|
5045
5051
|
)
|
|
5046
5052
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
5047
|
-
context[:gem_version] = '1.
|
|
5053
|
+
context[:gem_version] = '1.147.0'
|
|
5048
5054
|
Seahorse::Client::Request.new(handlers, context)
|
|
5049
5055
|
end
|
|
5050
5056
|
|
|
@@ -248,6 +248,7 @@ module Aws::WorkSpaces
|
|
|
248
248
|
DisassociateWorkspaceApplicationResult = Shapes::StructureShape.new(name: 'DisassociateWorkspaceApplicationResult')
|
|
249
249
|
DisconnectTimeoutInSeconds = Shapes::IntegerShape.new(name: 'DisconnectTimeoutInSeconds')
|
|
250
250
|
DnsIpAddresses = Shapes::ListShape.new(name: 'DnsIpAddresses')
|
|
251
|
+
DnsIpv6Addresses = Shapes::ListShape.new(name: 'DnsIpv6Addresses')
|
|
251
252
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
|
252
253
|
Ec2ImageId = Shapes::StringShape.new(name: 'Ec2ImageId')
|
|
253
254
|
Ec2ImportTaskId = Shapes::StringShape.new(name: 'Ec2ImportTaskId')
|
|
@@ -315,6 +316,7 @@ module Aws::WorkSpaces
|
|
|
315
316
|
IpRuleDesc = Shapes::StringShape.new(name: 'IpRuleDesc')
|
|
316
317
|
IpRuleItem = Shapes::StructureShape.new(name: 'IpRuleItem')
|
|
317
318
|
IpRuleList = Shapes::ListShape.new(name: 'IpRuleList')
|
|
319
|
+
Ipv6Address = Shapes::StringShape.new(name: 'Ipv6Address')
|
|
318
320
|
Limit = Shapes::IntegerShape.new(name: 'Limit')
|
|
319
321
|
Limit50 = Shapes::IntegerShape.new(name: 'Limit50')
|
|
320
322
|
LinkId = Shapes::StringShape.new(name: 'LinkId')
|
|
@@ -1208,6 +1210,8 @@ module Aws::WorkSpaces
|
|
|
1208
1210
|
|
|
1209
1211
|
DnsIpAddresses.member = Shapes::ShapeRef.new(shape: IpAddress)
|
|
1210
1212
|
|
|
1213
|
+
DnsIpv6Addresses.member = Shapes::ShapeRef.new(shape: Ipv6Address)
|
|
1214
|
+
|
|
1211
1215
|
ErrorDetails.add_member(:error_code, Shapes::ShapeRef.new(shape: WorkspaceImageErrorDetailCode, location_name: "ErrorCode"))
|
|
1212
1216
|
ErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: Description, location_name: "ErrorMessage"))
|
|
1213
1217
|
ErrorDetails.struct_class = Types::ErrorDetails
|
|
@@ -1817,6 +1821,7 @@ module Aws::WorkSpaces
|
|
|
1817
1821
|
Workspace.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
|
|
1818
1822
|
Workspace.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
|
|
1819
1823
|
Workspace.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
|
|
1824
|
+
Workspace.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: Ipv6Address, location_name: "Ipv6Address"))
|
|
1820
1825
|
Workspace.add_member(:state, Shapes::ShapeRef.new(shape: WorkspaceState, location_name: "State"))
|
|
1821
1826
|
Workspace.add_member(:bundle_id, Shapes::ShapeRef.new(shape: BundleId, location_name: "BundleId"))
|
|
1822
1827
|
Workspace.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
|
@@ -1882,6 +1887,7 @@ module Aws::WorkSpaces
|
|
|
1882
1887
|
WorkspaceDirectory.add_member(:registration_code, Shapes::ShapeRef.new(shape: RegistrationCode, location_name: "RegistrationCode"))
|
|
1883
1888
|
WorkspaceDirectory.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
|
|
1884
1889
|
WorkspaceDirectory.add_member(:dns_ip_addresses, Shapes::ShapeRef.new(shape: DnsIpAddresses, location_name: "DnsIpAddresses"))
|
|
1890
|
+
WorkspaceDirectory.add_member(:dns_ipv_6_addresses, Shapes::ShapeRef.new(shape: DnsIpv6Addresses, location_name: "DnsIpv6Addresses"))
|
|
1885
1891
|
WorkspaceDirectory.add_member(:customer_user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "CustomerUserName"))
|
|
1886
1892
|
WorkspaceDirectory.add_member(:iam_role_id, Shapes::ShapeRef.new(shape: ARN, location_name: "IamRoleId"))
|
|
1887
1893
|
WorkspaceDirectory.add_member(:directory_type, Shapes::ShapeRef.new(shape: WorkspaceDirectoryType, location_name: "DirectoryType"))
|
|
@@ -1949,6 +1955,7 @@ module Aws::WorkSpaces
|
|
|
1949
1955
|
WorkspaceRequest.add_member(:workspace_properties, Shapes::ShapeRef.new(shape: WorkspaceProperties, location_name: "WorkspaceProperties"))
|
|
1950
1956
|
WorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1951
1957
|
WorkspaceRequest.add_member(:workspace_name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "WorkspaceName"))
|
|
1958
|
+
WorkspaceRequest.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: Ipv6Address, location_name: "Ipv6Address"))
|
|
1952
1959
|
WorkspaceRequest.struct_class = Types::WorkspaceRequest
|
|
1953
1960
|
|
|
1954
1961
|
WorkspaceRequestList.member = Shapes::ShapeRef.new(shape: WorkspaceRequest)
|
|
@@ -5453,6 +5453,10 @@ module Aws::WorkSpaces
|
|
|
5453
5453
|
# The IP address of the WorkSpace.
|
|
5454
5454
|
# @return [String]
|
|
5455
5455
|
#
|
|
5456
|
+
# @!attribute [rw] ipv_6_address
|
|
5457
|
+
# The IPv6 address of the WorkSpace.
|
|
5458
|
+
# @return [String]
|
|
5459
|
+
#
|
|
5456
5460
|
# @!attribute [rw] state
|
|
5457
5461
|
# The operational state of the WorkSpace.
|
|
5458
5462
|
#
|
|
@@ -5582,6 +5586,7 @@ module Aws::WorkSpaces
|
|
|
5582
5586
|
:directory_id,
|
|
5583
5587
|
:user_name,
|
|
5584
5588
|
:ip_address,
|
|
5589
|
+
:ipv_6_address,
|
|
5585
5590
|
:state,
|
|
5586
5591
|
:bundle_id,
|
|
5587
5592
|
:subnet_id,
|
|
@@ -5875,6 +5880,10 @@ module Aws::WorkSpaces
|
|
|
5875
5880
|
# The IP addresses of the DNS servers for the directory.
|
|
5876
5881
|
# @return [Array<String>]
|
|
5877
5882
|
#
|
|
5883
|
+
# @!attribute [rw] dns_ipv_6_addresses
|
|
5884
|
+
# The IPv6 addresses of the DNS servers for the directory.
|
|
5885
|
+
# @return [Array<String>]
|
|
5886
|
+
#
|
|
5878
5887
|
# @!attribute [rw] customer_user_name
|
|
5879
5888
|
# The user name for the service account.
|
|
5880
5889
|
# @return [String]
|
|
@@ -6000,6 +6009,7 @@ module Aws::WorkSpaces
|
|
|
6000
6009
|
:registration_code,
|
|
6001
6010
|
:subnet_ids,
|
|
6002
6011
|
:dns_ip_addresses,
|
|
6012
|
+
:dns_ipv_6_addresses,
|
|
6003
6013
|
:customer_user_name,
|
|
6004
6014
|
:iam_role_id,
|
|
6005
6015
|
:directory_type,
|
|
@@ -6262,6 +6272,10 @@ module Aws::WorkSpaces
|
|
|
6262
6272
|
# </note>
|
|
6263
6273
|
# @return [String]
|
|
6264
6274
|
#
|
|
6275
|
+
# @!attribute [rw] ipv_6_address
|
|
6276
|
+
# The IPv6 address for the WorkSpace.
|
|
6277
|
+
# @return [String]
|
|
6278
|
+
#
|
|
6265
6279
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceRequest AWS API Documentation
|
|
6266
6280
|
#
|
|
6267
6281
|
class WorkspaceRequest < Struct.new(
|
|
@@ -6273,7 +6287,8 @@ module Aws::WorkSpaces
|
|
|
6273
6287
|
:root_volume_encryption_enabled,
|
|
6274
6288
|
:workspace_properties,
|
|
6275
6289
|
:tags,
|
|
6276
|
-
:workspace_name
|
|
6290
|
+
:workspace_name,
|
|
6291
|
+
:ipv_6_address)
|
|
6277
6292
|
SENSITIVE = []
|
|
6278
6293
|
include Aws::Structure
|
|
6279
6294
|
end
|
data/lib/aws-sdk-workspaces.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -1640,6 +1640,7 @@ module Aws::WorkSpaces
|
|
|
1640
1640
|
attr_accessor directory_id: ::String
|
|
1641
1641
|
attr_accessor user_name: ::String
|
|
1642
1642
|
attr_accessor ip_address: ::String
|
|
1643
|
+
attr_accessor ipv_6_address: ::String
|
|
1643
1644
|
attr_accessor state: ("PENDING" | "AVAILABLE" | "IMPAIRED" | "UNHEALTHY" | "REBOOTING" | "STARTING" | "REBUILDING" | "RESTORING" | "MAINTENANCE" | "ADMIN_MAINTENANCE" | "TERMINATING" | "TERMINATED" | "SUSPENDED" | "UPDATING" | "STOPPING" | "STOPPED" | "ERROR")
|
|
1644
1645
|
attr_accessor bundle_id: ::String
|
|
1645
1646
|
attr_accessor subnet_id: ::String
|
|
@@ -1713,6 +1714,7 @@ module Aws::WorkSpaces
|
|
|
1713
1714
|
attr_accessor registration_code: ::String
|
|
1714
1715
|
attr_accessor subnet_ids: ::Array[::String]
|
|
1715
1716
|
attr_accessor dns_ip_addresses: ::Array[::String]
|
|
1717
|
+
attr_accessor dns_ipv_6_addresses: ::Array[::String]
|
|
1716
1718
|
attr_accessor customer_user_name: ::String
|
|
1717
1719
|
attr_accessor iam_role_id: ::String
|
|
1718
1720
|
attr_accessor directory_type: ("SIMPLE_AD" | "AD_CONNECTOR" | "CUSTOMER_MANAGED" | "AWS_IAM_IDENTITY_CENTER")
|
|
@@ -1776,6 +1778,7 @@ module Aws::WorkSpaces
|
|
|
1776
1778
|
attr_accessor workspace_properties: Types::WorkspaceProperties
|
|
1777
1779
|
attr_accessor tags: ::Array[Types::Tag]
|
|
1778
1780
|
attr_accessor workspace_name: ::String
|
|
1781
|
+
attr_accessor ipv_6_address: ::String
|
|
1779
1782
|
SENSITIVE: []
|
|
1780
1783
|
end
|
|
1781
1784
|
|