aws-sdk-verifiedpermissions 1.60.0 → 1.61.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: 7c8767d8889bd680826e0ad0d3ecaebe31d03925b05ac3c56af10df551f4c40a
4
- data.tar.gz: 73a644f8486a8eb83e49906877728893da0f49d7f3ef220ed0ed93576b011c8d
3
+ metadata.gz: 6d7062d0ef46aeb0cb74340bf6476f1f1fdfcdcd4ed1680a4186bf41a75532e5
4
+ data.tar.gz: 5b26e5080175ef9c35758eca7365cdddbac4b8505e9abad5168d89058d392a23
5
5
  SHA512:
6
- metadata.gz: f90aee36d7c4afd5c01aba2e601bea8c361de9c35456626104c47cad5225c1a521b51ab5c300cdb363c67e216a008e9f35971c5d8c7c1a6b871fb51a53d4c633
7
- data.tar.gz: 314751fae11b179274a585a7444890b50294c70760981fbe83270ec0ef3b6351f812e4c1fbac106ee664f77c8d0ded99dc5b52ad95e6d923a9d6b9015160331e
6
+ metadata.gz: 1fd9eaa372df351052ad251a8327685bad3f462b8e71400d73297606009275de38c7f5c922708062e28d2de991139a1e919b4df9e57a4c690c7376829e6f4e38
7
+ data.tar.gz: 99c90ee2370a94836262643441cf84e4acf157da39f903edd226a2e69ce7a4f24ad99cb10ffedf817c9072c49782015111a3abbc0efd8158f6386bdc65f2d1f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2026-01-22)
5
+ ------------------
6
+
7
+ * Feature - Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation.
8
+
4
9
  1.60.0 (2026-01-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -4194,7 +4194,7 @@ module Aws::VerifiedPermissions
4194
4194
  tracer: tracer
4195
4195
  )
4196
4196
  context[:gem_name] = 'aws-sdk-verifiedpermissions'
4197
- context[:gem_version] = '1.60.0'
4197
+ context[:gem_version] = '1.61.0'
4198
4198
  Seahorse::Client::Request.new(handlers, context)
4199
4199
  end
4200
4200
 
@@ -1748,7 +1748,8 @@ module Aws::VerifiedPermissions
1748
1748
  # @return [Types::KmsEncryptionSettings]
1749
1749
  #
1750
1750
  # @!attribute [rw] default
1751
- # Use AWS owned encryption keys for encrypting policy store data.
1751
+ # This is the default encryption setting. The policy store uses an
1752
+ # Amazon Web Services owned key for encrypting data.
1752
1753
  # @return [Types::Unit]
1753
1754
  #
1754
1755
  # @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/EncryptionSettings AWS API Documentation
@@ -1785,7 +1786,8 @@ module Aws::VerifiedPermissions
1785
1786
  # @return [Types::KmsEncryptionState]
1786
1787
  #
1787
1788
  # @!attribute [rw] default
1788
- # Policy store data is encrypted using AWS owned encryption keys.
1789
+ # This is the default encryption state. The policy store is encrypted
1790
+ # using an Amazon Web Services owned key.
1789
1791
  # @return [Types::Unit]
1790
1792
  #
1791
1793
  # @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/EncryptionState AWS API Documentation
@@ -55,7 +55,7 @@ module Aws::VerifiedPermissions
55
55
  autoload :EndpointProvider, 'aws-sdk-verifiedpermissions/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-verifiedpermissions/endpoints'
57
57
 
58
- GEM_VERSION = '1.60.0'
58
+ GEM_VERSION = '1.61.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-verifiedpermissions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services