tencentcloud-sdk-nodejs-tdmysql 4.1.236 → 4.1.242
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
|
@@ -1760,10 +1760,6 @@ export interface DescribeDBSAvailableRecoveryTimeRequest {
|
|
|
1760
1760
|
* <p>实例ID</p>
|
|
1761
1761
|
*/
|
|
1762
1762
|
InstanceId: string;
|
|
1763
|
-
/**
|
|
1764
|
-
* <p>备份集ID,值来自 DescribeDBSBackupSets 接口返回</p>
|
|
1765
|
-
*/
|
|
1766
|
-
BackupSetId?: number;
|
|
1767
1763
|
}
|
|
1768
1764
|
/**
|
|
1769
1765
|
* DescribeDBSArchiveLogs返回参数结构体
|