@aws-cdk/region-info 2.123.0 → 2.124.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 +39 -6
- package/.jsii.tabl.json.gz +0 -0
- package/build-tools/fact-tables.d.ts +1 -0
- package/build-tools/fact-tables.js +9 -2
- package/build-tools/generate-static-data.js +2 -1
- package/lib/built-ins.generated.d.ts +1 -1
- package/lib/built-ins.generated.js +37 -2
- package/lib/default.js +1 -1
- package/lib/fact.d.ts +4 -0
- package/lib/fact.js +7 -3
- package/lib/region-info.d.ts +4 -0
- package/lib/region-info.js +8 -2
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
},
|
|
419
419
|
"locationInModule": {
|
|
420
420
|
"filename": "lib/fact.ts",
|
|
421
|
-
"line":
|
|
421
|
+
"line": 236
|
|
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":
|
|
467
|
+
"line": 213
|
|
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":
|
|
505
|
+
"line": 201
|
|
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":
|
|
537
|
+
"line": 247
|
|
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":
|
|
574
|
+
"line": 225
|
|
575
575
|
},
|
|
576
576
|
"name": "servicePrincipal",
|
|
577
577
|
"parameters": [
|
|
@@ -784,6 +784,23 @@
|
|
|
784
784
|
"primitive": "string"
|
|
785
785
|
}
|
|
786
786
|
},
|
|
787
|
+
{
|
|
788
|
+
"const": true,
|
|
789
|
+
"docs": {
|
|
790
|
+
"stability": "stable",
|
|
791
|
+
"summary": "The SAML Sign On URL for partition used by IAM SAML Principal."
|
|
792
|
+
},
|
|
793
|
+
"immutable": true,
|
|
794
|
+
"locationInModule": {
|
|
795
|
+
"filename": "lib/fact.ts",
|
|
796
|
+
"line": 196
|
|
797
|
+
},
|
|
798
|
+
"name": "SAML_SIGN_ON_URL",
|
|
799
|
+
"static": true,
|
|
800
|
+
"type": {
|
|
801
|
+
"primitive": "string"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
787
804
|
{
|
|
788
805
|
"const": true,
|
|
789
806
|
"docs": {
|
|
@@ -1400,6 +1417,22 @@
|
|
|
1400
1417
|
"primitive": "string"
|
|
1401
1418
|
}
|
|
1402
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
"docs": {
|
|
1422
|
+
"stability": "stable",
|
|
1423
|
+
"summary": "SAML Sign On URL used by IAM SAML Principals."
|
|
1424
|
+
},
|
|
1425
|
+
"immutable": true,
|
|
1426
|
+
"locationInModule": {
|
|
1427
|
+
"filename": "lib/region-info.ts",
|
|
1428
|
+
"line": 204
|
|
1429
|
+
},
|
|
1430
|
+
"name": "samlSignOnUrl",
|
|
1431
|
+
"optional": true,
|
|
1432
|
+
"type": {
|
|
1433
|
+
"primitive": "string"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1403
1436
|
{
|
|
1404
1437
|
"docs": {
|
|
1405
1438
|
"stability": "stable",
|
|
@@ -1420,6 +1453,6 @@
|
|
|
1420
1453
|
"symbolId": "lib/region-info:RegionInfo"
|
|
1421
1454
|
}
|
|
1422
1455
|
},
|
|
1423
|
-
"version": "2.
|
|
1456
|
+
"version": "2.124.0",
|
|
1424
1457
|
"fingerprint": "**********"
|
|
1425
1458
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|