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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +6 -4
- 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: 2261bd2f4be3cf54ac67b830233777b25c327f2faf60bed59c9c19d1c1a29570
|
|
4
|
+
data.tar.gz: 7f8e7503589667f597c3fe1b30b16dc15260a12e0742da3884f978fbb5d914b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
1087
|
-
# Core. Contact your account team to be allow-listed to use
|
|
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.
|
|
3971
|
+
context[:gem_version] = '1.90.0'
|
|
3970
3972
|
Seahorse::Client::Request.new(handlers, context)
|
|
3971
3973
|
end
|
|
3972
3974
|
|
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.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-
|
|
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
|