aws-sdk-workspaces 1.90.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +3 -2
- 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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.91.0
|
|
@@ -1087,7 +1087,8 @@ module Aws::WorkSpaces
|
|
|
1087
1087
|
# WorkSpaces Core. Contact your account team to be allow-listed to use
|
|
1088
1088
|
# this value. For more information, see [Amazon WorkSpaces Core][1].
|
|
1089
1089
|
#
|
|
1090
|
-
# *
|
|
1090
|
+
# * You don't need to specify the `PCOIP` protocol for Linux bundles
|
|
1091
|
+
# because `WSP` is the default protocol for those bundles.
|
|
1091
1092
|
#
|
|
1092
1093
|
# </note>
|
|
1093
1094
|
#
|
|
@@ -3968,7 +3969,7 @@ module Aws::WorkSpaces
|
|
|
3968
3969
|
params: params,
|
|
3969
3970
|
config: config)
|
|
3970
3971
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
3971
|
-
context[:gem_version] = '1.
|
|
3972
|
+
context[:gem_version] = '1.91.0'
|
|
3972
3973
|
Seahorse::Client::Request.new(handlers, context)
|
|
3973
3974
|
end
|
|
3974
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
|