@ampless/mcp-server 0.2.0-alpha.0 → 0.2.0-alpha.1
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/bowser-WRHMEFK3.js +2822 -0
- package/dist/chunk-3NCQATCK.js +1385 -0
- package/dist/chunk-5PA6IP7O.js +435 -0
- package/dist/{chunk-27JGNXJE.js → chunk-6OXXSXKN.js} +8 -37
- package/dist/{chunk-YDYRXGHR.js → chunk-A4YPJIDF.js} +3 -3
- package/dist/chunk-CVNCRUML.js +1355 -0
- package/dist/chunk-IKXKDSVH.js +1414 -0
- package/dist/chunk-ISXSZYT4.js +1375 -0
- package/dist/{chunk-GSC7CBT2.js → chunk-IW52OUIR.js} +117 -1025
- package/dist/chunk-QBXY5RRO.js +3559 -0
- package/dist/chunk-UMEQ5ALV.js +14 -0
- package/dist/{chunk-OLRXGK7L.js → chunk-YHHXORQ4.js} +48 -32
- package/dist/{dist-es-J7V6TEWZ.js → dist-es-3P7CNKGV.js} +15 -16
- package/dist/{dist-es-6QUIY4X7.js → dist-es-NAMW5ZZ4.js} +21 -31
- package/dist/{dist-es-MQG4P6NF.js → dist-es-OI6XP2CN.js} +9 -10
- package/dist/{dist-es-W5H6GQXM.js → dist-es-OO5RVJZO.js} +10 -11
- package/dist/{dist-es-NGSDZSP2.js → dist-es-PRQWND46.js} +4 -3
- package/dist/{dist-es-2HK4JUU7.js → dist-es-T6J3WJJK.js} +32 -36
- package/dist/{dist-es-OYHIBJO3.js → dist-es-ZP52SD4G.js} +27 -32
- package/dist/event-streams-WFL2DK34.js +43 -0
- package/dist/index.js +2061 -2633
- package/dist/{loadSso-3FWOSWL4.js → loadSso-C2Y2WOQK.js} +56 -58
- package/dist/{signin-EATRRDTG.js → signin-IY5CLTYR.js} +59 -63
- package/dist/{sso-oidc-5GRHV5HA.js → sso-oidc-KZTDOR7Y.js} +59 -63
- package/dist/{sts-IMPWC7YM.js → sts-2UABQZ6D.js} +625 -740
- package/package.json +3 -3
- package/dist/chunk-44FZZOIP.js +0 -14
- package/dist/chunk-72G5HA35.js +0 -62
- package/dist/chunk-B57O737J.js +0 -52
- package/dist/chunk-E6YHJFDU.js +0 -44
- package/dist/chunk-FCBONYCH.js +0 -6008
- package/dist/chunk-GBNV7FEX.js +0 -164
- package/dist/chunk-MQF5MXOW.js +0 -1040
- package/dist/chunk-NZ2AQICN.js +0 -29
- package/dist/chunk-YVOTBVHL.js +0 -243
- package/dist/chunk-ZB7FTU7J.js +0 -39
- package/dist/event-streams-6T3GMAVH.js +0 -253
|
@@ -1,87 +1,85 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
AwsRestJsonProtocol
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YHHXORQ4.js";
|
|
5
5
|
import {
|
|
6
6
|
NoAuthSigner,
|
|
7
7
|
package_default
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6OXXSXKN.js";
|
|
9
|
+
import "./chunk-UMEQ5ALV.js";
|
|
9
10
|
import {
|
|
10
11
|
AwsSdkSigV4Signer,
|
|
12
|
+
DefaultIdentityProviderConfig,
|
|
13
|
+
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
14
|
+
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
15
|
+
getHttpSigningPlugin,
|
|
16
|
+
getSchemaSerdePlugin,
|
|
17
|
+
resolveAwsSdkSigV4Config,
|
|
18
|
+
streamCollector
|
|
19
|
+
} from "./chunk-CVNCRUML.js";
|
|
20
|
+
import {
|
|
21
|
+
NodeHttpHandler
|
|
22
|
+
} from "./chunk-5PA6IP7O.js";
|
|
23
|
+
import {
|
|
24
|
+
DEFAULT_RETRY_MODE,
|
|
25
|
+
NODE_APP_ID_CONFIG_OPTIONS,
|
|
26
|
+
NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
|
|
27
|
+
NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
28
|
+
awsEndpointFunctions,
|
|
29
|
+
createDefaultUserAgentProvider,
|
|
30
|
+
emitWarningIfUnsupportedVersion,
|
|
31
|
+
getAwsRegionExtensionConfiguration,
|
|
32
|
+
getHostHeaderPlugin,
|
|
33
|
+
getLoggerPlugin,
|
|
34
|
+
getRecursionDetectionPlugin,
|
|
35
|
+
getRetryPlugin,
|
|
36
|
+
getUserAgentPlugin,
|
|
37
|
+
resolveAwsRegionExtensionConfiguration,
|
|
38
|
+
resolveHostHeaderConfig,
|
|
39
|
+
resolveRetryConfig,
|
|
40
|
+
resolveUserAgentConfig
|
|
41
|
+
} from "./chunk-ISXSZYT4.js";
|
|
42
|
+
import {
|
|
11
43
|
BinaryDecisionDiagram,
|
|
12
44
|
Client,
|
|
13
45
|
Command,
|
|
14
|
-
DEFAULT_RETRY_MODE,
|
|
15
|
-
DefaultIdentityProviderConfig,
|
|
16
46
|
EndpointCache,
|
|
17
|
-
Hash,
|
|
18
|
-
NODE_APP_ID_CONFIG_OPTIONS,
|
|
19
|
-
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
20
|
-
NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
|
|
21
47
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
22
48
|
NODE_REGION_CONFIG_OPTIONS,
|
|
23
|
-
NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
24
49
|
NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
25
50
|
NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
26
51
|
NoOpLogger,
|
|
27
52
|
ServiceException,
|
|
28
53
|
TypeRegistry,
|
|
29
|
-
awsEndpointFunctions,
|
|
30
|
-
calculateBodyLength,
|
|
31
|
-
createDefaultUserAgentProvider,
|
|
32
54
|
customEndpointFunctions,
|
|
33
55
|
decideEndpoint,
|
|
34
|
-
emitWarningIfUnsupportedVersion,
|
|
35
|
-
emitWarningIfUnsupportedVersion2,
|
|
36
|
-
getAwsRegionExtensionConfiguration,
|
|
56
|
+
emitWarningIfUnsupportedVersion as emitWarningIfUnsupportedVersion2,
|
|
37
57
|
getContentLengthPlugin,
|
|
38
58
|
getDefaultExtensionConfiguration,
|
|
39
59
|
getEndpointPlugin,
|
|
40
|
-
getHostHeaderPlugin,
|
|
41
|
-
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
42
60
|
getHttpHandlerExtensionConfiguration,
|
|
43
|
-
getHttpSigningPlugin,
|
|
44
|
-
getLoggerPlugin,
|
|
45
|
-
getRecursionDetectionPlugin,
|
|
46
|
-
getRetryPlugin,
|
|
47
|
-
getSchemaSerdePlugin,
|
|
48
61
|
getSmithyContext,
|
|
49
|
-
|
|
62
|
+
loadConfig,
|
|
50
63
|
loadConfigsForDefaultMode,
|
|
51
64
|
normalizeProvider,
|
|
52
|
-
|
|
53
|
-
resolveAwsSdkSigV4Config,
|
|
65
|
+
parseUrl,
|
|
54
66
|
resolveDefaultRuntimeConfig,
|
|
55
67
|
resolveDefaultsModeConfig,
|
|
56
68
|
resolveEndpointConfig,
|
|
57
|
-
resolveHostHeaderConfig,
|
|
58
69
|
resolveHttpHandlerRuntimeConfig,
|
|
59
|
-
resolveRegionConfig
|
|
60
|
-
|
|
61
|
-
resolveUserAgentConfig
|
|
62
|
-
} from "./chunk-FCBONYCH.js";
|
|
63
|
-
import {
|
|
64
|
-
loadConfig,
|
|
65
|
-
parseUrl
|
|
66
|
-
} from "./chunk-GBNV7FEX.js";
|
|
67
|
-
import "./chunk-NZ2AQICN.js";
|
|
70
|
+
resolveRegionConfig
|
|
71
|
+
} from "./chunk-QBXY5RRO.js";
|
|
68
72
|
import {
|
|
69
|
-
|
|
73
|
+
Hash,
|
|
74
|
+
calculateBodyLength,
|
|
70
75
|
fromBase64,
|
|
71
|
-
streamCollector,
|
|
72
|
-
toBase64
|
|
73
|
-
} from "./chunk-MQF5MXOW.js";
|
|
74
|
-
import "./chunk-72G5HA35.js";
|
|
75
|
-
import {
|
|
76
76
|
fromUtf8,
|
|
77
|
+
toBase64,
|
|
77
78
|
toUtf8
|
|
78
|
-
} from "./chunk-
|
|
79
|
-
import "./chunk-YVOTBVHL.js";
|
|
80
|
-
import "./chunk-44FZZOIP.js";
|
|
81
|
-
import "./chunk-ZB7FTU7J.js";
|
|
79
|
+
} from "./chunk-IKXKDSVH.js";
|
|
82
80
|
import "./chunk-LMMQX4CK.js";
|
|
83
81
|
|
|
84
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
82
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js
|
|
85
83
|
var defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
86
84
|
return {
|
|
87
85
|
operation: getSmithyContext(context).operation,
|
|
@@ -130,7 +128,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
130
128
|
});
|
|
131
129
|
};
|
|
132
130
|
|
|
133
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
131
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js
|
|
134
132
|
var resolveClientEndpointParameters = (options) => {
|
|
135
133
|
return Object.assign(options, {
|
|
136
134
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -145,7 +143,7 @@ var commonParams = {
|
|
|
145
143
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
146
144
|
};
|
|
147
145
|
|
|
148
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
146
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js
|
|
149
147
|
var k = "ref";
|
|
150
148
|
var a = -1;
|
|
151
149
|
var b = true;
|
|
@@ -232,7 +230,7 @@ var nodes = new Int32Array([
|
|
|
232
230
|
]);
|
|
233
231
|
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
234
232
|
|
|
235
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
233
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js
|
|
236
234
|
var cache = new EndpointCache({
|
|
237
235
|
size: 50,
|
|
238
236
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -245,7 +243,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
245
243
|
};
|
|
246
244
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
247
245
|
|
|
248
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
246
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js
|
|
249
247
|
var SSOServiceException = class _SSOServiceException extends ServiceException {
|
|
250
248
|
constructor(options) {
|
|
251
249
|
super(options);
|
|
@@ -253,7 +251,7 @@ var SSOServiceException = class _SSOServiceException extends ServiceException {
|
|
|
253
251
|
}
|
|
254
252
|
};
|
|
255
253
|
|
|
256
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
254
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js
|
|
257
255
|
var InvalidRequestException = class _InvalidRequestException extends SSOServiceException {
|
|
258
256
|
name = "InvalidRequestException";
|
|
259
257
|
$fault = "client";
|
|
@@ -303,7 +301,7 @@ var UnauthorizedException = class _UnauthorizedException extends SSOServiceExcep
|
|
|
303
301
|
}
|
|
304
302
|
};
|
|
305
303
|
|
|
306
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
304
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js
|
|
307
305
|
var _ATT = "AccessTokenType";
|
|
308
306
|
var _GRC = "GetRoleCredentials";
|
|
309
307
|
var _GRCR = "GetRoleCredentialsRequest";
|
|
@@ -389,7 +387,7 @@ var GetRoleCredentials$ = [
|
|
|
389
387
|
() => GetRoleCredentialsResponse$
|
|
390
388
|
];
|
|
391
389
|
|
|
392
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
390
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js
|
|
393
391
|
var getRuntimeConfig = (config) => {
|
|
394
392
|
return {
|
|
395
393
|
apiVersion: "2019-06-10",
|
|
@@ -426,7 +424,7 @@ var getRuntimeConfig = (config) => {
|
|
|
426
424
|
};
|
|
427
425
|
};
|
|
428
426
|
|
|
429
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
427
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js
|
|
430
428
|
var getRuntimeConfig2 = (config) => {
|
|
431
429
|
emitWarningIfUnsupportedVersion2(process.version);
|
|
432
430
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -460,7 +458,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
460
458
|
};
|
|
461
459
|
};
|
|
462
460
|
|
|
463
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
461
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js
|
|
464
462
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
465
463
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
466
464
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -499,14 +497,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
499
497
|
};
|
|
500
498
|
};
|
|
501
499
|
|
|
502
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
500
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js
|
|
503
501
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
504
502
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
505
503
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
506
504
|
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
507
505
|
};
|
|
508
506
|
|
|
509
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
507
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js
|
|
510
508
|
var SSOClient = class extends Client {
|
|
511
509
|
config;
|
|
512
510
|
constructor(...[configuration]) {
|
|
@@ -542,7 +540,7 @@ var SSOClient = class extends Client {
|
|
|
542
540
|
}
|
|
543
541
|
};
|
|
544
542
|
|
|
545
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
543
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js
|
|
546
544
|
var GetRoleCredentialsCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
|
|
547
545
|
return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
|
|
548
546
|
}).s("SWBPortalService", "GetRoleCredentials", {}).n("SSOClient", "GetRoleCredentialsCommand").sc(GetRoleCredentials$).build() {
|
|
@@ -1,90 +1,86 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import {
|
|
3
|
-
createAggregatedClient
|
|
4
|
-
} from "./chunk-B57O737J.js";
|
|
5
2
|
import {
|
|
6
3
|
AwsRestJsonProtocol
|
|
7
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YHHXORQ4.js";
|
|
8
5
|
import {
|
|
9
6
|
NoAuthSigner,
|
|
10
7
|
package_default
|
|
11
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6OXXSXKN.js";
|
|
9
|
+
import "./chunk-UMEQ5ALV.js";
|
|
12
10
|
import {
|
|
13
11
|
AwsSdkSigV4Signer,
|
|
12
|
+
DefaultIdentityProviderConfig,
|
|
13
|
+
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
14
|
+
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
15
|
+
getHttpSigningPlugin,
|
|
16
|
+
getSchemaSerdePlugin,
|
|
17
|
+
resolveAwsSdkSigV4Config,
|
|
18
|
+
streamCollector
|
|
19
|
+
} from "./chunk-CVNCRUML.js";
|
|
20
|
+
import {
|
|
21
|
+
NodeHttpHandler
|
|
22
|
+
} from "./chunk-5PA6IP7O.js";
|
|
23
|
+
import {
|
|
24
|
+
DEFAULT_RETRY_MODE,
|
|
25
|
+
NODE_APP_ID_CONFIG_OPTIONS,
|
|
26
|
+
NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
|
|
27
|
+
NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
28
|
+
awsEndpointFunctions,
|
|
29
|
+
createDefaultUserAgentProvider,
|
|
30
|
+
emitWarningIfUnsupportedVersion,
|
|
31
|
+
getAwsRegionExtensionConfiguration,
|
|
32
|
+
getHostHeaderPlugin,
|
|
33
|
+
getLoggerPlugin,
|
|
34
|
+
getRecursionDetectionPlugin,
|
|
35
|
+
getRetryPlugin,
|
|
36
|
+
getUserAgentPlugin,
|
|
37
|
+
resolveAwsRegionExtensionConfiguration,
|
|
38
|
+
resolveHostHeaderConfig,
|
|
39
|
+
resolveRetryConfig,
|
|
40
|
+
resolveUserAgentConfig
|
|
41
|
+
} from "./chunk-ISXSZYT4.js";
|
|
42
|
+
import {
|
|
14
43
|
BinaryDecisionDiagram,
|
|
15
44
|
Client,
|
|
16
45
|
Command,
|
|
17
|
-
DEFAULT_RETRY_MODE,
|
|
18
|
-
DefaultIdentityProviderConfig,
|
|
19
46
|
EndpointCache,
|
|
20
|
-
Hash,
|
|
21
|
-
NODE_APP_ID_CONFIG_OPTIONS,
|
|
22
|
-
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
23
|
-
NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
|
|
24
47
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
25
48
|
NODE_REGION_CONFIG_OPTIONS,
|
|
26
|
-
NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
27
49
|
NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
28
50
|
NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
29
51
|
NoOpLogger,
|
|
30
52
|
ServiceException,
|
|
31
53
|
TypeRegistry,
|
|
32
|
-
|
|
33
|
-
calculateBodyLength,
|
|
34
|
-
createDefaultUserAgentProvider,
|
|
54
|
+
createAggregatedClient,
|
|
35
55
|
customEndpointFunctions,
|
|
36
56
|
decideEndpoint,
|
|
37
|
-
emitWarningIfUnsupportedVersion,
|
|
38
|
-
emitWarningIfUnsupportedVersion2,
|
|
39
|
-
getAwsRegionExtensionConfiguration,
|
|
57
|
+
emitWarningIfUnsupportedVersion as emitWarningIfUnsupportedVersion2,
|
|
40
58
|
getContentLengthPlugin,
|
|
41
59
|
getDefaultExtensionConfiguration,
|
|
42
60
|
getEndpointPlugin,
|
|
43
|
-
getHostHeaderPlugin,
|
|
44
|
-
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
45
61
|
getHttpHandlerExtensionConfiguration,
|
|
46
|
-
getHttpSigningPlugin,
|
|
47
|
-
getLoggerPlugin,
|
|
48
|
-
getRecursionDetectionPlugin,
|
|
49
|
-
getRetryPlugin,
|
|
50
|
-
getSchemaSerdePlugin,
|
|
51
62
|
getSmithyContext,
|
|
52
|
-
|
|
63
|
+
loadConfig,
|
|
53
64
|
loadConfigsForDefaultMode,
|
|
54
65
|
normalizeProvider,
|
|
55
|
-
|
|
56
|
-
resolveAwsSdkSigV4Config,
|
|
66
|
+
parseUrl,
|
|
57
67
|
resolveDefaultRuntimeConfig,
|
|
58
68
|
resolveDefaultsModeConfig,
|
|
59
69
|
resolveEndpointConfig,
|
|
60
|
-
resolveHostHeaderConfig,
|
|
61
70
|
resolveHttpHandlerRuntimeConfig,
|
|
62
|
-
resolveRegionConfig
|
|
63
|
-
|
|
64
|
-
resolveUserAgentConfig
|
|
65
|
-
} from "./chunk-FCBONYCH.js";
|
|
66
|
-
import {
|
|
67
|
-
loadConfig,
|
|
68
|
-
parseUrl
|
|
69
|
-
} from "./chunk-GBNV7FEX.js";
|
|
70
|
-
import "./chunk-NZ2AQICN.js";
|
|
71
|
+
resolveRegionConfig
|
|
72
|
+
} from "./chunk-QBXY5RRO.js";
|
|
71
73
|
import {
|
|
72
|
-
|
|
74
|
+
Hash,
|
|
75
|
+
calculateBodyLength,
|
|
73
76
|
fromBase64,
|
|
74
|
-
streamCollector,
|
|
75
|
-
toBase64
|
|
76
|
-
} from "./chunk-MQF5MXOW.js";
|
|
77
|
-
import "./chunk-72G5HA35.js";
|
|
78
|
-
import {
|
|
79
77
|
fromUtf8,
|
|
78
|
+
toBase64,
|
|
80
79
|
toUtf8
|
|
81
|
-
} from "./chunk-
|
|
82
|
-
import "./chunk-YVOTBVHL.js";
|
|
83
|
-
import "./chunk-44FZZOIP.js";
|
|
84
|
-
import "./chunk-ZB7FTU7J.js";
|
|
80
|
+
} from "./chunk-IKXKDSVH.js";
|
|
85
81
|
import "./chunk-LMMQX4CK.js";
|
|
86
82
|
|
|
87
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
83
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js
|
|
88
84
|
var defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
89
85
|
return {
|
|
90
86
|
operation: getSmithyContext(context).operation,
|
|
@@ -133,7 +129,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
133
129
|
});
|
|
134
130
|
};
|
|
135
131
|
|
|
136
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
132
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js
|
|
137
133
|
var resolveClientEndpointParameters = (options) => {
|
|
138
134
|
return Object.assign(options, {
|
|
139
135
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -148,7 +144,7 @@ var commonParams = {
|
|
|
148
144
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
149
145
|
};
|
|
150
146
|
|
|
151
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
147
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js
|
|
152
148
|
var m = "ref";
|
|
153
149
|
var a = -1;
|
|
154
150
|
var b = true;
|
|
@@ -247,7 +243,7 @@ var nodes = new Int32Array([
|
|
|
247
243
|
]);
|
|
248
244
|
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
249
245
|
|
|
250
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
246
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js
|
|
251
247
|
var cache = new EndpointCache({
|
|
252
248
|
size: 50,
|
|
253
249
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -260,7 +256,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
260
256
|
};
|
|
261
257
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
262
258
|
|
|
263
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
259
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js
|
|
264
260
|
var SigninServiceException = class _SigninServiceException extends ServiceException {
|
|
265
261
|
constructor(options) {
|
|
266
262
|
super(options);
|
|
@@ -268,7 +264,7 @@ var SigninServiceException = class _SigninServiceException extends ServiceExcept
|
|
|
268
264
|
}
|
|
269
265
|
};
|
|
270
266
|
|
|
271
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
267
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js
|
|
272
268
|
var AccessDeniedException = class _AccessDeniedException extends SigninServiceException {
|
|
273
269
|
name = "AccessDeniedException";
|
|
274
270
|
$fault = "client";
|
|
@@ -326,7 +322,7 @@ var ValidationException = class _ValidationException extends SigninServiceExcept
|
|
|
326
322
|
}
|
|
327
323
|
};
|
|
328
324
|
|
|
329
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
325
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js
|
|
330
326
|
var _ADE = "AccessDeniedException";
|
|
331
327
|
var _AT = "AccessToken";
|
|
332
328
|
var _COAT = "CreateOAuth2Token";
|
|
@@ -447,7 +443,7 @@ var CreateOAuth2Token$ = [
|
|
|
447
443
|
() => CreateOAuth2TokenResponse$
|
|
448
444
|
];
|
|
449
445
|
|
|
450
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
446
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js
|
|
451
447
|
var getRuntimeConfig = (config) => {
|
|
452
448
|
return {
|
|
453
449
|
apiVersion: "2023-01-01",
|
|
@@ -484,7 +480,7 @@ var getRuntimeConfig = (config) => {
|
|
|
484
480
|
};
|
|
485
481
|
};
|
|
486
482
|
|
|
487
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
483
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js
|
|
488
484
|
var getRuntimeConfig2 = (config) => {
|
|
489
485
|
emitWarningIfUnsupportedVersion2(process.version);
|
|
490
486
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -518,7 +514,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
518
514
|
};
|
|
519
515
|
};
|
|
520
516
|
|
|
521
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
517
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js
|
|
522
518
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
523
519
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
524
520
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -557,14 +553,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
557
553
|
};
|
|
558
554
|
};
|
|
559
555
|
|
|
560
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
556
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js
|
|
561
557
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
562
558
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
563
559
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
564
560
|
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
565
561
|
};
|
|
566
562
|
|
|
567
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
563
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js
|
|
568
564
|
var SigninClient = class extends Client {
|
|
569
565
|
config;
|
|
570
566
|
constructor(...[configuration]) {
|
|
@@ -600,13 +596,13 @@ var SigninClient = class extends Client {
|
|
|
600
596
|
}
|
|
601
597
|
};
|
|
602
598
|
|
|
603
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
599
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js
|
|
604
600
|
var CreateOAuth2TokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
|
|
605
601
|
return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
|
|
606
602
|
}).s("Signin", "CreateOAuth2Token", {}).n("SigninClient", "CreateOAuth2TokenCommand").sc(CreateOAuth2Token$).build() {
|
|
607
603
|
};
|
|
608
604
|
|
|
609
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
605
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
|
|
610
606
|
var commands = {
|
|
611
607
|
CreateOAuth2TokenCommand
|
|
612
608
|
};
|
|
@@ -614,7 +610,7 @@ var Signin = class extends SigninClient {
|
|
|
614
610
|
};
|
|
615
611
|
createAggregatedClient(commands, Signin);
|
|
616
612
|
|
|
617
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.
|
|
613
|
+
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.9/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js
|
|
618
614
|
var OAuth2ErrorCode = {
|
|
619
615
|
AUTHCODE_EXPIRED: "AUTHCODE_EXPIRED",
|
|
620
616
|
INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS",
|