@cdk8s/awscdk-resolver 0.0.60 → 0.0.62
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/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CHANGELOG.md +274 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/README.md +466 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/native.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/rng.js +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v35.js +66 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v4.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/native.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/stringify.js +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v35.js +66 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v4.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/native-browser.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/native.js +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng-browser.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/stringify.js +44 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v35.js +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v4.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/package.json +135 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
- package/node_modules/@aws-sdk/client-sso/package.json +10 -10
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +12 -12
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +8 -15
- package/node_modules/@aws-sdk/client-sts/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +4 -4
@@ -1334,55 +1334,48 @@ var STS = _STS;
|
|
1334
1334
|
// src/index.ts
|
1335
1335
|
var import_EndpointParameters9 = require("./endpoint/EndpointParameters");
|
1336
1336
|
var import_runtimeExtensions = require("././runtimeExtensions");
|
1337
|
-
|
1337
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
1338
1338
|
|
1339
1339
|
// src/defaultStsRoleAssumers.ts
|
1340
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
1341
1340
|
var ASSUME_ROLE_DEFAULT_REGION = "us-east-1";
|
1342
1341
|
var resolveRegion = /* @__PURE__ */ __name(async (_region, _parentRegion, credentialProviderLogger) => {
|
1343
|
-
var _a2
|
1342
|
+
var _a2;
|
1344
1343
|
const region = typeof _region === "function" ? await _region() : _region;
|
1345
1344
|
const parentRegion = typeof _parentRegion === "function" ? await _parentRegion() : _parentRegion;
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
} else {
|
1356
|
-
(_b = credentialProviderLogger == null ? void 0 : credentialProviderLogger.debug) == null ? void 0 : _b.call(
|
1357
|
-
credentialProviderLogger,
|
1358
|
-
"@aws-sdk/client-sts::resolveRegion",
|
1359
|
-
"accepting first of:",
|
1360
|
-
`${region} (provider)`,
|
1361
|
-
`${parentRegion} (parent client)`,
|
1362
|
-
`${ASSUME_ROLE_DEFAULT_REGION} (STS default)`
|
1363
|
-
);
|
1364
|
-
return region ?? parentRegion ?? ASSUME_ROLE_DEFAULT_REGION;
|
1365
|
-
}
|
1345
|
+
(_a2 = credentialProviderLogger == null ? void 0 : credentialProviderLogger.debug) == null ? void 0 : _a2.call(
|
1346
|
+
credentialProviderLogger,
|
1347
|
+
"@aws-sdk/client-sts::resolveRegion",
|
1348
|
+
"accepting first of:",
|
1349
|
+
`${region} (provider)`,
|
1350
|
+
`${parentRegion} (parent client)`,
|
1351
|
+
`${ASSUME_ROLE_DEFAULT_REGION} (STS default)`
|
1352
|
+
);
|
1353
|
+
return region ?? parentRegion ?? ASSUME_ROLE_DEFAULT_REGION;
|
1366
1354
|
}, "resolveRegion");
|
1367
1355
|
var getDefaultRoleAssumer = /* @__PURE__ */ __name((stsOptions, stsClientCtor) => {
|
1368
1356
|
let stsClient;
|
1369
1357
|
let closureSourceCreds;
|
1370
1358
|
return async (sourceCreds, params) => {
|
1371
|
-
var _a2;
|
1359
|
+
var _a2, _b, _c;
|
1372
1360
|
closureSourceCreds = sourceCreds;
|
1373
1361
|
if (!stsClient) {
|
1374
|
-
const {
|
1362
|
+
const {
|
1363
|
+
logger = (_a2 = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _a2.logger,
|
1364
|
+
region,
|
1365
|
+
requestHandler = (_b = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _b.requestHandler,
|
1366
|
+
credentialProviderLogger
|
1367
|
+
} = stsOptions;
|
1375
1368
|
const resolvedRegion = await resolveRegion(
|
1376
1369
|
region,
|
1377
|
-
(
|
1370
|
+
(_c = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _c.region,
|
1378
1371
|
credentialProviderLogger
|
1379
1372
|
);
|
1380
1373
|
stsClient = new stsClientCtor({
|
1381
|
-
logger,
|
1382
1374
|
// A hack to make sts client uses the credential in current closure.
|
1383
1375
|
credentialDefaultProvider: () => async () => closureSourceCreds,
|
1384
1376
|
region: resolvedRegion,
|
1385
|
-
|
1377
|
+
requestHandler,
|
1378
|
+
logger
|
1386
1379
|
});
|
1387
1380
|
}
|
1388
1381
|
const { Credentials: Credentials2 } = await stsClient.send(new AssumeRoleCommand(params));
|
@@ -1402,18 +1395,23 @@ var getDefaultRoleAssumer = /* @__PURE__ */ __name((stsOptions, stsClientCtor) =
|
|
1402
1395
|
var getDefaultRoleAssumerWithWebIdentity = /* @__PURE__ */ __name((stsOptions, stsClientCtor) => {
|
1403
1396
|
let stsClient;
|
1404
1397
|
return async (params) => {
|
1405
|
-
var _a2;
|
1398
|
+
var _a2, _b, _c;
|
1406
1399
|
if (!stsClient) {
|
1407
|
-
const {
|
1400
|
+
const {
|
1401
|
+
logger = (_a2 = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _a2.logger,
|
1402
|
+
region,
|
1403
|
+
requestHandler = (_b = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _b.requestHandler,
|
1404
|
+
credentialProviderLogger
|
1405
|
+
} = stsOptions;
|
1408
1406
|
const resolvedRegion = await resolveRegion(
|
1409
1407
|
region,
|
1410
|
-
(
|
1408
|
+
(_c = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _c.region,
|
1411
1409
|
credentialProviderLogger
|
1412
1410
|
);
|
1413
1411
|
stsClient = new stsClientCtor({
|
1414
|
-
logger,
|
1415
1412
|
region: resolvedRegion,
|
1416
|
-
|
1413
|
+
requestHandler,
|
1414
|
+
logger
|
1417
1415
|
});
|
1418
1416
|
}
|
1419
1417
|
const { Credentials: Credentials2 } = await stsClient.send(new AssumeRoleWithWebIdentityCommand(params));
|
@@ -1,18 +1,11 @@
|
|
1
|
-
import { partition } from "@aws-sdk/util-endpoints";
|
2
1
|
import { AssumeRoleCommand } from "./commands/AssumeRoleCommand";
|
3
2
|
import { AssumeRoleWithWebIdentityCommand, } from "./commands/AssumeRoleWithWebIdentityCommand";
|
4
3
|
const ASSUME_ROLE_DEFAULT_REGION = "us-east-1";
|
5
4
|
const resolveRegion = async (_region, _parentRegion, credentialProviderLogger) => {
|
6
5
|
const region = typeof _region === "function" ? await _region() : _region;
|
7
6
|
const parentRegion = typeof _parentRegion === "function" ? await _parentRegion() : _parentRegion;
|
8
|
-
|
9
|
-
|
10
|
-
return region ?? ASSUME_ROLE_DEFAULT_REGION;
|
11
|
-
}
|
12
|
-
else {
|
13
|
-
credentialProviderLogger?.debug?.("@aws-sdk/client-sts::resolveRegion", "accepting first of:", `${region} (provider)`, `${parentRegion} (parent client)`, `${ASSUME_ROLE_DEFAULT_REGION} (STS default)`);
|
14
|
-
return region ?? parentRegion ?? ASSUME_ROLE_DEFAULT_REGION;
|
15
|
-
}
|
7
|
+
credentialProviderLogger?.debug?.("@aws-sdk/client-sts::resolveRegion", "accepting first of:", `${region} (provider)`, `${parentRegion} (parent client)`, `${ASSUME_ROLE_DEFAULT_REGION} (STS default)`);
|
8
|
+
return region ?? parentRegion ?? ASSUME_ROLE_DEFAULT_REGION;
|
16
9
|
};
|
17
10
|
export const getDefaultRoleAssumer = (stsOptions, stsClientCtor) => {
|
18
11
|
let stsClient;
|
@@ -20,13 +13,13 @@ export const getDefaultRoleAssumer = (stsOptions, stsClientCtor) => {
|
|
20
13
|
return async (sourceCreds, params) => {
|
21
14
|
closureSourceCreds = sourceCreds;
|
22
15
|
if (!stsClient) {
|
23
|
-
const { logger, region, requestHandler, credentialProviderLogger } = stsOptions;
|
16
|
+
const { logger = stsOptions?.parentClientConfig?.logger, region, requestHandler = stsOptions?.parentClientConfig?.requestHandler, credentialProviderLogger, } = stsOptions;
|
24
17
|
const resolvedRegion = await resolveRegion(region, stsOptions?.parentClientConfig?.region, credentialProviderLogger);
|
25
18
|
stsClient = new stsClientCtor({
|
26
|
-
logger,
|
27
19
|
credentialDefaultProvider: () => async () => closureSourceCreds,
|
28
20
|
region: resolvedRegion,
|
29
|
-
|
21
|
+
requestHandler: requestHandler,
|
22
|
+
logger: logger,
|
30
23
|
});
|
31
24
|
}
|
32
25
|
const { Credentials } = await stsClient.send(new AssumeRoleCommand(params));
|
@@ -46,12 +39,12 @@ export const getDefaultRoleAssumerWithWebIdentity = (stsOptions, stsClientCtor)
|
|
46
39
|
let stsClient;
|
47
40
|
return async (params) => {
|
48
41
|
if (!stsClient) {
|
49
|
-
const { logger, region, requestHandler, credentialProviderLogger } = stsOptions;
|
42
|
+
const { logger = stsOptions?.parentClientConfig?.logger, region, requestHandler = stsOptions?.parentClientConfig?.requestHandler, credentialProviderLogger, } = stsOptions;
|
50
43
|
const resolvedRegion = await resolveRegion(region, stsOptions?.parentClientConfig?.region, credentialProviderLogger);
|
51
44
|
stsClient = new stsClientCtor({
|
52
|
-
logger,
|
53
45
|
region: resolvedRegion,
|
54
|
-
|
46
|
+
requestHandler: requestHandler,
|
47
|
+
logger: logger,
|
55
48
|
});
|
56
49
|
}
|
57
50
|
const { Credentials } = await stsClient.send(new AssumeRoleWithWebIdentityCommand(params));
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sts",
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.515.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
@@ -23,15 +23,15 @@
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
25
25
|
"@aws-sdk/core": "3.513.0",
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
31
|
-
"@aws-sdk/types": "3.
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
26
|
+
"@aws-sdk/middleware-host-header": "3.515.0",
|
27
|
+
"@aws-sdk/middleware-logger": "3.515.0",
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.515.0",
|
30
|
+
"@aws-sdk/region-config-resolver": "3.515.0",
|
31
|
+
"@aws-sdk/types": "3.515.0",
|
32
|
+
"@aws-sdk/util-endpoints": "3.515.0",
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.515.0",
|
35
35
|
"@smithy/config-resolver": "^2.1.1",
|
36
36
|
"@smithy/core": "^1.3.2",
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.1",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
},
|
89
89
|
"license": "Apache-2.0",
|
90
90
|
"peerDependencies": {
|
91
|
-
"@aws-sdk/credential-provider-node": "^3.
|
91
|
+
"@aws-sdk/credential-provider-node": "^3.515.0"
|
92
92
|
},
|
93
93
|
"browser": {
|
94
94
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/types": "3.515.0",
|
28
28
|
"@smithy/property-provider": "^2.1.1",
|
29
29
|
"@smithy/types": "^2.9.1",
|
30
30
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@aws-sdk/types": "3.
|
29
|
+
"@aws-sdk/types": "3.515.0",
|
30
30
|
"@smithy/fetch-http-handler": "^2.4.1",
|
31
31
|
"@smithy/node-http-handler": "^2.3.1",
|
32
32
|
"@smithy/property-provider": "^2.1.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,12 +24,12 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/client-sts": "3.
|
28
|
-
"@aws-sdk/credential-provider-env": "3.
|
29
|
-
"@aws-sdk/credential-provider-process": "3.
|
30
|
-
"@aws-sdk/credential-provider-sso": "3.
|
31
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
32
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/client-sts": "3.515.0",
|
28
|
+
"@aws-sdk/credential-provider-env": "3.515.0",
|
29
|
+
"@aws-sdk/credential-provider-process": "3.515.0",
|
30
|
+
"@aws-sdk/credential-provider-sso": "3.515.0",
|
31
|
+
"@aws-sdk/credential-provider-web-identity": "3.515.0",
|
32
|
+
"@aws-sdk/types": "3.515.0",
|
33
33
|
"@smithy/credential-provider-imds": "^2.2.1",
|
34
34
|
"@smithy/property-provider": "^2.1.1",
|
35
35
|
"@smithy/shared-ini-file-loader": "^2.3.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=14.0.0"
|
@@ -28,13 +28,13 @@
|
|
28
28
|
},
|
29
29
|
"license": "Apache-2.0",
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-sdk/credential-provider-env": "3.
|
32
|
-
"@aws-sdk/credential-provider-http": "3.
|
33
|
-
"@aws-sdk/credential-provider-ini": "3.
|
34
|
-
"@aws-sdk/credential-provider-process": "3.
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
37
|
-
"@aws-sdk/types": "3.
|
31
|
+
"@aws-sdk/credential-provider-env": "3.515.0",
|
32
|
+
"@aws-sdk/credential-provider-http": "3.515.0",
|
33
|
+
"@aws-sdk/credential-provider-ini": "3.515.0",
|
34
|
+
"@aws-sdk/credential-provider-process": "3.515.0",
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.515.0",
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.515.0",
|
37
|
+
"@aws-sdk/types": "3.515.0",
|
38
38
|
"@smithy/credential-provider-imds": "^2.2.1",
|
39
39
|
"@smithy/property-provider": "^2.1.1",
|
40
40
|
"@smithy/shared-ini-file-loader": "^2.3.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/types": "3.515.0",
|
28
28
|
"@smithy/property-provider": "^2.1.1",
|
29
29
|
"@smithy/shared-ini-file-loader": "^2.3.1",
|
30
30
|
"@smithy/types": "^2.9.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/client-sso": "3.
|
28
|
-
"@aws-sdk/token-providers": "3.
|
29
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/client-sso": "3.515.0",
|
28
|
+
"@aws-sdk/token-providers": "3.515.0",
|
29
|
+
"@aws-sdk/types": "3.515.0",
|
30
30
|
"@smithy/property-provider": "^2.1.1",
|
31
31
|
"@smithy/shared-ini-file-loader": "^2.3.1",
|
32
32
|
"@smithy/types": "^2.9.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
},
|
33
33
|
"license": "Apache-2.0",
|
34
34
|
"dependencies": {
|
35
|
-
"@aws-sdk/client-sts": "3.
|
36
|
-
"@aws-sdk/types": "3.
|
35
|
+
"@aws-sdk/client-sts": "3.515.0",
|
36
|
+
"@aws-sdk/types": "3.515.0",
|
37
37
|
"@smithy/property-provider": "^2.1.1",
|
38
38
|
"@smithy/types": "^2.9.1",
|
39
39
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-host-header",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
24
|
+
"@aws-sdk/types": "3.515.0",
|
25
25
|
"@smithy/protocol-http": "^3.1.1",
|
26
26
|
"@smithy/types": "^2.9.1",
|
27
27
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-logger",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-logger",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"module": "./dist-es/index.js",
|
23
23
|
"types": "./dist-types/index.d.ts",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
25
|
+
"@aws-sdk/types": "3.515.0",
|
26
26
|
"@smithy/types": "^2.9.1",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-recursion-detection",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
24
|
+
"@aws-sdk/types": "3.515.0",
|
25
25
|
"@smithy/protocol-http": "^3.1.1",
|
26
26
|
"@smithy/types": "^2.9.1",
|
27
27
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@aws-sdk/util-endpoints": "3.
|
25
|
+
"@aws-sdk/types": "3.515.0",
|
26
|
+
"@aws-sdk/util-endpoints": "3.515.0",
|
27
27
|
"@smithy/protocol-http": "^3.1.1",
|
28
28
|
"@smithy/types": "^2.9.1",
|
29
29
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/region-config-resolver",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
24
|
+
"@aws-sdk/types": "3.515.0",
|
25
25
|
"@smithy/node-config-provider": "^2.2.1",
|
26
26
|
"@smithy/types": "^2.9.1",
|
27
27
|
"@smithy/util-config-provider": "^2.2.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@aws-sdk/client-sso-oidc": "3.
|
30
|
-
"@aws-sdk/types": "3.
|
29
|
+
"@aws-sdk/client-sso-oidc": "3.515.0",
|
30
|
+
"@aws-sdk/types": "3.515.0",
|
31
31
|
"@smithy/property-provider": "^2.1.1",
|
32
32
|
"@smithy/shared-ini-file-loader": "^2.3.1",
|
33
33
|
"@smithy/types": "^2.9.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
25
|
+
"@aws-sdk/types": "3.515.0",
|
26
26
|
"@smithy/types": "^2.9.1",
|
27
27
|
"@smithy/util-endpoints": "^1.1.1",
|
28
28
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"react-native": "dist-es/index.native.js",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
25
|
+
"@aws-sdk/types": "3.515.0",
|
26
26
|
"@smithy/types": "^2.9.1",
|
27
27
|
"bowser": "^2.11.0",
|
28
28
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.515.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
},
|
21
21
|
"license": "Apache-2.0",
|
22
22
|
"dependencies": {
|
23
|
-
"@aws-sdk/types": "3.
|
23
|
+
"@aws-sdk/types": "3.515.0",
|
24
24
|
"@smithy/node-config-provider": "^2.2.1",
|
25
25
|
"@smithy/types": "^2.9.1",
|
26
26
|
"tslib": "^2.5.0"
|
package/package.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.490",
|
46
46
|
"@types/fs-extra": "^11.0.4",
|
47
47
|
"@types/jest": "^27",
|
48
48
|
"@types/node": "^16",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"aws-cdk": "^2.128.0",
|
52
52
|
"aws-cdk-lib": "2.109.0",
|
53
53
|
"cdk8s": "2.68.4",
|
54
|
-
"cdk8s-cli": "^2.198.
|
54
|
+
"cdk8s-cli": "^2.198.54",
|
55
55
|
"constructs": "10.3.0",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-typescript": "^3.6.1",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"jsii-docgen": "^9.2.2",
|
65
65
|
"jsii-pacmak": "^1.94.0",
|
66
66
|
"jsii-rosetta": "^5",
|
67
|
-
"projen": "^0.79.
|
67
|
+
"projen": "^0.79.27",
|
68
68
|
"standard-version": "^9",
|
69
69
|
"ts-jest": "^27",
|
70
70
|
"ts-node": "^10.9.2",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"publishConfig": {
|
93
93
|
"access": "public"
|
94
94
|
},
|
95
|
-
"version": "0.0.
|
95
|
+
"version": "0.0.62",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|