@cdk8s/awscdk-resolver 0.0.589 → 0.0.591

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.
Files changed (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  9. package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
  13. package/node_modules/@aws-sdk/core/package.json +4 -4
  14. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  15. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  16. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  17. package/node_modules/@aws-sdk/credential-provider-login/package.json +5 -5
  18. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  19. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  20. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  21. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  22. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
  23. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
  24. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
  25. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
  26. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
  27. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
  28. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
  29. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
  30. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
  31. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
  32. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
  33. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
  34. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
  35. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
  36. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
  37. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
  38. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
  39. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
  40. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
  41. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
  42. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
  43. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
  44. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
  45. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
  46. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
  47. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  48. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
  49. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
  50. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
  51. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
  52. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
  53. package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
  54. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  55. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  56. package/node_modules/@aws-sdk/types/package.json +2 -2
  57. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  58. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  59. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
  60. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
  61. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  62. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
  63. package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
  64. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
  65. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
  66. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
  67. package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  68. package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  69. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  70. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  71. package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  72. package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  73. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  74. package/package.json +4 -4
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
16
16
  const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
17
17
  return {
18
18
  operation: client.getSmithyContext(context).operation,
19
- region: (await client.normalizeProvider(config.region)()) ||
20
- (() => {
21
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
- })(),
19
+ region: await client.normalizeProvider(config.region)() || (() => {
20
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
21
+ })(),
23
22
  };
24
23
  };
25
24
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -76,7 +75,7 @@ const commonParams = {
76
75
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
77
76
  };
78
77
 
79
- var version = "3.997.14";
78
+ var version = "3.997.16";
80
79
  var packageInfo = {
81
80
  version: version};
82
81
 
@@ -91,7 +90,7 @@ const _data = {
91
90
  [e, [{ [k]: "UseDualStack" }, b]],
92
91
  [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
93
92
  [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
94
- ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
93
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
95
94
  ],
96
95
  results: [
97
96
  [a],
@@ -106,54 +105,26 @@ const _data = {
106
105
  ["https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
107
106
  [a, "DualStack is enabled but this partition does not support DualStack"],
108
107
  ["https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", i],
109
- [a, "Invalid Configuration: Missing Region"],
110
- ],
108
+ [a, "Invalid Configuration: Missing Region"]
109
+ ]
111
110
  };
112
111
  const root = 2;
113
112
  const r = 100_000_000;
114
113
  const nodes = new Int32Array([
115
- -1,
116
- 1,
117
- -1,
118
- 0,
119
- 13,
120
- 3,
121
- 1,
122
- 4,
123
- r + 12,
124
- 2,
125
- 5,
126
- r + 12,
127
- 3,
128
- 8,
129
- 6,
130
- 4,
131
- 7,
132
- r + 11,
133
- 5,
134
- r + 9,
135
- r + 10,
136
- 4,
137
- 11,
138
- 9,
139
- 6,
140
- 10,
141
- r + 8,
142
- 7,
143
- r + 6,
144
- r + 7,
145
- 5,
146
- 12,
147
- r + 5,
148
- 6,
149
- r + 4,
150
- r + 5,
151
- 3,
152
- r + 1,
153
- 14,
154
- 4,
155
- r + 2,
156
- r + 3,
114
+ -1, 1, -1,
115
+ 0, 13, 3,
116
+ 1, 4, r + 12,
117
+ 2, 5, r + 12,
118
+ 3, 8, 6,
119
+ 4, 7, r + 11,
120
+ 5, r + 9, r + 10,
121
+ 4, 11, 9,
122
+ 6, 10, r + 8,
123
+ 7, r + 6, r + 7,
124
+ 5, 12, r + 5,
125
+ 6, r + 4, r + 5,
126
+ 3, r + 1, 14,
127
+ 4, r + 2, r + 3,
157
128
  ]);
158
129
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
159
130
 
@@ -260,54 +231,54 @@ const _s_registry = schema.TypeRegistry.for(_s);
260
231
  var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
261
232
  _s_registry.registerError(SSOServiceException$, SSOServiceException);
262
233
  const n0_registry = schema.TypeRegistry.for(n0);
263
- var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
234
+ var InvalidRequestException$ = [-3, n0, _IRE,
235
+ { [_e]: _c, [_hE]: 400 },
236
+ [_m],
237
+ [0]
238
+ ];
264
239
  n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
265
- var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
240
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
241
+ { [_e]: _c, [_hE]: 404 },
242
+ [_m],
243
+ [0]
244
+ ];
266
245
  n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
267
- var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
246
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
247
+ { [_e]: _c, [_hE]: 429 },
248
+ [_m],
249
+ [0]
250
+ ];
268
251
  n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
269
- var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
252
+ var UnauthorizedException$ = [-3, n0, _UE,
253
+ { [_e]: _c, [_hE]: 401 },
254
+ [_m],
255
+ [0]
256
+ ];
270
257
  n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
271
- const errorTypeRegistries = [_s_registry, n0_registry];
258
+ const errorTypeRegistries = [
259
+ _s_registry,
260
+ n0_registry,
261
+ ];
272
262
  var AccessTokenType = [0, n0, _ATT, 8, 0];
273
263
  var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
274
264
  var SessionTokenType = [0, n0, _STT, 8, 0];
275
- var GetRoleCredentialsRequest$ = [
276
- 3,
277
- n0,
278
- _GRCR,
265
+ var GetRoleCredentialsRequest$ = [3, n0, _GRCR,
279
266
  0,
280
267
  [_rN, _aI, _aT],
281
- [
282
- [0, { [_hQ]: _rn }],
283
- [0, { [_hQ]: _ai }],
284
- [() => AccessTokenType, { [_hH]: _xasbt }],
285
- ],
286
- 3,
268
+ [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
287
269
  ];
288
- var GetRoleCredentialsResponse$ = [
289
- 3,
290
- n0,
291
- _GRCRe,
270
+ var GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
292
271
  0,
293
272
  [_rC],
294
- [[() => RoleCredentials$, 0]],
273
+ [[() => RoleCredentials$, 0]]
295
274
  ];
296
- var RoleCredentials$ = [
297
- 3,
298
- n0,
299
- _RC,
275
+ var RoleCredentials$ = [3, n0, _RC,
300
276
  0,
301
277
  [_aKI, _sAK, _sT, _ex],
302
- [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1],
278
+ [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
303
279
  ];
304
- var GetRoleCredentials$ = [
305
- 9,
306
- n0,
307
- _GRC,
308
- { [_h]: ["GET", "/federation/credentials", 200] },
309
- () => GetRoleCredentialsRequest$,
310
- () => GetRoleCredentialsResponse$,
280
+ var GetRoleCredentials$ = [9, n0, _GRC,
281
+ { [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$
311
282
  ];
312
283
 
313
284
  const getRuntimeConfig$1 = (config) => {
@@ -363,11 +334,9 @@ const getRuntimeConfig = (config$1) => {
363
334
  defaultsMode,
364
335
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
365
336
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
366
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
367
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
337
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
368
338
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
369
- region: config$1?.region ??
370
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
339
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
371
340
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
372
341
  retryMode: config$1?.retryMode ??
373
342
  config.loadConfig({
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
16
16
  const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
17
17
  return {
18
18
  operation: client.getSmithyContext(context).operation,
19
- region: (await client.normalizeProvider(config.region)()) ||
20
- (() => {
21
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
- })(),
19
+ region: await client.normalizeProvider(config.region)() || (() => {
20
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
21
+ })(),
23
22
  };
24
23
  };
25
24
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -76,7 +75,7 @@ const commonParams = {
76
75
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
77
76
  };
78
77
 
79
- var version = "3.997.14";
78
+ var version = "3.997.16";
80
79
  var packageInfo = {
81
80
  version: version};
82
81
 
@@ -91,7 +90,7 @@ const _data = {
91
90
  [e, [{ [k]: "UseDualStack" }, b]],
92
91
  [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
93
92
  [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
94
- ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
93
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
95
94
  ],
96
95
  results: [
97
96
  [a],
@@ -106,54 +105,26 @@ const _data = {
106
105
  ["https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
107
106
  [a, "DualStack is enabled but this partition does not support DualStack"],
108
107
  ["https://oidc.{Region}.{PartitionResult#dnsSuffix}", i],
109
- [a, "Invalid Configuration: Missing Region"],
110
- ],
108
+ [a, "Invalid Configuration: Missing Region"]
109
+ ]
111
110
  };
112
111
  const root = 2;
113
112
  const r = 100_000_000;
114
113
  const nodes = new Int32Array([
115
- -1,
116
- 1,
117
- -1,
118
- 0,
119
- 13,
120
- 3,
121
- 1,
122
- 4,
123
- r + 12,
124
- 2,
125
- 5,
126
- r + 12,
127
- 3,
128
- 8,
129
- 6,
130
- 4,
131
- 7,
132
- r + 11,
133
- 5,
134
- r + 9,
135
- r + 10,
136
- 4,
137
- 11,
138
- 9,
139
- 6,
140
- 10,
141
- r + 8,
142
- 7,
143
- r + 6,
144
- r + 7,
145
- 5,
146
- 12,
147
- r + 5,
148
- 6,
149
- r + 4,
150
- r + 5,
151
- 3,
152
- r + 1,
153
- 14,
154
- 4,
155
- r + 2,
156
- r + 3,
114
+ -1, 1, -1,
115
+ 0, 13, 3,
116
+ 1, 4, r + 12,
117
+ 2, 5, r + 12,
118
+ 3, 8, 6,
119
+ 4, 7, r + 11,
120
+ 5, r + 9, r + 10,
121
+ 4, 11, 9,
122
+ 6, 10, r + 8,
123
+ 7, r + 6, r + 7,
124
+ 5, 12, r + 5,
125
+ 6, r + 4, r + 5,
126
+ 3, r + 1, 14,
127
+ 4, r + 2, r + 3,
157
128
  ]);
158
129
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
159
130
 
@@ -402,93 +373,93 @@ const _s_registry = schema.TypeRegistry.for(_s);
402
373
  var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []];
403
374
  _s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
404
375
  const n0_registry = schema.TypeRegistry.for(n0);
405
- var AccessDeniedException$ = [
406
- -3,
407
- n0,
408
- _ADE,
376
+ var AccessDeniedException$ = [-3, n0, _ADE,
409
377
  { [_e]: _c, [_hE]: 400 },
410
378
  [_e, _r, _ed],
411
- [0, 0, 0],
379
+ [0, 0, 0]
412
380
  ];
413
381
  n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
414
- var AuthorizationPendingException$ = [
415
- -3,
416
- n0,
417
- _APE,
382
+ var AuthorizationPendingException$ = [-3, n0, _APE,
418
383
  { [_e]: _c, [_hE]: 400 },
419
384
  [_e, _ed],
420
- [0, 0],
385
+ [0, 0]
421
386
  ];
422
387
  n0_registry.registerError(AuthorizationPendingException$, AuthorizationPendingException);
423
- var ExpiredTokenException$ = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
388
+ var ExpiredTokenException$ = [-3, n0, _ETE,
389
+ { [_e]: _c, [_hE]: 400 },
390
+ [_e, _ed],
391
+ [0, 0]
392
+ ];
424
393
  n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
425
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]];
394
+ var InternalServerException$ = [-3, n0, _ISE,
395
+ { [_e]: _se, [_hE]: 500 },
396
+ [_e, _ed],
397
+ [0, 0]
398
+ ];
426
399
  n0_registry.registerError(InternalServerException$, InternalServerException);
427
- var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]];
400
+ var InvalidClientException$ = [-3, n0, _ICE,
401
+ { [_e]: _c, [_hE]: 401 },
402
+ [_e, _ed],
403
+ [0, 0]
404
+ ];
428
405
  n0_registry.registerError(InvalidClientException$, InvalidClientException);
429
- var InvalidGrantException$ = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
406
+ var InvalidGrantException$ = [-3, n0, _IGE,
407
+ { [_e]: _c, [_hE]: 400 },
408
+ [_e, _ed],
409
+ [0, 0]
410
+ ];
430
411
  n0_registry.registerError(InvalidGrantException$, InvalidGrantException);
431
- var InvalidRequestException$ = [
432
- -3,
433
- n0,
434
- _IRE,
412
+ var InvalidRequestException$ = [-3, n0, _IRE,
435
413
  { [_e]: _c, [_hE]: 400 },
436
414
  [_e, _r, _ed],
437
- [0, 0, 0],
415
+ [0, 0, 0]
438
416
  ];
439
417
  n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
440
- var InvalidScopeException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
418
+ var InvalidScopeException$ = [-3, n0, _ISEn,
419
+ { [_e]: _c, [_hE]: 400 },
420
+ [_e, _ed],
421
+ [0, 0]
422
+ ];
441
423
  n0_registry.registerError(InvalidScopeException$, InvalidScopeException);
442
- var SlowDownException$ = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
424
+ var SlowDownException$ = [-3, n0, _SDE,
425
+ { [_e]: _c, [_hE]: 400 },
426
+ [_e, _ed],
427
+ [0, 0]
428
+ ];
443
429
  n0_registry.registerError(SlowDownException$, SlowDownException);
444
- var UnauthorizedClientException$ = [
445
- -3,
446
- n0,
447
- _UCE,
430
+ var UnauthorizedClientException$ = [-3, n0, _UCE,
448
431
  { [_e]: _c, [_hE]: 400 },
449
432
  [_e, _ed],
450
- [0, 0],
433
+ [0, 0]
451
434
  ];
452
435
  n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException);
453
- var UnsupportedGrantTypeException$ = [
454
- -3,
455
- n0,
456
- _UGTE,
436
+ var UnsupportedGrantTypeException$ = [-3, n0, _UGTE,
457
437
  { [_e]: _c, [_hE]: 400 },
458
438
  [_e, _ed],
459
- [0, 0],
439
+ [0, 0]
460
440
  ];
461
441
  n0_registry.registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException);
462
- const errorTypeRegistries = [_s_registry, n0_registry];
442
+ const errorTypeRegistries = [
443
+ _s_registry,
444
+ n0_registry,
445
+ ];
463
446
  var AccessToken = [0, n0, _AT, 8, 0];
464
447
  var ClientSecret = [0, n0, _CS, 8, 0];
465
448
  var CodeVerifier = [0, n0, _CV, 8, 0];
466
449
  var IdToken = [0, n0, _IT, 8, 0];
467
450
  var RefreshToken = [0, n0, _RT, 8, 0];
468
- var CreateTokenRequest$ = [
469
- 3,
470
- n0,
471
- _CTR,
451
+ var CreateTokenRequest$ = [3, n0, _CTR,
472
452
  0,
473
453
  [_cI, _cS, _gT, _dC, _co, _rT, _sc, _rU, _cV],
474
- [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
475
- 3,
454
+ [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]], 3
476
455
  ];
477
- var CreateTokenResponse$ = [
478
- 3,
479
- n0,
480
- _CTRr,
456
+ var CreateTokenResponse$ = [3, n0, _CTRr,
481
457
  0,
482
458
  [_aT, _tT, _eI, _rT, _iT],
483
- [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]],
459
+ [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]]
484
460
  ];
485
- var CreateToken$ = [
486
- 9,
487
- n0,
488
- _CT,
489
- { [_h]: ["POST", "/token", 200] },
490
- () => CreateTokenRequest$,
491
- () => CreateTokenResponse$,
461
+ var CreateToken$ = [9, n0, _CT,
462
+ { [_h]: ["POST", "/token", 200] }, () => CreateTokenRequest$, () => CreateTokenResponse$
492
463
  ];
493
464
 
494
465
  const getRuntimeConfig$1 = (config) => {
@@ -544,11 +515,9 @@ const getRuntimeConfig = (config$1) => {
544
515
  defaultsMode,
545
516
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
546
517
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
547
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
548
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
518
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
549
519
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
550
- region: config$1?.region ??
551
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
520
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
552
521
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
553
522
  retryMode: config$1?.retryMode ??
554
523
  config.loadConfig({