@aws-sdk/client-identitystore 3.145.0 → 3.159.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 +10 -1
- package/dist-types/Identitystore.d.ts +10 -1
- package/dist-types/IdentitystoreClient.d.ts +10 -1
- package/package.json +27 -27
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.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-identitystore
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
|
|
7
31
|
|
|
8
32
|
**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
|
|
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
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.159.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.159.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.159.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.159.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.159.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.159.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.159.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.159.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.159.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.159.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.159.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.159.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.159.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.159.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.159.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.159.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.159.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.159.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.159.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.159.0",
|
|
40
|
+
"@aws-sdk/types": "3.159.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.159.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
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.159.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.159.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.159.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.159.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"
|