@aws-cdk/region-info 2.232.1 → 2.232.2
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 +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 +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.232.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Default", version: "2.232.2" };
|
|
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
|
@@ -9,7 +9,7 @@ const errors_1 = require("aws-cdk-lib/core/lib/errors");
|
|
|
9
9
|
* A database of regional information.
|
|
10
10
|
*/
|
|
11
11
|
class Fact {
|
|
12
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Fact", version: "2.232.
|
|
12
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.Fact", version: "2.232.2" };
|
|
13
13
|
/**
|
|
14
14
|
* @returns the list of names of AWS Regions for which there is at least one registered fact. This
|
|
15
15
|
* includes Regions defined in AWS_REGIONS plus custom defined regions.
|
|
@@ -107,7 +107,7 @@ exports.Fact = Fact;
|
|
|
107
107
|
* All standardized fact names.
|
|
108
108
|
*/
|
|
109
109
|
class FactName {
|
|
110
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.FactName", version: "2.232.
|
|
110
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.FactName", version: "2.232.2" };
|
|
111
111
|
/**
|
|
112
112
|
* The name of the partition for a region (e.g: 'aws', 'aws-cn', ...)
|
|
113
113
|
*/
|
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.232.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/region-info.RegionInfo", version: "2.232.2" };
|
|
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.232.
|
|
3
|
+
"version": "2.232.2",
|
|
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.232.
|
|
85
|
-
"@aws-cdk/pkglint": "2.232.
|
|
86
|
-
"aws-cdk-lib": "2.232.
|
|
84
|
+
"@aws-cdk/cdk-build-tools": "2.232.2-alpha.0",
|
|
85
|
+
"@aws-cdk/pkglint": "2.232.2-alpha.0",
|
|
86
|
+
"aws-cdk-lib": "2.232.2",
|
|
87
87
|
"@types/fs-extra": "^9.0.13",
|
|
88
88
|
"@types/jest": "^29.5.14",
|
|
89
89
|
"fs-extra": "^9.1.0"
|