@aws-cdk/region-info 2.92.0 → 2.94.0
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 +6 -23
- package/.jsii.tabl.json.gz +0 -0
- package/build-tools/fact-tables.d.ts +0 -1
- package/build-tools/fact-tables.js +396 -333
- package/build-tools/generate-static-data.js +1 -2
- package/lib/aws-entities.js +4 -2
- package/lib/built-ins.generated.d.ts +1 -1
- package/lib/built-ins.generated.js +561 -36
- package/lib/default.js +1 -1
- package/lib/fact.d.ts +0 -4
- package/lib/fact.js +3 -7
- package/lib/region-info.js +1 -1
- package/package.json +8 -5
package/.jsii
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"stability": "stable"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
15
|
-
"jsiiVersion": "5.1.
|
|
15
|
+
"jsiiVersion": "5.1.12 (build 0675712)",
|
|
16
16
|
"keywords": [
|
|
17
17
|
"aws",
|
|
18
18
|
"cdk"
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
"locationInModule": {
|
|
371
371
|
"filename": "lib/fact.ts",
|
|
372
|
-
"line":
|
|
372
|
+
"line": 202
|
|
373
373
|
},
|
|
374
374
|
"name": "adotLambdaLayer",
|
|
375
375
|
"parameters": [
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
"locationInModule": {
|
|
417
417
|
"filename": "lib/fact.ts",
|
|
418
|
-
"line":
|
|
418
|
+
"line": 177
|
|
419
419
|
},
|
|
420
420
|
"name": "cloudwatchLambdaInsightsVersion",
|
|
421
421
|
"parameters": [
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
},
|
|
448
448
|
"locationInModule": {
|
|
449
449
|
"filename": "lib/fact.ts",
|
|
450
|
-
"line":
|
|
450
|
+
"line": 213
|
|
451
451
|
},
|
|
452
452
|
"name": "paramsAndSecretsLambdaLayer",
|
|
453
453
|
"parameters": [
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
},
|
|
485
485
|
"locationInModule": {
|
|
486
486
|
"filename": "lib/fact.ts",
|
|
487
|
-
"line":
|
|
487
|
+
"line": 191
|
|
488
488
|
},
|
|
489
489
|
"name": "servicePrincipal",
|
|
490
490
|
"parameters": [
|
|
@@ -543,23 +543,6 @@
|
|
|
543
543
|
"primitive": "string"
|
|
544
544
|
}
|
|
545
545
|
},
|
|
546
|
-
{
|
|
547
|
-
"const": true,
|
|
548
|
-
"docs": {
|
|
549
|
-
"stability": "stable",
|
|
550
|
-
"summary": "The default NodeJS version used for custom resource function runtimes."
|
|
551
|
-
},
|
|
552
|
-
"immutable": true,
|
|
553
|
-
"locationInModule": {
|
|
554
|
-
"filename": "lib/fact.ts",
|
|
555
|
-
"line": 177
|
|
556
|
-
},
|
|
557
|
-
"name": "DEFAULT_CR_NODE_VERSION",
|
|
558
|
-
"static": true,
|
|
559
|
-
"type": {
|
|
560
|
-
"primitive": "string"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
546
|
{
|
|
564
547
|
"const": true,
|
|
565
548
|
"docs": {
|
|
@@ -1312,6 +1295,6 @@
|
|
|
1312
1295
|
"symbolId": "lib/region-info:RegionInfo"
|
|
1313
1296
|
}
|
|
1314
1297
|
},
|
|
1315
|
-
"version": "2.
|
|
1298
|
+
"version": "2.94.0",
|
|
1316
1299
|
"fingerprint": "**********"
|
|
1317
1300
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|