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-identitystore): Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
Copy file name to clipboardExpand all lines: clients/client-identitystore/README.md
+9-18Lines changed: 9 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,10 @@
9
9
10
10
AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native.
11
11
12
-
<p>The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place to retrieve all of
13
-
your identities (users and groups). For more information, see the <ahref="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center User
12
+
<p>The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your
13
+
identities (users and groups). For more information about AWS, see the <ahref="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">AWS Single Sign-On User
14
14
Guide</a>.</p>
15
15
16
-
<note>
17
-
<p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
18
-
<code>identitystore</code> API namespaces will continue to retain their original name for
19
-
backward compatibility purposes. For more information, see <ahref="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
20
-
</note>
21
-
22
-
<p>This reference guide describes the identity store operations that you can call
23
-
programatically and includes detailed information on data types and errors.</p>
24
-
25
16
## Installing
26
17
27
18
To install the this package, simply type add or install @aws-sdk/client-identitystore
@@ -37,16 +28,16 @@ using your favorite package manager:
37
28
38
29
The AWS SDK is modulized by clients and commands.
39
30
To send a request, you only need to import the `IdentitystoreClient` and
40
-
the commands you need, for example `DescribeGroupCommand`:
31
+
the commands you need, for example `CreateGroupCommand`:
0 commit comments