@aws-sdk/client-sso-oidc 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/CreateTokenCommand.d.ts +11 -0
- package/dist-types/commands/CreateTokenWithIAMCommand.d.ts +11 -0
- package/dist-types/commands/RegisterClientCommand.d.ts +11 -0
- package/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +12 -1
- package/package.json +34 -34
|
@@ -161,4 +161,15 @@ declare const CreateTokenCommand_base: {
|
|
|
161
161
|
*
|
|
162
162
|
*/
|
|
163
163
|
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: CreateTokenRequest;
|
|
168
|
+
output: CreateTokenResponse;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: CreateTokenCommandInput;
|
|
172
|
+
output: CreateTokenCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -243,4 +243,15 @@ declare const CreateTokenWithIAMCommand_base: {
|
|
|
243
243
|
*
|
|
244
244
|
*/
|
|
245
245
|
export declare class CreateTokenWithIAMCommand extends CreateTokenWithIAMCommand_base {
|
|
246
|
+
/** @internal type navigation helper, not in runtime. */
|
|
247
|
+
protected static __types: {
|
|
248
|
+
api: {
|
|
249
|
+
input: CreateTokenWithIAMRequest;
|
|
250
|
+
output: CreateTokenWithIAMResponse;
|
|
251
|
+
};
|
|
252
|
+
sdk: {
|
|
253
|
+
input: CreateTokenWithIAMCommandInput;
|
|
254
|
+
output: CreateTokenWithIAMCommandOutput;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
246
257
|
}
|
|
@@ -129,4 +129,15 @@ declare const RegisterClientCommand_base: {
|
|
|
129
129
|
*
|
|
130
130
|
*/
|
|
131
131
|
export declare class RegisterClientCommand extends RegisterClientCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: RegisterClientRequest;
|
|
136
|
+
output: RegisterClientResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: RegisterClientCommandInput;
|
|
140
|
+
output: RegisterClientCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -109,4 +109,15 @@ declare const StartDeviceAuthorizationCommand_base: {
|
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
111
111
|
export declare class StartDeviceAuthorizationCommand extends StartDeviceAuthorizationCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: StartDeviceAuthorizationRequest;
|
|
116
|
+
output: StartDeviceAuthorizationResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: StartDeviceAuthorizationCommandInput;
|
|
120
|
+
output: StartDeviceAuthorizationCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -33,4 +33,15 @@ declare const CreateTokenCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
36
|
+
export declare class CreateTokenCommand extends CreateTokenCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateTokenRequest;
|
|
40
|
+
output: CreateTokenResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateTokenCommandInput;
|
|
44
|
+
output: CreateTokenCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTokenWithIAMCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTokenWithIAMCommand extends CreateTokenWithIAMCommand_base {
|
|
40
|
+
export declare class CreateTokenWithIAMCommand extends CreateTokenWithIAMCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTokenWithIAMRequest;
|
|
44
|
+
output: CreateTokenWithIAMResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTokenWithIAMCommandInput;
|
|
48
|
+
output: CreateTokenWithIAMCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const RegisterClientCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class RegisterClientCommand extends RegisterClientCommand_base {
|
|
39
|
+
export declare class RegisterClientCommand extends RegisterClientCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: RegisterClientRequest;
|
|
43
|
+
output: RegisterClientResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: RegisterClientCommandInput;
|
|
47
|
+
output: RegisterClientCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDeviceAuthorizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDeviceAuthorizationCommand extends StartDeviceAuthorizationCommand_base {
|
|
40
|
+
export declare class StartDeviceAuthorizationCommand extends StartDeviceAuthorizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDeviceAuthorizationRequest;
|
|
44
|
+
output: StartDeviceAuthorizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDeviceAuthorizationCommandInput;
|
|
48
|
+
output: StartDeviceAuthorizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc 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-oidc",
|
|
@@ -20,41 +20,41 @@
|
|
|
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/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^3.0.
|
|
35
|
-
"@smithy/core": "^2.4.
|
|
36
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
37
|
-
"@smithy/hash-node": "^3.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
41
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
-
"@smithy/middleware-serde": "^3.0.
|
|
43
|
-
"@smithy/middleware-stack": "^3.0.
|
|
44
|
-
"@smithy/node-config-provider": "^3.1.
|
|
45
|
-
"@smithy/node-http-handler": "^3.2.
|
|
46
|
-
"@smithy/protocol-http": "^4.1.
|
|
47
|
-
"@smithy/smithy-client": "^3.3.
|
|
48
|
-
"@smithy/types": "^3.4.
|
|
49
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/core": "3.654.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
30
|
+
"@aws-sdk/types": "3.654.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
34
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
35
|
+
"@smithy/core": "^2.4.3",
|
|
36
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
37
|
+
"@smithy/hash-node": "^3.0.6",
|
|
38
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
39
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
40
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
41
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
42
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
43
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
44
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
45
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
46
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
47
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
48
|
+
"@smithy/types": "^3.4.2",
|
|
49
|
+
"@smithy/url-parser": "^3.0.6",
|
|
50
50
|
"@smithy/util-base64": "^3.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
-
"@smithy/util-endpoints": "^2.1.
|
|
56
|
-
"@smithy/util-middleware": "^3.0.
|
|
57
|
-
"@smithy/util-retry": "^3.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
55
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
56
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
57
|
+
"@smithy/util-retry": "^3.0.6",
|
|
58
58
|
"@smithy/util-utf8": "^3.0.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"license": "Apache-2.0",
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@aws-sdk/client-sts": "^3.
|
|
88
|
+
"@aws-sdk/client-sts": "^3.654.0"
|
|
89
89
|
},
|
|
90
90
|
"browser": {
|
|
91
91
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|