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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-verifiedpermissions/client.rb +1 -1
- data/lib/aws-sdk-verifiedpermissions/types.rb +4 -2
- data/lib/aws-sdk-verifiedpermissions.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d7062d0ef46aeb0cb74340bf6476f1f1fdfcdcd4ed1680a4186bf41a75532e5
|
|
4
|
+
data.tar.gz: 5b26e5080175ef9c35758eca7365cdddbac4b8505e9abad5168d89058d392a23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|