@aws-sdk/client-sso 3.650.0 → 3.654.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-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountRolesCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +11 -0
- package/dist-types/commands/LogoutCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/LogoutCommand.d.ts +12 -1
- package/package.json +32 -32
|
@@ -80,4 +80,15 @@ declare const GetRoleCredentialsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetRoleCredentialsCommand extends GetRoleCredentialsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetRoleCredentialsRequest;
|
|
87
|
+
output: GetRoleCredentialsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetRoleCredentialsCommandInput;
|
|
91
|
+
output: GetRoleCredentialsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListAccountRolesCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListAccountRolesRequest;
|
|
88
|
+
output: ListAccountRolesResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListAccountRolesCommandInput;
|
|
92
|
+
output: ListAccountRolesCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListAccountsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListAccountsRequest;
|
|
90
|
+
output: ListAccountsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListAccountsCommandInput;
|
|
94
|
+
output: ListAccountsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -80,4 +80,15 @@ declare const LogoutCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class LogoutCommand extends LogoutCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: LogoutRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: LogoutCommandInput;
|
|
91
|
+
output: LogoutCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -37,4 +37,15 @@ declare const GetRoleCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRoleCredentialsCommand extends GetRoleCredentialsCommand_base {
|
|
40
|
+
export declare class GetRoleCredentialsCommand extends GetRoleCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRoleCredentialsRequest;
|
|
44
|
+
output: GetRoleCredentialsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRoleCredentialsCommandInput;
|
|
48
|
+
output: GetRoleCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAccountRolesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
|
39
|
+
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAccountRolesRequest;
|
|
43
|
+
output: ListAccountRolesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAccountRolesCommandInput;
|
|
47
|
+
output: ListAccountRolesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListAccountsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
36
|
+
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListAccountsRequest;
|
|
40
|
+
output: ListAccountsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListAccountsCommandInput;
|
|
44
|
+
output: ListAccountsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const LogoutCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class LogoutCommand extends LogoutCommand_base {
|
|
30
|
+
export declare class LogoutCommand extends LogoutCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: LogoutRequest;
|
|
34
|
+
output: {};
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: LogoutCommandInput;
|
|
38
|
+
output: LogoutCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
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.654.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",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
30
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
-
"@smithy/config-resolver": "^3.0.
|
|
34
|
-
"@smithy/core": "^2.4.
|
|
35
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
36
|
-
"@smithy/hash-node": "^3.0.
|
|
37
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
38
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
39
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
40
|
-
"@smithy/middleware-retry": "^3.0.
|
|
41
|
-
"@smithy/middleware-serde": "^3.0.
|
|
42
|
-
"@smithy/middleware-stack": "^3.0.
|
|
43
|
-
"@smithy/node-config-provider": "^3.1.
|
|
44
|
-
"@smithy/node-http-handler": "^3.2.
|
|
45
|
-
"@smithy/protocol-http": "^4.1.
|
|
46
|
-
"@smithy/smithy-client": "^3.3.
|
|
47
|
-
"@smithy/types": "^3.4.
|
|
48
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/core": "3.654.0",
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
29
|
+
"@aws-sdk/types": "3.654.0",
|
|
30
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
31
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
33
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
34
|
+
"@smithy/core": "^2.4.3",
|
|
35
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
36
|
+
"@smithy/hash-node": "^3.0.6",
|
|
37
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
38
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
39
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
40
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
41
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
42
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
43
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
44
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
45
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
46
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
47
|
+
"@smithy/types": "^3.4.2",
|
|
48
|
+
"@smithy/url-parser": "^3.0.6",
|
|
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.
|
|
53
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
54
|
-
"@smithy/util-endpoints": "^2.1.
|
|
55
|
-
"@smithy/util-middleware": "^3.0.
|
|
56
|
-
"@smithy/util-retry": "^3.0.
|
|
52
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
53
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
54
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
55
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
56
|
+
"@smithy/util-retry": "^3.0.6",
|
|
57
57
|
"@smithy/util-utf8": "^3.0.0",
|
|
58
58
|
"tslib": "^2.6.2"
|
|
59
59
|
},
|