tencentcloud-sdk-nodejs-cdwch 4.1.81 → 4.1.83
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
|
@@ -451,7 +451,7 @@ export interface DescribeCkSqlApisRequest {
|
|
|
451
451
|
*/
|
|
452
452
|
ApiType: string;
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* 集群名称,当ApiType取值为GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 时,此参数必填
|
|
455
455
|
*/
|
|
456
456
|
Cluster?: string;
|
|
457
457
|
/**
|