@aws-cdk/region-info 2.123.0 → 2.125.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.3.11 (build a5f9673)",
15
+ "jsiiVersion": "5.3.12 (build f9c1b68)",
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": 231
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": 208
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": 196
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": 242
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": 220
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.123.0",
1456
+ "version": "2.125.0",
1424
1457
  "fingerprint": "**********"
1425
1458
  }
Binary file
@@ -56,4 +56,5 @@ export declare const PARAMS_AND_SECRETS_LAMBDA_LAYER_ARNS: {
56
56
  export declare const ADOT_LAMBDA_LAYER_ARNS: {
57
57
  [key: string]: any;
58
58
  };
59
+ export declare const PARTITION_SAML_SIGN_ON_URL: Record<Partition, string>;
59
60
  export {};