@aws-cdk/region-info 2.92.0 → 2.93.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.1.10 (build 041401a)",
15
+ "jsiiVersion": "5.1.11 (build 1dfe48d)",
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": 207
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": 182
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": 218
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": 196
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.92.0",
1298
+ "version": "2.93.0",
1316
1299
  "fingerprint": "**********"
1317
1300
  }
Binary file
@@ -29,7 +29,6 @@ interface Region {
29
29
  export declare const PARTITION_MAP: {
30
30
  [region: string]: Region;
31
31
  };
32
- export declare const CR_DEFAULT_RUNTIME_MAP: Record<Partition, string>;
33
32
  export declare const ELBV2_ACCOUNTS: {
34
33
  [region: string]: string;
35
34
  };