tencentcloud-sdk-nodejs-cfs 4.1.97 → 4.1.99

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": "tencentcloud-sdk-nodejs-cfs",
3
- "version": "4.1.97",
3
+ "version": "4.1.99",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2057,23 +2057,23 @@ export interface AvailableRegion {
2057
2057
  /**
2058
2058
  * 区域名称,如“ap-beijing”
2059
2059
  */
2060
- Region: string;
2060
+ Region?: string;
2061
2061
  /**
2062
2062
  * 区域名称,如“bj”
2063
2063
  */
2064
- RegionName: string;
2064
+ RegionName?: string;
2065
2065
  /**
2066
2066
  * 区域可用情况,当区域内至少有一个可用区处于可售状态时,取值为AVAILABLE,否则为UNAVAILABLE
2067
2067
  */
2068
- RegionStatus: string;
2068
+ RegionStatus?: string;
2069
2069
  /**
2070
2070
  * 可用区数组
2071
2071
  */
2072
- Zones: Array<AvailableZone>;
2072
+ Zones?: Array<AvailableZone>;
2073
2073
  /**
2074
2074
  * 区域中文名称,如“广州”
2075
2075
  */
2076
- RegionCnName: string;
2076
+ RegionCnName?: string;
2077
2077
  }
2078
2078
  /**
2079
2079
  * CreateCfsFileSystem请求参数结构体