@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 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>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
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 Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
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">Amazon Web Services SSO rename</a>.</p>
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 Amazon Web Services SSO Portal operations that you can call
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>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
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 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>
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
@@ -212,6 +212,7 @@ const partitionHash = {
212
212
  "eu-west-1",
213
213
  "eu-west-2",
214
214
  "eu-west-3",
215
+ "me-central-1",
215
216
  "me-south-1",
216
217
  "sa-east-1",
217
218
  "us-east-1",
@@ -210,6 +210,7 @@ var partitionHash = {
210
210
  "eu-west-1",
211
211
  "eu-west-2",
212
212
  "eu-west-3",
213
+ "me-central-1",
213
214
  "me-south-1",
214
215
  "sa-east-1",
215
216
  "us-east-1",
@@ -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>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
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 Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
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">Amazon Web Services SSO rename</a>.</p>
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 Amazon Web Services SSO Portal operations that you can call
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>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
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 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>
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 Amazon Web Services account.</p>
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 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
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 Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in
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 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>
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 Amazon Web Services SSO
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>Amazon Web Services SSO User
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>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
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 Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
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">Amazon Web Services SSO rename</a>.</p>
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 Amazon Web Services SSO Portal operations that you can call
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>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
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 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>
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 Amazon Web Services account.</p>
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 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
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 Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in
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 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>
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 Amazon Web Services SSO
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>Amazon Web Services SSO User
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 Amazon Web Services account.</p>
4
+ * <p>Provides information about your AWS account.</p>
5
5
  */
6
6
  export interface AccountInfo {
7
7
  /**
8
- * <p>The identifier of the Amazon Web Services account that is assigned to the user.</p>
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 Amazon Web Services account that is assigned to the user.</p>
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 Amazon Web Services account that is assigned to the user.</p>
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 Amazon Web Services account that is assigned to the user.</p>
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>Amazon Web Services 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>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 Amazon Web Services Resources</a> in the
42
- * <i>Amazon Web Services 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 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 Amazon Web Services Resources</a> in the
47
- * <i>Amazon Web Services 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 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 Amazon Web Services Resources</a> in the
52
- * <i>Amazon Web Services 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 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>Amazon Web Services 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>IAM Identity Center OIDC API Reference Guide</i>.</p>
125
125
  */
126
126
  accessToken: string | undefined;
127
127
  /**
128
- * <p>The identifier for the Amazon Web Services account that is assigned to the user.</p>
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 Amazon Web Services account assigned to the user.</p>
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>Amazon Web Services 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>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>Amazon Web Services 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>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.160.0",
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.160.0",
22
- "@aws-sdk/fetch-http-handler": "3.160.0",
23
- "@aws-sdk/hash-node": "3.160.0",
24
- "@aws-sdk/invalid-dependency": "3.160.0",
25
- "@aws-sdk/middleware-content-length": "3.160.0",
26
- "@aws-sdk/middleware-host-header": "3.160.0",
27
- "@aws-sdk/middleware-logger": "3.160.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.160.0",
29
- "@aws-sdk/middleware-retry": "3.160.0",
30
- "@aws-sdk/middleware-serde": "3.160.0",
31
- "@aws-sdk/middleware-stack": "3.160.0",
32
- "@aws-sdk/middleware-user-agent": "3.160.0",
33
- "@aws-sdk/node-config-provider": "3.160.0",
34
- "@aws-sdk/node-http-handler": "3.160.0",
35
- "@aws-sdk/protocol-http": "3.160.0",
36
- "@aws-sdk/smithy-client": "3.160.0",
37
- "@aws-sdk/types": "3.160.0",
38
- "@aws-sdk/url-parser": "3.160.0",
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.160.0",
44
- "@aws-sdk/util-defaults-mode-node": "3.160.0",
45
- "@aws-sdk/util-user-agent-browser": "3.160.0",
46
- "@aws-sdk/util-user-agent-node": "3.160.0",
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"