cdk-nextjs 0.3.8 → 0.3.9
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 +3 -3
- package/lib/nextjs-assets-deployment.js +1 -1
- package/lib/nextjs-build/cache-handler.cjs +802 -317
- 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 +1 -1
- 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 +1 -1
- package/lib/root-constructs/nextjs-global-functions.js +1 -1
- package/lib/root-constructs/nextjs-regional-containers.js +1 -1
- package/package.json +7 -7
|
@@ -3014,10 +3014,10 @@ var require_dist_cjs16 = __commonJS({
|
|
|
3014
3014
|
}
|
|
3015
3015
|
});
|
|
3016
3016
|
|
|
3017
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
3017
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3020
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3035
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3042
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3046
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3049
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3066
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3072
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3140
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
3150
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/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.1/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.1/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.798.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.798.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.
|
|
4544
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/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.
|
|
4547
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/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,7 +4588,34 @@ var require_dist_cjs19 = __commonJS({
|
|
|
4588
4588
|
}
|
|
4589
4589
|
});
|
|
4590
4590
|
|
|
4591
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4591
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js
|
|
4592
|
+
var resolveAuthOptions;
|
|
4593
|
+
var init_resolveAuthOptions = __esm({
|
|
4594
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js"() {
|
|
4595
|
+
resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => {
|
|
4596
|
+
if (!authSchemePreference || authSchemePreference.length === 0) {
|
|
4597
|
+
return candidateAuthOptions;
|
|
4598
|
+
}
|
|
4599
|
+
const preferredAuthOptions = [];
|
|
4600
|
+
for (const preferredSchemeName of authSchemePreference) {
|
|
4601
|
+
for (const candidateAuthOption of candidateAuthOptions) {
|
|
4602
|
+
const candidateAuthSchemeName = candidateAuthOption.schemeId.split("#")[1];
|
|
4603
|
+
if (candidateAuthSchemeName === preferredSchemeName) {
|
|
4604
|
+
preferredAuthOptions.push(candidateAuthOption);
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4607
|
+
}
|
|
4608
|
+
for (const candidateAuthOption of candidateAuthOptions) {
|
|
4609
|
+
if (!preferredAuthOptions.find(({ schemeId }) => schemeId === candidateAuthOption.schemeId)) {
|
|
4610
|
+
preferredAuthOptions.push(candidateAuthOption);
|
|
4611
|
+
}
|
|
4612
|
+
}
|
|
4613
|
+
return preferredAuthOptions;
|
|
4614
|
+
};
|
|
4615
|
+
}
|
|
4616
|
+
});
|
|
4617
|
+
|
|
4618
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
|
|
4592
4619
|
function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
4593
4620
|
const map2 = /* @__PURE__ */ new Map();
|
|
4594
4621
|
for (const scheme of httpAuthSchemes) {
|
|
@@ -4598,15 +4625,18 @@ function convertHttpAuthSchemesToMap(httpAuthSchemes) {
|
|
|
4598
4625
|
}
|
|
4599
4626
|
var import_types2, import_util_middleware, httpAuthSchemeMiddleware;
|
|
4600
4627
|
var init_httpAuthSchemeMiddleware = __esm({
|
|
4601
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4628
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js"() {
|
|
4602
4629
|
import_types2 = __toESM(require_dist_cjs());
|
|
4603
4630
|
import_util_middleware = __toESM(require_dist_cjs19());
|
|
4631
|
+
init_resolveAuthOptions();
|
|
4604
4632
|
httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (args) => {
|
|
4605
4633
|
const options = config.httpAuthSchemeProvider(await mwOptions.httpAuthSchemeParametersProvider(config, context, args.input));
|
|
4634
|
+
const authSchemePreference = config.authSchemePreference ? await config.authSchemePreference() : [];
|
|
4635
|
+
const resolvedOptions = resolveAuthOptions(options, authSchemePreference);
|
|
4606
4636
|
const authSchemes = convertHttpAuthSchemesToMap(config.httpAuthSchemes);
|
|
4607
4637
|
const smithyContext = (0, import_util_middleware.getSmithyContext)(context);
|
|
4608
4638
|
const failureReasons = [];
|
|
4609
|
-
for (const option of
|
|
4639
|
+
for (const option of resolvedOptions) {
|
|
4610
4640
|
const scheme = authSchemes.get(option.schemeId);
|
|
4611
4641
|
if (!scheme) {
|
|
4612
4642
|
failureReasons.push(`HttpAuthScheme \`${option.schemeId}\` was not enabled for this service.`);
|
|
@@ -4635,10 +4665,10 @@ var init_httpAuthSchemeMiddleware = __esm({
|
|
|
4635
4665
|
}
|
|
4636
4666
|
});
|
|
4637
4667
|
|
|
4638
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4668
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
|
|
4639
4669
|
var httpAuthSchemeEndpointRuleSetMiddlewareOptions, getHttpAuthSchemeEndpointRuleSetPlugin;
|
|
4640
4670
|
var init_getHttpAuthSchemeEndpointRuleSetPlugin = __esm({
|
|
4641
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4671
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js"() {
|
|
4642
4672
|
init_httpAuthSchemeMiddleware();
|
|
4643
4673
|
httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
4644
4674
|
step: "serialize",
|
|
@@ -4756,10 +4786,10 @@ var require_dist_cjs20 = __commonJS({
|
|
|
4756
4786
|
}
|
|
4757
4787
|
});
|
|
4758
4788
|
|
|
4759
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4789
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js
|
|
4760
4790
|
var import_middleware_serde, httpAuthSchemeMiddlewareOptions, getHttpAuthSchemePlugin;
|
|
4761
4791
|
var init_getHttpAuthSchemePlugin = __esm({
|
|
4762
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4792
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js"() {
|
|
4763
4793
|
import_middleware_serde = __toESM(require_dist_cjs20());
|
|
4764
4794
|
init_httpAuthSchemeMiddleware();
|
|
4765
4795
|
httpAuthSchemeMiddlewareOptions = {
|
|
@@ -4781,19 +4811,19 @@ var init_getHttpAuthSchemePlugin = __esm({
|
|
|
4781
4811
|
}
|
|
4782
4812
|
});
|
|
4783
4813
|
|
|
4784
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4814
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js
|
|
4785
4815
|
var init_middleware_http_auth_scheme = __esm({
|
|
4786
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4816
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js"() {
|
|
4787
4817
|
init_httpAuthSchemeMiddleware();
|
|
4788
4818
|
init_getHttpAuthSchemeEndpointRuleSetPlugin();
|
|
4789
4819
|
init_getHttpAuthSchemePlugin();
|
|
4790
4820
|
}
|
|
4791
4821
|
});
|
|
4792
4822
|
|
|
4793
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4823
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js
|
|
4794
4824
|
var import_protocol_http2, import_types3, import_util_middleware2, defaultErrorHandler, defaultSuccessHandler, httpSigningMiddleware;
|
|
4795
4825
|
var init_httpSigningMiddleware = __esm({
|
|
4796
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4826
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js"() {
|
|
4797
4827
|
import_protocol_http2 = __toESM(require_dist_cjs2());
|
|
4798
4828
|
import_types3 = __toESM(require_dist_cjs());
|
|
4799
4829
|
import_util_middleware2 = __toESM(require_dist_cjs19());
|
|
@@ -4822,10 +4852,10 @@ var init_httpSigningMiddleware = __esm({
|
|
|
4822
4852
|
}
|
|
4823
4853
|
});
|
|
4824
4854
|
|
|
4825
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4855
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
|
|
4826
4856
|
var httpSigningMiddlewareOptions, getHttpSigningPlugin;
|
|
4827
4857
|
var init_getHttpSigningMiddleware = __esm({
|
|
4828
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4858
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js"() {
|
|
4829
4859
|
init_httpSigningMiddleware();
|
|
4830
4860
|
httpSigningMiddlewareOptions = {
|
|
4831
4861
|
step: "finalizeRequest",
|
|
@@ -4844,18 +4874,18 @@ var init_getHttpSigningMiddleware = __esm({
|
|
|
4844
4874
|
}
|
|
4845
4875
|
});
|
|
4846
4876
|
|
|
4847
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4877
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js
|
|
4848
4878
|
var init_middleware_http_signing = __esm({
|
|
4849
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4879
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js"() {
|
|
4850
4880
|
init_httpSigningMiddleware();
|
|
4851
4881
|
init_getHttpSigningMiddleware();
|
|
4852
4882
|
}
|
|
4853
4883
|
});
|
|
4854
4884
|
|
|
4855
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4885
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
4856
4886
|
var normalizeProvider;
|
|
4857
4887
|
var init_normalizeProvider = __esm({
|
|
4858
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4888
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/normalizeProvider.js"() {
|
|
4859
4889
|
normalizeProvider = (input) => {
|
|
4860
4890
|
if (typeof input === "function")
|
|
4861
4891
|
return input;
|
|
@@ -4865,7 +4895,7 @@ var init_normalizeProvider = __esm({
|
|
|
4865
4895
|
}
|
|
4866
4896
|
});
|
|
4867
4897
|
|
|
4868
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4898
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/pagination/createPaginator.js
|
|
4869
4899
|
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
4870
4900
|
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
4871
4901
|
const _input = input;
|
|
@@ -4892,7 +4922,7 @@ function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenNam
|
|
|
4892
4922
|
}
|
|
4893
4923
|
var makePagedClientRequest, get;
|
|
4894
4924
|
var init_createPaginator = __esm({
|
|
4895
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4925
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/pagination/createPaginator.js"() {
|
|
4896
4926
|
makePagedClientRequest = async (CommandCtor, client, input, withCommand = (_2) => _2, ...args) => {
|
|
4897
4927
|
let command = new CommandCtor(input);
|
|
4898
4928
|
command = withCommand(command) ?? command;
|
|
@@ -4912,14 +4942,14 @@ var init_createPaginator = __esm({
|
|
|
4912
4942
|
}
|
|
4913
4943
|
});
|
|
4914
4944
|
|
|
4915
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4945
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js
|
|
4916
4946
|
var init_requestBuilder2 = __esm({
|
|
4917
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4947
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js"() {
|
|
4918
4948
|
init_protocols();
|
|
4919
4949
|
}
|
|
4920
4950
|
});
|
|
4921
4951
|
|
|
4922
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4952
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/setFeature.js
|
|
4923
4953
|
function setFeature(context, feature, value) {
|
|
4924
4954
|
if (!context.__smithy_context) {
|
|
4925
4955
|
context.__smithy_context = {
|
|
@@ -4931,14 +4961,14 @@ function setFeature(context, feature, value) {
|
|
|
4931
4961
|
context.__smithy_context.features[feature] = value;
|
|
4932
4962
|
}
|
|
4933
4963
|
var init_setFeature = __esm({
|
|
4934
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4964
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/setFeature.js"() {
|
|
4935
4965
|
}
|
|
4936
4966
|
});
|
|
4937
4967
|
|
|
4938
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4968
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js
|
|
4939
4969
|
var DefaultIdentityProviderConfig;
|
|
4940
4970
|
var init_DefaultIdentityProviderConfig = __esm({
|
|
4941
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4971
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js"() {
|
|
4942
4972
|
DefaultIdentityProviderConfig = class {
|
|
4943
4973
|
constructor(config) {
|
|
4944
4974
|
this.authSchemes = /* @__PURE__ */ new Map();
|
|
@@ -4955,10 +4985,10 @@ var init_DefaultIdentityProviderConfig = __esm({
|
|
|
4955
4985
|
}
|
|
4956
4986
|
});
|
|
4957
4987
|
|
|
4958
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
4988
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
|
|
4959
4989
|
var import_protocol_http3, import_types4, HttpApiKeyAuthSigner;
|
|
4960
4990
|
var init_httpApiKeyAuth = __esm({
|
|
4961
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
4991
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js"() {
|
|
4962
4992
|
import_protocol_http3 = __toESM(require_dist_cjs2());
|
|
4963
4993
|
import_types4 = __toESM(require_dist_cjs());
|
|
4964
4994
|
HttpApiKeyAuthSigner = class {
|
|
@@ -4989,10 +5019,10 @@ var init_httpApiKeyAuth = __esm({
|
|
|
4989
5019
|
}
|
|
4990
5020
|
});
|
|
4991
5021
|
|
|
4992
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
5022
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
|
|
4993
5023
|
var import_protocol_http4, HttpBearerAuthSigner;
|
|
4994
5024
|
var init_httpBearerAuth = __esm({
|
|
4995
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
5025
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js"() {
|
|
4996
5026
|
import_protocol_http4 = __toESM(require_dist_cjs2());
|
|
4997
5027
|
HttpBearerAuthSigner = class {
|
|
4998
5028
|
async sign(httpRequest, identity, signingProperties) {
|
|
@@ -5007,10 +5037,10 @@ var init_httpBearerAuth = __esm({
|
|
|
5007
5037
|
}
|
|
5008
5038
|
});
|
|
5009
5039
|
|
|
5010
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
5040
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
5011
5041
|
var NoAuthSigner;
|
|
5012
5042
|
var init_noAuth = __esm({
|
|
5013
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
5043
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js"() {
|
|
5014
5044
|
NoAuthSigner = class {
|
|
5015
5045
|
async sign(httpRequest, identity, signingProperties) {
|
|
5016
5046
|
return httpRequest;
|
|
@@ -5019,19 +5049,19 @@ var init_noAuth = __esm({
|
|
|
5019
5049
|
}
|
|
5020
5050
|
});
|
|
5021
5051
|
|
|
5022
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
5052
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js
|
|
5023
5053
|
var init_httpAuthSchemes = __esm({
|
|
5024
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
5054
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js"() {
|
|
5025
5055
|
init_httpApiKeyAuth();
|
|
5026
5056
|
init_httpBearerAuth();
|
|
5027
5057
|
init_noAuth();
|
|
5028
5058
|
}
|
|
5029
5059
|
});
|
|
5030
5060
|
|
|
5031
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
5061
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js
|
|
5032
5062
|
var createIsIdentityExpiredFunction, EXPIRATION_MS, isIdentityExpired, doesIdentityRequireRefresh, memoizeIdentityProvider;
|
|
5033
5063
|
var init_memoizeIdentityProvider = __esm({
|
|
5034
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
5064
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js"() {
|
|
5035
5065
|
createIsIdentityExpiredFunction = (expirationMs) => (identity) => doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
5036
5066
|
EXPIRATION_MS = 3e5;
|
|
5037
5067
|
isIdentityExpired = createIsIdentityExpiredFunction(EXPIRATION_MS);
|
|
@@ -5087,16 +5117,16 @@ var init_memoizeIdentityProvider = __esm({
|
|
|
5087
5117
|
}
|
|
5088
5118
|
});
|
|
5089
5119
|
|
|
5090
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
5120
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js
|
|
5091
5121
|
var init_util_identity_and_auth = __esm({
|
|
5092
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
5122
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js"() {
|
|
5093
5123
|
init_DefaultIdentityProviderConfig();
|
|
5094
5124
|
init_httpAuthSchemes();
|
|
5095
5125
|
init_memoizeIdentityProvider();
|
|
5096
5126
|
}
|
|
5097
5127
|
});
|
|
5098
5128
|
|
|
5099
|
-
// node_modules/.pnpm/@smithy+core@3.
|
|
5129
|
+
// node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/index.js
|
|
5100
5130
|
var dist_es_exports = {};
|
|
5101
5131
|
__export(dist_es_exports, {
|
|
5102
5132
|
DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
|
|
@@ -5123,7 +5153,7 @@ __export(dist_es_exports, {
|
|
|
5123
5153
|
setFeature: () => setFeature
|
|
5124
5154
|
});
|
|
5125
5155
|
var init_dist_es = __esm({
|
|
5126
|
-
"node_modules/.pnpm/@smithy+core@3.
|
|
5156
|
+
"node_modules/.pnpm/@smithy+core@3.3.0/node_modules/@smithy/core/dist-es/index.js"() {
|
|
5127
5157
|
init_getSmithyContext();
|
|
5128
5158
|
init_middleware_http_auth_scheme();
|
|
5129
5159
|
init_middleware_http_signing();
|
|
@@ -6010,10 +6040,10 @@ var require_dist_cjs22 = __commonJS({
|
|
|
6010
6040
|
}
|
|
6011
6041
|
});
|
|
6012
6042
|
|
|
6013
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6043
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
6014
6044
|
var state, emitWarningIfUnsupportedVersion;
|
|
6015
6045
|
var init_emitWarningIfUnsupportedVersion = __esm({
|
|
6016
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6046
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
|
|
6017
6047
|
state = {
|
|
6018
6048
|
warningEmitted: false
|
|
6019
6049
|
};
|
|
@@ -6032,7 +6062,7 @@ More information can be found at: https://a.co/74kJMmI`);
|
|
|
6032
6062
|
}
|
|
6033
6063
|
});
|
|
6034
6064
|
|
|
6035
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6065
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
6036
6066
|
function setCredentialFeature(credentials, feature, value) {
|
|
6037
6067
|
if (!credentials.$source) {
|
|
6038
6068
|
credentials.$source = {};
|
|
@@ -6041,11 +6071,11 @@ function setCredentialFeature(credentials, feature, value) {
|
|
|
6041
6071
|
return credentials;
|
|
6042
6072
|
}
|
|
6043
6073
|
var init_setCredentialFeature = __esm({
|
|
6044
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6074
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
|
|
6045
6075
|
}
|
|
6046
6076
|
});
|
|
6047
6077
|
|
|
6048
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6078
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
6049
6079
|
function setFeature2(context, feature, value) {
|
|
6050
6080
|
if (!context.__aws_sdk_context) {
|
|
6051
6081
|
context.__aws_sdk_context = {
|
|
@@ -6057,11 +6087,11 @@ function setFeature2(context, feature, value) {
|
|
|
6057
6087
|
context.__aws_sdk_context.features[feature] = value;
|
|
6058
6088
|
}
|
|
6059
6089
|
var init_setFeature2 = __esm({
|
|
6060
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6090
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
|
|
6061
6091
|
}
|
|
6062
6092
|
});
|
|
6063
6093
|
|
|
6064
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6094
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
|
|
6065
6095
|
var client_exports = {};
|
|
6066
6096
|
__export(client_exports, {
|
|
6067
6097
|
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
|
@@ -6070,43 +6100,43 @@ __export(client_exports, {
|
|
|
6070
6100
|
state: () => state
|
|
6071
6101
|
});
|
|
6072
6102
|
var init_client = __esm({
|
|
6073
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6103
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
|
|
6074
6104
|
init_emitWarningIfUnsupportedVersion();
|
|
6075
6105
|
init_setCredentialFeature();
|
|
6076
6106
|
init_setFeature2();
|
|
6077
6107
|
}
|
|
6078
6108
|
});
|
|
6079
6109
|
|
|
6080
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6110
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
|
|
6081
6111
|
var import_protocol_http5, getDateHeader;
|
|
6082
6112
|
var init_getDateHeader = __esm({
|
|
6083
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6113
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
|
|
6084
6114
|
import_protocol_http5 = __toESM(require_dist_cjs2());
|
|
6085
6115
|
getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
|
|
6086
6116
|
}
|
|
6087
6117
|
});
|
|
6088
6118
|
|
|
6089
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6119
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
|
|
6090
6120
|
var getSkewCorrectedDate;
|
|
6091
6121
|
var init_getSkewCorrectedDate = __esm({
|
|
6092
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6122
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
|
|
6093
6123
|
getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
6094
6124
|
}
|
|
6095
6125
|
});
|
|
6096
6126
|
|
|
6097
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6127
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
|
|
6098
6128
|
var isClockSkewed;
|
|
6099
6129
|
var init_isClockSkewed = __esm({
|
|
6100
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6130
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
|
|
6101
6131
|
init_getSkewCorrectedDate();
|
|
6102
6132
|
isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
|
|
6103
6133
|
}
|
|
6104
6134
|
});
|
|
6105
6135
|
|
|
6106
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6136
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
|
|
6107
6137
|
var getUpdatedSystemClockOffset;
|
|
6108
6138
|
var init_getUpdatedSystemClockOffset = __esm({
|
|
6109
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6139
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
|
|
6110
6140
|
init_isClockSkewed();
|
|
6111
6141
|
getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
6112
6142
|
const clockTimeInMs = Date.parse(clockTime);
|
|
@@ -6118,19 +6148,19 @@ var init_getUpdatedSystemClockOffset = __esm({
|
|
|
6118
6148
|
}
|
|
6119
6149
|
});
|
|
6120
6150
|
|
|
6121
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6151
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
|
|
6122
6152
|
var init_utils = __esm({
|
|
6123
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6153
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
|
|
6124
6154
|
init_getDateHeader();
|
|
6125
6155
|
init_getSkewCorrectedDate();
|
|
6126
6156
|
init_getUpdatedSystemClockOffset();
|
|
6127
6157
|
}
|
|
6128
6158
|
});
|
|
6129
6159
|
|
|
6130
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6160
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
|
|
6131
6161
|
var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
|
|
6132
6162
|
var init_AwsSdkSigV4Signer = __esm({
|
|
6133
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6163
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
|
|
6134
6164
|
import_protocol_http6 = __toESM(require_dist_cjs2());
|
|
6135
6165
|
init_utils();
|
|
6136
6166
|
throwSigningPropertyError = (name, property) => {
|
|
@@ -6206,10 +6236,10 @@ var init_AwsSdkSigV4Signer = __esm({
|
|
|
6206
6236
|
}
|
|
6207
6237
|
});
|
|
6208
6238
|
|
|
6209
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6239
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
|
|
6210
6240
|
var import_protocol_http7, AwsSdkSigV4ASigner;
|
|
6211
6241
|
var init_AwsSdkSigV4ASigner = __esm({
|
|
6212
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6242
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
|
|
6213
6243
|
import_protocol_http7 = __toESM(require_dist_cjs2());
|
|
6214
6244
|
init_utils();
|
|
6215
6245
|
init_AwsSdkSigV4Signer();
|
|
@@ -6232,6 +6262,37 @@ var init_AwsSdkSigV4ASigner = __esm({
|
|
|
6232
6262
|
}
|
|
6233
6263
|
});
|
|
6234
6264
|
|
|
6265
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
|
|
6266
|
+
var getArrayForCommaSeparatedString;
|
|
6267
|
+
var init_getArrayForCommaSeparatedString = __esm({
|
|
6268
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js"() {
|
|
6269
|
+
getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
|
|
6270
|
+
}
|
|
6271
|
+
});
|
|
6272
|
+
|
|
6273
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js
|
|
6274
|
+
var NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY, NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS;
|
|
6275
|
+
var init_NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = __esm({
|
|
6276
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js"() {
|
|
6277
|
+
init_getArrayForCommaSeparatedString();
|
|
6278
|
+
NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
|
|
6279
|
+
NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
|
|
6280
|
+
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
|
|
6281
|
+
environmentVariableSelector: (env) => {
|
|
6282
|
+
if (!(NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY in env))
|
|
6283
|
+
return void 0;
|
|
6284
|
+
return getArrayForCommaSeparatedString(env[NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY]);
|
|
6285
|
+
},
|
|
6286
|
+
configFileSelector: (profile) => {
|
|
6287
|
+
if (!(NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY in profile))
|
|
6288
|
+
return void 0;
|
|
6289
|
+
return getArrayForCommaSeparatedString(profile[NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY]);
|
|
6290
|
+
},
|
|
6291
|
+
default: []
|
|
6292
|
+
};
|
|
6293
|
+
}
|
|
6294
|
+
});
|
|
6295
|
+
|
|
6235
6296
|
// node_modules/.pnpm/@smithy+property-provider@4.0.2/node_modules/@smithy/property-provider/dist-cjs/index.js
|
|
6236
6297
|
var require_dist_cjs23 = __commonJS({
|
|
6237
6298
|
"node_modules/.pnpm/@smithy+property-provider@4.0.2/node_modules/@smithy/property-provider/dist-cjs/index.js"(exports2, module2) {
|
|
@@ -6383,10 +6444,10 @@ var require_dist_cjs23 = __commonJS({
|
|
|
6383
6444
|
}
|
|
6384
6445
|
});
|
|
6385
6446
|
|
|
6386
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
6447
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
|
|
6387
6448
|
var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
|
|
6388
6449
|
var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
6389
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
6450
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
|
|
6390
6451
|
init_dist_es();
|
|
6391
6452
|
import_property_provider = __toESM(require_dist_cjs23());
|
|
6392
6453
|
resolveAwsSdkSigV4AConfig = (config) => {
|
|
@@ -7040,7 +7101,7 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
|
|
|
7040
7101
|
}
|
|
7041
7102
|
});
|
|
7042
7103
|
|
|
7043
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7104
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
7044
7105
|
function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider }) {
|
|
7045
7106
|
let credentialsProvider;
|
|
7046
7107
|
if (credentials) {
|
|
@@ -7074,7 +7135,7 @@ function bindCallerConfig(config, credentialsProvider) {
|
|
|
7074
7135
|
}
|
|
7075
7136
|
var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
|
|
7076
7137
|
var init_resolveAwsSdkSigV4Config = __esm({
|
|
7077
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7138
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
|
|
7078
7139
|
init_client();
|
|
7079
7140
|
init_dist_es();
|
|
7080
7141
|
import_signature_v4 = __toESM(require_dist_cjs24());
|
|
@@ -7170,27 +7231,28 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
7170
7231
|
}
|
|
7171
7232
|
});
|
|
7172
7233
|
|
|
7173
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7234
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
|
|
7174
7235
|
var init_aws_sdk = __esm({
|
|
7175
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7236
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
|
|
7176
7237
|
init_AwsSdkSigV4Signer();
|
|
7177
7238
|
init_AwsSdkSigV4ASigner();
|
|
7239
|
+
init_NODE_AUTH_SCHEME_PREFERENCE_OPTIONS();
|
|
7178
7240
|
init_resolveAwsSdkSigV4AConfig();
|
|
7179
7241
|
init_resolveAwsSdkSigV4Config();
|
|
7180
7242
|
}
|
|
7181
7243
|
});
|
|
7182
7244
|
|
|
7183
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7245
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
|
|
7184
7246
|
var init_httpAuthSchemes2 = __esm({
|
|
7185
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7247
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
|
|
7186
7248
|
init_aws_sdk();
|
|
7187
7249
|
}
|
|
7188
7250
|
});
|
|
7189
7251
|
|
|
7190
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7252
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
|
|
7191
7253
|
var _toStr, _toBool, _toNum;
|
|
7192
7254
|
var init_coercing_serializers = __esm({
|
|
7193
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7255
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
|
|
7194
7256
|
_toStr = (val2) => {
|
|
7195
7257
|
if (val2 == null) {
|
|
7196
7258
|
return val2;
|
|
@@ -7247,10 +7309,10 @@ var init_coercing_serializers = __esm({
|
|
|
7247
7309
|
}
|
|
7248
7310
|
});
|
|
7249
7311
|
|
|
7250
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7312
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
|
|
7251
7313
|
var import_smithy_client, awsExpectUnion;
|
|
7252
7314
|
var init_awsExpectUnion = __esm({
|
|
7253
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7315
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
|
|
7254
7316
|
import_smithy_client = __toESM(require_dist_cjs17());
|
|
7255
7317
|
awsExpectUnion = (value) => {
|
|
7256
7318
|
if (value == null) {
|
|
@@ -7264,19 +7326,19 @@ var init_awsExpectUnion = __esm({
|
|
|
7264
7326
|
}
|
|
7265
7327
|
});
|
|
7266
7328
|
|
|
7267
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7329
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
|
|
7268
7330
|
var import_smithy_client2, collectBodyString;
|
|
7269
7331
|
var init_common = __esm({
|
|
7270
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7332
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
|
|
7271
7333
|
import_smithy_client2 = __toESM(require_dist_cjs17());
|
|
7272
7334
|
collectBodyString = (streamBody, context) => (0, import_smithy_client2.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
7273
7335
|
}
|
|
7274
7336
|
});
|
|
7275
7337
|
|
|
7276
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
7338
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
|
|
7277
7339
|
var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
|
|
7278
7340
|
var init_parseJsonBody = __esm({
|
|
7279
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
7341
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
|
|
7280
7342
|
init_common();
|
|
7281
7343
|
parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
7282
7344
|
if (encoded.length) {
|
|
@@ -8974,10 +9036,10 @@ var require_fxp = __commonJS({
|
|
|
8974
9036
|
}
|
|
8975
9037
|
});
|
|
8976
9038
|
|
|
8977
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
9039
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
|
|
8978
9040
|
var import_smithy_client3, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
|
|
8979
9041
|
var init_parseXmlBody = __esm({
|
|
8980
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
9042
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
|
|
8981
9043
|
import_smithy_client3 = __toESM(require_dist_cjs17());
|
|
8982
9044
|
import_fast_xml_parser = __toESM(require_fxp());
|
|
8983
9045
|
init_common();
|
|
@@ -9037,9 +9099,9 @@ var init_parseXmlBody = __esm({
|
|
|
9037
9099
|
}
|
|
9038
9100
|
});
|
|
9039
9101
|
|
|
9040
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
9102
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
|
|
9041
9103
|
var init_protocols2 = __esm({
|
|
9042
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
9104
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
|
|
9043
9105
|
init_coercing_serializers();
|
|
9044
9106
|
init_awsExpectUnion();
|
|
9045
9107
|
init_parseJsonBody();
|
|
@@ -9047,12 +9109,13 @@ var init_protocols2 = __esm({
|
|
|
9047
9109
|
}
|
|
9048
9110
|
});
|
|
9049
9111
|
|
|
9050
|
-
// node_modules/.pnpm/@aws-sdk+core@3.
|
|
9112
|
+
// node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/index.js
|
|
9051
9113
|
var dist_es_exports2 = {};
|
|
9052
9114
|
__export(dist_es_exports2, {
|
|
9053
9115
|
AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
|
|
9054
9116
|
AwsSdkSigV4ASigner: () => AwsSdkSigV4ASigner,
|
|
9055
9117
|
AwsSdkSigV4Signer: () => AwsSdkSigV4Signer,
|
|
9118
|
+
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS: () => NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
9056
9119
|
NODE_SIGV4A_CONFIG_OPTIONS: () => NODE_SIGV4A_CONFIG_OPTIONS,
|
|
9057
9120
|
_toBool: () => _toBool,
|
|
9058
9121
|
_toNum: () => _toNum,
|
|
@@ -9074,16 +9137,16 @@ __export(dist_es_exports2, {
|
|
|
9074
9137
|
validateSigningProperties: () => validateSigningProperties
|
|
9075
9138
|
});
|
|
9076
9139
|
var init_dist_es2 = __esm({
|
|
9077
|
-
"node_modules/.pnpm/@aws-sdk+core@3.
|
|
9140
|
+
"node_modules/.pnpm/@aws-sdk+core@3.799.0/node_modules/@aws-sdk/core/dist-es/index.js"() {
|
|
9078
9141
|
init_client();
|
|
9079
9142
|
init_httpAuthSchemes2();
|
|
9080
9143
|
init_protocols2();
|
|
9081
9144
|
}
|
|
9082
9145
|
});
|
|
9083
9146
|
|
|
9084
|
-
// node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
9147
|
+
// node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.799.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
|
|
9085
9148
|
var require_dist_cjs25 = __commonJS({
|
|
9086
|
-
"node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
9149
|
+
"node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.799.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
|
|
9087
9150
|
"use strict";
|
|
9088
9151
|
var __defProp2 = Object.defineProperty;
|
|
9089
9152
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -9928,9 +9991,9 @@ var require_dist_cjs30 = __commonJS({
|
|
|
9928
9991
|
}
|
|
9929
9992
|
});
|
|
9930
9993
|
|
|
9931
|
-
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
9994
|
+
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js
|
|
9932
9995
|
var require_getEndpointUrlConfig = __commonJS({
|
|
9933
|
-
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
9996
|
+
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js"(exports2) {
|
|
9934
9997
|
"use strict";
|
|
9935
9998
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9936
9999
|
exports2.getEndpointUrlConfig = void 0;
|
|
@@ -9969,9 +10032,9 @@ var require_getEndpointUrlConfig = __commonJS({
|
|
|
9969
10032
|
}
|
|
9970
10033
|
});
|
|
9971
10034
|
|
|
9972
|
-
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10035
|
+
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js
|
|
9973
10036
|
var require_getEndpointFromConfig = __commonJS({
|
|
9974
|
-
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10037
|
+
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.1/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js"(exports2) {
|
|
9975
10038
|
"use strict";
|
|
9976
10039
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9977
10040
|
exports2.getEndpointFromConfig = void 0;
|
|
@@ -10080,9 +10143,9 @@ var require_dist_cjs32 = __commonJS({
|
|
|
10080
10143
|
}
|
|
10081
10144
|
});
|
|
10082
10145
|
|
|
10083
|
-
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10146
|
+
// node_modules/.pnpm/@smithy+middleware-endpoint@4.1.1/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js
|
|
10084
10147
|
var require_dist_cjs33 = __commonJS({
|
|
10085
|
-
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.
|
|
10148
|
+
"node_modules/.pnpm/@smithy+middleware-endpoint@4.1.1/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js"(exports2, module2) {
|
|
10086
10149
|
var __defProp2 = Object.defineProperty;
|
|
10087
10150
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10088
10151
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -10686,9 +10749,9 @@ var init_esm_node = __esm({
|
|
|
10686
10749
|
}
|
|
10687
10750
|
});
|
|
10688
10751
|
|
|
10689
|
-
// node_modules/.pnpm/@smithy+service-error-classification@4.0.
|
|
10752
|
+
// node_modules/.pnpm/@smithy+service-error-classification@4.0.3/node_modules/@smithy/service-error-classification/dist-cjs/index.js
|
|
10690
10753
|
var require_dist_cjs34 = __commonJS({
|
|
10691
|
-
"node_modules/.pnpm/@smithy+service-error-classification@4.0.
|
|
10754
|
+
"node_modules/.pnpm/@smithy+service-error-classification@4.0.3/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports2, module2) {
|
|
10692
10755
|
var __defProp2 = Object.defineProperty;
|
|
10693
10756
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10694
10757
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -10709,6 +10772,7 @@ var require_dist_cjs34 = __commonJS({
|
|
|
10709
10772
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
10710
10773
|
var src_exports = {};
|
|
10711
10774
|
__export2(src_exports, {
|
|
10775
|
+
isBrowserNetworkError: () => isBrowserNetworkError,
|
|
10712
10776
|
isClockSkewCorrectedError: () => isClockSkewCorrectedError,
|
|
10713
10777
|
isClockSkewError: () => isClockSkewError,
|
|
10714
10778
|
isRetryableByTrait: () => isRetryableByTrait,
|
|
@@ -10748,8 +10812,27 @@ var require_dist_cjs34 = __commonJS({
|
|
|
10748
10812
|
var isRetryableByTrait = /* @__PURE__ */ __name((error) => error.$retryable !== void 0, "isRetryableByTrait");
|
|
10749
10813
|
var isClockSkewError = /* @__PURE__ */ __name((error) => CLOCK_SKEW_ERROR_CODES.includes(error.name), "isClockSkewError");
|
|
10750
10814
|
var isClockSkewCorrectedError = /* @__PURE__ */ __name((error) => error.$metadata?.clockSkewCorrected, "isClockSkewCorrectedError");
|
|
10815
|
+
var isBrowserNetworkError = /* @__PURE__ */ __name((error) => {
|
|
10816
|
+
const errorMessages = /* @__PURE__ */ new Set([
|
|
10817
|
+
"Failed to fetch",
|
|
10818
|
+
// Chrome
|
|
10819
|
+
"NetworkError when attempting to fetch resource",
|
|
10820
|
+
// Firefox
|
|
10821
|
+
"The Internet connection appears to be offline",
|
|
10822
|
+
// Safari 16
|
|
10823
|
+
"Load failed",
|
|
10824
|
+
// Safari 17+
|
|
10825
|
+
"Network request failed"
|
|
10826
|
+
// `cross-fetch`
|
|
10827
|
+
]);
|
|
10828
|
+
const isValid = error && error instanceof TypeError;
|
|
10829
|
+
if (!isValid) {
|
|
10830
|
+
return false;
|
|
10831
|
+
}
|
|
10832
|
+
return errorMessages.has(error.message);
|
|
10833
|
+
}, "isBrowserNetworkError");
|
|
10751
10834
|
var isThrottlingError = /* @__PURE__ */ __name((error) => error.$metadata?.httpStatusCode === 429 || THROTTLING_ERROR_CODES.includes(error.name) || error.$retryable?.throttling == true, "isThrottlingError");
|
|
10752
|
-
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");
|
|
10835
|
+
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) || isBrowserNetworkError(error) || error.cause !== void 0 && depth <= 10 && isTransientError(error.cause, depth + 1), "isTransientError");
|
|
10753
10836
|
var isServerError = /* @__PURE__ */ __name((error) => {
|
|
10754
10837
|
if (error.$metadata?.httpStatusCode !== void 0) {
|
|
10755
10838
|
const statusCode = error.$metadata.httpStatusCode;
|
|
@@ -10763,9 +10846,9 @@ var require_dist_cjs34 = __commonJS({
|
|
|
10763
10846
|
}
|
|
10764
10847
|
});
|
|
10765
10848
|
|
|
10766
|
-
// node_modules/.pnpm/@smithy+util-retry@4.0.
|
|
10849
|
+
// node_modules/.pnpm/@smithy+util-retry@4.0.3/node_modules/@smithy/util-retry/dist-cjs/index.js
|
|
10767
10850
|
var require_dist_cjs35 = __commonJS({
|
|
10768
|
-
"node_modules/.pnpm/@smithy+util-retry@4.0.
|
|
10851
|
+
"node_modules/.pnpm/@smithy+util-retry@4.0.3/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports2, module2) {
|
|
10769
10852
|
var __defProp2 = Object.defineProperty;
|
|
10770
10853
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10771
10854
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -11084,9 +11167,9 @@ var require_dist_cjs35 = __commonJS({
|
|
|
11084
11167
|
}
|
|
11085
11168
|
});
|
|
11086
11169
|
|
|
11087
|
-
// node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11170
|
+
// node_modules/.pnpm/@smithy+middleware-retry@4.1.2/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js
|
|
11088
11171
|
var require_isStreamingPayload = __commonJS({
|
|
11089
|
-
"node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11172
|
+
"node_modules/.pnpm/@smithy+middleware-retry@4.1.2/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js"(exports2) {
|
|
11090
11173
|
"use strict";
|
|
11091
11174
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11092
11175
|
exports2.isStreamingPayload = void 0;
|
|
@@ -11096,9 +11179,9 @@ var require_isStreamingPayload = __commonJS({
|
|
|
11096
11179
|
}
|
|
11097
11180
|
});
|
|
11098
11181
|
|
|
11099
|
-
// node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11182
|
+
// node_modules/.pnpm/@smithy+middleware-retry@4.1.2/node_modules/@smithy/middleware-retry/dist-cjs/index.js
|
|
11100
11183
|
var require_dist_cjs36 = __commonJS({
|
|
11101
|
-
"node_modules/.pnpm/@smithy+middleware-retry@4.1.
|
|
11184
|
+
"node_modules/.pnpm/@smithy+middleware-retry@4.1.2/node_modules/@smithy/middleware-retry/dist-cjs/index.js"(exports2, module2) {
|
|
11102
11185
|
var __defProp2 = Object.defineProperty;
|
|
11103
11186
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
11104
11187
|
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -11469,9 +11552,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11469
11552
|
}
|
|
11470
11553
|
});
|
|
11471
11554
|
|
|
11472
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11555
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
11473
11556
|
var require_httpAuthSchemeProvider = __commonJS({
|
|
11474
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11557
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
|
11475
11558
|
"use strict";
|
|
11476
11559
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11477
11560
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSQSHttpAuthSchemeProvider = exports2.defaultSQSHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12046,13 +12129,13 @@ var init_tslib_es6 = __esm({
|
|
|
12046
12129
|
}
|
|
12047
12130
|
});
|
|
12048
12131
|
|
|
12049
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
12132
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/package.json
|
|
12050
12133
|
var require_package = __commonJS({
|
|
12051
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
12134
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
|
|
12052
12135
|
module2.exports = {
|
|
12053
12136
|
name: "@aws-sdk/client-sqs",
|
|
12054
12137
|
description: "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
12055
|
-
version: "3.
|
|
12138
|
+
version: "3.799.0",
|
|
12056
12139
|
scripts: {
|
|
12057
12140
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12058
12141
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|
|
@@ -12071,40 +12154,40 @@ var require_package = __commonJS({
|
|
|
12071
12154
|
dependencies: {
|
|
12072
12155
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
12073
12156
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
12074
|
-
"@aws-sdk/core": "3.
|
|
12075
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
12157
|
+
"@aws-sdk/core": "3.799.0",
|
|
12158
|
+
"@aws-sdk/credential-provider-node": "3.799.0",
|
|
12076
12159
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
12077
12160
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
12078
12161
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
12079
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
12080
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
12162
|
+
"@aws-sdk/middleware-sdk-sqs": "3.798.0",
|
|
12163
|
+
"@aws-sdk/middleware-user-agent": "3.799.0",
|
|
12081
12164
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
12082
12165
|
"@aws-sdk/types": "3.775.0",
|
|
12083
12166
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
12084
12167
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
12085
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
12168
|
+
"@aws-sdk/util-user-agent-node": "3.799.0",
|
|
12086
12169
|
"@smithy/config-resolver": "^4.1.0",
|
|
12087
|
-
"@smithy/core": "^3.
|
|
12170
|
+
"@smithy/core": "^3.3.0",
|
|
12088
12171
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
12089
12172
|
"@smithy/hash-node": "^4.0.2",
|
|
12090
12173
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
12091
12174
|
"@smithy/md5-js": "^4.0.2",
|
|
12092
12175
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
12093
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
12094
|
-
"@smithy/middleware-retry": "^4.1.
|
|
12176
|
+
"@smithy/middleware-endpoint": "^4.1.1",
|
|
12177
|
+
"@smithy/middleware-retry": "^4.1.1",
|
|
12095
12178
|
"@smithy/middleware-serde": "^4.0.3",
|
|
12096
12179
|
"@smithy/middleware-stack": "^4.0.2",
|
|
12097
12180
|
"@smithy/node-config-provider": "^4.0.2",
|
|
12098
12181
|
"@smithy/node-http-handler": "^4.0.4",
|
|
12099
12182
|
"@smithy/protocol-http": "^5.1.0",
|
|
12100
|
-
"@smithy/smithy-client": "^4.2.
|
|
12183
|
+
"@smithy/smithy-client": "^4.2.1",
|
|
12101
12184
|
"@smithy/types": "^4.2.0",
|
|
12102
12185
|
"@smithy/url-parser": "^4.0.2",
|
|
12103
12186
|
"@smithy/util-base64": "^4.0.0",
|
|
12104
12187
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
12105
12188
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
12106
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
12107
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
12189
|
+
"@smithy/util-defaults-mode-browser": "^4.0.9",
|
|
12190
|
+
"@smithy/util-defaults-mode-node": "^4.0.9",
|
|
12108
12191
|
"@smithy/util-endpoints": "^3.0.2",
|
|
12109
12192
|
"@smithy/util-middleware": "^4.0.2",
|
|
12110
12193
|
"@smithy/util-retry": "^4.0.2",
|
|
@@ -12153,9 +12236,9 @@ var require_package = __commonJS({
|
|
|
12153
12236
|
}
|
|
12154
12237
|
});
|
|
12155
12238
|
|
|
12156
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-env@3.
|
|
12239
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-env@3.799.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
|
|
12157
12240
|
var require_dist_cjs37 = __commonJS({
|
|
12158
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-env@3.
|
|
12241
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-env@3.799.0/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports2, module2) {
|
|
12159
12242
|
"use strict";
|
|
12160
12243
|
var __defProp2 = Object.defineProperty;
|
|
12161
12244
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12615,9 +12698,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
|
|
|
12615
12698
|
}
|
|
12616
12699
|
});
|
|
12617
12700
|
|
|
12618
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12701
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
|
|
12619
12702
|
var require_checkUrl = __commonJS({
|
|
12620
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12703
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports2) {
|
|
12621
12704
|
"use strict";
|
|
12622
12705
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12623
12706
|
exports2.checkUrl = void 0;
|
|
@@ -12658,9 +12741,9 @@ var require_checkUrl = __commonJS({
|
|
|
12658
12741
|
}
|
|
12659
12742
|
});
|
|
12660
12743
|
|
|
12661
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12744
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
|
|
12662
12745
|
var require_requestHelpers = __commonJS({
|
|
12663
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12746
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports2) {
|
|
12664
12747
|
"use strict";
|
|
12665
12748
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12666
12749
|
exports2.getCredentials = exports2.createGetRequest = void 0;
|
|
@@ -12714,9 +12797,9 @@ var require_requestHelpers = __commonJS({
|
|
|
12714
12797
|
}
|
|
12715
12798
|
});
|
|
12716
12799
|
|
|
12717
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12800
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
|
|
12718
12801
|
var require_retry_wrapper = __commonJS({
|
|
12719
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12802
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports2) {
|
|
12720
12803
|
"use strict";
|
|
12721
12804
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12722
12805
|
exports2.retryWrapper = void 0;
|
|
@@ -12736,9 +12819,9 @@ var require_retry_wrapper = __commonJS({
|
|
|
12736
12819
|
}
|
|
12737
12820
|
});
|
|
12738
12821
|
|
|
12739
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12822
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
|
|
12740
12823
|
var require_fromHttp = __commonJS({
|
|
12741
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12824
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports2) {
|
|
12742
12825
|
"use strict";
|
|
12743
12826
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12744
12827
|
exports2.fromHttp = void 0;
|
|
@@ -12804,9 +12887,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
12804
12887
|
}
|
|
12805
12888
|
});
|
|
12806
12889
|
|
|
12807
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12890
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
|
|
12808
12891
|
var require_dist_cjs39 = __commonJS({
|
|
12809
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.
|
|
12892
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-http@3.799.0/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports2) {
|
|
12810
12893
|
"use strict";
|
|
12811
12894
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12812
12895
|
exports2.fromHttp = void 0;
|
|
@@ -12817,9 +12900,9 @@ var require_dist_cjs39 = __commonJS({
|
|
|
12817
12900
|
}
|
|
12818
12901
|
});
|
|
12819
12902
|
|
|
12820
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12903
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
12821
12904
|
var require_httpAuthSchemeProvider2 = __commonJS({
|
|
12822
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12905
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
|
12823
12906
|
"use strict";
|
|
12824
12907
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12825
12908
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12890,13 +12973,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
12890
12973
|
}
|
|
12891
12974
|
});
|
|
12892
12975
|
|
|
12893
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12976
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/package.json
|
|
12894
12977
|
var require_package2 = __commonJS({
|
|
12895
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12978
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
|
|
12896
12979
|
module2.exports = {
|
|
12897
12980
|
name: "@aws-sdk/client-sso",
|
|
12898
12981
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
12899
|
-
version: "3.
|
|
12982
|
+
version: "3.799.0",
|
|
12900
12983
|
scripts: {
|
|
12901
12984
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12902
12985
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -12915,37 +12998,37 @@ var require_package2 = __commonJS({
|
|
|
12915
12998
|
dependencies: {
|
|
12916
12999
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
12917
13000
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
12918
|
-
"@aws-sdk/core": "3.
|
|
13001
|
+
"@aws-sdk/core": "3.799.0",
|
|
12919
13002
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
12920
13003
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
12921
13004
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
12922
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
13005
|
+
"@aws-sdk/middleware-user-agent": "3.799.0",
|
|
12923
13006
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
12924
13007
|
"@aws-sdk/types": "3.775.0",
|
|
12925
13008
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
12926
13009
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
12927
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
13010
|
+
"@aws-sdk/util-user-agent-node": "3.799.0",
|
|
12928
13011
|
"@smithy/config-resolver": "^4.1.0",
|
|
12929
|
-
"@smithy/core": "^3.
|
|
13012
|
+
"@smithy/core": "^3.3.0",
|
|
12930
13013
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
12931
13014
|
"@smithy/hash-node": "^4.0.2",
|
|
12932
13015
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
12933
13016
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
12934
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
12935
|
-
"@smithy/middleware-retry": "^4.1.
|
|
13017
|
+
"@smithy/middleware-endpoint": "^4.1.1",
|
|
13018
|
+
"@smithy/middleware-retry": "^4.1.1",
|
|
12936
13019
|
"@smithy/middleware-serde": "^4.0.3",
|
|
12937
13020
|
"@smithy/middleware-stack": "^4.0.2",
|
|
12938
13021
|
"@smithy/node-config-provider": "^4.0.2",
|
|
12939
13022
|
"@smithy/node-http-handler": "^4.0.4",
|
|
12940
13023
|
"@smithy/protocol-http": "^5.1.0",
|
|
12941
|
-
"@smithy/smithy-client": "^4.2.
|
|
13024
|
+
"@smithy/smithy-client": "^4.2.1",
|
|
12942
13025
|
"@smithy/types": "^4.2.0",
|
|
12943
13026
|
"@smithy/url-parser": "^4.0.2",
|
|
12944
13027
|
"@smithy/util-base64": "^4.0.0",
|
|
12945
13028
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
12946
13029
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
12947
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
12948
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
13030
|
+
"@smithy/util-defaults-mode-browser": "^4.0.9",
|
|
13031
|
+
"@smithy/util-defaults-mode-node": "^4.0.9",
|
|
12949
13032
|
"@smithy/util-endpoints": "^3.0.2",
|
|
12950
13033
|
"@smithy/util-middleware": "^4.0.2",
|
|
12951
13034
|
"@smithy/util-retry": "^4.0.2",
|
|
@@ -12994,9 +13077,9 @@ var require_package2 = __commonJS({
|
|
|
12994
13077
|
}
|
|
12995
13078
|
});
|
|
12996
13079
|
|
|
12997
|
-
// node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
13080
|
+
// node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.799.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
|
|
12998
13081
|
var require_dist_cjs40 = __commonJS({
|
|
12999
|
-
"node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
13082
|
+
"node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.799.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
|
|
13000
13083
|
"use strict";
|
|
13001
13084
|
var __defProp2 = Object.defineProperty;
|
|
13002
13085
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13193,9 +13276,407 @@ var require_dist_cjs42 = __commonJS({
|
|
|
13193
13276
|
}
|
|
13194
13277
|
});
|
|
13195
13278
|
|
|
13196
|
-
// node_modules/.pnpm/@
|
|
13279
|
+
// node_modules/.pnpm/@smithy+service-error-classification@4.0.2/node_modules/@smithy/service-error-classification/dist-cjs/index.js
|
|
13280
|
+
var require_dist_cjs43 = __commonJS({
|
|
13281
|
+
"node_modules/.pnpm/@smithy+service-error-classification@4.0.2/node_modules/@smithy/service-error-classification/dist-cjs/index.js"(exports2, module2) {
|
|
13282
|
+
var __defProp2 = Object.defineProperty;
|
|
13283
|
+
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
13284
|
+
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
13285
|
+
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
13286
|
+
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
13287
|
+
var __export2 = (target, all) => {
|
|
13288
|
+
for (var name in all)
|
|
13289
|
+
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
13290
|
+
};
|
|
13291
|
+
var __copyProps2 = (to, from, except, desc) => {
|
|
13292
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13293
|
+
for (let key of __getOwnPropNames2(from))
|
|
13294
|
+
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
13295
|
+
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
13296
|
+
}
|
|
13297
|
+
return to;
|
|
13298
|
+
};
|
|
13299
|
+
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
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");
|
|
13353
|
+
}
|
|
13354
|
+
});
|
|
13355
|
+
|
|
13356
|
+
// node_modules/.pnpm/@smithy+util-retry@4.0.2/node_modules/@smithy/util-retry/dist-cjs/index.js
|
|
13357
|
+
var require_dist_cjs44 = __commonJS({
|
|
13358
|
+
"node_modules/.pnpm/@smithy+util-retry@4.0.2/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports2, module2) {
|
|
13359
|
+
var __defProp2 = Object.defineProperty;
|
|
13360
|
+
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
13361
|
+
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
13362
|
+
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
13363
|
+
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
13364
|
+
var __export2 = (target, all) => {
|
|
13365
|
+
for (var name in all)
|
|
13366
|
+
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
13367
|
+
};
|
|
13368
|
+
var __copyProps2 = (to, from, except, desc) => {
|
|
13369
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13370
|
+
for (let key of __getOwnPropNames2(from))
|
|
13371
|
+
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
13372
|
+
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
13373
|
+
}
|
|
13374
|
+
return to;
|
|
13375
|
+
};
|
|
13376
|
+
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
13377
|
+
var src_exports = {};
|
|
13378
|
+
__export2(src_exports, {
|
|
13379
|
+
AdaptiveRetryStrategy: () => AdaptiveRetryStrategy,
|
|
13380
|
+
ConfiguredRetryStrategy: () => ConfiguredRetryStrategy,
|
|
13381
|
+
DEFAULT_MAX_ATTEMPTS: () => DEFAULT_MAX_ATTEMPTS,
|
|
13382
|
+
DEFAULT_RETRY_DELAY_BASE: () => DEFAULT_RETRY_DELAY_BASE,
|
|
13383
|
+
DEFAULT_RETRY_MODE: () => DEFAULT_RETRY_MODE3,
|
|
13384
|
+
DefaultRateLimiter: () => DefaultRateLimiter,
|
|
13385
|
+
INITIAL_RETRY_TOKENS: () => INITIAL_RETRY_TOKENS,
|
|
13386
|
+
INVOCATION_ID_HEADER: () => INVOCATION_ID_HEADER,
|
|
13387
|
+
MAXIMUM_RETRY_DELAY: () => MAXIMUM_RETRY_DELAY,
|
|
13388
|
+
NO_RETRY_INCREMENT: () => NO_RETRY_INCREMENT,
|
|
13389
|
+
REQUEST_HEADER: () => REQUEST_HEADER,
|
|
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
|
|
13395
|
+
});
|
|
13396
|
+
module2.exports = __toCommonJS2(src_exports);
|
|
13397
|
+
var RETRY_MODES = /* @__PURE__ */ ((RETRY_MODES2) => {
|
|
13398
|
+
RETRY_MODES2["STANDARD"] = "standard";
|
|
13399
|
+
RETRY_MODES2["ADAPTIVE"] = "adaptive";
|
|
13400
|
+
return RETRY_MODES2;
|
|
13401
|
+
})(RETRY_MODES || {});
|
|
13402
|
+
var DEFAULT_MAX_ATTEMPTS = 3;
|
|
13403
|
+
var DEFAULT_RETRY_MODE3 = "standard";
|
|
13404
|
+
var import_service_error_classification = require_dist_cjs43();
|
|
13405
|
+
var DefaultRateLimiter = class _DefaultRateLimiter {
|
|
13406
|
+
constructor(options) {
|
|
13407
|
+
this.currentCapacity = 0;
|
|
13408
|
+
this.enabled = false;
|
|
13409
|
+
this.lastMaxRate = 0;
|
|
13410
|
+
this.measuredTxRate = 0;
|
|
13411
|
+
this.requestCount = 0;
|
|
13412
|
+
this.lastTimestamp = 0;
|
|
13413
|
+
this.timeWindow = 0;
|
|
13414
|
+
this.beta = options?.beta ?? 0.7;
|
|
13415
|
+
this.minCapacity = options?.minCapacity ?? 1;
|
|
13416
|
+
this.minFillRate = options?.minFillRate ?? 0.5;
|
|
13417
|
+
this.scaleConstant = options?.scaleConstant ?? 0.4;
|
|
13418
|
+
this.smooth = options?.smooth ?? 0.8;
|
|
13419
|
+
const currentTimeInSeconds = this.getCurrentTimeInSeconds();
|
|
13420
|
+
this.lastThrottleTime = currentTimeInSeconds;
|
|
13421
|
+
this.lastTxRateBucket = Math.floor(this.getCurrentTimeInSeconds());
|
|
13422
|
+
this.fillRate = this.minFillRate;
|
|
13423
|
+
this.maxCapacity = this.minCapacity;
|
|
13424
|
+
}
|
|
13425
|
+
static {
|
|
13426
|
+
__name(this, "DefaultRateLimiter");
|
|
13427
|
+
}
|
|
13428
|
+
static {
|
|
13429
|
+
this.setTimeoutFn = setTimeout;
|
|
13430
|
+
}
|
|
13431
|
+
getCurrentTimeInSeconds() {
|
|
13432
|
+
return Date.now() / 1e3;
|
|
13433
|
+
}
|
|
13434
|
+
async getSendToken() {
|
|
13435
|
+
return this.acquireTokenBucket(1);
|
|
13436
|
+
}
|
|
13437
|
+
async acquireTokenBucket(amount) {
|
|
13438
|
+
if (!this.enabled) {
|
|
13439
|
+
return;
|
|
13440
|
+
}
|
|
13441
|
+
this.refillTokenBucket();
|
|
13442
|
+
if (amount > this.currentCapacity) {
|
|
13443
|
+
const delay = (amount - this.currentCapacity) / this.fillRate * 1e3;
|
|
13444
|
+
await new Promise((resolve) => _DefaultRateLimiter.setTimeoutFn(resolve, delay));
|
|
13445
|
+
}
|
|
13446
|
+
this.currentCapacity = this.currentCapacity - amount;
|
|
13447
|
+
}
|
|
13448
|
+
refillTokenBucket() {
|
|
13449
|
+
const timestamp = this.getCurrentTimeInSeconds();
|
|
13450
|
+
if (!this.lastTimestamp) {
|
|
13451
|
+
this.lastTimestamp = timestamp;
|
|
13452
|
+
return;
|
|
13453
|
+
}
|
|
13454
|
+
const fillAmount = (timestamp - this.lastTimestamp) * this.fillRate;
|
|
13455
|
+
this.currentCapacity = Math.min(this.maxCapacity, this.currentCapacity + fillAmount);
|
|
13456
|
+
this.lastTimestamp = timestamp;
|
|
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);
|
|
13494
|
+
}
|
|
13495
|
+
updateMeasuredRate() {
|
|
13496
|
+
const t3 = this.getCurrentTimeInSeconds();
|
|
13497
|
+
const timeBucket = Math.floor(t3 * 2) / 2;
|
|
13498
|
+
this.requestCount++;
|
|
13499
|
+
if (timeBucket > this.lastTxRateBucket) {
|
|
13500
|
+
const currentRate = this.requestCount / (timeBucket - this.lastTxRateBucket);
|
|
13501
|
+
this.measuredTxRate = this.getPrecise(currentRate * this.smooth + this.measuredTxRate * (1 - this.smooth));
|
|
13502
|
+
this.requestCount = 0;
|
|
13503
|
+
this.lastTxRateBucket = timeBucket;
|
|
13504
|
+
}
|
|
13505
|
+
}
|
|
13506
|
+
getPrecise(num) {
|
|
13507
|
+
return parseFloat(num.toFixed(8));
|
|
13508
|
+
}
|
|
13509
|
+
};
|
|
13510
|
+
var DEFAULT_RETRY_DELAY_BASE = 100;
|
|
13511
|
+
var MAXIMUM_RETRY_DELAY = 20 * 1e3;
|
|
13512
|
+
var THROTTLING_RETRY_DELAY_BASE = 500;
|
|
13513
|
+
var INITIAL_RETRY_TOKENS = 500;
|
|
13514
|
+
var RETRY_COST = 5;
|
|
13515
|
+
var TIMEOUT_RETRY_COST = 10;
|
|
13516
|
+
var NO_RETRY_INCREMENT = 1;
|
|
13517
|
+
var INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
|
|
13518
|
+
var REQUEST_HEADER = "amz-sdk-request";
|
|
13519
|
+
var getDefaultRetryBackoffStrategy = /* @__PURE__ */ __name(() => {
|
|
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
|
+
});
|
|
13563
|
+
}
|
|
13564
|
+
async refreshRetryTokenForRetry(token, errorInfo) {
|
|
13565
|
+
const maxAttempts = await this.getMaxAttempts();
|
|
13566
|
+
if (this.shouldRetry(token, errorInfo, maxAttempts)) {
|
|
13567
|
+
const errorType = errorInfo.errorType;
|
|
13568
|
+
this.retryBackoffStrategy.setDelayBase(
|
|
13569
|
+
errorType === "THROTTLING" ? THROTTLING_RETRY_DELAY_BASE : DEFAULT_RETRY_DELAY_BASE
|
|
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
|
|
13579
|
+
});
|
|
13580
|
+
}
|
|
13581
|
+
throw new Error("No retry token available");
|
|
13582
|
+
}
|
|
13583
|
+
recordSuccess(token) {
|
|
13584
|
+
this.capacity = Math.max(INITIAL_RETRY_TOKENS, this.capacity + (token.getRetryCost() ?? NO_RETRY_INCREMENT));
|
|
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;
|
|
13600
|
+
}
|
|
13601
|
+
}
|
|
13602
|
+
shouldRetry(tokenToRenew, errorInfo, maxAttempts) {
|
|
13603
|
+
const attempts = tokenToRenew.getRetryCount() + 1;
|
|
13604
|
+
return attempts < maxAttempts && this.capacity >= this.getCapacityCost(errorInfo.errorType) && this.isRetryableError(errorInfo.errorType);
|
|
13605
|
+
}
|
|
13606
|
+
getCapacityCost(errorType) {
|
|
13607
|
+
return errorType === "TRANSIENT" ? TIMEOUT_RETRY_COST : RETRY_COST;
|
|
13608
|
+
}
|
|
13609
|
+
isRetryableError(errorType) {
|
|
13610
|
+
return errorType === "THROTTLING" || errorType === "TRANSIENT";
|
|
13611
|
+
}
|
|
13612
|
+
};
|
|
13613
|
+
var AdaptiveRetryStrategy = class {
|
|
13614
|
+
constructor(maxAttemptsProvider, options) {
|
|
13615
|
+
this.maxAttemptsProvider = maxAttemptsProvider;
|
|
13616
|
+
this.mode = "adaptive";
|
|
13617
|
+
const { rateLimiter } = options ?? {};
|
|
13618
|
+
this.rateLimiter = rateLimiter ?? new DefaultRateLimiter();
|
|
13619
|
+
this.standardRetryStrategy = new StandardRetryStrategy(maxAttemptsProvider);
|
|
13620
|
+
}
|
|
13621
|
+
static {
|
|
13622
|
+
__name(this, "AdaptiveRetryStrategy");
|
|
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);
|
|
13635
|
+
}
|
|
13636
|
+
};
|
|
13637
|
+
var ConfiguredRetryStrategy = class extends StandardRetryStrategy {
|
|
13638
|
+
static {
|
|
13639
|
+
__name(this, "ConfiguredRetryStrategy");
|
|
13640
|
+
}
|
|
13641
|
+
/**
|
|
13642
|
+
* @param maxAttempts - the maximum number of retry attempts allowed.
|
|
13643
|
+
* e.g., if set to 3, then 4 total requests are possible.
|
|
13644
|
+
* @param computeNextBackoffDelay - a millisecond delay for each retry or a function that takes the retry attempt
|
|
13645
|
+
* and returns the delay.
|
|
13646
|
+
*
|
|
13647
|
+
* @example exponential backoff.
|
|
13648
|
+
* ```js
|
|
13649
|
+
* new Client({
|
|
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
|
+
}
|
|
13673
|
+
};
|
|
13674
|
+
}
|
|
13675
|
+
});
|
|
13676
|
+
|
|
13677
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
|
|
13197
13678
|
var require_ruleset = __commonJS({
|
|
13198
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13679
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
|
|
13199
13680
|
"use strict";
|
|
13200
13681
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13201
13682
|
exports2.ruleSet = void 0;
|
|
@@ -13228,9 +13709,9 @@ var require_ruleset = __commonJS({
|
|
|
13228
13709
|
}
|
|
13229
13710
|
});
|
|
13230
13711
|
|
|
13231
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13712
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
|
|
13232
13713
|
var require_endpointResolver = __commonJS({
|
|
13233
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13714
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
13234
13715
|
"use strict";
|
|
13235
13716
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13236
13717
|
exports2.defaultEndpointResolver = void 0;
|
|
@@ -13252,9 +13733,9 @@ var require_endpointResolver = __commonJS({
|
|
|
13252
13733
|
}
|
|
13253
13734
|
});
|
|
13254
13735
|
|
|
13255
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13736
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
|
|
13256
13737
|
var require_runtimeConfig_shared = __commonJS({
|
|
13257
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13738
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
13258
13739
|
"use strict";
|
|
13259
13740
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13260
13741
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -13298,9 +13779,9 @@ var require_runtimeConfig_shared = __commonJS({
|
|
|
13298
13779
|
}
|
|
13299
13780
|
});
|
|
13300
13781
|
|
|
13301
|
-
// node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.
|
|
13302
|
-
var
|
|
13303
|
-
"node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.
|
|
13782
|
+
// node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.9/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js
|
|
13783
|
+
var require_dist_cjs45 = __commonJS({
|
|
13784
|
+
"node_modules/.pnpm/@smithy+util-defaults-mode-node@4.0.9/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js"(exports2, module2) {
|
|
13304
13785
|
var __create2 = Object.create;
|
|
13305
13786
|
var __defProp2 = Object.defineProperty;
|
|
13306
13787
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13407,9 +13888,9 @@ var require_dist_cjs43 = __commonJS({
|
|
|
13407
13888
|
}
|
|
13408
13889
|
});
|
|
13409
13890
|
|
|
13410
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13891
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
|
|
13411
13892
|
var require_runtimeConfig = __commonJS({
|
|
13412
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13893
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
|
|
13413
13894
|
"use strict";
|
|
13414
13895
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13415
13896
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -13423,10 +13904,10 @@ var require_runtimeConfig = __commonJS({
|
|
|
13423
13904
|
var node_config_provider_1 = require_dist_cjs30();
|
|
13424
13905
|
var node_http_handler_1 = require_dist_cjs13();
|
|
13425
13906
|
var util_body_length_node_1 = require_dist_cjs42();
|
|
13426
|
-
var util_retry_1 =
|
|
13907
|
+
var util_retry_1 = require_dist_cjs44();
|
|
13427
13908
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared();
|
|
13428
13909
|
var smithy_client_1 = require_dist_cjs17();
|
|
13429
|
-
var util_defaults_mode_node_1 =
|
|
13910
|
+
var util_defaults_mode_node_1 = require_dist_cjs45();
|
|
13430
13911
|
var smithy_client_2 = require_dist_cjs17();
|
|
13431
13912
|
var getRuntimeConfig5 = (config) => {
|
|
13432
13913
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -13440,6 +13921,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
13440
13921
|
...config,
|
|
13441
13922
|
runtime: "node",
|
|
13442
13923
|
defaultsMode,
|
|
13924
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
13443
13925
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
13444
13926
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
13445
13927
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
@@ -13461,7 +13943,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
13461
13943
|
});
|
|
13462
13944
|
|
|
13463
13945
|
// node_modules/.pnpm/@aws-sdk+region-config-resolver@3.775.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
|
|
13464
|
-
var
|
|
13946
|
+
var require_dist_cjs46 = __commonJS({
|
|
13465
13947
|
"node_modules/.pnpm/@aws-sdk+region-config-resolver@3.775.0/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2, module2) {
|
|
13466
13948
|
"use strict";
|
|
13467
13949
|
var __defProp2 = Object.defineProperty;
|
|
@@ -13547,9 +14029,9 @@ var require_dist_cjs44 = __commonJS({
|
|
|
13547
14029
|
}
|
|
13548
14030
|
});
|
|
13549
14031
|
|
|
13550
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13551
|
-
var
|
|
13552
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
14032
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
|
|
14033
|
+
var require_dist_cjs47 = __commonJS({
|
|
14034
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.799.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
|
|
13553
14035
|
"use strict";
|
|
13554
14036
|
var __defProp2 = Object.defineProperty;
|
|
13555
14037
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13617,7 +14099,7 @@ var require_dist_cjs45 = __commonJS({
|
|
|
13617
14099
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
13618
14100
|
};
|
|
13619
14101
|
var import_runtimeConfig5 = require_runtimeConfig();
|
|
13620
|
-
var import_region_config_resolver3 =
|
|
14102
|
+
var import_region_config_resolver3 = require_dist_cjs46();
|
|
13621
14103
|
var import_protocol_http11 = require_dist_cjs2();
|
|
13622
14104
|
var import_smithy_client25 = require_dist_cjs17();
|
|
13623
14105
|
var getHttpAuthExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
@@ -14091,7 +14573,7 @@ var require_dist_cjs45 = __commonJS({
|
|
|
14091
14573
|
}
|
|
14092
14574
|
});
|
|
14093
14575
|
|
|
14094
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14576
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
14095
14577
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
14096
14578
|
return {
|
|
14097
14579
|
schemeId: "aws.auth#sigv4",
|
|
@@ -14114,7 +14596,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
|
|
|
14114
14596
|
}
|
|
14115
14597
|
var import_util_middleware3, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
|
|
14116
14598
|
var init_httpAuthSchemeProvider = __esm({
|
|
14117
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14599
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
|
|
14118
14600
|
init_dist_es2();
|
|
14119
14601
|
import_util_middleware3 = __toESM(require_dist_cjs19());
|
|
14120
14602
|
defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -14147,10 +14629,10 @@ var init_httpAuthSchemeProvider = __esm({
|
|
|
14147
14629
|
}
|
|
14148
14630
|
});
|
|
14149
14631
|
|
|
14150
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14632
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
|
|
14151
14633
|
var resolveClientEndpointParameters, commonParams;
|
|
14152
14634
|
var init_EndpointParameters = __esm({
|
|
14153
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14635
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
|
|
14154
14636
|
resolveClientEndpointParameters = (options) => {
|
|
14155
14637
|
return Object.assign(options, {
|
|
14156
14638
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -14167,13 +14649,13 @@ var init_EndpointParameters = __esm({
|
|
|
14167
14649
|
}
|
|
14168
14650
|
});
|
|
14169
14651
|
|
|
14170
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14652
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/package.json
|
|
14171
14653
|
var package_default;
|
|
14172
14654
|
var init_package = __esm({
|
|
14173
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14655
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
14174
14656
|
package_default = {
|
|
14175
14657
|
name: "@aws-sdk/nested-clients",
|
|
14176
|
-
version: "3.
|
|
14658
|
+
version: "3.799.0",
|
|
14177
14659
|
description: "Nested clients for AWS SDK packages.",
|
|
14178
14660
|
main: "./dist-cjs/index.js",
|
|
14179
14661
|
module: "./dist-es/index.js",
|
|
@@ -14201,37 +14683,37 @@ var init_package = __esm({
|
|
|
14201
14683
|
dependencies: {
|
|
14202
14684
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
14203
14685
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
14204
|
-
"@aws-sdk/core": "3.
|
|
14686
|
+
"@aws-sdk/core": "3.799.0",
|
|
14205
14687
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
14206
14688
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
14207
14689
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
14208
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
14690
|
+
"@aws-sdk/middleware-user-agent": "3.799.0",
|
|
14209
14691
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
14210
14692
|
"@aws-sdk/types": "3.775.0",
|
|
14211
14693
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
14212
14694
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
14213
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
14695
|
+
"@aws-sdk/util-user-agent-node": "3.799.0",
|
|
14214
14696
|
"@smithy/config-resolver": "^4.1.0",
|
|
14215
|
-
"@smithy/core": "^3.
|
|
14697
|
+
"@smithy/core": "^3.3.0",
|
|
14216
14698
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
14217
14699
|
"@smithy/hash-node": "^4.0.2",
|
|
14218
14700
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
14219
14701
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
14220
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
14221
|
-
"@smithy/middleware-retry": "^4.1.
|
|
14702
|
+
"@smithy/middleware-endpoint": "^4.1.1",
|
|
14703
|
+
"@smithy/middleware-retry": "^4.1.1",
|
|
14222
14704
|
"@smithy/middleware-serde": "^4.0.3",
|
|
14223
14705
|
"@smithy/middleware-stack": "^4.0.2",
|
|
14224
14706
|
"@smithy/node-config-provider": "^4.0.2",
|
|
14225
14707
|
"@smithy/node-http-handler": "^4.0.4",
|
|
14226
14708
|
"@smithy/protocol-http": "^5.1.0",
|
|
14227
|
-
"@smithy/smithy-client": "^4.2.
|
|
14709
|
+
"@smithy/smithy-client": "^4.2.1",
|
|
14228
14710
|
"@smithy/types": "^4.2.0",
|
|
14229
14711
|
"@smithy/url-parser": "^4.0.2",
|
|
14230
14712
|
"@smithy/util-base64": "^4.0.0",
|
|
14231
14713
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
14232
14714
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
14233
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
14234
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
14715
|
+
"@smithy/util-defaults-mode-browser": "^4.0.9",
|
|
14716
|
+
"@smithy/util-defaults-mode-node": "^4.0.9",
|
|
14235
14717
|
"@smithy/util-endpoints": "^3.0.2",
|
|
14236
14718
|
"@smithy/util-middleware": "^4.0.2",
|
|
14237
14719
|
"@smithy/util-retry": "^4.0.2",
|
|
@@ -14289,10 +14771,10 @@ var init_package = __esm({
|
|
|
14289
14771
|
}
|
|
14290
14772
|
});
|
|
14291
14773
|
|
|
14292
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14774
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
|
|
14293
14775
|
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;
|
|
14294
14776
|
var init_ruleset = __esm({
|
|
14295
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14777
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
|
|
14296
14778
|
u = "required";
|
|
14297
14779
|
v = "fn";
|
|
14298
14780
|
w = "argv";
|
|
@@ -14322,10 +14804,10 @@ var init_ruleset = __esm({
|
|
|
14322
14804
|
}
|
|
14323
14805
|
});
|
|
14324
14806
|
|
|
14325
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14807
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
|
|
14326
14808
|
var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolver;
|
|
14327
14809
|
var init_endpointResolver = __esm({
|
|
14328
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14810
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
|
|
14329
14811
|
import_util_endpoints = __toESM(require_dist_cjs22());
|
|
14330
14812
|
import_util_endpoints2 = __toESM(require_dist_cjs21());
|
|
14331
14813
|
init_ruleset();
|
|
@@ -14343,10 +14825,10 @@ var init_endpointResolver = __esm({
|
|
|
14343
14825
|
}
|
|
14344
14826
|
});
|
|
14345
14827
|
|
|
14346
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14828
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
|
|
14347
14829
|
var import_smithy_client4, import_url_parser, import_util_base64, import_util_utf8, getRuntimeConfig;
|
|
14348
14830
|
var init_runtimeConfig_shared = __esm({
|
|
14349
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14831
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
|
|
14350
14832
|
init_dist_es2();
|
|
14351
14833
|
init_dist_es();
|
|
14352
14834
|
import_smithy_client4 = __toESM(require_dist_cjs17());
|
|
@@ -14386,10 +14868,10 @@ var init_runtimeConfig_shared = __esm({
|
|
|
14386
14868
|
}
|
|
14387
14869
|
});
|
|
14388
14870
|
|
|
14389
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14871
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
|
|
14390
14872
|
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;
|
|
14391
14873
|
var init_runtimeConfig = __esm({
|
|
14392
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14874
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
|
|
14393
14875
|
init_package();
|
|
14394
14876
|
init_dist_es2();
|
|
14395
14877
|
import_util_user_agent_node = __toESM(require_dist_cjs40());
|
|
@@ -14399,10 +14881,10 @@ var init_runtimeConfig = __esm({
|
|
|
14399
14881
|
import_node_config_provider = __toESM(require_dist_cjs30());
|
|
14400
14882
|
import_node_http_handler = __toESM(require_dist_cjs13());
|
|
14401
14883
|
import_util_body_length_node = __toESM(require_dist_cjs42());
|
|
14402
|
-
import_util_retry = __toESM(
|
|
14884
|
+
import_util_retry = __toESM(require_dist_cjs44());
|
|
14403
14885
|
init_runtimeConfig_shared();
|
|
14404
14886
|
import_smithy_client5 = __toESM(require_dist_cjs17());
|
|
14405
|
-
import_util_defaults_mode_node = __toESM(
|
|
14887
|
+
import_util_defaults_mode_node = __toESM(require_dist_cjs45());
|
|
14406
14888
|
import_smithy_client6 = __toESM(require_dist_cjs17());
|
|
14407
14889
|
getRuntimeConfig2 = (config) => {
|
|
14408
14890
|
(0, import_smithy_client6.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -14416,6 +14898,7 @@ var init_runtimeConfig = __esm({
|
|
|
14416
14898
|
...config,
|
|
14417
14899
|
runtime: "node",
|
|
14418
14900
|
defaultsMode,
|
|
14901
|
+
authSchemePreference: config?.authSchemePreference ?? (0, import_node_config_provider.loadConfig)(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
14419
14902
|
bodyLengthChecker: config?.bodyLengthChecker ?? import_util_body_length_node.calculateBodyLength,
|
|
14420
14903
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, import_util_user_agent_node.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
|
|
14421
14904
|
maxAttempts: config?.maxAttempts ?? (0, import_node_config_provider.loadConfig)(import_middleware_retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
@@ -14435,10 +14918,10 @@ var init_runtimeConfig = __esm({
|
|
|
14435
14918
|
}
|
|
14436
14919
|
});
|
|
14437
14920
|
|
|
14438
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14921
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
|
|
14439
14922
|
var getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig;
|
|
14440
14923
|
var init_httpAuthExtensionConfiguration = __esm({
|
|
14441
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14924
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
|
|
14442
14925
|
getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
14443
14926
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
14444
14927
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -14479,11 +14962,11 @@ var init_httpAuthExtensionConfiguration = __esm({
|
|
|
14479
14962
|
}
|
|
14480
14963
|
});
|
|
14481
14964
|
|
|
14482
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14965
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
|
|
14483
14966
|
var import_region_config_resolver, import_protocol_http8, import_smithy_client7, resolveRuntimeExtensions;
|
|
14484
14967
|
var init_runtimeExtensions = __esm({
|
|
14485
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14486
|
-
import_region_config_resolver = __toESM(
|
|
14968
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
|
|
14969
|
+
import_region_config_resolver = __toESM(require_dist_cjs46());
|
|
14487
14970
|
import_protocol_http8 = __toESM(require_dist_cjs2());
|
|
14488
14971
|
import_smithy_client7 = __toESM(require_dist_cjs17());
|
|
14489
14972
|
init_httpAuthExtensionConfiguration();
|
|
@@ -14495,10 +14978,10 @@ var init_runtimeExtensions = __esm({
|
|
|
14495
14978
|
}
|
|
14496
14979
|
});
|
|
14497
14980
|
|
|
14498
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14981
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
|
|
14499
14982
|
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;
|
|
14500
14983
|
var init_SSOOIDCClient = __esm({
|
|
14501
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14984
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
|
|
14502
14985
|
import_middleware_host_header = __toESM(require_dist_cjs3());
|
|
14503
14986
|
import_middleware_logger = __toESM(require_dist_cjs4());
|
|
14504
14987
|
import_middleware_recursion_detection = __toESM(require_dist_cjs5());
|
|
@@ -14549,10 +15032,10 @@ var init_SSOOIDCClient = __esm({
|
|
|
14549
15032
|
}
|
|
14550
15033
|
});
|
|
14551
15034
|
|
|
14552
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15035
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
|
|
14553
15036
|
var import_smithy_client9, SSOOIDCServiceException;
|
|
14554
15037
|
var init_SSOOIDCServiceException = __esm({
|
|
14555
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15038
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
|
|
14556
15039
|
import_smithy_client9 = __toESM(require_dist_cjs17());
|
|
14557
15040
|
SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client9.ServiceException {
|
|
14558
15041
|
constructor(options) {
|
|
@@ -14563,10 +15046,10 @@ var init_SSOOIDCServiceException = __esm({
|
|
|
14563
15046
|
}
|
|
14564
15047
|
});
|
|
14565
15048
|
|
|
14566
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15049
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
|
|
14567
15050
|
var import_smithy_client10, AccessDeniedException, AuthorizationPendingException, CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException;
|
|
14568
15051
|
var init_models_0 = __esm({
|
|
14569
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15052
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
|
|
14570
15053
|
import_smithy_client10 = __toESM(require_dist_cjs17());
|
|
14571
15054
|
init_SSOOIDCServiceException();
|
|
14572
15055
|
AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
|
|
@@ -14760,10 +15243,10 @@ var init_models_0 = __esm({
|
|
|
14760
15243
|
}
|
|
14761
15244
|
});
|
|
14762
15245
|
|
|
14763
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15246
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
|
|
14764
15247
|
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;
|
|
14765
15248
|
var init_Aws_restJson1 = __esm({
|
|
14766
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15249
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
|
|
14767
15250
|
init_dist_es2();
|
|
14768
15251
|
init_dist_es();
|
|
14769
15252
|
import_smithy_client11 = __toESM(require_dist_cjs17());
|
|
@@ -15021,10 +15504,10 @@ var init_Aws_restJson1 = __esm({
|
|
|
15021
15504
|
}
|
|
15022
15505
|
});
|
|
15023
15506
|
|
|
15024
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15507
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
|
|
15025
15508
|
var import_middleware_endpoint2, import_middleware_serde2, import_smithy_client12, CreateTokenCommand;
|
|
15026
15509
|
var init_CreateTokenCommand = __esm({
|
|
15027
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15510
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
|
|
15028
15511
|
import_middleware_endpoint2 = __toESM(require_dist_cjs33());
|
|
15029
15512
|
import_middleware_serde2 = __toESM(require_dist_cjs20());
|
|
15030
15513
|
import_smithy_client12 = __toESM(require_dist_cjs17());
|
|
@@ -15041,10 +15524,10 @@ var init_CreateTokenCommand = __esm({
|
|
|
15041
15524
|
}
|
|
15042
15525
|
});
|
|
15043
15526
|
|
|
15044
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15527
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
|
|
15045
15528
|
var import_smithy_client13, commands, SSOOIDC;
|
|
15046
15529
|
var init_SSOOIDC = __esm({
|
|
15047
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15530
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
|
|
15048
15531
|
import_smithy_client13 = __toESM(require_dist_cjs17());
|
|
15049
15532
|
init_CreateTokenCommand();
|
|
15050
15533
|
init_SSOOIDCClient();
|
|
@@ -15057,21 +15540,21 @@ var init_SSOOIDC = __esm({
|
|
|
15057
15540
|
}
|
|
15058
15541
|
});
|
|
15059
15542
|
|
|
15060
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15543
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
|
|
15061
15544
|
var init_commands = __esm({
|
|
15062
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15545
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
|
|
15063
15546
|
init_CreateTokenCommand();
|
|
15064
15547
|
}
|
|
15065
15548
|
});
|
|
15066
15549
|
|
|
15067
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15550
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
|
|
15068
15551
|
var init_models = __esm({
|
|
15069
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15552
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
|
|
15070
15553
|
init_models_0();
|
|
15071
15554
|
}
|
|
15072
15555
|
});
|
|
15073
15556
|
|
|
15074
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15557
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
|
|
15075
15558
|
var sso_oidc_exports = {};
|
|
15076
15559
|
__export(sso_oidc_exports, {
|
|
15077
15560
|
$Command: () => import_smithy_client12.Command,
|
|
@@ -15095,7 +15578,7 @@ __export(sso_oidc_exports, {
|
|
|
15095
15578
|
__Client: () => import_smithy_client8.Client
|
|
15096
15579
|
});
|
|
15097
15580
|
var init_sso_oidc = __esm({
|
|
15098
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15581
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
|
|
15099
15582
|
init_SSOOIDCClient();
|
|
15100
15583
|
init_SSOOIDC();
|
|
15101
15584
|
init_commands();
|
|
@@ -15104,9 +15587,9 @@ var init_sso_oidc = __esm({
|
|
|
15104
15587
|
}
|
|
15105
15588
|
});
|
|
15106
15589
|
|
|
15107
|
-
// node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
15108
|
-
var
|
|
15109
|
-
"node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
15590
|
+
// node_modules/.pnpm/@aws-sdk+token-providers@3.799.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
|
|
15591
|
+
var require_dist_cjs48 = __commonJS({
|
|
15592
|
+
"node_modules/.pnpm/@aws-sdk+token-providers@3.799.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
|
|
15110
15593
|
"use strict";
|
|
15111
15594
|
var __create2 = Object.create;
|
|
15112
15595
|
var __defProp2 = Object.defineProperty;
|
|
@@ -15292,9 +15775,9 @@ var require_dist_cjs46 = __commonJS({
|
|
|
15292
15775
|
}
|
|
15293
15776
|
});
|
|
15294
15777
|
|
|
15295
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15296
|
-
var
|
|
15297
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15778
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.799.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
|
|
15779
|
+
var require_dist_cjs49 = __commonJS({
|
|
15780
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.799.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
|
|
15298
15781
|
"use strict";
|
|
15299
15782
|
var __defProp2 = Object.defineProperty;
|
|
15300
15783
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -15326,7 +15809,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
15326
15809
|
var init_loadSso = __esm2({
|
|
15327
15810
|
"src/loadSso.ts"() {
|
|
15328
15811
|
"use strict";
|
|
15329
|
-
import_client_sso =
|
|
15812
|
+
import_client_sso = require_dist_cjs47();
|
|
15330
15813
|
}
|
|
15331
15814
|
});
|
|
15332
15815
|
var index_exports = {};
|
|
@@ -15338,7 +15821,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
15338
15821
|
module2.exports = __toCommonJS2(index_exports);
|
|
15339
15822
|
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");
|
|
15340
15823
|
var import_client3 = (init_client(), __toCommonJS(client_exports));
|
|
15341
|
-
var import_token_providers =
|
|
15824
|
+
var import_token_providers = require_dist_cjs48();
|
|
15342
15825
|
var import_property_provider2 = require_dist_cjs23();
|
|
15343
15826
|
var import_shared_ini_file_loader = require_dist_cjs29();
|
|
15344
15827
|
var SHOULD_FAIL_CREDENTIAL_CHAIN = false;
|
|
@@ -15519,7 +16002,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
15519
16002
|
}
|
|
15520
16003
|
});
|
|
15521
16004
|
|
|
15522
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16005
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
|
|
15523
16006
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
15524
16007
|
return {
|
|
15525
16008
|
schemeId: "aws.auth#sigv4",
|
|
@@ -15542,7 +16025,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
|
|
|
15542
16025
|
}
|
|
15543
16026
|
var import_util_middleware4, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig2;
|
|
15544
16027
|
var init_httpAuthSchemeProvider2 = __esm({
|
|
15545
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16028
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
|
|
15546
16029
|
init_dist_es2();
|
|
15547
16030
|
import_util_middleware4 = __toESM(require_dist_cjs19());
|
|
15548
16031
|
init_STSClient();
|
|
@@ -15580,10 +16063,10 @@ var init_httpAuthSchemeProvider2 = __esm({
|
|
|
15580
16063
|
}
|
|
15581
16064
|
});
|
|
15582
16065
|
|
|
15583
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16066
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
|
|
15584
16067
|
var resolveClientEndpointParameters2, commonParams2;
|
|
15585
16068
|
var init_EndpointParameters2 = __esm({
|
|
15586
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16069
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
|
|
15587
16070
|
resolveClientEndpointParameters2 = (options) => {
|
|
15588
16071
|
return Object.assign(options, {
|
|
15589
16072
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -15602,10 +16085,10 @@ var init_EndpointParameters2 = __esm({
|
|
|
15602
16085
|
}
|
|
15603
16086
|
});
|
|
15604
16087
|
|
|
15605
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16088
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
|
|
15606
16089
|
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;
|
|
15607
16090
|
var init_ruleset2 = __esm({
|
|
15608
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16091
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
|
|
15609
16092
|
F = "required";
|
|
15610
16093
|
G = "type";
|
|
15611
16094
|
H = "fn";
|
|
@@ -15647,10 +16130,10 @@ var init_ruleset2 = __esm({
|
|
|
15647
16130
|
}
|
|
15648
16131
|
});
|
|
15649
16132
|
|
|
15650
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16133
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
|
|
15651
16134
|
var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResolver2;
|
|
15652
16135
|
var init_endpointResolver2 = __esm({
|
|
15653
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16136
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
|
|
15654
16137
|
import_util_endpoints3 = __toESM(require_dist_cjs22());
|
|
15655
16138
|
import_util_endpoints4 = __toESM(require_dist_cjs21());
|
|
15656
16139
|
init_ruleset2();
|
|
@@ -15668,10 +16151,10 @@ var init_endpointResolver2 = __esm({
|
|
|
15668
16151
|
}
|
|
15669
16152
|
});
|
|
15670
16153
|
|
|
15671
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16154
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
|
|
15672
16155
|
var import_smithy_client14, import_url_parser2, import_util_base642, import_util_utf82, getRuntimeConfig3;
|
|
15673
16156
|
var init_runtimeConfig_shared2 = __esm({
|
|
15674
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16157
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
|
|
15675
16158
|
init_dist_es2();
|
|
15676
16159
|
init_dist_es();
|
|
15677
16160
|
import_smithy_client14 = __toESM(require_dist_cjs17());
|
|
@@ -15711,10 +16194,10 @@ var init_runtimeConfig_shared2 = __esm({
|
|
|
15711
16194
|
}
|
|
15712
16195
|
});
|
|
15713
16196
|
|
|
15714
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16197
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
|
|
15715
16198
|
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;
|
|
15716
16199
|
var init_runtimeConfig2 = __esm({
|
|
15717
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16200
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
|
|
15718
16201
|
init_package();
|
|
15719
16202
|
init_dist_es2();
|
|
15720
16203
|
import_util_user_agent_node2 = __toESM(require_dist_cjs40());
|
|
@@ -15725,10 +16208,10 @@ var init_runtimeConfig2 = __esm({
|
|
|
15725
16208
|
import_node_config_provider2 = __toESM(require_dist_cjs30());
|
|
15726
16209
|
import_node_http_handler2 = __toESM(require_dist_cjs13());
|
|
15727
16210
|
import_util_body_length_node2 = __toESM(require_dist_cjs42());
|
|
15728
|
-
import_util_retry2 = __toESM(
|
|
16211
|
+
import_util_retry2 = __toESM(require_dist_cjs44());
|
|
15729
16212
|
init_runtimeConfig_shared2();
|
|
15730
16213
|
import_smithy_client15 = __toESM(require_dist_cjs17());
|
|
15731
|
-
import_util_defaults_mode_node2 = __toESM(
|
|
16214
|
+
import_util_defaults_mode_node2 = __toESM(require_dist_cjs45());
|
|
15732
16215
|
import_smithy_client16 = __toESM(require_dist_cjs17());
|
|
15733
16216
|
getRuntimeConfig4 = (config) => {
|
|
15734
16217
|
(0, import_smithy_client16.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -15742,6 +16225,7 @@ var init_runtimeConfig2 = __esm({
|
|
|
15742
16225
|
...config,
|
|
15743
16226
|
runtime: "node",
|
|
15744
16227
|
defaultsMode,
|
|
16228
|
+
authSchemePreference: config?.authSchemePreference ?? (0, import_node_config_provider2.loadConfig)(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
15745
16229
|
bodyLengthChecker: config?.bodyLengthChecker ?? import_util_body_length_node2.calculateBodyLength,
|
|
15746
16230
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, import_util_user_agent_node2.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
|
|
15747
16231
|
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
@@ -15773,10 +16257,10 @@ var init_runtimeConfig2 = __esm({
|
|
|
15773
16257
|
}
|
|
15774
16258
|
});
|
|
15775
16259
|
|
|
15776
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16260
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
|
|
15777
16261
|
var getHttpAuthExtensionConfiguration2, resolveHttpAuthRuntimeConfig2;
|
|
15778
16262
|
var init_httpAuthExtensionConfiguration2 = __esm({
|
|
15779
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16263
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
|
|
15780
16264
|
getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
15781
16265
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
15782
16266
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -15817,11 +16301,11 @@ var init_httpAuthExtensionConfiguration2 = __esm({
|
|
|
15817
16301
|
}
|
|
15818
16302
|
});
|
|
15819
16303
|
|
|
15820
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16304
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
|
|
15821
16305
|
var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, resolveRuntimeExtensions2;
|
|
15822
16306
|
var init_runtimeExtensions2 = __esm({
|
|
15823
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15824
|
-
import_region_config_resolver2 = __toESM(
|
|
16307
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
|
|
16308
|
+
import_region_config_resolver2 = __toESM(require_dist_cjs46());
|
|
15825
16309
|
import_protocol_http9 = __toESM(require_dist_cjs2());
|
|
15826
16310
|
import_smithy_client17 = __toESM(require_dist_cjs17());
|
|
15827
16311
|
init_httpAuthExtensionConfiguration2();
|
|
@@ -15833,10 +16317,10 @@ var init_runtimeExtensions2 = __esm({
|
|
|
15833
16317
|
}
|
|
15834
16318
|
});
|
|
15835
16319
|
|
|
15836
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16320
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
|
|
15837
16321
|
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;
|
|
15838
16322
|
var init_STSClient = __esm({
|
|
15839
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16323
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
|
|
15840
16324
|
import_middleware_host_header2 = __toESM(require_dist_cjs3());
|
|
15841
16325
|
import_middleware_logger2 = __toESM(require_dist_cjs4());
|
|
15842
16326
|
import_middleware_recursion_detection2 = __toESM(require_dist_cjs5());
|
|
@@ -15887,10 +16371,10 @@ var init_STSClient = __esm({
|
|
|
15887
16371
|
}
|
|
15888
16372
|
});
|
|
15889
16373
|
|
|
15890
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16374
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
|
|
15891
16375
|
var import_smithy_client19, STSServiceException;
|
|
15892
16376
|
var init_STSServiceException = __esm({
|
|
15893
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16377
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
|
|
15894
16378
|
import_smithy_client19 = __toESM(require_dist_cjs17());
|
|
15895
16379
|
STSServiceException = class _STSServiceException extends import_smithy_client19.ServiceException {
|
|
15896
16380
|
constructor(options) {
|
|
@@ -15901,10 +16385,10 @@ var init_STSServiceException = __esm({
|
|
|
15901
16385
|
}
|
|
15902
16386
|
});
|
|
15903
16387
|
|
|
15904
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16388
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
|
|
15905
16389
|
var import_smithy_client20, CredentialsFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, ExpiredTokenException2, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, IDPRejectedClaimException, InvalidIdentityTokenException, AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, IDPCommunicationErrorException;
|
|
15906
16390
|
var init_models_02 = __esm({
|
|
15907
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16391
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
|
|
15908
16392
|
import_smithy_client20 = __toESM(require_dist_cjs17());
|
|
15909
16393
|
init_STSServiceException();
|
|
15910
16394
|
CredentialsFilterSensitiveLog = (obj) => ({
|
|
@@ -16010,10 +16494,10 @@ var init_models_02 = __esm({
|
|
|
16010
16494
|
}
|
|
16011
16495
|
});
|
|
16012
16496
|
|
|
16013
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16497
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
|
|
16014
16498
|
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;
|
|
16015
16499
|
var init_Aws_query = __esm({
|
|
16016
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16500
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
|
|
16017
16501
|
init_dist_es2();
|
|
16018
16502
|
import_protocol_http10 = __toESM(require_dist_cjs2());
|
|
16019
16503
|
import_smithy_client21 = __toESM(require_dist_cjs17());
|
|
@@ -16542,10 +17026,10 @@ var init_Aws_query = __esm({
|
|
|
16542
17026
|
}
|
|
16543
17027
|
});
|
|
16544
17028
|
|
|
16545
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17029
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
|
|
16546
17030
|
var import_middleware_endpoint4, import_middleware_serde3, import_smithy_client22, AssumeRoleCommand;
|
|
16547
17031
|
var init_AssumeRoleCommand = __esm({
|
|
16548
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17032
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
|
|
16549
17033
|
import_middleware_endpoint4 = __toESM(require_dist_cjs33());
|
|
16550
17034
|
import_middleware_serde3 = __toESM(require_dist_cjs20());
|
|
16551
17035
|
import_smithy_client22 = __toESM(require_dist_cjs17());
|
|
@@ -16562,10 +17046,10 @@ var init_AssumeRoleCommand = __esm({
|
|
|
16562
17046
|
}
|
|
16563
17047
|
});
|
|
16564
17048
|
|
|
16565
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17049
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
|
|
16566
17050
|
var import_middleware_endpoint5, import_middleware_serde4, import_smithy_client23, AssumeRoleWithWebIdentityCommand;
|
|
16567
17051
|
var init_AssumeRoleWithWebIdentityCommand = __esm({
|
|
16568
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17052
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
|
|
16569
17053
|
import_middleware_endpoint5 = __toESM(require_dist_cjs33());
|
|
16570
17054
|
import_middleware_serde4 = __toESM(require_dist_cjs20());
|
|
16571
17055
|
import_smithy_client23 = __toESM(require_dist_cjs17());
|
|
@@ -16582,10 +17066,10 @@ var init_AssumeRoleWithWebIdentityCommand = __esm({
|
|
|
16582
17066
|
}
|
|
16583
17067
|
});
|
|
16584
17068
|
|
|
16585
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17069
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
|
|
16586
17070
|
var import_smithy_client24, commands2, STS;
|
|
16587
17071
|
var init_STS = __esm({
|
|
16588
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17072
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
|
|
16589
17073
|
import_smithy_client24 = __toESM(require_dist_cjs17());
|
|
16590
17074
|
init_AssumeRoleCommand();
|
|
16591
17075
|
init_AssumeRoleWithWebIdentityCommand();
|
|
@@ -16600,25 +17084,25 @@ var init_STS = __esm({
|
|
|
16600
17084
|
}
|
|
16601
17085
|
});
|
|
16602
17086
|
|
|
16603
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17087
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
|
|
16604
17088
|
var init_commands2 = __esm({
|
|
16605
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17089
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
|
|
16606
17090
|
init_AssumeRoleCommand();
|
|
16607
17091
|
init_AssumeRoleWithWebIdentityCommand();
|
|
16608
17092
|
}
|
|
16609
17093
|
});
|
|
16610
17094
|
|
|
16611
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17095
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
|
|
16612
17096
|
var init_models2 = __esm({
|
|
16613
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17097
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
|
|
16614
17098
|
init_models_02();
|
|
16615
17099
|
}
|
|
16616
17100
|
});
|
|
16617
17101
|
|
|
16618
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17102
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
|
|
16619
17103
|
var ASSUME_ROLE_DEFAULT_REGION, getAccountIdFromAssumedRoleUser, resolveRegion, getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, isH2;
|
|
16620
17104
|
var init_defaultStsRoleAssumers = __esm({
|
|
16621
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17105
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
|
|
16622
17106
|
init_client();
|
|
16623
17107
|
init_AssumeRoleCommand();
|
|
16624
17108
|
init_AssumeRoleWithWebIdentityCommand();
|
|
@@ -16712,10 +17196,10 @@ var init_defaultStsRoleAssumers = __esm({
|
|
|
16712
17196
|
}
|
|
16713
17197
|
});
|
|
16714
17198
|
|
|
16715
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17199
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
|
|
16716
17200
|
var getCustomizableStsClientCtor, getDefaultRoleAssumer2, getDefaultRoleAssumerWithWebIdentity2, decorateDefaultCredentialProvider;
|
|
16717
17201
|
var init_defaultRoleAssumers = __esm({
|
|
16718
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17202
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
|
|
16719
17203
|
init_defaultStsRoleAssumers();
|
|
16720
17204
|
init_STSClient();
|
|
16721
17205
|
getCustomizableStsClientCtor = (baseCtor, customizations) => {
|
|
@@ -16741,7 +17225,7 @@ var init_defaultRoleAssumers = __esm({
|
|
|
16741
17225
|
}
|
|
16742
17226
|
});
|
|
16743
17227
|
|
|
16744
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17228
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
|
|
16745
17229
|
var sts_exports = {};
|
|
16746
17230
|
__export(sts_exports, {
|
|
16747
17231
|
AssumeRoleCommand: () => AssumeRoleCommand,
|
|
@@ -16766,7 +17250,7 @@ __export(sts_exports, {
|
|
|
16766
17250
|
getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
|
|
16767
17251
|
});
|
|
16768
17252
|
var init_sts = __esm({
|
|
16769
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
17253
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.799.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
|
|
16770
17254
|
init_STSClient();
|
|
16771
17255
|
init_STS();
|
|
16772
17256
|
init_commands2();
|
|
@@ -16776,9 +17260,9 @@ var init_sts = __esm({
|
|
|
16776
17260
|
}
|
|
16777
17261
|
});
|
|
16778
17262
|
|
|
16779
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
|
16780
|
-
var
|
|
16781
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-process@3.
|
|
17263
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-process@3.799.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
|
|
17264
|
+
var require_dist_cjs50 = __commonJS({
|
|
17265
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-process@3.799.0/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2, module2) {
|
|
16782
17266
|
"use strict";
|
|
16783
17267
|
var __defProp2 = Object.defineProperty;
|
|
16784
17268
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -16878,9 +17362,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16878
17362
|
}
|
|
16879
17363
|
});
|
|
16880
17364
|
|
|
16881
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17365
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.799.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
|
|
16882
17366
|
var require_fromWebToken = __commonJS({
|
|
16883
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17367
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.799.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
|
|
16884
17368
|
"use strict";
|
|
16885
17369
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o3, m3, k3, k22) {
|
|
16886
17370
|
if (k22 === void 0) k22 = k3;
|
|
@@ -16940,9 +17424,9 @@ var require_fromWebToken = __commonJS({
|
|
|
16940
17424
|
}
|
|
16941
17425
|
});
|
|
16942
17426
|
|
|
16943
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17427
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.799.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
|
|
16944
17428
|
var require_fromTokenFile = __commonJS({
|
|
16945
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17429
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.799.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
|
|
16946
17430
|
"use strict";
|
|
16947
17431
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
16948
17432
|
exports2.fromTokenFile = void 0;
|
|
@@ -16978,9 +17462,9 @@ var require_fromTokenFile = __commonJS({
|
|
|
16978
17462
|
}
|
|
16979
17463
|
});
|
|
16980
17464
|
|
|
16981
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16982
|
-
var
|
|
16983
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
17465
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.799.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
|
|
17466
|
+
var require_dist_cjs51 = __commonJS({
|
|
17467
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.799.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
|
|
16984
17468
|
"use strict";
|
|
16985
17469
|
var __defProp2 = Object.defineProperty;
|
|
16986
17470
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17003,9 +17487,9 @@ var require_dist_cjs49 = __commonJS({
|
|
|
17003
17487
|
}
|
|
17004
17488
|
});
|
|
17005
17489
|
|
|
17006
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
17007
|
-
var
|
|
17008
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
17490
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.799.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
|
|
17491
|
+
var require_dist_cjs52 = __commonJS({
|
|
17492
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.799.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
|
|
17009
17493
|
"use strict";
|
|
17010
17494
|
var __create2 = Object.create;
|
|
17011
17495
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17156,14 +17640,14 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17156
17640
|
return !section.role_arn && !!section.credential_source;
|
|
17157
17641
|
}, "isCredentialSourceWithoutRoleArn");
|
|
17158
17642
|
var isProcessProfile = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", "isProcessProfile");
|
|
17159
|
-
var resolveProcessCredentials = /* @__PURE__ */ __name(async (options, profile) => Promise.resolve().then(() => __toESM2(
|
|
17643
|
+
var resolveProcessCredentials = /* @__PURE__ */ __name(async (options, profile) => Promise.resolve().then(() => __toESM2(require_dist_cjs50())).then(
|
|
17160
17644
|
({ fromProcess }) => fromProcess({
|
|
17161
17645
|
...options,
|
|
17162
17646
|
profile
|
|
17163
17647
|
})().then((creds) => (0, import_client3.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_PROCESS", "v"))
|
|
17164
17648
|
), "resolveProcessCredentials");
|
|
17165
17649
|
var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, profileData, options = {}) => {
|
|
17166
|
-
const { fromSSO } = await Promise.resolve().then(() => __toESM2(
|
|
17650
|
+
const { fromSSO } = await Promise.resolve().then(() => __toESM2(require_dist_cjs49()));
|
|
17167
17651
|
return fromSSO({
|
|
17168
17652
|
profile,
|
|
17169
17653
|
logger: options.logger,
|
|
@@ -17191,7 +17675,7 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17191
17675
|
return (0, import_client3.setCredentialFeature)(credentials, "CREDENTIALS_PROFILE", "n");
|
|
17192
17676
|
}, "resolveStaticCredentials");
|
|
17193
17677
|
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");
|
|
17194
|
-
var resolveWebIdentityCredentials = /* @__PURE__ */ __name(async (profile, options) => Promise.resolve().then(() => __toESM2(
|
|
17678
|
+
var resolveWebIdentityCredentials = /* @__PURE__ */ __name(async (profile, options) => Promise.resolve().then(() => __toESM2(require_dist_cjs51())).then(
|
|
17195
17679
|
({ fromTokenFile: fromTokenFile2 }) => fromTokenFile2({
|
|
17196
17680
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
17197
17681
|
roleArn: profile.role_arn,
|
|
@@ -17247,9 +17731,9 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17247
17731
|
}
|
|
17248
17732
|
});
|
|
17249
17733
|
|
|
17250
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17251
|
-
var
|
|
17252
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17734
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.799.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
|
|
17735
|
+
var require_dist_cjs53 = __commonJS({
|
|
17736
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.799.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
|
|
17253
17737
|
"use strict";
|
|
17254
17738
|
var __create2 = Object.create;
|
|
17255
17739
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17346,22 +17830,22 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17346
17830
|
{ logger: init.logger }
|
|
17347
17831
|
);
|
|
17348
17832
|
}
|
|
17349
|
-
const { fromSSO } = await Promise.resolve().then(() => __toESM2(
|
|
17833
|
+
const { fromSSO } = await Promise.resolve().then(() => __toESM2(require_dist_cjs49()));
|
|
17350
17834
|
return fromSSO(init)();
|
|
17351
17835
|
},
|
|
17352
17836
|
async () => {
|
|
17353
17837
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
17354
|
-
const { fromIni } = await Promise.resolve().then(() => __toESM2(
|
|
17838
|
+
const { fromIni } = await Promise.resolve().then(() => __toESM2(require_dist_cjs52()));
|
|
17355
17839
|
return fromIni(init)();
|
|
17356
17840
|
},
|
|
17357
17841
|
async () => {
|
|
17358
17842
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
17359
|
-
const { fromProcess } = await Promise.resolve().then(() => __toESM2(
|
|
17843
|
+
const { fromProcess } = await Promise.resolve().then(() => __toESM2(require_dist_cjs50()));
|
|
17360
17844
|
return fromProcess(init)();
|
|
17361
17845
|
},
|
|
17362
17846
|
async () => {
|
|
17363
17847
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
17364
|
-
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => __toESM2(
|
|
17848
|
+
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => __toESM2(require_dist_cjs51()));
|
|
17365
17849
|
return fromTokenFile2(init)();
|
|
17366
17850
|
},
|
|
17367
17851
|
async () => {
|
|
@@ -17383,9 +17867,9 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17383
17867
|
}
|
|
17384
17868
|
});
|
|
17385
17869
|
|
|
17386
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17870
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
|
|
17387
17871
|
var require_ruleset2 = __commonJS({
|
|
17388
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17872
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
|
|
17389
17873
|
"use strict";
|
|
17390
17874
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17391
17875
|
exports2.ruleSet = void 0;
|
|
@@ -17418,9 +17902,9 @@ var require_ruleset2 = __commonJS({
|
|
|
17418
17902
|
}
|
|
17419
17903
|
});
|
|
17420
17904
|
|
|
17421
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17905
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
|
|
17422
17906
|
var require_endpointResolver2 = __commonJS({
|
|
17423
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17907
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
17424
17908
|
"use strict";
|
|
17425
17909
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17426
17910
|
exports2.defaultEndpointResolver = void 0;
|
|
@@ -17442,9 +17926,9 @@ var require_endpointResolver2 = __commonJS({
|
|
|
17442
17926
|
}
|
|
17443
17927
|
});
|
|
17444
17928
|
|
|
17445
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17929
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
|
|
17446
17930
|
var require_runtimeConfig_shared2 = __commonJS({
|
|
17447
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17931
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
17448
17932
|
"use strict";
|
|
17449
17933
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17450
17934
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -17482,16 +17966,16 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
17482
17966
|
}
|
|
17483
17967
|
});
|
|
17484
17968
|
|
|
17485
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17969
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
|
|
17486
17970
|
var require_runtimeConfig2 = __commonJS({
|
|
17487
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17971
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
|
|
17488
17972
|
"use strict";
|
|
17489
17973
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17490
17974
|
exports2.getRuntimeConfig = void 0;
|
|
17491
17975
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
17492
17976
|
var package_json_1 = tslib_1.__importDefault(require_package());
|
|
17493
17977
|
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
17494
|
-
var credential_provider_node_1 =
|
|
17978
|
+
var credential_provider_node_1 = require_dist_cjs53();
|
|
17495
17979
|
var util_user_agent_node_1 = require_dist_cjs40();
|
|
17496
17980
|
var config_resolver_1 = require_dist_cjs27();
|
|
17497
17981
|
var hash_node_1 = require_dist_cjs41();
|
|
@@ -17499,10 +17983,10 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
17499
17983
|
var node_config_provider_1 = require_dist_cjs30();
|
|
17500
17984
|
var node_http_handler_1 = require_dist_cjs13();
|
|
17501
17985
|
var util_body_length_node_1 = require_dist_cjs42();
|
|
17502
|
-
var util_retry_1 =
|
|
17986
|
+
var util_retry_1 = require_dist_cjs44();
|
|
17503
17987
|
var runtimeConfig_shared_1 = require_runtimeConfig_shared2();
|
|
17504
17988
|
var smithy_client_1 = require_dist_cjs17();
|
|
17505
|
-
var util_defaults_mode_node_1 =
|
|
17989
|
+
var util_defaults_mode_node_1 = require_dist_cjs45();
|
|
17506
17990
|
var smithy_client_2 = require_dist_cjs17();
|
|
17507
17991
|
var getRuntimeConfig5 = (config) => {
|
|
17508
17992
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
@@ -17516,6 +18000,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
17516
18000
|
...config,
|
|
17517
18001
|
runtime: "node",
|
|
17518
18002
|
defaultsMode,
|
|
18003
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
17519
18004
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
17520
18005
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
17521
18006
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -17538,9 +18023,9 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
17538
18023
|
}
|
|
17539
18024
|
});
|
|
17540
18025
|
|
|
17541
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17542
|
-
var
|
|
17543
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
18026
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
|
|
18027
|
+
var require_dist_cjs54 = __commonJS({
|
|
18028
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.799.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
|
|
17544
18029
|
"use strict";
|
|
17545
18030
|
var __defProp2 = Object.defineProperty;
|
|
17546
18031
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17649,7 +18134,7 @@ var require_dist_cjs52 = __commonJS({
|
|
|
17649
18134
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
17650
18135
|
};
|
|
17651
18136
|
var import_runtimeConfig5 = require_runtimeConfig2();
|
|
17652
|
-
var import_region_config_resolver3 =
|
|
18137
|
+
var import_region_config_resolver3 = require_dist_cjs46();
|
|
17653
18138
|
var import_protocol_http11 = require_dist_cjs2();
|
|
17654
18139
|
var import_smithy_client25 = require_dist_cjs17();
|
|
17655
18140
|
var getHttpAuthExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
@@ -21363,7 +21848,7 @@ __export(cache_handler_exports, {
|
|
|
21363
21848
|
default: () => CacheHandler
|
|
21364
21849
|
});
|
|
21365
21850
|
module.exports = __toCommonJS(cache_handler_exports);
|
|
21366
|
-
var import_client_sqs = __toESM(
|
|
21851
|
+
var import_client_sqs = __toESM(require_dist_cjs54());
|
|
21367
21852
|
var import_file_system_cache = __toESM(require_file_system_cache());
|
|
21368
21853
|
var sqsClient = new import_client_sqs.SQSClient();
|
|
21369
21854
|
var CacheHandler = class extends import_file_system_cache.default {
|