tencentcloud-sdk-nodejs-cynosdb 4.1.22 → 4.1.30
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
@@ -7459,7 +7459,6 @@ export interface CreateAuditLogFileRequest {
|
|
7459
7459
|
export interface DescribeSSLStatusResponse {
|
7460
7460
|
/**
|
7461
7461
|
* yes-开启,no-关闭
|
7462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7463
7462
|
*/
|
7464
7463
|
IsOpenSSL?: string;
|
7465
7464
|
/**
|
@@ -7873,12 +7872,10 @@ export interface DescribeInstanceSpecsResponse {
|
|
7873
7872
|
export interface OpenSSLResponse {
|
7874
7873
|
/**
|
7875
7874
|
* 任务流ID
|
7876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7877
7875
|
*/
|
7878
7876
|
FlowId?: number;
|
7879
7877
|
/**
|
7880
7878
|
* 任务id
|
7881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7882
7879
|
*/
|
7883
7880
|
TaskId?: number;
|
7884
7881
|
/**
|