Skip to content

Commit e176880

Browse files
author
AWS
committed
Amazon Verified Permissions Update: 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.
1 parent 840c635 commit e176880

File tree

3 files changed

+361
-36
lines changed

3 files changed

+361
-36
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Verified Permissions",
4+
"contributor": "",
5+
"description": "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."
6+
}

services/verifiedpermissions/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "maxResults",
1313
"result_key": "policies"
1414
},
15+
"ListPolicyStoreAliases": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "policyStoreAliases"
20+
},
1521
"ListPolicyStores": {
1622
"input_token": "nextToken",
1723
"output_token": "nextToken",

0 commit comments

Comments
 (0)