aws-sdk-workspaces 1.78.0 → 1.79.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +9 -10
- data/lib/aws-sdk-workspaces/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-workspaces/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-workspaces/types.rb +19 -19
- 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: a2dacda60b937aa5a3800c1647736efb13df6bd8eeb8f88f195173ff94bed861
|
4
|
+
data.tar.gz: 49f1fb197a7b317e4e742aee03d4adaa8dc183e4f83bb10a2c298d33fb3181e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb248b1ad9dcd18d96b83eaf7e65a9edefa86eb5f7f184ced1e96c0b64c7a19ffc4759e24ae0172fb1bb53b8af9273c3b8fe87eb77aa32b3e532cbba4600d64e
|
7
|
+
data.tar.gz: 2f18f95f061fe34848d183a455e321c68948cc40be5a4bd5b80e19e16cd8739109497e6eea655a144587f32f490a08a2f7b593e1d8c6a7e6c70dafd6c46696e2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -708,13 +708,13 @@ module Aws::WorkSpaces
|
|
708
708
|
req.send_request(options)
|
709
709
|
end
|
710
710
|
|
711
|
-
# Creates a
|
711
|
+
# Creates a standby WorkSpace in a secondary Region.
|
712
712
|
#
|
713
713
|
# @option params [required, String] :primary_region
|
714
714
|
# The Region of the primary WorkSpace.
|
715
715
|
#
|
716
716
|
# @option params [required, Array<Types::StandbyWorkspace>] :standby_workspaces
|
717
|
-
# Information about the
|
717
|
+
# Information about the standby WorkSpace to be created.
|
718
718
|
#
|
719
719
|
# @return [Types::CreateStandbyWorkspacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
720
720
|
#
|
@@ -806,7 +806,7 @@ module Aws::WorkSpaces
|
|
806
806
|
# To determine which WorkSpace images need to be updated with the latest
|
807
807
|
# Amazon WorkSpaces requirements, use [ DescribeWorkspaceImages][1].
|
808
808
|
#
|
809
|
-
# <note markdown="1"> * Only Windows 10, Windows
|
809
|
+
# <note markdown="1"> * Only Windows 10, Windows Server 2016, and Windows Server 2019
|
810
810
|
# WorkSpace images can be programmatically updated at this time.
|
811
811
|
#
|
812
812
|
# * Microsoft Windows updates and other application updates are not
|
@@ -2429,12 +2429,11 @@ module Aws::WorkSpaces
|
|
2429
2429
|
req.send_request(options)
|
2430
2430
|
end
|
2431
2431
|
|
2432
|
-
# Imports the specified Windows 10 Bring Your Own License (BYOL)
|
2433
|
-
#
|
2434
|
-
#
|
2435
|
-
#
|
2436
|
-
#
|
2437
|
-
# Licenses][1].
|
2432
|
+
# Imports the specified Windows 10 Bring Your Own License (BYOL) image
|
2433
|
+
# into Amazon WorkSpaces. The image must be an already licensed Amazon
|
2434
|
+
# EC2 image that is in your Amazon Web Services account, and you must
|
2435
|
+
# own the image. For more information about creating BYOL images, see [
|
2436
|
+
# Bring Your Own Windows Desktop Licenses][1].
|
2438
2437
|
#
|
2439
2438
|
#
|
2440
2439
|
#
|
@@ -3571,7 +3570,7 @@ module Aws::WorkSpaces
|
|
3571
3570
|
params: params,
|
3572
3571
|
config: config)
|
3573
3572
|
context[:gem_name] = 'aws-sdk-workspaces'
|
3574
|
-
context[:gem_version] = '1.
|
3573
|
+
context[:gem_version] = '1.79.0'
|
3575
3574
|
Seahorse::Client::Request.new(handlers, context)
|
3576
3575
|
end
|
3577
3576
|
|
@@ -50,6 +50,9 @@ module Aws::WorkSpaces
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -15,7 +15,7 @@ module Aws::WorkSpaces
|
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
17
|
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
19
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
20
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
21
|
end
|
@@ -515,7 +515,7 @@ module Aws::WorkSpaces
|
|
515
515
|
# @return [String]
|
516
516
|
#
|
517
517
|
# @!attribute [rw] standby_workspaces
|
518
|
-
# Information about the
|
518
|
+
# Information about the standby WorkSpace to be created.
|
519
519
|
# @return [Array<Types::StandbyWorkspace>]
|
520
520
|
#
|
521
521
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateStandbyWorkspacesRequest AWS API Documentation
|
@@ -528,11 +528,11 @@ module Aws::WorkSpaces
|
|
528
528
|
end
|
529
529
|
|
530
530
|
# @!attribute [rw] failed_standby_requests
|
531
|
-
# Information about the
|
531
|
+
# Information about the standby WorkSpace that could not be created.
|
532
532
|
# @return [Array<Types::FailedCreateStandbyWorkspacesRequest>]
|
533
533
|
#
|
534
534
|
# @!attribute [rw] pending_standby_requests
|
535
|
-
# Information about the
|
535
|
+
# Information about the standby WorkSpace that was created.
|
536
536
|
# @return [Array<Types::PendingCreateStandbyWorkspacesRequest>]
|
537
537
|
#
|
538
538
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateStandbyWorkspacesResult AWS API Documentation
|
@@ -1830,19 +1830,19 @@ module Aws::WorkSpaces
|
|
1830
1830
|
#
|
1831
1831
|
class DisassociateIpGroupsResult < Aws::EmptyStructure; end
|
1832
1832
|
|
1833
|
-
# Describes the
|
1833
|
+
# Describes the standby WorkSpace that could not be created.
|
1834
1834
|
#
|
1835
1835
|
# @!attribute [rw] standby_workspace_request
|
1836
|
-
# Information about the
|
1836
|
+
# Information about the standby WorkSpace that could not be created.
|
1837
1837
|
# @return [Types::StandbyWorkspace]
|
1838
1838
|
#
|
1839
1839
|
# @!attribute [rw] error_code
|
1840
|
-
# The error code that is returned if the
|
1840
|
+
# The error code that is returned if the standby WorkSpace could not
|
1841
1841
|
# be created.
|
1842
1842
|
# @return [String]
|
1843
1843
|
#
|
1844
1844
|
# @!attribute [rw] error_message
|
1845
|
-
# The text of the error message that is returned if the
|
1845
|
+
# The text of the error message that is returned if the standby
|
1846
1846
|
# WorkSpace could not be created.
|
1847
1847
|
# @return [String]
|
1848
1848
|
#
|
@@ -2694,10 +2694,10 @@ module Aws::WorkSpaces
|
|
2694
2694
|
include Aws::Structure
|
2695
2695
|
end
|
2696
2696
|
|
2697
|
-
# Information about the
|
2697
|
+
# Information about the standby WorkSpace.
|
2698
2698
|
#
|
2699
2699
|
# @!attribute [rw] user_name
|
2700
|
-
# Describes the
|
2700
|
+
# Describes the standby WorkSpace that was created.
|
2701
2701
|
#
|
2702
2702
|
# Because this operation is asynchronous, the identifier returned is
|
2703
2703
|
# not immediately available for use with other operations. For
|
@@ -2710,15 +2710,15 @@ module Aws::WorkSpaces
|
|
2710
2710
|
# @return [String]
|
2711
2711
|
#
|
2712
2712
|
# @!attribute [rw] directory_id
|
2713
|
-
# The identifier of the directory for the
|
2713
|
+
# The identifier of the directory for the standby WorkSpace.
|
2714
2714
|
# @return [String]
|
2715
2715
|
#
|
2716
2716
|
# @!attribute [rw] state
|
2717
|
-
# The operational state of the
|
2717
|
+
# The operational state of the standby WorkSpace.
|
2718
2718
|
# @return [String]
|
2719
2719
|
#
|
2720
2720
|
# @!attribute [rw] workspace_id
|
2721
|
-
# The identifier of the
|
2721
|
+
# The identifier of the standby WorkSpace.
|
2722
2722
|
# @return [String]
|
2723
2723
|
#
|
2724
2724
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/PendingCreateStandbyWorkspacesRequest AWS API Documentation
|
@@ -2874,7 +2874,7 @@ module Aws::WorkSpaces
|
|
2874
2874
|
class RegisterWorkspaceDirectoryResult < Aws::EmptyStructure; end
|
2875
2875
|
|
2876
2876
|
# Describes the related WorkSpace. The related WorkSpace could be a
|
2877
|
-
#
|
2877
|
+
# standby WorkSpace or primary WorkSpace related to the specified
|
2878
2878
|
# WorkSpace.
|
2879
2879
|
#
|
2880
2880
|
# @!attribute [rw] workspace_id
|
@@ -3157,22 +3157,22 @@ module Aws::WorkSpaces
|
|
3157
3157
|
include Aws::Structure
|
3158
3158
|
end
|
3159
3159
|
|
3160
|
-
# Describes a
|
3160
|
+
# Describes a standby WorkSpace.
|
3161
3161
|
#
|
3162
3162
|
# @!attribute [rw] primary_workspace_id
|
3163
|
-
# The identifier of the
|
3163
|
+
# The identifier of the standby WorkSpace.
|
3164
3164
|
# @return [String]
|
3165
3165
|
#
|
3166
3166
|
# @!attribute [rw] volume_encryption_key
|
3167
|
-
# The volume encryption key of the
|
3167
|
+
# The volume encryption key of the standby WorkSpace.
|
3168
3168
|
# @return [String]
|
3169
3169
|
#
|
3170
3170
|
# @!attribute [rw] directory_id
|
3171
|
-
# The identifier of the directory for the
|
3171
|
+
# The identifier of the directory for the standby WorkSpace.
|
3172
3172
|
# @return [String]
|
3173
3173
|
#
|
3174
3174
|
# @!attribute [rw] tags
|
3175
|
-
# The tags associated with the
|
3175
|
+
# The tags associated with the standby WorkSpace.
|
3176
3176
|
# @return [Array<Types::Tag>]
|
3177
3177
|
#
|
3178
3178
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StandbyWorkspace AWS API Documentation
|
@@ -3610,7 +3610,7 @@ module Aws::WorkSpaces
|
|
3610
3610
|
# @return [Array<Types::ModificationState>]
|
3611
3611
|
#
|
3612
3612
|
# @!attribute [rw] related_workspaces
|
3613
|
-
# The
|
3613
|
+
# The standby WorkSpace or primary WorkSpace related to the specified
|
3614
3614
|
# WorkSpace.
|
3615
3615
|
# @return [Array<Types::RelatedWorkspaceProperties>]
|
3616
3616
|
#
|
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.79.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
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|