cdk-nextjs 0.3.1 → 0.3.3
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/assets/lambdas/assets-deployment/assets-deployment.lambda/patch-fetch.js +1 -1
- package/lib/lambdas/assets-deployment/fs-to-s3.js +2 -2
- package/lib/nextjs-assets-deployment.js +1 -1
- package/lib/nextjs-build/cache-handler.cjs +153 -137
- 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 +11 -11
|
@@ -5608,9 +5608,9 @@ var require_dist_cjs21 = __commonJS({
|
|
|
5608
5608
|
}
|
|
5609
5609
|
});
|
|
5610
5610
|
|
|
5611
|
-
// node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
5611
|
+
// node_modules/.pnpm/@aws-sdk+util-endpoints@3.782.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
|
|
5612
5612
|
var require_dist_cjs22 = __commonJS({
|
|
5613
|
-
"node_modules/.pnpm/@aws-sdk+util-endpoints@3.
|
|
5613
|
+
"node_modules/.pnpm/@aws-sdk+util-endpoints@3.782.0/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2, module2) {
|
|
5614
5614
|
"use strict";
|
|
5615
5615
|
var __defProp2 = Object.defineProperty;
|
|
5616
5616
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -5938,6 +5938,22 @@ var require_dist_cjs22 = __commonJS({
|
|
|
5938
5938
|
description: "US ISOF SOUTH"
|
|
5939
5939
|
}
|
|
5940
5940
|
}
|
|
5941
|
+
}, {
|
|
5942
|
+
id: "aws-eusc",
|
|
5943
|
+
outputs: {
|
|
5944
|
+
dnsSuffix: "amazonaws.eu",
|
|
5945
|
+
dualStackDnsSuffix: "amazonaws.eu",
|
|
5946
|
+
implicitGlobalRegion: "eusc-de-east-1",
|
|
5947
|
+
name: "aws-eusc",
|
|
5948
|
+
supportsDualStack: false,
|
|
5949
|
+
supportsFIPS: true
|
|
5950
|
+
},
|
|
5951
|
+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
5952
|
+
regions: {
|
|
5953
|
+
"eusc-de-east-1": {
|
|
5954
|
+
description: "EU (Germany)"
|
|
5955
|
+
}
|
|
5956
|
+
}
|
|
5941
5957
|
}],
|
|
5942
5958
|
version: "1.1"
|
|
5943
5959
|
};
|
|
@@ -8995,9 +9011,9 @@ var init_dist_es2 = __esm({
|
|
|
8995
9011
|
}
|
|
8996
9012
|
});
|
|
8997
9013
|
|
|
8998
|
-
// node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
9014
|
+
// node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.782.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
|
|
8999
9015
|
var require_dist_cjs25 = __commonJS({
|
|
9000
|
-
"node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.
|
|
9016
|
+
"node_modules/.pnpm/@aws-sdk+middleware-user-agent@3.782.0/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports2, module2) {
|
|
9001
9017
|
"use strict";
|
|
9002
9018
|
var __defProp2 = Object.defineProperty;
|
|
9003
9019
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -11383,9 +11399,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11383
11399
|
}
|
|
11384
11400
|
});
|
|
11385
11401
|
|
|
11386
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11402
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
11387
11403
|
var require_httpAuthSchemeProvider = __commonJS({
|
|
11388
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11404
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
|
11389
11405
|
"use strict";
|
|
11390
11406
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11391
11407
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSQSHttpAuthSchemeProvider = exports2.defaultSQSHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -11958,13 +11974,13 @@ var init_tslib_es6 = __esm({
|
|
|
11958
11974
|
}
|
|
11959
11975
|
});
|
|
11960
11976
|
|
|
11961
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11977
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/package.json
|
|
11962
11978
|
var require_package = __commonJS({
|
|
11963
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
11979
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/package.json"(exports2, module2) {
|
|
11964
11980
|
module2.exports = {
|
|
11965
11981
|
name: "@aws-sdk/client-sqs",
|
|
11966
11982
|
description: "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
11967
|
-
version: "3.
|
|
11983
|
+
version: "3.782.0",
|
|
11968
11984
|
scripts: {
|
|
11969
11985
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
11970
11986
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|
|
@@ -11984,17 +12000,17 @@ var require_package = __commonJS({
|
|
|
11984
12000
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
11985
12001
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
11986
12002
|
"@aws-sdk/core": "3.775.0",
|
|
11987
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
12003
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
11988
12004
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
11989
12005
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
11990
12006
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
11991
12007
|
"@aws-sdk/middleware-sdk-sqs": "3.775.0",
|
|
11992
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
12008
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
11993
12009
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
11994
12010
|
"@aws-sdk/types": "3.775.0",
|
|
11995
|
-
"@aws-sdk/util-endpoints": "3.
|
|
12011
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
11996
12012
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
11997
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
12013
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
11998
12014
|
"@smithy/config-resolver": "^4.1.0",
|
|
11999
12015
|
"@smithy/core": "^3.2.0",
|
|
12000
12016
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
@@ -12729,9 +12745,9 @@ var require_dist_cjs39 = __commonJS({
|
|
|
12729
12745
|
}
|
|
12730
12746
|
});
|
|
12731
12747
|
|
|
12732
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12748
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
12733
12749
|
var require_httpAuthSchemeProvider2 = __commonJS({
|
|
12734
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12750
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports2) {
|
|
12735
12751
|
"use strict";
|
|
12736
12752
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
12737
12753
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSOHttpAuthSchemeProvider = exports2.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12800,13 +12816,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
12800
12816
|
}
|
|
12801
12817
|
});
|
|
12802
12818
|
|
|
12803
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12819
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/package.json
|
|
12804
12820
|
var require_package2 = __commonJS({
|
|
12805
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
12821
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/package.json"(exports2, module2) {
|
|
12806
12822
|
module2.exports = {
|
|
12807
12823
|
name: "@aws-sdk/client-sso",
|
|
12808
12824
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
12809
|
-
version: "3.
|
|
12825
|
+
version: "3.782.0",
|
|
12810
12826
|
scripts: {
|
|
12811
12827
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12812
12828
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -12829,12 +12845,12 @@ var require_package2 = __commonJS({
|
|
|
12829
12845
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
12830
12846
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
12831
12847
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
12832
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
12848
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
12833
12849
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
12834
12850
|
"@aws-sdk/types": "3.775.0",
|
|
12835
|
-
"@aws-sdk/util-endpoints": "3.
|
|
12851
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
12836
12852
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
12837
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
12853
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
12838
12854
|
"@smithy/config-resolver": "^4.1.0",
|
|
12839
12855
|
"@smithy/core": "^3.2.0",
|
|
12840
12856
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
@@ -12904,9 +12920,9 @@ var require_package2 = __commonJS({
|
|
|
12904
12920
|
}
|
|
12905
12921
|
});
|
|
12906
12922
|
|
|
12907
|
-
// node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
12923
|
+
// node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.782.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
|
|
12908
12924
|
var require_dist_cjs40 = __commonJS({
|
|
12909
|
-
"node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.
|
|
12925
|
+
"node_modules/.pnpm/@aws-sdk+util-user-agent-node@3.782.0/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports2, module2) {
|
|
12910
12926
|
"use strict";
|
|
12911
12927
|
var __defProp2 = Object.defineProperty;
|
|
12912
12928
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13103,9 +13119,9 @@ var require_dist_cjs42 = __commonJS({
|
|
|
13103
13119
|
}
|
|
13104
13120
|
});
|
|
13105
13121
|
|
|
13106
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13122
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
|
|
13107
13123
|
var require_ruleset = __commonJS({
|
|
13108
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13124
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
|
|
13109
13125
|
"use strict";
|
|
13110
13126
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13111
13127
|
exports2.ruleSet = void 0;
|
|
@@ -13138,9 +13154,9 @@ var require_ruleset = __commonJS({
|
|
|
13138
13154
|
}
|
|
13139
13155
|
});
|
|
13140
13156
|
|
|
13141
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13157
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
|
|
13142
13158
|
var require_endpointResolver = __commonJS({
|
|
13143
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13159
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
13144
13160
|
"use strict";
|
|
13145
13161
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13146
13162
|
exports2.defaultEndpointResolver = void 0;
|
|
@@ -13162,9 +13178,9 @@ var require_endpointResolver = __commonJS({
|
|
|
13162
13178
|
}
|
|
13163
13179
|
});
|
|
13164
13180
|
|
|
13165
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13181
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
|
|
13166
13182
|
var require_runtimeConfig_shared = __commonJS({
|
|
13167
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13183
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
13168
13184
|
"use strict";
|
|
13169
13185
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13170
13186
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -13317,9 +13333,9 @@ var require_dist_cjs43 = __commonJS({
|
|
|
13317
13333
|
}
|
|
13318
13334
|
});
|
|
13319
13335
|
|
|
13320
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13336
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
|
|
13321
13337
|
var require_runtimeConfig = __commonJS({
|
|
13322
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13338
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports2) {
|
|
13323
13339
|
"use strict";
|
|
13324
13340
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
13325
13341
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -13457,9 +13473,9 @@ var require_dist_cjs44 = __commonJS({
|
|
|
13457
13473
|
}
|
|
13458
13474
|
});
|
|
13459
13475
|
|
|
13460
|
-
// node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13476
|
+
// node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
|
|
13461
13477
|
var require_dist_cjs45 = __commonJS({
|
|
13462
|
-
"node_modules/.pnpm/@aws-sdk+client-sso@3.
|
|
13478
|
+
"node_modules/.pnpm/@aws-sdk+client-sso@3.782.0/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2, module2) {
|
|
13463
13479
|
"use strict";
|
|
13464
13480
|
var __defProp2 = Object.defineProperty;
|
|
13465
13481
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -14001,7 +14017,7 @@ var require_dist_cjs45 = __commonJS({
|
|
|
14001
14017
|
}
|
|
14002
14018
|
});
|
|
14003
14019
|
|
|
14004
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14020
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
14005
14021
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
14006
14022
|
return {
|
|
14007
14023
|
schemeId: "aws.auth#sigv4",
|
|
@@ -14024,7 +14040,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
|
|
|
14024
14040
|
}
|
|
14025
14041
|
var import_util_middleware3, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
|
|
14026
14042
|
var init_httpAuthSchemeProvider = __esm({
|
|
14027
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14043
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
|
|
14028
14044
|
init_dist_es2();
|
|
14029
14045
|
import_util_middleware3 = __toESM(require_dist_cjs19());
|
|
14030
14046
|
defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -14055,10 +14071,10 @@ var init_httpAuthSchemeProvider = __esm({
|
|
|
14055
14071
|
}
|
|
14056
14072
|
});
|
|
14057
14073
|
|
|
14058
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14074
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
|
|
14059
14075
|
var resolveClientEndpointParameters, commonParams;
|
|
14060
14076
|
var init_EndpointParameters = __esm({
|
|
14061
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14077
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
|
|
14062
14078
|
resolveClientEndpointParameters = (options) => {
|
|
14063
14079
|
return Object.assign(options, {
|
|
14064
14080
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -14075,13 +14091,13 @@ var init_EndpointParameters = __esm({
|
|
|
14075
14091
|
}
|
|
14076
14092
|
});
|
|
14077
14093
|
|
|
14078
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14094
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/package.json
|
|
14079
14095
|
var package_default;
|
|
14080
14096
|
var init_package = __esm({
|
|
14081
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14097
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
14082
14098
|
package_default = {
|
|
14083
14099
|
name: "@aws-sdk/nested-clients",
|
|
14084
|
-
version: "3.
|
|
14100
|
+
version: "3.782.0",
|
|
14085
14101
|
description: "Nested clients for AWS SDK packages.",
|
|
14086
14102
|
main: "./dist-cjs/index.js",
|
|
14087
14103
|
module: "./dist-es/index.js",
|
|
@@ -14113,12 +14129,12 @@ var init_package = __esm({
|
|
|
14113
14129
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
14114
14130
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
14115
14131
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
14116
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
14132
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
14117
14133
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
14118
14134
|
"@aws-sdk/types": "3.775.0",
|
|
14119
|
-
"@aws-sdk/util-endpoints": "3.
|
|
14135
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
14120
14136
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
14121
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
14137
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
14122
14138
|
"@smithy/config-resolver": "^4.1.0",
|
|
14123
14139
|
"@smithy/core": "^3.2.0",
|
|
14124
14140
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
@@ -14197,10 +14213,10 @@ var init_package = __esm({
|
|
|
14197
14213
|
}
|
|
14198
14214
|
});
|
|
14199
14215
|
|
|
14200
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14216
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
|
|
14201
14217
|
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;
|
|
14202
14218
|
var init_ruleset = __esm({
|
|
14203
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14219
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js"() {
|
|
14204
14220
|
u = "required";
|
|
14205
14221
|
v = "fn";
|
|
14206
14222
|
w = "argv";
|
|
@@ -14230,10 +14246,10 @@ var init_ruleset = __esm({
|
|
|
14230
14246
|
}
|
|
14231
14247
|
});
|
|
14232
14248
|
|
|
14233
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14249
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
|
|
14234
14250
|
var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolver;
|
|
14235
14251
|
var init_endpointResolver = __esm({
|
|
14236
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14252
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
|
|
14237
14253
|
import_util_endpoints = __toESM(require_dist_cjs22());
|
|
14238
14254
|
import_util_endpoints2 = __toESM(require_dist_cjs21());
|
|
14239
14255
|
init_ruleset();
|
|
@@ -14251,10 +14267,10 @@ var init_endpointResolver = __esm({
|
|
|
14251
14267
|
}
|
|
14252
14268
|
});
|
|
14253
14269
|
|
|
14254
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14270
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
|
|
14255
14271
|
var import_smithy_client4, import_url_parser, import_util_base64, import_util_utf8, getRuntimeConfig;
|
|
14256
14272
|
var init_runtimeConfig_shared = __esm({
|
|
14257
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14273
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
|
|
14258
14274
|
init_dist_es2();
|
|
14259
14275
|
init_dist_es();
|
|
14260
14276
|
import_smithy_client4 = __toESM(require_dist_cjs17());
|
|
@@ -14294,10 +14310,10 @@ var init_runtimeConfig_shared = __esm({
|
|
|
14294
14310
|
}
|
|
14295
14311
|
});
|
|
14296
14312
|
|
|
14297
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14313
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
|
|
14298
14314
|
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;
|
|
14299
14315
|
var init_runtimeConfig = __esm({
|
|
14300
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14316
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
|
|
14301
14317
|
init_package();
|
|
14302
14318
|
init_dist_es2();
|
|
14303
14319
|
import_util_user_agent_node = __toESM(require_dist_cjs40());
|
|
@@ -14343,10 +14359,10 @@ var init_runtimeConfig = __esm({
|
|
|
14343
14359
|
}
|
|
14344
14360
|
});
|
|
14345
14361
|
|
|
14346
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14362
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
|
|
14347
14363
|
var getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig;
|
|
14348
14364
|
var init_httpAuthExtensionConfiguration = __esm({
|
|
14349
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14365
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js"() {
|
|
14350
14366
|
getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
14351
14367
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
14352
14368
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -14387,10 +14403,10 @@ var init_httpAuthExtensionConfiguration = __esm({
|
|
|
14387
14403
|
}
|
|
14388
14404
|
});
|
|
14389
14405
|
|
|
14390
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14406
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
|
|
14391
14407
|
var import_region_config_resolver, import_protocol_http8, import_smithy_client7, resolveRuntimeExtensions;
|
|
14392
14408
|
var init_runtimeExtensions = __esm({
|
|
14393
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14409
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
|
|
14394
14410
|
import_region_config_resolver = __toESM(require_dist_cjs44());
|
|
14395
14411
|
import_protocol_http8 = __toESM(require_dist_cjs2());
|
|
14396
14412
|
import_smithy_client7 = __toESM(require_dist_cjs17());
|
|
@@ -14403,10 +14419,10 @@ var init_runtimeExtensions = __esm({
|
|
|
14403
14419
|
}
|
|
14404
14420
|
});
|
|
14405
14421
|
|
|
14406
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14422
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
|
|
14407
14423
|
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;
|
|
14408
14424
|
var init_SSOOIDCClient = __esm({
|
|
14409
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14425
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js"() {
|
|
14410
14426
|
import_middleware_host_header = __toESM(require_dist_cjs3());
|
|
14411
14427
|
import_middleware_logger = __toESM(require_dist_cjs4());
|
|
14412
14428
|
import_middleware_recursion_detection = __toESM(require_dist_cjs5());
|
|
@@ -14457,10 +14473,10 @@ var init_SSOOIDCClient = __esm({
|
|
|
14457
14473
|
}
|
|
14458
14474
|
});
|
|
14459
14475
|
|
|
14460
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14476
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
|
|
14461
14477
|
var import_smithy_client9, SSOOIDCServiceException;
|
|
14462
14478
|
var init_SSOOIDCServiceException = __esm({
|
|
14463
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14479
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js"() {
|
|
14464
14480
|
import_smithy_client9 = __toESM(require_dist_cjs17());
|
|
14465
14481
|
SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client9.ServiceException {
|
|
14466
14482
|
constructor(options) {
|
|
@@ -14471,10 +14487,10 @@ var init_SSOOIDCServiceException = __esm({
|
|
|
14471
14487
|
}
|
|
14472
14488
|
});
|
|
14473
14489
|
|
|
14474
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14490
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js
|
|
14475
14491
|
var import_smithy_client10, AccessDeniedException, AuthorizationPendingException, CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException;
|
|
14476
14492
|
var init_models_0 = __esm({
|
|
14477
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14493
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js"() {
|
|
14478
14494
|
import_smithy_client10 = __toESM(require_dist_cjs17());
|
|
14479
14495
|
init_SSOOIDCServiceException();
|
|
14480
14496
|
AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
|
|
@@ -14668,10 +14684,10 @@ var init_models_0 = __esm({
|
|
|
14668
14684
|
}
|
|
14669
14685
|
});
|
|
14670
14686
|
|
|
14671
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14687
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js
|
|
14672
14688
|
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;
|
|
14673
14689
|
var init_Aws_restJson1 = __esm({
|
|
14674
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14690
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js"() {
|
|
14675
14691
|
init_dist_es2();
|
|
14676
14692
|
init_dist_es();
|
|
14677
14693
|
import_smithy_client11 = __toESM(require_dist_cjs17());
|
|
@@ -14929,10 +14945,10 @@ var init_Aws_restJson1 = __esm({
|
|
|
14929
14945
|
}
|
|
14930
14946
|
});
|
|
14931
14947
|
|
|
14932
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14948
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
|
|
14933
14949
|
var import_middleware_endpoint2, import_middleware_serde2, import_smithy_client12, CreateTokenCommand;
|
|
14934
14950
|
var init_CreateTokenCommand = __esm({
|
|
14935
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14951
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js"() {
|
|
14936
14952
|
import_middleware_endpoint2 = __toESM(require_dist_cjs33());
|
|
14937
14953
|
import_middleware_serde2 = __toESM(require_dist_cjs20());
|
|
14938
14954
|
import_smithy_client12 = __toESM(require_dist_cjs17());
|
|
@@ -14949,10 +14965,10 @@ var init_CreateTokenCommand = __esm({
|
|
|
14949
14965
|
}
|
|
14950
14966
|
});
|
|
14951
14967
|
|
|
14952
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14968
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
|
|
14953
14969
|
var import_smithy_client13, commands, SSOOIDC;
|
|
14954
14970
|
var init_SSOOIDC = __esm({
|
|
14955
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14971
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js"() {
|
|
14956
14972
|
import_smithy_client13 = __toESM(require_dist_cjs17());
|
|
14957
14973
|
init_CreateTokenCommand();
|
|
14958
14974
|
init_SSOOIDCClient();
|
|
@@ -14965,21 +14981,21 @@ var init_SSOOIDC = __esm({
|
|
|
14965
14981
|
}
|
|
14966
14982
|
});
|
|
14967
14983
|
|
|
14968
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14984
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js
|
|
14969
14985
|
var init_commands = __esm({
|
|
14970
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14986
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js"() {
|
|
14971
14987
|
init_CreateTokenCommand();
|
|
14972
14988
|
}
|
|
14973
14989
|
});
|
|
14974
14990
|
|
|
14975
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14991
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js
|
|
14976
14992
|
var init_models = __esm({
|
|
14977
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14993
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js"() {
|
|
14978
14994
|
init_models_0();
|
|
14979
14995
|
}
|
|
14980
14996
|
});
|
|
14981
14997
|
|
|
14982
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
14998
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js
|
|
14983
14999
|
var sso_oidc_exports = {};
|
|
14984
15000
|
__export(sso_oidc_exports, {
|
|
14985
15001
|
$Command: () => import_smithy_client12.Command,
|
|
@@ -15003,7 +15019,7 @@ __export(sso_oidc_exports, {
|
|
|
15003
15019
|
__Client: () => import_smithy_client8.Client
|
|
15004
15020
|
});
|
|
15005
15021
|
var init_sso_oidc = __esm({
|
|
15006
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15022
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js"() {
|
|
15007
15023
|
init_SSOOIDCClient();
|
|
15008
15024
|
init_SSOOIDC();
|
|
15009
15025
|
init_commands();
|
|
@@ -15012,9 +15028,9 @@ var init_sso_oidc = __esm({
|
|
|
15012
15028
|
}
|
|
15013
15029
|
});
|
|
15014
15030
|
|
|
15015
|
-
// node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
15031
|
+
// node_modules/.pnpm/@aws-sdk+token-providers@3.782.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
|
|
15016
15032
|
var require_dist_cjs46 = __commonJS({
|
|
15017
|
-
"node_modules/.pnpm/@aws-sdk+token-providers@3.
|
|
15033
|
+
"node_modules/.pnpm/@aws-sdk+token-providers@3.782.0/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2, module2) {
|
|
15018
15034
|
"use strict";
|
|
15019
15035
|
var __create2 = Object.create;
|
|
15020
15036
|
var __defProp2 = Object.defineProperty;
|
|
@@ -15200,9 +15216,9 @@ var require_dist_cjs46 = __commonJS({
|
|
|
15200
15216
|
}
|
|
15201
15217
|
});
|
|
15202
15218
|
|
|
15203
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15219
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.782.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
|
|
15204
15220
|
var require_dist_cjs47 = __commonJS({
|
|
15205
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.
|
|
15221
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-sso@3.782.0/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2, module2) {
|
|
15206
15222
|
"use strict";
|
|
15207
15223
|
var __defProp2 = Object.defineProperty;
|
|
15208
15224
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -15427,7 +15443,7 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
15427
15443
|
}
|
|
15428
15444
|
});
|
|
15429
15445
|
|
|
15430
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15446
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js
|
|
15431
15447
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
15432
15448
|
return {
|
|
15433
15449
|
schemeId: "aws.auth#sigv4",
|
|
@@ -15450,7 +15466,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
|
|
|
15450
15466
|
}
|
|
15451
15467
|
var import_util_middleware4, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig2;
|
|
15452
15468
|
var init_httpAuthSchemeProvider2 = __esm({
|
|
15453
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15469
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
|
|
15454
15470
|
init_dist_es2();
|
|
15455
15471
|
import_util_middleware4 = __toESM(require_dist_cjs19());
|
|
15456
15472
|
init_STSClient();
|
|
@@ -15486,10 +15502,10 @@ var init_httpAuthSchemeProvider2 = __esm({
|
|
|
15486
15502
|
}
|
|
15487
15503
|
});
|
|
15488
15504
|
|
|
15489
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15505
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js
|
|
15490
15506
|
var resolveClientEndpointParameters2, commonParams2;
|
|
15491
15507
|
var init_EndpointParameters2 = __esm({
|
|
15492
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15508
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
|
|
15493
15509
|
resolveClientEndpointParameters2 = (options) => {
|
|
15494
15510
|
return Object.assign(options, {
|
|
15495
15511
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -15508,10 +15524,10 @@ var init_EndpointParameters2 = __esm({
|
|
|
15508
15524
|
}
|
|
15509
15525
|
});
|
|
15510
15526
|
|
|
15511
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15527
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js
|
|
15512
15528
|
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;
|
|
15513
15529
|
var init_ruleset2 = __esm({
|
|
15514
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15530
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js"() {
|
|
15515
15531
|
F = "required";
|
|
15516
15532
|
G = "type";
|
|
15517
15533
|
H = "fn";
|
|
@@ -15553,10 +15569,10 @@ var init_ruleset2 = __esm({
|
|
|
15553
15569
|
}
|
|
15554
15570
|
});
|
|
15555
15571
|
|
|
15556
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15572
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js
|
|
15557
15573
|
var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResolver2;
|
|
15558
15574
|
var init_endpointResolver2 = __esm({
|
|
15559
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15575
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
|
|
15560
15576
|
import_util_endpoints3 = __toESM(require_dist_cjs22());
|
|
15561
15577
|
import_util_endpoints4 = __toESM(require_dist_cjs21());
|
|
15562
15578
|
init_ruleset2();
|
|
@@ -15574,10 +15590,10 @@ var init_endpointResolver2 = __esm({
|
|
|
15574
15590
|
}
|
|
15575
15591
|
});
|
|
15576
15592
|
|
|
15577
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15593
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js
|
|
15578
15594
|
var import_smithy_client14, import_url_parser2, import_util_base642, import_util_utf82, getRuntimeConfig3;
|
|
15579
15595
|
var init_runtimeConfig_shared2 = __esm({
|
|
15580
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15596
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
|
|
15581
15597
|
init_dist_es2();
|
|
15582
15598
|
init_dist_es();
|
|
15583
15599
|
import_smithy_client14 = __toESM(require_dist_cjs17());
|
|
@@ -15617,10 +15633,10 @@ var init_runtimeConfig_shared2 = __esm({
|
|
|
15617
15633
|
}
|
|
15618
15634
|
});
|
|
15619
15635
|
|
|
15620
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15636
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js
|
|
15621
15637
|
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;
|
|
15622
15638
|
var init_runtimeConfig2 = __esm({
|
|
15623
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15639
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
|
|
15624
15640
|
init_package();
|
|
15625
15641
|
init_dist_es2();
|
|
15626
15642
|
import_util_user_agent_node2 = __toESM(require_dist_cjs40());
|
|
@@ -15679,10 +15695,10 @@ var init_runtimeConfig2 = __esm({
|
|
|
15679
15695
|
}
|
|
15680
15696
|
});
|
|
15681
15697
|
|
|
15682
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15698
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js
|
|
15683
15699
|
var getHttpAuthExtensionConfiguration2, resolveHttpAuthRuntimeConfig2;
|
|
15684
15700
|
var init_httpAuthExtensionConfiguration2 = __esm({
|
|
15685
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15701
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js"() {
|
|
15686
15702
|
getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
15687
15703
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
15688
15704
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -15723,10 +15739,10 @@ var init_httpAuthExtensionConfiguration2 = __esm({
|
|
|
15723
15739
|
}
|
|
15724
15740
|
});
|
|
15725
15741
|
|
|
15726
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15742
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
|
|
15727
15743
|
var import_region_config_resolver2, import_protocol_http9, import_smithy_client17, resolveRuntimeExtensions2;
|
|
15728
15744
|
var init_runtimeExtensions2 = __esm({
|
|
15729
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15745
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
|
|
15730
15746
|
import_region_config_resolver2 = __toESM(require_dist_cjs44());
|
|
15731
15747
|
import_protocol_http9 = __toESM(require_dist_cjs2());
|
|
15732
15748
|
import_smithy_client17 = __toESM(require_dist_cjs17());
|
|
@@ -15739,10 +15755,10 @@ var init_runtimeExtensions2 = __esm({
|
|
|
15739
15755
|
}
|
|
15740
15756
|
});
|
|
15741
15757
|
|
|
15742
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15758
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js
|
|
15743
15759
|
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;
|
|
15744
15760
|
var init_STSClient = __esm({
|
|
15745
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15761
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js"() {
|
|
15746
15762
|
import_middleware_host_header2 = __toESM(require_dist_cjs3());
|
|
15747
15763
|
import_middleware_logger2 = __toESM(require_dist_cjs4());
|
|
15748
15764
|
import_middleware_recursion_detection2 = __toESM(require_dist_cjs5());
|
|
@@ -15793,10 +15809,10 @@ var init_STSClient = __esm({
|
|
|
15793
15809
|
}
|
|
15794
15810
|
});
|
|
15795
15811
|
|
|
15796
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15812
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js
|
|
15797
15813
|
var import_smithy_client19, STSServiceException;
|
|
15798
15814
|
var init_STSServiceException = __esm({
|
|
15799
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15815
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js"() {
|
|
15800
15816
|
import_smithy_client19 = __toESM(require_dist_cjs17());
|
|
15801
15817
|
STSServiceException = class _STSServiceException extends import_smithy_client19.ServiceException {
|
|
15802
15818
|
constructor(options) {
|
|
@@ -15807,10 +15823,10 @@ var init_STSServiceException = __esm({
|
|
|
15807
15823
|
}
|
|
15808
15824
|
});
|
|
15809
15825
|
|
|
15810
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15826
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js
|
|
15811
15827
|
var import_smithy_client20, CredentialsFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, ExpiredTokenException2, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, IDPRejectedClaimException, InvalidIdentityTokenException, AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, IDPCommunicationErrorException;
|
|
15812
15828
|
var init_models_02 = __esm({
|
|
15813
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15829
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js"() {
|
|
15814
15830
|
import_smithy_client20 = __toESM(require_dist_cjs17());
|
|
15815
15831
|
init_STSServiceException();
|
|
15816
15832
|
CredentialsFilterSensitiveLog = (obj) => ({
|
|
@@ -15916,10 +15932,10 @@ var init_models_02 = __esm({
|
|
|
15916
15932
|
}
|
|
15917
15933
|
});
|
|
15918
15934
|
|
|
15919
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15935
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js
|
|
15920
15936
|
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;
|
|
15921
15937
|
var init_Aws_query = __esm({
|
|
15922
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
15938
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js"() {
|
|
15923
15939
|
init_dist_es2();
|
|
15924
15940
|
import_protocol_http10 = __toESM(require_dist_cjs2());
|
|
15925
15941
|
import_smithy_client21 = __toESM(require_dist_cjs17());
|
|
@@ -16448,10 +16464,10 @@ var init_Aws_query = __esm({
|
|
|
16448
16464
|
}
|
|
16449
16465
|
});
|
|
16450
16466
|
|
|
16451
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16467
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js
|
|
16452
16468
|
var import_middleware_endpoint4, import_middleware_serde3, import_smithy_client22, AssumeRoleCommand;
|
|
16453
16469
|
var init_AssumeRoleCommand = __esm({
|
|
16454
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16470
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js"() {
|
|
16455
16471
|
import_middleware_endpoint4 = __toESM(require_dist_cjs33());
|
|
16456
16472
|
import_middleware_serde3 = __toESM(require_dist_cjs20());
|
|
16457
16473
|
import_smithy_client22 = __toESM(require_dist_cjs17());
|
|
@@ -16468,10 +16484,10 @@ var init_AssumeRoleCommand = __esm({
|
|
|
16468
16484
|
}
|
|
16469
16485
|
});
|
|
16470
16486
|
|
|
16471
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16487
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js
|
|
16472
16488
|
var import_middleware_endpoint5, import_middleware_serde4, import_smithy_client23, AssumeRoleWithWebIdentityCommand;
|
|
16473
16489
|
var init_AssumeRoleWithWebIdentityCommand = __esm({
|
|
16474
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16490
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js"() {
|
|
16475
16491
|
import_middleware_endpoint5 = __toESM(require_dist_cjs33());
|
|
16476
16492
|
import_middleware_serde4 = __toESM(require_dist_cjs20());
|
|
16477
16493
|
import_smithy_client23 = __toESM(require_dist_cjs17());
|
|
@@ -16488,10 +16504,10 @@ var init_AssumeRoleWithWebIdentityCommand = __esm({
|
|
|
16488
16504
|
}
|
|
16489
16505
|
});
|
|
16490
16506
|
|
|
16491
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16507
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js
|
|
16492
16508
|
var import_smithy_client24, commands2, STS;
|
|
16493
16509
|
var init_STS = __esm({
|
|
16494
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16510
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js"() {
|
|
16495
16511
|
import_smithy_client24 = __toESM(require_dist_cjs17());
|
|
16496
16512
|
init_AssumeRoleCommand();
|
|
16497
16513
|
init_AssumeRoleWithWebIdentityCommand();
|
|
@@ -16506,25 +16522,25 @@ var init_STS = __esm({
|
|
|
16506
16522
|
}
|
|
16507
16523
|
});
|
|
16508
16524
|
|
|
16509
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16525
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js
|
|
16510
16526
|
var init_commands2 = __esm({
|
|
16511
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16527
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js"() {
|
|
16512
16528
|
init_AssumeRoleCommand();
|
|
16513
16529
|
init_AssumeRoleWithWebIdentityCommand();
|
|
16514
16530
|
}
|
|
16515
16531
|
});
|
|
16516
16532
|
|
|
16517
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16533
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js
|
|
16518
16534
|
var init_models2 = __esm({
|
|
16519
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16535
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js"() {
|
|
16520
16536
|
init_models_02();
|
|
16521
16537
|
}
|
|
16522
16538
|
});
|
|
16523
16539
|
|
|
16524
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16540
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js
|
|
16525
16541
|
var ASSUME_ROLE_DEFAULT_REGION, getAccountIdFromAssumedRoleUser, resolveRegion, getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, isH2;
|
|
16526
16542
|
var init_defaultStsRoleAssumers = __esm({
|
|
16527
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16543
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
|
|
16528
16544
|
init_client();
|
|
16529
16545
|
init_AssumeRoleCommand();
|
|
16530
16546
|
init_AssumeRoleWithWebIdentityCommand();
|
|
@@ -16618,10 +16634,10 @@ var init_defaultStsRoleAssumers = __esm({
|
|
|
16618
16634
|
}
|
|
16619
16635
|
});
|
|
16620
16636
|
|
|
16621
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16637
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js
|
|
16622
16638
|
var getCustomizableStsClientCtor, getDefaultRoleAssumer2, getDefaultRoleAssumerWithWebIdentity2, decorateDefaultCredentialProvider;
|
|
16623
16639
|
var init_defaultRoleAssumers = __esm({
|
|
16624
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16640
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js"() {
|
|
16625
16641
|
init_defaultStsRoleAssumers();
|
|
16626
16642
|
init_STSClient();
|
|
16627
16643
|
getCustomizableStsClientCtor = (baseCtor, customizations) => {
|
|
@@ -16647,7 +16663,7 @@ var init_defaultRoleAssumers = __esm({
|
|
|
16647
16663
|
}
|
|
16648
16664
|
});
|
|
16649
16665
|
|
|
16650
|
-
// node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16666
|
+
// node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js
|
|
16651
16667
|
var sts_exports = {};
|
|
16652
16668
|
__export(sts_exports, {
|
|
16653
16669
|
AssumeRoleCommand: () => AssumeRoleCommand,
|
|
@@ -16672,7 +16688,7 @@ __export(sts_exports, {
|
|
|
16672
16688
|
getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
|
|
16673
16689
|
});
|
|
16674
16690
|
var init_sts = __esm({
|
|
16675
|
-
"node_modules/.pnpm/@aws-sdk+nested-clients@3.
|
|
16691
|
+
"node_modules/.pnpm/@aws-sdk+nested-clients@3.782.0/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js"() {
|
|
16676
16692
|
init_STSClient();
|
|
16677
16693
|
init_STS();
|
|
16678
16694
|
init_commands2();
|
|
@@ -16784,9 +16800,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16784
16800
|
}
|
|
16785
16801
|
});
|
|
16786
16802
|
|
|
16787
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16803
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.782.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
|
|
16788
16804
|
var require_fromWebToken = __commonJS({
|
|
16789
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16805
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.782.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports2) {
|
|
16790
16806
|
"use strict";
|
|
16791
16807
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o3, m3, k3, k22) {
|
|
16792
16808
|
if (k22 === void 0) k22 = k3;
|
|
@@ -16846,9 +16862,9 @@ var require_fromWebToken = __commonJS({
|
|
|
16846
16862
|
}
|
|
16847
16863
|
});
|
|
16848
16864
|
|
|
16849
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16865
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.782.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
|
|
16850
16866
|
var require_fromTokenFile = __commonJS({
|
|
16851
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16867
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.782.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports2) {
|
|
16852
16868
|
"use strict";
|
|
16853
16869
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
16854
16870
|
exports2.fromTokenFile = void 0;
|
|
@@ -16884,9 +16900,9 @@ var require_fromTokenFile = __commonJS({
|
|
|
16884
16900
|
}
|
|
16885
16901
|
});
|
|
16886
16902
|
|
|
16887
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16903
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.782.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
|
|
16888
16904
|
var require_dist_cjs49 = __commonJS({
|
|
16889
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.
|
|
16905
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-web-identity@3.782.0/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2, module2) {
|
|
16890
16906
|
"use strict";
|
|
16891
16907
|
var __defProp2 = Object.defineProperty;
|
|
16892
16908
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -16909,9 +16925,9 @@ var require_dist_cjs49 = __commonJS({
|
|
|
16909
16925
|
}
|
|
16910
16926
|
});
|
|
16911
16927
|
|
|
16912
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
16928
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.782.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
|
|
16913
16929
|
var require_dist_cjs50 = __commonJS({
|
|
16914
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.
|
|
16930
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-ini@3.782.0/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2, module2) {
|
|
16915
16931
|
"use strict";
|
|
16916
16932
|
var __create2 = Object.create;
|
|
16917
16933
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17153,9 +17169,9 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17153
17169
|
}
|
|
17154
17170
|
});
|
|
17155
17171
|
|
|
17156
|
-
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17172
|
+
// node_modules/.pnpm/@aws-sdk+credential-provider-node@3.782.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
|
|
17157
17173
|
var require_dist_cjs51 = __commonJS({
|
|
17158
|
-
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.
|
|
17174
|
+
"node_modules/.pnpm/@aws-sdk+credential-provider-node@3.782.0/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2, module2) {
|
|
17159
17175
|
"use strict";
|
|
17160
17176
|
var __create2 = Object.create;
|
|
17161
17177
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17289,9 +17305,9 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17289
17305
|
}
|
|
17290
17306
|
});
|
|
17291
17307
|
|
|
17292
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17308
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js
|
|
17293
17309
|
var require_ruleset2 = __commonJS({
|
|
17294
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17310
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js"(exports2) {
|
|
17295
17311
|
"use strict";
|
|
17296
17312
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17297
17313
|
exports2.ruleSet = void 0;
|
|
@@ -17324,9 +17340,9 @@ var require_ruleset2 = __commonJS({
|
|
|
17324
17340
|
}
|
|
17325
17341
|
});
|
|
17326
17342
|
|
|
17327
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17343
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js
|
|
17328
17344
|
var require_endpointResolver2 = __commonJS({
|
|
17329
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17345
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js"(exports2) {
|
|
17330
17346
|
"use strict";
|
|
17331
17347
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17332
17348
|
exports2.defaultEndpointResolver = void 0;
|
|
@@ -17348,9 +17364,9 @@ var require_endpointResolver2 = __commonJS({
|
|
|
17348
17364
|
}
|
|
17349
17365
|
});
|
|
17350
17366
|
|
|
17351
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17367
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js
|
|
17352
17368
|
var require_runtimeConfig_shared2 = __commonJS({
|
|
17353
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17369
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
17354
17370
|
"use strict";
|
|
17355
17371
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17356
17372
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -17388,9 +17404,9 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
17388
17404
|
}
|
|
17389
17405
|
});
|
|
17390
17406
|
|
|
17391
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17407
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js
|
|
17392
17408
|
var require_runtimeConfig2 = __commonJS({
|
|
17393
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17409
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js"(exports2) {
|
|
17394
17410
|
"use strict";
|
|
17395
17411
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17396
17412
|
exports2.getRuntimeConfig = void 0;
|
|
@@ -17444,9 +17460,9 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
17444
17460
|
}
|
|
17445
17461
|
});
|
|
17446
17462
|
|
|
17447
|
-
// node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17463
|
+
// node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js
|
|
17448
17464
|
var require_dist_cjs52 = __commonJS({
|
|
17449
|
-
"node_modules/.pnpm/@aws-sdk+client-sqs@3.
|
|
17465
|
+
"node_modules/.pnpm/@aws-sdk+client-sqs@3.782.0/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js"(exports2, module2) {
|
|
17450
17466
|
"use strict";
|
|
17451
17467
|
var __defProp2 = Object.defineProperty;
|
|
17452
17468
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|