Skip to content

Commit 2b95dfd

Browse files
author
AWS
committed
AWS Single Sign-On Admin Update: AWS SSO now supports attaching customer managed policies and a permissions boundary to your permission sets. This release adds new API operations to manage and view the customer managed policies and the permissions boundary for a given permission set.
1 parent 8bef814 commit 2b95dfd

File tree

3 files changed

+365
-25
lines changed

3 files changed

+365
-25
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": "AWS Single Sign-On Admin",
4+
"contributor": "",
5+
"description": "AWS SSO now supports attaching customer managed policies and a permissions boundary to your permission sets. This release adds new API operations to manage and view the customer managed policies and the permissions boundary for a given permission set."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"output_token": "NextToken",
2525
"result_key": "AccountIds"
2626
},
27+
"ListCustomerManagedPolicyReferencesInPermissionSet": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "CustomerManagedPolicyReferences"
32+
},
2733
"ListInstances": {
2834
"input_token": "NextToken",
2935
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)