Skip to content

Commit 6ab9ba7

Browse files
author
awstools
committed
docs(client-identitystore): Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
1 parent 1646351 commit 6ab9ba7

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

clients/client-identitystore/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@
99

1010
AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native.
1111

12-
<p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
12+
<p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
1313
your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services SSO User
1414
Guide</a>.</p>
1515

16+
<note>
17+
<p>Although Amazon Web Services 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 <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO 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+
1625
## Installing
1726

1827
To install the this package, simply type add or install @aws-sdk/client-identitystore

clients/client-identitystore/src/Identitystore.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@ import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from
1616
import { IdentitystoreClient } from "./IdentitystoreClient";
1717

1818
/**
19-
* <p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
19+
* <p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
2020
* your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services SSO User
2121
* Guide</a>.</p>
22+
*
23+
* <note>
24+
* <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
25+
* <code>identitystore</code> API namespaces will continue to retain their original name for
26+
* backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
27+
* </note>
28+
*
29+
* <p>This reference guide describes the identity store operations that you can call
30+
* programatically and includes detailed information on data types and errors.</p>
2231
*/
2332
export class Identitystore extends IdentitystoreClient {
2433
/**

clients/client-identitystore/src/IdentitystoreClient.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,18 @@ type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
225225
export interface IdentitystoreClientResolvedConfig extends IdentitystoreClientResolvedConfigType {}
226226

227227
/**
228-
* <p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
228+
* <p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
229229
* your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services SSO User
230230
* Guide</a>.</p>
231+
*
232+
* <note>
233+
* <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
234+
* <code>identitystore</code> API namespaces will continue to retain their original name for
235+
* backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
236+
* </note>
237+
*
238+
* <p>This reference guide describes the identity store operations that you can call
239+
* programatically and includes detailed information on data types and errors.</p>
231240
*/
232241
export class IdentitystoreClient extends __Client<
233242
__HttpHandlerOptions,

codegen/sdk-codegen/aws-models/identitystore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"name": "identitystore"
4444
},
4545
"aws.protocols#awsJson1_1": {},
46-
"smithy.api#documentation": "<p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of\n your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User\n Guide</a>.</p>",
46+
"smithy.api#documentation": "<p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of\n your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User\n Guide</a>.</p>\n \n <note>\n <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and\n <code>identitystore</code> API namespaces will continue to retain their original name for\n backward compatibility purposes. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed\">Amazon Web Services SSO rename</a>.</p>\n </note>\n \n <p>This reference guide describes the identity store operations that you can call\n programatically and includes detailed information on data types and errors.</p>",
4747
"smithy.api#title": "AWS SSO Identity Store"
4848
},
4949
"version": "2020-06-15",

0 commit comments

Comments
 (0)