aws-sdk-workspaces 1.89.0 → 1.91.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +7 -4
- data/lib/aws-sdk-workspaces/endpoint_provider.rb +1 -1
- 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: 663990f94f2d896573798de0981b4e4c011d0a71c8deaf6f2752bb2d6a2e5a44
|
|
4
|
+
data.tar.gz: 6f435167a76b083e4418761356459da18cfa8e8c6e5cf03ecab3b7b99afe1ebe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 954e2c26a8321fadf71b17af638673f75f8a06fb1f8e6d96be12e08769ab5acca34bf82784184ab794f28552eb0f6d2d1c9e2055d77c954a252cddfb592ceacb
|
|
7
|
+
data.tar.gz: 8ded7bc4bea46ac2552b6d129199641387d8002ac2024c3c6b2a4e4c2f09f19ec9637e4bdda94b01636aaa84861ababed86275929a9cb84c02b5340a0a2a085f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.91.0 (2023-10-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation updates for WorkSpaces
|
|
8
|
+
|
|
9
|
+
1.90.0 (2023-10-12)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.
|
|
13
|
+
|
|
4
14
|
1.89.0 (2023-10-05)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.91.0
|
|
@@ -1083,9 +1083,12 @@ module Aws::WorkSpaces
|
|
|
1083
1083
|
# This operation is asynchronous and returns before the WorkSpaces are
|
|
1084
1084
|
# created.
|
|
1085
1085
|
#
|
|
1086
|
-
# <note markdown="1"> The `MANUAL` running mode value is only supported by Amazon
|
|
1087
|
-
# Core. Contact your account team to be allow-listed to use
|
|
1088
|
-
# For more information, see [Amazon WorkSpaces Core][1].
|
|
1086
|
+
# <note markdown="1"> * The `MANUAL` running mode value is only supported by Amazon
|
|
1087
|
+
# WorkSpaces Core. Contact your account team to be allow-listed to use
|
|
1088
|
+
# this value. For more information, see [Amazon WorkSpaces Core][1].
|
|
1089
|
+
#
|
|
1090
|
+
# * You don't need to specify the `PCOIP` protocol for Linux bundles
|
|
1091
|
+
# because `WSP` is the default protocol for those bundles.
|
|
1089
1092
|
#
|
|
1090
1093
|
# </note>
|
|
1091
1094
|
#
|
|
@@ -3966,7 +3969,7 @@ module Aws::WorkSpaces
|
|
|
3966
3969
|
params: params,
|
|
3967
3970
|
config: config)
|
|
3968
3971
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
3969
|
-
context[:gem_version] = '1.
|
|
3972
|
+
context[:gem_version] = '1.91.0'
|
|
3970
3973
|
Seahorse::Client::Request.new(handlers, context)
|
|
3971
3974
|
end
|
|
3972
3975
|
|
|
@@ -32,7 +32,7 @@ module Aws::WorkSpaces
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://workspaces-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
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.91.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-10-
|
|
11
|
+
date: 2023-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|