cdk-nextjs 0.3.9 → 0.3.11
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/.jsii +59 -24
- package/API.md +33 -0
- package/README.md +3 -3
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/index.js +1 -1
- package/examples/README.md +2 -2
- package/lib/generated-structs/OptionalNextjsAssetsDeploymentProps.d.ts +5 -0
- package/lib/generated-structs/OptionalNextjsAssetsDeploymentProps.js +1 -1
- package/lib/lambdas/assets-deployment/fs-to-s3.js +2 -2
- package/lib/nextjs-assets-deployment.d.ts +5 -0
- package/lib/nextjs-assets-deployment.js +7 -3
- package/lib/nextjs-build/cache-handler.cjs +876 -865
- package/lib/nextjs-build/nextjs-build.js +1 -1
- package/lib/nextjs-compute/nextjs-containers.js +1 -1
- package/lib/nextjs-compute/nextjs-functions.js +1 -1
- package/lib/nextjs-distribution.js +3 -6
- package/lib/nextjs-file-system.js +1 -1
- package/lib/nextjs-invalidation.js +1 -1
- package/lib/nextjs-revalidation.js +1 -1
- package/lib/nextjs-static-assets.js +1 -1
- package/lib/nextjs-vpc.js +1 -1
- package/lib/root-constructs/nextjs-global-containers.js +3 -2
- package/lib/root-constructs/nextjs-global-functions.js +3 -2
- package/lib/root-constructs/nextjs-regional-containers.js +1 -1
- package/package.json +12 -12
|
@@ -389,9 +389,9 @@ var require_dist_cjs2 = __commonJS({
|
|
|
389
389
|
}
|
|
390
390
|
});
|
|
391
391
|
|
|
392
|
-
// node_modules/.pnpm/@aws-sdk+middleware-host-header@3.
|
|
392
|
+
// node_modules/.pnpm/@aws-sdk+middleware-host-header@3.804.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
|
|
393
393
|
var require_dist_cjs3 = __commonJS({
|
|
394
|
-
"node_modules/.pnpm/@aws-sdk+middleware-host-header@3.
|
|
394
|
+
"node_modules/.pnpm/@aws-sdk+middleware-host-header@3.804.0/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports2, module2) {
|
|
395
395
|
"use strict";
|
|
396
396
|
var __defProp2 = Object.defineProperty;
|
|
397
397
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -453,9 +453,9 @@ var require_dist_cjs3 = __commonJS({
|
|
|
453
453
|
}
|
|
454
454
|
});
|
|
455
455
|
|
|
456
|
-
// node_modules/.pnpm/@aws-sdk+middleware-logger@3.
|
|
456
|
+
// node_modules/.pnpm/@aws-sdk+middleware-logger@3.804.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
|
|
457
457
|
var require_dist_cjs4 = __commonJS({
|
|
458
|
-
"node_modules/.pnpm/@aws-sdk+middleware-logger@3.
|
|
458
|
+
"node_modules/.pnpm/@aws-sdk+middleware-logger@3.804.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports2, module2) {
|
|
459
459
|
"use strict";
|
|
460
460
|
var __defProp2 = Object.defineProperty;
|
|
461
461
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -526,9 +526,9 @@ var require_dist_cjs4 = __commonJS({
|
|
|
526
526
|
}
|
|
527
527
|
});
|
|
528
528
|
|
|
529
|
-
// node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.
|
|
529
|
+
// node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.804.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
|
|
530
530
|
var require_dist_cjs5 = __commonJS({
|
|
531
|
-
"node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.
|
|
531
|
+
"node_modules/.pnpm/@aws-sdk+middleware-recursion-detection@3.804.0/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports2, module2) {
|
|
532
532
|
"use strict";
|
|
533
533
|
var __defProp2 = Object.defineProperty;
|
|
534
534
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -3014,10 +3014,10 @@ var require_dist_cjs16 = __commonJS({
|
|
|
3014
3014
|
}
|
|
3015
3015
|
});
|
|
3016
3016
|
|
|
3017
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
3017
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js
|
|
3018
3018
|
var import_util_stream, collectBody2;
|
|
3019
3019
|
var init_collect_stream_body = __esm({
|
|
3020
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
3020
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js"() {
|
|
3021
3021
|
import_util_stream = __toESM(require_dist_cjs16());
|
|
3022
3022
|
collectBody2 = async (streamBody = new Uint8Array(), context) => {
|
|
3023
3023
|
if (streamBody instanceof Uint8Array) {
|
|
@@ -3032,21 +3032,21 @@ var init_collect_stream_body = __esm({
|
|
|
3032
3032
|
}
|
|
3033
3033
|
});
|
|
3034
3034
|
|
|
3035
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
3035
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js
|
|
3036
3036
|
function extendedEncodeURIComponent2(str) {
|
|
3037
3037
|
return encodeURIComponent(str).replace(/[!'()*]/g, function(c3) {
|
|
3038
3038
|
return "%" + c3.charCodeAt(0).toString(16).toUpperCase();
|
|
3039
3039
|
});
|
|
3040
3040
|
}
|
|
3041
3041
|
var init_extended_encode_uri_component = __esm({
|
|
3042
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
3042
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js"() {
|
|
3043
3043
|
}
|
|
3044
3044
|
});
|
|
3045
3045
|
|
|
3046
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
3046
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js
|
|
3047
3047
|
var resolvedPath2;
|
|
3048
3048
|
var init_resolve_path = __esm({
|
|
3049
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
3049
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js"() {
|
|
3050
3050
|
init_extended_encode_uri_component();
|
|
3051
3051
|
resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
3052
3052
|
if (input != null && input[memberName] !== void 0) {
|
|
@@ -3063,13 +3063,13 @@ var init_resolve_path = __esm({
|
|
|
3063
3063
|
}
|
|
3064
3064
|
});
|
|
3065
3065
|
|
|
3066
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
3066
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js
|
|
3067
3067
|
function requestBuilder(input, context) {
|
|
3068
3068
|
return new RequestBuilder(input, context);
|
|
3069
3069
|
}
|
|
3070
3070
|
var import_protocol_http, RequestBuilder;
|
|
3071
3071
|
var init_requestBuilder = __esm({
|
|
3072
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
3072
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js"() {
|
|
3073
3073
|
import_protocol_http = __toESM(require_dist_cjs2());
|
|
3074
3074
|
init_resolve_path();
|
|
3075
3075
|
RequestBuilder = class {
|
|
@@ -3137,7 +3137,7 @@ var init_requestBuilder = __esm({
|
|
|
3137
3137
|
}
|
|
3138
3138
|
});
|
|
3139
3139
|
|
|
3140
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
3140
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/index.js
|
|
3141
3141
|
var protocols_exports = {};
|
|
3142
3142
|
__export(protocols_exports, {
|
|
3143
3143
|
RequestBuilder: () => RequestBuilder,
|
|
@@ -3147,7 +3147,7 @@ __export(protocols_exports, {
|
|
|
3147
3147
|
resolvedPath: () => resolvedPath2
|
|
3148
3148
|
});
|
|
3149
3149
|
var init_protocols = __esm({
|
|
3150
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
3150
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/submodules/protocols/index.js"() {
|
|
3151
3151
|
init_collect_stream_body();
|
|
3152
3152
|
init_extended_encode_uri_component();
|
|
3153
3153
|
init_requestBuilder();
|
|
@@ -3155,9 +3155,9 @@ var init_protocols = __esm({
|
|
|
3155
3155
|
}
|
|
3156
3156
|
});
|
|
3157
3157
|
|
|
3158
|
-
// node_modules/.pnpm/@smithy+smithy-client@4.2.
|
|
3158
|
+
// node_modules/.pnpm/@smithy+smithy-client@4.2.4/node_modules/@smithy/smithy-client/dist-cjs/index.js
|
|
3159
3159
|
var require_dist_cjs17 = __commonJS({
|
|
3160
|
-
"node_modules/.pnpm/@smithy+smithy-client@4.2.
|
|
3160
|
+
"node_modules/.pnpm/@smithy+smithy-client@4.2.4/node_modules/@smithy/smithy-client/dist-cjs/index.js"(exports2, module2) {
|
|
3161
3161
|
var __defProp2 = Object.defineProperty;
|
|
3162
3162
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
3163
3163
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -4348,9 +4348,9 @@ var require_dist_cjs17 = __commonJS({
|
|
|
4348
4348
|
}
|
|
4349
4349
|
});
|
|
4350
4350
|
|
|
4351
|
-
// node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.
|
|
4351
|
+
// node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.806.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js
|
|
4352
4352
|
var require_dist_cjs18 = __commonJS({
|
|
4353
|
-
"node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.
|
|
4353
|
+
"node_modules/.pnpm/@aws-sdk+middleware-sdk-sqs@3.806.0/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js"(exports2, module2) {
|
|
4354
4354
|
"use strict";
|
|
4355
4355
|
var __defProp2 = Object.defineProperty;
|
|
4356
4356
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -4541,10 +4541,10 @@ Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`
|
|
|
4541
4541
|
}
|
|
4542
4542
|
});
|
|
4543
4543
|
|
|
4544
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4544
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/getSmithyContext.js
|
|
4545
4545
|
var import_types, getSmithyContext;
|
|
4546
4546
|
var init_getSmithyContext = __esm({
|
|
4547
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4547
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/getSmithyContext.js"() {
|
|
4548
4548
|
import_types = __toESM(require_dist_cjs());
|
|
4549
4549
|
getSmithyContext = (context) => context[import_types.SMITHY_CONTEXT_KEY] || (context[import_types.SMITHY_CONTEXT_KEY] = {});
|
|
4550
4550
|
}
|
|
@@ -4588,10 +4588,10 @@ var require_dist_cjs19 = __commonJS({
|
|
|
4588
4588
|
}
|
|
4589
4589
|
});
|
|
4590
4590
|
|
|
4591
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4591
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js
|
|
4592
4592
|
var resolveAuthOptions;
|
|
4593
4593
|
var init_resolveAuthOptions = __esm({
|
|
4594
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4594
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js"() {
|
|
4595
4595
|
resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => {
|
|
4596
4596
|
if (!authSchemePreference || authSchemePreference.length === 0) {
|
|
4597
4597
|
return candidateAuthOptions;
|
|
@@ -4615,7 +4615,7 @@ var init_resolveAuthOptions = __esm({
|
|
|
4615
4615
|
}
|
|
4616
4616
|
});
|
|
4617
4617
|
|
|
4618
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4618
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
|
|
4619
4619
|
function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
4620
4620
|
const map2 = /* @__PURE__ */ new Map();
|
|
4621
4621
|
for (const scheme of httpAuthSchemes) {
|
|
@@ -4625,7 +4625,7 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
|
4625
4625
|
}
|
|
4626
4626
|
var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
|
|
4627
4627
|
var init_httpAuthSchemeMiddleware = __esm({
|
|
4628
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4628
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
|
|
4629
4629
|
import_types2 = __toESM(require_dist_cjs());
|
|
4630
4630
|
import_util_middleware = __toESM(require_dist_cjs19());
|
|
4631
4631
|
init_resolveAuthOptions();
|
|
@@ -4665,10 +4665,10 @@ var init_httpAuthSchemeMiddleware = __esm({
|
|
|
4665
4665
|
}
|
|
4666
4666
|
});
|
|
4667
4667
|
|
|
4668
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4668
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
|
|
4669
4669
|
var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
|
|
4670
4670
|
var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
4671
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4671
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
|
|
4672
4672
|
init_httpAuthSchemeMiddleware();
|
|
4673
4673
|
httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
4674
4674
|
step: "serialize",
|
|
@@ -4786,10 +4786,10 @@ var require_dist_cjs20 = __commonJS({
|
|
|
4786
4786
|
}
|
|
4787
4787
|
});
|
|
4788
4788
|
|
|
4789
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4789
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
|
|
4790
4790
|
var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
|
|
4791
4791
|
var init_getHttpAuthSchemePlugin = __esm({
|
|
4792
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4792
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
|
|
4793
4793
|
import_middleware_serde = __toESM(require_dist_cjs20());
|
|
4794
4794
|
init_httpAuthSchemeMiddleware();
|
|
4795
4795
|
httpAuthSchemeMiddlewareOptions = {
|
|
@@ -4811,19 +4811,19 @@ var init_getHttpAuthSchemePlugin = __esm({
|
|
|
4811
4811
|
}
|
|
4812
4812
|
});
|
|
4813
4813
|
|
|
4814
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4814
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
|
|
4815
4815
|
var init_middleware_http_auth_scheme = __esm({
|
|
4816
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4816
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
|
|
4817
4817
|
init_httpAuthSchemeMiddleware();
|
|
4818
4818
|
init_getHttpAuthSchemeEndpointRuleSetPlugin();
|
|
4819
4819
|
init_getHttpAuthSchemePlugin();
|
|
4820
4820
|
}
|
|
4821
4821
|
});
|
|
4822
4822
|
|
|
4823
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4823
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
|
|
4824
4824
|
var import_protocol_http2, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
|
|
4825
4825
|
var init_httpSigningMiddleware = __esm({
|
|
4826
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4826
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
|
|
4827
4827
|
import_protocol_http2 = __toESM(require_dist_cjs2());
|
|
4828
4828
|
import_types3 = __toESM(require_dist_cjs());
|
|
4829
4829
|
import_util_middleware2 = __toESM(require_dist_cjs19());
|
|
@@ -4852,10 +4852,10 @@ var init_httpSigningMiddleware = __esm({
|
|
|
4852
4852
|
}
|
|
4853
4853
|
});
|
|
4854
4854
|
|
|
4855
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4855
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
|
|
4856
4856
|
var httpSigningMiddlewareOptions, getHttpSigningPlugin;
|
|
4857
4857
|
var init_getHttpSigningMiddleware = __esm({
|
|
4858
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4858
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
|
|
4859
4859
|
init_httpSigningMiddleware();
|
|
4860
4860
|
httpSigningMiddlewareOptions = {
|
|
4861
4861
|
step: "finalizeRequest",
|
|
@@ -4874,18 +4874,18 @@ var init_getHttpSigningMiddleware = __esm({
|
|
|
4874
4874
|
}
|
|
4875
4875
|
});
|
|
4876
4876
|
|
|
4877
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4877
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
|
|
4878
4878
|
var init_middleware_http_signing = __esm({
|
|
4879
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4879
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
|
|
4880
4880
|
init_httpSigningMiddleware();
|
|
4881
4881
|
init_getHttpSigningMiddleware();
|
|
4882
4882
|
}
|
|
4883
4883
|
});
|
|
4884
4884
|
|
|
4885
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4885
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
4886
4886
|
var normalizeProvider;
|
|
4887
4887
|
var init_normalizeProvider = __esm({
|
|
4888
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4888
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
|
|
4889
4889
|
normalizeProvider = (input) => {
|
|
4890
4890
|
if (typeof input === "function")
|
|
4891
4891
|
return input;
|
|
@@ -4895,7 +4895,7 @@ var init_normalizeProvider = __esm({
|
|
|
4895
4895
|
}
|
|
4896
4896
|
});
|
|
4897
4897
|
|
|
4898
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4898
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
|
|
4899
4899
|
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
4900
4900
|
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
4901
4901
|
const _input = input;
|
|
@@ -4922,7 +4922,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
|
|
|
4922
4922
|
}
|
|
4923
4923
|
var makePagedClientRequest, get;
|
|
4924
4924
|
var init_createPaginator = __esm({
|
|
4925
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4925
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
|
|
4926
4926
|
makePagedClientRequest = async (CommandCtor, client, input, withCommand = (_2) => _2, ...args) => {
|
|
4927
4927
|
let command = new CommandCtor(input);
|
|
4928
4928
|
command = withCommand(command) ?? command;
|
|
@@ -4942,14 +4942,14 @@ var init_createPaginator = __esm({
|
|
|
4942
4942
|
}
|
|
4943
4943
|
});
|
|
4944
4944
|
|
|
4945
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4945
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
|
|
4946
4946
|
var init_requestBuilder2 = __esm({
|
|
4947
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4947
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
|
|
4948
4948
|
init_protocols();
|
|
4949
4949
|
}
|
|
4950
4950
|
});
|
|
4951
4951
|
|
|
4952
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4952
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/setFeature.js
|
|
4953
4953
|
function setFeature(context, feature, value) {
|
|
4954
4954
|
if (!context.__smithy_context) {
|
|
4955
4955
|
context.__smithy_context = {
|
|
@@ -4961,14 +4961,14 @@ function setFeature(context, feature, value) {
|
|
|
4961
4961
|
context.__smithy_context.features[feature] = value;
|
|
4962
4962
|
}
|
|
4963
4963
|
var init_setFeature = __esm({
|
|
4964
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4964
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/setFeature.js"() {
|
|
4965
4965
|
}
|
|
4966
4966
|
});
|
|
4967
4967
|
|
|
4968
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4968
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
|
|
4969
4969
|
var DefaultIdentityProviderConfig;
|
|
4970
4970
|
var init_DefaultIdentityProviderConfig = __esm({
|
|
4971
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4971
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
|
|
4972
4972
|
DefaultIdentityProviderConfig = class {
|
|
4973
4973
|
constructor(config) {
|
|
4974
4974
|
this.authSchemes = /* @__PURE__ */ new Map();
|
|
@@ -4985,10 +4985,10 @@ var init_DefaultIdentityProviderConfig = __esm({
|
|
|
4985
4985
|
}
|
|
4986
4986
|
});
|
|
4987
4987
|
|
|
4988
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
4988
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
|
|
4989
4989
|
var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
|
|
4990
4990
|
var init_httpApiKeyAuth = __esm({
|
|
4991
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
4991
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
|
|
4992
4992
|
import_protocol_http3 = __toESM(require_dist_cjs2());
|
|
4993
4993
|
import_types4 = __toESM(require_dist_cjs());
|
|
4994
4994
|
HttpApiKeyAuthSigner = class {
|
|
@@ -5019,10 +5019,10 @@ var init_httpApiKeyAuth = __esm({
|
|
|
5019
5019
|
}
|
|
5020
5020
|
});
|
|
5021
5021
|
|
|
5022
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
5022
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
|
|
5023
5023
|
var import_protocol_http4, HttpBearerAuthSigner;
|
|
5024
5024
|
var init_httpBearerAuth = __esm({
|
|
5025
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
5025
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
|
|
5026
5026
|
import_protocol_http4 = __toESM(require_dist_cjs2());
|
|
5027
5027
|
HttpBearerAuthSigner = class {
|
|
5028
5028
|
async sign(httpRequest, identity, signingProperties) {
|
|
@@ -5037,10 +5037,10 @@ var init_httpBearerAuth = __esm({
|
|
|
5037
5037
|
}
|
|
5038
5038
|
});
|
|
5039
5039
|
|
|
5040
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
5040
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
5041
5041
|
var NoAuthSigner;
|
|
5042
5042
|
var init_noAuth = __esm({
|
|
5043
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
5043
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
|
|
5044
5044
|
NoAuthSigner = class {
|
|
5045
5045
|
async sign(httpRequest, identity, signingProperties) {
|
|
5046
5046
|
return httpRequest;
|
|
@@ -5049,19 +5049,19 @@ var init_noAuth = __esm({
|
|
|
5049
5049
|
}
|
|
5050
5050
|
});
|
|
5051
5051
|
|
|
5052
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
5052
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
|
|
5053
5053
|
var init_httpAuthSchemes = __esm({
|
|
5054
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
5054
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
|
|
5055
5055
|
init_httpApiKeyAuth();
|
|
5056
5056
|
init_httpBearerAuth();
|
|
5057
5057
|
init_noAuth();
|
|
5058
5058
|
}
|
|
5059
5059
|
});
|
|
5060
5060
|
|
|
5061
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
5061
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
|
|
5062
5062
|
var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
|
|
5063
5063
|
var init_memoizeIdentityProvider = __esm({
|
|
5064
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
5064
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
|
|
5065
5065
|
createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
5066
5066
|
EXPIRATION_MS = 3e5;
|
|
5067
5067
|
isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
|
|
@@ -5117,16 +5117,16 @@ var init_memoizeIdentityProvider = __esm({
|
|
|
5117
5117
|
}
|
|
5118
5118
|
});
|
|
5119
5119
|
|
|
5120
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
5120
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
|
|
5121
5121
|
var init_util_identity_and_auth = __esm({
|
|
5122
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
5122
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
|
|
5123
5123
|
init_DefaultIdentityProviderConfig();
|
|
5124
5124
|
init_httpAuthSchemes();
|
|
5125
5125
|
init_memoizeIdentityProvider();
|
|
5126
5126
|
}
|
|
5127
5127
|
});
|
|
5128
5128
|
|
|
5129
|
-
// node_modules/.pnpm/@smithy+core@3.3.
|
|
5129
|
+
// node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/index.js
|
|
5130
5130
|
var dist_es_exports = {};
|
|
5131
5131
|
__export(dist_es_exports, {
|
|
5132
5132
|
DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
|
|
@@ -5153,7 +5153,7 @@ __export(dist_es_exports, {
|
|
|
5153
5153
|
setFeature: () => setFeature
|
|
5154
5154
|
});
|
|
5155
5155
|
var init_dist_es = __esm({
|
|
5156
|
-
"node_modules/.pnpm/@smithy+core@3.3.
|
|
5156
|
+
"node_modules/.pnpm/@smithy+core@3.3.1/node_modules/@smithy/core/dist-es/index.js"() {
|
|
5157
5157
|
init_getSmithyContext();
|
|
5158
5158
|
init_middleware_http_auth_scheme();
|
|
5159
5159
|
init_middleware_http_signing();
|
|
@@ -5165,9 +5165,9 @@ var init_dist_es = __esm({
|
|
|
5165
5165
|
}
|
|
5166
5166
|
});
|
|
5167
5167
|
|
|
5168
|
-
// node_modules/.pnpm/@smithy+util-endpoints@3.0.
|
|
5168
|
+
// node_modules/.pnpm/@smithy+util-endpoints@3.0.4/node_modules/@smithy/util-endpoints/dist-cjs/index.js
|
|
5169
5169
|
var require_dist_cjs21 = __commonJS({
|
|
5170
|
-
"node_modules/.pnpm/@smithy+util-endpoints@3.0.
|
|
5170
|
+
"node_modules/.pnpm/@smithy+util-endpoints@3.0.4/node_modules/@smithy/util-endpoints/dist-cjs/index.js"(exports2, module2) {
|
|
5171
5171
|
var __defProp2 = Object.defineProperty;
|
|
5172
5172
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
5173
5173
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -5638,9 +5638,9 @@ var require_dist_cjs21 = __commonJS({
|
|
|
5638
5638
|
}
|
|
5639
5639
|
});
|
|
5640
5640
|
|
|
5641
|
-
// node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
5641
|
+
// node_modules/.pnpm/@aws-sdk+util-endpoints@3.806.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
|
|
5642
5642
|
var require_dist_cjs22 = __commonJS({
|
|
5643
|
-
"node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
5643
|
+
"node_modules/.pnpm/@aws-sdk+util-endpoints@3.806.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
|
|
5644
5644
|
"use strict";
|
|
5645
5645
|
var __defProp2 = Object.defineProperty;
|
|
5646
5646
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -6040,10 +6040,10 @@ var require_dist_cjs22 = __commonJS({
|
|
|
6040
6040
|
}
|
|
6041
6041
|
});
|
|
6042
6042
|
|
|
6043
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6043
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
6044
6044
|
var state, emitWarningIfUnsupportedVersion;
|
|
6045
6045
|
var init_emitWarningIfUnsupportedVersion = __esm({
|
|
6046
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6046
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
|
|
6047
6047
|
state = {
|
|
6048
6048
|
warningEmitted: false
|
|
6049
6049
|
};
|
|
@@ -6062,7 +6062,7 @@ More information can be found at: https://a.co/74kJMmI`);
|
|
|
6062
6062
|
}
|
|
6063
6063
|
});
|
|
6064
6064
|
|
|
6065
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6065
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
6066
6066
|
function setCredentialFeature(credentials, feature, value) {
|
|
6067
6067
|
if (!credentials.$source) {
|
|
6068
6068
|
credentials.$source = {};
|
|
@@ -6071,11 +6071,11 @@ function setCredentialFeature(credentials, feature, value) {
|
|
|
6071
6071
|
return credentials;
|
|
6072
6072
|
}
|
|
6073
6073
|
var init_setCredentialFeature = __esm({
|
|
6074
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6074
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
|
|
6075
6075
|
}
|
|
6076
6076
|
});
|
|
6077
6077
|
|
|
6078
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6078
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
6079
6079
|
function setFeature2(context, feature, value) {
|
|
6080
6080
|
if (!context.__aws_sdk_context) {
|
|
6081
6081
|
context.__aws_sdk_context = {
|
|
@@ -6087,11 +6087,11 @@ function setFeature2(context, feature, value) {
|
|
|
6087
6087
|
context.__aws_sdk_context.features[feature] = value;
|
|
6088
6088
|
}
|
|
6089
6089
|
var init_setFeature2 = __esm({
|
|
6090
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6090
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
|
|
6091
6091
|
}
|
|
6092
6092
|
});
|
|
6093
6093
|
|
|
6094
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6094
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
|
|
6095
6095
|
var client_exports = {};
|
|
6096
6096
|
__export(client_exports, {
|
|
6097
6097
|
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
|
@@ -6100,43 +6100,43 @@ __export(client_exports, {
|
|
|
6100
6100
|
state: () => state
|
|
6101
6101
|
});
|
|
6102
6102
|
var init_client = __esm({
|
|
6103
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6103
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
|
|
6104
6104
|
init_emitWarningIfUnsupportedVersion();
|
|
6105
6105
|
init_setCredentialFeature();
|
|
6106
6106
|
init_setFeature2();
|
|
6107
6107
|
}
|
|
6108
6108
|
});
|
|
6109
6109
|
|
|
6110
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6110
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
|
|
6111
6111
|
var import_protocol_http5, getDateHeader;
|
|
6112
6112
|
var init_getDateHeader = __esm({
|
|
6113
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6113
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
|
|
6114
6114
|
import_protocol_http5 = __toESM(require_dist_cjs2());
|
|
6115
6115
|
getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
|
|
6116
6116
|
}
|
|
6117
6117
|
});
|
|
6118
6118
|
|
|
6119
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6119
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
|
|
6120
6120
|
var getSkewCorrectedDate;
|
|
6121
6121
|
var init_getSkewCorrectedDate = __esm({
|
|
6122
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6122
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
|
|
6123
6123
|
getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
6124
6124
|
}
|
|
6125
6125
|
});
|
|
6126
6126
|
|
|
6127
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6127
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
|
|
6128
6128
|
var isClockSkewed;
|
|
6129
6129
|
var init_isClockSkewed = __esm({
|
|
6130
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6130
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
|
|
6131
6131
|
init_getSkewCorrectedDate();
|
|
6132
6132
|
isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
|
|
6133
6133
|
}
|
|
6134
6134
|
});
|
|
6135
6135
|
|
|
6136
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6136
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
|
|
6137
6137
|
var getUpdatedSystemClockOffset;
|
|
6138
6138
|
var init_getUpdatedSystemClockOffset = __esm({
|
|
6139
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6139
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
|
|
6140
6140
|
init_isClockSkewed();
|
|
6141
6141
|
getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
6142
6142
|
const clockTimeInMs = Date.parse(clockTime);
|
|
@@ -6148,19 +6148,19 @@ var init_getUpdatedSystemClockOffset = __esm({
|
|
|
6148
6148
|
}
|
|
6149
6149
|
});
|
|
6150
6150
|
|
|
6151
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6151
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
|
|
6152
6152
|
var init_utils = __esm({
|
|
6153
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6153
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
|
|
6154
6154
|
init_getDateHeader();
|
|
6155
6155
|
init_getSkewCorrectedDate();
|
|
6156
6156
|
init_getUpdatedSystemClockOffset();
|
|
6157
6157
|
}
|
|
6158
6158
|
});
|
|
6159
6159
|
|
|
6160
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6160
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
|
|
6161
6161
|
var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
|
|
6162
6162
|
var init_AwsSdkSigV4Signer = __esm({
|
|
6163
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6163
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
|
|
6164
6164
|
import_protocol_http6 = __toESM(require_dist_cjs2());
|
|
6165
6165
|
init_utils();
|
|
6166
6166
|
throwSigningPropertyError = (name, property) => {
|
|
@@ -6236,10 +6236,10 @@ var init_AwsSdkSigV4Signer = __esm({
|
|
|
6236
6236
|
}
|
|
6237
6237
|
});
|
|
6238
6238
|
|
|
6239
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6239
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
|
|
6240
6240
|
var import_protocol_http7, AwsSdkSigV4ASigner;
|
|
6241
6241
|
var init_AwsSdkSigV4ASigner = __esm({
|
|
6242
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6242
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
|
|
6243
6243
|
import_protocol_http7 = __toESM(require_dist_cjs2());
|
|
6244
6244
|
init_utils();
|
|
6245
6245
|
init_AwsSdkSigV4Signer();
|
|
@@ -6262,18 +6262,18 @@ var init_AwsSdkSigV4ASigner = __esm({
|
|
|
6262
6262
|
}
|
|
6263
6263
|
});
|
|
6264
6264
|
|
|
6265
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6265
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
|
|
6266
6266
|
var getArrayForCommaSeparatedString;
|
|
6267
6267
|
var init_getArrayForCommaSeparatedString = __esm({
|
|
6268
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6268
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js"() {
|
|
6269
6269
|
getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
|
|
6270
6270
|
}
|
|
6271
6271
|
});
|
|
6272
6272
|
|
|
6273
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6273
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js
|
|
6274
6274
|
var NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY, NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS;
|
|
6275
6275
|
var init_NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = __esm({
|
|
6276
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6276
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js"() {
|
|
6277
6277
|
init_getArrayForCommaSeparatedString();
|
|
6278
6278
|
NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
|
|
6279
6279
|
NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
|
|
@@ -6444,10 +6444,10 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6444
6444
|
}
|
|
6445
6445
|
});
|
|
6446
6446
|
|
|
6447
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6447
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
|
|
6448
6448
|
var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
|
|
6449
6449
|
var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
6450
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6450
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
|
|
6451
6451
|
init_dist_es();
|
|
6452
6452
|
import_property_provider = __toESM(require_dist_cjs23());
|
|
6453
6453
|
resolveAwsSdkSigV4AConfig = (config) => {
|
|
@@ -7101,7 +7101,7 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
|
|
|
7101
7101
|
}
|
|
7102
7102
|
});
|
|
7103
7103
|
|
|
7104
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7104
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
7105
7105
|
function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider }) {
|
|
7106
7106
|
let credentialsProvider;
|
|
7107
7107
|
if (credentials) {
|
|
@@ -7135,7 +7135,7 @@ function bindCallerConfig(config, credentialsProvider) {
|
|
|
7135
7135
|
}
|
|
7136
7136
|
var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
|
|
7137
7137
|
var init_resolveAwsSdkSigV4Config = __esm({
|
|
7138
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7138
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
|
|
7139
7139
|
init_client();
|
|
7140
7140
|
init_dist_es();
|
|
7141
7141
|
import_signature_v4 = __toESM(require_dist_cjs24());
|
|
@@ -7231,9 +7231,9 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
7231
7231
|
}
|
|
7232
7232
|
});
|
|
7233
7233
|
|
|
7234
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7234
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
|
|
7235
7235
|
var init_aws_sdk = __esm({
|
|
7236
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7236
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
|
|
7237
7237
|
init_AwsSdkSigV4Signer();
|
|
7238
7238
|
init_AwsSdkSigV4ASigner();
|
|
7239
7239
|
init_NODE_AUTH_SCHEME_PREFERENCE_OPTIONS();
|
|
@@ -7242,17 +7242,17 @@ var init_aws_sdk = __esm({
|
|
|
7242
7242
|
}
|
|
7243
7243
|
});
|
|
7244
7244
|
|
|
7245
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7245
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
|
|
7246
7246
|
var init_httpAuthSchemes2 = __esm({
|
|
7247
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7247
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
|
|
7248
7248
|
init_aws_sdk();
|
|
7249
7249
|
}
|
|
7250
7250
|
});
|
|
7251
7251
|
|
|
7252
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7252
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
|
|
7253
7253
|
var _toStr, _toBool, _toNum;
|
|
7254
7254
|
var init_coercing_serializers = __esm({
|
|
7255
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7255
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
|
|
7256
7256
|
_toStr = (val2) => {
|
|
7257
7257
|
if (val2 == null) {
|
|
7258
7258
|
return val2;
|
|
@@ -7309,10 +7309,10 @@ var init_coercing_serializers = __esm({
|
|
|
7309
7309
|
}
|
|
7310
7310
|
});
|
|
7311
7311
|
|
|
7312
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7312
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
|
|
7313
7313
|
var import_smithy_client, awsExpectUnion;
|
|
7314
7314
|
var init_awsExpectUnion = __esm({
|
|
7315
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7315
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
|
|
7316
7316
|
import_smithy_client = __toESM(require_dist_cjs17());
|
|
7317
7317
|
awsExpectUnion = (value) => {
|
|
7318
7318
|
if (value == null) {
|
|
@@ -7326,19 +7326,19 @@ var init_awsExpectUnion = __esm({
|
|
|
7326
7326
|
}
|
|
7327
7327
|
});
|
|
7328
7328
|
|
|
7329
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7329
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
|
|
7330
7330
|
var import_smithy_client2, collectBodyString;
|
|
7331
7331
|
var init_common = __esm({
|
|
7332
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7332
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
|
|
7333
7333
|
import_smithy_client2 = __toESM(require_dist_cjs17());
|
|
7334
7334
|
collectBodyString = (streamBody, context) => (0, import_smithy_client2.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
7335
7335
|
}
|
|
7336
7336
|
});
|
|
7337
7337
|
|
|
7338
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7338
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
|
|
7339
7339
|
var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
|
|
7340
7340
|
var init_parseJsonBody = __esm({
|
|
7341
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7341
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
|
|
7342
7342
|
init_common();
|
|
7343
7343
|
parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
7344
7344
|
if (encoded.length) {
|
|
@@ -9036,10 +9036,10 @@ var require_fxp = __commonJS({
|
|
|
9036
9036
|
}
|
|
9037
9037
|
});
|
|
9038
9038
|
|
|
9039
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
9039
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
|
|
9040
9040
|
var import_smithy_client3, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
|
|
9041
9041
|
var init_parseXmlBody = __esm({
|
|
9042
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
9042
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
|
|
9043
9043
|
import_smithy_client3 = __toESM(require_dist_cjs17());
|
|
9044
9044
|
import_fast_xml_parser = __toESM(require_fxp());
|
|
9045
9045
|
init_common();
|
|
@@ -9099,9 +9099,9 @@ var init_parseXmlBody = __esm({
|
|
|
9099
9099
|
}
|
|
9100
9100
|
});
|
|
9101
9101
|
|
|
9102
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
9102
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
|
|
9103
9103
|
var init_protocols2 = __esm({
|
|
9104
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
9104
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
|
|
9105
9105
|
init_coercing_serializers();
|
|
9106
9106
|
init_awsExpectUnion();
|
|
9107
9107
|
init_parseJsonBody();
|
|
@@ -9109,7 +9109,7 @@ var init_protocols2 = __esm({
|
|
|
9109
9109
|
}
|
|
9110
9110
|
});
|
|
9111
9111
|
|
|
9112
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
9112
|
+
// node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/index.js
|
|
9113
9113
|
var dist_es_exports2 = {};
|
|
9114
9114
|
__export(dist_es_exports2, {
|
|
9115
9115
|
AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
|
|
@@ -9137,16 +9137,16 @@ __export(dist_es_exports2, {
|
|
|
9137
9137
|
validateSigningProperties: () => validateSigningProperties
|
|
9138
9138
|
});
|
|
9139
9139
|
var init_dist_es2 = __esm({
|
|
9140
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
9140
|
+
"node_modules/.pnpm/@aws-sdk+core@3.806.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
|
|
9141
9141
|
init_client();
|
|
9142
9142
|
init_httpAuthSchemes2();
|
|
9143
9143
|
init_protocols2();
|
|
9144
9144
|
}
|
|
9145
9145
|
});
|
|
9146
9146
|
|
|
9147
|
-
// node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
9147
|
+
// node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.806.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
|
|
9148
9148
|
var require_dist_cjs25 = __commonJS({
|
|
9149
|
-
"node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
9149
|
+
"node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.806.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
|
|
9150
9150
|
"use strict";
|
|
9151
9151
|
var __defProp2 = Object.defineProperty;
|
|
9152
9152
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -9407,9 +9407,9 @@ var require_dist_cjs26 = __commonJS({
|
|
|
9407
9407
|
}
|
|
9408
9408
|
});
|
|
9409
9409
|
|
|
9410
|
-
// node_modules/.pnpm/@smithy+config-resolver@4.1.
|
|
9410
|
+
// node_modules/.pnpm/@smithy+config-resolver@4.1.2/node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
9411
9411
|
var require_dist_cjs27 = __commonJS({
|
|
9412
|
-
"node_modules/.pnpm/@smithy+config-resolver@4.1.
|
|
9412
|
+
"node_modules/.pnpm/@smithy+config-resolver@4.1.2/node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports2, module2) {
|
|
9413
9413
|
var __defProp2 = Object.defineProperty;
|
|
9414
9414
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9415
9415
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9905,9 +9905,9 @@ var require_dist_cjs29 = __commonJS({
|
|
|
9905
9905
|
}
|
|
9906
9906
|
});
|
|
9907
9907
|
|
|
9908
|
-
// node_modules/.pnpm/@smithy+node-config-provider@4.
|
|
9908
|
+
// node_modules/.pnpm/@smithy+node-config-provider@4.1.1/node_modules/@smithy/node-config-provider/dist-cjs/index.js
|
|
9909
9909
|
var require_dist_cjs30 = __commonJS({
|
|
9910
|
-
"node_modules/.pnpm/@smithy+node-config-provider@4.
|
|
9910
|
+
"node_modules/.pnpm/@smithy+node-config-provider@4.1.1/node_modules/@smithy/node-config-provider/dist-cjs/index.js"(exports2, module2) {
|
|
9911
9911
|
var __defProp2 = Object.defineProperty;
|
|
9912
9912
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
9913
9913
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -9944,9 +9944,9 @@ var require_dist_cjs30 = __commonJS({
|
|
|
9944
9944
|
}
|
|
9945
9945
|
}
|
|
9946
9946
|
__name(getSelectorName, "getSelectorName");
|
|
9947
|
-
var fromEnv = /* @__PURE__ */ __name((envVarSelector,
|
|
9947
|
+
var fromEnv = /* @__PURE__ */ __name((envVarSelector, options) => async () => {
|
|
9948
9948
|
try {
|
|
9949
|
-
const config = envVarSelector(process.env);
|
|
9949
|
+
const config = envVarSelector(process.env, options);
|
|
9950
9950
|
if (config === void 0) {
|
|
9951
9951
|
throw new Error();
|
|
9952
9952
|
}
|
|
@@ -9954,7 +9954,7 @@ var require_dist_cjs30 = __commonJS({
|
|
|
9954
9954
|
} catch (e3) {
|
|
9955
9955
|
throw new import_property_provider2.CredentialsProviderError(
|
|
9956
9956
|
e3.message || `Not found in ENV: ${getSelectorName(envVarSelector.toString())}`,
|
|
9957
|
-
{ logger }
|
|
9957
|
+
{ logger: options?.logger }
|
|
9958
9958
|
);
|
|
9959
9959
|
}
|
|
9960
9960
|
}, "fromEnv");
|
|
@@ -9981,19 +9981,23 @@ var require_dist_cjs30 = __commonJS({
|
|
|
9981
9981
|
}, "fromSharedConfigFiles");
|
|
9982
9982
|
var isFunction = /* @__PURE__ */ __name((func) => typeof func === "function", "isFunction");
|
|
9983
9983
|
var fromStatic = /* @__PURE__ */ __name((defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : (0, import_property_provider2.fromStatic)(defaultValue), "fromStatic");
|
|
9984
|
-
var loadConfig = /* @__PURE__ */ __name(({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) =>
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
|
|
9984
|
+
var loadConfig = /* @__PURE__ */ __name(({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => {
|
|
9985
|
+
const { signingName, logger } = configuration;
|
|
9986
|
+
const envOptions = { signingName, logger };
|
|
9987
|
+
return (0, import_property_provider2.memoize)(
|
|
9988
|
+
(0, import_property_provider2.chain)(
|
|
9989
|
+
fromEnv(environmentVariableSelector, envOptions),
|
|
9990
|
+
fromSharedConfigFiles(configFileSelector, configuration),
|
|
9991
|
+
fromStatic(defaultValue)
|
|
9992
|
+
)
|
|
9993
|
+
);
|
|
9994
|
+
}, "loadConfig");
|
|
9991
9995
|
}
|
|
9992
9996
|
});
|
|
9993
9997
|
|
|
9994
|
-
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
9998
|
+
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
9995
9999
|
var require_getEndpointUrlConfig = __commonJS({
|
|
9996
|
-
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10000
|
+
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
|
|
9997
10001
|
"use strict";
|
|
9998
10002
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9999
10003
|
exports2.getEndpointUrlConfig = void 0;
|
|
@@ -10032,9 +10036,9 @@ var require_getEndpointUrlConfig = __commonJS({
|
|
|
10032
10036
|
}
|
|
10033
10037
|
});
|
|
10034
10038
|
|
|
10035
|
-
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10039
|
+
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
10036
10040
|
var require_getEndpointFromConfig = __commonJS({
|
|
10037
|
-
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10041
|
+
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.4/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
|
|
10038
10042
|
"use strict";
|
|
10039
10043
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10040
10044
|
exports2.getEndpointFromConfig = void 0;
|
|
@@ -10143,9 +10147,9 @@ var require_dist_cjs32 = __commonJS({
|
|
|
10143
10147
|
}
|
|
10144
10148
|
});
|
|
10145
10149
|
|
|
10146
|
-
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10150
|
+
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.4/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
10147
10151
|
var require_dist_cjs33 = __commonJS({
|
|
10148
|
-
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10152
|
+
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.4/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
|
|
10149
10153
|
var __defProp2 = Object.defineProperty;
|
|
10150
10154
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10151
10155
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -11167,9 +11171,9 @@ var require_dist_cjs35 = __commonJS({
|
|
|
11167
11171
|
}
|
|
11168
11172
|
});
|
|
11169
11173
|
|
|
11170
|
-
// node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11174
|
+
// node_modules/.pnpm/@smithy+middleware-retry@4.1.5/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
11171
11175
|
var require_isStreamingPayload = __commonJS({
|
|
11172
|
-
"node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11176
|
+
"node_modules/.pnpm/@smithy+middleware-retry@4.1.5/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
|
|
11173
11177
|
"use strict";
|
|
11174
11178
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11175
11179
|
exports2.isStreamingPayload = void 0;
|
|
@@ -11179,9 +11183,9 @@ var require_isStreamingPayload = __commonJS({
|
|
|
11179
11183
|
}
|
|
11180
11184
|
});
|
|
11181
11185
|
|
|
11182
|
-
// node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11186
|
+
// node_modules/.pnpm/@smithy+middleware-retry@4.1.5/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
11183
11187
|
var require_dist_cjs36 = __commonJS({
|
|
11184
|
-
"node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11188
|
+
"node_modules/.pnpm/@smithy+middleware-retry@4.1.5/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
|
|
11185
11189
|
var __defProp2 = Object.defineProperty;
|
|
11186
11190
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
11187
11191
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -11552,9 +11556,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11552
11556
|
}
|
|
11553
11557
|
});
|
|
11554
11558
|
|
|
11555
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11559
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
11556
11560
|
var require_httpAuthSchemeProvider = __commonJS({
|
|
11557
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11561
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
|
11558
11562
|
"use strict";
|
|
11559
11563
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11560
11564
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSQSHttpAuthSchemeProvider = exports2.defaultSQSHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12129,13 +12133,13 @@ var init_tslib_es6 = __esm({
|
|
|
12129
12133
|
}
|
|
12130
12134
|
});
|
|
12131
12135
|
|
|
12132
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
12136
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/package.json
|
|
12133
12137
|
var require_package = __commonJS({
|
|
12134
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
12138
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
|
|
12135
12139
|
module2.exports = {
|
|
12136
12140
|
name: "@aws-sdk/client-sqs",
|
|
12137
12141
|
description: "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
12138
|
-
version: "3.
|
|
12142
|
+
version: "3.806.0",
|
|
12139
12143
|
scripts: {
|
|
12140
12144
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12141
12145
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|
|
@@ -12154,43 +12158,43 @@ var require_package = __commonJS({
|
|
|
12154
12158
|
dependencies: {
|
|
12155
12159
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
12156
12160
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
12157
|
-
"@aws-sdk/core": "3.
|
|
12158
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
12159
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
12160
|
-
"@aws-sdk/middleware-logger": "3.
|
|
12161
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
12162
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
12163
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
12164
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
12165
|
-
"@aws-sdk/types": "3.
|
|
12166
|
-
"@aws-sdk/util-endpoints": "3.
|
|
12167
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
12168
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
12169
|
-
"@smithy/config-resolver": "^4.1.
|
|
12170
|
-
"@smithy/core": "^3.3.
|
|
12161
|
+
"@aws-sdk/core": "3.806.0",
|
|
12162
|
+
"@aws-sdk/credential-provider-node": "3.806.0",
|
|
12163
|
+
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
12164
|
+
"@aws-sdk/middleware-logger": "3.804.0",
|
|
12165
|
+
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
12166
|
+
"@aws-sdk/middleware-sdk-sqs": "3.806.0",
|
|
12167
|
+
"@aws-sdk/middleware-user-agent": "3.806.0",
|
|
12168
|
+
"@aws-sdk/region-config-resolver": "3.806.0",
|
|
12169
|
+
"@aws-sdk/types": "3.804.0",
|
|
12170
|
+
"@aws-sdk/util-endpoints": "3.806.0",
|
|
12171
|
+
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
12172
|
+
"@aws-sdk/util-user-agent-node": "3.806.0",
|
|
12173
|
+
"@smithy/config-resolver": "^4.1.1",
|
|
12174
|
+
"@smithy/core": "^3.3.1",
|
|
12171
12175
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
12172
12176
|
"@smithy/hash-node": "^4.0.2",
|
|
12173
12177
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
12174
12178
|
"@smithy/md5-js": "^4.0.2",
|
|
12175
12179
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
12176
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
12177
|
-
"@smithy/middleware-retry": "^4.1.
|
|
12180
|
+
"@smithy/middleware-endpoint": "^4.1.3",
|
|
12181
|
+
"@smithy/middleware-retry": "^4.1.4",
|
|
12178
12182
|
"@smithy/middleware-serde": "^4.0.3",
|
|
12179
12183
|
"@smithy/middleware-stack": "^4.0.2",
|
|
12180
|
-
"@smithy/node-config-provider": "^4.0
|
|
12184
|
+
"@smithy/node-config-provider": "^4.1.0",
|
|
12181
12185
|
"@smithy/node-http-handler": "^4.0.4",
|
|
12182
12186
|
"@smithy/protocol-http": "^5.1.0",
|
|
12183
|
-
"@smithy/smithy-client": "^4.2.
|
|
12187
|
+
"@smithy/smithy-client": "^4.2.3",
|
|
12184
12188
|
"@smithy/types": "^4.2.0",
|
|
12185
12189
|
"@smithy/url-parser": "^4.0.2",
|
|
12186
12190
|
"@smithy/util-base64": "^4.0.0",
|
|
12187
12191
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
12188
12192
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
12189
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
12190
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
12191
|
-
"@smithy/util-endpoints": "^3.0.
|
|
12193
|
+
"@smithy/util-defaults-mode-browser": "^4.0.11",
|
|
12194
|
+
"@smithy/util-defaults-mode-node": "^4.0.11",
|
|
12195
|
+
"@smithy/util-endpoints": "^3.0.3",
|
|
12192
12196
|
"@smithy/util-middleware": "^4.0.2",
|
|
12193
|
-
"@smithy/util-retry": "^4.0.
|
|
12197
|
+
"@smithy/util-retry": "^4.0.3",
|
|
12194
12198
|
"@smithy/util-utf8": "^4.0.0",
|
|
12195
12199
|
tslib: "^2.6.2"
|
|
12196
12200
|
},
|
|
@@ -12200,7 +12204,7 @@ var require_package = __commonJS({
|
|
|
12200
12204
|
concurrently: "7.0.0",
|
|
12201
12205
|
"downlevel-dts": "0.10.1",
|
|
12202
12206
|
rimraf: "3.0.2",
|
|
12203
|
-
typescript: "~5.
|
|
12207
|
+
typescript: "~5.8.3"
|
|
12204
12208
|
},
|
|
12205
12209
|
engines: {
|
|
12206
12210
|
node: ">=18.0.0"
|
|
@@ -12236,9 +12240,9 @@ var require_package = __commonJS({
|
|
|
12236
12240
|
}
|
|
12237
12241
|
});
|
|
12238
12242
|
|
|
12239
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-env@3.
|
|
12243
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-env@3.806.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
|
|
12240
12244
|
var require_dist_cjs37 = __commonJS({
|
|
12241
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-env@3.
|
|
12245
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-env@3.806.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
|
|
12242
12246
|
"use strict";
|
|
12243
12247
|
var __defProp2 = Object.defineProperty;
|
|
12244
12248
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12698,9 +12702,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
|
|
|
12698
12702
|
}
|
|
12699
12703
|
});
|
|
12700
12704
|
|
|
12701
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12705
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
|
|
12702
12706
|
var require_checkUrl = __commonJS({
|
|
12703
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12707
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
|
|
12704
12708
|
"use strict";
|
|
12705
12709
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12706
12710
|
exports2.checkUrl = void 0;
|
|
@@ -12741,12 +12745,13 @@ var require_checkUrl = __commonJS({
|
|
|
12741
12745
|
}
|
|
12742
12746
|
});
|
|
12743
12747
|
|
|
12744
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12748
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
|
|
12745
12749
|
var require_requestHelpers = __commonJS({
|
|
12746
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12750
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
|
|
12747
12751
|
"use strict";
|
|
12748
12752
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12749
|
-
exports2.
|
|
12753
|
+
exports2.createGetRequest = createGetRequest;
|
|
12754
|
+
exports2.getCredentials = getCredentials;
|
|
12750
12755
|
var property_provider_1 = require_dist_cjs23();
|
|
12751
12756
|
var protocol_http_1 = require_dist_cjs2();
|
|
12752
12757
|
var smithy_client_1 = require_dist_cjs17();
|
|
@@ -12764,7 +12769,6 @@ var require_requestHelpers = __commonJS({
|
|
|
12764
12769
|
fragment: url.hash
|
|
12765
12770
|
});
|
|
12766
12771
|
}
|
|
12767
|
-
exports2.createGetRequest = createGetRequest;
|
|
12768
12772
|
async function getCredentials(response, logger) {
|
|
12769
12773
|
const stream = (0, util_stream_1.sdkStreamMixin)(response.body);
|
|
12770
12774
|
const str = await stream.transformToString();
|
|
@@ -12793,13 +12797,12 @@ var require_requestHelpers = __commonJS({
|
|
|
12793
12797
|
}
|
|
12794
12798
|
throw new property_provider_1.CredentialsProviderError(`Server responded with status: ${response.statusCode}`, { logger });
|
|
12795
12799
|
}
|
|
12796
|
-
exports2.getCredentials = getCredentials;
|
|
12797
12800
|
}
|
|
12798
12801
|
});
|
|
12799
12802
|
|
|
12800
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12803
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
|
|
12801
12804
|
var require_retry_wrapper = __commonJS({
|
|
12802
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12805
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
|
|
12803
12806
|
"use strict";
|
|
12804
12807
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12805
12808
|
exports2.retryWrapper = void 0;
|
|
@@ -12819,9 +12822,9 @@ var require_retry_wrapper = __commonJS({
|
|
|
12819
12822
|
}
|
|
12820
12823
|
});
|
|
12821
12824
|
|
|
12822
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12825
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
|
|
12823
12826
|
var require_fromHttp = __commonJS({
|
|
12824
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12827
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
|
|
12825
12828
|
"use strict";
|
|
12826
12829
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12827
12830
|
exports2.fromHttp = void 0;
|
|
@@ -12887,9 +12890,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
12887
12890
|
}
|
|
12888
12891
|
});
|
|
12889
12892
|
|
|
12890
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12893
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
|
|
12891
12894
|
var require_dist_cjs39 = __commonJS({
|
|
12892
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12895
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.806.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
|
|
12893
12896
|
"use strict";
|
|
12894
12897
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12895
12898
|
exports2.fromHttp = void 0;
|
|
@@ -12900,9 +12903,9 @@ var require_dist_cjs39 = __commonJS({
|
|
|
12900
12903
|
}
|
|
12901
12904
|
});
|
|
12902
12905
|
|
|
12903
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12906
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
12904
12907
|
var require_httpAuthSchemeProvider2 = __commonJS({
|
|
12905
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12908
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
|
12906
12909
|
"use strict";
|
|
12907
12910
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12908
12911
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12973,13 +12976,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
12973
12976
|
}
|
|
12974
12977
|
});
|
|
12975
12978
|
|
|
12976
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12979
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/package.json
|
|
12977
12980
|
var require_package2 = __commonJS({
|
|
12978
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12981
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
|
|
12979
12982
|
module2.exports = {
|
|
12980
12983
|
name: "@aws-sdk/client-sso",
|
|
12981
12984
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
12982
|
-
version: "3.
|
|
12985
|
+
version: "3.806.0",
|
|
12983
12986
|
scripts: {
|
|
12984
12987
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12985
12988
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -12998,40 +13001,40 @@ var require_package2 = __commonJS({
|
|
|
12998
13001
|
dependencies: {
|
|
12999
13002
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
13000
13003
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
13001
|
-
"@aws-sdk/core": "3.
|
|
13002
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
13003
|
-
"@aws-sdk/middleware-logger": "3.
|
|
13004
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
13005
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
13006
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
13007
|
-
"@aws-sdk/types": "3.
|
|
13008
|
-
"@aws-sdk/util-endpoints": "3.
|
|
13009
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
13010
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
13011
|
-
"@smithy/config-resolver": "^4.1.
|
|
13012
|
-
"@smithy/core": "^3.3.
|
|
13004
|
+
"@aws-sdk/core": "3.806.0",
|
|
13005
|
+
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
13006
|
+
"@aws-sdk/middleware-logger": "3.804.0",
|
|
13007
|
+
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
13008
|
+
"@aws-sdk/middleware-user-agent": "3.806.0",
|
|
13009
|
+
"@aws-sdk/region-config-resolver": "3.806.0",
|
|
13010
|
+
"@aws-sdk/types": "3.804.0",
|
|
13011
|
+
"@aws-sdk/util-endpoints": "3.806.0",
|
|
13012
|
+
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
13013
|
+
"@aws-sdk/util-user-agent-node": "3.806.0",
|
|
13014
|
+
"@smithy/config-resolver": "^4.1.1",
|
|
13015
|
+
"@smithy/core": "^3.3.1",
|
|
13013
13016
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
13014
13017
|
"@smithy/hash-node": "^4.0.2",
|
|
13015
13018
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
13016
13019
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
13017
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
13018
|
-
"@smithy/middleware-retry": "^4.1.
|
|
13020
|
+
"@smithy/middleware-endpoint": "^4.1.3",
|
|
13021
|
+
"@smithy/middleware-retry": "^4.1.4",
|
|
13019
13022
|
"@smithy/middleware-serde": "^4.0.3",
|
|
13020
13023
|
"@smithy/middleware-stack": "^4.0.2",
|
|
13021
|
-
"@smithy/node-config-provider": "^4.0
|
|
13024
|
+
"@smithy/node-config-provider": "^4.1.0",
|
|
13022
13025
|
"@smithy/node-http-handler": "^4.0.4",
|
|
13023
13026
|
"@smithy/protocol-http": "^5.1.0",
|
|
13024
|
-
"@smithy/smithy-client": "^4.2.
|
|
13027
|
+
"@smithy/smithy-client": "^4.2.3",
|
|
13025
13028
|
"@smithy/types": "^4.2.0",
|
|
13026
13029
|
"@smithy/url-parser": "^4.0.2",
|
|
13027
13030
|
"@smithy/util-base64": "^4.0.0",
|
|
13028
13031
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
13029
13032
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
13030
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
13031
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
13032
|
-
"@smithy/util-endpoints": "^3.0.
|
|
13033
|
+
"@smithy/util-defaults-mode-browser": "^4.0.11",
|
|
13034
|
+
"@smithy/util-defaults-mode-node": "^4.0.11",
|
|
13035
|
+
"@smithy/util-endpoints": "^3.0.3",
|
|
13033
13036
|
"@smithy/util-middleware": "^4.0.2",
|
|
13034
|
-
"@smithy/util-retry": "^4.0.
|
|
13037
|
+
"@smithy/util-retry": "^4.0.3",
|
|
13035
13038
|
"@smithy/util-utf8": "^4.0.0",
|
|
13036
13039
|
tslib: "^2.6.2"
|
|
13037
13040
|
},
|
|
@@ -13041,7 +13044,7 @@ var require_package2 = __commonJS({
|
|
|
13041
13044
|
concurrently: "7.0.0",
|
|
13042
13045
|
"downlevel-dts": "0.10.1",
|
|
13043
13046
|
rimraf: "3.0.2",
|
|
13044
|
-
typescript: "~5.
|
|
13047
|
+
typescript: "~5.8.3"
|
|
13045
13048
|
},
|
|
13046
13049
|
engines: {
|
|
13047
13050
|
node: ">=18.0.0"
|
|
@@ -13077,9 +13080,9 @@ var require_package2 = __commonJS({
|
|
|
13077
13080
|
}
|
|
13078
13081
|
});
|
|
13079
13082
|
|
|
13080
|
-
// node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
13083
|
+
// node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.806.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
|
|
13081
13084
|
var require_dist_cjs40 = __commonJS({
|
|
13082
|
-
"node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
13085
|
+
"node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.806.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
|
|
13083
13086
|
"use strict";
|
|
13084
13087
|
var __defProp2 = Object.defineProperty;
|
|
13085
13088
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13276,86 +13279,114 @@ var require_dist_cjs42 = __commonJS({
|
|
|
13276
13279
|
}
|
|
13277
13280
|
});
|
|
13278
13281
|
|
|
13279
|
-
// node_modules/.pnpm/@
|
|
13280
|
-
var
|
|
13281
|
-
"node_modules/.pnpm/@
|
|
13282
|
-
|
|
13283
|
-
|
|
13284
|
-
|
|
13285
|
-
var
|
|
13286
|
-
var
|
|
13287
|
-
var
|
|
13288
|
-
|
|
13289
|
-
|
|
13282
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
|
|
13283
|
+
var require_ruleset = __commonJS({
|
|
13284
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
|
|
13285
|
+
"use strict";
|
|
13286
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13287
|
+
exports2.ruleSet = void 0;
|
|
13288
|
+
var u3 = "required";
|
|
13289
|
+
var v6 = "fn";
|
|
13290
|
+
var w3 = "argv";
|
|
13291
|
+
var x3 = "ref";
|
|
13292
|
+
var a3 = true;
|
|
13293
|
+
var b3 = "isSet";
|
|
13294
|
+
var c3 = "booleanEquals";
|
|
13295
|
+
var d3 = "error";
|
|
13296
|
+
var e3 = "endpoint";
|
|
13297
|
+
var f3 = "tree";
|
|
13298
|
+
var g3 = "PartitionResult";
|
|
13299
|
+
var h3 = "getAttr";
|
|
13300
|
+
var i3 = { [u3]: false, "type": "String" };
|
|
13301
|
+
var j3 = { [u3]: true, "default": false, "type": "Boolean" };
|
|
13302
|
+
var k3 = { [x3]: "Endpoint" };
|
|
13303
|
+
var l3 = { [v6]: c3, [w3]: [{ [x3]: "UseFIPS" }, true] };
|
|
13304
|
+
var m3 = { [v6]: c3, [w3]: [{ [x3]: "UseDualStack" }, true] };
|
|
13305
|
+
var n3 = {};
|
|
13306
|
+
var o3 = { [v6]: h3, [w3]: [{ [x3]: g3 }, "supportsFIPS"] };
|
|
13307
|
+
var p3 = { [x3]: g3 };
|
|
13308
|
+
var q3 = { [v6]: c3, [w3]: [true, { [v6]: h3, [w3]: [p3, "supportsDualStack"] }] };
|
|
13309
|
+
var r3 = [l3];
|
|
13310
|
+
var s3 = [m3];
|
|
13311
|
+
var t3 = [{ [x3]: "Region" }];
|
|
13312
|
+
var _data3 = { version: "1.0", parameters: { Region: i3, UseDualStack: j3, UseFIPS: j3, Endpoint: i3 }, rules: [{ conditions: [{ [v6]: b3, [w3]: [k3] }], rules: [{ conditions: r3, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d3 }, { conditions: s3, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d3 }, { endpoint: { url: k3, properties: n3, headers: n3 }, type: e3 }], type: f3 }, { conditions: [{ [v6]: b3, [w3]: t3 }], rules: [{ conditions: [{ [v6]: "aws.partition", [w3]: t3, assign: g3 }], rules: [{ conditions: [l3, m3], rules: [{ conditions: [{ [v6]: c3, [w3]: [a3, o3] }, q3], rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d3 }], type: f3 }, { conditions: r3, rules: [{ conditions: [{ [v6]: c3, [w3]: [o3, a3] }], rules: [{ conditions: [{ [v6]: "stringEquals", [w3]: [{ [v6]: h3, [w3]: [p3, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n3, headers: n3 }, type: e3 }, { endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }, { error: "FIPS is enabled but this partition does not support FIPS", type: d3 }], type: f3 }, { conditions: s3, rules: [{ conditions: [q3], rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }, { error: "DualStack is enabled but this partition does not support DualStack", type: d3 }], type: f3 }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }], type: f3 }, { error: "Invalid Configuration: Missing Region", type: d3 }] };
|
|
13313
|
+
exports2.ruleSet = _data3;
|
|
13314
|
+
}
|
|
13315
|
+
});
|
|
13316
|
+
|
|
13317
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
|
|
13318
|
+
var require_endpointResolver = __commonJS({
|
|
13319
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
13320
|
+
"use strict";
|
|
13321
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13322
|
+
exports2.defaultEndpointResolver = void 0;
|
|
13323
|
+
var util_endpoints_1 = require_dist_cjs22();
|
|
13324
|
+
var util_endpoints_2 = require_dist_cjs21();
|
|
13325
|
+
var ruleset_1 = require_ruleset();
|
|
13326
|
+
var cache3 = new util_endpoints_2.EndpointCache({
|
|
13327
|
+
size: 50,
|
|
13328
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
13329
|
+
});
|
|
13330
|
+
var defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
13331
|
+
return cache3.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
13332
|
+
endpointParams,
|
|
13333
|
+
logger: context.logger
|
|
13334
|
+
}));
|
|
13290
13335
|
};
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
-
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13336
|
+
exports2.defaultEndpointResolver = defaultEndpointResolver3;
|
|
13337
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
13338
|
+
}
|
|
13339
|
+
});
|
|
13340
|
+
|
|
13341
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
|
|
13342
|
+
var require_runtimeConfig_shared = __commonJS({
|
|
13343
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
13344
|
+
"use strict";
|
|
13345
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13346
|
+
exports2.getRuntimeConfig = void 0;
|
|
13347
|
+
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
13348
|
+
var core_2 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
13349
|
+
var smithy_client_1 = require_dist_cjs17();
|
|
13350
|
+
var url_parser_1 = require_dist_cjs32();
|
|
13351
|
+
var util_base64_1 = require_dist_cjs10();
|
|
13352
|
+
var util_utf8_1 = require_dist_cjs9();
|
|
13353
|
+
var httpAuthSchemeProvider_1 = require_httpAuthSchemeProvider2();
|
|
13354
|
+
var endpointResolver_1 = require_endpointResolver();
|
|
13355
|
+
var getRuntimeConfig5 = (config) => {
|
|
13356
|
+
return {
|
|
13357
|
+
apiVersion: "2019-06-10",
|
|
13358
|
+
base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64,
|
|
13359
|
+
base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64,
|
|
13360
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
13361
|
+
endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver,
|
|
13362
|
+
extensions: config?.extensions ?? [],
|
|
13363
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? httpAuthSchemeProvider_1.defaultSSOHttpAuthSchemeProvider,
|
|
13364
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
13365
|
+
{
|
|
13366
|
+
schemeId: "aws.auth#sigv4",
|
|
13367
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
13368
|
+
signer: new core_1.AwsSdkSigV4Signer()
|
|
13369
|
+
},
|
|
13370
|
+
{
|
|
13371
|
+
schemeId: "smithy.api#noAuth",
|
|
13372
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
|
13373
|
+
signer: new core_2.NoAuthSigner()
|
|
13374
|
+
}
|
|
13375
|
+
],
|
|
13376
|
+
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
13377
|
+
serviceId: config?.serviceId ?? "SSO",
|
|
13378
|
+
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
13379
|
+
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
13380
|
+
utf8Encoder: config?.utf8Encoder ?? util_utf8_1.toUtf8
|
|
13381
|
+
};
|
|
13298
13382
|
};
|
|
13299
|
-
|
|
13300
|
-
var src_exports = {};
|
|
13301
|
-
__export2(src_exports, {
|
|
13302
|
-
isClockSkewCorrectedError: () => isClockSkewCorrectedError,
|
|
13303
|
-
isClockSkewError: () => isClockSkewError,
|
|
13304
|
-
isRetryableByTrait: () => isRetryableByTrait,
|
|
13305
|
-
isServerError: () => isServerError,
|
|
13306
|
-
isThrottlingError: () => isThrottlingError,
|
|
13307
|
-
isTransientError: () => isTransientError
|
|
13308
|
-
});
|
|
13309
|
-
module2.exports = __toCommonJS2(src_exports);
|
|
13310
|
-
var CLOCK_SKEW_ERROR_CODES = [
|
|
13311
|
-
"AuthFailure",
|
|
13312
|
-
"InvalidSignatureException",
|
|
13313
|
-
"RequestExpired",
|
|
13314
|
-
"RequestInTheFuture",
|
|
13315
|
-
"RequestTimeTooSkewed",
|
|
13316
|
-
"SignatureDoesNotMatch"
|
|
13317
|
-
];
|
|
13318
|
-
var THROTTLING_ERROR_CODES = [
|
|
13319
|
-
"BandwidthLimitExceeded",
|
|
13320
|
-
"EC2ThrottledException",
|
|
13321
|
-
"LimitExceededException",
|
|
13322
|
-
"PriorRequestNotComplete",
|
|
13323
|
-
"ProvisionedThroughputExceededException",
|
|
13324
|
-
"RequestLimitExceeded",
|
|
13325
|
-
"RequestThrottled",
|
|
13326
|
-
"RequestThrottledException",
|
|
13327
|
-
"SlowDown",
|
|
13328
|
-
"ThrottledException",
|
|
13329
|
-
"Throttling",
|
|
13330
|
-
"ThrottlingException",
|
|
13331
|
-
"TooManyRequestsException",
|
|
13332
|
-
"TransactionInProgressException"
|
|
13333
|
-
// DynamoDB
|
|
13334
|
-
];
|
|
13335
|
-
var TRANSIENT_ERROR_CODES = ["TimeoutError", "RequestTimeout", "RequestTimeoutException"];
|
|
13336
|
-
var TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504];
|
|
13337
|
-
var NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE", "ETIMEDOUT"];
|
|
13338
|
-
var isRetryableByTrait = /* @__PURE__ */ __name((error) => error.$retryable !== void 0, "isRetryableByTrait");
|
|
13339
|
-
var isClockSkewError = /* @__PURE__ */ __name((error) => CLOCK_SKEW_ERROR_CODES.includes(error.name), "isClockSkewError");
|
|
13340
|
-
var isClockSkewCorrectedError = /* @__PURE__ */ __name((error) => error.$metadata?.clockSkewCorrected, "isClockSkewCorrectedError");
|
|
13341
|
-
var isThrottlingError = /* @__PURE__ */ __name((error) => error.$metadata?.httpStatusCode === 429 || THROTTLING_ERROR_CODES.includes(error.name) || error.$retryable?.throttling == true, "isThrottlingError");
|
|
13342
|
-
var isTransientError = /* @__PURE__ */ __name((error, depth = 0) => isClockSkewCorrectedError(error) || TRANSIENT_ERROR_CODES.includes(error.name) || NODEJS_TIMEOUT_ERROR_CODES.includes(error?.code || "") || TRANSIENT_ERROR_STATUS_CODES.includes(error.$metadata?.httpStatusCode || 0) || error.cause !== void 0 && depth <= 10 && isTransientError(error.cause, depth + 1), "isTransientError");
|
|
13343
|
-
var isServerError = /* @__PURE__ */ __name((error) => {
|
|
13344
|
-
if (error.$metadata?.httpStatusCode !== void 0) {
|
|
13345
|
-
const statusCode = error.$metadata.httpStatusCode;
|
|
13346
|
-
if (500 <= statusCode && statusCode <= 599 && !isTransientError(error)) {
|
|
13347
|
-
return true;
|
|
13348
|
-
}
|
|
13349
|
-
return false;
|
|
13350
|
-
}
|
|
13351
|
-
return false;
|
|
13352
|
-
}, "isServerError");
|
|
13383
|
+
exports2.getRuntimeConfig = getRuntimeConfig5;
|
|
13353
13384
|
}
|
|
13354
13385
|
});
|
|
13355
13386
|
|
|
13356
|
-
// node_modules/.pnpm/@smithy+
|
|
13357
|
-
var
|
|
13358
|
-
"node_modules/.pnpm/@smithy+
|
|
13387
|
+
// node_modules/.pnpm/@smithy+credential-provider-imds@4.0.4/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js
|
|
13388
|
+
var require_dist_cjs43 = __commonJS({
|
|
13389
|
+
"node_modules/.pnpm/@smithy+credential-provider-imds@4.0.4/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js"(exports2, module2) {
|
|
13359
13390
|
var __defProp2 = Object.defineProperty;
|
|
13360
13391
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
13361
13392
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -13376,412 +13407,382 @@ var require_dist_cjs44 = __commonJS({
|
|
|
13376
13407
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
13377
13408
|
var src_exports = {};
|
|
13378
13409
|
__export2(src_exports, {
|
|
13379
|
-
|
|
13380
|
-
|
|
13381
|
-
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
RETRY_COST: () => RETRY_COST,
|
|
13391
|
-
RETRY_MODES: () => RETRY_MODES,
|
|
13392
|
-
StandardRetryStrategy: () => StandardRetryStrategy,
|
|
13393
|
-
THROTTLING_RETRY_DELAY_BASE: () => THROTTLING_RETRY_DELAY_BASE,
|
|
13394
|
-
TIMEOUT_RETRY_COST: () => TIMEOUT_RETRY_COST
|
|
13410
|
+
DEFAULT_MAX_RETRIES: () => DEFAULT_MAX_RETRIES,
|
|
13411
|
+
DEFAULT_TIMEOUT: () => DEFAULT_TIMEOUT,
|
|
13412
|
+
ENV_CMDS_AUTH_TOKEN: () => ENV_CMDS_AUTH_TOKEN,
|
|
13413
|
+
ENV_CMDS_FULL_URI: () => ENV_CMDS_FULL_URI,
|
|
13414
|
+
ENV_CMDS_RELATIVE_URI: () => ENV_CMDS_RELATIVE_URI,
|
|
13415
|
+
Endpoint: () => Endpoint,
|
|
13416
|
+
fromContainerMetadata: () => fromContainerMetadata,
|
|
13417
|
+
fromInstanceMetadata: () => fromInstanceMetadata,
|
|
13418
|
+
getInstanceMetadataEndpoint: () => getInstanceMetadataEndpoint,
|
|
13419
|
+
httpRequest: () => httpRequest,
|
|
13420
|
+
providerConfigFromInit: () => providerConfigFromInit
|
|
13395
13421
|
});
|
|
13396
13422
|
module2.exports = __toCommonJS2(src_exports);
|
|
13397
|
-
var
|
|
13398
|
-
|
|
13399
|
-
|
|
13400
|
-
|
|
13401
|
-
|
|
13402
|
-
|
|
13403
|
-
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
-
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13429
|
-
|
|
13430
|
-
|
|
13431
|
-
|
|
13432
|
-
|
|
13433
|
-
|
|
13434
|
-
|
|
13435
|
-
|
|
13436
|
-
}
|
|
13437
|
-
|
|
13438
|
-
|
|
13439
|
-
|
|
13440
|
-
|
|
13441
|
-
|
|
13442
|
-
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
|
|
13451
|
-
|
|
13452
|
-
|
|
13453
|
-
|
|
13454
|
-
|
|
13455
|
-
|
|
13456
|
-
|
|
13457
|
-
}
|
|
13458
|
-
updateClientSendingRate(response) {
|
|
13459
|
-
let calculatedRate;
|
|
13460
|
-
this.updateMeasuredRate();
|
|
13461
|
-
if ((0, import_service_error_classification.isThrottlingError)(response)) {
|
|
13462
|
-
const rateToUse = !this.enabled ? this.measuredTxRate : Math.min(this.measuredTxRate, this.fillRate);
|
|
13463
|
-
this.lastMaxRate = rateToUse;
|
|
13464
|
-
this.calculateTimeWindow();
|
|
13465
|
-
this.lastThrottleTime = this.getCurrentTimeInSeconds();
|
|
13466
|
-
calculatedRate = this.cubicThrottle(rateToUse);
|
|
13467
|
-
this.enableTokenBucket();
|
|
13468
|
-
} else {
|
|
13469
|
-
this.calculateTimeWindow();
|
|
13470
|
-
calculatedRate = this.cubicSuccess(this.getCurrentTimeInSeconds());
|
|
13471
|
-
}
|
|
13472
|
-
const newRate = Math.min(calculatedRate, 2 * this.measuredTxRate);
|
|
13473
|
-
this.updateTokenBucketRate(newRate);
|
|
13474
|
-
}
|
|
13475
|
-
calculateTimeWindow() {
|
|
13476
|
-
this.timeWindow = this.getPrecise(Math.pow(this.lastMaxRate * (1 - this.beta) / this.scaleConstant, 1 / 3));
|
|
13477
|
-
}
|
|
13478
|
-
cubicThrottle(rateToUse) {
|
|
13479
|
-
return this.getPrecise(rateToUse * this.beta);
|
|
13480
|
-
}
|
|
13481
|
-
cubicSuccess(timestamp) {
|
|
13482
|
-
return this.getPrecise(
|
|
13483
|
-
this.scaleConstant * Math.pow(timestamp - this.lastThrottleTime - this.timeWindow, 3) + this.lastMaxRate
|
|
13484
|
-
);
|
|
13485
|
-
}
|
|
13486
|
-
enableTokenBucket() {
|
|
13487
|
-
this.enabled = true;
|
|
13488
|
-
}
|
|
13489
|
-
updateTokenBucketRate(newRate) {
|
|
13490
|
-
this.refillTokenBucket();
|
|
13491
|
-
this.fillRate = Math.max(newRate, this.minFillRate);
|
|
13492
|
-
this.maxCapacity = Math.max(newRate, this.minCapacity);
|
|
13493
|
-
this.currentCapacity = Math.min(this.currentCapacity, this.maxCapacity);
|
|
13423
|
+
var import_url = require("url");
|
|
13424
|
+
var import_property_provider2 = require_dist_cjs23();
|
|
13425
|
+
var import_buffer = require("buffer");
|
|
13426
|
+
var import_http = require("http");
|
|
13427
|
+
function httpRequest(options) {
|
|
13428
|
+
return new Promise((resolve, reject) => {
|
|
13429
|
+
const req = (0, import_http.request)({
|
|
13430
|
+
method: "GET",
|
|
13431
|
+
...options,
|
|
13432
|
+
// Node.js http module doesn't accept hostname with square brackets
|
|
13433
|
+
// Refs: https://github.com/nodejs/node/issues/39738
|
|
13434
|
+
hostname: options.hostname?.replace(/^\[(.+)\]$/, "$1")
|
|
13435
|
+
});
|
|
13436
|
+
req.on("error", (err) => {
|
|
13437
|
+
reject(Object.assign(new import_property_provider2.ProviderError("Unable to connect to instance metadata service"), err));
|
|
13438
|
+
req.destroy();
|
|
13439
|
+
});
|
|
13440
|
+
req.on("timeout", () => {
|
|
13441
|
+
reject(new import_property_provider2.ProviderError("TimeoutError from instance metadata service"));
|
|
13442
|
+
req.destroy();
|
|
13443
|
+
});
|
|
13444
|
+
req.on("response", (res) => {
|
|
13445
|
+
const { statusCode = 400 } = res;
|
|
13446
|
+
if (statusCode < 200 || 300 <= statusCode) {
|
|
13447
|
+
reject(
|
|
13448
|
+
Object.assign(new import_property_provider2.ProviderError("Error response received from instance metadata service"), { statusCode })
|
|
13449
|
+
);
|
|
13450
|
+
req.destroy();
|
|
13451
|
+
}
|
|
13452
|
+
const chunks = [];
|
|
13453
|
+
res.on("data", (chunk) => {
|
|
13454
|
+
chunks.push(chunk);
|
|
13455
|
+
});
|
|
13456
|
+
res.on("end", () => {
|
|
13457
|
+
resolve(import_buffer.Buffer.concat(chunks));
|
|
13458
|
+
req.destroy();
|
|
13459
|
+
});
|
|
13460
|
+
});
|
|
13461
|
+
req.end();
|
|
13462
|
+
});
|
|
13463
|
+
}
|
|
13464
|
+
__name(httpRequest, "httpRequest");
|
|
13465
|
+
var isImdsCredentials = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.AccessKeyId === "string" && typeof arg.SecretAccessKey === "string" && typeof arg.Token === "string" && typeof arg.Expiration === "string", "isImdsCredentials");
|
|
13466
|
+
var fromImdsCredentials = /* @__PURE__ */ __name((creds) => ({
|
|
13467
|
+
accessKeyId: creds.AccessKeyId,
|
|
13468
|
+
secretAccessKey: creds.SecretAccessKey,
|
|
13469
|
+
sessionToken: creds.Token,
|
|
13470
|
+
expiration: new Date(creds.Expiration),
|
|
13471
|
+
...creds.AccountId && { accountId: creds.AccountId }
|
|
13472
|
+
}), "fromImdsCredentials");
|
|
13473
|
+
var DEFAULT_TIMEOUT = 1e3;
|
|
13474
|
+
var DEFAULT_MAX_RETRIES = 0;
|
|
13475
|
+
var providerConfigFromInit = /* @__PURE__ */ __name(({
|
|
13476
|
+
maxRetries = DEFAULT_MAX_RETRIES,
|
|
13477
|
+
timeout = DEFAULT_TIMEOUT
|
|
13478
|
+
}) => ({ maxRetries, timeout }), "providerConfigFromInit");
|
|
13479
|
+
var retry = /* @__PURE__ */ __name((toRetry, maxRetries) => {
|
|
13480
|
+
let promise = toRetry();
|
|
13481
|
+
for (let i3 = 0; i3 < maxRetries; i3++) {
|
|
13482
|
+
promise = promise.catch(toRetry);
|
|
13494
13483
|
}
|
|
13495
|
-
|
|
13496
|
-
|
|
13497
|
-
|
|
13498
|
-
|
|
13499
|
-
|
|
13500
|
-
|
|
13501
|
-
|
|
13502
|
-
|
|
13503
|
-
|
|
13484
|
+
return promise;
|
|
13485
|
+
}, "retry");
|
|
13486
|
+
var ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
|
|
13487
|
+
var ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
|
|
13488
|
+
var ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN";
|
|
13489
|
+
var fromContainerMetadata = /* @__PURE__ */ __name((init = {}) => {
|
|
13490
|
+
const { timeout, maxRetries } = providerConfigFromInit(init);
|
|
13491
|
+
return () => retry(async () => {
|
|
13492
|
+
const requestOptions = await getCmdsUri({ logger: init.logger });
|
|
13493
|
+
const credsResponse = JSON.parse(await requestFromEcsImds(timeout, requestOptions));
|
|
13494
|
+
if (!isImdsCredentials(credsResponse)) {
|
|
13495
|
+
throw new import_property_provider2.CredentialsProviderError("Invalid response received from instance metadata service.", {
|
|
13496
|
+
logger: init.logger
|
|
13497
|
+
});
|
|
13504
13498
|
}
|
|
13499
|
+
return fromImdsCredentials(credsResponse);
|
|
13500
|
+
}, maxRetries);
|
|
13501
|
+
}, "fromContainerMetadata");
|
|
13502
|
+
var requestFromEcsImds = /* @__PURE__ */ __name(async (timeout, options) => {
|
|
13503
|
+
if (process.env[ENV_CMDS_AUTH_TOKEN]) {
|
|
13504
|
+
options.headers = {
|
|
13505
|
+
...options.headers,
|
|
13506
|
+
Authorization: process.env[ENV_CMDS_AUTH_TOKEN]
|
|
13507
|
+
};
|
|
13505
13508
|
}
|
|
13506
|
-
|
|
13507
|
-
|
|
13508
|
-
|
|
13509
|
+
const buffer = await httpRequest({
|
|
13510
|
+
...options,
|
|
13511
|
+
timeout
|
|
13512
|
+
});
|
|
13513
|
+
return buffer.toString();
|
|
13514
|
+
}, "requestFromEcsImds");
|
|
13515
|
+
var CMDS_IP = "169.254.170.2";
|
|
13516
|
+
var GREENGRASS_HOSTS = {
|
|
13517
|
+
localhost: true,
|
|
13518
|
+
"127.0.0.1": true
|
|
13509
13519
|
};
|
|
13510
|
-
var
|
|
13511
|
-
|
|
13512
|
-
|
|
13513
|
-
|
|
13514
|
-
var
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13518
|
-
|
|
13519
|
-
|
|
13520
|
-
let delayBase = DEFAULT_RETRY_DELAY_BASE;
|
|
13521
|
-
const computeNextBackoffDelay = /* @__PURE__ */ __name((attempts) => {
|
|
13522
|
-
return Math.floor(Math.min(MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase));
|
|
13523
|
-
}, "computeNextBackoffDelay");
|
|
13524
|
-
const setDelayBase = /* @__PURE__ */ __name((delay) => {
|
|
13525
|
-
delayBase = delay;
|
|
13526
|
-
}, "setDelayBase");
|
|
13527
|
-
return {
|
|
13528
|
-
computeNextBackoffDelay,
|
|
13529
|
-
setDelayBase
|
|
13530
|
-
};
|
|
13531
|
-
}, "getDefaultRetryBackoffStrategy");
|
|
13532
|
-
var createDefaultRetryToken = /* @__PURE__ */ __name(({
|
|
13533
|
-
retryDelay,
|
|
13534
|
-
retryCount,
|
|
13535
|
-
retryCost
|
|
13536
|
-
}) => {
|
|
13537
|
-
const getRetryCount = /* @__PURE__ */ __name(() => retryCount, "getRetryCount");
|
|
13538
|
-
const getRetryDelay = /* @__PURE__ */ __name(() => Math.min(MAXIMUM_RETRY_DELAY, retryDelay), "getRetryDelay");
|
|
13539
|
-
const getRetryCost = /* @__PURE__ */ __name(() => retryCost, "getRetryCost");
|
|
13540
|
-
return {
|
|
13541
|
-
getRetryCount,
|
|
13542
|
-
getRetryDelay,
|
|
13543
|
-
getRetryCost
|
|
13544
|
-
};
|
|
13545
|
-
}, "createDefaultRetryToken");
|
|
13546
|
-
var StandardRetryStrategy = class {
|
|
13547
|
-
constructor(maxAttempts) {
|
|
13548
|
-
this.maxAttempts = maxAttempts;
|
|
13549
|
-
this.mode = "standard";
|
|
13550
|
-
this.capacity = INITIAL_RETRY_TOKENS;
|
|
13551
|
-
this.retryBackoffStrategy = getDefaultRetryBackoffStrategy();
|
|
13552
|
-
this.maxAttemptsProvider = typeof maxAttempts === "function" ? maxAttempts : async () => maxAttempts;
|
|
13553
|
-
}
|
|
13554
|
-
static {
|
|
13555
|
-
__name(this, "StandardRetryStrategy");
|
|
13556
|
-
}
|
|
13557
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
13558
|
-
async acquireInitialRetryToken(retryTokenScope) {
|
|
13559
|
-
return createDefaultRetryToken({
|
|
13560
|
-
retryDelay: DEFAULT_RETRY_DELAY_BASE,
|
|
13561
|
-
retryCount: 0
|
|
13562
|
-
});
|
|
13520
|
+
var GREENGRASS_PROTOCOLS = {
|
|
13521
|
+
"http:": true,
|
|
13522
|
+
"https:": true
|
|
13523
|
+
};
|
|
13524
|
+
var getCmdsUri = /* @__PURE__ */ __name(async ({ logger }) => {
|
|
13525
|
+
if (process.env[ENV_CMDS_RELATIVE_URI]) {
|
|
13526
|
+
return {
|
|
13527
|
+
hostname: CMDS_IP,
|
|
13528
|
+
path: process.env[ENV_CMDS_RELATIVE_URI]
|
|
13529
|
+
};
|
|
13563
13530
|
}
|
|
13564
|
-
|
|
13565
|
-
const
|
|
13566
|
-
if (
|
|
13567
|
-
|
|
13568
|
-
|
|
13569
|
-
|
|
13570
|
-
);
|
|
13571
|
-
const delayFromErrorType = this.retryBackoffStrategy.computeNextBackoffDelay(token.getRetryCount());
|
|
13572
|
-
const retryDelay = errorInfo.retryAfterHint ? Math.max(errorInfo.retryAfterHint.getTime() - Date.now() || 0, delayFromErrorType) : delayFromErrorType;
|
|
13573
|
-
const capacityCost = this.getCapacityCost(errorType);
|
|
13574
|
-
this.capacity -= capacityCost;
|
|
13575
|
-
return createDefaultRetryToken({
|
|
13576
|
-
retryDelay,
|
|
13577
|
-
retryCount: token.getRetryCount() + 1,
|
|
13578
|
-
retryCost: capacityCost
|
|
13531
|
+
if (process.env[ENV_CMDS_FULL_URI]) {
|
|
13532
|
+
const parsed = (0, import_url.parse)(process.env[ENV_CMDS_FULL_URI]);
|
|
13533
|
+
if (!parsed.hostname || !(parsed.hostname in GREENGRASS_HOSTS)) {
|
|
13534
|
+
throw new import_property_provider2.CredentialsProviderError(`${parsed.hostname} is not a valid container metadata service hostname`, {
|
|
13535
|
+
tryNextLink: false,
|
|
13536
|
+
logger
|
|
13579
13537
|
});
|
|
13580
13538
|
}
|
|
13581
|
-
|
|
13582
|
-
|
|
13583
|
-
|
|
13584
|
-
|
|
13585
|
-
|
|
13586
|
-
/**
|
|
13587
|
-
* @returns the current available retry capacity.
|
|
13588
|
-
*
|
|
13589
|
-
* This number decreases when retries are executed and refills when requests or retries succeed.
|
|
13590
|
-
*/
|
|
13591
|
-
getCapacity() {
|
|
13592
|
-
return this.capacity;
|
|
13593
|
-
}
|
|
13594
|
-
async getMaxAttempts() {
|
|
13595
|
-
try {
|
|
13596
|
-
return await this.maxAttemptsProvider();
|
|
13597
|
-
} catch (error) {
|
|
13598
|
-
console.warn(`Max attempts provider could not resolve. Using default of ${DEFAULT_MAX_ATTEMPTS}`);
|
|
13599
|
-
return DEFAULT_MAX_ATTEMPTS;
|
|
13539
|
+
if (!parsed.protocol || !(parsed.protocol in GREENGRASS_PROTOCOLS)) {
|
|
13540
|
+
throw new import_property_provider2.CredentialsProviderError(`${parsed.protocol} is not a valid container metadata service protocol`, {
|
|
13541
|
+
tryNextLink: false,
|
|
13542
|
+
logger
|
|
13543
|
+
});
|
|
13600
13544
|
}
|
|
13545
|
+
return {
|
|
13546
|
+
...parsed,
|
|
13547
|
+
port: parsed.port ? parseInt(parsed.port, 10) : void 0
|
|
13548
|
+
};
|
|
13601
13549
|
}
|
|
13602
|
-
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
|
|
13608
|
-
|
|
13609
|
-
|
|
13610
|
-
|
|
13611
|
-
|
|
13612
|
-
|
|
13613
|
-
|
|
13614
|
-
|
|
13615
|
-
this.
|
|
13616
|
-
this.mode = "adaptive";
|
|
13617
|
-
const { rateLimiter } = options ?? {};
|
|
13618
|
-
this.rateLimiter = rateLimiter ?? new DefaultRateLimiter();
|
|
13619
|
-
this.standardRetryStrategy = new StandardRetryStrategy(maxAttemptsProvider);
|
|
13550
|
+
throw new import_property_provider2.CredentialsProviderError(
|
|
13551
|
+
`The container metadata credential provider cannot be used unless the ${ENV_CMDS_RELATIVE_URI} or ${ENV_CMDS_FULL_URI} environment variable is set`,
|
|
13552
|
+
{
|
|
13553
|
+
tryNextLink: false,
|
|
13554
|
+
logger
|
|
13555
|
+
}
|
|
13556
|
+
);
|
|
13557
|
+
}, "getCmdsUri");
|
|
13558
|
+
var InstanceMetadataV1FallbackError = class _InstanceMetadataV1FallbackError extends import_property_provider2.CredentialsProviderError {
|
|
13559
|
+
constructor(message, tryNextLink = true) {
|
|
13560
|
+
super(message, tryNextLink);
|
|
13561
|
+
this.tryNextLink = tryNextLink;
|
|
13562
|
+
this.name = "InstanceMetadataV1FallbackError";
|
|
13563
|
+
Object.setPrototypeOf(this, _InstanceMetadataV1FallbackError.prototype);
|
|
13620
13564
|
}
|
|
13621
13565
|
static {
|
|
13622
|
-
__name(this, "
|
|
13623
|
-
}
|
|
13624
|
-
async acquireInitialRetryToken(retryTokenScope) {
|
|
13625
|
-
await this.rateLimiter.getSendToken();
|
|
13626
|
-
return this.standardRetryStrategy.acquireInitialRetryToken(retryTokenScope);
|
|
13627
|
-
}
|
|
13628
|
-
async refreshRetryTokenForRetry(tokenToRenew, errorInfo) {
|
|
13629
|
-
this.rateLimiter.updateClientSendingRate(errorInfo);
|
|
13630
|
-
return this.standardRetryStrategy.refreshRetryTokenForRetry(tokenToRenew, errorInfo);
|
|
13631
|
-
}
|
|
13632
|
-
recordSuccess(token) {
|
|
13633
|
-
this.rateLimiter.updateClientSendingRate({});
|
|
13634
|
-
this.standardRetryStrategy.recordSuccess(token);
|
|
13566
|
+
__name(this, "InstanceMetadataV1FallbackError");
|
|
13635
13567
|
}
|
|
13636
13568
|
};
|
|
13637
|
-
var
|
|
13638
|
-
|
|
13639
|
-
|
|
13640
|
-
|
|
13641
|
-
|
|
13642
|
-
|
|
13643
|
-
|
|
13644
|
-
|
|
13645
|
-
|
|
13646
|
-
|
|
13647
|
-
|
|
13648
|
-
|
|
13649
|
-
|
|
13650
|
-
* retryStrategy: new ConfiguredRetryStrategy(3, (attempt) => attempt ** 2)
|
|
13651
|
-
* });
|
|
13652
|
-
* ```
|
|
13653
|
-
* @example constant delay.
|
|
13654
|
-
* ```js
|
|
13655
|
-
* new Client({
|
|
13656
|
-
* retryStrategy: new ConfiguredRetryStrategy(3, 2000)
|
|
13657
|
-
* });
|
|
13658
|
-
* ```
|
|
13659
|
-
*/
|
|
13660
|
-
constructor(maxAttempts, computeNextBackoffDelay = DEFAULT_RETRY_DELAY_BASE) {
|
|
13661
|
-
super(typeof maxAttempts === "function" ? maxAttempts : async () => maxAttempts);
|
|
13662
|
-
if (typeof computeNextBackoffDelay === "number") {
|
|
13663
|
-
this.computeNextBackoffDelay = () => computeNextBackoffDelay;
|
|
13664
|
-
} else {
|
|
13665
|
-
this.computeNextBackoffDelay = computeNextBackoffDelay;
|
|
13666
|
-
}
|
|
13667
|
-
}
|
|
13668
|
-
async refreshRetryTokenForRetry(tokenToRenew, errorInfo) {
|
|
13669
|
-
const token = await super.refreshRetryTokenForRetry(tokenToRenew, errorInfo);
|
|
13670
|
-
token.getRetryDelay = () => this.computeNextBackoffDelay(token.getRetryCount());
|
|
13671
|
-
return token;
|
|
13672
|
-
}
|
|
13569
|
+
var import_node_config_provider3 = require_dist_cjs30();
|
|
13570
|
+
var import_url_parser3 = require_dist_cjs32();
|
|
13571
|
+
var Endpoint = /* @__PURE__ */ ((Endpoint2) => {
|
|
13572
|
+
Endpoint2["IPv4"] = "http://169.254.169.254";
|
|
13573
|
+
Endpoint2["IPv6"] = "http://[fd00:ec2::254]";
|
|
13574
|
+
return Endpoint2;
|
|
13575
|
+
})(Endpoint || {});
|
|
13576
|
+
var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
|
|
13577
|
+
var CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
|
|
13578
|
+
var ENDPOINT_CONFIG_OPTIONS = {
|
|
13579
|
+
environmentVariableSelector: (env) => env[ENV_ENDPOINT_NAME],
|
|
13580
|
+
configFileSelector: (profile) => profile[CONFIG_ENDPOINT_NAME],
|
|
13581
|
+
default: void 0
|
|
13673
13582
|
};
|
|
13674
|
-
|
|
13675
|
-
|
|
13676
|
-
|
|
13677
|
-
|
|
13678
|
-
|
|
13679
|
-
|
|
13680
|
-
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
|
|
13686
|
-
var x3 = "ref";
|
|
13687
|
-
var a3 = true;
|
|
13688
|
-
var b3 = "isSet";
|
|
13689
|
-
var c3 = "booleanEquals";
|
|
13690
|
-
var d3 = "error";
|
|
13691
|
-
var e3 = "endpoint";
|
|
13692
|
-
var f3 = "tree";
|
|
13693
|
-
var g3 = "PartitionResult";
|
|
13694
|
-
var h3 = "getAttr";
|
|
13695
|
-
var i3 = { [u3]: false, "type": "String" };
|
|
13696
|
-
var j3 = { [u3]: true, "default": false, "type": "Boolean" };
|
|
13697
|
-
var k3 = { [x3]: "Endpoint" };
|
|
13698
|
-
var l3 = { [v6]: c3, [w3]: [{ [x3]: "UseFIPS" }, true] };
|
|
13699
|
-
var m3 = { [v6]: c3, [w3]: [{ [x3]: "UseDualStack" }, true] };
|
|
13700
|
-
var n3 = {};
|
|
13701
|
-
var o3 = { [v6]: h3, [w3]: [{ [x3]: g3 }, "supportsFIPS"] };
|
|
13702
|
-
var p3 = { [x3]: g3 };
|
|
13703
|
-
var q3 = { [v6]: c3, [w3]: [true, { [v6]: h3, [w3]: [p3, "supportsDualStack"] }] };
|
|
13704
|
-
var r3 = [l3];
|
|
13705
|
-
var s3 = [m3];
|
|
13706
|
-
var t3 = [{ [x3]: "Region" }];
|
|
13707
|
-
var _data3 = { version: "1.0", parameters: { Region: i3, UseDualStack: j3, UseFIPS: j3, Endpoint: i3 }, rules: [{ conditions: [{ [v6]: b3, [w3]: [k3] }], rules: [{ conditions: r3, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d3 }, { conditions: s3, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d3 }, { endpoint: { url: k3, properties: n3, headers: n3 }, type: e3 }], type: f3 }, { conditions: [{ [v6]: b3, [w3]: t3 }], rules: [{ conditions: [{ [v6]: "aws.partition", [w3]: t3, assign: g3 }], rules: [{ conditions: [l3, m3], rules: [{ conditions: [{ [v6]: c3, [w3]: [a3, o3] }, q3], rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d3 }], type: f3 }, { conditions: r3, rules: [{ conditions: [{ [v6]: c3, [w3]: [o3, a3] }], rules: [{ conditions: [{ [v6]: "stringEquals", [w3]: [{ [v6]: h3, [w3]: [p3, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n3, headers: n3 }, type: e3 }, { endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }, { error: "FIPS is enabled but this partition does not support FIPS", type: d3 }], type: f3 }, { conditions: s3, rules: [{ conditions: [q3], rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }, { error: "DualStack is enabled but this partition does not support DualStack", type: d3 }], type: f3 }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n3, headers: n3 }, type: e3 }], type: f3 }], type: f3 }, { error: "Invalid Configuration: Missing Region", type: d3 }] };
|
|
13708
|
-
exports2.ruleSet = _data3;
|
|
13709
|
-
}
|
|
13710
|
-
});
|
|
13711
|
-
|
|
13712
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
|
|
13713
|
-
var require_endpointResolver = __commonJS({
|
|
13714
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
13715
|
-
"use strict";
|
|
13716
|
-
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13717
|
-
exports2.defaultEndpointResolver = void 0;
|
|
13718
|
-
var util_endpoints_1 = require_dist_cjs22();
|
|
13719
|
-
var util_endpoints_2 = require_dist_cjs21();
|
|
13720
|
-
var ruleset_1 = require_ruleset();
|
|
13721
|
-
var cache3 = new util_endpoints_2.EndpointCache({
|
|
13722
|
-
size: 50,
|
|
13723
|
-
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
13724
|
-
});
|
|
13725
|
-
var defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
13726
|
-
return cache3.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
13727
|
-
endpointParams,
|
|
13728
|
-
logger: context.logger
|
|
13729
|
-
}));
|
|
13583
|
+
var EndpointMode = /* @__PURE__ */ ((EndpointMode2) => {
|
|
13584
|
+
EndpointMode2["IPv4"] = "IPv4";
|
|
13585
|
+
EndpointMode2["IPv6"] = "IPv6";
|
|
13586
|
+
return EndpointMode2;
|
|
13587
|
+
})(EndpointMode || {});
|
|
13588
|
+
var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE";
|
|
13589
|
+
var CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode";
|
|
13590
|
+
var ENDPOINT_MODE_CONFIG_OPTIONS = {
|
|
13591
|
+
environmentVariableSelector: (env) => env[ENV_ENDPOINT_MODE_NAME],
|
|
13592
|
+
configFileSelector: (profile) => profile[CONFIG_ENDPOINT_MODE_NAME],
|
|
13593
|
+
default: "IPv4"
|
|
13594
|
+
/* IPv4 */
|
|
13730
13595
|
};
|
|
13731
|
-
|
|
13732
|
-
|
|
13733
|
-
|
|
13734
|
-
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
|
|
13738
|
-
|
|
13739
|
-
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
|
|
13743
|
-
|
|
13744
|
-
var
|
|
13745
|
-
var
|
|
13746
|
-
var
|
|
13747
|
-
var
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
|
|
13596
|
+
var getInstanceMetadataEndpoint = /* @__PURE__ */ __name(async () => (0, import_url_parser3.parseUrl)(await getFromEndpointConfig() || await getFromEndpointModeConfig()), "getInstanceMetadataEndpoint");
|
|
13597
|
+
var getFromEndpointConfig = /* @__PURE__ */ __name(async () => (0, import_node_config_provider3.loadConfig)(ENDPOINT_CONFIG_OPTIONS)(), "getFromEndpointConfig");
|
|
13598
|
+
var getFromEndpointModeConfig = /* @__PURE__ */ __name(async () => {
|
|
13599
|
+
const endpointMode = await (0, import_node_config_provider3.loadConfig)(ENDPOINT_MODE_CONFIG_OPTIONS)();
|
|
13600
|
+
switch (endpointMode) {
|
|
13601
|
+
case "IPv4":
|
|
13602
|
+
return "http://169.254.169.254";
|
|
13603
|
+
case "IPv6":
|
|
13604
|
+
return "http://[fd00:ec2::254]";
|
|
13605
|
+
default:
|
|
13606
|
+
throw new Error(`Unsupported endpoint mode: ${endpointMode}. Select from ${Object.values(EndpointMode)}`);
|
|
13607
|
+
}
|
|
13608
|
+
}, "getFromEndpointModeConfig");
|
|
13609
|
+
var STATIC_STABILITY_REFRESH_INTERVAL_SECONDS = 5 * 60;
|
|
13610
|
+
var STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
|
|
13611
|
+
var STATIC_STABILITY_DOC_URL = "https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html";
|
|
13612
|
+
var getExtendedInstanceMetadataCredentials = /* @__PURE__ */ __name((credentials, logger) => {
|
|
13613
|
+
const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
|
|
13614
|
+
const newExpiration = new Date(Date.now() + refreshInterval * 1e3);
|
|
13615
|
+
logger.warn(
|
|
13616
|
+
`Attempting credential expiration extension due to a credential service availability issue. A refresh of these credentials will be attempted after ${new Date(newExpiration)}.
|
|
13617
|
+
For more information, please visit: ` + STATIC_STABILITY_DOC_URL
|
|
13618
|
+
);
|
|
13619
|
+
const originalExpiration = credentials.originalExpiration ?? credentials.expiration;
|
|
13751
13620
|
return {
|
|
13752
|
-
|
|
13753
|
-
|
|
13754
|
-
|
|
13755
|
-
|
|
13756
|
-
|
|
13757
|
-
|
|
13758
|
-
|
|
13759
|
-
|
|
13760
|
-
|
|
13761
|
-
|
|
13762
|
-
|
|
13763
|
-
|
|
13764
|
-
|
|
13765
|
-
|
|
13766
|
-
schemeId: "smithy.api#noAuth",
|
|
13767
|
-
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
|
13768
|
-
signer: new core_2.NoAuthSigner()
|
|
13621
|
+
...credentials,
|
|
13622
|
+
...originalExpiration ? { originalExpiration } : {},
|
|
13623
|
+
expiration: newExpiration
|
|
13624
|
+
};
|
|
13625
|
+
}, "getExtendedInstanceMetadataCredentials");
|
|
13626
|
+
var staticStabilityProvider = /* @__PURE__ */ __name((provider, options = {}) => {
|
|
13627
|
+
const logger = options?.logger || console;
|
|
13628
|
+
let pastCredentials;
|
|
13629
|
+
return async () => {
|
|
13630
|
+
let credentials;
|
|
13631
|
+
try {
|
|
13632
|
+
credentials = await provider();
|
|
13633
|
+
if (credentials.expiration && credentials.expiration.getTime() < Date.now()) {
|
|
13634
|
+
credentials = getExtendedInstanceMetadataCredentials(credentials, logger);
|
|
13769
13635
|
}
|
|
13770
|
-
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
|
|
13636
|
+
} catch (e3) {
|
|
13637
|
+
if (pastCredentials) {
|
|
13638
|
+
logger.warn("Credential renew failed: ", e3);
|
|
13639
|
+
credentials = getExtendedInstanceMetadataCredentials(pastCredentials, logger);
|
|
13640
|
+
} else {
|
|
13641
|
+
throw e3;
|
|
13642
|
+
}
|
|
13643
|
+
}
|
|
13644
|
+
pastCredentials = credentials;
|
|
13645
|
+
return credentials;
|
|
13776
13646
|
};
|
|
13777
|
-
};
|
|
13778
|
-
|
|
13647
|
+
}, "staticStabilityProvider");
|
|
13648
|
+
var IMDS_PATH = "/latest/meta-data/iam/security-credentials/";
|
|
13649
|
+
var IMDS_TOKEN_PATH = "/latest/api/token";
|
|
13650
|
+
var AWS_EC2_METADATA_V1_DISABLED = "AWS_EC2_METADATA_V1_DISABLED";
|
|
13651
|
+
var PROFILE_AWS_EC2_METADATA_V1_DISABLED = "ec2_metadata_v1_disabled";
|
|
13652
|
+
var X_AWS_EC2_METADATA_TOKEN = "x-aws-ec2-metadata-token";
|
|
13653
|
+
var fromInstanceMetadata = /* @__PURE__ */ __name((init = {}) => staticStabilityProvider(getInstanceMetadataProvider(init), { logger: init.logger }), "fromInstanceMetadata");
|
|
13654
|
+
var getInstanceMetadataProvider = /* @__PURE__ */ __name((init = {}) => {
|
|
13655
|
+
let disableFetchToken = false;
|
|
13656
|
+
const { logger, profile } = init;
|
|
13657
|
+
const { timeout, maxRetries } = providerConfigFromInit(init);
|
|
13658
|
+
const getCredentials = /* @__PURE__ */ __name(async (maxRetries2, options) => {
|
|
13659
|
+
const isImdsV1Fallback = disableFetchToken || options.headers?.[X_AWS_EC2_METADATA_TOKEN] == null;
|
|
13660
|
+
if (isImdsV1Fallback) {
|
|
13661
|
+
let fallbackBlockedFromProfile = false;
|
|
13662
|
+
let fallbackBlockedFromProcessEnv = false;
|
|
13663
|
+
const configValue = await (0, import_node_config_provider3.loadConfig)(
|
|
13664
|
+
{
|
|
13665
|
+
environmentVariableSelector: (env) => {
|
|
13666
|
+
const envValue = env[AWS_EC2_METADATA_V1_DISABLED];
|
|
13667
|
+
fallbackBlockedFromProcessEnv = !!envValue && envValue !== "false";
|
|
13668
|
+
if (envValue === void 0) {
|
|
13669
|
+
throw new import_property_provider2.CredentialsProviderError(
|
|
13670
|
+
`${AWS_EC2_METADATA_V1_DISABLED} not set in env, checking config file next.`,
|
|
13671
|
+
{ logger: init.logger }
|
|
13672
|
+
);
|
|
13673
|
+
}
|
|
13674
|
+
return fallbackBlockedFromProcessEnv;
|
|
13675
|
+
},
|
|
13676
|
+
configFileSelector: (profile2) => {
|
|
13677
|
+
const profileValue = profile2[PROFILE_AWS_EC2_METADATA_V1_DISABLED];
|
|
13678
|
+
fallbackBlockedFromProfile = !!profileValue && profileValue !== "false";
|
|
13679
|
+
return fallbackBlockedFromProfile;
|
|
13680
|
+
},
|
|
13681
|
+
default: false
|
|
13682
|
+
},
|
|
13683
|
+
{
|
|
13684
|
+
profile
|
|
13685
|
+
}
|
|
13686
|
+
)();
|
|
13687
|
+
if (init.ec2MetadataV1Disabled || configValue) {
|
|
13688
|
+
const causes = [];
|
|
13689
|
+
if (init.ec2MetadataV1Disabled)
|
|
13690
|
+
causes.push("credential provider initialization (runtime option ec2MetadataV1Disabled)");
|
|
13691
|
+
if (fallbackBlockedFromProfile)
|
|
13692
|
+
causes.push(`config file profile (${PROFILE_AWS_EC2_METADATA_V1_DISABLED})`);
|
|
13693
|
+
if (fallbackBlockedFromProcessEnv)
|
|
13694
|
+
causes.push(`process environment variable (${AWS_EC2_METADATA_V1_DISABLED})`);
|
|
13695
|
+
throw new InstanceMetadataV1FallbackError(
|
|
13696
|
+
`AWS EC2 Metadata v1 fallback has been blocked by AWS SDK configuration in the following: [${causes.join(
|
|
13697
|
+
", "
|
|
13698
|
+
)}].`
|
|
13699
|
+
);
|
|
13700
|
+
}
|
|
13701
|
+
}
|
|
13702
|
+
const imdsProfile = (await retry(async () => {
|
|
13703
|
+
let profile2;
|
|
13704
|
+
try {
|
|
13705
|
+
profile2 = await getProfile(options);
|
|
13706
|
+
} catch (err) {
|
|
13707
|
+
if (err.statusCode === 401) {
|
|
13708
|
+
disableFetchToken = false;
|
|
13709
|
+
}
|
|
13710
|
+
throw err;
|
|
13711
|
+
}
|
|
13712
|
+
return profile2;
|
|
13713
|
+
}, maxRetries2)).trim();
|
|
13714
|
+
return retry(async () => {
|
|
13715
|
+
let creds;
|
|
13716
|
+
try {
|
|
13717
|
+
creds = await getCredentialsFromProfile(imdsProfile, options, init);
|
|
13718
|
+
} catch (err) {
|
|
13719
|
+
if (err.statusCode === 401) {
|
|
13720
|
+
disableFetchToken = false;
|
|
13721
|
+
}
|
|
13722
|
+
throw err;
|
|
13723
|
+
}
|
|
13724
|
+
return creds;
|
|
13725
|
+
}, maxRetries2);
|
|
13726
|
+
}, "getCredentials");
|
|
13727
|
+
return async () => {
|
|
13728
|
+
const endpoint = await getInstanceMetadataEndpoint();
|
|
13729
|
+
if (disableFetchToken) {
|
|
13730
|
+
logger?.debug("AWS SDK Instance Metadata", "using v1 fallback (no token fetch)");
|
|
13731
|
+
return getCredentials(maxRetries, { ...endpoint, timeout });
|
|
13732
|
+
} else {
|
|
13733
|
+
let token;
|
|
13734
|
+
try {
|
|
13735
|
+
token = (await getMetadataToken({ ...endpoint, timeout })).toString();
|
|
13736
|
+
} catch (error) {
|
|
13737
|
+
if (error?.statusCode === 400) {
|
|
13738
|
+
throw Object.assign(error, {
|
|
13739
|
+
message: "EC2 Metadata token request returned error"
|
|
13740
|
+
});
|
|
13741
|
+
} else if (error.message === "TimeoutError" || [403, 404, 405].includes(error.statusCode)) {
|
|
13742
|
+
disableFetchToken = true;
|
|
13743
|
+
}
|
|
13744
|
+
logger?.debug("AWS SDK Instance Metadata", "using v1 fallback (initial)");
|
|
13745
|
+
return getCredentials(maxRetries, { ...endpoint, timeout });
|
|
13746
|
+
}
|
|
13747
|
+
return getCredentials(maxRetries, {
|
|
13748
|
+
...endpoint,
|
|
13749
|
+
headers: {
|
|
13750
|
+
[X_AWS_EC2_METADATA_TOKEN]: token
|
|
13751
|
+
},
|
|
13752
|
+
timeout
|
|
13753
|
+
});
|
|
13754
|
+
}
|
|
13755
|
+
};
|
|
13756
|
+
}, "getInstanceMetadataProvider");
|
|
13757
|
+
var getMetadataToken = /* @__PURE__ */ __name(async (options) => httpRequest({
|
|
13758
|
+
...options,
|
|
13759
|
+
path: IMDS_TOKEN_PATH,
|
|
13760
|
+
method: "PUT",
|
|
13761
|
+
headers: {
|
|
13762
|
+
"x-aws-ec2-metadata-token-ttl-seconds": "21600"
|
|
13763
|
+
}
|
|
13764
|
+
}), "getMetadataToken");
|
|
13765
|
+
var getProfile = /* @__PURE__ */ __name(async (options) => (await httpRequest({ ...options, path: IMDS_PATH })).toString(), "getProfile");
|
|
13766
|
+
var getCredentialsFromProfile = /* @__PURE__ */ __name(async (profile, options, init) => {
|
|
13767
|
+
const credentialsResponse = JSON.parse(
|
|
13768
|
+
(await httpRequest({
|
|
13769
|
+
...options,
|
|
13770
|
+
path: IMDS_PATH + profile
|
|
13771
|
+
})).toString()
|
|
13772
|
+
);
|
|
13773
|
+
if (!isImdsCredentials(credentialsResponse)) {
|
|
13774
|
+
throw new import_property_provider2.CredentialsProviderError("Invalid response received from instance metadata service.", {
|
|
13775
|
+
logger: init.logger
|
|
13776
|
+
});
|
|
13777
|
+
}
|
|
13778
|
+
return fromImdsCredentials(credentialsResponse);
|
|
13779
|
+
}, "getCredentialsFromProfile");
|
|
13779
13780
|
}
|
|
13780
13781
|
});
|
|
13781
13782
|
|
|
13782
|
-
// node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.
|
|
13783
|
-
var
|
|
13784
|
-
"node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.
|
|
13783
|
+
// node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.12/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
13784
|
+
var require_dist_cjs44 = __commonJS({
|
|
13785
|
+
"node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.12/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
|
|
13785
13786
|
var __create2 = Object.create;
|
|
13786
13787
|
var __defProp2 = Object.defineProperty;
|
|
13787
13788
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13878,7 +13879,7 @@ var require_dist_cjs45 = __commonJS({
|
|
|
13878
13879
|
}
|
|
13879
13880
|
if (!process.env[ENV_IMDS_DISABLED]) {
|
|
13880
13881
|
try {
|
|
13881
|
-
const { getInstanceMetadataEndpoint, httpRequest } = await Promise.resolve().then(() => __toESM2(
|
|
13882
|
+
const { getInstanceMetadataEndpoint, httpRequest } = await Promise.resolve().then(() => __toESM2(require_dist_cjs43()));
|
|
13882
13883
|
const endpoint = await getInstanceMetadataEndpoint();
|
|
13883
13884
|
return (await httpRequest({ ...endpoint, path: IMDS_REGION_PATH })).toString();
|
|
13884
13885
|
} catch (e3) {
|
|
@@ -13888,9 +13889,9 @@ var require_dist_cjs45 = __commonJS({
|
|
|
13888
13889
|
}
|
|
13889
13890
|
});
|
|
13890
13891
|
|
|
13891
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13892
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
|
|
13892
13893
|
var require_runtimeConfig = __commonJS({
|
|
13893
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13894
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
|
|
13894
13895
|
"use strict";
|
|
13895
13896
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13896
13897
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -13904,10 +13905,10 @@ var require_runtimeConfig = __commonJS({
|
|
|
13904
13905
|
var node_config_provider_1 = require_dist_cjs30();
|
|
13905
13906
|
var node_http_handler_1 = require_dist_cjs13();
|
|
13906
13907
|
var util_body_length_node_1 = require_dist_cjs42();
|
|
13907
|
-
var util_retry_1 =
|
|
13908
|
+
var util_retry_1 = require_dist_cjs35();
|
|
13908
13909
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared();
|
|
13909
13910
|
var smithy_client_1 = require_dist_cjs17();
|
|
13910
|
-
var util_defaults_mode_node_1 =
|
|
13911
|
+
var util_defaults_mode_node_1 = require_dist_cjs44();
|
|
13911
13912
|
var smithy_client_2 = require_dist_cjs17();
|
|
13912
13913
|
var getRuntimeConfig5 = (config) => {
|
|
13913
13914
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -13915,17 +13916,17 @@ var require_runtimeConfig = __commonJS({
|
|
|
13915
13916
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
13916
13917
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
13917
13918
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
13918
|
-
const
|
|
13919
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
13919
13920
|
return {
|
|
13920
13921
|
...clientSharedValues,
|
|
13921
13922
|
...config,
|
|
13922
13923
|
runtime: "node",
|
|
13923
13924
|
defaultsMode,
|
|
13924
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
13925
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
13925
13926
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
13926
13927
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
13927
13928
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
13928
|
-
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
13929
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
13929
13930
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
13930
13931
|
retryMode: config?.retryMode ?? (0, node_config_provider_1.loadConfig)({
|
|
13931
13932
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
@@ -13933,18 +13934,18 @@ var require_runtimeConfig = __commonJS({
|
|
|
13933
13934
|
}, config),
|
|
13934
13935
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
13935
13936
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
13936
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
13937
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
13938
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS,
|
|
13937
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
13938
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
13939
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig)
|
|
13939
13940
|
};
|
|
13940
13941
|
};
|
|
13941
13942
|
exports2.getRuntimeConfig = getRuntimeConfig5;
|
|
13942
13943
|
}
|
|
13943
13944
|
});
|
|
13944
13945
|
|
|
13945
|
-
// node_modules/.pnpm/@aws-sdk+region-config-resolver@3.
|
|
13946
|
-
var
|
|
13947
|
-
"node_modules/.pnpm/@aws-sdk+region-config-resolver@3.
|
|
13946
|
+
// node_modules/.pnpm/@aws-sdk+region-config-resolver@3.806.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
|
|
13947
|
+
var require_dist_cjs45 = __commonJS({
|
|
13948
|
+
"node_modules/.pnpm/@aws-sdk+region-config-resolver@3.806.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
|
|
13948
13949
|
"use strict";
|
|
13949
13950
|
var __defProp2 = Object.defineProperty;
|
|
13950
13951
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -14029,9 +14030,9 @@ var require_dist_cjs46 = __commonJS({
|
|
|
14029
14030
|
}
|
|
14030
14031
|
});
|
|
14031
14032
|
|
|
14032
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
14033
|
-
var
|
|
14034
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
14033
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
|
|
14034
|
+
var require_dist_cjs46 = __commonJS({
|
|
14035
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.806.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
|
|
14035
14036
|
"use strict";
|
|
14036
14037
|
var __defProp2 = Object.defineProperty;
|
|
14037
14038
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -14099,7 +14100,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
14099
14100
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
14100
14101
|
};
|
|
14101
14102
|
var import_runtimeConfig5 = require_runtimeConfig();
|
|
14102
|
-
var import_region_config_resolver3 =
|
|
14103
|
+
var import_region_config_resolver3 = require_dist_cjs45();
|
|
14103
14104
|
var import_protocol_http11 = require_dist_cjs2();
|
|
14104
14105
|
var import_smithy_client25 = require_dist_cjs17();
|
|
14105
14106
|
var getHttpAuthExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
@@ -14573,7 +14574,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
14573
14574
|
}
|
|
14574
14575
|
});
|
|
14575
14576
|
|
|
14576
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14577
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
14577
14578
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
14578
14579
|
return {
|
|
14579
14580
|
schemeId: "aws.auth#sigv4",
|
|
@@ -14596,7 +14597,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
|
|
|
14596
14597
|
}
|
|
14597
14598
|
var import_util_middleware3, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
|
|
14598
14599
|
var init_httpAuthSchemeProvider = __esm({
|
|
14599
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14600
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
|
|
14600
14601
|
init_dist_es2();
|
|
14601
14602
|
import_util_middleware3 = __toESM(require_dist_cjs19());
|
|
14602
14603
|
defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -14629,10 +14630,10 @@ var init_httpAuthSchemeProvider = __esm({
|
|
|
14629
14630
|
}
|
|
14630
14631
|
});
|
|
14631
14632
|
|
|
14632
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14633
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
|
|
14633
14634
|
var resolveClientEndpointParameters, commonParams;
|
|
14634
14635
|
var init_EndpointParameters = __esm({
|
|
14635
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14636
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
|
|
14636
14637
|
resolveClientEndpointParameters = (options) => {
|
|
14637
14638
|
return Object.assign(options, {
|
|
14638
14639
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -14649,13 +14650,13 @@ var init_EndpointParameters = __esm({
|
|
|
14649
14650
|
}
|
|
14650
14651
|
});
|
|
14651
14652
|
|
|
14652
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14653
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/package.json
|
|
14653
14654
|
var package_default;
|
|
14654
14655
|
var init_package = __esm({
|
|
14655
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14656
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
14656
14657
|
package_default = {
|
|
14657
14658
|
name: "@aws-sdk/nested-clients",
|
|
14658
|
-
version: "3.
|
|
14659
|
+
version: "3.806.0",
|
|
14659
14660
|
description: "Nested clients for AWS SDK packages.",
|
|
14660
14661
|
main: "./dist-cjs/index.js",
|
|
14661
14662
|
module: "./dist-es/index.js",
|
|
@@ -14683,40 +14684,40 @@ var init_package = __esm({
|
|
|
14683
14684
|
dependencies: {
|
|
14684
14685
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
14685
14686
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
14686
|
-
"@aws-sdk/core": "3.
|
|
14687
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
14688
|
-
"@aws-sdk/middleware-logger": "3.
|
|
14689
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
14690
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
14691
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
14692
|
-
"@aws-sdk/types": "3.
|
|
14693
|
-
"@aws-sdk/util-endpoints": "3.
|
|
14694
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
14695
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
14696
|
-
"@smithy/config-resolver": "^4.1.
|
|
14697
|
-
"@smithy/core": "^3.3.
|
|
14687
|
+
"@aws-sdk/core": "3.806.0",
|
|
14688
|
+
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
14689
|
+
"@aws-sdk/middleware-logger": "3.804.0",
|
|
14690
|
+
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
14691
|
+
"@aws-sdk/middleware-user-agent": "3.806.0",
|
|
14692
|
+
"@aws-sdk/region-config-resolver": "3.806.0",
|
|
14693
|
+
"@aws-sdk/types": "3.804.0",
|
|
14694
|
+
"@aws-sdk/util-endpoints": "3.806.0",
|
|
14695
|
+
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
14696
|
+
"@aws-sdk/util-user-agent-node": "3.806.0",
|
|
14697
|
+
"@smithy/config-resolver": "^4.1.1",
|
|
14698
|
+
"@smithy/core": "^3.3.1",
|
|
14698
14699
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
14699
14700
|
"@smithy/hash-node": "^4.0.2",
|
|
14700
14701
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
14701
14702
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
14702
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
14703
|
-
"@smithy/middleware-retry": "^4.1.
|
|
14703
|
+
"@smithy/middleware-endpoint": "^4.1.3",
|
|
14704
|
+
"@smithy/middleware-retry": "^4.1.4",
|
|
14704
14705
|
"@smithy/middleware-serde": "^4.0.3",
|
|
14705
14706
|
"@smithy/middleware-stack": "^4.0.2",
|
|
14706
|
-
"@smithy/node-config-provider": "^4.0
|
|
14707
|
+
"@smithy/node-config-provider": "^4.1.0",
|
|
14707
14708
|
"@smithy/node-http-handler": "^4.0.4",
|
|
14708
14709
|
"@smithy/protocol-http": "^5.1.0",
|
|
14709
|
-
"@smithy/smithy-client": "^4.2.
|
|
14710
|
+
"@smithy/smithy-client": "^4.2.3",
|
|
14710
14711
|
"@smithy/types": "^4.2.0",
|
|
14711
14712
|
"@smithy/url-parser": "^4.0.2",
|
|
14712
14713
|
"@smithy/util-base64": "^4.0.0",
|
|
14713
14714
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
14714
14715
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
14715
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
14716
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
14717
|
-
"@smithy/util-endpoints": "^3.0.
|
|
14716
|
+
"@smithy/util-defaults-mode-browser": "^4.0.11",
|
|
14717
|
+
"@smithy/util-defaults-mode-node": "^4.0.11",
|
|
14718
|
+
"@smithy/util-endpoints": "^3.0.3",
|
|
14718
14719
|
"@smithy/util-middleware": "^4.0.2",
|
|
14719
|
-
"@smithy/util-retry": "^4.0.
|
|
14720
|
+
"@smithy/util-retry": "^4.0.3",
|
|
14720
14721
|
"@smithy/util-utf8": "^4.0.0",
|
|
14721
14722
|
tslib: "^2.6.2"
|
|
14722
14723
|
},
|
|
@@ -14724,7 +14725,7 @@ var init_package = __esm({
|
|
|
14724
14725
|
concurrently: "7.0.0",
|
|
14725
14726
|
"downlevel-dts": "0.10.1",
|
|
14726
14727
|
rimraf: "3.0.2",
|
|
14727
|
-
typescript: "~5.
|
|
14728
|
+
typescript: "~5.8.3"
|
|
14728
14729
|
},
|
|
14729
14730
|
typesVersions: {
|
|
14730
14731
|
"<4.0": {
|
|
@@ -14771,10 +14772,10 @@ var init_package = __esm({
|
|
|
14771
14772
|
}
|
|
14772
14773
|
});
|
|
14773
14774
|
|
|
14774
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14775
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
|
|
14775
14776
|
var u, v, w, x, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, _data, ruleSet;
|
|
14776
14777
|
var init_ruleset = __esm({
|
|
14777
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14778
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
|
|
14778
14779
|
u = "required";
|
|
14779
14780
|
v = "fn";
|
|
14780
14781
|
w = "argv";
|
|
@@ -14804,10 +14805,10 @@ var init_ruleset = __esm({
|
|
|
14804
14805
|
}
|
|
14805
14806
|
});
|
|
14806
14807
|
|
|
14807
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14808
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
|
|
14808
14809
|
var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolver;
|
|
14809
14810
|
var init_endpointResolver = __esm({
|
|
14810
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14811
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
|
|
14811
14812
|
import_util_endpoints = __toESM(require_dist_cjs22());
|
|
14812
14813
|
import_util_endpoints2 = __toESM(require_dist_cjs21());
|
|
14813
14814
|
init_ruleset();
|
|
@@ -14825,10 +14826,10 @@ var init_endpointResolver = __esm({
|
|
|
14825
14826
|
}
|
|
14826
14827
|
});
|
|
14827
14828
|
|
|
14828
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14829
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
|
|
14829
14830
|
var import_smithy_client4, import_url_parser, import_util_base64, import_util_utf8, getRuntimeConfig;
|
|
14830
14831
|
var init_runtimeConfig_shared = __esm({
|
|
14831
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14832
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
|
|
14832
14833
|
init_dist_es2();
|
|
14833
14834
|
init_dist_es();
|
|
14834
14835
|
import_smithy_client4 = __toESM(require_dist_cjs17());
|
|
@@ -14868,10 +14869,10 @@ var init_runtimeConfig_shared = __esm({
|
|
|
14868
14869
|
}
|
|
14869
14870
|
});
|
|
14870
14871
|
|
|
14871
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14872
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
|
|
14872
14873
|
var import_util_user_agent_node, import_config_resolver, import_hash_node, import_middleware_retry, import_node_config_provider, import_node_http_handler, import_util_body_length_node, import_util_retry, import_smithy_client5, import_util_defaults_mode_node, import_smithy_client6, getRuntimeConfig2;
|
|
14873
14874
|
var init_runtimeConfig = __esm({
|
|
14874
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14875
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
|
|
14875
14876
|
init_package();
|
|
14876
14877
|
init_dist_es2();
|
|
14877
14878
|
import_util_user_agent_node = __toESM(require_dist_cjs40());
|
|
@@ -14881,10 +14882,10 @@ var init_runtimeConfig = __esm({
|
|
|
14881
14882
|
import_node_config_provider = __toESM(require_dist_cjs30());
|
|
14882
14883
|
import_node_http_handler = __toESM(require_dist_cjs13());
|
|
14883
14884
|
import_util_body_length_node = __toESM(require_dist_cjs42());
|
|
14884
|
-
import_util_retry = __toESM(
|
|
14885
|
+
import_util_retry = __toESM(require_dist_cjs35());
|
|
14885
14886
|
init_runtimeConfig_shared();
|
|
14886
14887
|
import_smithy_client5 = __toESM(require_dist_cjs17());
|
|
14887
|
-
import_util_defaults_mode_node = __toESM(
|
|
14888
|
+
import_util_defaults_mode_node = __toESM(require_dist_cjs44());
|
|
14888
14889
|
import_smithy_client6 = __toESM(require_dist_cjs17());
|
|
14889
14890
|
getRuntimeConfig2 = (config) => {
|
|
14890
14891
|
(0, import_smithy_client6.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -14892,17 +14893,17 @@ var init_runtimeConfig = __esm({
|
|
|
14892
14893
|
const defaultConfigProvider = () => defaultsMode().then(import_smithy_client5.loadConfigsForDefaultMode);
|
|
14893
14894
|
const clientSharedValues = getRuntimeConfig(config);
|
|
14894
14895
|
emitWarningIfUnsupportedVersion(process.version);
|
|
14895
|
-
const
|
|
14896
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
14896
14897
|
return {
|
|
14897
14898
|
...clientSharedValues,
|
|
14898
14899
|
...config,
|
|
14899
14900
|
runtime: "node",
|
|
14900
14901
|
defaultsMode,
|
|
14901
|
-
authSchemePreference: config?.authSchemePreference ?? (0, import_node_config_provider.loadConfig)(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
14902
|
+
authSchemePreference: config?.authSchemePreference ?? (0, import_node_config_provider.loadConfig)(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
14902
14903
|
bodyLengthChecker: config?.bodyLengthChecker ?? import_util_body_length_node.calculateBodyLength,
|
|
14903
14904
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, import_util_user_agent_node.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
|
|
14904
14905
|
maxAttempts: config?.maxAttempts ?? (0, import_node_config_provider.loadConfig)(import_middleware_retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
14905
|
-
region: config?.region ?? (0, import_node_config_provider.loadConfig)(import_config_resolver.NODE_REGION_CONFIG_OPTIONS, { ...import_config_resolver.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
14906
|
+
region: config?.region ?? (0, import_node_config_provider.loadConfig)(import_config_resolver.NODE_REGION_CONFIG_OPTIONS, { ...import_config_resolver.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
14906
14907
|
requestHandler: import_node_http_handler.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
14907
14908
|
retryMode: config?.retryMode ?? (0, import_node_config_provider.loadConfig)({
|
|
14908
14909
|
...import_middleware_retry.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
@@ -14910,18 +14911,18 @@ var init_runtimeConfig = __esm({
|
|
|
14910
14911
|
}, config),
|
|
14911
14912
|
sha256: config?.sha256 ?? import_hash_node.Hash.bind(null, "sha256"),
|
|
14912
14913
|
streamCollector: config?.streamCollector ?? import_node_http_handler.streamCollector,
|
|
14913
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, import_node_config_provider.loadConfig)(import_config_resolver.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
14914
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, import_node_config_provider.loadConfig)(import_config_resolver.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
14915
|
-
userAgentAppId: config?.userAgentAppId ?? (0, import_node_config_provider.loadConfig)(import_util_user_agent_node.NODE_APP_ID_CONFIG_OPTIONS,
|
|
14914
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, import_node_config_provider.loadConfig)(import_config_resolver.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
14915
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, import_node_config_provider.loadConfig)(import_config_resolver.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
14916
|
+
userAgentAppId: config?.userAgentAppId ?? (0, import_node_config_provider.loadConfig)(import_util_user_agent_node.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig)
|
|
14916
14917
|
};
|
|
14917
14918
|
};
|
|
14918
14919
|
}
|
|
14919
14920
|
});
|
|
14920
14921
|
|
|
14921
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14922
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
|
|
14922
14923
|
var getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig;
|
|
14923
14924
|
var init_httpAuthExtensionConfiguration = __esm({
|
|
14924
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14925
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
|
|
14925
14926
|
getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
14926
14927
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
14927
14928
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -14962,11 +14963,11 @@ var init_httpAuthExtensionConfiguration = __esm({
|
|
|
14962
14963
|
}
|
|
14963
14964
|
});
|
|
14964
14965
|
|
|
14965
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14966
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
|
|
14966
14967
|
var import_region_config_resolver, import_protocol_http8, import_smithy_client7, resolveRuntimeExtensions;
|
|
14967
14968
|
var init_runtimeExtensions = __esm({
|
|
14968
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14969
|
-
import_region_config_resolver = __toESM(
|
|
14969
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
|
|
14970
|
+
import_region_config_resolver = __toESM(require_dist_cjs45());
|
|
14970
14971
|
import_protocol_http8 = __toESM(require_dist_cjs2());
|
|
14971
14972
|
import_smithy_client7 = __toESM(require_dist_cjs17());
|
|
14972
14973
|
init_httpAuthExtensionConfiguration();
|
|
@@ -14978,10 +14979,10 @@ var init_runtimeExtensions = __esm({
|
|
|
14978
14979
|
}
|
|
14979
14980
|
});
|
|
14980
14981
|
|
|
14981
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14982
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
|
|
14982
14983
|
var import_middleware_host_header, import_middleware_logger, import_middleware_recursion_detection, import_middleware_user_agent, import_config_resolver2, import_middleware_content_length, import_middleware_endpoint, import_middleware_retry2, import_smithy_client8, SSOOIDCClient;
|
|
14983
14984
|
var init_SSOOIDCClient = __esm({
|
|
14984
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14985
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
|
|
14985
14986
|
import_middleware_host_header = __toESM(require_dist_cjs3());
|
|
14986
14987
|
import_middleware_logger = __toESM(require_dist_cjs4());
|
|
14987
14988
|
import_middleware_recursion_detection = __toESM(require_dist_cjs5());
|
|
@@ -15032,10 +15033,10 @@ var init_SSOOIDCClient = __esm({
|
|
|
15032
15033
|
}
|
|
15033
15034
|
});
|
|
15034
15035
|
|
|
15035
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15036
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
|
|
15036
15037
|
var import_smithy_client9, SSOOIDCServiceException;
|
|
15037
15038
|
var init_SSOOIDCServiceException = __esm({
|
|
15038
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15039
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
|
|
15039
15040
|
import_smithy_client9 = __toESM(require_dist_cjs17());
|
|
15040
15041
|
SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client9.ServiceException {
|
|
15041
15042
|
constructor(options) {
|
|
@@ -15046,10 +15047,10 @@ var init_SSOOIDCServiceException = __esm({
|
|
|
15046
15047
|
}
|
|
15047
15048
|
});
|
|
15048
15049
|
|
|
15049
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15050
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
|
|
15050
15051
|
var import_smithy_client10, AccessDeniedException, AuthorizationPendingException, CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException;
|
|
15051
15052
|
var init_models_0 = __esm({
|
|
15052
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15053
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
|
|
15053
15054
|
import_smithy_client10 = __toESM(require_dist_cjs17());
|
|
15054
15055
|
init_SSOOIDCServiceException();
|
|
15055
15056
|
AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
|
|
@@ -15243,10 +15244,10 @@ var init_models_0 = __esm({
|
|
|
15243
15244
|
}
|
|
15244
15245
|
});
|
|
15245
15246
|
|
|
15246
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15247
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
|
|
15247
15248
|
var import_smithy_client11, se_CreateTokenCommand, de_CreateTokenCommand, de_CommandError, throwDefaultError, de_AccessDeniedExceptionRes, de_AuthorizationPendingExceptionRes, de_ExpiredTokenExceptionRes, de_InternalServerExceptionRes, de_InvalidClientExceptionRes, de_InvalidGrantExceptionRes, de_InvalidRequestExceptionRes, de_InvalidScopeExceptionRes, de_SlowDownExceptionRes, de_UnauthorizedClientExceptionRes, de_UnsupportedGrantTypeExceptionRes, deserializeMetadata;
|
|
15248
15249
|
var init_Aws_restJson1 = __esm({
|
|
15249
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15250
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
|
|
15250
15251
|
init_dist_es2();
|
|
15251
15252
|
init_dist_es();
|
|
15252
15253
|
import_smithy_client11 = __toESM(require_dist_cjs17());
|
|
@@ -15504,10 +15505,10 @@ var init_Aws_restJson1 = __esm({
|
|
|
15504
15505
|
}
|
|
15505
15506
|
});
|
|
15506
15507
|
|
|
15507
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15508
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
|
|
15508
15509
|
var import_middleware_endpoint2, import_middleware_serde2, import_smithy_client12, CreateTokenCommand;
|
|
15509
15510
|
var init_CreateTokenCommand = __esm({
|
|
15510
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15511
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
|
|
15511
15512
|
import_middleware_endpoint2 = __toESM(require_dist_cjs33());
|
|
15512
15513
|
import_middleware_serde2 = __toESM(require_dist_cjs20());
|
|
15513
15514
|
import_smithy_client12 = __toESM(require_dist_cjs17());
|
|
@@ -15524,10 +15525,10 @@ var init_CreateTokenCommand = __esm({
|
|
|
15524
15525
|
}
|
|
15525
15526
|
});
|
|
15526
15527
|
|
|
15527
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15528
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
|
|
15528
15529
|
var import_smithy_client13, commands, SSOOIDC;
|
|
15529
15530
|
var init_SSOOIDC = __esm({
|
|
15530
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15531
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
|
|
15531
15532
|
import_smithy_client13 = __toESM(require_dist_cjs17());
|
|
15532
15533
|
init_CreateTokenCommand();
|
|
15533
15534
|
init_SSOOIDCClient();
|
|
@@ -15540,21 +15541,21 @@ var init_SSOOIDC = __esm({
|
|
|
15540
15541
|
}
|
|
15541
15542
|
});
|
|
15542
15543
|
|
|
15543
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15544
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
|
|
15544
15545
|
var init_commands = __esm({
|
|
15545
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15546
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
|
|
15546
15547
|
init_CreateTokenCommand();
|
|
15547
15548
|
}
|
|
15548
15549
|
});
|
|
15549
15550
|
|
|
15550
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15551
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
|
|
15551
15552
|
var init_models = __esm({
|
|
15552
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15553
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
|
|
15553
15554
|
init_models_0();
|
|
15554
15555
|
}
|
|
15555
15556
|
});
|
|
15556
15557
|
|
|
15557
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15558
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
|
|
15558
15559
|
var sso_oidc_exports = {};
|
|
15559
15560
|
__export(sso_oidc_exports, {
|
|
15560
15561
|
$Command: () => import_smithy_client12.Command,
|
|
@@ -15578,7 +15579,7 @@ __export(sso_oidc_exports, {
|
|
|
15578
15579
|
__Client: () => import_smithy_client8.Client
|
|
15579
15580
|
});
|
|
15580
15581
|
var init_sso_oidc = __esm({
|
|
15581
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15582
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
|
|
15582
15583
|
init_SSOOIDCClient();
|
|
15583
15584
|
init_SSOOIDC();
|
|
15584
15585
|
init_commands();
|
|
@@ -15587,9 +15588,9 @@ var init_sso_oidc = __esm({
|
|
|
15587
15588
|
}
|
|
15588
15589
|
});
|
|
15589
15590
|
|
|
15590
|
-
// node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
15591
|
-
var
|
|
15592
|
-
"node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
15591
|
+
// node_modules/.pnpm/@aws-sdk+token-providers@3.806.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
|
|
15592
|
+
var require_dist_cjs47 = __commonJS({
|
|
15593
|
+
"node_modules/.pnpm/@aws-sdk+token-providers@3.806.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
|
|
15593
15594
|
"use strict";
|
|
15594
15595
|
var __create2 = Object.create;
|
|
15595
15596
|
var __defProp2 = Object.defineProperty;
|
|
@@ -15775,9 +15776,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
15775
15776
|
}
|
|
15776
15777
|
});
|
|
15777
15778
|
|
|
15778
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15779
|
-
var
|
|
15780
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15779
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.806.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
|
|
15780
|
+
var require_dist_cjs48 = __commonJS({
|
|
15781
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.806.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
|
|
15781
15782
|
"use strict";
|
|
15782
15783
|
var __defProp2 = Object.defineProperty;
|
|
15783
15784
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -15809,7 +15810,7 @@ var require_dist_cjs49 = __commonJS({
|
|
|
15809
15810
|
var init_loadSso = __esm2({
|
|
15810
15811
|
"src/loadSso.ts"() {
|
|
15811
15812
|
"use strict";
|
|
15812
|
-
import_client_sso =
|
|
15813
|
+
import_client_sso = require_dist_cjs46();
|
|
15813
15814
|
}
|
|
15814
15815
|
});
|
|
15815
15816
|
var index_exports = {};
|
|
@@ -15821,7 +15822,7 @@ var require_dist_cjs49 = __commonJS({
|
|
|
15821
15822
|
module2.exports = __toCommonJS2(index_exports);
|
|
15822
15823
|
var isSsoProfile = /* @__PURE__ */ __name((arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string"), "isSsoProfile");
|
|
15823
15824
|
var import_client3 = (init_client(), __toCommonJS(client_exports));
|
|
15824
|
-
var import_token_providers =
|
|
15825
|
+
var import_token_providers = require_dist_cjs47();
|
|
15825
15826
|
var import_property_provider2 = require_dist_cjs23();
|
|
15826
15827
|
var import_shared_ini_file_loader = require_dist_cjs29();
|
|
15827
15828
|
var SHOULD_FAIL_CREDENTIAL_CHAIN = false;
|
|
@@ -16002,7 +16003,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
16002
16003
|
}
|
|
16003
16004
|
});
|
|
16004
16005
|
|
|
16005
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16006
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
|
|
16006
16007
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
16007
16008
|
return {
|
|
16008
16009
|
schemeId: "aws.auth#sigv4",
|
|
@@ -16025,7 +16026,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
|
|
|
16025
16026
|
}
|
|
16026
16027
|
var import_util_middleware4, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig2;
|
|
16027
16028
|
var init_httpAuthSchemeProvider2 = __esm({
|
|
16028
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16029
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
|
|
16029
16030
|
init_dist_es2();
|
|
16030
16031
|
import_util_middleware4 = __toESM(require_dist_cjs19());
|
|
16031
16032
|
init_STSClient();
|
|
@@ -16063,10 +16064,10 @@ var init_httpAuthSchemeProvider2 = __esm({
|
|
|
16063
16064
|
}
|
|
16064
16065
|
});
|
|
16065
16066
|
|
|
16066
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16067
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
|
|
16067
16068
|
var resolveClientEndpointParameters2, commonParams2;
|
|
16068
16069
|
var init_EndpointParameters2 = __esm({
|
|
16069
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16070
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
|
|
16070
16071
|
resolveClientEndpointParameters2 = (options) => {
|
|
16071
16072
|
return Object.assign(options, {
|
|
16072
16073
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -16085,10 +16086,10 @@ var init_EndpointParameters2 = __esm({
|
|
|
16085
16086
|
}
|
|
16086
16087
|
});
|
|
16087
16088
|
|
|
16088
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16089
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
|
|
16089
16090
|
var F, G, H, I, J, a2, b2, c2, d2, e2, f2, g2, h2, i2, j2, k2, l2, m2, n2, o2, p2, q2, r2, s2, t2, u2, v2, w2, x2, y, z, A, B, C, D, E, _data2, ruleSet2;
|
|
16090
16091
|
var init_ruleset2 = __esm({
|
|
16091
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16092
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
|
|
16092
16093
|
F = "required";
|
|
16093
16094
|
G = "type";
|
|
16094
16095
|
H = "fn";
|
|
@@ -16130,10 +16131,10 @@ var init_ruleset2 = __esm({
|
|
|
16130
16131
|
}
|
|
16131
16132
|
});
|
|
16132
16133
|
|
|
16133
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16134
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
|
|
16134
16135
|
var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResolver2;
|
|
16135
16136
|
var init_endpointResolver2 = __esm({
|
|
16136
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16137
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
|
|
16137
16138
|
import_util_endpoints3 = __toESM(require_dist_cjs22());
|
|
16138
16139
|
import_util_endpoints4 = __toESM(require_dist_cjs21());
|
|
16139
16140
|
init_ruleset2();
|
|
@@ -16151,10 +16152,10 @@ var init_endpointResolver2 = __esm({
|
|
|
16151
16152
|
}
|
|
16152
16153
|
});
|
|
16153
16154
|
|
|
16154
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16155
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
|
|
16155
16156
|
var import_smithy_client14, import_url_parser2, import_util_base642, import_util_utf82, getRuntimeConfig3;
|
|
16156
16157
|
var init_runtimeConfig_shared2 = __esm({
|
|
16157
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16158
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
|
|
16158
16159
|
init_dist_es2();
|
|
16159
16160
|
init_dist_es();
|
|
16160
16161
|
import_smithy_client14 = __toESM(require_dist_cjs17());
|
|
@@ -16194,10 +16195,10 @@ var init_runtimeConfig_shared2 = __esm({
|
|
|
16194
16195
|
}
|
|
16195
16196
|
});
|
|
16196
16197
|
|
|
16197
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16198
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
|
|
16198
16199
|
var import_util_user_agent_node2, import_config_resolver3, import_hash_node2, import_middleware_retry3, import_node_config_provider2, import_node_http_handler2, import_util_body_length_node2, import_util_retry2, import_smithy_client15, import_util_defaults_mode_node2, import_smithy_client16, getRuntimeConfig4;
|
|
16199
16200
|
var init_runtimeConfig2 = __esm({
|
|
16200
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16201
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
|
|
16201
16202
|
init_package();
|
|
16202
16203
|
init_dist_es2();
|
|
16203
16204
|
import_util_user_agent_node2 = __toESM(require_dist_cjs40());
|
|
@@ -16208,10 +16209,10 @@ var init_runtimeConfig2 = __esm({
|
|
|
16208
16209
|
import_node_config_provider2 = __toESM(require_dist_cjs30());
|
|
16209
16210
|
import_node_http_handler2 = __toESM(require_dist_cjs13());
|
|
16210
16211
|
import_util_body_length_node2 = __toESM(require_dist_cjs42());
|
|
16211
|
-
import_util_retry2 = __toESM(
|
|
16212
|
+
import_util_retry2 = __toESM(require_dist_cjs35());
|
|
16212
16213
|
init_runtimeConfig_shared2();
|
|
16213
16214
|
import_smithy_client15 = __toESM(require_dist_cjs17());
|
|
16214
|
-
import_util_defaults_mode_node2 = __toESM(
|
|
16215
|
+
import_util_defaults_mode_node2 = __toESM(require_dist_cjs44());
|
|
16215
16216
|
import_smithy_client16 = __toESM(require_dist_cjs17());
|
|
16216
16217
|
getRuntimeConfig4 = (config) => {
|
|
16217
16218
|
(0, import_smithy_client16.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -16219,13 +16220,13 @@ var init_runtimeConfig2 = __esm({
|
|
|
16219
16220
|
const defaultConfigProvider = () => defaultsMode().then(import_smithy_client15.loadConfigsForDefaultMode);
|
|
16220
16221
|
const clientSharedValues = getRuntimeConfig3(config);
|
|
16221
16222
|
emitWarningIfUnsupportedVersion(process.version);
|
|
16222
|
-
const
|
|
16223
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
16223
16224
|
return {
|
|
16224
16225
|
...clientSharedValues,
|
|
16225
16226
|
...config,
|
|
16226
16227
|
runtime: "node",
|
|
16227
16228
|
defaultsMode,
|
|
16228
|
-
authSchemePreference: config?.authSchemePreference ?? (0, import_node_config_provider2.loadConfig)(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
16229
|
+
authSchemePreference: config?.authSchemePreference ?? (0, import_node_config_provider2.loadConfig)(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
16229
16230
|
bodyLengthChecker: config?.bodyLengthChecker ?? import_util_body_length_node2.calculateBodyLength,
|
|
16230
16231
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, import_util_user_agent_node2.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
|
|
16231
16232
|
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
@@ -16241,7 +16242,7 @@ var init_runtimeConfig2 = __esm({
|
|
|
16241
16242
|
}
|
|
16242
16243
|
],
|
|
16243
16244
|
maxAttempts: config?.maxAttempts ?? (0, import_node_config_provider2.loadConfig)(import_middleware_retry3.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
16244
|
-
region: config?.region ?? (0, import_node_config_provider2.loadConfig)(import_config_resolver3.NODE_REGION_CONFIG_OPTIONS, { ...import_config_resolver3.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
16245
|
+
region: config?.region ?? (0, import_node_config_provider2.loadConfig)(import_config_resolver3.NODE_REGION_CONFIG_OPTIONS, { ...import_config_resolver3.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
16245
16246
|
requestHandler: import_node_http_handler2.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
16246
16247
|
retryMode: config?.retryMode ?? (0, import_node_config_provider2.loadConfig)({
|
|
16247
16248
|
...import_middleware_retry3.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
@@ -16249,18 +16250,18 @@ var init_runtimeConfig2 = __esm({
|
|
|
16249
16250
|
}, config),
|
|
16250
16251
|
sha256: config?.sha256 ?? import_hash_node2.Hash.bind(null, "sha256"),
|
|
16251
16252
|
streamCollector: config?.streamCollector ?? import_node_http_handler2.streamCollector,
|
|
16252
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, import_node_config_provider2.loadConfig)(import_config_resolver3.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
16253
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, import_node_config_provider2.loadConfig)(import_config_resolver3.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
16254
|
-
userAgentAppId: config?.userAgentAppId ?? (0, import_node_config_provider2.loadConfig)(import_util_user_agent_node2.NODE_APP_ID_CONFIG_OPTIONS,
|
|
16253
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, import_node_config_provider2.loadConfig)(import_config_resolver3.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
16254
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, import_node_config_provider2.loadConfig)(import_config_resolver3.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
16255
|
+
userAgentAppId: config?.userAgentAppId ?? (0, import_node_config_provider2.loadConfig)(import_util_user_agent_node2.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig)
|
|
16255
16256
|
};
|
|
16256
16257
|
};
|
|
16257
16258
|
}
|
|
16258
16259
|
});
|
|
16259
16260
|
|
|
16260
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16261
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
|
|
16261
16262
|
var getHttpAuthExtensionConfiguration2, resolveHttpAuthRuntimeConfig2;
|
|
16262
16263
|
var init_httpAuthExtensionConfiguration2 = __esm({
|
|
16263
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16264
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
|
|
16264
16265
|
getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
16265
16266
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
16266
16267
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -16301,11 +16302,11 @@ var init_httpAuthExtensionConfiguration2 = __esm({
|
|
|
16301
16302
|
}
|
|
16302
16303
|
});
|
|
16303
16304
|
|
|
16304
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16305
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
|
|
16305
16306
|
var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, resolveRuntimeExtensions2;
|
|
16306
16307
|
var init_runtimeExtensions2 = __esm({
|
|
16307
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16308
|
-
import_region_config_resolver2 = __toESM(
|
|
16308
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
|
|
16309
|
+
import_region_config_resolver2 = __toESM(require_dist_cjs45());
|
|
16309
16310
|
import_protocol_http9 = __toESM(require_dist_cjs2());
|
|
16310
16311
|
import_smithy_client17 = __toESM(require_dist_cjs17());
|
|
16311
16312
|
init_httpAuthExtensionConfiguration2();
|
|
@@ -16317,10 +16318,10 @@ var init_runtimeExtensions2 = __esm({
|
|
|
16317
16318
|
}
|
|
16318
16319
|
});
|
|
16319
16320
|
|
|
16320
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16321
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
|
|
16321
16322
|
var import_middleware_host_header2, import_middleware_logger2, import_middleware_recursion_detection2, import_middleware_user_agent2, import_config_resolver4, import_middleware_content_length2, import_middleware_endpoint3, import_middleware_retry4, import_smithy_client18, STSClient;
|
|
16322
16323
|
var init_STSClient = __esm({
|
|
16323
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16324
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
|
|
16324
16325
|
import_middleware_host_header2 = __toESM(require_dist_cjs3());
|
|
16325
16326
|
import_middleware_logger2 = __toESM(require_dist_cjs4());
|
|
16326
16327
|
import_middleware_recursion_detection2 = __toESM(require_dist_cjs5());
|
|
@@ -16371,10 +16372,10 @@ var init_STSClient = __esm({
|
|
|
16371
16372
|
}
|
|
16372
16373
|
});
|
|
16373
16374
|
|
|
16374
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16375
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
|
|
16375
16376
|
var import_smithy_client19, STSServiceException;
|
|
16376
16377
|
var init_STSServiceException = __esm({
|
|
16377
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16378
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
|
|
16378
16379
|
import_smithy_client19 = __toESM(require_dist_cjs17());
|
|
16379
16380
|
STSServiceException = class _STSServiceException extends import_smithy_client19.ServiceException {
|
|
16380
16381
|
constructor(options) {
|
|
@@ -16385,10 +16386,10 @@ var init_STSServiceException = __esm({
|
|
|
16385
16386
|
}
|
|
16386
16387
|
});
|
|
16387
16388
|
|
|
16388
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16389
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
|
|
16389
16390
|
var import_smithy_client20, CredentialsFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, ExpiredTokenException2, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, IDPRejectedClaimException, InvalidIdentityTokenException, AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, IDPCommunicationErrorException;
|
|
16390
16391
|
var init_models_02 = __esm({
|
|
16391
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16392
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
|
|
16392
16393
|
import_smithy_client20 = __toESM(require_dist_cjs17());
|
|
16393
16394
|
init_STSServiceException();
|
|
16394
16395
|
CredentialsFilterSensitiveLog = (obj) => ({
|
|
@@ -16494,10 +16495,10 @@ var init_models_02 = __esm({
|
|
|
16494
16495
|
}
|
|
16495
16496
|
});
|
|
16496
16497
|
|
|
16497
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16498
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
|
|
16498
16499
|
var import_protocol_http10, import_smithy_client21, se_AssumeRoleCommand, se_AssumeRoleWithWebIdentityCommand, de_AssumeRoleCommand, de_AssumeRoleWithWebIdentityCommand, de_CommandError2, de_ExpiredTokenExceptionRes2, de_IDPCommunicationErrorExceptionRes, de_IDPRejectedClaimExceptionRes, de_InvalidIdentityTokenExceptionRes, de_MalformedPolicyDocumentExceptionRes, de_PackedPolicyTooLargeExceptionRes, de_RegionDisabledExceptionRes, se_AssumeRoleRequest, se_AssumeRoleWithWebIdentityRequest, se_policyDescriptorListType, se_PolicyDescriptorType, se_ProvidedContext, se_ProvidedContextsListType, se_Tag, se_tagKeyListType, se_tagListType, de_AssumedRoleUser, de_AssumeRoleResponse, de_AssumeRoleWithWebIdentityResponse, de_Credentials, de_ExpiredTokenException, de_IDPCommunicationErrorException, de_IDPRejectedClaimException, de_InvalidIdentityTokenException, de_MalformedPolicyDocumentException, de_PackedPolicyTooLargeException, de_RegionDisabledException, deserializeMetadata2, throwDefaultError2, buildHttpRpcRequest, SHARED_HEADERS, _, _A, _AKI, _AR, _ARI, _ARU, _ARWWI, _Ar, _Au, _C, _CA, _DS, _E, _EI, _K, _P, _PA, _PAr, _PC, _PI, _PPS, _Pr, _RA, _RSN, _SAK, _SFWIT, _SI, _SN, _ST, _T, _TC, _TTK, _V, _Va, _WIT, _a, _m, buildFormUrlencodedString, loadQueryErrorCode;
|
|
16499
16500
|
var init_Aws_query = __esm({
|
|
16500
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16501
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
|
|
16501
16502
|
init_dist_es2();
|
|
16502
16503
|
import_protocol_http10 = __toESM(require_dist_cjs2());
|
|
16503
16504
|
import_smithy_client21 = __toESM(require_dist_cjs17());
|
|
@@ -17026,10 +17027,10 @@ var init_Aws_query = __esm({
|
|
|
17026
17027
|
}
|
|
17027
17028
|
});
|
|
17028
17029
|
|
|
17029
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17030
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
|
|
17030
17031
|
var import_middleware_endpoint4, import_middleware_serde3, import_smithy_client22, AssumeRoleCommand;
|
|
17031
17032
|
var init_AssumeRoleCommand = __esm({
|
|
17032
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17033
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
|
|
17033
17034
|
import_middleware_endpoint4 = __toESM(require_dist_cjs33());
|
|
17034
17035
|
import_middleware_serde3 = __toESM(require_dist_cjs20());
|
|
17035
17036
|
import_smithy_client22 = __toESM(require_dist_cjs17());
|
|
@@ -17046,10 +17047,10 @@ var init_AssumeRoleCommand = __esm({
|
|
|
17046
17047
|
}
|
|
17047
17048
|
});
|
|
17048
17049
|
|
|
17049
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17050
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
|
|
17050
17051
|
var import_middleware_endpoint5, import_middleware_serde4, import_smithy_client23, AssumeRoleWithWebIdentityCommand;
|
|
17051
17052
|
var init_AssumeRoleWithWebIdentityCommand = __esm({
|
|
17052
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17053
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
|
|
17053
17054
|
import_middleware_endpoint5 = __toESM(require_dist_cjs33());
|
|
17054
17055
|
import_middleware_serde4 = __toESM(require_dist_cjs20());
|
|
17055
17056
|
import_smithy_client23 = __toESM(require_dist_cjs17());
|
|
@@ -17066,10 +17067,10 @@ var init_AssumeRoleWithWebIdentityCommand = __esm({
|
|
|
17066
17067
|
}
|
|
17067
17068
|
});
|
|
17068
17069
|
|
|
17069
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17070
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
|
|
17070
17071
|
var import_smithy_client24, commands2, STS;
|
|
17071
17072
|
var init_STS = __esm({
|
|
17072
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17073
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
|
|
17073
17074
|
import_smithy_client24 = __toESM(require_dist_cjs17());
|
|
17074
17075
|
init_AssumeRoleCommand();
|
|
17075
17076
|
init_AssumeRoleWithWebIdentityCommand();
|
|
@@ -17084,25 +17085,25 @@ var init_STS = __esm({
|
|
|
17084
17085
|
}
|
|
17085
17086
|
});
|
|
17086
17087
|
|
|
17087
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17088
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
|
|
17088
17089
|
var init_commands2 = __esm({
|
|
17089
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17090
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
|
|
17090
17091
|
init_AssumeRoleCommand();
|
|
17091
17092
|
init_AssumeRoleWithWebIdentityCommand();
|
|
17092
17093
|
}
|
|
17093
17094
|
});
|
|
17094
17095
|
|
|
17095
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17096
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
|
|
17096
17097
|
var init_models2 = __esm({
|
|
17097
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17098
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
|
|
17098
17099
|
init_models_02();
|
|
17099
17100
|
}
|
|
17100
17101
|
});
|
|
17101
17102
|
|
|
17102
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17103
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
|
|
17103
17104
|
var ASSUME_ROLE_DEFAULT_REGION, getAccountIdFromAssumedRoleUser, resolveRegion, getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, isH2;
|
|
17104
17105
|
var init_defaultStsRoleAssumers = __esm({
|
|
17105
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17106
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
|
|
17106
17107
|
init_client();
|
|
17107
17108
|
init_AssumeRoleCommand();
|
|
17108
17109
|
init_AssumeRoleWithWebIdentityCommand();
|
|
@@ -17196,10 +17197,10 @@ var init_defaultStsRoleAssumers = __esm({
|
|
|
17196
17197
|
}
|
|
17197
17198
|
});
|
|
17198
17199
|
|
|
17199
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17200
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
|
|
17200
17201
|
var getCustomizableStsClientCtor, getDefaultRoleAssumer2, getDefaultRoleAssumerWithWebIdentity2, decorateDefaultCredentialProvider;
|
|
17201
17202
|
var init_defaultRoleAssumers = __esm({
|
|
17202
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17203
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
|
|
17203
17204
|
init_defaultStsRoleAssumers();
|
|
17204
17205
|
init_STSClient();
|
|
17205
17206
|
getCustomizableStsClientCtor = (baseCtor, customizations) => {
|
|
@@ -17225,7 +17226,7 @@ var init_defaultRoleAssumers = __esm({
|
|
|
17225
17226
|
}
|
|
17226
17227
|
});
|
|
17227
17228
|
|
|
17228
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17229
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
|
|
17229
17230
|
var sts_exports = {};
|
|
17230
17231
|
__export(sts_exports, {
|
|
17231
17232
|
AssumeRoleCommand: () => AssumeRoleCommand,
|
|
@@ -17250,7 +17251,7 @@ __export(sts_exports, {
|
|
|
17250
17251
|
getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
|
|
17251
17252
|
});
|
|
17252
17253
|
var init_sts = __esm({
|
|
17253
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17254
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.806.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
|
|
17254
17255
|
init_STSClient();
|
|
17255
17256
|
init_STS();
|
|
17256
17257
|
init_commands2();
|
|
@@ -17260,9 +17261,9 @@ var init_sts = __esm({
|
|
|
17260
17261
|
}
|
|
17261
17262
|
});
|
|
17262
17263
|
|
|
17263
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
|
17264
|
-
var
|
|
17265
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
|
17264
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-process@3.806.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
|
|
17265
|
+
var require_dist_cjs49 = __commonJS({
|
|
17266
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-process@3.806.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
|
|
17266
17267
|
"use strict";
|
|
17267
17268
|
var __defProp2 = Object.defineProperty;
|
|
17268
17269
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17362,9 +17363,9 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17362
17363
|
}
|
|
17363
17364
|
});
|
|
17364
17365
|
|
|
17365
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17366
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.806.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
|
|
17366
17367
|
var require_fromWebToken = __commonJS({
|
|
17367
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17368
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.806.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
|
|
17368
17369
|
"use strict";
|
|
17369
17370
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o3, m3, k3, k22) {
|
|
17370
17371
|
if (k22 === void 0) k22 = k3;
|
|
@@ -17384,15 +17385,25 @@ var require_fromWebToken = __commonJS({
|
|
|
17384
17385
|
} : function(o3, v6) {
|
|
17385
17386
|
o3["default"] = v6;
|
|
17386
17387
|
});
|
|
17387
|
-
var __importStar2 = exports2 && exports2.__importStar || function(
|
|
17388
|
-
|
|
17389
|
-
|
|
17390
|
-
|
|
17391
|
-
|
|
17392
|
-
|
|
17393
|
-
|
|
17394
|
-
|
|
17395
|
-
|
|
17388
|
+
var __importStar2 = exports2 && exports2.__importStar || /* @__PURE__ */ function() {
|
|
17389
|
+
var ownKeys2 = function(o3) {
|
|
17390
|
+
ownKeys2 = Object.getOwnPropertyNames || function(o4) {
|
|
17391
|
+
var ar = [];
|
|
17392
|
+
for (var k3 in o4) if (Object.prototype.hasOwnProperty.call(o4, k3)) ar[ar.length] = k3;
|
|
17393
|
+
return ar;
|
|
17394
|
+
};
|
|
17395
|
+
return ownKeys2(o3);
|
|
17396
|
+
};
|
|
17397
|
+
return function(mod) {
|
|
17398
|
+
if (mod && mod.__esModule) return mod;
|
|
17399
|
+
var result = {};
|
|
17400
|
+
if (mod != null) {
|
|
17401
|
+
for (var k3 = ownKeys2(mod), i3 = 0; i3 < k3.length; i3++) if (k3[i3] !== "default") __createBinding2(result, mod, k3[i3]);
|
|
17402
|
+
}
|
|
17403
|
+
__setModuleDefault2(result, mod);
|
|
17404
|
+
return result;
|
|
17405
|
+
};
|
|
17406
|
+
}();
|
|
17396
17407
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17397
17408
|
exports2.fromWebToken = void 0;
|
|
17398
17409
|
var fromWebToken2 = (init) => async (awsIdentityProperties) => {
|
|
@@ -17424,9 +17435,9 @@ var require_fromWebToken = __commonJS({
|
|
|
17424
17435
|
}
|
|
17425
17436
|
});
|
|
17426
17437
|
|
|
17427
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17438
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.806.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
|
|
17428
17439
|
var require_fromTokenFile = __commonJS({
|
|
17429
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17440
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.806.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
|
|
17430
17441
|
"use strict";
|
|
17431
17442
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17432
17443
|
exports2.fromTokenFile = void 0;
|
|
@@ -17462,9 +17473,9 @@ var require_fromTokenFile = __commonJS({
|
|
|
17462
17473
|
}
|
|
17463
17474
|
});
|
|
17464
17475
|
|
|
17465
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17466
|
-
var
|
|
17467
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17476
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.806.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
|
|
17477
|
+
var require_dist_cjs50 = __commonJS({
|
|
17478
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.806.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
|
|
17468
17479
|
"use strict";
|
|
17469
17480
|
var __defProp2 = Object.defineProperty;
|
|
17470
17481
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17487,9 +17498,9 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17487
17498
|
}
|
|
17488
17499
|
});
|
|
17489
17500
|
|
|
17490
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
17491
|
-
var
|
|
17492
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
17501
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.806.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
|
|
17502
|
+
var require_dist_cjs51 = __commonJS({
|
|
17503
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.806.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
|
|
17493
17504
|
"use strict";
|
|
17494
17505
|
var __create2 = Object.create;
|
|
17495
17506
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17640,14 +17651,14 @@ var require_dist_cjs52 = __commonJS({
|
|
|
17640
17651
|
return !section.role_arn && !!section.credential_source;
|
|
17641
17652
|
}, "isCredentialSourceWithoutRoleArn");
|
|
17642
17653
|
var isProcessProfile = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", "isProcessProfile");
|
|
17643
|
-
var resolveProcessCredentials = /* @__PURE__ */ __name(async (options, profile) => Promise.resolve().then(() => __toESM2(
|
|
17654
|
+
var resolveProcessCredentials = /* @__PURE__ */ __name(async (options, profile) => Promise.resolve().then(() => __toESM2(require_dist_cjs49())).then(
|
|
17644
17655
|
({ fromProcess }) => fromProcess({
|
|
17645
17656
|
...options,
|
|
17646
17657
|
profile
|
|
17647
17658
|
})().then((creds) => (0, import_client3.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_PROCESS", "v"))
|
|
17648
17659
|
), "resolveProcessCredentials");
|
|
17649
17660
|
var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, profileData, options = {}) => {
|
|
17650
|
-
const { fromSSO } = await Promise.resolve().then(() => __toESM2(
|
|
17661
|
+
const { fromSSO } = await Promise.resolve().then(() => __toESM2(require_dist_cjs48()));
|
|
17651
17662
|
return fromSSO({
|
|
17652
17663
|
profile,
|
|
17653
17664
|
logger: options.logger,
|
|
@@ -17675,7 +17686,7 @@ var require_dist_cjs52 = __commonJS({
|
|
|
17675
17686
|
return (0, import_client3.setCredentialFeature)(credentials, "CREDENTIALS_PROFILE", "n");
|
|
17676
17687
|
}, "resolveStaticCredentials");
|
|
17677
17688
|
var isWebIdentityProfile = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1, "isWebIdentityProfile");
|
|
17678
|
-
var resolveWebIdentityCredentials = /* @__PURE__ */ __name(async (profile, options) => Promise.resolve().then(() => __toESM2(
|
|
17689
|
+
var resolveWebIdentityCredentials = /* @__PURE__ */ __name(async (profile, options) => Promise.resolve().then(() => __toESM2(require_dist_cjs50())).then(
|
|
17679
17690
|
({ fromTokenFile: fromTokenFile2 }) => fromTokenFile2({
|
|
17680
17691
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
17681
17692
|
roleArn: profile.role_arn,
|
|
@@ -17731,9 +17742,9 @@ var require_dist_cjs52 = __commonJS({
|
|
|
17731
17742
|
}
|
|
17732
17743
|
});
|
|
17733
17744
|
|
|
17734
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17735
|
-
var
|
|
17736
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17745
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.806.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
|
|
17746
|
+
var require_dist_cjs52 = __commonJS({
|
|
17747
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.806.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
|
|
17737
17748
|
"use strict";
|
|
17738
17749
|
var __create2 = Object.create;
|
|
17739
17750
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17830,22 +17841,22 @@ var require_dist_cjs53 = __commonJS({
|
|
|
17830
17841
|
{ logger: init.logger }
|
|
17831
17842
|
);
|
|
17832
17843
|
}
|
|
17833
|
-
const { fromSSO } = await Promise.resolve().then(() => __toESM2(
|
|
17844
|
+
const { fromSSO } = await Promise.resolve().then(() => __toESM2(require_dist_cjs48()));
|
|
17834
17845
|
return fromSSO(init)();
|
|
17835
17846
|
},
|
|
17836
17847
|
async () => {
|
|
17837
17848
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
17838
|
-
const { fromIni } = await Promise.resolve().then(() => __toESM2(
|
|
17849
|
+
const { fromIni } = await Promise.resolve().then(() => __toESM2(require_dist_cjs51()));
|
|
17839
17850
|
return fromIni(init)();
|
|
17840
17851
|
},
|
|
17841
17852
|
async () => {
|
|
17842
17853
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
17843
|
-
const { fromProcess } = await Promise.resolve().then(() => __toESM2(
|
|
17854
|
+
const { fromProcess } = await Promise.resolve().then(() => __toESM2(require_dist_cjs49()));
|
|
17844
17855
|
return fromProcess(init)();
|
|
17845
17856
|
},
|
|
17846
17857
|
async () => {
|
|
17847
17858
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
17848
|
-
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => __toESM2(
|
|
17859
|
+
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => __toESM2(require_dist_cjs50()));
|
|
17849
17860
|
return fromTokenFile2(init)();
|
|
17850
17861
|
},
|
|
17851
17862
|
async () => {
|
|
@@ -17867,9 +17878,9 @@ var require_dist_cjs53 = __commonJS({
|
|
|
17867
17878
|
}
|
|
17868
17879
|
});
|
|
17869
17880
|
|
|
17870
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17881
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
|
|
17871
17882
|
var require_ruleset2 = __commonJS({
|
|
17872
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17883
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
|
|
17873
17884
|
"use strict";
|
|
17874
17885
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17875
17886
|
exports2.ruleSet = void 0;
|
|
@@ -17902,9 +17913,9 @@ var require_ruleset2 = __commonJS({
|
|
|
17902
17913
|
}
|
|
17903
17914
|
});
|
|
17904
17915
|
|
|
17905
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17916
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
|
|
17906
17917
|
var require_endpointResolver2 = __commonJS({
|
|
17907
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17918
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
17908
17919
|
"use strict";
|
|
17909
17920
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17910
17921
|
exports2.defaultEndpointResolver = void 0;
|
|
@@ -17926,9 +17937,9 @@ var require_endpointResolver2 = __commonJS({
|
|
|
17926
17937
|
}
|
|
17927
17938
|
});
|
|
17928
17939
|
|
|
17929
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17940
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
|
|
17930
17941
|
var require_runtimeConfig_shared2 = __commonJS({
|
|
17931
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17942
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
17932
17943
|
"use strict";
|
|
17933
17944
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17934
17945
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -17966,16 +17977,16 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
17966
17977
|
}
|
|
17967
17978
|
});
|
|
17968
17979
|
|
|
17969
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17980
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
|
|
17970
17981
|
var require_runtimeConfig2 = __commonJS({
|
|
17971
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17982
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
|
|
17972
17983
|
"use strict";
|
|
17973
17984
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17974
17985
|
exports2.getRuntimeConfig = void 0;
|
|
17975
17986
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
17976
17987
|
var package_json_1 = tslib_1.__importDefault(require_package());
|
|
17977
17988
|
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
17978
|
-
var credential_provider_node_1 =
|
|
17989
|
+
var credential_provider_node_1 = require_dist_cjs52();
|
|
17979
17990
|
var util_user_agent_node_1 = require_dist_cjs40();
|
|
17980
17991
|
var config_resolver_1 = require_dist_cjs27();
|
|
17981
17992
|
var hash_node_1 = require_dist_cjs41();
|
|
@@ -17983,10 +17994,10 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
17983
17994
|
var node_config_provider_1 = require_dist_cjs30();
|
|
17984
17995
|
var node_http_handler_1 = require_dist_cjs13();
|
|
17985
17996
|
var util_body_length_node_1 = require_dist_cjs42();
|
|
17986
|
-
var util_retry_1 =
|
|
17997
|
+
var util_retry_1 = require_dist_cjs35();
|
|
17987
17998
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared2();
|
|
17988
17999
|
var smithy_client_1 = require_dist_cjs17();
|
|
17989
|
-
var util_defaults_mode_node_1 =
|
|
18000
|
+
var util_defaults_mode_node_1 = require_dist_cjs44();
|
|
17990
18001
|
var smithy_client_2 = require_dist_cjs17();
|
|
17991
18002
|
var getRuntimeConfig5 = (config) => {
|
|
17992
18003
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -17994,19 +18005,19 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
17994
18005
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
17995
18006
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
17996
18007
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
17997
|
-
const
|
|
18008
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
17998
18009
|
return {
|
|
17999
18010
|
...clientSharedValues,
|
|
18000
18011
|
...config,
|
|
18001
18012
|
runtime: "node",
|
|
18002
18013
|
defaultsMode,
|
|
18003
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
18014
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
18004
18015
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
18005
18016
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
18006
18017
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
18007
18018
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
18008
18019
|
md5: config?.md5 ?? hash_node_1.Hash.bind(null, "md5"),
|
|
18009
|
-
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
18020
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
18010
18021
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
18011
18022
|
retryMode: config?.retryMode ?? (0, node_config_provider_1.loadConfig)({
|
|
18012
18023
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
@@ -18014,18 +18025,18 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
18014
18025
|
}, config),
|
|
18015
18026
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
18016
18027
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
18017
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
18018
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
18019
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS,
|
|
18028
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
18029
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
18030
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig)
|
|
18020
18031
|
};
|
|
18021
18032
|
};
|
|
18022
18033
|
exports2.getRuntimeConfig = getRuntimeConfig5;
|
|
18023
18034
|
}
|
|
18024
18035
|
});
|
|
18025
18036
|
|
|
18026
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
18027
|
-
var
|
|
18028
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
18037
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
|
|
18038
|
+
var require_dist_cjs53 = __commonJS({
|
|
18039
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.806.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
|
|
18029
18040
|
"use strict";
|
|
18030
18041
|
var __defProp2 = Object.defineProperty;
|
|
18031
18042
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -18134,7 +18145,7 @@ var require_dist_cjs54 = __commonJS({
|
|
|
18134
18145
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
18135
18146
|
};
|
|
18136
18147
|
var import_runtimeConfig5 = require_runtimeConfig2();
|
|
18137
|
-
var import_region_config_resolver3 =
|
|
18148
|
+
var import_region_config_resolver3 = require_dist_cjs45();
|
|
18138
18149
|
var import_protocol_http11 = require_dist_cjs2();
|
|
18139
18150
|
var import_smithy_client25 = require_dist_cjs17();
|
|
18140
18151
|
var getHttpAuthExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
@@ -21848,7 +21859,7 @@ __export(cache_handler_exports, {
|
|
|
21848
21859
|
default: () => CacheHandler
|
|
21849
21860
|
});
|
|
21850
21861
|
module.exports = __toCommonJS(cache_handler_exports);
|
|
21851
|
-
var import_client_sqs = __toESM(
|
|
21862
|
+
var import_client_sqs = __toESM(require_dist_cjs53());
|
|
21852
21863
|
var import_file_system_cache = __toESM(require_file_system_cache());
|
|
21853
21864
|
var sqsClient = new import_client_sqs.SQSClient();
|
|
21854
21865
|
var CacheHandler = class extends import_file_system_cache.default {
|