tencentcloud-sdk-nodejs-cynosdb 4.1.279 → 4.1.280
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
|
@@ -5059,9 +5059,9 @@ export interface DescribeClusterTransparentEncryptInfoRequest {
|
|
|
5059
5059
|
*/
|
|
5060
5060
|
export interface DescribeClusterLevelsRequest {
|
|
5061
5061
|
/**
|
|
5062
|
-
*
|
|
5062
|
+
* <p>可用区</p>
|
|
5063
5063
|
*/
|
|
5064
|
-
Zone
|
|
5064
|
+
Zone?: string;
|
|
5065
5065
|
}
|
|
5066
5066
|
/**
|
|
5067
5067
|
* DeleteVaults返回参数结构体
|
|
@@ -13556,9 +13556,13 @@ export interface CloseClusterPasswordComplexityRequest {
|
|
|
13556
13556
|
*/
|
|
13557
13557
|
export interface DescribeClusterLevelsResponse {
|
|
13558
13558
|
/**
|
|
13559
|
-
*
|
|
13559
|
+
* <p>集群类型列表</p>
|
|
13560
13560
|
*/
|
|
13561
13561
|
LevelList?: Array<string>;
|
|
13562
|
+
/**
|
|
13563
|
+
* <p>专区列表</p>
|
|
13564
|
+
*/
|
|
13565
|
+
Zones?: Array<string>;
|
|
13562
13566
|
/**
|
|
13563
13567
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13564
13568
|
*/
|