@alicloud/dds20151201 5.3.0 → 6.0.0

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/dist/client.d.ts CHANGED
@@ -1400,7 +1400,7 @@ export declare class DescribeBackupStorageResponse extends $tea.Model {
1400
1400
  });
1401
1401
  }
1402
1402
  export declare class DescribeBackupTasksRequest extends $tea.Model {
1403
- backupJobId?: number;
1403
+ backupJobId?: string;
1404
1404
  DBInstanceId?: string;
1405
1405
  ownerAccount?: string;
1406
1406
  ownerId?: number;
@@ -3474,7 +3474,6 @@ export declare class ListTagResourcesResponse extends $tea.Model {
3474
3474
  });
3475
3475
  }
3476
3476
  export declare class MigrateAvailableZoneRequest extends $tea.Model {
3477
- category?: string;
3478
3477
  DBInstanceId?: string;
3479
3478
  effectiveTime?: string;
3480
3479
  ownerAccount?: string;
@@ -5938,7 +5937,7 @@ export declare class DescribeBackupDBsResponseBodyDatabases extends $tea.Model {
5938
5937
  export declare class DescribeBackupTasksResponseBodyBackupJobs extends $tea.Model {
5939
5938
  backupSetStatus?: string;
5940
5939
  backupStartTime?: string;
5941
- backupjobId?: number;
5940
+ backupjobId?: string;
5942
5941
  jobMode?: string;
5943
5942
  progress?: string;
5944
5943
  static names(): {
@@ -5955,9 +5954,9 @@ export declare class DescribeBackupsResponseBodyBackupsBackup extends $tea.Model
5955
5954
  backupDBNames?: string;
5956
5955
  backupDownloadURL?: string;
5957
5956
  backupEndTime?: string;
5958
- backupId?: number;
5957
+ backupId?: string;
5959
5958
  backupIntranetDownloadURL?: string;
5960
- backupJobId?: number;
5959
+ backupJobId?: string;
5961
5960
  backupMethod?: string;
5962
5961
  backupMode?: string;
5963
5962
  backupSize?: number;
@@ -7071,6 +7070,7 @@ export declare class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfo ex
7071
7070
  listPrice?: number;
7072
7071
  monthPrice?: number;
7073
7072
  originalStandAmount?: number;
7073
+ startTime?: string;
7074
7074
  static names(): {
7075
7075
  [key: string]: string;
7076
7076
  };