aws-sdk-workspaces 1.90.0 → 1.92.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: 7173dd4fc7a7c4fab8f0424ef2ebcba60cbcb3066960e0ea29fb22d5b4d8fdce
4
+ data.tar.gz: e8d85be2c6e588263d2d414539df5ce6f52d56c00cf4a046a786e03fff0df021
5
5
  SHA512:
6
- metadata.gz: 832a60e5e3d60731efa7895a47ff44f8206b548ddcc1b682ceb07ca43eae0d85160aa80301ef2c9ecef34cb401344aefd16f52a0859122bb0b2a2f73dfb1865b
7
- data.tar.gz: fe4786553ff4fed26517a081ff3e14433806c3853a602c59fd0eabbf5a14dc8b941331eb60dffd7766b78bbe5e84f3e6807fcda88ceec205f1a291d9a71abd0c
6
+ metadata.gz: 6f56e9bc236d00aeba122ca42c4a671b35379f225bc2ead3aec0081c252ad7140379a965b1e6239344cb2c85da2445a4e847e51b784f427776e48caa7a168606
7
+ data.tar.gz: 7789af73fe257247d84f8031883ca3beec2337c27d129ce85905090dee0a5ef9f3603dbb9c7e0f4afc067ab77a4080f02f89aa6fbfc0fb04ea27663c5880adfb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.91.0 (2023-10-19)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for WorkSpaces
13
+
4
14
  1.90.0 (2023-10-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.92.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.92.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.92.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.92.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-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="