@aws-sdk/client-sso 3.590.0 → 3.598.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/dist-cjs/index.js CHANGED
@@ -194,7 +194,6 @@ var SSOClient = _SSOClient;
194
194
 
195
195
  var import_middleware_serde = require("@smithy/middleware-serde");
196
196
 
197
- var import_types = require("@smithy/types");
198
197
 
199
198
  // src/models/models_0.ts
200
199
 
@@ -535,7 +534,6 @@ var GetRoleCredentialsCommand = _GetRoleCredentialsCommand;
535
534
 
536
535
 
537
536
 
538
-
539
537
  var _ListAccountRolesCommand = class _ListAccountRolesCommand extends import_smithy_client.Command.classBuilder().ep({
540
538
  ...commonParams
541
539
  }).m(function(Command, cs, config, o) {
@@ -552,7 +550,6 @@ var ListAccountRolesCommand = _ListAccountRolesCommand;
552
550
 
553
551
 
554
552
 
555
-
556
553
  var _ListAccountsCommand = class _ListAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
557
554
  ...commonParams
558
555
  }).m(function(Command, cs, config, o) {
@@ -569,7 +566,6 @@ var ListAccountsCommand = _ListAccountsCommand;
569
566
 
570
567
 
571
568
 
572
-
573
569
  var _LogoutCommand = class _LogoutCommand extends import_smithy_client.Command.classBuilder().ep({
574
570
  ...commonParams
575
571
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -21,8 +21,8 @@
21
21
  export * from "./SSOClient";
22
22
  export * from "./SSO";
23
23
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
24
- export { RuntimeExtension } from "./runtimeExtensions";
25
- export { SSOExtensionConfiguration } from "./extensionConfiguration";
24
+ export type { RuntimeExtension } from "./runtimeExtensions";
25
+ export type { SSOExtensionConfiguration } from "./extensionConfiguration";
26
26
  export * from "./commands";
27
27
  export * from "./pagination";
28
28
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SSOClientResolvedConfig,
11
11
  } from "../SSOClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetRoleCredentialsCommandInput
14
15
  extends GetRoleCredentialsRequest {}
15
16
  export interface GetRoleCredentialsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SSOClientResolvedConfig,
11
11
  } from "../SSOClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {}
14
15
  export interface ListAccountRolesCommandOutput
15
16
  extends ListAccountRolesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SSOClientResolvedConfig,
8
8
  } from "../SSOClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAccountsCommandInput extends ListAccountsRequest {}
11
12
  export interface ListAccountsCommandOutput
12
13
  extends ListAccountsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SSOClientResolvedConfig,
8
8
  } from "../SSOClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface LogoutCommandInput extends LogoutRequest {}
11
12
  export interface LogoutCommandOutput extends __MetadataBearer {}
12
13
  declare const LogoutCommand_base: {
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class SSOServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.598.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -18,42 +18,42 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "3.0.0",
22
- "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.588.0",
24
- "@aws-sdk/middleware-host-header": "3.577.0",
25
- "@aws-sdk/middleware-logger": "3.577.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.577.0",
27
- "@aws-sdk/middleware-user-agent": "3.587.0",
28
- "@aws-sdk/region-config-resolver": "3.587.0",
29
- "@aws-sdk/types": "3.577.0",
30
- "@aws-sdk/util-endpoints": "3.587.0",
31
- "@aws-sdk/util-user-agent-browser": "3.577.0",
32
- "@aws-sdk/util-user-agent-node": "3.587.0",
33
- "@smithy/config-resolver": "^3.0.1",
34
- "@smithy/core": "^2.1.1",
35
- "@smithy/fetch-http-handler": "^3.0.1",
36
- "@smithy/hash-node": "^3.0.0",
37
- "@smithy/invalid-dependency": "^3.0.0",
38
- "@smithy/middleware-content-length": "^3.0.0",
39
- "@smithy/middleware-endpoint": "^3.0.1",
40
- "@smithy/middleware-retry": "^3.0.3",
41
- "@smithy/middleware-serde": "^3.0.0",
42
- "@smithy/middleware-stack": "^3.0.0",
43
- "@smithy/node-config-provider": "^3.1.0",
44
- "@smithy/node-http-handler": "^3.0.0",
45
- "@smithy/protocol-http": "^4.0.0",
46
- "@smithy/smithy-client": "^3.1.1",
47
- "@smithy/types": "^3.0.0",
48
- "@smithy/url-parser": "^3.0.0",
21
+ "@aws-crypto/sha256-browser": "5.2.0",
22
+ "@aws-crypto/sha256-js": "5.2.0",
23
+ "@aws-sdk/core": "3.598.0",
24
+ "@aws-sdk/middleware-host-header": "3.598.0",
25
+ "@aws-sdk/middleware-logger": "3.598.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.598.0",
27
+ "@aws-sdk/middleware-user-agent": "3.598.0",
28
+ "@aws-sdk/region-config-resolver": "3.598.0",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@aws-sdk/util-endpoints": "3.598.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.598.0",
32
+ "@aws-sdk/util-user-agent-node": "3.598.0",
33
+ "@smithy/config-resolver": "^3.0.2",
34
+ "@smithy/core": "^2.2.1",
35
+ "@smithy/fetch-http-handler": "^3.0.2",
36
+ "@smithy/hash-node": "^3.0.1",
37
+ "@smithy/invalid-dependency": "^3.0.1",
38
+ "@smithy/middleware-content-length": "^3.0.1",
39
+ "@smithy/middleware-endpoint": "^3.0.2",
40
+ "@smithy/middleware-retry": "^3.0.4",
41
+ "@smithy/middleware-serde": "^3.0.1",
42
+ "@smithy/middleware-stack": "^3.0.1",
43
+ "@smithy/node-config-provider": "^3.1.1",
44
+ "@smithy/node-http-handler": "^3.0.1",
45
+ "@smithy/protocol-http": "^4.0.1",
46
+ "@smithy/smithy-client": "^3.1.2",
47
+ "@smithy/types": "^3.1.0",
48
+ "@smithy/url-parser": "^3.0.1",
49
49
  "@smithy/util-base64": "^3.0.0",
50
50
  "@smithy/util-body-length-browser": "^3.0.0",
51
51
  "@smithy/util-body-length-node": "^3.0.0",
52
- "@smithy/util-defaults-mode-browser": "^3.0.3",
53
- "@smithy/util-defaults-mode-node": "^3.0.3",
54
- "@smithy/util-endpoints": "^2.0.1",
55
- "@smithy/util-middleware": "^3.0.0",
56
- "@smithy/util-retry": "^3.0.0",
52
+ "@smithy/util-defaults-mode-browser": "^3.0.4",
53
+ "@smithy/util-defaults-mode-node": "^3.0.4",
54
+ "@smithy/util-endpoints": "^2.0.2",
55
+ "@smithy/util-middleware": "^3.0.1",
56
+ "@smithy/util-retry": "^3.0.1",
57
57
  "@smithy/util-utf8": "^3.0.0",
58
58
  "tslib": "^2.6.2"
59
59
  },