aws-sdk-workspaces 1.84.0 → 1.86.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: accfa5f29ee51b6bfb064d30249119db7aee3a25d76113bdc70a0ffd0c8e1a15
4
- data.tar.gz: 464110677d4bb39da8b25197fd24614fcbeb273a969ef612ea8a9c01bf9d5ea4
3
+ metadata.gz: '068a18fa46095a9c1d007e7fb1b245f196797eb2e22359e921280f2bb4f9232c'
4
+ data.tar.gz: 19a69909004aa0a31239c9628cf937f4a1be625c2aabfe234cf033b65f320bf0
5
5
  SHA512:
6
- metadata.gz: 80f3e56e02c564c840a7b25cfdb21ea18f95106c987484d81974eb23be6758fcb1aacd74cc867b6d8a50a931202efbfa06280f2d0535fb2675f94440eb0677a1
7
- data.tar.gz: bcdae13d9d254000935c9c8295428485aff32c45daae005740ea33933b1773fe0f3e9d8226abfad0742d8adbc0187cad1a0816ab9687d6cd56cc9250b1103bbe
6
+ metadata.gz: 2f5edcc67c97004dc7bd16f10610b61fc6691f1cfc1c79e15171fb063887a4b1dc5808560ea6c2dfdd58608cfa9023ff607da36a914929fdc87ae132752ad627
7
+ data.tar.gz: 5ef6b6f8c7a9e56c76eec128554365eca4c04da8eedec7a2373231ac17987e1daf957773e184785aed0d7dfa6d29a623b648fc30851fd4fc540ddefefd8c9bc5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2023-07-21)
5
+ ------------------
6
+
7
+ * Feature - Fixed VolumeEncryptionKey descriptions
8
+
9
+ 1.85.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.84.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.86.0
@@ -216,6 +216,10 @@ module Aws::WorkSpaces
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -3588,7 +3592,7 @@ module Aws::WorkSpaces
3588
3592
  params: params,
3589
3593
  config: config)
3590
3594
  context[:gem_name] = 'aws-sdk-workspaces'
3591
- context[:gem_version] = '1.84.0'
3595
+ context[:gem_version] = '1.86.0'
3592
3596
  Seahorse::Client::Request.new(handlers, context)
3593
3597
  end
3594
3598
 
@@ -3591,8 +3591,8 @@ module Aws::WorkSpaces
3591
3591
  # @return [String]
3592
3592
  #
3593
3593
  # @!attribute [rw] volume_encryption_key
3594
- # The symmetric KMS key used to encrypt data stored on your WorkSpace.
3595
- # Amazon WorkSpaces does not support asymmetric KMS keys.
3594
+ # The ARN of the symmetric KMS key used to encrypt data stored on your
3595
+ # WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
3596
3596
  # @return [String]
3597
3597
  #
3598
3598
  # @!attribute [rw] user_volume_encryption_enabled
@@ -4199,8 +4199,8 @@ module Aws::WorkSpaces
4199
4199
  # @return [String]
4200
4200
  #
4201
4201
  # @!attribute [rw] volume_encryption_key
4202
- # The symmetric KMS key used to encrypt data stored on your WorkSpace.
4203
- # Amazon WorkSpaces does not support asymmetric KMS keys.
4202
+ # The ARN of the symmetric KMS key used to encrypt data stored on your
4203
+ # WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
4204
4204
  # @return [String]
4205
4205
  #
4206
4206
  # @!attribute [rw] user_volume_encryption_enabled
@@ -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.84.0'
55
+ GEM_VERSION = '1.86.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.84.0
4
+ version: 1.86.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core