@huaweicloud/huaweicloud-sdk-vpc 3.1.10 → 3.1.11

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-vpc",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "description": "Huaweicloud SDK for vpc",
5
5
  "main": "huaweicloud-sdk-vpc.js",
6
6
  "typings": "huaweicloud-sdk-vpc.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.10"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.11"
18
18
  }
19
19
  }
package/v2/VpcRegion.d.ts CHANGED
@@ -16,6 +16,7 @@ export declare class VpcRegion {
16
16
  static CN_NORTH_2: any;
17
17
  static LA_SOUTH_2: any;
18
18
  static NA_MEXICO_1: any;
19
+ static AP_SOUTHEAST_4: any;
19
20
  private static STATIC_FIELDS;
20
21
  private static createStaticFields;
21
22
  static valueOf(regionId: String): any;
package/v2/VpcRegion.js CHANGED
@@ -24,6 +24,7 @@ var VpcRegion = /** @class */ (function () {
24
24
  map.set("cn-north-2", VpcRegion.CN_NORTH_2);
25
25
  map.set("la-south-2", VpcRegion.LA_SOUTH_2);
26
26
  map.set("na-mexico-1", VpcRegion.NA_MEXICO_1);
27
+ map.set("ap-southeast-4", VpcRegion.AP_SOUTHEAST_4);
27
28
  return map;
28
29
  };
29
30
  VpcRegion.valueOf = function (regionId) {
@@ -53,6 +54,7 @@ var VpcRegion = /** @class */ (function () {
53
54
  VpcRegion.CN_NORTH_2 = new region_1.Region("cn-north-2", "https://vpc.cn-north-2.myhuaweicloud.com");
54
55
  VpcRegion.LA_SOUTH_2 = new region_1.Region("la-south-2", "https://vpc.la-south-2.myhuaweicloud.com");
55
56
  VpcRegion.NA_MEXICO_1 = new region_1.Region("na-mexico-1", "https://vpc.na-mexico-1.myhuaweicloud.com");
57
+ VpcRegion.AP_SOUTHEAST_4 = new region_1.Region("ap-southeast-4", "https://vpc.ap-southeast-4.myhuaweicloud.com");
56
58
  VpcRegion.STATIC_FIELDS = VpcRegion.createStaticFields();
57
59
  return VpcRegion;
58
60
  }());
package/v3/VpcRegion.d.ts CHANGED
@@ -16,6 +16,7 @@ export declare class VpcRegion {
16
16
  static CN_NORTH_2: any;
17
17
  static LA_SOUTH_2: any;
18
18
  static NA_MEXICO_1: any;
19
+ static AP_SOUTHEAST_4: any;
19
20
  private static STATIC_FIELDS;
20
21
  private static createStaticFields;
21
22
  static valueOf(regionId: String): any;
package/v3/VpcRegion.js CHANGED
@@ -24,6 +24,7 @@ var VpcRegion = /** @class */ (function () {
24
24
  map.set("cn-north-2", VpcRegion.CN_NORTH_2);
25
25
  map.set("la-south-2", VpcRegion.LA_SOUTH_2);
26
26
  map.set("na-mexico-1", VpcRegion.NA_MEXICO_1);
27
+ map.set("ap-southeast-4", VpcRegion.AP_SOUTHEAST_4);
27
28
  return map;
28
29
  };
29
30
  VpcRegion.valueOf = function (regionId) {
@@ -53,6 +54,7 @@ var VpcRegion = /** @class */ (function () {
53
54
  VpcRegion.CN_NORTH_2 = new region_1.Region("cn-north-2", "https://vpc.cn-north-2.myhuaweicloud.com");
54
55
  VpcRegion.LA_SOUTH_2 = new region_1.Region("la-south-2", "https://vpc.la-south-2.myhuaweicloud.com");
55
56
  VpcRegion.NA_MEXICO_1 = new region_1.Region("na-mexico-1", "https://vpc.na-mexico-1.myhuaweicloud.com");
57
+ VpcRegion.AP_SOUTHEAST_4 = new region_1.Region("ap-southeast-4", "https://vpc.ap-southeast-4.myhuaweicloud.com");
56
58
  VpcRegion.STATIC_FIELDS = VpcRegion.createStaticFields();
57
59
  return VpcRegion;
58
60
  }());