aws-sdk-workspaces 1.93.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: f26f59e2f0854e5a1c2b5556f3384a2ea56ea50b780ef4a5543b521adc1251d1
4
- data.tar.gz: 63f427d8a7a490dec76f49cd37e112d1f79fb4e2ae892419bd3ae2e47c83660b
3
+ metadata.gz: ff2f681b2dff9fe8d88b777952e30d88eb8f3a5c3b59073aaeb85602718bd621
4
+ data.tar.gz: 209ad45d6261cbf8cfa6f1ceec986fb354c9a9d70217a70e589666d9f18044d1
5
5
  SHA512:
6
- metadata.gz: 601cb94deb80a4b9af29807a21fdea2337dbc215ab3f1b9c9f8cbfa024763429613eaf8ac4f6bf517eddbb1e94df13099a101cc6faaf51ffd3078e6291674459
7
- data.tar.gz: 586ff7ae506376b602b1048bcce16363095ea388858474c1a566001922b06130516d3656699bf9bbc05caccf87a9eae88aa7cced1847c308ea4979b76a336178
6
+ metadata.gz: b4e301d4341736deb881db5223f96225ae8a4f9902891614dd72c05aab5ccadc7a2995166b01fd8cb14f8997d37438818820255a364cc46d181659f2ef4693b7
7
+ data.tar.gz: fe149cd545704ee3a664b902873c7bc41a2094b7c0ed152a2288f8a8c41486bb408fa859c35ea0babb82111d045dbcb49d723373681ddf47a8217b692dbd4cfb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.94.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.93.0 (2023-11-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.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.93.0'
3996
+ context[:gem_version] = '1.95.0'
3991
3997
  Seahorse::Client::Request.new(handlers, context)
3992
3998
  end
3993
3999
 
@@ -25,16 +25,17 @@ module Aws::WorkSpaces
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.93.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.93.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-27 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