@aws-cdk/region-info 2.38.0 → 2.39.1
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 +14 -14
- package/.jsii.tabl.json +1 -1
- 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.js +2 -2
- package/lib/region-info.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"stability": "stable"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
15
|
-
"jsiiVersion": "1.
|
|
15
|
+
"jsiiVersion": "1.65.1 (build b0947e4)",
|
|
16
16
|
"keywords": [
|
|
17
17
|
"aws",
|
|
18
18
|
"cdk"
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
"@aws-cdk/region-info.Fact": {
|
|
152
152
|
"assembly": "@aws-cdk/region-info",
|
|
153
153
|
"docs": {
|
|
154
|
+
"stability": "stable",
|
|
155
|
+
"summary": "A database of regional information.",
|
|
156
|
+
"example": "class MyFact implements regionInfo.IFact {\n public readonly region = 'bermuda-triangle-1';\n public readonly name = regionInfo.FactName.servicePrincipal('s3.amazonaws.com');\n public readonly value = 's3-website.bermuda-triangle-1.nowhere.com';\n}\n\nregionInfo.Fact.register(new MyFact());",
|
|
154
157
|
"custom": {
|
|
155
158
|
"exampleMetadata": "infused"
|
|
156
|
-
}
|
|
157
|
-
"example": "class MyFact implements regionInfo.IFact {\n public readonly region = 'bermuda-triangle-1';\n public readonly name = regionInfo.FactName.servicePrincipal('s3.amazonaws.com');\n public readonly value = 's3-website.bermuda-triangle-1.nowhere.com';\n}\n\nregionInfo.Fact.register(new MyFact());",
|
|
158
|
-
"stability": "stable",
|
|
159
|
-
"summary": "A database of regional information."
|
|
159
|
+
}
|
|
160
160
|
},
|
|
161
161
|
"fqn": "@aws-cdk/region-info.Fact",
|
|
162
162
|
"kind": "class",
|
|
@@ -347,12 +347,12 @@
|
|
|
347
347
|
"@aws-cdk/region-info.FactName": {
|
|
348
348
|
"assembly": "@aws-cdk/region-info",
|
|
349
349
|
"docs": {
|
|
350
|
+
"stability": "stable",
|
|
351
|
+
"summary": "All standardized fact names.",
|
|
352
|
+
"example": "class MyFact implements regionInfo.IFact {\n public readonly region = 'bermuda-triangle-1';\n public readonly name = regionInfo.FactName.servicePrincipal('s3.amazonaws.com');\n public readonly value = 's3-website.bermuda-triangle-1.nowhere.com';\n}\n\nregionInfo.Fact.register(new MyFact());",
|
|
350
353
|
"custom": {
|
|
351
354
|
"exampleMetadata": "infused"
|
|
352
|
-
}
|
|
353
|
-
"example": "class MyFact implements regionInfo.IFact {\n public readonly region = 'bermuda-triangle-1';\n public readonly name = regionInfo.FactName.servicePrincipal('s3.amazonaws.com');\n public readonly value = 's3-website.bermuda-triangle-1.nowhere.com';\n}\n\nregionInfo.Fact.register(new MyFact());",
|
|
354
|
-
"stability": "stable",
|
|
355
|
-
"summary": "All standardized fact names."
|
|
355
|
+
}
|
|
356
356
|
},
|
|
357
357
|
"fqn": "@aws-cdk/region-info.FactName",
|
|
358
358
|
"initializer": {
|
|
@@ -690,12 +690,12 @@
|
|
|
690
690
|
"@aws-cdk/region-info.RegionInfo": {
|
|
691
691
|
"assembly": "@aws-cdk/region-info",
|
|
692
692
|
"docs": {
|
|
693
|
+
"stability": "stable",
|
|
694
|
+
"summary": "Information pertaining to an AWS region.",
|
|
695
|
+
"example": "// Get the information for \"eu-west-1\":\nconst region = regionInfo.RegionInfo.get('eu-west-1');\n\n// Access attributes:\nregion.s3StaticWebsiteEndpoint; // s3-website-eu-west-1.amazonaws.com\nregion.servicePrincipal('logs.amazonaws.com'); // logs.eu-west-1.amazonaws.com",
|
|
693
696
|
"custom": {
|
|
694
697
|
"exampleMetadata": "infused"
|
|
695
|
-
}
|
|
696
|
-
"example": "// Get the information for \"eu-west-1\":\nconst region = regionInfo.RegionInfo.get('eu-west-1');\n\n// Access attributes:\nregion.s3StaticWebsiteEndpoint; // s3-website-eu-west-1.amazonaws.com\nregion.servicePrincipal('logs.amazonaws.com'); // logs.eu-west-1.amazonaws.com",
|
|
697
|
-
"stability": "stable",
|
|
698
|
-
"summary": "Information pertaining to an AWS region."
|
|
698
|
+
}
|
|
699
699
|
},
|
|
700
700
|
"fqn": "@aws-cdk/region-info.RegionInfo",
|
|
701
701
|
"kind": "class",
|
|
@@ -1100,6 +1100,6 @@
|
|
|
1100
1100
|
"symbolId": "lib/region-info:RegionInfo"
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
|
-
"version": "2.
|
|
1103
|
+
"version": "2.39.1",
|
|
1104
1104
|
"fingerprint": "**********"
|
|
1105
1105
|
}
|
package/.jsii.tabl.json
CHANGED