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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89557e96d6a19f5783183b02af6bb4c3370fc6aa289924d184cc06514f413d17
4
- data.tar.gz: 4e59b8382d312f472806fe2b2504af1f8a83c131440abb1d5615f2c02cd5745a
3
+ metadata.gz: 663990f94f2d896573798de0981b4e4c011d0a71c8deaf6f2752bb2d6a2e5a44
4
+ data.tar.gz: 6f435167a76b083e4418761356459da18cfa8e8c6e5cf03ecab3b7b99afe1ebe
5
5
  SHA512:
6
- metadata.gz: 47d4724dceaa1eadfb099219eab0f6b9db4c163274b6f2187c6368da4dfae573602c212a79288f26fe5acc85873e025217b7065a94720504ac7767d78fc70ef2
7
- data.tar.gz: 36b37301cc552c07ed63576914d8d023763f52012ce41a5644d2a7902be3ac6aed3a991469f8145d8c7051594922ab336e88b4f2f165328851ac8f835802a202
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.89.0
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 WorkSpaces
1087
- # Core. Contact your account team to be allow-listed to use this value.
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.89.0'
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?(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.89.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.89.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-05 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