@aws-sdk/client-identitystore 3.154.0 → 3.161.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 +24 -0
- package/README.md +4 -4
- package/dist-cjs/endpoints.js +1 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-types/Identitystore.d.ts +4 -4
- package/dist-types/IdentitystoreClient.d.ts +4 -4
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
package/README.md
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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
|
|
13
|
-
your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">
|
|
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 <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center User
|
|
14
14
|
Guide</a>.</p>
|
|
15
15
|
|
|
16
16
|
<note>
|
|
17
|
-
<p>Although
|
|
17
|
+
<p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
|
|
18
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">
|
|
19
|
+
backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
|
|
20
20
|
</note>
|
|
21
21
|
|
|
22
22
|
<p>This reference guide describes the identity store operations that you can call
|
package/dist-cjs/endpoints.js
CHANGED
package/dist-es/endpoints.js
CHANGED
|
@@ -5,14 +5,14 @@ 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
|
|
9
|
-
* your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">
|
|
8
|
+
* <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
|
|
9
|
+
* your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center User
|
|
10
10
|
* Guide</a>.</p>
|
|
11
11
|
*
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>Although
|
|
13
|
+
* <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
|
|
14
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">
|
|
15
|
+
* backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
|
|
16
16
|
* </note>
|
|
17
17
|
*
|
|
18
18
|
* <p>This reference guide describes the identity store operations that you can call
|
|
@@ -130,14 +130,14 @@ declare type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
130
130
|
export interface IdentitystoreClientResolvedConfig extends IdentitystoreClientResolvedConfigType {
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
* <p>The Identity Store service used by
|
|
134
|
-
* your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">
|
|
133
|
+
* <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
|
|
134
|
+
* your identities (users and groups). For more information, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center User
|
|
135
135
|
* Guide</a>.</p>
|
|
136
136
|
*
|
|
137
137
|
* <note>
|
|
138
|
-
* <p>Although
|
|
138
|
+
* <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
|
|
139
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">
|
|
140
|
+
* backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
|
|
141
141
|
* </note>
|
|
142
142
|
*
|
|
143
143
|
* <p>This reference guide describes the identity store operations that you can call
|
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.
|
|
4
|
+
"version": "3.161.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,35 +18,35 @@
|
|
|
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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.161.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.160.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.161.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.160.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.160.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.160.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.160.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.160.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.160.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.160.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.160.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.160.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.160.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.160.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.160.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.160.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.160.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.160.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.161.0",
|
|
40
|
+
"@aws-sdk/types": "3.160.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.160.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.161.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.161.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.160.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.160.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|