aws-sdk-verifiedpermissions 1.62.0 → 1.63.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 +844 -37
- data/lib/aws-sdk-verifiedpermissions/client_api.rb +129 -0
- data/lib/aws-sdk-verifiedpermissions/types.rb +706 -12
- data/lib/aws-sdk-verifiedpermissions.rb +1 -1
- data/sig/client.rbs +62 -4
- data/sig/types.rbs +76 -4
- 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: 11b3df8d31f2dd0e66d32ac74b3373834b41cacc60240c98d563f88a323f75c6
|
|
4
|
+
data.tar.gz: 3dcb221a970eeb05b18900518b55913f82bade078adc22549155103a9b1f74b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5426ff269346665aab1925196dd9172bc7ecf2ef61fd35d3d3eb4c6a85709a6978d49db042141f2715397792bfa8b85cb410d53c38499308e6b6ea968933cb2
|
|
7
|
+
data.tar.gz: d418fb517612fd50e758a012d71f487069f7c8f24d85bb5a51c47d5962e612922c30dbdee11ca1ba07527d99f0f71423f78637e14f36d1c42abb4ccdf03fcb35
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2026-03-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs.
|
|
8
|
+
|
|
4
9
|
1.62.0 (2026-03-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|