aws-sdk-workspaces 1.89.0 → 1.90.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: 2261bd2f4be3cf54ac67b830233777b25c327f2faf60bed59c9c19d1c1a29570
4
+ data.tar.gz: 7f8e7503589667f597c3fe1b30b16dc15260a12e0742da3884f978fbb5d914b6
5
5
  SHA512:
6
- metadata.gz: 47d4724dceaa1eadfb099219eab0f6b9db4c163274b6f2187c6368da4dfae573602c212a79288f26fe5acc85873e025217b7065a94720504ac7767d78fc70ef2
7
- data.tar.gz: 36b37301cc552c07ed63576914d8d023763f52012ce41a5644d2a7902be3ac6aed3a991469f8145d8c7051594922ab336e88b4f2f165328851ac8f835802a202
6
+ metadata.gz: 832a60e5e3d60731efa7895a47ff44f8206b548ddcc1b682ceb07ca43eae0d85160aa80301ef2c9ecef34cb401344aefd16f52a0859122bb0b2a2f73dfb1865b
7
+ data.tar.gz: fe4786553ff4fed26517a081ff3e14433806c3853a602c59fd0eabbf5a14dc8b941331eb60dffd7766b78bbe5e84f3e6807fcda88ceec205f1a291d9a71abd0c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2023-10-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.
8
+
4
9
  1.89.0 (2023-10-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -1083,9 +1083,11 @@ 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
+ # * PCoIP is only available for Windows bundles.
1089
1091
  #
1090
1092
  # </note>
1091
1093
  #
@@ -3966,7 +3968,7 @@ module Aws::WorkSpaces
3966
3968
  params: params,
3967
3969
  config: config)
3968
3970
  context[:gem_name] = 'aws-sdk-workspaces'
3969
- context[:gem_version] = '1.89.0'
3971
+ context[:gem_version] = '1.90.0'
3970
3972
  Seahorse::Client::Request.new(handlers, context)
3971
3973
  end
3972
3974
 
@@ -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.90.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.90.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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core