@aws-sdk/client-sso 3.160.0 → 3.163.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 +8 -8
- package/dist-cjs/endpoints.js +1 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-types/SSO.d.ts +18 -18
- package/dist-types/SSOClient.d.ts +8 -8
- package/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -2
- package/dist-types/commands/LogoutCommand.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +17 -17
- package/package.json +23 -23
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.163.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.162.0...v3.163.0) (2022-09-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sso
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.162.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.161.0...v3.162.0) (2022-08-31)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-sso
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-sso
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @aws-sdk/client-sso
|
package/README.md
CHANGED
|
@@ -9,24 +9,24 @@
|
|
|
9
9
|
|
|
10
10
|
AWS SDK for JavaScript SSO Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
|
-
<p>
|
|
13
|
-
|
|
12
|
+
<p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
|
|
13
|
+
IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
|
|
14
14
|
assigned to them and get federated into the application.</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
|
-
<p>This reference guide describes the
|
|
22
|
+
<p>This reference guide describes the IAM Identity Center Portal operations that you can call
|
|
23
23
|
programatically and includes detailed information on data types and errors.</p>
|
|
24
24
|
|
|
25
25
|
<note>
|
|
26
|
-
<p>
|
|
26
|
+
<p>AWS provides SDKs that consist of libraries and sample code for various programming
|
|
27
27
|
languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
|
|
28
|
-
convenient way to create programmatic access to
|
|
29
|
-
information about the
|
|
28
|
+
convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
|
|
29
|
+
information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
|
|
30
30
|
</note>
|
|
31
31
|
|
|
32
32
|
## Installing
|
package/dist-cjs/endpoints.js
CHANGED
package/dist-es/endpoints.js
CHANGED
package/dist-types/SSO.d.ts
CHANGED
|
@@ -5,24 +5,24 @@ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/
|
|
|
5
5
|
import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
|
|
6
6
|
import { SSOClient } from "./SSOClient";
|
|
7
7
|
/**
|
|
8
|
-
* <p>
|
|
9
|
-
*
|
|
8
|
+
* <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
|
|
9
|
+
* IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
|
|
10
10
|
* assigned to them and get federated into the application.</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
|
-
* <p>This reference guide describes the
|
|
18
|
+
* <p>This reference guide describes the IAM Identity Center Portal operations that you can call
|
|
19
19
|
* programatically and includes detailed information on data types and errors.</p>
|
|
20
20
|
*
|
|
21
21
|
* <note>
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>AWS provides SDKs that consist of libraries and sample code for various programming
|
|
23
23
|
* languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
|
|
24
|
-
* convenient way to create programmatic access to
|
|
25
|
-
* information about the
|
|
24
|
+
* convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
|
|
25
|
+
* information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
|
|
26
26
|
* </note>
|
|
27
27
|
*/
|
|
28
28
|
export declare class SSO extends SSOClient {
|
|
@@ -34,14 +34,14 @@ export declare class SSO extends SSOClient {
|
|
|
34
34
|
getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
|
|
35
35
|
getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
|
|
36
36
|
/**
|
|
37
|
-
* <p>Lists all roles that are assigned to the user for a given
|
|
37
|
+
* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
|
|
38
38
|
*/
|
|
39
39
|
listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountRolesCommandOutput>;
|
|
40
40
|
listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
|
|
41
41
|
listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
|
|
42
42
|
/**
|
|
43
|
-
* <p>Lists all
|
|
44
|
-
* administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>
|
|
43
|
+
* <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
|
|
44
|
+
* administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>IAM Identity Center User Guide</i>. This operation
|
|
45
45
|
* returns a paginated response.</p>
|
|
46
46
|
*/
|
|
47
47
|
listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
|
|
@@ -49,19 +49,19 @@ export declare class SSO extends SSOClient {
|
|
|
49
49
|
listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
|
|
50
50
|
/**
|
|
51
51
|
* <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
|
|
52
|
-
* the
|
|
52
|
+
* the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in
|
|
53
53
|
* session.</p>
|
|
54
54
|
*
|
|
55
55
|
* <note>
|
|
56
|
-
* <p>If a user uses
|
|
57
|
-
* used to obtain an IAM session, as specified in the corresponding
|
|
58
|
-
* More specifically,
|
|
59
|
-
* and the corresponding temporary
|
|
56
|
+
* <p>If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is
|
|
57
|
+
* used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set.
|
|
58
|
+
* More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user,
|
|
59
|
+
* and the corresponding temporary AWS credentials are returned to the client.</p>
|
|
60
60
|
*
|
|
61
|
-
* <p>After user logout, any existing IAM role sessions that were created by using
|
|
61
|
+
* <p>After user logout, any existing IAM role sessions that were created by using IAM Identity Center
|
|
62
62
|
* permission sets continue based on the duration configured in the permission set.
|
|
63
63
|
* For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html">User
|
|
64
|
-
* authentications</a> in the <i>
|
|
64
|
+
* authentications</a> in the <i>IAM Identity Center User
|
|
65
65
|
* Guide</i>.</p>
|
|
66
66
|
* </note>
|
|
67
67
|
*/
|
|
@@ -124,24 +124,24 @@ declare type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
|
|
|
124
124
|
export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
* <p>
|
|
128
|
-
*
|
|
127
|
+
* <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
|
|
128
|
+
* IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
|
|
129
129
|
* assigned to them and get federated into the application.</p>
|
|
130
130
|
*
|
|
131
131
|
* <note>
|
|
132
|
-
* <p>Although
|
|
132
|
+
* <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
|
|
133
133
|
* <code>identitystore</code> API namespaces will continue to retain their original name for
|
|
134
|
-
* backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">
|
|
134
|
+
* 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>
|
|
135
135
|
* </note>
|
|
136
136
|
*
|
|
137
|
-
* <p>This reference guide describes the
|
|
137
|
+
* <p>This reference guide describes the IAM Identity Center Portal operations that you can call
|
|
138
138
|
* programatically and includes detailed information on data types and errors.</p>
|
|
139
139
|
*
|
|
140
140
|
* <note>
|
|
141
|
-
* <p>
|
|
141
|
+
* <p>AWS provides SDKs that consist of libraries and sample code for various programming
|
|
142
142
|
* languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
|
|
143
|
-
* convenient way to create programmatic access to
|
|
144
|
-
* information about the
|
|
143
|
+
* convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
|
|
144
|
+
* information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
|
|
145
145
|
* </note>
|
|
146
146
|
*/
|
|
147
147
|
export declare class SSOClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
|
|
|
7
7
|
export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists all roles that are assigned to the user for a given
|
|
10
|
+
* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,8 +7,8 @@ export interface ListAccountsCommandInput extends ListAccountsRequest {
|
|
|
7
7
|
export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists all
|
|
11
|
-
* administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>
|
|
10
|
+
* <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
|
|
11
|
+
* administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>IAM Identity Center User Guide</i>. This operation
|
|
12
12
|
* returns a paginated response.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,19 +8,19 @@ export interface LogoutCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
|
|
11
|
-
* the
|
|
11
|
+
* the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in
|
|
12
12
|
* session.</p>
|
|
13
13
|
*
|
|
14
14
|
* <note>
|
|
15
|
-
* <p>If a user uses
|
|
16
|
-
* used to obtain an IAM session, as specified in the corresponding
|
|
17
|
-
* More specifically,
|
|
18
|
-
* and the corresponding temporary
|
|
15
|
+
* <p>If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is
|
|
16
|
+
* used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set.
|
|
17
|
+
* More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user,
|
|
18
|
+
* and the corresponding temporary AWS credentials are returned to the client.</p>
|
|
19
19
|
*
|
|
20
|
-
* <p>After user logout, any existing IAM role sessions that were created by using
|
|
20
|
+
* <p>After user logout, any existing IAM role sessions that were created by using IAM Identity Center
|
|
21
21
|
* permission sets continue based on the duration configured in the permission set.
|
|
22
22
|
* For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html">User
|
|
23
|
-
* authentications</a> in the <i>
|
|
23
|
+
* authentications</a> in the <i>IAM Identity Center User
|
|
24
24
|
* Guide</i>.</p>
|
|
25
25
|
* </note>
|
|
26
26
|
* @example
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>Provides information about your
|
|
4
|
+
* <p>Provides information about your AWS account.</p>
|
|
5
5
|
*/
|
|
6
6
|
export interface AccountInfo {
|
|
7
7
|
/**
|
|
8
|
-
* <p>The identifier of the
|
|
8
|
+
* <p>The identifier of the AWS account that is assigned to the user.</p>
|
|
9
9
|
*/
|
|
10
10
|
accountId?: string;
|
|
11
11
|
/**
|
|
12
|
-
* <p>The display name of the
|
|
12
|
+
* <p>The display name of the AWS account that is assigned to the user.</p>
|
|
13
13
|
*/
|
|
14
14
|
accountName?: string;
|
|
15
15
|
/**
|
|
16
|
-
* <p>The email address of the
|
|
16
|
+
* <p>The email address of the AWS account that is assigned to the user.</p>
|
|
17
17
|
*/
|
|
18
18
|
emailAddress?: string;
|
|
19
19
|
}
|
|
@@ -23,12 +23,12 @@ export interface GetRoleCredentialsRequest {
|
|
|
23
23
|
*/
|
|
24
24
|
roleName: string | undefined;
|
|
25
25
|
/**
|
|
26
|
-
* <p>The identifier for the
|
|
26
|
+
* <p>The identifier for the AWS account that is assigned to the user.</p>
|
|
27
27
|
*/
|
|
28
28
|
accountId: string | undefined;
|
|
29
29
|
/**
|
|
30
30
|
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
31
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>
|
|
31
|
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
32
32
|
*/
|
|
33
33
|
accessToken: string | undefined;
|
|
34
34
|
}
|
|
@@ -38,18 +38,18 @@ export interface GetRoleCredentialsRequest {
|
|
|
38
38
|
export interface RoleCredentials {
|
|
39
39
|
/**
|
|
40
40
|
* <p>The identifier used for the temporary security credentials. For more information, see
|
|
41
|
-
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to
|
|
42
|
-
* <i>
|
|
41
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
|
|
42
|
+
* <i>AWS IAM User Guide</i>.</p>
|
|
43
43
|
*/
|
|
44
44
|
accessKeyId?: string;
|
|
45
45
|
/**
|
|
46
|
-
* <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to
|
|
47
|
-
* <i>
|
|
46
|
+
* <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
|
|
47
|
+
* <i>AWS IAM User Guide</i>.</p>
|
|
48
48
|
*/
|
|
49
49
|
secretAccessKey?: string;
|
|
50
50
|
/**
|
|
51
|
-
* <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to
|
|
52
|
-
* <i>
|
|
51
|
+
* <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
|
|
52
|
+
* <i>AWS IAM User Guide</i>.</p>
|
|
53
53
|
*/
|
|
54
54
|
sessionToken?: string;
|
|
55
55
|
/**
|
|
@@ -121,11 +121,11 @@ export interface ListAccountRolesRequest {
|
|
|
121
121
|
maxResults?: number;
|
|
122
122
|
/**
|
|
123
123
|
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
124
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>
|
|
124
|
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
125
125
|
*/
|
|
126
126
|
accessToken: string | undefined;
|
|
127
127
|
/**
|
|
128
|
-
* <p>The identifier for the
|
|
128
|
+
* <p>The identifier for the AWS account that is assigned to the user.</p>
|
|
129
129
|
*/
|
|
130
130
|
accountId: string | undefined;
|
|
131
131
|
}
|
|
@@ -138,7 +138,7 @@ export interface RoleInfo {
|
|
|
138
138
|
*/
|
|
139
139
|
roleName?: string;
|
|
140
140
|
/**
|
|
141
|
-
* <p>The identifier of the
|
|
141
|
+
* <p>The identifier of the AWS account assigned to the user.</p>
|
|
142
142
|
*/
|
|
143
143
|
accountId?: string;
|
|
144
144
|
}
|
|
@@ -165,7 +165,7 @@ export interface ListAccountsRequest {
|
|
|
165
165
|
maxResults?: number;
|
|
166
166
|
/**
|
|
167
167
|
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
168
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>
|
|
168
|
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
169
169
|
*/
|
|
170
170
|
accessToken: string | undefined;
|
|
171
171
|
}
|
|
@@ -183,7 +183,7 @@ export interface ListAccountsResponse {
|
|
|
183
183
|
export interface LogoutRequest {
|
|
184
184
|
/**
|
|
185
185
|
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
186
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>
|
|
186
|
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
187
187
|
*/
|
|
188
188
|
accessToken: string | undefined;
|
|
189
189
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.163.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,32 +18,32 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/config-resolver": "3.
|
|
22
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
-
"@aws-sdk/hash-node": "3.
|
|
24
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
25
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-retry": "3.
|
|
30
|
-
"@aws-sdk/middleware-serde": "3.
|
|
31
|
-
"@aws-sdk/middleware-stack": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/node-config-provider": "3.
|
|
34
|
-
"@aws-sdk/node-http-handler": "3.
|
|
35
|
-
"@aws-sdk/protocol-http": "3.
|
|
36
|
-
"@aws-sdk/smithy-client": "3.
|
|
37
|
-
"@aws-sdk/types": "3.
|
|
38
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/config-resolver": "3.163.0",
|
|
22
|
+
"@aws-sdk/fetch-http-handler": "3.162.0",
|
|
23
|
+
"@aws-sdk/hash-node": "3.162.0",
|
|
24
|
+
"@aws-sdk/invalid-dependency": "3.162.0",
|
|
25
|
+
"@aws-sdk/middleware-content-length": "3.162.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.162.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.162.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.162.0",
|
|
29
|
+
"@aws-sdk/middleware-retry": "3.162.0",
|
|
30
|
+
"@aws-sdk/middleware-serde": "3.162.0",
|
|
31
|
+
"@aws-sdk/middleware-stack": "3.162.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.162.0",
|
|
33
|
+
"@aws-sdk/node-config-provider": "3.162.0",
|
|
34
|
+
"@aws-sdk/node-http-handler": "3.162.0",
|
|
35
|
+
"@aws-sdk/protocol-http": "3.162.0",
|
|
36
|
+
"@aws-sdk/smithy-client": "3.162.0",
|
|
37
|
+
"@aws-sdk/types": "3.162.0",
|
|
38
|
+
"@aws-sdk/url-parser": "3.162.0",
|
|
39
39
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
40
40
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
41
41
|
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
42
42
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
43
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
44
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
46
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
43
|
+
"@aws-sdk/util-defaults-mode-browser": "3.162.0",
|
|
44
|
+
"@aws-sdk/util-defaults-mode-node": "3.163.0",
|
|
45
|
+
"@aws-sdk/util-user-agent-browser": "3.162.0",
|
|
46
|
+
"@aws-sdk/util-user-agent-node": "3.162.0",
|
|
47
47
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
48
48
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
49
49
|
"tslib": "^2.3.1"
|