You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-sso-admin): 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.
Copy file name to clipboardExpand all lines: clients/client-sso-admin/README.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,7 @@
9
9
10
10
AWS SDK for JavaScript SSOAdmin Client for Node.js, Browser and React Native.
11
11
12
-
<p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
13
-
access to multiple Amazon Web Services accounts and business applications. This guide provides information on
14
-
SSO operations which could be used for access management of Amazon Web Services accounts. For information about
15
-
Amazon Web Services SSO features, see the <ahref="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
16
-
<p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
17
-
principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
18
-
see the <ahref="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
19
-
Reference</a>.</p>
12
+
<p></p>
20
13
21
14
## Installing
22
15
@@ -33,16 +26,19 @@ using your favorite package manager:
33
26
34
27
The AWS SDK is modulized by clients and commands.
35
28
To send a request, you only need to import the `SSOAdminClient` and
36
-
the commands you need, for example `AttachManagedPolicyToPermissionSetCommand`:
29
+
the commands you need, for example `AttachCustomerManagedPolicyReferenceToPermissionSetCommand`:
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
391
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
392
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
393
-
* Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
394
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
395
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
396
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
0 commit comments