replicas-cli 0.2.122 → 0.2.123
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/{chunk-NH63C5BC.mjs → chunk-4KZFIKR3.mjs} +1077 -1230
- package/dist/{chunk-HDHAEUVR.mjs → chunk-6E4PAXC5.mjs} +1 -1
- package/dist/{chunk-OMR2FLSI.mjs → chunk-AEKGTTWT.mjs} +2 -2
- package/dist/{chunk-R7VCWGZ2.mjs → chunk-CEE3Y7RM.mjs} +1 -1
- package/dist/{chunk-BY7XUH2G.mjs → chunk-F3ZHQCAZ.mjs} +162 -157
- package/dist/{chunk-H7SOGPWV.mjs → chunk-H57WOA7R.mjs} +309 -22
- package/dist/{chunk-43COQWMG.mjs → chunk-HMKFI7SL.mjs} +19 -19
- package/dist/{chunk-G3M3ZN6T.mjs → chunk-K7B6G3FP.mjs} +6 -6
- package/dist/{chunk-EHHAQWN3.mjs → chunk-KHHYAMUK.mjs} +12 -12
- package/dist/{chunk-ENRF2K6M.mjs → chunk-W27BU2E4.mjs} +72 -355
- package/dist/{chunk-PNVVO6MW.mjs → chunk-YZ62XZX5.mjs} +2 -2
- package/dist/{dist-es-XKOZULQT.mjs → dist-es-76ZS5ZGX.mjs} +19 -19
- package/dist/{dist-es-HC7MGS4M.mjs → dist-es-DRC4RUDF.mjs} +18 -18
- package/dist/{dist-es-VFOQQKFA.mjs → dist-es-FTV27CJE.mjs} +3 -3
- package/dist/{dist-es-WSBAYZQI.mjs → dist-es-MVWFIO2N.mjs} +7 -7
- package/dist/{dist-es-DZIRR447.mjs → dist-es-PGBT2GSM.mjs} +27 -27
- package/dist/{dist-es-URIWYPPF.mjs → dist-es-TKQAVPOM.mjs} +12 -14
- package/dist/{dist-es-I6P57CZS.mjs → dist-es-X7XEFTLU.mjs} +7 -7
- package/dist/index.mjs +3 -3
- package/dist/{interactive-OHZFZVXH.mjs → interactive-TRUNJWJL.mjs} +1 -1
- package/dist/{loadSso-WA3733QO.mjs → loadSso-PADWQIUG.mjs} +109 -148
- package/dist/{signin-QNS25VI4.mjs → signin-4DZRTUJH.mjs} +123 -177
- package/dist/{sso-oidc-KJ5X6WUQ.mjs → sso-oidc-VICR4TNH.mjs} +111 -150
- package/dist/{sts-7OF5CJSW.mjs → sts-WJPOT3CH.mjs} +2853 -660
- package/package.json +1 -1
- package/dist/chunk-GXZPN42X.mjs +0 -178
- package/dist/event-streams-T3U3ZQLC.mjs +0 -247
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import {
|
|
3
3
|
AwsRestJsonProtocol
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-W27BU2E4.mjs";
|
|
5
5
|
import {
|
|
6
6
|
AwsSdkSigV4Signer,
|
|
7
|
+
BinaryDecisionDiagram,
|
|
7
8
|
Client,
|
|
8
9
|
Command,
|
|
9
10
|
DEFAULT_RETRY_MODE,
|
|
@@ -26,6 +27,7 @@ import {
|
|
|
26
27
|
calculateBodyLength,
|
|
27
28
|
createDefaultUserAgentProvider,
|
|
28
29
|
customEndpointFunctions,
|
|
30
|
+
decideEndpoint,
|
|
29
31
|
emitWarningIfUnsupportedVersion,
|
|
30
32
|
emitWarningIfUnsupportedVersion2,
|
|
31
33
|
getAwsRegionExtensionConfiguration,
|
|
@@ -49,39 +51,38 @@ import {
|
|
|
49
51
|
resolveAwsSdkSigV4Config,
|
|
50
52
|
resolveDefaultRuntimeConfig,
|
|
51
53
|
resolveDefaultsModeConfig,
|
|
52
|
-
resolveEndpoint,
|
|
53
54
|
resolveEndpointConfig,
|
|
54
55
|
resolveHostHeaderConfig,
|
|
55
56
|
resolveHttpHandlerRuntimeConfig,
|
|
56
57
|
resolveRegionConfig,
|
|
57
58
|
resolveRetryConfig,
|
|
58
59
|
resolveUserAgentConfig
|
|
59
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-4KZFIKR3.mjs";
|
|
60
61
|
import {
|
|
61
62
|
loadConfig,
|
|
62
63
|
parseUrl
|
|
63
|
-
} from "./chunk-
|
|
64
|
-
import "./chunk-
|
|
65
|
-
import "./chunk-
|
|
66
|
-
import "./chunk-G3M3ZN6T.mjs";
|
|
64
|
+
} from "./chunk-KHHYAMUK.mjs";
|
|
65
|
+
import "./chunk-YZ62XZX5.mjs";
|
|
66
|
+
import "./chunk-K7B6G3FP.mjs";
|
|
67
67
|
import {
|
|
68
68
|
NodeHttpHandler,
|
|
69
69
|
fromBase64,
|
|
70
70
|
streamCollector,
|
|
71
71
|
toBase64
|
|
72
|
-
} from "./chunk-
|
|
73
|
-
import "./chunk-
|
|
72
|
+
} from "./chunk-H57WOA7R.mjs";
|
|
73
|
+
import "./chunk-6E4PAXC5.mjs";
|
|
74
74
|
import {
|
|
75
75
|
fromUtf8,
|
|
76
76
|
toUtf8
|
|
77
77
|
} from "./chunk-S6VA5TIO.mjs";
|
|
78
|
-
import "./chunk-
|
|
79
|
-
import "./chunk-
|
|
78
|
+
import "./chunk-HMKFI7SL.mjs";
|
|
79
|
+
import "./chunk-CEE3Y7RM.mjs";
|
|
80
|
+
import "./chunk-AEKGTTWT.mjs";
|
|
80
81
|
import {
|
|
81
82
|
__publicField
|
|
82
83
|
} from "./chunk-FFDYI4OH.mjs";
|
|
83
84
|
|
|
84
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
85
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js
|
|
85
86
|
var defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
86
87
|
return {
|
|
87
88
|
operation: getSmithyContext(context).operation,
|
|
@@ -130,7 +131,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
130
131
|
});
|
|
131
132
|
};
|
|
132
133
|
|
|
133
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
134
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js
|
|
134
135
|
var resolveClientEndpointParameters = (options) => {
|
|
135
136
|
return Object.assign(options, {
|
|
136
137
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -145,147 +146,107 @@ var commonParams = {
|
|
|
145
146
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
146
147
|
};
|
|
147
148
|
|
|
148
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
149
|
-
var
|
|
150
|
-
var
|
|
151
|
-
var
|
|
152
|
-
var
|
|
153
|
-
var
|
|
154
|
-
var
|
|
155
|
-
var
|
|
156
|
-
var
|
|
157
|
-
var
|
|
158
|
-
var
|
|
159
|
-
var
|
|
160
|
-
var h = "getAttr";
|
|
161
|
-
var i = { [u]: false, type: "string" };
|
|
162
|
-
var j = { [u]: true, default: false, type: "boolean" };
|
|
163
|
-
var k = { [x]: "Endpoint" };
|
|
164
|
-
var l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] };
|
|
165
|
-
var m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] };
|
|
166
|
-
var n = {};
|
|
167
|
-
var o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] };
|
|
168
|
-
var p = { [x]: g };
|
|
169
|
-
var q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] };
|
|
170
|
-
var r = [l];
|
|
171
|
-
var s = [m];
|
|
172
|
-
var t = [{ [x]: "Region" }];
|
|
149
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js
|
|
150
|
+
var k = "ref";
|
|
151
|
+
var a = -1;
|
|
152
|
+
var b = true;
|
|
153
|
+
var c = "isSet";
|
|
154
|
+
var d = "PartitionResult";
|
|
155
|
+
var e = "booleanEquals";
|
|
156
|
+
var f = "getAttr";
|
|
157
|
+
var g = { [k]: "Endpoint" };
|
|
158
|
+
var h = { [k]: d };
|
|
159
|
+
var i = {};
|
|
160
|
+
var j = [{ [k]: "Region" }];
|
|
173
161
|
var _data = {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
{
|
|
199
|
-
endpoint: {
|
|
200
|
-
url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
201
|
-
properties: n,
|
|
202
|
-
headers: n
|
|
203
|
-
},
|
|
204
|
-
type: e
|
|
205
|
-
}
|
|
206
|
-
],
|
|
207
|
-
type: f
|
|
208
|
-
},
|
|
209
|
-
{ error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }
|
|
210
|
-
],
|
|
211
|
-
type: f
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
conditions: r,
|
|
215
|
-
rules: [
|
|
216
|
-
{
|
|
217
|
-
conditions: [{ [v]: c, [w]: [o, a] }],
|
|
218
|
-
rules: [
|
|
219
|
-
{
|
|
220
|
-
conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
|
|
221
|
-
endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n },
|
|
222
|
-
type: e
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
endpoint: {
|
|
226
|
-
url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
227
|
-
properties: n,
|
|
228
|
-
headers: n
|
|
229
|
-
},
|
|
230
|
-
type: e
|
|
231
|
-
}
|
|
232
|
-
],
|
|
233
|
-
type: f
|
|
234
|
-
},
|
|
235
|
-
{ error: "FIPS is enabled but this partition does not support FIPS", type: d }
|
|
236
|
-
],
|
|
237
|
-
type: f
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
conditions: s,
|
|
241
|
-
rules: [
|
|
242
|
-
{
|
|
243
|
-
conditions: [q],
|
|
244
|
-
rules: [
|
|
245
|
-
{
|
|
246
|
-
endpoint: {
|
|
247
|
-
url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
248
|
-
properties: n,
|
|
249
|
-
headers: n
|
|
250
|
-
},
|
|
251
|
-
type: e
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
|
-
type: f
|
|
255
|
-
},
|
|
256
|
-
{ error: "DualStack is enabled but this partition does not support DualStack", type: d }
|
|
257
|
-
],
|
|
258
|
-
type: f
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
|
|
262
|
-
type: e
|
|
263
|
-
}
|
|
264
|
-
],
|
|
265
|
-
type: f
|
|
266
|
-
}
|
|
267
|
-
],
|
|
268
|
-
type: f
|
|
269
|
-
},
|
|
270
|
-
{ error: "Invalid Configuration: Missing Region", type: d }
|
|
162
|
+
conditions: [
|
|
163
|
+
[c, [g]],
|
|
164
|
+
[c, j],
|
|
165
|
+
["aws.partition", j, d],
|
|
166
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
167
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
168
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
169
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
170
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
171
|
+
],
|
|
172
|
+
results: [
|
|
173
|
+
[a],
|
|
174
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
175
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
176
|
+
[g, i],
|
|
177
|
+
["https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
178
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
179
|
+
["https://portal.sso.{Region}.amazonaws.com", i],
|
|
180
|
+
["https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
181
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
182
|
+
["https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
183
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
184
|
+
["https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
185
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
271
186
|
]
|
|
272
187
|
};
|
|
273
|
-
var
|
|
188
|
+
var root = 2;
|
|
189
|
+
var r = 1e8;
|
|
190
|
+
var nodes = new Int32Array([
|
|
191
|
+
-1,
|
|
192
|
+
1,
|
|
193
|
+
-1,
|
|
194
|
+
0,
|
|
195
|
+
13,
|
|
196
|
+
3,
|
|
197
|
+
1,
|
|
198
|
+
4,
|
|
199
|
+
r + 12,
|
|
200
|
+
2,
|
|
201
|
+
5,
|
|
202
|
+
r + 12,
|
|
203
|
+
3,
|
|
204
|
+
8,
|
|
205
|
+
6,
|
|
206
|
+
4,
|
|
207
|
+
7,
|
|
208
|
+
r + 11,
|
|
209
|
+
5,
|
|
210
|
+
r + 9,
|
|
211
|
+
r + 10,
|
|
212
|
+
4,
|
|
213
|
+
11,
|
|
214
|
+
9,
|
|
215
|
+
6,
|
|
216
|
+
10,
|
|
217
|
+
r + 8,
|
|
218
|
+
7,
|
|
219
|
+
r + 6,
|
|
220
|
+
r + 7,
|
|
221
|
+
5,
|
|
222
|
+
12,
|
|
223
|
+
r + 5,
|
|
224
|
+
6,
|
|
225
|
+
r + 4,
|
|
226
|
+
r + 5,
|
|
227
|
+
3,
|
|
228
|
+
r + 1,
|
|
229
|
+
14,
|
|
230
|
+
4,
|
|
231
|
+
r + 2,
|
|
232
|
+
r + 3
|
|
233
|
+
]);
|
|
234
|
+
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
274
235
|
|
|
275
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
236
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js
|
|
276
237
|
var cache = new EndpointCache({
|
|
277
238
|
size: 50,
|
|
278
239
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
279
240
|
});
|
|
280
241
|
var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
281
|
-
return cache.get(endpointParams, () =>
|
|
242
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
282
243
|
endpointParams,
|
|
283
244
|
logger: context.logger
|
|
284
245
|
}));
|
|
285
246
|
};
|
|
286
247
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
287
248
|
|
|
288
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
249
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js
|
|
289
250
|
var SSOServiceException = class _SSOServiceException extends ServiceException {
|
|
290
251
|
constructor(options) {
|
|
291
252
|
super(options);
|
|
@@ -293,7 +254,7 @@ var SSOServiceException = class _SSOServiceException extends ServiceException {
|
|
|
293
254
|
}
|
|
294
255
|
};
|
|
295
256
|
|
|
296
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
257
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js
|
|
297
258
|
var InvalidRequestException = class _InvalidRequestException extends SSOServiceException {
|
|
298
259
|
constructor(opts) {
|
|
299
260
|
super({
|
|
@@ -343,7 +304,7 @@ var UnauthorizedException = class _UnauthorizedException extends SSOServiceExcep
|
|
|
343
304
|
}
|
|
344
305
|
};
|
|
345
306
|
|
|
346
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
307
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js
|
|
347
308
|
var _ATT = "AccessTokenType";
|
|
348
309
|
var _GRC = "GetRoleCredentials";
|
|
349
310
|
var _GRCR = "GetRoleCredentialsRequest";
|
|
@@ -429,7 +390,7 @@ var GetRoleCredentials$ = [
|
|
|
429
390
|
() => GetRoleCredentialsResponse$
|
|
430
391
|
];
|
|
431
392
|
|
|
432
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
393
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js
|
|
433
394
|
var getRuntimeConfig = (config) => {
|
|
434
395
|
return {
|
|
435
396
|
apiVersion: "2019-06-10",
|
|
@@ -466,7 +427,7 @@ var getRuntimeConfig = (config) => {
|
|
|
466
427
|
};
|
|
467
428
|
};
|
|
468
429
|
|
|
469
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
430
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js
|
|
470
431
|
var getRuntimeConfig2 = (config) => {
|
|
471
432
|
emitWarningIfUnsupportedVersion2(process.version);
|
|
472
433
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -500,7 +461,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
500
461
|
};
|
|
501
462
|
};
|
|
502
463
|
|
|
503
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
464
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js
|
|
504
465
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
505
466
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
506
467
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -539,14 +500,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
539
500
|
};
|
|
540
501
|
};
|
|
541
502
|
|
|
542
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
503
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js
|
|
543
504
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
544
505
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
545
506
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
546
507
|
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
547
508
|
};
|
|
548
509
|
|
|
549
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
510
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js
|
|
550
511
|
var SSOClient = class extends Client {
|
|
551
512
|
constructor(...[configuration]) {
|
|
552
513
|
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
@@ -582,8 +543,8 @@ var SSOClient = class extends Client {
|
|
|
582
543
|
}
|
|
583
544
|
};
|
|
584
545
|
|
|
585
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.
|
|
586
|
-
var GetRoleCredentialsCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config,
|
|
546
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.6/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js
|
|
547
|
+
var GetRoleCredentialsCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
|
|
587
548
|
return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
|
|
588
549
|
}).s("SWBPortalService", "GetRoleCredentials", {}).n("SSOClient", "GetRoleCredentialsCommand").sc(GetRoleCredentials$).build() {
|
|
589
550
|
};
|