@huaweicloud/huaweicloud-sdk-cfw 3.1.42 → 3.1.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-cfw",
3
- "version": "3.1.42",
3
+ "version": "3.1.44",
4
4
  "description": "Huaweicloud SDK for cfw",
5
5
  "main": "huaweicloud-sdk-cfw.js",
6
6
  "typings": "huaweicloud-sdk-cfw.d.ts",
@@ -14,6 +14,6 @@
14
14
  "author": "HuaweiCloud_SDK",
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
- "@huaweicloud/huaweicloud-sdk-core": "^3.1.42"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.44"
18
18
  }
19
19
  }
package/v1/CfwRegion.d.ts CHANGED
@@ -10,6 +10,10 @@ export declare class CfwRegion {
10
10
  static AP_SOUTHEAST_2: any;
11
11
  static AP_SOUTHEAST_4: any;
12
12
  static LA_SOUTH_2: any;
13
+ static CN_NORTH_9: any;
14
+ static CN_EAST_2: any;
15
+ static AF_SOUTH_1: any;
16
+ static SA_BRAZIL_1: any;
13
17
  private static REGION_MAP;
14
18
  static valueOf(regionId: string): any;
15
19
  }
package/v1/CfwRegion.js CHANGED
@@ -26,6 +26,10 @@ var CfwRegion = exports.CfwRegion = /** @class */ (function () {
26
26
  CfwRegion.AP_SOUTHEAST_2 = new region_1.Region("ap-southeast-2", ["https://cfw.ap-southeast-2.myhuaweicloud.com"]);
27
27
  CfwRegion.AP_SOUTHEAST_4 = new region_1.Region("ap-southeast-4", ["https://cfw.ap-southeast-4.myhuaweicloud.com"]);
28
28
  CfwRegion.LA_SOUTH_2 = new region_1.Region("la-south-2", ["https://cfw.la-south-2.myhuaweicloud.com"]);
29
+ CfwRegion.CN_NORTH_9 = new region_1.Region("cn-north-9", ["https://cfw.cn-north-9.myhuaweicloud.com"]);
30
+ CfwRegion.CN_EAST_2 = new region_1.Region("cn-east-2", ["https://cfw.cn-east-2.myhuaweicloud.com"]);
31
+ CfwRegion.AF_SOUTH_1 = new region_1.Region("af-south-1", ["https://cfw.af-south-1.myhuaweicloud.com"]);
32
+ CfwRegion.SA_BRAZIL_1 = new region_1.Region("sa-brazil-1", ["https://cfw.sa-brazil-1.myhuaweicloud.com"]);
29
33
  CfwRegion.REGION_MAP = {
30
34
  "cn-south-4": CfwRegion.CN_SOUTH_4,
31
35
  "cn-southwest-2": CfwRegion.CN_SOUTHWEST_2,
@@ -37,7 +41,11 @@ var CfwRegion = exports.CfwRegion = /** @class */ (function () {
37
41
  "la-north-2": CfwRegion.LA_NORTH_2,
38
42
  "ap-southeast-2": CfwRegion.AP_SOUTHEAST_2,
39
43
  "ap-southeast-4": CfwRegion.AP_SOUTHEAST_4,
40
- "la-south-2": CfwRegion.LA_SOUTH_2
44
+ "la-south-2": CfwRegion.LA_SOUTH_2,
45
+ "cn-north-9": CfwRegion.CN_NORTH_9,
46
+ "cn-east-2": CfwRegion.CN_EAST_2,
47
+ "af-south-1": CfwRegion.AF_SOUTH_1,
48
+ "sa-brazil-1": CfwRegion.SA_BRAZIL_1
41
49
  };
42
50
  return CfwRegion;
43
51
  }());