@aws-cdk/region-info 2.103.1 → 2.104.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 +76 -27
- package/.jsii.tabl.json.gz +0 -0
- package/lib/built-ins.generated.d.ts +1 -1
- package/lib/built-ins.generated.js +2 -2
- package/lib/default.js +1 -1
- package/lib/fact.d.ts +10 -0
- package/lib/fact.js +18 -3
- package/lib/region-info.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -161,6 +161,33 @@
|
|
|
161
161
|
"line": 6
|
|
162
162
|
},
|
|
163
163
|
"methods": [
|
|
164
|
+
{
|
|
165
|
+
"docs": {
|
|
166
|
+
"stability": "stable",
|
|
167
|
+
"summary": "Return all pairs of (region, factName) that are defined."
|
|
168
|
+
},
|
|
169
|
+
"locationInModule": {
|
|
170
|
+
"filename": "lib/fact.ts",
|
|
171
|
+
"line": 28
|
|
172
|
+
},
|
|
173
|
+
"name": "definedFacts",
|
|
174
|
+
"returns": {
|
|
175
|
+
"type": {
|
|
176
|
+
"collection": {
|
|
177
|
+
"elementtype": {
|
|
178
|
+
"collection": {
|
|
179
|
+
"elementtype": {
|
|
180
|
+
"primitive": "string"
|
|
181
|
+
},
|
|
182
|
+
"kind": "array"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"kind": "array"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"static": true
|
|
190
|
+
},
|
|
164
191
|
{
|
|
165
192
|
"docs": {
|
|
166
193
|
"returns": "the fact value if it is known, and `undefined` otherwise.",
|
|
@@ -169,7 +196,7 @@
|
|
|
169
196
|
},
|
|
170
197
|
"locationInModule": {
|
|
171
198
|
"filename": "lib/fact.ts",
|
|
172
|
-
"line":
|
|
199
|
+
"line": 43
|
|
173
200
|
},
|
|
174
201
|
"name": "find",
|
|
175
202
|
"parameters": [
|
|
@@ -207,7 +234,7 @@
|
|
|
207
234
|
},
|
|
208
235
|
"locationInModule": {
|
|
209
236
|
"filename": "lib/fact.ts",
|
|
210
|
-
"line":
|
|
237
|
+
"line": 71
|
|
211
238
|
},
|
|
212
239
|
"name": "register",
|
|
213
240
|
"parameters": [
|
|
@@ -241,7 +268,7 @@
|
|
|
241
268
|
},
|
|
242
269
|
"locationInModule": {
|
|
243
270
|
"filename": "lib/fact.ts",
|
|
244
|
-
"line":
|
|
271
|
+
"line": 55
|
|
245
272
|
},
|
|
246
273
|
"name": "requireFact",
|
|
247
274
|
"parameters": [
|
|
@@ -278,7 +305,7 @@
|
|
|
278
305
|
},
|
|
279
306
|
"locationInModule": {
|
|
280
307
|
"filename": "lib/fact.ts",
|
|
281
|
-
"line":
|
|
308
|
+
"line": 88
|
|
282
309
|
},
|
|
283
310
|
"name": "unregister",
|
|
284
311
|
"parameters": [
|
|
@@ -316,6 +343,28 @@
|
|
|
316
343
|
],
|
|
317
344
|
"name": "Fact",
|
|
318
345
|
"properties": [
|
|
346
|
+
{
|
|
347
|
+
"docs": {
|
|
348
|
+
"remarks": "All facts will be present in at least one region.",
|
|
349
|
+
"stability": "stable",
|
|
350
|
+
"summary": "Returns the list of names of registered facts."
|
|
351
|
+
},
|
|
352
|
+
"immutable": true,
|
|
353
|
+
"locationInModule": {
|
|
354
|
+
"filename": "lib/fact.ts",
|
|
355
|
+
"line": 21
|
|
356
|
+
},
|
|
357
|
+
"name": "names",
|
|
358
|
+
"static": true,
|
|
359
|
+
"type": {
|
|
360
|
+
"collection": {
|
|
361
|
+
"elementtype": {
|
|
362
|
+
"primitive": "string"
|
|
363
|
+
},
|
|
364
|
+
"kind": "array"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
319
368
|
{
|
|
320
369
|
"docs": {
|
|
321
370
|
"returns": "the list of names of AWS Regions for which there is at least one registered fact. This\nincludes Regions defined in AWS_REGIONS plus custom defined regions.",
|
|
@@ -359,7 +408,7 @@
|
|
|
359
408
|
"kind": "class",
|
|
360
409
|
"locationInModule": {
|
|
361
410
|
"filename": "lib/fact.ts",
|
|
362
|
-
"line":
|
|
411
|
+
"line": 126
|
|
363
412
|
},
|
|
364
413
|
"methods": [
|
|
365
414
|
{
|
|
@@ -369,7 +418,7 @@
|
|
|
369
418
|
},
|
|
370
419
|
"locationInModule": {
|
|
371
420
|
"filename": "lib/fact.ts",
|
|
372
|
-
"line":
|
|
421
|
+
"line": 231
|
|
373
422
|
},
|
|
374
423
|
"name": "adotLambdaLayer",
|
|
375
424
|
"parameters": [
|
|
@@ -415,7 +464,7 @@
|
|
|
415
464
|
},
|
|
416
465
|
"locationInModule": {
|
|
417
466
|
"filename": "lib/fact.ts",
|
|
418
|
-
"line":
|
|
467
|
+
"line": 208
|
|
419
468
|
},
|
|
420
469
|
"name": "appConfigLambdaLayerVersion",
|
|
421
470
|
"parameters": [
|
|
@@ -453,7 +502,7 @@
|
|
|
453
502
|
},
|
|
454
503
|
"locationInModule": {
|
|
455
504
|
"filename": "lib/fact.ts",
|
|
456
|
-
"line":
|
|
505
|
+
"line": 196
|
|
457
506
|
},
|
|
458
507
|
"name": "cloudwatchLambdaInsightsVersion",
|
|
459
508
|
"parameters": [
|
|
@@ -485,7 +534,7 @@
|
|
|
485
534
|
},
|
|
486
535
|
"locationInModule": {
|
|
487
536
|
"filename": "lib/fact.ts",
|
|
488
|
-
"line":
|
|
537
|
+
"line": 242
|
|
489
538
|
},
|
|
490
539
|
"name": "paramsAndSecretsLambdaLayer",
|
|
491
540
|
"parameters": [
|
|
@@ -522,7 +571,7 @@
|
|
|
522
571
|
},
|
|
523
572
|
"locationInModule": {
|
|
524
573
|
"filename": "lib/fact.ts",
|
|
525
|
-
"line":
|
|
574
|
+
"line": 220
|
|
526
575
|
},
|
|
527
576
|
"name": "servicePrincipal",
|
|
528
577
|
"parameters": [
|
|
@@ -555,7 +604,7 @@
|
|
|
555
604
|
"immutable": true,
|
|
556
605
|
"locationInModule": {
|
|
557
606
|
"filename": "lib/fact.ts",
|
|
558
|
-
"line":
|
|
607
|
+
"line": 186
|
|
559
608
|
},
|
|
560
609
|
"name": "APPMESH_ECR_ACCOUNT",
|
|
561
610
|
"static": true,
|
|
@@ -573,7 +622,7 @@
|
|
|
573
622
|
"immutable": true,
|
|
574
623
|
"locationInModule": {
|
|
575
624
|
"filename": "lib/fact.ts",
|
|
576
|
-
"line":
|
|
625
|
+
"line": 141
|
|
577
626
|
},
|
|
578
627
|
"name": "CDK_METADATA_RESOURCE_AVAILABLE",
|
|
579
628
|
"static": true,
|
|
@@ -590,7 +639,7 @@
|
|
|
590
639
|
"immutable": true,
|
|
591
640
|
"locationInModule": {
|
|
592
641
|
"filename": "lib/fact.ts",
|
|
593
|
-
"line":
|
|
642
|
+
"line": 180
|
|
594
643
|
},
|
|
595
644
|
"name": "DLC_REPOSITORY_ACCOUNT",
|
|
596
645
|
"static": true,
|
|
@@ -607,7 +656,7 @@
|
|
|
607
656
|
"immutable": true,
|
|
608
657
|
"locationInModule": {
|
|
609
658
|
"filename": "lib/fact.ts",
|
|
610
|
-
"line":
|
|
659
|
+
"line": 135
|
|
611
660
|
},
|
|
612
661
|
"name": "DOMAIN_SUFFIX",
|
|
613
662
|
"static": true,
|
|
@@ -624,7 +673,7 @@
|
|
|
624
673
|
"immutable": true,
|
|
625
674
|
"locationInModule": {
|
|
626
675
|
"filename": "lib/fact.ts",
|
|
627
|
-
"line":
|
|
676
|
+
"line": 162
|
|
628
677
|
},
|
|
629
678
|
"name": "EBS_ENV_ENDPOINT_HOSTED_ZONE_ID",
|
|
630
679
|
"static": true,
|
|
@@ -641,7 +690,7 @@
|
|
|
641
690
|
"immutable": true,
|
|
642
691
|
"locationInModule": {
|
|
643
692
|
"filename": "lib/fact.ts",
|
|
644
|
-
"line":
|
|
693
|
+
"line": 174
|
|
645
694
|
},
|
|
646
695
|
"name": "ELBV2_ACCOUNT",
|
|
647
696
|
"static": true,
|
|
@@ -658,7 +707,7 @@
|
|
|
658
707
|
"immutable": true,
|
|
659
708
|
"locationInModule": {
|
|
660
709
|
"filename": "lib/fact.ts",
|
|
661
|
-
"line":
|
|
710
|
+
"line": 191
|
|
662
711
|
},
|
|
663
712
|
"name": "FIREHOSE_CIDR_BLOCK",
|
|
664
713
|
"static": true,
|
|
@@ -676,7 +725,7 @@
|
|
|
676
725
|
"immutable": true,
|
|
677
726
|
"locationInModule": {
|
|
678
727
|
"filename": "lib/fact.ts",
|
|
679
|
-
"line":
|
|
728
|
+
"line": 147
|
|
680
729
|
},
|
|
681
730
|
"name": "IS_OPT_IN_REGION",
|
|
682
731
|
"static": true,
|
|
@@ -693,7 +742,7 @@
|
|
|
693
742
|
"immutable": true,
|
|
694
743
|
"locationInModule": {
|
|
695
744
|
"filename": "lib/fact.ts",
|
|
696
|
-
"line":
|
|
745
|
+
"line": 130
|
|
697
746
|
},
|
|
698
747
|
"name": "PARTITION",
|
|
699
748
|
"static": true,
|
|
@@ -710,7 +759,7 @@
|
|
|
710
759
|
"immutable": true,
|
|
711
760
|
"locationInModule": {
|
|
712
761
|
"filename": "lib/fact.ts",
|
|
713
|
-
"line":
|
|
762
|
+
"line": 152
|
|
714
763
|
},
|
|
715
764
|
"name": "S3_STATIC_WEBSITE_ENDPOINT",
|
|
716
765
|
"static": true,
|
|
@@ -727,7 +776,7 @@
|
|
|
727
776
|
"immutable": true,
|
|
728
777
|
"locationInModule": {
|
|
729
778
|
"filename": "lib/fact.ts",
|
|
730
|
-
"line":
|
|
779
|
+
"line": 157
|
|
731
780
|
},
|
|
732
781
|
"name": "S3_STATIC_WEBSITE_ZONE_53_HOSTED_ZONE_ID",
|
|
733
782
|
"static": true,
|
|
@@ -744,7 +793,7 @@
|
|
|
744
793
|
"immutable": true,
|
|
745
794
|
"locationInModule": {
|
|
746
795
|
"filename": "lib/fact.ts",
|
|
747
|
-
"line":
|
|
796
|
+
"line": 169
|
|
748
797
|
},
|
|
749
798
|
"name": "VPC_ENDPOINT_SERVICE_NAME_PREFIX",
|
|
750
799
|
"static": true,
|
|
@@ -765,7 +814,7 @@
|
|
|
765
814
|
"kind": "interface",
|
|
766
815
|
"locationInModule": {
|
|
767
816
|
"filename": "lib/fact.ts",
|
|
768
|
-
"line":
|
|
817
|
+
"line": 106
|
|
769
818
|
},
|
|
770
819
|
"name": "IFact",
|
|
771
820
|
"properties": [
|
|
@@ -779,7 +828,7 @@
|
|
|
779
828
|
"immutable": true,
|
|
780
829
|
"locationInModule": {
|
|
781
830
|
"filename": "lib/fact.ts",
|
|
782
|
-
"line":
|
|
831
|
+
"line": 115
|
|
783
832
|
},
|
|
784
833
|
"name": "name",
|
|
785
834
|
"type": {
|
|
@@ -795,7 +844,7 @@
|
|
|
795
844
|
"immutable": true,
|
|
796
845
|
"locationInModule": {
|
|
797
846
|
"filename": "lib/fact.ts",
|
|
798
|
-
"line":
|
|
847
|
+
"line": 110
|
|
799
848
|
},
|
|
800
849
|
"name": "region",
|
|
801
850
|
"type": {
|
|
@@ -811,7 +860,7 @@
|
|
|
811
860
|
"immutable": true,
|
|
812
861
|
"locationInModule": {
|
|
813
862
|
"filename": "lib/fact.ts",
|
|
814
|
-
"line":
|
|
863
|
+
"line": 120
|
|
815
864
|
},
|
|
816
865
|
"name": "value",
|
|
817
866
|
"optional": true,
|
|
@@ -1371,6 +1420,6 @@
|
|
|
1371
1420
|
"symbolId": "lib/region-info:RegionInfo"
|
|
1372
1421
|
}
|
|
1373
1422
|
},
|
|
1374
|
-
"version": "2.
|
|
1423
|
+
"version": "2.104.0",
|
|
1375
1424
|
"fingerprint": "**********"
|
|
1376
1425
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|