aws-sdk-workspaces 1.85.0 → 1.86.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef6249c3a93eac6d22c42dba78aee4c701ae5fa9a1551fca8b0b7fb43ac3ac73
4
- data.tar.gz: 9f4c19876b2e3984ab8bd1594bb0a0ba5e16f22945eee6767efc450e544f469e
3
+ metadata.gz: '068a18fa46095a9c1d007e7fb1b245f196797eb2e22359e921280f2bb4f9232c'
4
+ data.tar.gz: 19a69909004aa0a31239c9628cf937f4a1be625c2aabfe234cf033b65f320bf0
5
5
  SHA512:
6
- metadata.gz: ba2f8d2a3b60e578734c066589e62d75b7c0fc9f48e27d1d14872cdf8c03c5dc0140f8ba70cb203def9d806d8f393c4e47c761aaa8e2a2b7c3c673b3f1b10bc4
7
- data.tar.gz: a81255d696f06b96e43e9cf1060f39caec37a91d02281d142f8d8ce481de9b2497de34f95e49d39e62e1a960251c738cffeff541c8ac8f32baec81d263393b5a
6
+ metadata.gz: 2f5edcc67c97004dc7bd16f10610b61fc6691f1cfc1c79e15171fb063887a4b1dc5808560ea6c2dfdd58608cfa9023ff607da36a914929fdc87ae132752ad627
7
+ data.tar.gz: 5ef6b6f8c7a9e56c76eec128554365eca4c04da8eedec7a2373231ac17987e1daf957773e184785aed0d7dfa6d29a623b648fc30851fd4fc540ddefefd8c9bc5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2023-07-21)
5
+ ------------------
6
+
7
+ * Feature - Fixed VolumeEncryptionKey descriptions
8
+
4
9
  1.85.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -3592,7 +3592,7 @@ module Aws::WorkSpaces
3592
3592
  params: params,
3593
3593
  config: config)
3594
3594
  context[:gem_name] = 'aws-sdk-workspaces'
3595
- context[:gem_version] = '1.85.0'
3595
+ context[:gem_version] = '1.86.0'
3596
3596
  Seahorse::Client::Request.new(handlers, context)
3597
3597
  end
3598
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.85.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.85.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-11 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