@alicloud/dts20200101 1.3.2 → 1.3.4
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 +5 -0
- package/dist/client.js +1824 -1784
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +35 -0
package/dist/client.d.ts
CHANGED
|
@@ -1009,6 +1009,8 @@ export declare class CreateMigrationJobResponse extends $tea.Model {
|
|
|
1009
1009
|
export declare class CreateReverseDtsJobRequest extends $tea.Model {
|
|
1010
1010
|
dtsJobId?: string;
|
|
1011
1011
|
resourceGroupId?: string;
|
|
1012
|
+
shardPassword?: string;
|
|
1013
|
+
shardUsername?: string;
|
|
1012
1014
|
static names(): {
|
|
1013
1015
|
[key: string]: string;
|
|
1014
1016
|
};
|
|
@@ -4411,6 +4413,7 @@ export declare class ModifyDtsJobEndpointRequest extends $tea.Model {
|
|
|
4411
4413
|
endpointInstanceType?: string;
|
|
4412
4414
|
endpointIp?: string;
|
|
4413
4415
|
endpointPort?: string;
|
|
4416
|
+
endpointRegionId?: string;
|
|
4414
4417
|
password?: string;
|
|
4415
4418
|
regionId?: string;
|
|
4416
4419
|
resourceGroupId?: string;
|
|
@@ -6005,6 +6008,8 @@ export declare class TransferPayTypeRequest extends $tea.Model {
|
|
|
6005
6008
|
buyCount?: string;
|
|
6006
6009
|
chargeType?: string;
|
|
6007
6010
|
dtsJobId?: string;
|
|
6011
|
+
maxDu?: number;
|
|
6012
|
+
minDu?: number;
|
|
6008
6013
|
period?: string;
|
|
6009
6014
|
regionId?: string;
|
|
6010
6015
|
resourceGroupId?: string;
|