aws-sdk-workspaces 1.90.0 → 1.91.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2261bd2f4be3cf54ac67b830233777b25c327f2faf60bed59c9c19d1c1a29570
4
- data.tar.gz: 7f8e7503589667f597c3fe1b30b16dc15260a12e0742da3884f978fbb5d914b6
3
+ metadata.gz: 663990f94f2d896573798de0981b4e4c011d0a71c8deaf6f2752bb2d6a2e5a44
4
+ data.tar.gz: 6f435167a76b083e4418761356459da18cfa8e8c6e5cf03ecab3b7b99afe1ebe
5
5
  SHA512:
6
- metadata.gz: 832a60e5e3d60731efa7895a47ff44f8206b548ddcc1b682ceb07ca43eae0d85160aa80301ef2c9ecef34cb401344aefd16f52a0859122bb0b2a2f73dfb1865b
7
- data.tar.gz: fe4786553ff4fed26517a081ff3e14433806c3853a602c59fd0eabbf5a14dc8b941331eb60dffd7766b78bbe5e84f3e6807fcda88ceec205f1a291d9a71abd0c
6
+ metadata.gz: 954e2c26a8321fadf71b17af638673f75f8a06fb1f8e6d96be12e08769ab5acca34bf82784184ab794f28552eb0f6d2d1c9e2055d77c954a252cddfb592ceacb
7
+ data.tar.gz: 8ded7bc4bea46ac2552b6d129199641387d8002ac2024c3c6b2a4e4c2f09f19ec9637e4bdda94b01636aaa84861ababed86275929a9cb84c02b5340a0a2a085f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2023-10-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for WorkSpaces
8
+
4
9
  1.90.0 (2023-10-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
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
- # * PCoIP is only available for Windows bundles.
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.90.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.90.0'
55
+ GEM_VERSION = '1.91.0'
56
56
 
57
57
  end
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.90.0
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-12 00:00:00.000000000 Z
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