@aws-cdk/region-info 2.144.0 → 2.146.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 CHANGED
@@ -12,7 +12,7 @@
12
12
  "stability": "stable"
13
13
  },
14
14
  "homepage": "https://github.com/aws/aws-cdk",
15
- "jsiiVersion": "5.4.9 (build 91580f2)",
15
+ "jsiiVersion": "5.4.21 (build 825d1cb)",
16
16
  "keywords": [
17
17
  "aws",
18
18
  "cdk"
@@ -418,7 +418,7 @@
418
418
  },
419
419
  "locationInModule": {
420
420
  "filename": "lib/fact.ts",
421
- "line": 236
421
+ "line": 241
422
422
  },
423
423
  "name": "adotLambdaLayer",
424
424
  "parameters": [
@@ -464,7 +464,7 @@
464
464
  },
465
465
  "locationInModule": {
466
466
  "filename": "lib/fact.ts",
467
- "line": 213
467
+ "line": 218
468
468
  },
469
469
  "name": "appConfigLambdaLayerVersion",
470
470
  "parameters": [
@@ -502,7 +502,7 @@
502
502
  },
503
503
  "locationInModule": {
504
504
  "filename": "lib/fact.ts",
505
- "line": 201
505
+ "line": 206
506
506
  },
507
507
  "name": "cloudwatchLambdaInsightsVersion",
508
508
  "parameters": [
@@ -534,7 +534,7 @@
534
534
  },
535
535
  "locationInModule": {
536
536
  "filename": "lib/fact.ts",
537
- "line": 247
537
+ "line": 252
538
538
  },
539
539
  "name": "paramsAndSecretsLambdaLayer",
540
540
  "parameters": [
@@ -571,7 +571,7 @@
571
571
  },
572
572
  "locationInModule": {
573
573
  "filename": "lib/fact.ts",
574
- "line": 225
574
+ "line": 230
575
575
  },
576
576
  "name": "servicePrincipal",
577
577
  "parameters": [
@@ -733,6 +733,23 @@
733
733
  "primitive": "string"
734
734
  }
735
735
  },
736
+ {
737
+ "const": true,
738
+ "docs": {
739
+ "stability": "stable",
740
+ "summary": "The latest Lambda NodeJS runtime available in a given region."
741
+ },
742
+ "immutable": true,
743
+ "locationInModule": {
744
+ "filename": "lib/fact.ts",
745
+ "line": 201
746
+ },
747
+ "name": "LATEST_NODE_RUNTIME",
748
+ "static": true,
749
+ "type": {
750
+ "primitive": "string"
751
+ }
752
+ },
736
753
  {
737
754
  "const": true,
738
755
  "docs": {
@@ -1453,6 +1470,6 @@
1453
1470
  "symbolId": "lib/region-info:RegionInfo"
1454
1471
  }
1455
1472
  },
1456
- "version": "2.144.0",
1473
+ "version": "2.146.0",
1457
1474
  "fingerprint": "**********"
1458
1475
  }
Binary file
@@ -57,4 +57,5 @@ export declare const ADOT_LAMBDA_LAYER_ARNS: {
57
57
  [key: string]: any;
58
58
  };
59
59
  export declare const PARTITION_SAML_SIGN_ON_URL: Record<Partition, string>;
60
+ export declare const LATEST_NODE_RUNTIME_MAP: Record<Partition, string>;
60
61
  export {};