@aws-cdk/region-info 2.239.0 → 2.241.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 +2 -2
- 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.js +2 -2
- package/lib/region-info.js +1 -1
- package/package.json +4 -4
package/lib/default.js
CHANGED
|
@@ -10,7 +10,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
10
10
|
* @deprecated - Service principals are now globally `<SERVICE>.amazonaws.com`, use iam.ServicePrincipal instead.
|
|
11
11
|
*/
|
|
12
12
|
class Default {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Default", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Default", version: "2.241.0" };
|
|
14
14
|
/**
|
|
15
15
|
* The default value for a VPC Endpoint Service name prefix, useful if you do
|
|
16
16
|
* not have a synthesize-time region literal available (all you have is
|
package/lib/fact.js
CHANGED
|
@@ -20,7 +20,7 @@ class RegionFactError extends Error {
|
|
|
20
20
|
* A database of regional information.
|
|
21
21
|
*/
|
|
22
22
|
class Fact {
|
|
23
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Fact", version: "2.
|
|
23
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Fact", version: "2.241.0" };
|
|
24
24
|
/**
|
|
25
25
|
* @returns the list of names of AWS Regions for which there is at least one registered fact. This
|
|
26
26
|
* includes Regions defined in AWS_REGIONS plus custom defined regions.
|
|
@@ -120,7 +120,7 @@ exports.Fact = Fact;
|
|
|
120
120
|
* All standardized fact names.
|
|
121
121
|
*/
|
|
122
122
|
class FactName {
|
|
123
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.FactName", version: "2.
|
|
123
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.FactName", version: "2.241.0" };
|
|
124
124
|
/**
|
|
125
125
|
* The name of the partition for a region (e.g: 'aws', 'aws-cn', ...)
|
|
126
126
|
*/
|
package/lib/region-info.js
CHANGED
|
@@ -10,7 +10,7 @@ const fact_1 = require("./fact");
|
|
|
10
10
|
*/
|
|
11
11
|
class RegionInfo {
|
|
12
12
|
name;
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.RegionInfo", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.RegionInfo", version: "2.241.0" };
|
|
14
14
|
/**
|
|
15
15
|
* @returns the list of names of AWS regions for which there is at least one registered fact. This
|
|
16
16
|
* may not be an exaustive list of all available AWS regions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/region-info",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.241.0",
|
|
4
4
|
"description": "AWS region information, such as service principal names",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
},
|
|
82
82
|
"license": "Apache-2.0",
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
85
|
-
"@aws-cdk/pkglint": "2.
|
|
86
|
-
"aws-cdk-lib": "2.
|
|
84
|
+
"@aws-cdk/cdk-build-tools": "2.241.0-alpha.0",
|
|
85
|
+
"@aws-cdk/pkglint": "2.241.0-alpha.0",
|
|
86
|
+
"aws-cdk-lib": "2.241.0",
|
|
87
87
|
"@types/fs-extra": "^9.0.13",
|
|
88
88
|
"@types/jest": "^29.5.14",
|
|
89
89
|
"fs-extra": "^9.1.0"
|