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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93de21d67f158b3fcfa96057a425d34fc26de2f8899e45c4c72e750935b9b3bd
4
- data.tar.gz: e7d5afecd3c1bcaf2b691de46384f56b393b2e43c9fd1df0d108490eb0e2b09c
3
+ metadata.gz: ff2f681b2dff9fe8d88b777952e30d88eb8f3a5c3b59073aaeb85602718bd621
4
+ data.tar.gz: 209ad45d6261cbf8cfa6f1ceec986fb354c9a9d70217a70e589666d9f18044d1
5
5
  SHA512:
6
- metadata.gz: a0056189bef1a7c5f87dcc1540e73dd2af13ee1a17cf8967b2dc531ebf84d8f92c8de7077537feb90762927b1ec2a659473cc1aca315b4abca4fb54fb3b51b44
7
- data.tar.gz: e532320ef7e05a8dd8af2c1b6efcfbd74b7af6d48cc6b3a52cc33948f60bd5b231b4ad82c48b63fc62f2cec10cc06c38764a6f805cba29949f7f074f081a7396
6
+ metadata.gz: b4e301d4341736deb881db5223f96225ae8a4f9902891614dd72c05aab5ccadc7a2995166b01fd8cb14f8997d37438818820255a364cc46d181659f2ef4693b7
7
+ data.tar.gz: fe149cd545704ee3a664b902873c7bc41a2094b7c0ed152a2288f8a8c41486bb408fa859c35ea0babb82111d045dbcb49d723373681ddf47a8217b692dbd4cfb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2023-12-14)
5
+ ------------------
6
+
7
+ * Feature - Updated note to ensure customers understand running modes.
8
+
4
9
  1.94.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
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.94.0'
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
- # Contact your account team to be allow-listed to use this value. For
4752
- # more information, see [Amazon WorkSpaces Core][2].
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
@@ -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.94.0'
55
+ GEM_VERSION = '1.95.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.94.0
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-28 00:00:00.000000000 Z
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