@aws-sdk/client-identitystore 3.145.0 → 3.150.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-identitystore
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-identitystore
package/README.md CHANGED
@@ -9,10 +9,19 @@
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 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
13
13
  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
14
14
  Guide</a>.</p>
15
15
 
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
+
16
25
  ## Installing
17
26
 
18
27
  To install the this package, simply type add or install @aws-sdk/client-identitystore
@@ -5,9 +5,18 @@ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/List
5
5
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
6
6
  import { IdentitystoreClient } from "./IdentitystoreClient";
7
7
  /**
8
- * <p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
8
+ * <p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
9
9
  * 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
10
10
  * Guide</a>.</p>
11
+ *
12
+ * <note>
13
+ * <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
14
+ * <code>identitystore</code> API namespaces will continue to retain their original name for
15
+ * 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>
16
+ * </note>
17
+ *
18
+ * <p>This reference guide describes the identity store operations that you can call
19
+ * programatically and includes detailed information on data types and errors.</p>
11
20
  */
12
21
  export declare class Identitystore extends IdentitystoreClient {
13
22
  /**
@@ -130,9 +130,18 @@ declare type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfigurati
130
130
  export interface IdentitystoreClientResolvedConfig extends IdentitystoreClientResolvedConfigType {
131
131
  }
132
132
  /**
133
- * <p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
133
+ * <p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of
134
134
  * 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
135
135
  * Guide</a>.</p>
136
+ *
137
+ * <note>
138
+ * <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
139
+ * <code>identitystore</code> API namespaces will continue to retain their original name for
140
+ * 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>
141
+ * </note>
142
+ *
143
+ * <p>This reference guide describes the identity store operations that you can call
144
+ * programatically and includes detailed information on data types and errors.</p>
136
145
  */
137
146
  export declare class IdentitystoreClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IdentitystoreClientResolvedConfig> {
138
147
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-identitystore",
3
3
  "description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native",
4
- "version": "3.145.0",
4
+ "version": "3.150.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.145.0",
21
+ "@aws-sdk/client-sts": "3.150.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.145.0",
23
+ "@aws-sdk/credential-provider-node": "3.150.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",