@alicloud/dts20200101 1.2.1 → 1.3.2
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 +700 -344
- package/dist/client.js +1178 -34
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1904 -376
package/dist/client.d.ts
CHANGED
|
@@ -39,9 +39,12 @@ export declare class ConfigureDtsJobRequest extends $tea.Model {
|
|
|
39
39
|
errorPhone?: string;
|
|
40
40
|
fileOssUrl?: string;
|
|
41
41
|
jobType?: string;
|
|
42
|
+
maxDu?: number;
|
|
43
|
+
minDu?: number;
|
|
42
44
|
ownerId?: string;
|
|
43
45
|
regionId?: string;
|
|
44
46
|
reserve?: string;
|
|
47
|
+
resourceGroupId?: string;
|
|
45
48
|
sourceEndpointDatabaseName?: string;
|
|
46
49
|
sourceEndpointEngineName?: string;
|
|
47
50
|
sourceEndpointIP?: string;
|
|
@@ -102,9 +105,12 @@ export declare class ConfigureDtsJobAdvanceRequest extends $tea.Model {
|
|
|
102
105
|
errorPhone?: string;
|
|
103
106
|
fileOssUrlObject?: Readable;
|
|
104
107
|
jobType?: string;
|
|
108
|
+
maxDu?: number;
|
|
109
|
+
minDu?: number;
|
|
105
110
|
ownerId?: string;
|
|
106
111
|
regionId?: string;
|
|
107
112
|
reserve?: string;
|
|
113
|
+
resourceGroupId?: string;
|
|
108
114
|
sourceEndpointDatabaseName?: string;
|
|
109
115
|
sourceEndpointEngineName?: string;
|
|
110
116
|
sourceEndpointIP?: string;
|
|
@@ -151,11 +157,11 @@ export declare class ConfigureDtsJobResponseBody extends $tea.Model {
|
|
|
151
157
|
});
|
|
152
158
|
}
|
|
153
159
|
export declare class ConfigureDtsJobResponse extends $tea.Model {
|
|
154
|
-
headers
|
|
160
|
+
headers?: {
|
|
155
161
|
[key: string]: string;
|
|
156
162
|
};
|
|
157
|
-
statusCode
|
|
158
|
-
body
|
|
163
|
+
statusCode?: number;
|
|
164
|
+
body?: ConfigureDtsJobResponseBody;
|
|
159
165
|
static names(): {
|
|
160
166
|
[key: string]: string;
|
|
161
167
|
};
|
|
@@ -178,6 +184,7 @@ export declare class ConfigureMigrationJobRequest extends $tea.Model {
|
|
|
178
184
|
migrationReserved?: string;
|
|
179
185
|
ownerId?: string;
|
|
180
186
|
regionId?: string;
|
|
187
|
+
resourceGroupId?: string;
|
|
181
188
|
static names(): {
|
|
182
189
|
[key: string]: string;
|
|
183
190
|
};
|
|
@@ -204,11 +211,11 @@ export declare class ConfigureMigrationJobResponseBody extends $tea.Model {
|
|
|
204
211
|
});
|
|
205
212
|
}
|
|
206
213
|
export declare class ConfigureMigrationJobResponse extends $tea.Model {
|
|
207
|
-
headers
|
|
214
|
+
headers?: {
|
|
208
215
|
[key: string]: string;
|
|
209
216
|
};
|
|
210
|
-
statusCode
|
|
211
|
-
body
|
|
217
|
+
statusCode?: number;
|
|
218
|
+
body?: ConfigureMigrationJobResponseBody;
|
|
212
219
|
static names(): {
|
|
213
220
|
[key: string]: string;
|
|
214
221
|
};
|
|
@@ -229,6 +236,7 @@ export declare class ConfigureMigrationJobAlertRequest extends $tea.Model {
|
|
|
229
236
|
migrationJobId?: string;
|
|
230
237
|
ownerId?: string;
|
|
231
238
|
regionId?: string;
|
|
239
|
+
resourceGroupId?: string;
|
|
232
240
|
static names(): {
|
|
233
241
|
[key: string]: string;
|
|
234
242
|
};
|
|
@@ -255,11 +263,11 @@ export declare class ConfigureMigrationJobAlertResponseBody extends $tea.Model {
|
|
|
255
263
|
});
|
|
256
264
|
}
|
|
257
265
|
export declare class ConfigureMigrationJobAlertResponse extends $tea.Model {
|
|
258
|
-
headers
|
|
266
|
+
headers?: {
|
|
259
267
|
[key: string]: string;
|
|
260
268
|
};
|
|
261
|
-
statusCode
|
|
262
|
-
body
|
|
269
|
+
statusCode?: number;
|
|
270
|
+
body?: ConfigureMigrationJobAlertResponseBody;
|
|
263
271
|
static names(): {
|
|
264
272
|
[key: string]: string;
|
|
265
273
|
};
|
|
@@ -283,8 +291,11 @@ export declare class ConfigureSubscriptionRequest extends $tea.Model {
|
|
|
283
291
|
dtsJobName?: string;
|
|
284
292
|
errorNotice?: boolean;
|
|
285
293
|
errorPhone?: string;
|
|
294
|
+
maxDu?: number;
|
|
295
|
+
minDu?: number;
|
|
286
296
|
regionId?: string;
|
|
287
297
|
reserve?: string;
|
|
298
|
+
resourceGroupId?: string;
|
|
288
299
|
sourceEndpointDatabaseName?: string;
|
|
289
300
|
sourceEndpointEngineName?: string;
|
|
290
301
|
sourceEndpointIP?: string;
|
|
@@ -331,11 +342,11 @@ export declare class ConfigureSubscriptionResponseBody extends $tea.Model {
|
|
|
331
342
|
});
|
|
332
343
|
}
|
|
333
344
|
export declare class ConfigureSubscriptionResponse extends $tea.Model {
|
|
334
|
-
headers
|
|
345
|
+
headers?: {
|
|
335
346
|
[key: string]: string;
|
|
336
347
|
};
|
|
337
|
-
statusCode
|
|
338
|
-
body
|
|
348
|
+
statusCode?: number;
|
|
349
|
+
body?: ConfigureSubscriptionResponseBody;
|
|
339
350
|
static names(): {
|
|
340
351
|
[key: string]: string;
|
|
341
352
|
};
|
|
@@ -353,6 +364,7 @@ export declare class ConfigureSubscriptionInstanceRequest extends $tea.Model {
|
|
|
353
364
|
accountId?: string;
|
|
354
365
|
ownerId?: string;
|
|
355
366
|
regionId?: string;
|
|
367
|
+
resourceGroupId?: string;
|
|
356
368
|
subscriptionInstanceId?: string;
|
|
357
369
|
subscriptionInstanceName?: string;
|
|
358
370
|
subscriptionInstanceNetworkType?: string;
|
|
@@ -383,11 +395,11 @@ export declare class ConfigureSubscriptionInstanceResponseBody extends $tea.Mode
|
|
|
383
395
|
});
|
|
384
396
|
}
|
|
385
397
|
export declare class ConfigureSubscriptionInstanceResponse extends $tea.Model {
|
|
386
|
-
headers
|
|
398
|
+
headers?: {
|
|
387
399
|
[key: string]: string;
|
|
388
400
|
};
|
|
389
|
-
statusCode
|
|
390
|
-
body
|
|
401
|
+
statusCode?: number;
|
|
402
|
+
body?: ConfigureSubscriptionInstanceResponseBody;
|
|
391
403
|
static names(): {
|
|
392
404
|
[key: string]: string;
|
|
393
405
|
};
|
|
@@ -407,6 +419,7 @@ export declare class ConfigureSubscriptionInstanceAlertRequest extends $tea.Mode
|
|
|
407
419
|
errorAlertStatus?: string;
|
|
408
420
|
ownerId?: string;
|
|
409
421
|
regionId?: string;
|
|
422
|
+
resourceGroupId?: string;
|
|
410
423
|
subscriptionInstanceId?: string;
|
|
411
424
|
static names(): {
|
|
412
425
|
[key: string]: string;
|
|
@@ -434,11 +447,11 @@ export declare class ConfigureSubscriptionInstanceAlertResponseBody extends $tea
|
|
|
434
447
|
});
|
|
435
448
|
}
|
|
436
449
|
export declare class ConfigureSubscriptionInstanceAlertResponse extends $tea.Model {
|
|
437
|
-
headers
|
|
450
|
+
headers?: {
|
|
438
451
|
[key: string]: string;
|
|
439
452
|
};
|
|
440
|
-
statusCode
|
|
441
|
-
body
|
|
453
|
+
statusCode?: number;
|
|
454
|
+
body?: ConfigureSubscriptionInstanceAlertResponseBody;
|
|
442
455
|
static names(): {
|
|
443
456
|
[key: string]: string;
|
|
444
457
|
};
|
|
@@ -459,6 +472,7 @@ export declare class ConfigureSynchronizationJobRequest extends $tea.Model {
|
|
|
459
472
|
migrationReserved?: string;
|
|
460
473
|
ownerId?: string;
|
|
461
474
|
regionId?: string;
|
|
475
|
+
resourceGroupId?: string;
|
|
462
476
|
structureInitialization?: boolean;
|
|
463
477
|
synchronizationDirection?: string;
|
|
464
478
|
synchronizationJobId?: string;
|
|
@@ -490,11 +504,11 @@ export declare class ConfigureSynchronizationJobResponseBody extends $tea.Model
|
|
|
490
504
|
});
|
|
491
505
|
}
|
|
492
506
|
export declare class ConfigureSynchronizationJobResponse extends $tea.Model {
|
|
493
|
-
headers
|
|
507
|
+
headers?: {
|
|
494
508
|
[key: string]: string;
|
|
495
509
|
};
|
|
496
|
-
statusCode
|
|
497
|
-
body
|
|
510
|
+
statusCode?: number;
|
|
511
|
+
body?: ConfigureSynchronizationJobResponseBody;
|
|
498
512
|
static names(): {
|
|
499
513
|
[key: string]: string;
|
|
500
514
|
};
|
|
@@ -514,6 +528,7 @@ export declare class ConfigureSynchronizationJobAlertRequest extends $tea.Model
|
|
|
514
528
|
errorAlertStatus?: string;
|
|
515
529
|
ownerId?: string;
|
|
516
530
|
regionId?: string;
|
|
531
|
+
resourceGroupId?: string;
|
|
517
532
|
synchronizationDirection?: string;
|
|
518
533
|
synchronizationJobId?: string;
|
|
519
534
|
static names(): {
|
|
@@ -542,11 +557,11 @@ export declare class ConfigureSynchronizationJobAlertResponseBody extends $tea.M
|
|
|
542
557
|
});
|
|
543
558
|
}
|
|
544
559
|
export declare class ConfigureSynchronizationJobAlertResponse extends $tea.Model {
|
|
545
|
-
headers
|
|
560
|
+
headers?: {
|
|
546
561
|
[key: string]: string;
|
|
547
562
|
};
|
|
548
|
-
statusCode
|
|
549
|
-
body
|
|
563
|
+
statusCode?: number;
|
|
564
|
+
body?: ConfigureSynchronizationJobAlertResponseBody;
|
|
550
565
|
static names(): {
|
|
551
566
|
[key: string]: string;
|
|
552
567
|
};
|
|
@@ -562,6 +577,7 @@ export declare class ConfigureSynchronizationJobReplicatorCompareRequest extends
|
|
|
562
577
|
clientToken?: string;
|
|
563
578
|
ownerId?: string;
|
|
564
579
|
regionId?: string;
|
|
580
|
+
resourceGroupId?: string;
|
|
565
581
|
synchronizationDirection?: string;
|
|
566
582
|
synchronizationJobId?: string;
|
|
567
583
|
synchronizationReplicatorCompareEnable?: boolean;
|
|
@@ -591,11 +607,11 @@ export declare class ConfigureSynchronizationJobReplicatorCompareResponseBody ex
|
|
|
591
607
|
});
|
|
592
608
|
}
|
|
593
609
|
export declare class ConfigureSynchronizationJobReplicatorCompareResponse extends $tea.Model {
|
|
594
|
-
headers
|
|
610
|
+
headers?: {
|
|
595
611
|
[key: string]: string;
|
|
596
612
|
};
|
|
597
|
-
statusCode
|
|
598
|
-
body
|
|
613
|
+
statusCode?: number;
|
|
614
|
+
body?: ConfigureSynchronizationJobReplicatorCompareResponseBody;
|
|
599
615
|
static names(): {
|
|
600
616
|
[key: string]: string;
|
|
601
617
|
};
|
|
@@ -613,6 +629,7 @@ export declare class CountJobByConditionRequest extends $tea.Model {
|
|
|
613
629
|
params?: string;
|
|
614
630
|
region?: string;
|
|
615
631
|
regionId?: string;
|
|
632
|
+
resourceGroupId?: string;
|
|
616
633
|
srcDbType?: string;
|
|
617
634
|
status?: string;
|
|
618
635
|
type?: string;
|
|
@@ -646,11 +663,11 @@ export declare class CountJobByConditionResponseBody extends $tea.Model {
|
|
|
646
663
|
});
|
|
647
664
|
}
|
|
648
665
|
export declare class CountJobByConditionResponse extends $tea.Model {
|
|
649
|
-
headers
|
|
666
|
+
headers?: {
|
|
650
667
|
[key: string]: string;
|
|
651
668
|
};
|
|
652
|
-
statusCode
|
|
653
|
-
body
|
|
669
|
+
statusCode?: number;
|
|
670
|
+
body?: CountJobByConditionResponseBody;
|
|
654
671
|
static names(): {
|
|
655
672
|
[key: string]: string;
|
|
656
673
|
};
|
|
@@ -668,6 +685,7 @@ export declare class CreateConsumerChannelRequest extends $tea.Model {
|
|
|
668
685
|
dtsInstanceId?: string;
|
|
669
686
|
dtsJobId?: string;
|
|
670
687
|
regionId?: string;
|
|
688
|
+
resourceGroupId?: string;
|
|
671
689
|
static names(): {
|
|
672
690
|
[key: string]: string;
|
|
673
691
|
};
|
|
@@ -696,11 +714,11 @@ export declare class CreateConsumerChannelResponseBody extends $tea.Model {
|
|
|
696
714
|
});
|
|
697
715
|
}
|
|
698
716
|
export declare class CreateConsumerChannelResponse extends $tea.Model {
|
|
699
|
-
headers
|
|
717
|
+
headers?: {
|
|
700
718
|
[key: string]: string;
|
|
701
719
|
};
|
|
702
|
-
statusCode
|
|
703
|
-
body
|
|
720
|
+
statusCode?: number;
|
|
721
|
+
body?: CreateConsumerChannelResponseBody;
|
|
704
722
|
static names(): {
|
|
705
723
|
[key: string]: string;
|
|
706
724
|
};
|
|
@@ -718,6 +736,7 @@ export declare class CreateConsumerGroupRequest extends $tea.Model {
|
|
|
718
736
|
consumerGroupUserName?: string;
|
|
719
737
|
ownerId?: string;
|
|
720
738
|
regionId?: string;
|
|
739
|
+
resourceGroupId?: string;
|
|
721
740
|
subscriptionInstanceId?: string;
|
|
722
741
|
static names(): {
|
|
723
742
|
[key: string]: string;
|
|
@@ -746,11 +765,11 @@ export declare class CreateConsumerGroupResponseBody extends $tea.Model {
|
|
|
746
765
|
});
|
|
747
766
|
}
|
|
748
767
|
export declare class CreateConsumerGroupResponse extends $tea.Model {
|
|
749
|
-
headers
|
|
768
|
+
headers?: {
|
|
750
769
|
[key: string]: string;
|
|
751
770
|
};
|
|
752
|
-
statusCode
|
|
753
|
-
body
|
|
771
|
+
statusCode?: number;
|
|
772
|
+
body?: CreateConsumerGroupResponseBody;
|
|
754
773
|
static names(): {
|
|
755
774
|
[key: string]: string;
|
|
756
775
|
};
|
|
@@ -772,6 +791,7 @@ export declare class CreateDedicatedClusterMonitorRuleRequest extends $tea.Model
|
|
|
772
791
|
ownerId?: string;
|
|
773
792
|
phones?: string;
|
|
774
793
|
regionId?: string;
|
|
794
|
+
resourceGroupId?: string;
|
|
775
795
|
static names(): {
|
|
776
796
|
[key: string]: string;
|
|
777
797
|
};
|
|
@@ -799,11 +819,11 @@ export declare class CreateDedicatedClusterMonitorRuleResponseBody extends $tea.
|
|
|
799
819
|
});
|
|
800
820
|
}
|
|
801
821
|
export declare class CreateDedicatedClusterMonitorRuleResponse extends $tea.Model {
|
|
802
|
-
headers
|
|
822
|
+
headers?: {
|
|
803
823
|
[key: string]: string;
|
|
804
824
|
};
|
|
805
|
-
statusCode
|
|
806
|
-
body
|
|
825
|
+
statusCode?: number;
|
|
826
|
+
body?: CreateDedicatedClusterMonitorRuleResponseBody;
|
|
807
827
|
static names(): {
|
|
808
828
|
[key: string]: string;
|
|
809
829
|
};
|
|
@@ -825,6 +845,8 @@ export declare class CreateDtsInstanceRequest extends $tea.Model {
|
|
|
825
845
|
feeType?: string;
|
|
826
846
|
instanceClass?: string;
|
|
827
847
|
jobId?: string;
|
|
848
|
+
maxDu?: number;
|
|
849
|
+
minDu?: number;
|
|
828
850
|
payType?: string;
|
|
829
851
|
period?: string;
|
|
830
852
|
quantity?: number;
|
|
@@ -863,11 +885,11 @@ export declare class CreateDtsInstanceResponseBody extends $tea.Model {
|
|
|
863
885
|
});
|
|
864
886
|
}
|
|
865
887
|
export declare class CreateDtsInstanceResponse extends $tea.Model {
|
|
866
|
-
headers
|
|
888
|
+
headers?: {
|
|
867
889
|
[key: string]: string;
|
|
868
890
|
};
|
|
869
|
-
statusCode
|
|
870
|
-
body
|
|
891
|
+
statusCode?: number;
|
|
892
|
+
body?: CreateDtsInstanceResponseBody;
|
|
871
893
|
static names(): {
|
|
872
894
|
[key: string]: string;
|
|
873
895
|
};
|
|
@@ -885,6 +907,7 @@ export declare class CreateJobMonitorRuleRequest extends $tea.Model {
|
|
|
885
907
|
period?: number;
|
|
886
908
|
phone?: string;
|
|
887
909
|
regionId?: string;
|
|
910
|
+
resourceGroupId?: string;
|
|
888
911
|
state?: string;
|
|
889
912
|
times?: number;
|
|
890
913
|
type?: string;
|
|
@@ -918,11 +941,11 @@ export declare class CreateJobMonitorRuleResponseBody extends $tea.Model {
|
|
|
918
941
|
});
|
|
919
942
|
}
|
|
920
943
|
export declare class CreateJobMonitorRuleResponse extends $tea.Model {
|
|
921
|
-
headers
|
|
944
|
+
headers?: {
|
|
922
945
|
[key: string]: string;
|
|
923
946
|
};
|
|
924
|
-
statusCode
|
|
925
|
-
body
|
|
947
|
+
statusCode?: number;
|
|
948
|
+
body?: CreateJobMonitorRuleResponseBody;
|
|
926
949
|
static names(): {
|
|
927
950
|
[key: string]: string;
|
|
928
951
|
};
|
|
@@ -940,6 +963,7 @@ export declare class CreateMigrationJobRequest extends $tea.Model {
|
|
|
940
963
|
ownerId?: string;
|
|
941
964
|
region?: string;
|
|
942
965
|
regionId?: string;
|
|
966
|
+
resourceGroupId?: string;
|
|
943
967
|
static names(): {
|
|
944
968
|
[key: string]: string;
|
|
945
969
|
};
|
|
@@ -967,11 +991,58 @@ export declare class CreateMigrationJobResponseBody extends $tea.Model {
|
|
|
967
991
|
});
|
|
968
992
|
}
|
|
969
993
|
export declare class CreateMigrationJobResponse extends $tea.Model {
|
|
970
|
-
headers
|
|
994
|
+
headers?: {
|
|
995
|
+
[key: string]: string;
|
|
996
|
+
};
|
|
997
|
+
statusCode?: number;
|
|
998
|
+
body?: CreateMigrationJobResponseBody;
|
|
999
|
+
static names(): {
|
|
1000
|
+
[key: string]: string;
|
|
1001
|
+
};
|
|
1002
|
+
static types(): {
|
|
1003
|
+
[key: string]: any;
|
|
1004
|
+
};
|
|
1005
|
+
constructor(map?: {
|
|
1006
|
+
[key: string]: any;
|
|
1007
|
+
});
|
|
1008
|
+
}
|
|
1009
|
+
export declare class CreateReverseDtsJobRequest extends $tea.Model {
|
|
1010
|
+
dtsJobId?: string;
|
|
1011
|
+
resourceGroupId?: string;
|
|
1012
|
+
static names(): {
|
|
1013
|
+
[key: string]: string;
|
|
1014
|
+
};
|
|
1015
|
+
static types(): {
|
|
1016
|
+
[key: string]: any;
|
|
1017
|
+
};
|
|
1018
|
+
constructor(map?: {
|
|
1019
|
+
[key: string]: any;
|
|
1020
|
+
});
|
|
1021
|
+
}
|
|
1022
|
+
export declare class CreateReverseDtsJobResponseBody extends $tea.Model {
|
|
1023
|
+
dtsInstanceId?: string;
|
|
1024
|
+
dtsJobId?: string;
|
|
1025
|
+
errCode?: string;
|
|
1026
|
+
errMessage?: string;
|
|
1027
|
+
httpStatusCode?: string;
|
|
1028
|
+
requestId?: string;
|
|
1029
|
+
success?: string;
|
|
1030
|
+
static names(): {
|
|
971
1031
|
[key: string]: string;
|
|
972
1032
|
};
|
|
973
|
-
|
|
974
|
-
|
|
1033
|
+
static types(): {
|
|
1034
|
+
[key: string]: any;
|
|
1035
|
+
};
|
|
1036
|
+
constructor(map?: {
|
|
1037
|
+
[key: string]: any;
|
|
1038
|
+
});
|
|
1039
|
+
}
|
|
1040
|
+
export declare class CreateReverseDtsJobResponse extends $tea.Model {
|
|
1041
|
+
headers?: {
|
|
1042
|
+
[key: string]: string;
|
|
1043
|
+
};
|
|
1044
|
+
statusCode?: number;
|
|
1045
|
+
body?: CreateReverseDtsJobResponseBody;
|
|
975
1046
|
static names(): {
|
|
976
1047
|
[key: string]: string;
|
|
977
1048
|
};
|
|
@@ -991,6 +1062,7 @@ export declare class CreateSubscriptionInstanceRequest extends $tea.Model {
|
|
|
991
1062
|
period?: string;
|
|
992
1063
|
region?: string;
|
|
993
1064
|
regionId?: string;
|
|
1065
|
+
resourceGroupId?: string;
|
|
994
1066
|
usedTime?: number;
|
|
995
1067
|
static names(): {
|
|
996
1068
|
[key: string]: string;
|
|
@@ -1019,11 +1091,11 @@ export declare class CreateSubscriptionInstanceResponseBody extends $tea.Model {
|
|
|
1019
1091
|
});
|
|
1020
1092
|
}
|
|
1021
1093
|
export declare class CreateSubscriptionInstanceResponse extends $tea.Model {
|
|
1022
|
-
headers
|
|
1094
|
+
headers?: {
|
|
1023
1095
|
[key: string]: string;
|
|
1024
1096
|
};
|
|
1025
|
-
statusCode
|
|
1026
|
-
body
|
|
1097
|
+
statusCode?: number;
|
|
1098
|
+
body?: CreateSubscriptionInstanceResponseBody;
|
|
1027
1099
|
static names(): {
|
|
1028
1100
|
[key: string]: string;
|
|
1029
1101
|
};
|
|
@@ -1045,6 +1117,7 @@ export declare class CreateSynchronizationJobRequest extends $tea.Model {
|
|
|
1045
1117
|
payType?: string;
|
|
1046
1118
|
period?: string;
|
|
1047
1119
|
regionId?: string;
|
|
1120
|
+
resourceGroupId?: string;
|
|
1048
1121
|
sourceRegion?: string;
|
|
1049
1122
|
synchronizationJobClass?: string;
|
|
1050
1123
|
topology?: string;
|
|
@@ -1077,11 +1150,11 @@ export declare class CreateSynchronizationJobResponseBody extends $tea.Model {
|
|
|
1077
1150
|
});
|
|
1078
1151
|
}
|
|
1079
1152
|
export declare class CreateSynchronizationJobResponse extends $tea.Model {
|
|
1080
|
-
headers
|
|
1153
|
+
headers?: {
|
|
1081
1154
|
[key: string]: string;
|
|
1082
1155
|
};
|
|
1083
|
-
statusCode
|
|
1084
|
-
body
|
|
1156
|
+
statusCode?: number;
|
|
1157
|
+
body?: CreateSynchronizationJobResponseBody;
|
|
1085
1158
|
static names(): {
|
|
1086
1159
|
[key: string]: string;
|
|
1087
1160
|
};
|
|
@@ -1097,6 +1170,7 @@ export declare class DeleteConsumerChannelRequest extends $tea.Model {
|
|
|
1097
1170
|
dtsInstanceId?: string;
|
|
1098
1171
|
dtsJobId?: string;
|
|
1099
1172
|
regionId?: string;
|
|
1173
|
+
resourceGroupId?: string;
|
|
1100
1174
|
static names(): {
|
|
1101
1175
|
[key: string]: string;
|
|
1102
1176
|
};
|
|
@@ -1124,11 +1198,11 @@ export declare class DeleteConsumerChannelResponseBody extends $tea.Model {
|
|
|
1124
1198
|
});
|
|
1125
1199
|
}
|
|
1126
1200
|
export declare class DeleteConsumerChannelResponse extends $tea.Model {
|
|
1127
|
-
headers
|
|
1201
|
+
headers?: {
|
|
1128
1202
|
[key: string]: string;
|
|
1129
1203
|
};
|
|
1130
|
-
statusCode
|
|
1131
|
-
body
|
|
1204
|
+
statusCode?: number;
|
|
1205
|
+
body?: DeleteConsumerChannelResponseBody;
|
|
1132
1206
|
static names(): {
|
|
1133
1207
|
[key: string]: string;
|
|
1134
1208
|
};
|
|
@@ -1144,6 +1218,7 @@ export declare class DeleteConsumerGroupRequest extends $tea.Model {
|
|
|
1144
1218
|
consumerGroupID?: string;
|
|
1145
1219
|
ownerId?: string;
|
|
1146
1220
|
regionId?: string;
|
|
1221
|
+
resourceGroupId?: string;
|
|
1147
1222
|
subscriptionInstanceId?: string;
|
|
1148
1223
|
static names(): {
|
|
1149
1224
|
[key: string]: string;
|
|
@@ -1171,11 +1246,11 @@ export declare class DeleteConsumerGroupResponseBody extends $tea.Model {
|
|
|
1171
1246
|
});
|
|
1172
1247
|
}
|
|
1173
1248
|
export declare class DeleteConsumerGroupResponse extends $tea.Model {
|
|
1174
|
-
headers
|
|
1249
|
+
headers?: {
|
|
1175
1250
|
[key: string]: string;
|
|
1176
1251
|
};
|
|
1177
|
-
statusCode
|
|
1178
|
-
body
|
|
1252
|
+
statusCode?: number;
|
|
1253
|
+
body?: DeleteConsumerGroupResponseBody;
|
|
1179
1254
|
static names(): {
|
|
1180
1255
|
[key: string]: string;
|
|
1181
1256
|
};
|
|
@@ -1191,7 +1266,9 @@ export declare class DeleteDtsJobRequest extends $tea.Model {
|
|
|
1191
1266
|
dtsJobId?: string;
|
|
1192
1267
|
jobType?: string;
|
|
1193
1268
|
regionId?: string;
|
|
1269
|
+
resourceGroupId?: string;
|
|
1194
1270
|
synchronizationDirection?: string;
|
|
1271
|
+
zeroEtlJob?: boolean;
|
|
1195
1272
|
static names(): {
|
|
1196
1273
|
[key: string]: string;
|
|
1197
1274
|
};
|
|
@@ -1221,11 +1298,11 @@ export declare class DeleteDtsJobResponseBody extends $tea.Model {
|
|
|
1221
1298
|
});
|
|
1222
1299
|
}
|
|
1223
1300
|
export declare class DeleteDtsJobResponse extends $tea.Model {
|
|
1224
|
-
headers
|
|
1301
|
+
headers?: {
|
|
1225
1302
|
[key: string]: string;
|
|
1226
1303
|
};
|
|
1227
|
-
statusCode
|
|
1228
|
-
body
|
|
1304
|
+
statusCode?: number;
|
|
1305
|
+
body?: DeleteDtsJobResponseBody;
|
|
1229
1306
|
static names(): {
|
|
1230
1307
|
[key: string]: string;
|
|
1231
1308
|
};
|
|
@@ -1239,6 +1316,8 @@ export declare class DeleteDtsJobResponse extends $tea.Model {
|
|
|
1239
1316
|
export declare class DeleteDtsJobsRequest extends $tea.Model {
|
|
1240
1317
|
dtsJobIds?: string;
|
|
1241
1318
|
regionId?: string;
|
|
1319
|
+
resourceGroupId?: string;
|
|
1320
|
+
zeroEtlJob?: boolean;
|
|
1242
1321
|
static names(): {
|
|
1243
1322
|
[key: string]: string;
|
|
1244
1323
|
};
|
|
@@ -1268,11 +1347,11 @@ export declare class DeleteDtsJobsResponseBody extends $tea.Model {
|
|
|
1268
1347
|
});
|
|
1269
1348
|
}
|
|
1270
1349
|
export declare class DeleteDtsJobsResponse extends $tea.Model {
|
|
1271
|
-
headers
|
|
1350
|
+
headers?: {
|
|
1272
1351
|
[key: string]: string;
|
|
1273
1352
|
};
|
|
1274
|
-
statusCode
|
|
1275
|
-
body
|
|
1353
|
+
statusCode?: number;
|
|
1354
|
+
body?: DeleteDtsJobsResponseBody;
|
|
1276
1355
|
static names(): {
|
|
1277
1356
|
[key: string]: string;
|
|
1278
1357
|
};
|
|
@@ -1288,6 +1367,7 @@ export declare class DeleteMigrationJobRequest extends $tea.Model {
|
|
|
1288
1367
|
migrationJobId?: string;
|
|
1289
1368
|
ownerId?: string;
|
|
1290
1369
|
regionId?: string;
|
|
1370
|
+
resourceGroupId?: string;
|
|
1291
1371
|
static names(): {
|
|
1292
1372
|
[key: string]: string;
|
|
1293
1373
|
};
|
|
@@ -1314,11 +1394,11 @@ export declare class DeleteMigrationJobResponseBody extends $tea.Model {
|
|
|
1314
1394
|
});
|
|
1315
1395
|
}
|
|
1316
1396
|
export declare class DeleteMigrationJobResponse extends $tea.Model {
|
|
1317
|
-
headers
|
|
1397
|
+
headers?: {
|
|
1318
1398
|
[key: string]: string;
|
|
1319
1399
|
};
|
|
1320
|
-
statusCode
|
|
1321
|
-
body
|
|
1400
|
+
statusCode?: number;
|
|
1401
|
+
body?: DeleteMigrationJobResponseBody;
|
|
1322
1402
|
static names(): {
|
|
1323
1403
|
[key: string]: string;
|
|
1324
1404
|
};
|
|
@@ -1333,6 +1413,7 @@ export declare class DeleteSubscriptionInstanceRequest extends $tea.Model {
|
|
|
1333
1413
|
accountId?: string;
|
|
1334
1414
|
ownerId?: string;
|
|
1335
1415
|
regionId?: string;
|
|
1416
|
+
resourceGroupId?: string;
|
|
1336
1417
|
subscriptionInstanceId?: string;
|
|
1337
1418
|
static names(): {
|
|
1338
1419
|
[key: string]: string;
|
|
@@ -1360,11 +1441,11 @@ export declare class DeleteSubscriptionInstanceResponseBody extends $tea.Model {
|
|
|
1360
1441
|
});
|
|
1361
1442
|
}
|
|
1362
1443
|
export declare class DeleteSubscriptionInstanceResponse extends $tea.Model {
|
|
1363
|
-
headers
|
|
1444
|
+
headers?: {
|
|
1364
1445
|
[key: string]: string;
|
|
1365
1446
|
};
|
|
1366
|
-
statusCode
|
|
1367
|
-
body
|
|
1447
|
+
statusCode?: number;
|
|
1448
|
+
body?: DeleteSubscriptionInstanceResponseBody;
|
|
1368
1449
|
static names(): {
|
|
1369
1450
|
[key: string]: string;
|
|
1370
1451
|
};
|
|
@@ -1379,6 +1460,7 @@ export declare class DeleteSynchronizationJobRequest extends $tea.Model {
|
|
|
1379
1460
|
accountId?: string;
|
|
1380
1461
|
ownerId?: string;
|
|
1381
1462
|
regionId?: string;
|
|
1463
|
+
resourceGroupId?: string;
|
|
1382
1464
|
synchronizationJobId?: string;
|
|
1383
1465
|
static names(): {
|
|
1384
1466
|
[key: string]: string;
|
|
@@ -1406,11 +1488,11 @@ export declare class DeleteSynchronizationJobResponseBody extends $tea.Model {
|
|
|
1406
1488
|
});
|
|
1407
1489
|
}
|
|
1408
1490
|
export declare class DeleteSynchronizationJobResponse extends $tea.Model {
|
|
1409
|
-
headers
|
|
1491
|
+
headers?: {
|
|
1410
1492
|
[key: string]: string;
|
|
1411
1493
|
};
|
|
1412
|
-
statusCode
|
|
1413
|
-
body
|
|
1494
|
+
statusCode?: number;
|
|
1495
|
+
body?: DeleteSynchronizationJobResponseBody;
|
|
1414
1496
|
static names(): {
|
|
1415
1497
|
[key: string]: string;
|
|
1416
1498
|
};
|
|
@@ -1460,11 +1542,11 @@ export declare class DescribeChannelAccountResponseBody extends $tea.Model {
|
|
|
1460
1542
|
});
|
|
1461
1543
|
}
|
|
1462
1544
|
export declare class DescribeChannelAccountResponse extends $tea.Model {
|
|
1463
|
-
headers
|
|
1545
|
+
headers?: {
|
|
1464
1546
|
[key: string]: string;
|
|
1465
1547
|
};
|
|
1466
|
-
statusCode
|
|
1467
|
-
body
|
|
1548
|
+
statusCode?: number;
|
|
1549
|
+
body?: DescribeChannelAccountResponseBody;
|
|
1468
1550
|
static names(): {
|
|
1469
1551
|
[key: string]: string;
|
|
1470
1552
|
};
|
|
@@ -1481,6 +1563,7 @@ export declare class DescribeCheckJobsRequest extends $tea.Model {
|
|
|
1481
1563
|
jobName?: string;
|
|
1482
1564
|
pageNumber?: number;
|
|
1483
1565
|
pageSize?: number;
|
|
1566
|
+
resourceGroupId?: string;
|
|
1484
1567
|
static names(): {
|
|
1485
1568
|
[key: string]: string;
|
|
1486
1569
|
};
|
|
@@ -1514,11 +1597,11 @@ export declare class DescribeCheckJobsResponseBody extends $tea.Model {
|
|
|
1514
1597
|
});
|
|
1515
1598
|
}
|
|
1516
1599
|
export declare class DescribeCheckJobsResponse extends $tea.Model {
|
|
1517
|
-
headers
|
|
1600
|
+
headers?: {
|
|
1518
1601
|
[key: string]: string;
|
|
1519
1602
|
};
|
|
1520
|
-
statusCode
|
|
1521
|
-
body
|
|
1603
|
+
statusCode?: number;
|
|
1604
|
+
body?: DescribeCheckJobsResponseBody;
|
|
1522
1605
|
static names(): {
|
|
1523
1606
|
[key: string]: string;
|
|
1524
1607
|
};
|
|
@@ -1538,6 +1621,7 @@ export declare class DescribeClusterOperateLogsRequest extends $tea.Model {
|
|
|
1538
1621
|
ownerID?: string;
|
|
1539
1622
|
pageNumber?: number;
|
|
1540
1623
|
pageSize?: number;
|
|
1624
|
+
resourceGroupId?: string;
|
|
1541
1625
|
startTime?: number;
|
|
1542
1626
|
static names(): {
|
|
1543
1627
|
[key: string]: string;
|
|
@@ -1572,11 +1656,11 @@ export declare class DescribeClusterOperateLogsResponseBody extends $tea.Model {
|
|
|
1572
1656
|
});
|
|
1573
1657
|
}
|
|
1574
1658
|
export declare class DescribeClusterOperateLogsResponse extends $tea.Model {
|
|
1575
|
-
headers
|
|
1659
|
+
headers?: {
|
|
1576
1660
|
[key: string]: string;
|
|
1577
1661
|
};
|
|
1578
|
-
statusCode
|
|
1579
|
-
body
|
|
1662
|
+
statusCode?: number;
|
|
1663
|
+
body?: DescribeClusterOperateLogsResponseBody;
|
|
1580
1664
|
static names(): {
|
|
1581
1665
|
[key: string]: string;
|
|
1582
1666
|
};
|
|
@@ -1596,6 +1680,7 @@ export declare class DescribeClusterUsedUtilizationRequest extends $tea.Model {
|
|
|
1596
1680
|
metricType?: string;
|
|
1597
1681
|
ownerID?: string;
|
|
1598
1682
|
regionId?: string;
|
|
1683
|
+
resourceGroupId?: string;
|
|
1599
1684
|
securityToken?: string;
|
|
1600
1685
|
static names(): {
|
|
1601
1686
|
[key: string]: string;
|
|
@@ -1636,11 +1721,11 @@ export declare class DescribeClusterUsedUtilizationResponseBody extends $tea.Mod
|
|
|
1636
1721
|
});
|
|
1637
1722
|
}
|
|
1638
1723
|
export declare class DescribeClusterUsedUtilizationResponse extends $tea.Model {
|
|
1639
|
-
headers
|
|
1724
|
+
headers?: {
|
|
1640
1725
|
[key: string]: string;
|
|
1641
1726
|
};
|
|
1642
|
-
statusCode
|
|
1643
|
-
body
|
|
1727
|
+
statusCode?: number;
|
|
1728
|
+
body?: DescribeClusterUsedUtilizationResponseBody;
|
|
1644
1729
|
static names(): {
|
|
1645
1730
|
[key: string]: string;
|
|
1646
1731
|
};
|
|
@@ -1664,6 +1749,7 @@ export declare class DescribeConnectionStatusRequest extends $tea.Model {
|
|
|
1664
1749
|
destinationEndpointRegion?: string;
|
|
1665
1750
|
destinationEndpointUserName?: string;
|
|
1666
1751
|
regionId?: string;
|
|
1752
|
+
resourceGroupId?: string;
|
|
1667
1753
|
sourceEndpointArchitecture?: string;
|
|
1668
1754
|
sourceEndpointDatabaseName?: string;
|
|
1669
1755
|
sourceEndpointEngineName?: string;
|
|
@@ -1707,11 +1793,11 @@ export declare class DescribeConnectionStatusResponseBody extends $tea.Model {
|
|
|
1707
1793
|
});
|
|
1708
1794
|
}
|
|
1709
1795
|
export declare class DescribeConnectionStatusResponse extends $tea.Model {
|
|
1710
|
-
headers
|
|
1796
|
+
headers?: {
|
|
1711
1797
|
[key: string]: string;
|
|
1712
1798
|
};
|
|
1713
|
-
statusCode
|
|
1714
|
-
body
|
|
1799
|
+
statusCode?: number;
|
|
1800
|
+
body?: DescribeConnectionStatusResponseBody;
|
|
1715
1801
|
static names(): {
|
|
1716
1802
|
[key: string]: string;
|
|
1717
1803
|
};
|
|
@@ -1729,6 +1815,7 @@ export declare class DescribeConsumerChannelRequest extends $tea.Model {
|
|
|
1729
1815
|
pageSize?: number;
|
|
1730
1816
|
parentChannelId?: string;
|
|
1731
1817
|
regionId?: string;
|
|
1818
|
+
resourceGroupId?: string;
|
|
1732
1819
|
static names(): {
|
|
1733
1820
|
[key: string]: string;
|
|
1734
1821
|
};
|
|
@@ -1760,11 +1847,11 @@ export declare class DescribeConsumerChannelResponseBody extends $tea.Model {
|
|
|
1760
1847
|
});
|
|
1761
1848
|
}
|
|
1762
1849
|
export declare class DescribeConsumerChannelResponse extends $tea.Model {
|
|
1763
|
-
headers
|
|
1850
|
+
headers?: {
|
|
1764
1851
|
[key: string]: string;
|
|
1765
1852
|
};
|
|
1766
|
-
statusCode
|
|
1767
|
-
body
|
|
1853
|
+
statusCode?: number;
|
|
1854
|
+
body?: DescribeConsumerChannelResponseBody;
|
|
1768
1855
|
static names(): {
|
|
1769
1856
|
[key: string]: string;
|
|
1770
1857
|
};
|
|
@@ -1781,6 +1868,7 @@ export declare class DescribeConsumerGroupRequest extends $tea.Model {
|
|
|
1781
1868
|
pageNum?: number;
|
|
1782
1869
|
pageSize?: number;
|
|
1783
1870
|
regionId?: string;
|
|
1871
|
+
resourceGroupId?: string;
|
|
1784
1872
|
subscriptionInstanceId?: string;
|
|
1785
1873
|
static names(): {
|
|
1786
1874
|
[key: string]: string;
|
|
@@ -1812,11 +1900,11 @@ export declare class DescribeConsumerGroupResponseBody extends $tea.Model {
|
|
|
1812
1900
|
});
|
|
1813
1901
|
}
|
|
1814
1902
|
export declare class DescribeConsumerGroupResponse extends $tea.Model {
|
|
1815
|
-
headers
|
|
1903
|
+
headers?: {
|
|
1816
1904
|
[key: string]: string;
|
|
1817
1905
|
};
|
|
1818
|
-
statusCode
|
|
1819
|
-
body
|
|
1906
|
+
statusCode?: number;
|
|
1907
|
+
body?: DescribeConsumerGroupResponseBody;
|
|
1820
1908
|
static names(): {
|
|
1821
1909
|
[key: string]: string;
|
|
1822
1910
|
};
|
|
@@ -1830,6 +1918,7 @@ export declare class DescribeConsumerGroupResponse extends $tea.Model {
|
|
|
1830
1918
|
export declare class DescribeDTSIPRequest extends $tea.Model {
|
|
1831
1919
|
destinationEndpointRegion?: string;
|
|
1832
1920
|
regionId?: string;
|
|
1921
|
+
resourceGroupId?: string;
|
|
1833
1922
|
sourceEndpointRegion?: string;
|
|
1834
1923
|
static names(): {
|
|
1835
1924
|
[key: string]: string;
|
|
@@ -1859,11 +1948,11 @@ export declare class DescribeDTSIPResponseBody extends $tea.Model {
|
|
|
1859
1948
|
});
|
|
1860
1949
|
}
|
|
1861
1950
|
export declare class DescribeDTSIPResponse extends $tea.Model {
|
|
1862
|
-
headers
|
|
1951
|
+
headers?: {
|
|
1863
1952
|
[key: string]: string;
|
|
1864
1953
|
};
|
|
1865
|
-
statusCode
|
|
1866
|
-
body
|
|
1954
|
+
statusCode?: number;
|
|
1955
|
+
body?: DescribeDTSIPResponseBody;
|
|
1867
1956
|
static names(): {
|
|
1868
1957
|
[key: string]: string;
|
|
1869
1958
|
};
|
|
@@ -1878,6 +1967,7 @@ export declare class DescribeDataCheckReportUrlRequest extends $tea.Model {
|
|
|
1878
1967
|
checkType?: number;
|
|
1879
1968
|
dbName?: string;
|
|
1880
1969
|
dtsJobId?: string;
|
|
1970
|
+
resourceGroupId?: string;
|
|
1881
1971
|
tbName?: string;
|
|
1882
1972
|
static names(): {
|
|
1883
1973
|
[key: string]: string;
|
|
@@ -1907,11 +1997,11 @@ export declare class DescribeDataCheckReportUrlResponseBody extends $tea.Model {
|
|
|
1907
1997
|
});
|
|
1908
1998
|
}
|
|
1909
1999
|
export declare class DescribeDataCheckReportUrlResponse extends $tea.Model {
|
|
1910
|
-
headers
|
|
2000
|
+
headers?: {
|
|
1911
2001
|
[key: string]: string;
|
|
1912
2002
|
};
|
|
1913
|
-
statusCode
|
|
1914
|
-
body
|
|
2003
|
+
statusCode?: number;
|
|
2004
|
+
body?: DescribeDataCheckReportUrlResponseBody;
|
|
1915
2005
|
static names(): {
|
|
1916
2006
|
[key: string]: string;
|
|
1917
2007
|
};
|
|
@@ -1927,6 +2017,7 @@ export declare class DescribeDataCheckTableDetailsRequest extends $tea.Model {
|
|
|
1927
2017
|
dtsJobId?: string;
|
|
1928
2018
|
pageNumber?: number;
|
|
1929
2019
|
pageSize?: number;
|
|
2020
|
+
resourceGroupId?: string;
|
|
1930
2021
|
schemaName?: string;
|
|
1931
2022
|
status?: string;
|
|
1932
2023
|
tableName?: string;
|
|
@@ -1964,11 +2055,11 @@ export declare class DescribeDataCheckTableDetailsResponseBody extends $tea.Mode
|
|
|
1964
2055
|
});
|
|
1965
2056
|
}
|
|
1966
2057
|
export declare class DescribeDataCheckTableDetailsResponse extends $tea.Model {
|
|
1967
|
-
headers
|
|
2058
|
+
headers?: {
|
|
1968
2059
|
[key: string]: string;
|
|
1969
2060
|
};
|
|
1970
|
-
statusCode
|
|
1971
|
-
body
|
|
2061
|
+
statusCode?: number;
|
|
2062
|
+
body?: DescribeDataCheckTableDetailsResponseBody;
|
|
1972
2063
|
static names(): {
|
|
1973
2064
|
[key: string]: string;
|
|
1974
2065
|
};
|
|
@@ -1985,6 +2076,7 @@ export declare class DescribeDataCheckTableDiffDetailsRequest extends $tea.Model
|
|
|
1985
2076
|
dtsJobId?: string;
|
|
1986
2077
|
pageNumber?: number;
|
|
1987
2078
|
pageSize?: number;
|
|
2079
|
+
resourceGroupId?: string;
|
|
1988
2080
|
tbName?: string;
|
|
1989
2081
|
static names(): {
|
|
1990
2082
|
[key: string]: string;
|
|
@@ -2019,11 +2111,11 @@ export declare class DescribeDataCheckTableDiffDetailsResponseBody extends $tea.
|
|
|
2019
2111
|
});
|
|
2020
2112
|
}
|
|
2021
2113
|
export declare class DescribeDataCheckTableDiffDetailsResponse extends $tea.Model {
|
|
2022
|
-
headers
|
|
2114
|
+
headers?: {
|
|
2023
2115
|
[key: string]: string;
|
|
2024
2116
|
};
|
|
2025
|
-
statusCode
|
|
2026
|
-
body
|
|
2117
|
+
statusCode?: number;
|
|
2118
|
+
body?: DescribeDataCheckTableDiffDetailsResponseBody;
|
|
2027
2119
|
static names(): {
|
|
2028
2120
|
[key: string]: string;
|
|
2029
2121
|
};
|
|
@@ -2038,6 +2130,7 @@ export declare class DescribeDedicatedClusterRequest extends $tea.Model {
|
|
|
2038
2130
|
dedicatedClusterId?: string;
|
|
2039
2131
|
ownerId?: string;
|
|
2040
2132
|
regionId?: string;
|
|
2133
|
+
resourceGroupId?: string;
|
|
2041
2134
|
static names(): {
|
|
2042
2135
|
[key: string]: string;
|
|
2043
2136
|
};
|
|
@@ -2086,11 +2179,11 @@ export declare class DescribeDedicatedClusterResponseBody extends $tea.Model {
|
|
|
2086
2179
|
});
|
|
2087
2180
|
}
|
|
2088
2181
|
export declare class DescribeDedicatedClusterResponse extends $tea.Model {
|
|
2089
|
-
headers
|
|
2182
|
+
headers?: {
|
|
2090
2183
|
[key: string]: string;
|
|
2091
2184
|
};
|
|
2092
|
-
statusCode
|
|
2093
|
-
body
|
|
2185
|
+
statusCode?: number;
|
|
2186
|
+
body?: DescribeDedicatedClusterResponseBody;
|
|
2094
2187
|
static names(): {
|
|
2095
2188
|
[key: string]: string;
|
|
2096
2189
|
};
|
|
@@ -2105,6 +2198,7 @@ export declare class DescribeDedicatedClusterMonitorRuleRequest extends $tea.Mod
|
|
|
2105
2198
|
dedicatedClusterId?: string;
|
|
2106
2199
|
ownerId?: string;
|
|
2107
2200
|
regionId?: string;
|
|
2201
|
+
resourceGroupId?: string;
|
|
2108
2202
|
static names(): {
|
|
2109
2203
|
[key: string]: string;
|
|
2110
2204
|
};
|
|
@@ -2139,11 +2233,11 @@ export declare class DescribeDedicatedClusterMonitorRuleResponseBody extends $te
|
|
|
2139
2233
|
});
|
|
2140
2234
|
}
|
|
2141
2235
|
export declare class DescribeDedicatedClusterMonitorRuleResponse extends $tea.Model {
|
|
2142
|
-
headers
|
|
2236
|
+
headers?: {
|
|
2143
2237
|
[key: string]: string;
|
|
2144
2238
|
};
|
|
2145
|
-
statusCode
|
|
2146
|
-
body
|
|
2239
|
+
statusCode?: number;
|
|
2240
|
+
body?: DescribeDedicatedClusterMonitorRuleResponseBody;
|
|
2147
2241
|
static names(): {
|
|
2148
2242
|
[key: string]: string;
|
|
2149
2243
|
};
|
|
@@ -2160,6 +2254,7 @@ export declare class DescribeDtsEtlJobVersionInfoRequest extends $tea.Model {
|
|
|
2160
2254
|
pageNumber?: number;
|
|
2161
2255
|
pageSize?: number;
|
|
2162
2256
|
regionId?: string;
|
|
2257
|
+
resourceGroupId?: string;
|
|
2163
2258
|
static names(): {
|
|
2164
2259
|
[key: string]: string;
|
|
2165
2260
|
};
|
|
@@ -2193,11 +2288,11 @@ export declare class DescribeDtsEtlJobVersionInfoResponseBody extends $tea.Model
|
|
|
2193
2288
|
});
|
|
2194
2289
|
}
|
|
2195
2290
|
export declare class DescribeDtsEtlJobVersionInfoResponse extends $tea.Model {
|
|
2196
|
-
headers
|
|
2291
|
+
headers?: {
|
|
2197
2292
|
[key: string]: string;
|
|
2198
2293
|
};
|
|
2199
|
-
statusCode
|
|
2200
|
-
body
|
|
2294
|
+
statusCode?: number;
|
|
2295
|
+
body?: DescribeDtsEtlJobVersionInfoResponseBody;
|
|
2201
2296
|
static names(): {
|
|
2202
2297
|
[key: string]: string;
|
|
2203
2298
|
};
|
|
@@ -2212,8 +2307,10 @@ export declare class DescribeDtsJobDetailRequest extends $tea.Model {
|
|
|
2212
2307
|
dtsInstanceID?: string;
|
|
2213
2308
|
dtsJobId?: string;
|
|
2214
2309
|
regionId?: string;
|
|
2310
|
+
resourceGroupId?: string;
|
|
2215
2311
|
syncSubJobHistory?: boolean;
|
|
2216
2312
|
synchronizationDirection?: string;
|
|
2313
|
+
zeroEtlJob?: boolean;
|
|
2217
2314
|
static names(): {
|
|
2218
2315
|
[key: string]: string;
|
|
2219
2316
|
};
|
|
@@ -2263,7 +2360,9 @@ export declare class DescribeDtsJobDetailResponseBody extends $tea.Model {
|
|
|
2263
2360
|
httpStatusCode?: number;
|
|
2264
2361
|
jobType?: string;
|
|
2265
2362
|
lastUpdateTime?: string;
|
|
2363
|
+
maxDu?: number;
|
|
2266
2364
|
migrationMode?: DescribeDtsJobDetailResponseBodyMigrationMode;
|
|
2365
|
+
minDu?: number;
|
|
2267
2366
|
payType?: string;
|
|
2268
2367
|
requestId?: string;
|
|
2269
2368
|
reserved?: string;
|
|
@@ -2291,11 +2390,11 @@ export declare class DescribeDtsJobDetailResponseBody extends $tea.Model {
|
|
|
2291
2390
|
});
|
|
2292
2391
|
}
|
|
2293
2392
|
export declare class DescribeDtsJobDetailResponse extends $tea.Model {
|
|
2294
|
-
headers
|
|
2393
|
+
headers?: {
|
|
2295
2394
|
[key: string]: string;
|
|
2296
2395
|
};
|
|
2297
|
-
statusCode
|
|
2298
|
-
body
|
|
2396
|
+
statusCode?: number;
|
|
2397
|
+
body?: DescribeDtsJobDetailResponseBody;
|
|
2299
2398
|
static names(): {
|
|
2300
2399
|
[key: string]: string;
|
|
2301
2400
|
};
|
|
@@ -2312,6 +2411,8 @@ export declare class DescribeDtsJobsRequest extends $tea.Model {
|
|
|
2312
2411
|
dtsInstanceId?: string;
|
|
2313
2412
|
dtsJobId?: string;
|
|
2314
2413
|
groupId?: string;
|
|
2414
|
+
instanceId?: string;
|
|
2415
|
+
instanceType?: string;
|
|
2315
2416
|
jobType?: string;
|
|
2316
2417
|
orderColumn?: string;
|
|
2317
2418
|
orderDirection?: string;
|
|
@@ -2326,6 +2427,7 @@ export declare class DescribeDtsJobsRequest extends $tea.Model {
|
|
|
2326
2427
|
tags?: string;
|
|
2327
2428
|
type?: string;
|
|
2328
2429
|
withoutDbList?: boolean;
|
|
2430
|
+
zeroEtlJob?: boolean;
|
|
2329
2431
|
static names(): {
|
|
2330
2432
|
[key: string]: string;
|
|
2331
2433
|
};
|
|
@@ -2360,11 +2462,11 @@ export declare class DescribeDtsJobsResponseBody extends $tea.Model {
|
|
|
2360
2462
|
});
|
|
2361
2463
|
}
|
|
2362
2464
|
export declare class DescribeDtsJobsResponse extends $tea.Model {
|
|
2363
|
-
headers
|
|
2465
|
+
headers?: {
|
|
2364
2466
|
[key: string]: string;
|
|
2365
2467
|
};
|
|
2366
|
-
statusCode
|
|
2367
|
-
body
|
|
2468
|
+
statusCode?: number;
|
|
2469
|
+
body?: DescribeDtsJobsResponseBody;
|
|
2368
2470
|
static names(): {
|
|
2369
2471
|
[key: string]: string;
|
|
2370
2472
|
};
|
|
@@ -2382,9 +2484,11 @@ export declare class DescribeDtsServiceLogRequest extends $tea.Model {
|
|
|
2382
2484
|
pageNumber?: number;
|
|
2383
2485
|
pageSize?: number;
|
|
2384
2486
|
regionId?: string;
|
|
2487
|
+
resourceGroupId?: string;
|
|
2385
2488
|
startTime?: number;
|
|
2386
2489
|
status?: string;
|
|
2387
2490
|
subJobType?: string;
|
|
2491
|
+
zeroEtlJob?: boolean;
|
|
2388
2492
|
static names(): {
|
|
2389
2493
|
[key: string]: string;
|
|
2390
2494
|
};
|
|
@@ -2418,11 +2522,11 @@ export declare class DescribeDtsServiceLogResponseBody extends $tea.Model {
|
|
|
2418
2522
|
});
|
|
2419
2523
|
}
|
|
2420
2524
|
export declare class DescribeDtsServiceLogResponse extends $tea.Model {
|
|
2421
|
-
headers
|
|
2525
|
+
headers?: {
|
|
2422
2526
|
[key: string]: string;
|
|
2423
2527
|
};
|
|
2424
|
-
statusCode
|
|
2425
|
-
body
|
|
2528
|
+
statusCode?: number;
|
|
2529
|
+
body?: DescribeDtsServiceLogResponseBody;
|
|
2426
2530
|
static names(): {
|
|
2427
2531
|
[key: string]: string;
|
|
2428
2532
|
};
|
|
@@ -2438,6 +2542,7 @@ export declare class DescribeEndpointSwitchStatusRequest extends $tea.Model {
|
|
|
2438
2542
|
clientToken?: string;
|
|
2439
2543
|
ownerId?: string;
|
|
2440
2544
|
regionId?: string;
|
|
2545
|
+
resourceGroupId?: string;
|
|
2441
2546
|
taskId?: string;
|
|
2442
2547
|
static names(): {
|
|
2443
2548
|
[key: string]: string;
|
|
@@ -2467,11 +2572,11 @@ export declare class DescribeEndpointSwitchStatusResponseBody extends $tea.Model
|
|
|
2467
2572
|
});
|
|
2468
2573
|
}
|
|
2469
2574
|
export declare class DescribeEndpointSwitchStatusResponse extends $tea.Model {
|
|
2470
|
-
headers
|
|
2575
|
+
headers?: {
|
|
2471
2576
|
[key: string]: string;
|
|
2472
2577
|
};
|
|
2473
|
-
statusCode
|
|
2474
|
-
body
|
|
2578
|
+
statusCode?: number;
|
|
2579
|
+
body?: DescribeEndpointSwitchStatusResponseBody;
|
|
2475
2580
|
static names(): {
|
|
2476
2581
|
[key: string]: string;
|
|
2477
2582
|
};
|
|
@@ -2485,6 +2590,7 @@ export declare class DescribeEndpointSwitchStatusResponse extends $tea.Model {
|
|
|
2485
2590
|
export declare class DescribeEtlJobLogsRequest extends $tea.Model {
|
|
2486
2591
|
dtsJobId?: string;
|
|
2487
2592
|
regionId?: string;
|
|
2593
|
+
resourceGroupId?: string;
|
|
2488
2594
|
static names(): {
|
|
2489
2595
|
[key: string]: string;
|
|
2490
2596
|
};
|
|
@@ -2515,11 +2621,11 @@ export declare class DescribeEtlJobLogsResponseBody extends $tea.Model {
|
|
|
2515
2621
|
});
|
|
2516
2622
|
}
|
|
2517
2623
|
export declare class DescribeEtlJobLogsResponse extends $tea.Model {
|
|
2518
|
-
headers
|
|
2624
|
+
headers?: {
|
|
2519
2625
|
[key: string]: string;
|
|
2520
2626
|
};
|
|
2521
|
-
statusCode
|
|
2522
|
-
body
|
|
2627
|
+
statusCode?: number;
|
|
2628
|
+
body?: DescribeEtlJobLogsResponseBody;
|
|
2523
2629
|
static names(): {
|
|
2524
2630
|
[key: string]: string;
|
|
2525
2631
|
};
|
|
@@ -2536,6 +2642,7 @@ export declare class DescribeInitializationStatusRequest extends $tea.Model {
|
|
|
2536
2642
|
pageNum?: number;
|
|
2537
2643
|
pageSize?: number;
|
|
2538
2644
|
regionId?: string;
|
|
2645
|
+
resourceGroupId?: string;
|
|
2539
2646
|
synchronizationJobId?: string;
|
|
2540
2647
|
static names(): {
|
|
2541
2648
|
[key: string]: string;
|
|
@@ -2566,11 +2673,11 @@ export declare class DescribeInitializationStatusResponseBody extends $tea.Model
|
|
|
2566
2673
|
});
|
|
2567
2674
|
}
|
|
2568
2675
|
export declare class DescribeInitializationStatusResponse extends $tea.Model {
|
|
2569
|
-
headers
|
|
2676
|
+
headers?: {
|
|
2570
2677
|
[key: string]: string;
|
|
2571
2678
|
};
|
|
2572
|
-
statusCode
|
|
2573
|
-
body
|
|
2679
|
+
statusCode?: number;
|
|
2680
|
+
body?: DescribeInitializationStatusResponseBody;
|
|
2574
2681
|
static names(): {
|
|
2575
2682
|
[key: string]: string;
|
|
2576
2683
|
};
|
|
@@ -2584,6 +2691,7 @@ export declare class DescribeInitializationStatusResponse extends $tea.Model {
|
|
|
2584
2691
|
export declare class DescribeJobMonitorRuleRequest extends $tea.Model {
|
|
2585
2692
|
dtsJobId?: string;
|
|
2586
2693
|
regionId?: string;
|
|
2694
|
+
resourceGroupId?: string;
|
|
2587
2695
|
static names(): {
|
|
2588
2696
|
[key: string]: string;
|
|
2589
2697
|
};
|
|
@@ -2616,11 +2724,11 @@ export declare class DescribeJobMonitorRuleResponseBody extends $tea.Model {
|
|
|
2616
2724
|
});
|
|
2617
2725
|
}
|
|
2618
2726
|
export declare class DescribeJobMonitorRuleResponse extends $tea.Model {
|
|
2619
|
-
headers
|
|
2727
|
+
headers?: {
|
|
2620
2728
|
[key: string]: string;
|
|
2621
2729
|
};
|
|
2622
|
-
statusCode
|
|
2623
|
-
body
|
|
2730
|
+
statusCode?: number;
|
|
2731
|
+
body?: DescribeJobMonitorRuleResponseBody;
|
|
2624
2732
|
static names(): {
|
|
2625
2733
|
[key: string]: string;
|
|
2626
2734
|
};
|
|
@@ -2642,6 +2750,7 @@ export declare class DescribeMetricListRequest extends $tea.Model {
|
|
|
2642
2750
|
ownerID?: string;
|
|
2643
2751
|
param?: string;
|
|
2644
2752
|
period?: number;
|
|
2753
|
+
resourceGroupId?: string;
|
|
2645
2754
|
startTime?: number;
|
|
2646
2755
|
static names(): {
|
|
2647
2756
|
[key: string]: string;
|
|
@@ -2677,11 +2786,11 @@ export declare class DescribeMetricListResponseBody extends $tea.Model {
|
|
|
2677
2786
|
});
|
|
2678
2787
|
}
|
|
2679
2788
|
export declare class DescribeMetricListResponse extends $tea.Model {
|
|
2680
|
-
headers
|
|
2789
|
+
headers?: {
|
|
2681
2790
|
[key: string]: string;
|
|
2682
2791
|
};
|
|
2683
|
-
statusCode
|
|
2684
|
-
body
|
|
2792
|
+
statusCode?: number;
|
|
2793
|
+
body?: DescribeMetricListResponseBody;
|
|
2685
2794
|
static names(): {
|
|
2686
2795
|
[key: string]: string;
|
|
2687
2796
|
};
|
|
@@ -2698,6 +2807,7 @@ export declare class DescribeMigrationJobAlertRequest extends $tea.Model {
|
|
|
2698
2807
|
migrationJobId?: string;
|
|
2699
2808
|
ownerId?: string;
|
|
2700
2809
|
regionId?: string;
|
|
2810
|
+
resourceGroupId?: string;
|
|
2701
2811
|
static names(): {
|
|
2702
2812
|
[key: string]: string;
|
|
2703
2813
|
};
|
|
@@ -2731,11 +2841,11 @@ export declare class DescribeMigrationJobAlertResponseBody extends $tea.Model {
|
|
|
2731
2841
|
});
|
|
2732
2842
|
}
|
|
2733
2843
|
export declare class DescribeMigrationJobAlertResponse extends $tea.Model {
|
|
2734
|
-
headers
|
|
2844
|
+
headers?: {
|
|
2735
2845
|
[key: string]: string;
|
|
2736
2846
|
};
|
|
2737
|
-
statusCode
|
|
2738
|
-
body
|
|
2847
|
+
statusCode?: number;
|
|
2848
|
+
body?: DescribeMigrationJobAlertResponseBody;
|
|
2739
2849
|
static names(): {
|
|
2740
2850
|
[key: string]: string;
|
|
2741
2851
|
};
|
|
@@ -2755,6 +2865,7 @@ export declare class DescribeMigrationJobDetailRequest extends $tea.Model {
|
|
|
2755
2865
|
pageNum?: number;
|
|
2756
2866
|
pageSize?: number;
|
|
2757
2867
|
regionId?: string;
|
|
2868
|
+
resourceGroupId?: string;
|
|
2758
2869
|
static names(): {
|
|
2759
2870
|
[key: string]: string;
|
|
2760
2871
|
};
|
|
@@ -2787,11 +2898,11 @@ export declare class DescribeMigrationJobDetailResponseBody extends $tea.Model {
|
|
|
2787
2898
|
});
|
|
2788
2899
|
}
|
|
2789
2900
|
export declare class DescribeMigrationJobDetailResponse extends $tea.Model {
|
|
2790
|
-
headers
|
|
2901
|
+
headers?: {
|
|
2791
2902
|
[key: string]: string;
|
|
2792
2903
|
};
|
|
2793
|
-
statusCode
|
|
2794
|
-
body
|
|
2904
|
+
statusCode?: number;
|
|
2905
|
+
body?: DescribeMigrationJobDetailResponseBody;
|
|
2795
2906
|
static names(): {
|
|
2796
2907
|
[key: string]: string;
|
|
2797
2908
|
};
|
|
@@ -2808,6 +2919,7 @@ export declare class DescribeMigrationJobStatusRequest extends $tea.Model {
|
|
|
2808
2919
|
migrationJobId?: string;
|
|
2809
2920
|
ownerId?: string;
|
|
2810
2921
|
regionId?: string;
|
|
2922
|
+
resourceGroupId?: string;
|
|
2811
2923
|
static names(): {
|
|
2812
2924
|
[key: string]: string;
|
|
2813
2925
|
};
|
|
@@ -2848,11 +2960,11 @@ export declare class DescribeMigrationJobStatusResponseBody extends $tea.Model {
|
|
|
2848
2960
|
});
|
|
2849
2961
|
}
|
|
2850
2962
|
export declare class DescribeMigrationJobStatusResponse extends $tea.Model {
|
|
2851
|
-
headers
|
|
2963
|
+
headers?: {
|
|
2852
2964
|
[key: string]: string;
|
|
2853
2965
|
};
|
|
2854
|
-
statusCode
|
|
2855
|
-
body
|
|
2966
|
+
statusCode?: number;
|
|
2967
|
+
body?: DescribeMigrationJobStatusResponseBody;
|
|
2856
2968
|
static names(): {
|
|
2857
2969
|
[key: string]: string;
|
|
2858
2970
|
};
|
|
@@ -2870,6 +2982,7 @@ export declare class DescribeMigrationJobsRequest extends $tea.Model {
|
|
|
2870
2982
|
pageNum?: number;
|
|
2871
2983
|
pageSize?: number;
|
|
2872
2984
|
regionId?: string;
|
|
2985
|
+
resourceGroupId?: string;
|
|
2873
2986
|
tag?: DescribeMigrationJobsRequestTag[];
|
|
2874
2987
|
static names(): {
|
|
2875
2988
|
[key: string]: string;
|
|
@@ -2901,11 +3014,11 @@ export declare class DescribeMigrationJobsResponseBody extends $tea.Model {
|
|
|
2901
3014
|
});
|
|
2902
3015
|
}
|
|
2903
3016
|
export declare class DescribeMigrationJobsResponse extends $tea.Model {
|
|
2904
|
-
headers
|
|
3017
|
+
headers?: {
|
|
2905
3018
|
[key: string]: string;
|
|
2906
3019
|
};
|
|
2907
|
-
statusCode
|
|
2908
|
-
body
|
|
3020
|
+
statusCode?: number;
|
|
3021
|
+
body?: DescribeMigrationJobsResponseBody;
|
|
2909
3022
|
static names(): {
|
|
2910
3023
|
[key: string]: string;
|
|
2911
3024
|
};
|
|
@@ -2923,8 +3036,10 @@ export declare class DescribePreCheckStatusRequest extends $tea.Model {
|
|
|
2923
3036
|
pageNo?: string;
|
|
2924
3037
|
pageSize?: string;
|
|
2925
3038
|
regionId?: string;
|
|
3039
|
+
resourceGroupId?: string;
|
|
2926
3040
|
structPhase?: string;
|
|
2927
3041
|
structType?: string;
|
|
3042
|
+
zeroEtlJob?: boolean;
|
|
2928
3043
|
static names(): {
|
|
2929
3044
|
[key: string]: string;
|
|
2930
3045
|
};
|
|
@@ -2965,11 +3080,11 @@ export declare class DescribePreCheckStatusResponseBody extends $tea.Model {
|
|
|
2965
3080
|
});
|
|
2966
3081
|
}
|
|
2967
3082
|
export declare class DescribePreCheckStatusResponse extends $tea.Model {
|
|
2968
|
-
headers
|
|
3083
|
+
headers?: {
|
|
2969
3084
|
[key: string]: string;
|
|
2970
3085
|
};
|
|
2971
|
-
statusCode
|
|
2972
|
-
body
|
|
3086
|
+
statusCode?: number;
|
|
3087
|
+
body?: DescribePreCheckStatusResponseBody;
|
|
2973
3088
|
static names(): {
|
|
2974
3089
|
[key: string]: string;
|
|
2975
3090
|
};
|
|
@@ -2985,6 +3100,7 @@ export declare class DescribeSubscriptionInstanceAlertRequest extends $tea.Model
|
|
|
2985
3100
|
clientToken?: string;
|
|
2986
3101
|
ownerId?: string;
|
|
2987
3102
|
regionId?: string;
|
|
3103
|
+
resourceGroupId?: string;
|
|
2988
3104
|
subscriptionInstanceId?: string;
|
|
2989
3105
|
static names(): {
|
|
2990
3106
|
[key: string]: string;
|
|
@@ -3019,11 +3135,11 @@ export declare class DescribeSubscriptionInstanceAlertResponseBody extends $tea.
|
|
|
3019
3135
|
});
|
|
3020
3136
|
}
|
|
3021
3137
|
export declare class DescribeSubscriptionInstanceAlertResponse extends $tea.Model {
|
|
3022
|
-
headers
|
|
3138
|
+
headers?: {
|
|
3023
3139
|
[key: string]: string;
|
|
3024
3140
|
};
|
|
3025
|
-
statusCode
|
|
3026
|
-
body
|
|
3141
|
+
statusCode?: number;
|
|
3142
|
+
body?: DescribeSubscriptionInstanceAlertResponseBody;
|
|
3027
3143
|
static names(): {
|
|
3028
3144
|
[key: string]: string;
|
|
3029
3145
|
};
|
|
@@ -3038,6 +3154,7 @@ export declare class DescribeSubscriptionInstanceStatusRequest extends $tea.Mode
|
|
|
3038
3154
|
accountId?: string;
|
|
3039
3155
|
ownerId?: string;
|
|
3040
3156
|
regionId?: string;
|
|
3157
|
+
resourceGroupId?: string;
|
|
3041
3158
|
subscriptionInstanceId?: string;
|
|
3042
3159
|
static names(): {
|
|
3043
3160
|
[key: string]: string;
|
|
@@ -3080,11 +3197,11 @@ export declare class DescribeSubscriptionInstanceStatusResponseBody extends $tea
|
|
|
3080
3197
|
});
|
|
3081
3198
|
}
|
|
3082
3199
|
export declare class DescribeSubscriptionInstanceStatusResponse extends $tea.Model {
|
|
3083
|
-
headers
|
|
3200
|
+
headers?: {
|
|
3084
3201
|
[key: string]: string;
|
|
3085
3202
|
};
|
|
3086
|
-
statusCode
|
|
3087
|
-
body
|
|
3203
|
+
statusCode?: number;
|
|
3204
|
+
body?: DescribeSubscriptionInstanceStatusResponseBody;
|
|
3088
3205
|
static names(): {
|
|
3089
3206
|
[key: string]: string;
|
|
3090
3207
|
};
|
|
@@ -3102,6 +3219,7 @@ export declare class DescribeSubscriptionInstancesRequest extends $tea.Model {
|
|
|
3102
3219
|
pageNum?: number;
|
|
3103
3220
|
pageSize?: number;
|
|
3104
3221
|
regionId?: string;
|
|
3222
|
+
resourceGroupId?: string;
|
|
3105
3223
|
subscriptionInstanceName?: string;
|
|
3106
3224
|
tag?: DescribeSubscriptionInstancesRequestTag[];
|
|
3107
3225
|
static names(): {
|
|
@@ -3134,11 +3252,11 @@ export declare class DescribeSubscriptionInstancesResponseBody extends $tea.Mode
|
|
|
3134
3252
|
});
|
|
3135
3253
|
}
|
|
3136
3254
|
export declare class DescribeSubscriptionInstancesResponse extends $tea.Model {
|
|
3137
|
-
headers
|
|
3255
|
+
headers?: {
|
|
3138
3256
|
[key: string]: string;
|
|
3139
3257
|
};
|
|
3140
|
-
statusCode
|
|
3141
|
-
body
|
|
3258
|
+
statusCode?: number;
|
|
3259
|
+
body?: DescribeSubscriptionInstancesResponseBody;
|
|
3142
3260
|
static names(): {
|
|
3143
3261
|
[key: string]: string;
|
|
3144
3262
|
};
|
|
@@ -3152,6 +3270,7 @@ export declare class DescribeSubscriptionInstancesResponse extends $tea.Model {
|
|
|
3152
3270
|
export declare class DescribeSubscriptionMetaRequest extends $tea.Model {
|
|
3153
3271
|
dtsInstanceId?: string;
|
|
3154
3272
|
regionId?: string;
|
|
3273
|
+
resourceGroupId?: string;
|
|
3155
3274
|
sid?: string;
|
|
3156
3275
|
subMigrationJobIds?: {
|
|
3157
3276
|
[key: string]: any;
|
|
@@ -3172,6 +3291,7 @@ export declare class DescribeSubscriptionMetaRequest extends $tea.Model {
|
|
|
3172
3291
|
export declare class DescribeSubscriptionMetaShrinkRequest extends $tea.Model {
|
|
3173
3292
|
dtsInstanceId?: string;
|
|
3174
3293
|
regionId?: string;
|
|
3294
|
+
resourceGroupId?: string;
|
|
3175
3295
|
sid?: string;
|
|
3176
3296
|
subMigrationJobIdsShrink?: string;
|
|
3177
3297
|
topicsShrink?: string;
|
|
@@ -3203,11 +3323,11 @@ export declare class DescribeSubscriptionMetaResponseBody extends $tea.Model {
|
|
|
3203
3323
|
});
|
|
3204
3324
|
}
|
|
3205
3325
|
export declare class DescribeSubscriptionMetaResponse extends $tea.Model {
|
|
3206
|
-
headers
|
|
3326
|
+
headers?: {
|
|
3207
3327
|
[key: string]: string;
|
|
3208
3328
|
};
|
|
3209
|
-
statusCode
|
|
3210
|
-
body
|
|
3329
|
+
statusCode?: number;
|
|
3330
|
+
body?: DescribeSubscriptionMetaResponseBody;
|
|
3211
3331
|
static names(): {
|
|
3212
3332
|
[key: string]: string;
|
|
3213
3333
|
};
|
|
@@ -3223,6 +3343,7 @@ export declare class DescribeSynchronizationJobAlertRequest extends $tea.Model {
|
|
|
3223
3343
|
clientToken?: string;
|
|
3224
3344
|
ownerId?: string;
|
|
3225
3345
|
regionId?: string;
|
|
3346
|
+
resourceGroupId?: string;
|
|
3226
3347
|
synchronizationDirection?: string;
|
|
3227
3348
|
synchronizationJobId?: string;
|
|
3228
3349
|
static names(): {
|
|
@@ -3259,11 +3380,11 @@ export declare class DescribeSynchronizationJobAlertResponseBody extends $tea.Mo
|
|
|
3259
3380
|
});
|
|
3260
3381
|
}
|
|
3261
3382
|
export declare class DescribeSynchronizationJobAlertResponse extends $tea.Model {
|
|
3262
|
-
headers
|
|
3383
|
+
headers?: {
|
|
3263
3384
|
[key: string]: string;
|
|
3264
3385
|
};
|
|
3265
|
-
statusCode
|
|
3266
|
-
body
|
|
3386
|
+
statusCode?: number;
|
|
3387
|
+
body?: DescribeSynchronizationJobAlertResponseBody;
|
|
3267
3388
|
static names(): {
|
|
3268
3389
|
[key: string]: string;
|
|
3269
3390
|
};
|
|
@@ -3279,6 +3400,7 @@ export declare class DescribeSynchronizationJobReplicatorCompareRequest extends
|
|
|
3279
3400
|
clientToken?: string;
|
|
3280
3401
|
ownerId?: string;
|
|
3281
3402
|
regionId?: string;
|
|
3403
|
+
resourceGroupId?: string;
|
|
3282
3404
|
synchronizationDirection?: string;
|
|
3283
3405
|
synchronizationJobId?: string;
|
|
3284
3406
|
static names(): {
|
|
@@ -3308,11 +3430,11 @@ export declare class DescribeSynchronizationJobReplicatorCompareResponseBody ext
|
|
|
3308
3430
|
});
|
|
3309
3431
|
}
|
|
3310
3432
|
export declare class DescribeSynchronizationJobReplicatorCompareResponse extends $tea.Model {
|
|
3311
|
-
headers
|
|
3433
|
+
headers?: {
|
|
3312
3434
|
[key: string]: string;
|
|
3313
3435
|
};
|
|
3314
|
-
statusCode
|
|
3315
|
-
body
|
|
3436
|
+
statusCode?: number;
|
|
3437
|
+
body?: DescribeSynchronizationJobReplicatorCompareResponseBody;
|
|
3316
3438
|
static names(): {
|
|
3317
3439
|
[key: string]: string;
|
|
3318
3440
|
};
|
|
@@ -3328,6 +3450,7 @@ export declare class DescribeSynchronizationJobStatusRequest extends $tea.Model
|
|
|
3328
3450
|
clientToken?: string;
|
|
3329
3451
|
ownerId?: string;
|
|
3330
3452
|
regionId?: string;
|
|
3453
|
+
resourceGroupId?: string;
|
|
3331
3454
|
synchronizationDirection?: string;
|
|
3332
3455
|
synchronizationJobId?: string;
|
|
3333
3456
|
static names(): {
|
|
@@ -3378,11 +3501,11 @@ export declare class DescribeSynchronizationJobStatusResponseBody extends $tea.M
|
|
|
3378
3501
|
});
|
|
3379
3502
|
}
|
|
3380
3503
|
export declare class DescribeSynchronizationJobStatusResponse extends $tea.Model {
|
|
3381
|
-
headers
|
|
3504
|
+
headers?: {
|
|
3382
3505
|
[key: string]: string;
|
|
3383
3506
|
};
|
|
3384
|
-
statusCode
|
|
3385
|
-
body
|
|
3507
|
+
statusCode?: number;
|
|
3508
|
+
body?: DescribeSynchronizationJobStatusResponseBody;
|
|
3386
3509
|
static names(): {
|
|
3387
3510
|
[key: string]: string;
|
|
3388
3511
|
};
|
|
@@ -3398,6 +3521,7 @@ export declare class DescribeSynchronizationJobStatusListRequest extends $tea.Mo
|
|
|
3398
3521
|
clientToken?: string;
|
|
3399
3522
|
ownerId?: string;
|
|
3400
3523
|
regionId?: string;
|
|
3524
|
+
resourceGroupId?: string;
|
|
3401
3525
|
synchronizationJobIdListJsonStr?: string;
|
|
3402
3526
|
static names(): {
|
|
3403
3527
|
[key: string]: string;
|
|
@@ -3429,11 +3553,11 @@ export declare class DescribeSynchronizationJobStatusListResponseBody extends $t
|
|
|
3429
3553
|
});
|
|
3430
3554
|
}
|
|
3431
3555
|
export declare class DescribeSynchronizationJobStatusListResponse extends $tea.Model {
|
|
3432
|
-
headers
|
|
3556
|
+
headers?: {
|
|
3433
3557
|
[key: string]: string;
|
|
3434
3558
|
};
|
|
3435
|
-
statusCode
|
|
3436
|
-
body
|
|
3559
|
+
statusCode?: number;
|
|
3560
|
+
body?: DescribeSynchronizationJobStatusListResponseBody;
|
|
3437
3561
|
static names(): {
|
|
3438
3562
|
[key: string]: string;
|
|
3439
3563
|
};
|
|
@@ -3451,6 +3575,7 @@ export declare class DescribeSynchronizationJobsRequest extends $tea.Model {
|
|
|
3451
3575
|
pageNum?: number;
|
|
3452
3576
|
pageSize?: number;
|
|
3453
3577
|
regionId?: string;
|
|
3578
|
+
resourceGroupId?: string;
|
|
3454
3579
|
synchronizationJobName?: string;
|
|
3455
3580
|
tag?: DescribeSynchronizationJobsRequestTag[];
|
|
3456
3581
|
static names(): {
|
|
@@ -3480,11 +3605,11 @@ export declare class DescribeSynchronizationJobsResponseBody extends $tea.Model
|
|
|
3480
3605
|
});
|
|
3481
3606
|
}
|
|
3482
3607
|
export declare class DescribeSynchronizationJobsResponse extends $tea.Model {
|
|
3483
|
-
headers
|
|
3608
|
+
headers?: {
|
|
3484
3609
|
[key: string]: string;
|
|
3485
3610
|
};
|
|
3486
|
-
statusCode
|
|
3487
|
-
body
|
|
3611
|
+
statusCode?: number;
|
|
3612
|
+
body?: DescribeSynchronizationJobsResponseBody;
|
|
3488
3613
|
static names(): {
|
|
3489
3614
|
[key: string]: string;
|
|
3490
3615
|
};
|
|
@@ -3500,6 +3625,7 @@ export declare class DescribeSynchronizationObjectModifyStatusRequest extends $t
|
|
|
3500
3625
|
clientToken?: string;
|
|
3501
3626
|
ownerId?: string;
|
|
3502
3627
|
regionId?: string;
|
|
3628
|
+
resourceGroupId?: string;
|
|
3503
3629
|
taskId?: string;
|
|
3504
3630
|
static names(): {
|
|
3505
3631
|
[key: string]: string;
|
|
@@ -3533,11 +3659,11 @@ export declare class DescribeSynchronizationObjectModifyStatusResponseBody exten
|
|
|
3533
3659
|
});
|
|
3534
3660
|
}
|
|
3535
3661
|
export declare class DescribeSynchronizationObjectModifyStatusResponse extends $tea.Model {
|
|
3536
|
-
headers
|
|
3662
|
+
headers?: {
|
|
3537
3663
|
[key: string]: string;
|
|
3538
3664
|
};
|
|
3539
|
-
statusCode
|
|
3540
|
-
body
|
|
3665
|
+
statusCode?: number;
|
|
3666
|
+
body?: DescribeSynchronizationObjectModifyStatusResponseBody;
|
|
3541
3667
|
static names(): {
|
|
3542
3668
|
[key: string]: string;
|
|
3543
3669
|
};
|
|
@@ -3553,6 +3679,7 @@ export declare class DescribeTagKeysRequest extends $tea.Model {
|
|
|
3553
3679
|
pageNumber?: number;
|
|
3554
3680
|
pageSize?: number;
|
|
3555
3681
|
regionId?: string;
|
|
3682
|
+
resourceGroupId?: string;
|
|
3556
3683
|
resourceId?: string;
|
|
3557
3684
|
resourceType?: string;
|
|
3558
3685
|
static names(): {
|
|
@@ -3583,11 +3710,11 @@ export declare class DescribeTagKeysResponseBody extends $tea.Model {
|
|
|
3583
3710
|
});
|
|
3584
3711
|
}
|
|
3585
3712
|
export declare class DescribeTagKeysResponse extends $tea.Model {
|
|
3586
|
-
headers
|
|
3713
|
+
headers?: {
|
|
3587
3714
|
[key: string]: string;
|
|
3588
3715
|
};
|
|
3589
|
-
statusCode
|
|
3590
|
-
body
|
|
3716
|
+
statusCode?: number;
|
|
3717
|
+
body?: DescribeTagKeysResponseBody;
|
|
3591
3718
|
static names(): {
|
|
3592
3719
|
[key: string]: string;
|
|
3593
3720
|
};
|
|
@@ -3604,6 +3731,7 @@ export declare class DescribeTagValuesRequest extends $tea.Model {
|
|
|
3604
3731
|
pageNumber?: number;
|
|
3605
3732
|
pageSize?: number;
|
|
3606
3733
|
regionId?: string;
|
|
3734
|
+
resourceGroupId?: string;
|
|
3607
3735
|
resourceId?: string;
|
|
3608
3736
|
resourceType?: string;
|
|
3609
3737
|
static names(): {
|
|
@@ -3634,11 +3762,11 @@ export declare class DescribeTagValuesResponseBody extends $tea.Model {
|
|
|
3634
3762
|
});
|
|
3635
3763
|
}
|
|
3636
3764
|
export declare class DescribeTagValuesResponse extends $tea.Model {
|
|
3637
|
-
headers
|
|
3765
|
+
headers?: {
|
|
3638
3766
|
[key: string]: string;
|
|
3639
3767
|
};
|
|
3640
|
-
statusCode
|
|
3641
|
-
body
|
|
3768
|
+
statusCode?: number;
|
|
3769
|
+
body?: DescribeTagValuesResponseBody;
|
|
3642
3770
|
static names(): {
|
|
3643
3771
|
[key: string]: string;
|
|
3644
3772
|
};
|
|
@@ -3656,6 +3784,7 @@ export declare class InitDtsRdsInstanceRequest extends $tea.Model {
|
|
|
3656
3784
|
endpointInstanceType?: string;
|
|
3657
3785
|
endpointRegion?: string;
|
|
3658
3786
|
regionId?: string;
|
|
3787
|
+
resourceGroupId?: string;
|
|
3659
3788
|
static names(): {
|
|
3660
3789
|
[key: string]: string;
|
|
3661
3790
|
};
|
|
@@ -3685,11 +3814,11 @@ export declare class InitDtsRdsInstanceResponseBody extends $tea.Model {
|
|
|
3685
3814
|
});
|
|
3686
3815
|
}
|
|
3687
3816
|
export declare class InitDtsRdsInstanceResponse extends $tea.Model {
|
|
3688
|
-
headers
|
|
3817
|
+
headers?: {
|
|
3689
3818
|
[key: string]: string;
|
|
3690
3819
|
};
|
|
3691
|
-
statusCode
|
|
3692
|
-
body
|
|
3820
|
+
statusCode?: number;
|
|
3821
|
+
body?: InitDtsRdsInstanceResponseBody;
|
|
3693
3822
|
static names(): {
|
|
3694
3823
|
[key: string]: string;
|
|
3695
3824
|
};
|
|
@@ -3708,6 +3837,7 @@ export declare class ListDedicatedClusterRequest extends $tea.Model {
|
|
|
3708
3837
|
pageSize?: number;
|
|
3709
3838
|
params?: string;
|
|
3710
3839
|
regionId?: string;
|
|
3840
|
+
resourceGroupId?: string;
|
|
3711
3841
|
state?: string;
|
|
3712
3842
|
type?: string;
|
|
3713
3843
|
static names(): {
|
|
@@ -3741,11 +3871,11 @@ export declare class ListDedicatedClusterResponseBody extends $tea.Model {
|
|
|
3741
3871
|
});
|
|
3742
3872
|
}
|
|
3743
3873
|
export declare class ListDedicatedClusterResponse extends $tea.Model {
|
|
3744
|
-
headers
|
|
3874
|
+
headers?: {
|
|
3745
3875
|
[key: string]: string;
|
|
3746
3876
|
};
|
|
3747
|
-
statusCode
|
|
3748
|
-
body
|
|
3877
|
+
statusCode?: number;
|
|
3878
|
+
body?: ListDedicatedClusterResponseBody;
|
|
3749
3879
|
static names(): {
|
|
3750
3880
|
[key: string]: string;
|
|
3751
3881
|
};
|
|
@@ -3759,6 +3889,7 @@ export declare class ListDedicatedClusterResponse extends $tea.Model {
|
|
|
3759
3889
|
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
3760
3890
|
nextToken?: string;
|
|
3761
3891
|
regionId?: string;
|
|
3892
|
+
resourceGroupId?: string;
|
|
3762
3893
|
resourceId?: string[];
|
|
3763
3894
|
resourceType?: string;
|
|
3764
3895
|
tag?: ListTagResourcesRequestTag[];
|
|
@@ -3790,11 +3921,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
3790
3921
|
});
|
|
3791
3922
|
}
|
|
3792
3923
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
3793
|
-
headers
|
|
3924
|
+
headers?: {
|
|
3794
3925
|
[key: string]: string;
|
|
3795
3926
|
};
|
|
3796
|
-
statusCode
|
|
3797
|
-
body
|
|
3927
|
+
statusCode?: number;
|
|
3928
|
+
body?: ListTagResourcesResponseBody;
|
|
3798
3929
|
static names(): {
|
|
3799
3930
|
[key: string]: string;
|
|
3800
3931
|
};
|
|
@@ -3813,6 +3944,7 @@ export declare class ModifyConsumerChannelRequest extends $tea.Model {
|
|
|
3813
3944
|
dtsInstanceId?: string;
|
|
3814
3945
|
dtsJobId?: string;
|
|
3815
3946
|
regionId?: string;
|
|
3947
|
+
resourceGroupId?: string;
|
|
3816
3948
|
static names(): {
|
|
3817
3949
|
[key: string]: string;
|
|
3818
3950
|
};
|
|
@@ -3840,11 +3972,11 @@ export declare class ModifyConsumerChannelResponseBody extends $tea.Model {
|
|
|
3840
3972
|
});
|
|
3841
3973
|
}
|
|
3842
3974
|
export declare class ModifyConsumerChannelResponse extends $tea.Model {
|
|
3843
|
-
headers
|
|
3975
|
+
headers?: {
|
|
3844
3976
|
[key: string]: string;
|
|
3845
3977
|
};
|
|
3846
|
-
statusCode
|
|
3847
|
-
body
|
|
3978
|
+
statusCode?: number;
|
|
3979
|
+
body?: ModifyConsumerChannelResponseBody;
|
|
3848
3980
|
static names(): {
|
|
3849
3981
|
[key: string]: string;
|
|
3850
3982
|
};
|
|
@@ -3863,6 +3995,7 @@ export declare class ModifyConsumerGroupPasswordRequest extends $tea.Model {
|
|
|
3863
3995
|
consumerGroupUserName?: string;
|
|
3864
3996
|
ownerId?: string;
|
|
3865
3997
|
regionId?: string;
|
|
3998
|
+
resourceGroupId?: string;
|
|
3866
3999
|
subscriptionInstanceId?: string;
|
|
3867
4000
|
consumerGroupNewPassword?: string;
|
|
3868
4001
|
static names(): {
|
|
@@ -3891,11 +4024,11 @@ export declare class ModifyConsumerGroupPasswordResponseBody extends $tea.Model
|
|
|
3891
4024
|
});
|
|
3892
4025
|
}
|
|
3893
4026
|
export declare class ModifyConsumerGroupPasswordResponse extends $tea.Model {
|
|
3894
|
-
headers
|
|
4027
|
+
headers?: {
|
|
3895
4028
|
[key: string]: string;
|
|
3896
4029
|
};
|
|
3897
|
-
statusCode
|
|
3898
|
-
body
|
|
4030
|
+
statusCode?: number;
|
|
4031
|
+
body?: ModifyConsumerGroupPasswordResponseBody;
|
|
3899
4032
|
static names(): {
|
|
3900
4033
|
[key: string]: string;
|
|
3901
4034
|
};
|
|
@@ -3911,6 +4044,7 @@ export declare class ModifyConsumptionTimestampRequest extends $tea.Model {
|
|
|
3911
4044
|
consumptionTimestamp?: string;
|
|
3912
4045
|
ownerId?: string;
|
|
3913
4046
|
regionId?: string;
|
|
4047
|
+
resourceGroupId?: string;
|
|
3914
4048
|
subscriptionInstanceId?: string;
|
|
3915
4049
|
static names(): {
|
|
3916
4050
|
[key: string]: string;
|
|
@@ -3938,11 +4072,11 @@ export declare class ModifyConsumptionTimestampResponseBody extends $tea.Model {
|
|
|
3938
4072
|
});
|
|
3939
4073
|
}
|
|
3940
4074
|
export declare class ModifyConsumptionTimestampResponse extends $tea.Model {
|
|
3941
|
-
headers
|
|
4075
|
+
headers?: {
|
|
3942
4076
|
[key: string]: string;
|
|
3943
4077
|
};
|
|
3944
|
-
statusCode
|
|
3945
|
-
body
|
|
4078
|
+
statusCode?: number;
|
|
4079
|
+
body?: ModifyConsumptionTimestampResponseBody;
|
|
3946
4080
|
static names(): {
|
|
3947
4081
|
[key: string]: string;
|
|
3948
4082
|
};
|
|
@@ -3960,6 +4094,7 @@ export declare class ModifyDedicatedClusterRequest extends $tea.Model {
|
|
|
3960
4094
|
oversoldRatio?: number;
|
|
3961
4095
|
ownerId?: string;
|
|
3962
4096
|
regionId?: string;
|
|
4097
|
+
resourceGroupId?: string;
|
|
3963
4098
|
static names(): {
|
|
3964
4099
|
[key: string]: string;
|
|
3965
4100
|
};
|
|
@@ -3988,11 +4123,11 @@ export declare class ModifyDedicatedClusterResponseBody extends $tea.Model {
|
|
|
3988
4123
|
});
|
|
3989
4124
|
}
|
|
3990
4125
|
export declare class ModifyDedicatedClusterResponse extends $tea.Model {
|
|
3991
|
-
headers
|
|
4126
|
+
headers?: {
|
|
3992
4127
|
[key: string]: string;
|
|
3993
4128
|
};
|
|
3994
|
-
statusCode
|
|
3995
|
-
body
|
|
4129
|
+
statusCode?: number;
|
|
4130
|
+
body?: ModifyDedicatedClusterResponseBody;
|
|
3996
4131
|
static names(): {
|
|
3997
4132
|
[key: string]: string;
|
|
3998
4133
|
};
|
|
@@ -4011,14 +4146,17 @@ export declare class ModifyDtsJobRequest extends $tea.Model {
|
|
|
4011
4146
|
[key: string]: any;
|
|
4012
4147
|
};
|
|
4013
4148
|
dtsInstanceId?: string;
|
|
4149
|
+
dtsJobId?: string;
|
|
4014
4150
|
etlOperatorColumnReference?: string;
|
|
4015
4151
|
fileOssUrl?: string;
|
|
4016
4152
|
filterTableName?: string;
|
|
4017
4153
|
modifyTypeEnum?: string;
|
|
4018
4154
|
regionId?: string;
|
|
4019
4155
|
reserved?: string;
|
|
4156
|
+
resourceGroupId?: string;
|
|
4020
4157
|
structureInitialization?: boolean;
|
|
4021
4158
|
synchronizationDirection?: string;
|
|
4159
|
+
zeroEtlJob?: boolean;
|
|
4022
4160
|
static names(): {
|
|
4023
4161
|
[key: string]: string;
|
|
4024
4162
|
};
|
|
@@ -4037,14 +4175,17 @@ export declare class ModifyDtsJobAdvanceRequest extends $tea.Model {
|
|
|
4037
4175
|
[key: string]: any;
|
|
4038
4176
|
};
|
|
4039
4177
|
dtsInstanceId?: string;
|
|
4178
|
+
dtsJobId?: string;
|
|
4040
4179
|
etlOperatorColumnReference?: string;
|
|
4041
4180
|
fileOssUrlObject?: Readable;
|
|
4042
4181
|
filterTableName?: string;
|
|
4043
4182
|
modifyTypeEnum?: string;
|
|
4044
4183
|
regionId?: string;
|
|
4045
4184
|
reserved?: string;
|
|
4185
|
+
resourceGroupId?: string;
|
|
4046
4186
|
structureInitialization?: boolean;
|
|
4047
4187
|
synchronizationDirection?: string;
|
|
4188
|
+
zeroEtlJob?: boolean;
|
|
4048
4189
|
static names(): {
|
|
4049
4190
|
[key: string]: string;
|
|
4050
4191
|
};
|
|
@@ -4061,14 +4202,17 @@ export declare class ModifyDtsJobShrinkRequest extends $tea.Model {
|
|
|
4061
4202
|
dataSynchronization?: boolean;
|
|
4062
4203
|
dbListShrink?: string;
|
|
4063
4204
|
dtsInstanceId?: string;
|
|
4205
|
+
dtsJobId?: string;
|
|
4064
4206
|
etlOperatorColumnReference?: string;
|
|
4065
4207
|
fileOssUrl?: string;
|
|
4066
4208
|
filterTableName?: string;
|
|
4067
4209
|
modifyTypeEnum?: string;
|
|
4068
4210
|
regionId?: string;
|
|
4069
4211
|
reserved?: string;
|
|
4212
|
+
resourceGroupId?: string;
|
|
4070
4213
|
structureInitialization?: boolean;
|
|
4071
4214
|
synchronizationDirection?: string;
|
|
4215
|
+
zeroEtlJob?: boolean;
|
|
4072
4216
|
static names(): {
|
|
4073
4217
|
[key: string]: string;
|
|
4074
4218
|
};
|
|
@@ -4097,11 +4241,11 @@ export declare class ModifyDtsJobResponseBody extends $tea.Model {
|
|
|
4097
4241
|
});
|
|
4098
4242
|
}
|
|
4099
4243
|
export declare class ModifyDtsJobResponse extends $tea.Model {
|
|
4100
|
-
headers
|
|
4244
|
+
headers?: {
|
|
4101
4245
|
[key: string]: string;
|
|
4102
4246
|
};
|
|
4103
|
-
statusCode
|
|
4104
|
-
body
|
|
4247
|
+
statusCode?: number;
|
|
4248
|
+
body?: ModifyDtsJobResponseBody;
|
|
4105
4249
|
static names(): {
|
|
4106
4250
|
[key: string]: string;
|
|
4107
4251
|
};
|
|
@@ -4117,6 +4261,7 @@ export declare class ModifyDtsJobConfigRequest extends $tea.Model {
|
|
|
4117
4261
|
ownerId?: string;
|
|
4118
4262
|
parameters?: string;
|
|
4119
4263
|
regionId?: string;
|
|
4264
|
+
resourceGroupId?: string;
|
|
4120
4265
|
static names(): {
|
|
4121
4266
|
[key: string]: string;
|
|
4122
4267
|
};
|
|
@@ -4140,11 +4285,11 @@ export declare class ModifyDtsJobConfigResponseBody extends $tea.Model {
|
|
|
4140
4285
|
});
|
|
4141
4286
|
}
|
|
4142
4287
|
export declare class ModifyDtsJobConfigResponse extends $tea.Model {
|
|
4143
|
-
headers
|
|
4288
|
+
headers?: {
|
|
4144
4289
|
[key: string]: string;
|
|
4145
4290
|
};
|
|
4146
|
-
statusCode
|
|
4147
|
-
body
|
|
4291
|
+
statusCode?: number;
|
|
4292
|
+
body?: ModifyDtsJobConfigResponseBody;
|
|
4148
4293
|
static names(): {
|
|
4149
4294
|
[key: string]: string;
|
|
4150
4295
|
};
|
|
@@ -4160,6 +4305,7 @@ export declare class ModifyDtsJobDedicatedClusterRequest extends $tea.Model {
|
|
|
4160
4305
|
dtsJobIds?: string;
|
|
4161
4306
|
ownerId?: string;
|
|
4162
4307
|
regionId?: string;
|
|
4308
|
+
resourceGroupId?: string;
|
|
4163
4309
|
static names(): {
|
|
4164
4310
|
[key: string]: string;
|
|
4165
4311
|
};
|
|
@@ -4189,11 +4335,11 @@ export declare class ModifyDtsJobDedicatedClusterResponseBody extends $tea.Model
|
|
|
4189
4335
|
});
|
|
4190
4336
|
}
|
|
4191
4337
|
export declare class ModifyDtsJobDedicatedClusterResponse extends $tea.Model {
|
|
4192
|
-
headers
|
|
4338
|
+
headers?: {
|
|
4193
4339
|
[key: string]: string;
|
|
4194
4340
|
};
|
|
4195
|
-
statusCode
|
|
4196
|
-
body
|
|
4341
|
+
statusCode?: number;
|
|
4342
|
+
body?: ModifyDtsJobDedicatedClusterResponseBody;
|
|
4197
4343
|
static names(): {
|
|
4198
4344
|
[key: string]: string;
|
|
4199
4345
|
};
|
|
@@ -4209,6 +4355,7 @@ export declare class ModifyDtsJobDuLimitRequest extends $tea.Model {
|
|
|
4209
4355
|
duLimit?: number;
|
|
4210
4356
|
ownerId?: string;
|
|
4211
4357
|
regionId?: string;
|
|
4358
|
+
resourceGroupId?: string;
|
|
4212
4359
|
static names(): {
|
|
4213
4360
|
[key: string]: string;
|
|
4214
4361
|
};
|
|
@@ -4238,11 +4385,72 @@ export declare class ModifyDtsJobDuLimitResponseBody extends $tea.Model {
|
|
|
4238
4385
|
});
|
|
4239
4386
|
}
|
|
4240
4387
|
export declare class ModifyDtsJobDuLimitResponse extends $tea.Model {
|
|
4241
|
-
headers
|
|
4388
|
+
headers?: {
|
|
4389
|
+
[key: string]: string;
|
|
4390
|
+
};
|
|
4391
|
+
statusCode?: number;
|
|
4392
|
+
body?: ModifyDtsJobDuLimitResponseBody;
|
|
4393
|
+
static names(): {
|
|
4394
|
+
[key: string]: string;
|
|
4395
|
+
};
|
|
4396
|
+
static types(): {
|
|
4397
|
+
[key: string]: any;
|
|
4398
|
+
};
|
|
4399
|
+
constructor(map?: {
|
|
4400
|
+
[key: string]: any;
|
|
4401
|
+
});
|
|
4402
|
+
}
|
|
4403
|
+
export declare class ModifyDtsJobEndpointRequest extends $tea.Model {
|
|
4404
|
+
aliyunUid?: string;
|
|
4405
|
+
database?: string;
|
|
4406
|
+
dryRun?: boolean;
|
|
4407
|
+
dtsInstanceId?: string;
|
|
4408
|
+
dtsJobId?: string;
|
|
4409
|
+
endpoint?: string;
|
|
4410
|
+
endpointInstanceId?: string;
|
|
4411
|
+
endpointInstanceType?: string;
|
|
4412
|
+
endpointIp?: string;
|
|
4413
|
+
endpointPort?: string;
|
|
4414
|
+
password?: string;
|
|
4415
|
+
regionId?: string;
|
|
4416
|
+
resourceGroupId?: string;
|
|
4417
|
+
roleName?: string;
|
|
4418
|
+
shardPassword?: string;
|
|
4419
|
+
shardUsername?: string;
|
|
4420
|
+
synchronizationDirection?: string;
|
|
4421
|
+
username?: string;
|
|
4422
|
+
static names(): {
|
|
4423
|
+
[key: string]: string;
|
|
4424
|
+
};
|
|
4425
|
+
static types(): {
|
|
4426
|
+
[key: string]: any;
|
|
4427
|
+
};
|
|
4428
|
+
constructor(map?: {
|
|
4429
|
+
[key: string]: any;
|
|
4430
|
+
});
|
|
4431
|
+
}
|
|
4432
|
+
export declare class ModifyDtsJobEndpointResponseBody extends $tea.Model {
|
|
4433
|
+
errCode?: string;
|
|
4434
|
+
errMessage?: string;
|
|
4435
|
+
httpStatusCode?: string;
|
|
4436
|
+
requestId?: string;
|
|
4437
|
+
success?: boolean;
|
|
4438
|
+
static names(): {
|
|
4242
4439
|
[key: string]: string;
|
|
4243
4440
|
};
|
|
4244
|
-
|
|
4245
|
-
|
|
4441
|
+
static types(): {
|
|
4442
|
+
[key: string]: any;
|
|
4443
|
+
};
|
|
4444
|
+
constructor(map?: {
|
|
4445
|
+
[key: string]: any;
|
|
4446
|
+
});
|
|
4447
|
+
}
|
|
4448
|
+
export declare class ModifyDtsJobEndpointResponse extends $tea.Model {
|
|
4449
|
+
headers?: {
|
|
4450
|
+
[key: string]: string;
|
|
4451
|
+
};
|
|
4452
|
+
statusCode?: number;
|
|
4453
|
+
body?: ModifyDtsJobEndpointResponseBody;
|
|
4246
4454
|
static names(): {
|
|
4247
4455
|
[key: string]: string;
|
|
4248
4456
|
};
|
|
@@ -4257,6 +4465,8 @@ export declare class ModifyDtsJobNameRequest extends $tea.Model {
|
|
|
4257
4465
|
dtsJobId?: string;
|
|
4258
4466
|
dtsJobName?: string;
|
|
4259
4467
|
regionId?: string;
|
|
4468
|
+
resourceGroupId?: string;
|
|
4469
|
+
zeroEtlJob?: boolean;
|
|
4260
4470
|
static names(): {
|
|
4261
4471
|
[key: string]: string;
|
|
4262
4472
|
};
|
|
@@ -4286,11 +4496,11 @@ export declare class ModifyDtsJobNameResponseBody extends $tea.Model {
|
|
|
4286
4496
|
});
|
|
4287
4497
|
}
|
|
4288
4498
|
export declare class ModifyDtsJobNameResponse extends $tea.Model {
|
|
4289
|
-
headers
|
|
4499
|
+
headers?: {
|
|
4290
4500
|
[key: string]: string;
|
|
4291
4501
|
};
|
|
4292
|
-
statusCode
|
|
4293
|
-
body
|
|
4502
|
+
statusCode?: number;
|
|
4503
|
+
body?: ModifyDtsJobNameResponseBody;
|
|
4294
4504
|
static names(): {
|
|
4295
4505
|
[key: string]: string;
|
|
4296
4506
|
};
|
|
@@ -4306,7 +4516,9 @@ export declare class ModifyDtsJobPasswordRequest extends $tea.Model {
|
|
|
4306
4516
|
endpoint?: string;
|
|
4307
4517
|
password?: string;
|
|
4308
4518
|
regionId?: string;
|
|
4519
|
+
resourceGroupId?: string;
|
|
4309
4520
|
userName?: string;
|
|
4521
|
+
zeroEtlJob?: boolean;
|
|
4310
4522
|
static names(): {
|
|
4311
4523
|
[key: string]: string;
|
|
4312
4524
|
};
|
|
@@ -4336,11 +4548,11 @@ export declare class ModifyDtsJobPasswordResponseBody extends $tea.Model {
|
|
|
4336
4548
|
});
|
|
4337
4549
|
}
|
|
4338
4550
|
export declare class ModifyDtsJobPasswordResponse extends $tea.Model {
|
|
4339
|
-
headers
|
|
4551
|
+
headers?: {
|
|
4340
4552
|
[key: string]: string;
|
|
4341
4553
|
};
|
|
4342
|
-
statusCode
|
|
4343
|
-
body
|
|
4554
|
+
statusCode?: number;
|
|
4555
|
+
body?: ModifyDtsJobPasswordResponseBody;
|
|
4344
4556
|
static names(): {
|
|
4345
4557
|
[key: string]: string;
|
|
4346
4558
|
};
|
|
@@ -4357,6 +4569,7 @@ export declare class ModifyDynamicConfigRequest extends $tea.Model {
|
|
|
4357
4569
|
enableLimit?: boolean;
|
|
4358
4570
|
jobCode?: string;
|
|
4359
4571
|
regionId?: string;
|
|
4572
|
+
resourceGroupId?: string;
|
|
4360
4573
|
static names(): {
|
|
4361
4574
|
[key: string]: string;
|
|
4362
4575
|
};
|
|
@@ -4386,11 +4599,11 @@ export declare class ModifyDynamicConfigResponseBody extends $tea.Model {
|
|
|
4386
4599
|
});
|
|
4387
4600
|
}
|
|
4388
4601
|
export declare class ModifyDynamicConfigResponse extends $tea.Model {
|
|
4389
|
-
headers
|
|
4602
|
+
headers?: {
|
|
4390
4603
|
[key: string]: string;
|
|
4391
4604
|
};
|
|
4392
|
-
statusCode
|
|
4393
|
-
body
|
|
4605
|
+
statusCode?: number;
|
|
4606
|
+
body?: ModifyDynamicConfigResponseBody;
|
|
4394
4607
|
static names(): {
|
|
4395
4608
|
[key: string]: string;
|
|
4396
4609
|
};
|
|
@@ -4406,6 +4619,7 @@ export declare class ModifySubscriptionRequest extends $tea.Model {
|
|
|
4406
4619
|
dtsInstanceId?: string;
|
|
4407
4620
|
dtsJobId?: string;
|
|
4408
4621
|
regionId?: string;
|
|
4622
|
+
resourceGroupId?: string;
|
|
4409
4623
|
subscriptionDataTypeDDL?: boolean;
|
|
4410
4624
|
subscriptionDataTypeDML?: boolean;
|
|
4411
4625
|
static names(): {
|
|
@@ -4435,11 +4649,11 @@ export declare class ModifySubscriptionResponseBody extends $tea.Model {
|
|
|
4435
4649
|
});
|
|
4436
4650
|
}
|
|
4437
4651
|
export declare class ModifySubscriptionResponse extends $tea.Model {
|
|
4438
|
-
headers
|
|
4652
|
+
headers?: {
|
|
4439
4653
|
[key: string]: string;
|
|
4440
4654
|
};
|
|
4441
|
-
statusCode
|
|
4442
|
-
body
|
|
4655
|
+
statusCode?: number;
|
|
4656
|
+
body?: ModifySubscriptionResponseBody;
|
|
4443
4657
|
static names(): {
|
|
4444
4658
|
[key: string]: string;
|
|
4445
4659
|
};
|
|
@@ -4454,6 +4668,7 @@ export declare class ModifySubscriptionObjectRequest extends $tea.Model {
|
|
|
4454
4668
|
accountId?: string;
|
|
4455
4669
|
ownerId?: string;
|
|
4456
4670
|
regionId?: string;
|
|
4671
|
+
resourceGroupId?: string;
|
|
4457
4672
|
subscriptionInstanceId?: string;
|
|
4458
4673
|
subscriptionObject?: string;
|
|
4459
4674
|
static names(): {
|
|
@@ -4482,11 +4697,11 @@ export declare class ModifySubscriptionObjectResponseBody extends $tea.Model {
|
|
|
4482
4697
|
});
|
|
4483
4698
|
}
|
|
4484
4699
|
export declare class ModifySubscriptionObjectResponse extends $tea.Model {
|
|
4485
|
-
headers
|
|
4700
|
+
headers?: {
|
|
4486
4701
|
[key: string]: string;
|
|
4487
4702
|
};
|
|
4488
|
-
statusCode
|
|
4489
|
-
body
|
|
4703
|
+
statusCode?: number;
|
|
4704
|
+
body?: ModifySubscriptionObjectResponseBody;
|
|
4490
4705
|
static names(): {
|
|
4491
4706
|
[key: string]: string;
|
|
4492
4707
|
};
|
|
@@ -4501,6 +4716,7 @@ export declare class ModifySynchronizationObjectRequest extends $tea.Model {
|
|
|
4501
4716
|
accountId?: string;
|
|
4502
4717
|
ownerId?: string;
|
|
4503
4718
|
regionId?: string;
|
|
4719
|
+
resourceGroupId?: string;
|
|
4504
4720
|
synchronizationDirection?: string;
|
|
4505
4721
|
synchronizationJobId?: string;
|
|
4506
4722
|
synchronizationObjects?: string;
|
|
@@ -4531,11 +4747,11 @@ export declare class ModifySynchronizationObjectResponseBody extends $tea.Model
|
|
|
4531
4747
|
});
|
|
4532
4748
|
}
|
|
4533
4749
|
export declare class ModifySynchronizationObjectResponse extends $tea.Model {
|
|
4534
|
-
headers
|
|
4750
|
+
headers?: {
|
|
4535
4751
|
[key: string]: string;
|
|
4536
4752
|
};
|
|
4537
|
-
statusCode
|
|
4538
|
-
body
|
|
4753
|
+
statusCode?: number;
|
|
4754
|
+
body?: ModifySynchronizationObjectResponseBody;
|
|
4539
4755
|
static names(): {
|
|
4540
4756
|
[key: string]: string;
|
|
4541
4757
|
};
|
|
@@ -4552,6 +4768,7 @@ export declare class RenewInstanceRequest extends $tea.Model {
|
|
|
4552
4768
|
dtsJobId?: string;
|
|
4553
4769
|
period?: string;
|
|
4554
4770
|
regionId?: string;
|
|
4771
|
+
resourceGroupId?: string;
|
|
4555
4772
|
static names(): {
|
|
4556
4773
|
[key: string]: string;
|
|
4557
4774
|
};
|
|
@@ -4585,11 +4802,11 @@ export declare class RenewInstanceResponseBody extends $tea.Model {
|
|
|
4585
4802
|
});
|
|
4586
4803
|
}
|
|
4587
4804
|
export declare class RenewInstanceResponse extends $tea.Model {
|
|
4588
|
-
headers
|
|
4805
|
+
headers?: {
|
|
4589
4806
|
[key: string]: string;
|
|
4590
4807
|
};
|
|
4591
|
-
statusCode
|
|
4592
|
-
body
|
|
4808
|
+
statusCode?: number;
|
|
4809
|
+
body?: RenewInstanceResponseBody;
|
|
4593
4810
|
static names(): {
|
|
4594
4811
|
[key: string]: string;
|
|
4595
4812
|
};
|
|
@@ -4604,6 +4821,7 @@ export declare class ResetDtsJobRequest extends $tea.Model {
|
|
|
4604
4821
|
dtsInstanceId?: string;
|
|
4605
4822
|
dtsJobId?: string;
|
|
4606
4823
|
regionId?: string;
|
|
4824
|
+
resourceGroupId?: string;
|
|
4607
4825
|
synchronizationDirection?: string;
|
|
4608
4826
|
static names(): {
|
|
4609
4827
|
[key: string]: string;
|
|
@@ -4634,11 +4852,11 @@ export declare class ResetDtsJobResponseBody extends $tea.Model {
|
|
|
4634
4852
|
});
|
|
4635
4853
|
}
|
|
4636
4854
|
export declare class ResetDtsJobResponse extends $tea.Model {
|
|
4637
|
-
headers
|
|
4855
|
+
headers?: {
|
|
4638
4856
|
[key: string]: string;
|
|
4639
4857
|
};
|
|
4640
|
-
statusCode
|
|
4641
|
-
body
|
|
4858
|
+
statusCode?: number;
|
|
4859
|
+
body?: ResetDtsJobResponseBody;
|
|
4642
4860
|
static names(): {
|
|
4643
4861
|
[key: string]: string;
|
|
4644
4862
|
};
|
|
@@ -4653,6 +4871,7 @@ export declare class ResetSynchronizationJobRequest extends $tea.Model {
|
|
|
4653
4871
|
accountId?: string;
|
|
4654
4872
|
ownerId?: string;
|
|
4655
4873
|
regionId?: string;
|
|
4874
|
+
resourceGroupId?: string;
|
|
4656
4875
|
synchronizationDirection?: string;
|
|
4657
4876
|
synchronizationJobId?: string;
|
|
4658
4877
|
static names(): {
|
|
@@ -4681,11 +4900,11 @@ export declare class ResetSynchronizationJobResponseBody extends $tea.Model {
|
|
|
4681
4900
|
});
|
|
4682
4901
|
}
|
|
4683
4902
|
export declare class ResetSynchronizationJobResponse extends $tea.Model {
|
|
4684
|
-
headers
|
|
4903
|
+
headers?: {
|
|
4685
4904
|
[key: string]: string;
|
|
4686
4905
|
};
|
|
4687
|
-
statusCode
|
|
4688
|
-
body
|
|
4906
|
+
statusCode?: number;
|
|
4907
|
+
body?: ResetSynchronizationJobResponseBody;
|
|
4689
4908
|
static names(): {
|
|
4690
4909
|
[key: string]: string;
|
|
4691
4910
|
};
|
|
@@ -4700,6 +4919,7 @@ export declare class ReverseTwoWayDirectionRequest extends $tea.Model {
|
|
|
4700
4919
|
dtsInstanceId?: string;
|
|
4701
4920
|
ignoreErrorSubJob?: boolean;
|
|
4702
4921
|
regionId?: string;
|
|
4922
|
+
resourceGroupId?: string;
|
|
4703
4923
|
static names(): {
|
|
4704
4924
|
[key: string]: string;
|
|
4705
4925
|
};
|
|
@@ -4729,11 +4949,11 @@ export declare class ReverseTwoWayDirectionResponseBody extends $tea.Model {
|
|
|
4729
4949
|
});
|
|
4730
4950
|
}
|
|
4731
4951
|
export declare class ReverseTwoWayDirectionResponse extends $tea.Model {
|
|
4732
|
-
headers
|
|
4952
|
+
headers?: {
|
|
4733
4953
|
[key: string]: string;
|
|
4734
4954
|
};
|
|
4735
|
-
statusCode
|
|
4736
|
-
body
|
|
4955
|
+
statusCode?: number;
|
|
4956
|
+
body?: ReverseTwoWayDirectionResponseBody;
|
|
4737
4957
|
static names(): {
|
|
4738
4958
|
[key: string]: string;
|
|
4739
4959
|
};
|
|
@@ -4748,6 +4968,7 @@ export declare class ShieldPrecheckRequest extends $tea.Model {
|
|
|
4748
4968
|
dtsInstanceId?: string;
|
|
4749
4969
|
precheckItems?: string;
|
|
4750
4970
|
regionId?: string;
|
|
4971
|
+
resourceGroupId?: string;
|
|
4751
4972
|
static names(): {
|
|
4752
4973
|
[key: string]: string;
|
|
4753
4974
|
};
|
|
@@ -4774,11 +4995,11 @@ export declare class ShieldPrecheckResponseBody extends $tea.Model {
|
|
|
4774
4995
|
});
|
|
4775
4996
|
}
|
|
4776
4997
|
export declare class ShieldPrecheckResponse extends $tea.Model {
|
|
4777
|
-
headers
|
|
4998
|
+
headers?: {
|
|
4778
4999
|
[key: string]: string;
|
|
4779
5000
|
};
|
|
4780
|
-
statusCode
|
|
4781
|
-
body
|
|
5001
|
+
statusCode?: number;
|
|
5002
|
+
body?: ShieldPrecheckResponseBody;
|
|
4782
5003
|
static names(): {
|
|
4783
5004
|
[key: string]: string;
|
|
4784
5005
|
};
|
|
@@ -4793,6 +5014,7 @@ export declare class SkipPreCheckRequest extends $tea.Model {
|
|
|
4793
5014
|
dtsJobId?: string;
|
|
4794
5015
|
jobId?: string;
|
|
4795
5016
|
regionId?: string;
|
|
5017
|
+
resourceGroupId?: string;
|
|
4796
5018
|
skip?: boolean;
|
|
4797
5019
|
skipPreCheckItems?: string;
|
|
4798
5020
|
skipPreCheckNames?: string;
|
|
@@ -4829,11 +5051,11 @@ export declare class SkipPreCheckResponseBody extends $tea.Model {
|
|
|
4829
5051
|
});
|
|
4830
5052
|
}
|
|
4831
5053
|
export declare class SkipPreCheckResponse extends $tea.Model {
|
|
4832
|
-
headers
|
|
5054
|
+
headers?: {
|
|
4833
5055
|
[key: string]: string;
|
|
4834
5056
|
};
|
|
4835
|
-
statusCode
|
|
4836
|
-
body
|
|
5057
|
+
statusCode?: number;
|
|
5058
|
+
body?: SkipPreCheckResponseBody;
|
|
4837
5059
|
static names(): {
|
|
4838
5060
|
[key: string]: string;
|
|
4839
5061
|
};
|
|
@@ -4848,7 +5070,9 @@ export declare class StartDtsJobRequest extends $tea.Model {
|
|
|
4848
5070
|
dtsInstanceId?: string;
|
|
4849
5071
|
dtsJobId?: string;
|
|
4850
5072
|
regionId?: string;
|
|
5073
|
+
resourceGroupId?: string;
|
|
4851
5074
|
synchronizationDirection?: string;
|
|
5075
|
+
zeroEtlJob?: boolean;
|
|
4852
5076
|
static names(): {
|
|
4853
5077
|
[key: string]: string;
|
|
4854
5078
|
};
|
|
@@ -4878,11 +5102,11 @@ export declare class StartDtsJobResponseBody extends $tea.Model {
|
|
|
4878
5102
|
});
|
|
4879
5103
|
}
|
|
4880
5104
|
export declare class StartDtsJobResponse extends $tea.Model {
|
|
4881
|
-
headers
|
|
5105
|
+
headers?: {
|
|
4882
5106
|
[key: string]: string;
|
|
4883
5107
|
};
|
|
4884
|
-
statusCode
|
|
4885
|
-
body
|
|
5108
|
+
statusCode?: number;
|
|
5109
|
+
body?: StartDtsJobResponseBody;
|
|
4886
5110
|
static names(): {
|
|
4887
5111
|
[key: string]: string;
|
|
4888
5112
|
};
|
|
@@ -4896,6 +5120,8 @@ export declare class StartDtsJobResponse extends $tea.Model {
|
|
|
4896
5120
|
export declare class StartDtsJobsRequest extends $tea.Model {
|
|
4897
5121
|
dtsJobIds?: string;
|
|
4898
5122
|
regionId?: string;
|
|
5123
|
+
resourceGroupId?: string;
|
|
5124
|
+
zeroEtlJob?: boolean;
|
|
4899
5125
|
static names(): {
|
|
4900
5126
|
[key: string]: string;
|
|
4901
5127
|
};
|
|
@@ -4925,11 +5151,11 @@ export declare class StartDtsJobsResponseBody extends $tea.Model {
|
|
|
4925
5151
|
});
|
|
4926
5152
|
}
|
|
4927
5153
|
export declare class StartDtsJobsResponse extends $tea.Model {
|
|
4928
|
-
headers
|
|
5154
|
+
headers?: {
|
|
4929
5155
|
[key: string]: string;
|
|
4930
5156
|
};
|
|
4931
|
-
statusCode
|
|
4932
|
-
body
|
|
5157
|
+
statusCode?: number;
|
|
5158
|
+
body?: StartDtsJobsResponseBody;
|
|
4933
5159
|
static names(): {
|
|
4934
5160
|
[key: string]: string;
|
|
4935
5161
|
};
|
|
@@ -4945,6 +5171,7 @@ export declare class StartMigrationJobRequest extends $tea.Model {
|
|
|
4945
5171
|
migrationJobId?: string;
|
|
4946
5172
|
ownerId?: string;
|
|
4947
5173
|
regionId?: string;
|
|
5174
|
+
resourceGroupId?: string;
|
|
4948
5175
|
static names(): {
|
|
4949
5176
|
[key: string]: string;
|
|
4950
5177
|
};
|
|
@@ -4971,11 +5198,56 @@ export declare class StartMigrationJobResponseBody extends $tea.Model {
|
|
|
4971
5198
|
});
|
|
4972
5199
|
}
|
|
4973
5200
|
export declare class StartMigrationJobResponse extends $tea.Model {
|
|
4974
|
-
headers
|
|
5201
|
+
headers?: {
|
|
5202
|
+
[key: string]: string;
|
|
5203
|
+
};
|
|
5204
|
+
statusCode?: number;
|
|
5205
|
+
body?: StartMigrationJobResponseBody;
|
|
5206
|
+
static names(): {
|
|
5207
|
+
[key: string]: string;
|
|
5208
|
+
};
|
|
5209
|
+
static types(): {
|
|
5210
|
+
[key: string]: any;
|
|
5211
|
+
};
|
|
5212
|
+
constructor(map?: {
|
|
5213
|
+
[key: string]: any;
|
|
5214
|
+
});
|
|
5215
|
+
}
|
|
5216
|
+
export declare class StartReverseWriterRequest extends $tea.Model {
|
|
5217
|
+
checkPoint?: string;
|
|
5218
|
+
dtsJobId?: string;
|
|
5219
|
+
resourceGroupId?: string;
|
|
5220
|
+
static names(): {
|
|
5221
|
+
[key: string]: string;
|
|
5222
|
+
};
|
|
5223
|
+
static types(): {
|
|
5224
|
+
[key: string]: any;
|
|
5225
|
+
};
|
|
5226
|
+
constructor(map?: {
|
|
5227
|
+
[key: string]: any;
|
|
5228
|
+
});
|
|
5229
|
+
}
|
|
5230
|
+
export declare class StartReverseWriterResponseBody extends $tea.Model {
|
|
5231
|
+
errCode?: string;
|
|
5232
|
+
errMessage?: string;
|
|
5233
|
+
requestId?: string;
|
|
5234
|
+
success?: string;
|
|
5235
|
+
static names(): {
|
|
5236
|
+
[key: string]: string;
|
|
5237
|
+
};
|
|
5238
|
+
static types(): {
|
|
5239
|
+
[key: string]: any;
|
|
5240
|
+
};
|
|
5241
|
+
constructor(map?: {
|
|
5242
|
+
[key: string]: any;
|
|
5243
|
+
});
|
|
5244
|
+
}
|
|
5245
|
+
export declare class StartReverseWriterResponse extends $tea.Model {
|
|
5246
|
+
headers?: {
|
|
4975
5247
|
[key: string]: string;
|
|
4976
5248
|
};
|
|
4977
|
-
statusCode
|
|
4978
|
-
body
|
|
5249
|
+
statusCode?: number;
|
|
5250
|
+
body?: StartReverseWriterResponseBody;
|
|
4979
5251
|
static names(): {
|
|
4980
5252
|
[key: string]: string;
|
|
4981
5253
|
};
|
|
@@ -4990,6 +5262,7 @@ export declare class StartSubscriptionInstanceRequest extends $tea.Model {
|
|
|
4990
5262
|
accountId?: string;
|
|
4991
5263
|
ownerId?: string;
|
|
4992
5264
|
regionId?: string;
|
|
5265
|
+
resourceGroupId?: string;
|
|
4993
5266
|
subscriptionInstanceId?: string;
|
|
4994
5267
|
static names(): {
|
|
4995
5268
|
[key: string]: string;
|
|
@@ -5018,11 +5291,11 @@ export declare class StartSubscriptionInstanceResponseBody extends $tea.Model {
|
|
|
5018
5291
|
});
|
|
5019
5292
|
}
|
|
5020
5293
|
export declare class StartSubscriptionInstanceResponse extends $tea.Model {
|
|
5021
|
-
headers
|
|
5294
|
+
headers?: {
|
|
5022
5295
|
[key: string]: string;
|
|
5023
5296
|
};
|
|
5024
|
-
statusCode
|
|
5025
|
-
body
|
|
5297
|
+
statusCode?: number;
|
|
5298
|
+
body?: StartSubscriptionInstanceResponseBody;
|
|
5026
5299
|
static names(): {
|
|
5027
5300
|
[key: string]: string;
|
|
5028
5301
|
};
|
|
@@ -5037,6 +5310,7 @@ export declare class StartSynchronizationJobRequest extends $tea.Model {
|
|
|
5037
5310
|
accountId?: string;
|
|
5038
5311
|
ownerId?: string;
|
|
5039
5312
|
regionId?: string;
|
|
5313
|
+
resourceGroupId?: string;
|
|
5040
5314
|
synchronizationDirection?: string;
|
|
5041
5315
|
synchronizationJobId?: string;
|
|
5042
5316
|
static names(): {
|
|
@@ -5065,11 +5339,11 @@ export declare class StartSynchronizationJobResponseBody extends $tea.Model {
|
|
|
5065
5339
|
});
|
|
5066
5340
|
}
|
|
5067
5341
|
export declare class StartSynchronizationJobResponse extends $tea.Model {
|
|
5068
|
-
headers
|
|
5342
|
+
headers?: {
|
|
5069
5343
|
[key: string]: string;
|
|
5070
5344
|
};
|
|
5071
|
-
statusCode
|
|
5072
|
-
body
|
|
5345
|
+
statusCode?: number;
|
|
5346
|
+
body?: StartSynchronizationJobResponseBody;
|
|
5073
5347
|
static names(): {
|
|
5074
5348
|
[key: string]: string;
|
|
5075
5349
|
};
|
|
@@ -5086,6 +5360,7 @@ export declare class StopDedicatedClusterRequest extends $tea.Model {
|
|
|
5086
5360
|
instanceId?: string;
|
|
5087
5361
|
ownerId?: string;
|
|
5088
5362
|
regionId?: string;
|
|
5363
|
+
resourceGroupId?: string;
|
|
5089
5364
|
static names(): {
|
|
5090
5365
|
[key: string]: string;
|
|
5091
5366
|
};
|
|
@@ -5113,11 +5388,11 @@ export declare class StopDedicatedClusterResponseBody extends $tea.Model {
|
|
|
5113
5388
|
});
|
|
5114
5389
|
}
|
|
5115
5390
|
export declare class StopDedicatedClusterResponse extends $tea.Model {
|
|
5116
|
-
headers
|
|
5391
|
+
headers?: {
|
|
5117
5392
|
[key: string]: string;
|
|
5118
5393
|
};
|
|
5119
|
-
statusCode
|
|
5120
|
-
body
|
|
5394
|
+
statusCode?: number;
|
|
5395
|
+
body?: StopDedicatedClusterResponseBody;
|
|
5121
5396
|
static names(): {
|
|
5122
5397
|
[key: string]: string;
|
|
5123
5398
|
};
|
|
@@ -5132,7 +5407,9 @@ export declare class StopDtsJobRequest extends $tea.Model {
|
|
|
5132
5407
|
dtsInstanceId?: string;
|
|
5133
5408
|
dtsJobId?: string;
|
|
5134
5409
|
regionId?: string;
|
|
5410
|
+
resourceGroupId?: string;
|
|
5135
5411
|
synchronizationDirection?: string;
|
|
5412
|
+
zeroEtlJob?: boolean;
|
|
5136
5413
|
static names(): {
|
|
5137
5414
|
[key: string]: string;
|
|
5138
5415
|
};
|
|
@@ -5162,11 +5439,11 @@ export declare class StopDtsJobResponseBody extends $tea.Model {
|
|
|
5162
5439
|
});
|
|
5163
5440
|
}
|
|
5164
5441
|
export declare class StopDtsJobResponse extends $tea.Model {
|
|
5165
|
-
headers
|
|
5442
|
+
headers?: {
|
|
5166
5443
|
[key: string]: string;
|
|
5167
5444
|
};
|
|
5168
|
-
statusCode
|
|
5169
|
-
body
|
|
5445
|
+
statusCode?: number;
|
|
5446
|
+
body?: StopDtsJobResponseBody;
|
|
5170
5447
|
static names(): {
|
|
5171
5448
|
[key: string]: string;
|
|
5172
5449
|
};
|
|
@@ -5180,6 +5457,8 @@ export declare class StopDtsJobResponse extends $tea.Model {
|
|
|
5180
5457
|
export declare class StopDtsJobsRequest extends $tea.Model {
|
|
5181
5458
|
dtsJobIds?: string;
|
|
5182
5459
|
regionId?: string;
|
|
5460
|
+
resourceGroupId?: string;
|
|
5461
|
+
zeroEtlJob?: boolean;
|
|
5183
5462
|
static names(): {
|
|
5184
5463
|
[key: string]: string;
|
|
5185
5464
|
};
|
|
@@ -5209,11 +5488,11 @@ export declare class StopDtsJobsResponseBody extends $tea.Model {
|
|
|
5209
5488
|
});
|
|
5210
5489
|
}
|
|
5211
5490
|
export declare class StopDtsJobsResponse extends $tea.Model {
|
|
5212
|
-
headers
|
|
5491
|
+
headers?: {
|
|
5213
5492
|
[key: string]: string;
|
|
5214
5493
|
};
|
|
5215
|
-
statusCode
|
|
5216
|
-
body
|
|
5494
|
+
statusCode?: number;
|
|
5495
|
+
body?: StopDtsJobsResponseBody;
|
|
5217
5496
|
static names(): {
|
|
5218
5497
|
[key: string]: string;
|
|
5219
5498
|
};
|
|
@@ -5230,6 +5509,7 @@ export declare class StopMigrationJobRequest extends $tea.Model {
|
|
|
5230
5509
|
migrationJobId?: string;
|
|
5231
5510
|
ownerId?: string;
|
|
5232
5511
|
regionId?: string;
|
|
5512
|
+
resourceGroupId?: string;
|
|
5233
5513
|
static names(): {
|
|
5234
5514
|
[key: string]: string;
|
|
5235
5515
|
};
|
|
@@ -5256,11 +5536,11 @@ export declare class StopMigrationJobResponseBody extends $tea.Model {
|
|
|
5256
5536
|
});
|
|
5257
5537
|
}
|
|
5258
5538
|
export declare class StopMigrationJobResponse extends $tea.Model {
|
|
5259
|
-
headers
|
|
5539
|
+
headers?: {
|
|
5260
5540
|
[key: string]: string;
|
|
5261
5541
|
};
|
|
5262
|
-
statusCode
|
|
5263
|
-
body
|
|
5542
|
+
statusCode?: number;
|
|
5543
|
+
body?: StopMigrationJobResponseBody;
|
|
5264
5544
|
static names(): {
|
|
5265
5545
|
[key: string]: string;
|
|
5266
5546
|
};
|
|
@@ -5276,8 +5556,10 @@ export declare class SummaryJobDetailRequest extends $tea.Model {
|
|
|
5276
5556
|
dtsJobId?: string;
|
|
5277
5557
|
jobCode?: string;
|
|
5278
5558
|
regionId?: string;
|
|
5559
|
+
resourceGroupId?: string;
|
|
5279
5560
|
structType?: string;
|
|
5280
5561
|
synchronizationDirection?: string;
|
|
5562
|
+
zeroEtlJob?: boolean;
|
|
5281
5563
|
static names(): {
|
|
5282
5564
|
[key: string]: string;
|
|
5283
5565
|
};
|
|
@@ -5306,11 +5588,11 @@ export declare class SummaryJobDetailResponseBody extends $tea.Model {
|
|
|
5306
5588
|
});
|
|
5307
5589
|
}
|
|
5308
5590
|
export declare class SummaryJobDetailResponse extends $tea.Model {
|
|
5309
|
-
headers
|
|
5591
|
+
headers?: {
|
|
5310
5592
|
[key: string]: string;
|
|
5311
5593
|
};
|
|
5312
|
-
statusCode
|
|
5313
|
-
body
|
|
5594
|
+
statusCode?: number;
|
|
5595
|
+
body?: SummaryJobDetailResponseBody;
|
|
5314
5596
|
static names(): {
|
|
5315
5597
|
[key: string]: string;
|
|
5316
5598
|
};
|
|
@@ -5325,7 +5607,9 @@ export declare class SuspendDtsJobRequest extends $tea.Model {
|
|
|
5325
5607
|
dtsInstanceId?: string;
|
|
5326
5608
|
dtsJobId?: string;
|
|
5327
5609
|
regionId?: string;
|
|
5610
|
+
resourceGroupId?: string;
|
|
5328
5611
|
synchronizationDirection?: string;
|
|
5612
|
+
zeroEtlJob?: boolean;
|
|
5329
5613
|
static names(): {
|
|
5330
5614
|
[key: string]: string;
|
|
5331
5615
|
};
|
|
@@ -5355,11 +5639,11 @@ export declare class SuspendDtsJobResponseBody extends $tea.Model {
|
|
|
5355
5639
|
});
|
|
5356
5640
|
}
|
|
5357
5641
|
export declare class SuspendDtsJobResponse extends $tea.Model {
|
|
5358
|
-
headers
|
|
5642
|
+
headers?: {
|
|
5359
5643
|
[key: string]: string;
|
|
5360
5644
|
};
|
|
5361
|
-
statusCode
|
|
5362
|
-
body
|
|
5645
|
+
statusCode?: number;
|
|
5646
|
+
body?: SuspendDtsJobResponseBody;
|
|
5363
5647
|
static names(): {
|
|
5364
5648
|
[key: string]: string;
|
|
5365
5649
|
};
|
|
@@ -5373,6 +5657,8 @@ export declare class SuspendDtsJobResponse extends $tea.Model {
|
|
|
5373
5657
|
export declare class SuspendDtsJobsRequest extends $tea.Model {
|
|
5374
5658
|
dtsJobIds?: string;
|
|
5375
5659
|
regionId?: string;
|
|
5660
|
+
resourceGroupId?: string;
|
|
5661
|
+
zeroEtlJob?: boolean;
|
|
5376
5662
|
static names(): {
|
|
5377
5663
|
[key: string]: string;
|
|
5378
5664
|
};
|
|
@@ -5402,11 +5688,11 @@ export declare class SuspendDtsJobsResponseBody extends $tea.Model {
|
|
|
5402
5688
|
});
|
|
5403
5689
|
}
|
|
5404
5690
|
export declare class SuspendDtsJobsResponse extends $tea.Model {
|
|
5405
|
-
headers
|
|
5691
|
+
headers?: {
|
|
5406
5692
|
[key: string]: string;
|
|
5407
5693
|
};
|
|
5408
|
-
statusCode
|
|
5409
|
-
body
|
|
5694
|
+
statusCode?: number;
|
|
5695
|
+
body?: SuspendDtsJobsResponseBody;
|
|
5410
5696
|
static names(): {
|
|
5411
5697
|
[key: string]: string;
|
|
5412
5698
|
};
|
|
@@ -5423,6 +5709,7 @@ export declare class SuspendMigrationJobRequest extends $tea.Model {
|
|
|
5423
5709
|
migrationJobId?: string;
|
|
5424
5710
|
ownerId?: string;
|
|
5425
5711
|
regionId?: string;
|
|
5712
|
+
resourceGroupId?: string;
|
|
5426
5713
|
static names(): {
|
|
5427
5714
|
[key: string]: string;
|
|
5428
5715
|
};
|
|
@@ -5449,11 +5736,11 @@ export declare class SuspendMigrationJobResponseBody extends $tea.Model {
|
|
|
5449
5736
|
});
|
|
5450
5737
|
}
|
|
5451
5738
|
export declare class SuspendMigrationJobResponse extends $tea.Model {
|
|
5452
|
-
headers
|
|
5739
|
+
headers?: {
|
|
5453
5740
|
[key: string]: string;
|
|
5454
5741
|
};
|
|
5455
|
-
statusCode
|
|
5456
|
-
body
|
|
5742
|
+
statusCode?: number;
|
|
5743
|
+
body?: SuspendMigrationJobResponseBody;
|
|
5457
5744
|
static names(): {
|
|
5458
5745
|
[key: string]: string;
|
|
5459
5746
|
};
|
|
@@ -5468,6 +5755,7 @@ export declare class SuspendSynchronizationJobRequest extends $tea.Model {
|
|
|
5468
5755
|
accountId?: string;
|
|
5469
5756
|
ownerId?: string;
|
|
5470
5757
|
regionId?: string;
|
|
5758
|
+
resourceGroupId?: string;
|
|
5471
5759
|
synchronizationDirection?: string;
|
|
5472
5760
|
synchronizationJobId?: string;
|
|
5473
5761
|
static names(): {
|
|
@@ -5496,11 +5784,11 @@ export declare class SuspendSynchronizationJobResponseBody extends $tea.Model {
|
|
|
5496
5784
|
});
|
|
5497
5785
|
}
|
|
5498
5786
|
export declare class SuspendSynchronizationJobResponse extends $tea.Model {
|
|
5499
|
-
headers
|
|
5787
|
+
headers?: {
|
|
5500
5788
|
[key: string]: string;
|
|
5501
5789
|
};
|
|
5502
|
-
statusCode
|
|
5503
|
-
body
|
|
5790
|
+
statusCode?: number;
|
|
5791
|
+
body?: SuspendSynchronizationJobResponseBody;
|
|
5504
5792
|
static names(): {
|
|
5505
5793
|
[key: string]: string;
|
|
5506
5794
|
};
|
|
@@ -5515,6 +5803,7 @@ export declare class SwitchPhysicalDtsJobToCloudRequest extends $tea.Model {
|
|
|
5515
5803
|
dtsInstanceId?: string;
|
|
5516
5804
|
dtsJobId?: string;
|
|
5517
5805
|
regionId?: string;
|
|
5806
|
+
resourceGroupId?: string;
|
|
5518
5807
|
synchronizationDirection?: string;
|
|
5519
5808
|
static names(): {
|
|
5520
5809
|
[key: string]: string;
|
|
@@ -5545,11 +5834,11 @@ export declare class SwitchPhysicalDtsJobToCloudResponseBody extends $tea.Model
|
|
|
5545
5834
|
});
|
|
5546
5835
|
}
|
|
5547
5836
|
export declare class SwitchPhysicalDtsJobToCloudResponse extends $tea.Model {
|
|
5548
|
-
headers
|
|
5837
|
+
headers?: {
|
|
5549
5838
|
[key: string]: string;
|
|
5550
5839
|
};
|
|
5551
|
-
statusCode
|
|
5552
|
-
body
|
|
5840
|
+
statusCode?: number;
|
|
5841
|
+
body?: SwitchPhysicalDtsJobToCloudResponseBody;
|
|
5553
5842
|
static names(): {
|
|
5554
5843
|
[key: string]: string;
|
|
5555
5844
|
};
|
|
@@ -5566,6 +5855,7 @@ export declare class SwitchSynchronizationEndpointRequest extends $tea.Model {
|
|
|
5566
5855
|
accountId?: string;
|
|
5567
5856
|
ownerId?: string;
|
|
5568
5857
|
regionId?: string;
|
|
5858
|
+
resourceGroupId?: string;
|
|
5569
5859
|
synchronizationDirection?: string;
|
|
5570
5860
|
synchronizationJobId?: string;
|
|
5571
5861
|
static names(): {
|
|
@@ -5595,11 +5885,11 @@ export declare class SwitchSynchronizationEndpointResponseBody extends $tea.Mode
|
|
|
5595
5885
|
});
|
|
5596
5886
|
}
|
|
5597
5887
|
export declare class SwitchSynchronizationEndpointResponse extends $tea.Model {
|
|
5598
|
-
headers
|
|
5888
|
+
headers?: {
|
|
5599
5889
|
[key: string]: string;
|
|
5600
5890
|
};
|
|
5601
|
-
statusCode
|
|
5602
|
-
body
|
|
5891
|
+
statusCode?: number;
|
|
5892
|
+
body?: SwitchSynchronizationEndpointResponseBody;
|
|
5603
5893
|
static names(): {
|
|
5604
5894
|
[key: string]: string;
|
|
5605
5895
|
};
|
|
@@ -5612,6 +5902,7 @@ export declare class SwitchSynchronizationEndpointResponse extends $tea.Model {
|
|
|
5612
5902
|
}
|
|
5613
5903
|
export declare class TagResourcesRequest extends $tea.Model {
|
|
5614
5904
|
regionId?: string;
|
|
5905
|
+
resourceGroupId?: string;
|
|
5615
5906
|
resourceId?: string[];
|
|
5616
5907
|
resourceType?: string;
|
|
5617
5908
|
tag?: TagResourcesRequestTag[];
|
|
@@ -5641,11 +5932,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
5641
5932
|
});
|
|
5642
5933
|
}
|
|
5643
5934
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
5644
|
-
headers
|
|
5935
|
+
headers?: {
|
|
5645
5936
|
[key: string]: string;
|
|
5646
5937
|
};
|
|
5647
|
-
statusCode
|
|
5648
|
-
body
|
|
5938
|
+
statusCode?: number;
|
|
5939
|
+
body?: TagResourcesResponseBody;
|
|
5649
5940
|
static names(): {
|
|
5650
5941
|
[key: string]: string;
|
|
5651
5942
|
};
|
|
@@ -5661,6 +5952,7 @@ export declare class TransferInstanceClassRequest extends $tea.Model {
|
|
|
5661
5952
|
instanceClass?: string;
|
|
5662
5953
|
orderType?: string;
|
|
5663
5954
|
regionId?: string;
|
|
5955
|
+
resourceGroupId?: string;
|
|
5664
5956
|
static names(): {
|
|
5665
5957
|
[key: string]: string;
|
|
5666
5958
|
};
|
|
@@ -5694,11 +5986,11 @@ export declare class TransferInstanceClassResponseBody extends $tea.Model {
|
|
|
5694
5986
|
});
|
|
5695
5987
|
}
|
|
5696
5988
|
export declare class TransferInstanceClassResponse extends $tea.Model {
|
|
5697
|
-
headers
|
|
5989
|
+
headers?: {
|
|
5698
5990
|
[key: string]: string;
|
|
5699
5991
|
};
|
|
5700
|
-
statusCode
|
|
5701
|
-
body
|
|
5992
|
+
statusCode?: number;
|
|
5993
|
+
body?: TransferInstanceClassResponseBody;
|
|
5702
5994
|
static names(): {
|
|
5703
5995
|
[key: string]: string;
|
|
5704
5996
|
};
|
|
@@ -5715,6 +6007,7 @@ export declare class TransferPayTypeRequest extends $tea.Model {
|
|
|
5715
6007
|
dtsJobId?: string;
|
|
5716
6008
|
period?: string;
|
|
5717
6009
|
regionId?: string;
|
|
6010
|
+
resourceGroupId?: string;
|
|
5718
6011
|
static names(): {
|
|
5719
6012
|
[key: string]: string;
|
|
5720
6013
|
};
|
|
@@ -5748,11 +6041,11 @@ export declare class TransferPayTypeResponseBody extends $tea.Model {
|
|
|
5748
6041
|
});
|
|
5749
6042
|
}
|
|
5750
6043
|
export declare class TransferPayTypeResponse extends $tea.Model {
|
|
5751
|
-
headers
|
|
6044
|
+
headers?: {
|
|
5752
6045
|
[key: string]: string;
|
|
5753
6046
|
};
|
|
5754
|
-
statusCode
|
|
5755
|
-
body
|
|
6047
|
+
statusCode?: number;
|
|
6048
|
+
body?: TransferPayTypeResponseBody;
|
|
5756
6049
|
static names(): {
|
|
5757
6050
|
[key: string]: string;
|
|
5758
6051
|
};
|
|
@@ -5766,6 +6059,7 @@ export declare class TransferPayTypeResponse extends $tea.Model {
|
|
|
5766
6059
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
5767
6060
|
all?: boolean;
|
|
5768
6061
|
regionId?: string;
|
|
6062
|
+
resourceGroupId?: string;
|
|
5769
6063
|
resourceId?: string[];
|
|
5770
6064
|
resourceType?: string;
|
|
5771
6065
|
tagKey?: string[];
|
|
@@ -5795,11 +6089,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
5795
6089
|
});
|
|
5796
6090
|
}
|
|
5797
6091
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
5798
|
-
headers
|
|
6092
|
+
headers?: {
|
|
5799
6093
|
[key: string]: string;
|
|
5800
6094
|
};
|
|
5801
|
-
statusCode
|
|
5802
|
-
body
|
|
6095
|
+
statusCode?: number;
|
|
6096
|
+
body?: UntagResourcesResponseBody;
|
|
5803
6097
|
static names(): {
|
|
5804
6098
|
[key: string]: string;
|
|
5805
6099
|
};
|
|
@@ -5814,6 +6108,7 @@ export declare class UpgradeTwoWayRequest extends $tea.Model {
|
|
|
5814
6108
|
instanceClass?: string;
|
|
5815
6109
|
instanceId?: string;
|
|
5816
6110
|
regionId?: string;
|
|
6111
|
+
resourceGroupId?: string;
|
|
5817
6112
|
static names(): {
|
|
5818
6113
|
[key: string]: string;
|
|
5819
6114
|
};
|
|
@@ -5843,11 +6138,11 @@ export declare class UpgradeTwoWayResponseBody extends $tea.Model {
|
|
|
5843
6138
|
});
|
|
5844
6139
|
}
|
|
5845
6140
|
export declare class UpgradeTwoWayResponse extends $tea.Model {
|
|
5846
|
-
headers
|
|
6141
|
+
headers?: {
|
|
5847
6142
|
[key: string]: string;
|
|
5848
6143
|
};
|
|
5849
|
-
statusCode
|
|
5850
|
-
body
|
|
6144
|
+
statusCode?: number;
|
|
6145
|
+
body?: UpgradeTwoWayResponseBody;
|
|
5851
6146
|
static names(): {
|
|
5852
6147
|
[key: string]: string;
|
|
5853
6148
|
};
|
|
@@ -5862,7 +6157,9 @@ export declare class WhiteIpListRequest extends $tea.Model {
|
|
|
5862
6157
|
destinationRegion?: string;
|
|
5863
6158
|
region?: string;
|
|
5864
6159
|
regionId?: string;
|
|
6160
|
+
resourceGroupId?: string;
|
|
5865
6161
|
type?: string;
|
|
6162
|
+
zeroEtlJob?: boolean;
|
|
5866
6163
|
static names(): {
|
|
5867
6164
|
[key: string]: string;
|
|
5868
6165
|
};
|
|
@@ -5893,11 +6190,11 @@ export declare class WhiteIpListResponseBody extends $tea.Model {
|
|
|
5893
6190
|
});
|
|
5894
6191
|
}
|
|
5895
6192
|
export declare class WhiteIpListResponse extends $tea.Model {
|
|
5896
|
-
headers
|
|
6193
|
+
headers?: {
|
|
5897
6194
|
[key: string]: string;
|
|
5898
6195
|
};
|
|
5899
|
-
statusCode
|
|
5900
|
-
body
|
|
6196
|
+
statusCode?: number;
|
|
6197
|
+
body?: WhiteIpListResponseBody;
|
|
5901
6198
|
static names(): {
|
|
5902
6199
|
[key: string]: string;
|
|
5903
6200
|
};
|
|
@@ -6780,7 +7077,9 @@ export declare class DescribeDtsJobDetailResponseBodySubDistributedJobReverseJob
|
|
|
6780
7077
|
groupId?: string;
|
|
6781
7078
|
isDemoJob?: boolean;
|
|
6782
7079
|
jobType?: string;
|
|
7080
|
+
maxDu?: number;
|
|
6783
7081
|
migrationMode?: DescribeDtsJobDetailResponseBodySubDistributedJobReverseJobMigrationMode;
|
|
7082
|
+
minDu?: number;
|
|
6784
7083
|
originType?: string;
|
|
6785
7084
|
payType?: string;
|
|
6786
7085
|
performance?: DescribeDtsJobDetailResponseBodySubDistributedJobReverseJobPerformance;
|
|
@@ -6925,7 +7224,9 @@ export declare class DescribeDtsJobDetailResponseBodySubDistributedJob extends $
|
|
|
6925
7224
|
groupId?: string;
|
|
6926
7225
|
isDemoJob?: boolean;
|
|
6927
7226
|
jobType?: string;
|
|
7227
|
+
maxDu?: number;
|
|
6928
7228
|
migrationMode?: DescribeDtsJobDetailResponseBodySubDistributedJobMigrationMode;
|
|
7229
|
+
minDu?: number;
|
|
6929
7230
|
originType?: string;
|
|
6930
7231
|
payType?: string;
|
|
6931
7232
|
performance?: DescribeDtsJobDetailResponseBodySubDistributedJobPerformance;
|
|
@@ -7514,7 +7815,9 @@ export declare class DescribeDtsJobDetailResponseBodySubSyncJob extends $tea.Mod
|
|
|
7514
7815
|
groupId?: string;
|
|
7515
7816
|
isDemoJob?: boolean;
|
|
7516
7817
|
jobType?: string;
|
|
7818
|
+
maxDu?: number;
|
|
7517
7819
|
migrationMode?: DescribeDtsJobDetailResponseBodySubSyncJobMigrationMode;
|
|
7820
|
+
minDu?: number;
|
|
7518
7821
|
originType?: string;
|
|
7519
7822
|
payType?: string;
|
|
7520
7823
|
performance?: DescribeDtsJobDetailResponseBodySubSyncJobPerformance;
|
|
@@ -7845,9 +8148,41 @@ export declare class DescribeDtsJobsResponseBodyDtsJobListReverseJobErrorDetails
|
|
|
7845
8148
|
[key: string]: any;
|
|
7846
8149
|
});
|
|
7847
8150
|
}
|
|
8151
|
+
export declare class DescribeDtsJobsResponseBodyDtsJobListReverseJobFullDataCheckStatus extends $tea.Model {
|
|
8152
|
+
errorMessage?: string;
|
|
8153
|
+
percent?: string;
|
|
8154
|
+
progress?: string;
|
|
8155
|
+
status?: string;
|
|
8156
|
+
static names(): {
|
|
8157
|
+
[key: string]: string;
|
|
8158
|
+
};
|
|
8159
|
+
static types(): {
|
|
8160
|
+
[key: string]: any;
|
|
8161
|
+
};
|
|
8162
|
+
constructor(map?: {
|
|
8163
|
+
[key: string]: any;
|
|
8164
|
+
});
|
|
8165
|
+
}
|
|
8166
|
+
export declare class DescribeDtsJobsResponseBodyDtsJobListReverseJobIncDataCheckStatus extends $tea.Model {
|
|
8167
|
+
errorMessage?: string;
|
|
8168
|
+
percent?: string;
|
|
8169
|
+
progress?: string;
|
|
8170
|
+
status?: string;
|
|
8171
|
+
static names(): {
|
|
8172
|
+
[key: string]: string;
|
|
8173
|
+
};
|
|
8174
|
+
static types(): {
|
|
8175
|
+
[key: string]: any;
|
|
8176
|
+
};
|
|
8177
|
+
constructor(map?: {
|
|
8178
|
+
[key: string]: any;
|
|
8179
|
+
});
|
|
8180
|
+
}
|
|
7848
8181
|
export declare class DescribeDtsJobsResponseBodyDtsJobListReverseJobMigrationMode extends $tea.Model {
|
|
7849
8182
|
dataInitialization?: boolean;
|
|
7850
8183
|
dataSynchronization?: boolean;
|
|
8184
|
+
fullDataCheck?: boolean;
|
|
8185
|
+
incDataCheck?: boolean;
|
|
7851
8186
|
structureInitialization?: boolean;
|
|
7852
8187
|
static names(): {
|
|
7853
8188
|
[key: string]: string;
|
|
@@ -7959,8 +8294,12 @@ export declare class DescribeDtsJobsResponseBodyDtsJobListReverseJob extends $te
|
|
|
7959
8294
|
errorMessage?: string;
|
|
7960
8295
|
etlSafeCheckpoint?: string;
|
|
7961
8296
|
expireTime?: string;
|
|
8297
|
+
fullDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListReverseJobFullDataCheckStatus;
|
|
8298
|
+
incDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListReverseJobIncDataCheckStatus;
|
|
8299
|
+
maxDu?: number;
|
|
7962
8300
|
memUsage?: string;
|
|
7963
8301
|
migrationMode?: DescribeDtsJobsResponseBodyDtsJobListReverseJobMigrationMode;
|
|
8302
|
+
minDu?: number;
|
|
7964
8303
|
payType?: string;
|
|
7965
8304
|
performance?: DescribeDtsJobsResponseBodyDtsJobListReverseJobPerformance;
|
|
7966
8305
|
precheckStatus?: DescribeDtsJobsResponseBodyDtsJobListReverseJobPrecheckStatus;
|
|
@@ -8058,6 +8397,7 @@ export declare class DescribeDtsJobsResponseBodyDtsJobList extends $tea.Model {
|
|
|
8058
8397
|
fullDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListFullDataCheckStatus;
|
|
8059
8398
|
incDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListIncDataCheckStatus;
|
|
8060
8399
|
jobType?: string;
|
|
8400
|
+
maxDu?: number;
|
|
8061
8401
|
memUsage?: string;
|
|
8062
8402
|
migrationErrCode?: string;
|
|
8063
8403
|
migrationErrHelpDocId?: string;
|
|
@@ -8066,6 +8406,7 @@ export declare class DescribeDtsJobsResponseBodyDtsJobList extends $tea.Model {
|
|
|
8066
8406
|
migrationErrType?: string;
|
|
8067
8407
|
migrationErrWorkaround?: string;
|
|
8068
8408
|
migrationMode?: DescribeDtsJobsResponseBodyDtsJobListMigrationMode;
|
|
8409
|
+
minDu?: number;
|
|
8069
8410
|
originType?: string;
|
|
8070
8411
|
payType?: string;
|
|
8071
8412
|
performance?: DescribeDtsJobsResponseBodyDtsJobListPerformance;
|
|
@@ -10455,6 +10796,8 @@ export default class Client extends OpenApi {
|
|
|
10455
10796
|
* @return CreateMigrationJobResponse
|
|
10456
10797
|
*/
|
|
10457
10798
|
createMigrationJob(request: CreateMigrationJobRequest): Promise<CreateMigrationJobResponse>;
|
|
10799
|
+
createReverseDtsJobWithOptions(request: CreateReverseDtsJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateReverseDtsJobResponse>;
|
|
10800
|
+
createReverseDtsJob(request: CreateReverseDtsJobRequest): Promise<CreateReverseDtsJobResponse>;
|
|
10458
10801
|
/**
|
|
10459
10802
|
* Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/data-transmission-service/pricing) of Data Transmission Service (DTS).
|
|
10460
10803
|
*
|
|
@@ -10793,7 +11136,20 @@ export default class Client extends OpenApi {
|
|
|
10793
11136
|
* @return ModifyDedicatedClusterResponse
|
|
10794
11137
|
*/
|
|
10795
11138
|
modifyDedicatedCluster(request: ModifyDedicatedClusterRequest): Promise<ModifyDedicatedClusterResponse>;
|
|
11139
|
+
/**
|
|
11140
|
+
* When you configure a data synchronization task in the Data Transmission Service (DTS) console, you can move the pointer over **Next: Save Task Settings and Precheck** in the **Advanced Settings** step and click **Preview OpenAPI parameters** to view the parameters that are used to configure the task by calling an API operation.
|
|
11141
|
+
*
|
|
11142
|
+
* @param tmpReq ModifyDtsJobRequest
|
|
11143
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11144
|
+
* @return ModifyDtsJobResponse
|
|
11145
|
+
*/
|
|
10796
11146
|
modifyDtsJobWithOptions(tmpReq: ModifyDtsJobRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobResponse>;
|
|
11147
|
+
/**
|
|
11148
|
+
* When you configure a data synchronization task in the Data Transmission Service (DTS) console, you can move the pointer over **Next: Save Task Settings and Precheck** in the **Advanced Settings** step and click **Preview OpenAPI parameters** to view the parameters that are used to configure the task by calling an API operation.
|
|
11149
|
+
*
|
|
11150
|
+
* @param request ModifyDtsJobRequest
|
|
11151
|
+
* @return ModifyDtsJobResponse
|
|
11152
|
+
*/
|
|
10797
11153
|
modifyDtsJob(request: ModifyDtsJobRequest): Promise<ModifyDtsJobResponse>;
|
|
10798
11154
|
modifyDtsJobAdvance(request: ModifyDtsJobAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobResponse>;
|
|
10799
11155
|
modifyDtsJobConfigWithOptions(request: ModifyDtsJobConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobConfigResponse>;
|
|
@@ -10817,6 +11173,8 @@ export default class Client extends OpenApi {
|
|
|
10817
11173
|
* @return ModifyDtsJobDuLimitResponse
|
|
10818
11174
|
*/
|
|
10819
11175
|
modifyDtsJobDuLimit(request: ModifyDtsJobDuLimitRequest): Promise<ModifyDtsJobDuLimitResponse>;
|
|
11176
|
+
modifyDtsJobEndpointWithOptions(request: ModifyDtsJobEndpointRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobEndpointResponse>;
|
|
11177
|
+
modifyDtsJobEndpoint(request: ModifyDtsJobEndpointRequest): Promise<ModifyDtsJobEndpointResponse>;
|
|
10820
11178
|
modifyDtsJobNameWithOptions(request: ModifyDtsJobNameRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobNameResponse>;
|
|
10821
11179
|
modifyDtsJobName(request: ModifyDtsJobNameRequest): Promise<ModifyDtsJobNameResponse>;
|
|
10822
11180
|
modifyDtsJobPasswordWithOptions(request: ModifyDtsJobPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobPasswordResponse>;
|
|
@@ -10931,6 +11289,21 @@ export default class Client extends OpenApi {
|
|
|
10931
11289
|
* @return StartMigrationJobResponse
|
|
10932
11290
|
*/
|
|
10933
11291
|
startMigrationJob(request: StartMigrationJobRequest): Promise<StartMigrationJobResponse>;
|
|
11292
|
+
/**
|
|
11293
|
+
* Before you call this operation, make sure that your instance is not released and is paused. You can check the status of the instance in the Data Transmission Service (DTS) console or by calling the [DescribeDtsJobDetail](~~208925~~) operation.
|
|
11294
|
+
*
|
|
11295
|
+
* @param request StartReverseWriterRequest
|
|
11296
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11297
|
+
* @return StartReverseWriterResponse
|
|
11298
|
+
*/
|
|
11299
|
+
startReverseWriterWithOptions(request: StartReverseWriterRequest, runtime: $Util.RuntimeOptions): Promise<StartReverseWriterResponse>;
|
|
11300
|
+
/**
|
|
11301
|
+
* Before you call this operation, make sure that your instance is not released and is paused. You can check the status of the instance in the Data Transmission Service (DTS) console or by calling the [DescribeDtsJobDetail](~~208925~~) operation.
|
|
11302
|
+
*
|
|
11303
|
+
* @param request StartReverseWriterRequest
|
|
11304
|
+
* @return StartReverseWriterResponse
|
|
11305
|
+
*/
|
|
11306
|
+
startReverseWriter(request: StartReverseWriterRequest): Promise<StartReverseWriterResponse>;
|
|
10934
11307
|
/**
|
|
10935
11308
|
* When you call this operation, the change tracking task must be in the NotStarted or Failed state.
|
|
10936
11309
|
*
|
|
@@ -10946,24 +11319,7 @@ export default class Client extends OpenApi {
|
|
|
10946
11319
|
* @return StartSubscriptionInstanceResponse
|
|
10947
11320
|
*/
|
|
10948
11321
|
startSubscriptionInstance(request: StartSubscriptionInstanceRequest): Promise<StartSubscriptionInstanceResponse>;
|
|
10949
|
-
/**
|
|
10950
|
-
* >
|
|
10951
|
-
* * Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/data-transmission-service) of Data Transmission Service (DTS).
|
|
10952
|
-
* * When you call this operation, the data synchronization task must be in the NotStarted, Failed, or Suspending state. If you call this operation to start a task that is in the NotStarted state, the task will be prechecked.
|
|
10953
|
-
*
|
|
10954
|
-
* @param request StartSynchronizationJobRequest
|
|
10955
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
10956
|
-
* @return StartSynchronizationJobResponse
|
|
10957
|
-
*/
|
|
10958
11322
|
startSynchronizationJobWithOptions(request: StartSynchronizationJobRequest, runtime: $Util.RuntimeOptions): Promise<StartSynchronizationJobResponse>;
|
|
10959
|
-
/**
|
|
10960
|
-
* >
|
|
10961
|
-
* * Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/data-transmission-service) of Data Transmission Service (DTS).
|
|
10962
|
-
* * When you call this operation, the data synchronization task must be in the NotStarted, Failed, or Suspending state. If you call this operation to start a task that is in the NotStarted state, the task will be prechecked.
|
|
10963
|
-
*
|
|
10964
|
-
* @param request StartSynchronizationJobRequest
|
|
10965
|
-
* @return StartSynchronizationJobResponse
|
|
10966
|
-
*/
|
|
10967
11323
|
startSynchronizationJob(request: StartSynchronizationJobRequest): Promise<StartSynchronizationJobResponse>;
|
|
10968
11324
|
stopDedicatedClusterWithOptions(request: StopDedicatedClusterRequest, runtime: $Util.RuntimeOptions): Promise<StopDedicatedClusterResponse>;
|
|
10969
11325
|
stopDedicatedCluster(request: StopDedicatedClusterRequest): Promise<StopDedicatedClusterResponse>;
|