aws-sdk-workspaces 1.94.0 → 1.95.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +7 -1
- data/lib/aws-sdk-workspaces/types.rb +9 -3
- 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: ff2f681b2dff9fe8d88b777952e30d88eb8f3a5c3b59073aaeb85602718bd621
|
4
|
+
data.tar.gz: 209ad45d6261cbf8cfa6f1ceec986fb354c9a9d70217a70e589666d9f18044d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4e301d4341736deb881db5223f96225ae8a4f9902891614dd72c05aab5ccadc7a2995166b01fd8cb14f8997d37438818820255a364cc46d181659f2ef4693b7
|
7
|
+
data.tar.gz: fe149cd545704ee3a664b902873c7bc41a2094b7c0ed152a2288f8a8c41486bb408fa859c35ea0babb82111d045dbcb49d723373681ddf47a8217b692dbd4cfb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.95.0
|
@@ -1092,11 +1092,17 @@ module Aws::WorkSpaces
|
|
1092
1092
|
# * You don't need to specify the `PCOIP` protocol for Linux bundles
|
1093
1093
|
# because `WSP` is the default protocol for those bundles.
|
1094
1094
|
#
|
1095
|
+
# * Ensure you review your running mode to ensure you are using a
|
1096
|
+
# running mode that is optimal for your needs and budget. For more
|
1097
|
+
# information on switching running modes, see [ Can I switch between
|
1098
|
+
# hourly and monthly billing?][2]
|
1099
|
+
#
|
1095
1100
|
# </note>
|
1096
1101
|
#
|
1097
1102
|
#
|
1098
1103
|
#
|
1099
1104
|
# [1]: http://aws.amazon.com/workspaces/core/
|
1105
|
+
# [2]: https://aws.amazon.com/workspaces/faqs/#:~:text=Q%3A%20Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%3F
|
1100
1106
|
#
|
1101
1107
|
# @option params [required, Array<Types::WorkspaceRequest>] :workspaces
|
1102
1108
|
# The WorkSpaces to create. You can specify up to 25 WorkSpaces.
|
@@ -3987,7 +3993,7 @@ module Aws::WorkSpaces
|
|
3987
3993
|
params: params,
|
3988
3994
|
config: config)
|
3989
3995
|
context[:gem_name] = 'aws-sdk-workspaces'
|
3990
|
-
context[:gem_version] = '1.
|
3996
|
+
context[:gem_version] = '1.95.0'
|
3991
3997
|
Seahorse::Client::Request.new(handlers, context)
|
3992
3998
|
end
|
3993
3999
|
|
@@ -4747,9 +4747,14 @@ module Aws::WorkSpaces
|
|
4747
4747
|
# The running mode. For more information, see [Manage the WorkSpace
|
4748
4748
|
# Running Mode][1].
|
4749
4749
|
#
|
4750
|
-
# <note markdown="1"> The `MANUAL` value is only supported by Amazon WorkSpaces Core.
|
4751
|
-
#
|
4752
|
-
#
|
4750
|
+
# <note markdown="1"> * The `MANUAL` value is only supported by Amazon WorkSpaces Core.
|
4751
|
+
# Contact your account team to be allow-listed to use this value.
|
4752
|
+
# For more information, see [Amazon WorkSpaces Core][2].
|
4753
|
+
#
|
4754
|
+
# * Ensure you review your running mode to ensure you are using a
|
4755
|
+
# running mode that is optimal for your needs and budget. For more
|
4756
|
+
# information on switching running modes, see [ Can I switch between
|
4757
|
+
# hourly and monthly billing?][3]
|
4753
4758
|
#
|
4754
4759
|
# </note>
|
4755
4760
|
#
|
@@ -4757,6 +4762,7 @@ module Aws::WorkSpaces
|
|
4757
4762
|
#
|
4758
4763
|
# [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html
|
4759
4764
|
# [2]: http://aws.amazon.com/workspaces/core/
|
4765
|
+
# [3]: https://aws.amazon.com/workspaces/faqs/#:~:text=Q%3A%20Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%3F
|
4760
4766
|
# @return [String]
|
4761
4767
|
#
|
4762
4768
|
# @!attribute [rw] running_mode_auto_stop_timeout_in_minutes
|
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.95.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-
|
11
|
+
date: 2023-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|