@aws-sdk/client-sso 3.142.0 → 3.145.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.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sso
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
7
15
 
8
16
 
package/README.md CHANGED
@@ -9,21 +9,24 @@
9
9
 
10
10
  AWS SDK for JavaScript SSO Client for Node.js, Browser and React Native.
11
11
 
12
- <p>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user
13
- access to AWS SSO resources such as the user portal. Users can get AWS account applications
14
- and roles assigned to them and get federated into the application.</p>
12
+ <p>Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to
13
+ Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles
14
+ assigned to them and get federated into the application.</p>
15
15
 
16
- <p>For general information about AWS SSO, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is AWS
17
- Single Sign-On?</a> in the <i>AWS SSO User Guide</i>.</p>
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>
18
21
 
19
- <p>This API reference guide describes the AWS SSO Portal operations that you can call
22
+ <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call
20
23
  programatically and includes detailed information on data types and errors.</p>
21
24
 
22
25
  <note>
23
- <p>AWS provides SDKs that consist of libraries and sample code for various programming
26
+ <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
24
27
  languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
25
- convenient way to create programmatic access to AWS SSO and other AWS services. For more
26
- 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>
28
+ convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more
29
+ information about the Amazon Web Services SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
27
30
  </note>
28
31
 
29
32
  ## Installing
@@ -5,21 +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>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user
9
- * access to AWS SSO resources such as the user portal. Users can get AWS account applications
10
- * and roles assigned to them and get federated into the application.</p>
8
+ * <p>Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to
9
+ * Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles
10
+ * assigned to them and get federated into the application.</p>
11
11
  *
12
- * <p>For general information about AWS SSO, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is AWS
13
- * Single Sign-On?</a> in the <i>AWS SSO User Guide</i>.</p>
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>
14
17
  *
15
- * <p>This API reference guide describes the AWS SSO Portal operations that you can call
18
+ * <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call
16
19
  * programatically and includes detailed information on data types and errors.</p>
17
20
  *
18
21
  * <note>
19
- * <p>AWS provides SDKs that consist of libraries and sample code for various programming
22
+ * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
20
23
  * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
21
- * convenient way to create programmatic access to AWS SSO and other AWS services. For more
22
- * 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>
24
+ * convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more
25
+ * information about the Amazon Web Services SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
23
26
  * </note>
24
27
  */
25
28
  export declare class SSO extends SSOClient {
@@ -31,21 +34,36 @@ export declare class SSO extends SSOClient {
31
34
  getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
32
35
  getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
33
36
  /**
34
- * <p>Lists all roles that are assigned to the user for a given AWS account.</p>
37
+ * <p>Lists all roles that are assigned to the user for a given Amazon Web Services account.</p>
35
38
  */
36
39
  listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountRolesCommandOutput>;
37
40
  listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
38
41
  listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
39
42
  /**
40
- * <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
41
- * 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>AWS SSO User Guide</i>. This operation
43
+ * <p>Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services 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>Amazon Web Services SSO User Guide</i>. This operation
42
45
  * returns a paginated response.</p>
43
46
  */
44
47
  listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
45
48
  listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
46
49
  listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
47
50
  /**
48
- * <p>Removes the client- and server-side session that is associated with the user.</p>
51
+ * <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
52
+ * the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in
53
+ * session.</p>
54
+ *
55
+ * <note>
56
+ * <p>If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is
57
+ * used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set.
58
+ * More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user,
59
+ * and the corresponding temporary Amazon Web Services credentials are returned to the client.</p>
60
+ *
61
+ * <p>After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO
62
+ * permission sets continue based on the duration configured in the permission set.
63
+ * For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html">User
64
+ * authentications</a> in the <i>Amazon Web Services SSO User
65
+ * Guide</i>.</p>
66
+ * </note>
49
67
  */
50
68
  logout(args: LogoutCommandInput, options?: __HttpHandlerOptions): Promise<LogoutCommandOutput>;
51
69
  logout(args: LogoutCommandInput, cb: (err: any, data?: LogoutCommandOutput) => void): void;
@@ -124,21 +124,24 @@ declare type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
124
124
  export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {
125
125
  }
126
126
  /**
127
- * <p>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user
128
- * access to AWS SSO resources such as the user portal. Users can get AWS account applications
129
- * and roles assigned to them and get federated into the application.</p>
127
+ * <p>Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to
128
+ * Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles
129
+ * assigned to them and get federated into the application.</p>
130
130
  *
131
- * <p>For general information about AWS SSO, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is AWS
132
- * Single Sign-On?</a> in the <i>AWS SSO User Guide</i>.</p>
131
+ * <note>
132
+ * <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
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">Amazon Web Services SSO rename</a>.</p>
135
+ * </note>
133
136
  *
134
- * <p>This API reference guide describes the AWS SSO Portal operations that you can call
137
+ * <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call
135
138
  * programatically and includes detailed information on data types and errors.</p>
136
139
  *
137
140
  * <note>
138
- * <p>AWS provides SDKs that consist of libraries and sample code for various programming
141
+ * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
139
142
  * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
140
- * convenient way to create programmatic access to AWS SSO and other AWS services. For more
141
- * 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>
143
+ * convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more
144
+ * information about the Amazon Web Services SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
142
145
  * </note>
143
146
  */
144
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 AWS account.</p>
10
+ * <p>Lists all roles that are assigned to the user for a given Amazon Web Services 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 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>AWS SSO User Guide</i>. This operation
10
+ * <p>Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services 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>Amazon Web Services SSO 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.
@@ -7,7 +7,22 @@ export interface LogoutCommandInput extends LogoutRequest {
7
7
  export interface LogoutCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Removes the client- and server-side session that is associated with the user.</p>
10
+ * <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
11
+ * the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in
12
+ * session.</p>
13
+ *
14
+ * <note>
15
+ * <p>If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is
16
+ * used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set.
17
+ * More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user,
18
+ * and the corresponding temporary Amazon Web Services credentials are returned to the client.</p>
19
+ *
20
+ * <p>After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO
21
+ * permission sets continue based on the duration configured in the permission set.
22
+ * For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html">User
23
+ * authentications</a> in the <i>Amazon Web Services SSO User
24
+ * Guide</i>.</p>
25
+ * </note>
11
26
  * @example
12
27
  * Use a bare-bones client and the command you need to make an API call.
13
28
  * ```javascript
@@ -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 AWS account.</p>
4
+ * <p>Provides information about your Amazon Web Services account.</p>
5
5
  */
6
6
  export interface AccountInfo {
7
7
  /**
8
- * <p>The identifier of the AWS account that is assigned to the user.</p>
8
+ * <p>The identifier of the Amazon Web Services account that is assigned to the user.</p>
9
9
  */
10
10
  accountId?: string;
11
11
  /**
12
- * <p>The display name of the AWS account that is assigned to the user.</p>
12
+ * <p>The display name of the Amazon Web Services account that is assigned to the user.</p>
13
13
  */
14
14
  accountName?: string;
15
15
  /**
16
- * <p>The email address of the AWS account that is assigned to the user.</p>
16
+ * <p>The email address of the Amazon Web Services 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 AWS account that is assigned to the user.</p>
26
+ * <p>The identifier for the Amazon Web Services 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>AWS SSO OIDC API Reference Guide</i>.</p>
31
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>Amazon Web Services SSO 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 AWS Resources</a> in the
42
- * <i>AWS IAM User Guide</i>.</p>
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 Amazon Web Services Resources</a> in the
42
+ * <i>Amazon Web Services 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 AWS Resources</a> in the
47
- * <i>AWS IAM User Guide</i>.</p>
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 Amazon Web Services Resources</a> in the
47
+ * <i>Amazon Web Services 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 AWS Resources</a> in the
52
- * <i>AWS IAM User Guide</i>.</p>
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 Amazon Web Services Resources</a> in the
52
+ * <i>Amazon Web Services IAM User Guide</i>.</p>
53
53
  */
54
54
  sessionToken?: string;
55
55
  /**
@@ -87,7 +87,8 @@ export declare class ResourceNotFoundException extends __BaseException {
87
87
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
88
88
  }
89
89
  /**
90
- * <p>Indicates that the request is being made too frequently and is more than what the server can handle.</p>
90
+ * <p>Indicates that the request is being made too frequently and is more than what the server
91
+ * can handle.</p>
91
92
  */
92
93
  export declare class TooManyRequestsException extends __BaseException {
93
94
  readonly name: "TooManyRequestsException";
@@ -98,7 +99,8 @@ export declare class TooManyRequestsException extends __BaseException {
98
99
  constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
99
100
  }
100
101
  /**
101
- * <p>Indicates that the request is not authorized. This can happen due to an invalid access token in the request.</p>
102
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
103
+ * token in the request.</p>
102
104
  */
103
105
  export declare class UnauthorizedException extends __BaseException {
104
106
  readonly name: "UnauthorizedException";
@@ -119,11 +121,11 @@ export interface ListAccountRolesRequest {
119
121
  maxResults?: number;
120
122
  /**
121
123
  * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
122
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
124
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>Amazon Web Services SSO OIDC API Reference Guide</i>.</p>
123
125
  */
124
126
  accessToken: string | undefined;
125
127
  /**
126
- * <p>The identifier for the AWS account that is assigned to the user.</p>
128
+ * <p>The identifier for the Amazon Web Services account that is assigned to the user.</p>
127
129
  */
128
130
  accountId: string | undefined;
129
131
  }
@@ -136,7 +138,7 @@ export interface RoleInfo {
136
138
  */
137
139
  roleName?: string;
138
140
  /**
139
- * <p>The identifier of the AWS account assigned to the user.</p>
141
+ * <p>The identifier of the Amazon Web Services account assigned to the user.</p>
140
142
  */
141
143
  accountId?: string;
142
144
  }
@@ -146,13 +148,15 @@ export interface ListAccountRolesResponse {
146
148
  */
147
149
  nextToken?: string;
148
150
  /**
149
- * <p>A paginated response with the list of roles and the next token if more results are available.</p>
151
+ * <p>A paginated response with the list of roles and the next token if more results are
152
+ * available.</p>
150
153
  */
151
154
  roleList?: RoleInfo[];
152
155
  }
153
156
  export interface ListAccountsRequest {
154
157
  /**
155
- * <p>(Optional) When requesting subsequent pages, this is the page token from the previous response output.</p>
158
+ * <p>(Optional) When requesting subsequent pages, this is the page token from the previous
159
+ * response output.</p>
156
160
  */
157
161
  nextToken?: string;
158
162
  /**
@@ -161,7 +165,7 @@ export interface ListAccountsRequest {
161
165
  maxResults?: number;
162
166
  /**
163
167
  * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
164
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
168
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>Amazon Web Services SSO OIDC API Reference Guide</i>.</p>
165
169
  */
166
170
  accessToken: string | undefined;
167
171
  }
@@ -171,14 +175,15 @@ export interface ListAccountsResponse {
171
175
  */
172
176
  nextToken?: string;
173
177
  /**
174
- * <p>A paginated response with the list of account information and the next token if more results are available.</p>
178
+ * <p>A paginated response with the list of account information and the next token if more
179
+ * results are available.</p>
175
180
  */
176
181
  accountList?: AccountInfo[];
177
182
  }
178
183
  export interface LogoutRequest {
179
184
  /**
180
185
  * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
181
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
186
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>Amazon Web Services SSO OIDC API Reference Guide</i>.</p>
182
187
  */
183
188
  accessToken: string | undefined;
184
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.142.0",
4
+ "version": "3.145.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",
@@ -58,6 +58,11 @@
58
58
  "typedoc": "0.19.2",
59
59
  "typescript": "~4.6.2"
60
60
  },
61
+ "overrides": {
62
+ "typedoc": {
63
+ "typescript": "~4.6.2"
64
+ }
65
+ },
61
66
  "engines": {
62
67
  "node": ">=12.0.0"
63
68
  },