@alicloud/dts20200101 1.3.0 → 1.3.3
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 +577 -350
- package/dist/client.js +2716 -1787
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +1600 -357
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,11 @@ export declare class CreateMigrationJobResponseBody extends $tea.Model {
|
|
|
967
991
|
});
|
|
968
992
|
}
|
|
969
993
|
export declare class CreateMigrationJobResponse extends $tea.Model {
|
|
970
|
-
headers
|
|
994
|
+
headers?: {
|
|
971
995
|
[key: string]: string;
|
|
972
996
|
};
|
|
973
|
-
statusCode
|
|
974
|
-
body
|
|
997
|
+
statusCode?: number;
|
|
998
|
+
body?: CreateMigrationJobResponseBody;
|
|
975
999
|
static names(): {
|
|
976
1000
|
[key: string]: string;
|
|
977
1001
|
};
|
|
@@ -984,6 +1008,7 @@ export declare class CreateMigrationJobResponse extends $tea.Model {
|
|
|
984
1008
|
}
|
|
985
1009
|
export declare class CreateReverseDtsJobRequest extends $tea.Model {
|
|
986
1010
|
dtsJobId?: string;
|
|
1011
|
+
resourceGroupId?: string;
|
|
987
1012
|
static names(): {
|
|
988
1013
|
[key: string]: string;
|
|
989
1014
|
};
|
|
@@ -1013,11 +1038,11 @@ export declare class CreateReverseDtsJobResponseBody extends $tea.Model {
|
|
|
1013
1038
|
});
|
|
1014
1039
|
}
|
|
1015
1040
|
export declare class CreateReverseDtsJobResponse extends $tea.Model {
|
|
1016
|
-
headers
|
|
1041
|
+
headers?: {
|
|
1017
1042
|
[key: string]: string;
|
|
1018
1043
|
};
|
|
1019
|
-
statusCode
|
|
1020
|
-
body
|
|
1044
|
+
statusCode?: number;
|
|
1045
|
+
body?: CreateReverseDtsJobResponseBody;
|
|
1021
1046
|
static names(): {
|
|
1022
1047
|
[key: string]: string;
|
|
1023
1048
|
};
|
|
@@ -1037,6 +1062,7 @@ export declare class CreateSubscriptionInstanceRequest extends $tea.Model {
|
|
|
1037
1062
|
period?: string;
|
|
1038
1063
|
region?: string;
|
|
1039
1064
|
regionId?: string;
|
|
1065
|
+
resourceGroupId?: string;
|
|
1040
1066
|
usedTime?: number;
|
|
1041
1067
|
static names(): {
|
|
1042
1068
|
[key: string]: string;
|
|
@@ -1065,11 +1091,11 @@ export declare class CreateSubscriptionInstanceResponseBody extends $tea.Model {
|
|
|
1065
1091
|
});
|
|
1066
1092
|
}
|
|
1067
1093
|
export declare class CreateSubscriptionInstanceResponse extends $tea.Model {
|
|
1068
|
-
headers
|
|
1094
|
+
headers?: {
|
|
1069
1095
|
[key: string]: string;
|
|
1070
1096
|
};
|
|
1071
|
-
statusCode
|
|
1072
|
-
body
|
|
1097
|
+
statusCode?: number;
|
|
1098
|
+
body?: CreateSubscriptionInstanceResponseBody;
|
|
1073
1099
|
static names(): {
|
|
1074
1100
|
[key: string]: string;
|
|
1075
1101
|
};
|
|
@@ -1091,6 +1117,7 @@ export declare class CreateSynchronizationJobRequest extends $tea.Model {
|
|
|
1091
1117
|
payType?: string;
|
|
1092
1118
|
period?: string;
|
|
1093
1119
|
regionId?: string;
|
|
1120
|
+
resourceGroupId?: string;
|
|
1094
1121
|
sourceRegion?: string;
|
|
1095
1122
|
synchronizationJobClass?: string;
|
|
1096
1123
|
topology?: string;
|
|
@@ -1123,11 +1150,11 @@ export declare class CreateSynchronizationJobResponseBody extends $tea.Model {
|
|
|
1123
1150
|
});
|
|
1124
1151
|
}
|
|
1125
1152
|
export declare class CreateSynchronizationJobResponse extends $tea.Model {
|
|
1126
|
-
headers
|
|
1153
|
+
headers?: {
|
|
1127
1154
|
[key: string]: string;
|
|
1128
1155
|
};
|
|
1129
|
-
statusCode
|
|
1130
|
-
body
|
|
1156
|
+
statusCode?: number;
|
|
1157
|
+
body?: CreateSynchronizationJobResponseBody;
|
|
1131
1158
|
static names(): {
|
|
1132
1159
|
[key: string]: string;
|
|
1133
1160
|
};
|
|
@@ -1143,6 +1170,7 @@ export declare class DeleteConsumerChannelRequest extends $tea.Model {
|
|
|
1143
1170
|
dtsInstanceId?: string;
|
|
1144
1171
|
dtsJobId?: string;
|
|
1145
1172
|
regionId?: string;
|
|
1173
|
+
resourceGroupId?: string;
|
|
1146
1174
|
static names(): {
|
|
1147
1175
|
[key: string]: string;
|
|
1148
1176
|
};
|
|
@@ -1170,11 +1198,11 @@ export declare class DeleteConsumerChannelResponseBody extends $tea.Model {
|
|
|
1170
1198
|
});
|
|
1171
1199
|
}
|
|
1172
1200
|
export declare class DeleteConsumerChannelResponse extends $tea.Model {
|
|
1173
|
-
headers
|
|
1201
|
+
headers?: {
|
|
1174
1202
|
[key: string]: string;
|
|
1175
1203
|
};
|
|
1176
|
-
statusCode
|
|
1177
|
-
body
|
|
1204
|
+
statusCode?: number;
|
|
1205
|
+
body?: DeleteConsumerChannelResponseBody;
|
|
1178
1206
|
static names(): {
|
|
1179
1207
|
[key: string]: string;
|
|
1180
1208
|
};
|
|
@@ -1190,6 +1218,7 @@ export declare class DeleteConsumerGroupRequest extends $tea.Model {
|
|
|
1190
1218
|
consumerGroupID?: string;
|
|
1191
1219
|
ownerId?: string;
|
|
1192
1220
|
regionId?: string;
|
|
1221
|
+
resourceGroupId?: string;
|
|
1193
1222
|
subscriptionInstanceId?: string;
|
|
1194
1223
|
static names(): {
|
|
1195
1224
|
[key: string]: string;
|
|
@@ -1217,11 +1246,11 @@ export declare class DeleteConsumerGroupResponseBody extends $tea.Model {
|
|
|
1217
1246
|
});
|
|
1218
1247
|
}
|
|
1219
1248
|
export declare class DeleteConsumerGroupResponse extends $tea.Model {
|
|
1220
|
-
headers
|
|
1249
|
+
headers?: {
|
|
1221
1250
|
[key: string]: string;
|
|
1222
1251
|
};
|
|
1223
|
-
statusCode
|
|
1224
|
-
body
|
|
1252
|
+
statusCode?: number;
|
|
1253
|
+
body?: DeleteConsumerGroupResponseBody;
|
|
1225
1254
|
static names(): {
|
|
1226
1255
|
[key: string]: string;
|
|
1227
1256
|
};
|
|
@@ -1237,7 +1266,9 @@ export declare class DeleteDtsJobRequest extends $tea.Model {
|
|
|
1237
1266
|
dtsJobId?: string;
|
|
1238
1267
|
jobType?: string;
|
|
1239
1268
|
regionId?: string;
|
|
1269
|
+
resourceGroupId?: string;
|
|
1240
1270
|
synchronizationDirection?: string;
|
|
1271
|
+
zeroEtlJob?: boolean;
|
|
1241
1272
|
static names(): {
|
|
1242
1273
|
[key: string]: string;
|
|
1243
1274
|
};
|
|
@@ -1267,11 +1298,11 @@ export declare class DeleteDtsJobResponseBody extends $tea.Model {
|
|
|
1267
1298
|
});
|
|
1268
1299
|
}
|
|
1269
1300
|
export declare class DeleteDtsJobResponse extends $tea.Model {
|
|
1270
|
-
headers
|
|
1301
|
+
headers?: {
|
|
1271
1302
|
[key: string]: string;
|
|
1272
1303
|
};
|
|
1273
|
-
statusCode
|
|
1274
|
-
body
|
|
1304
|
+
statusCode?: number;
|
|
1305
|
+
body?: DeleteDtsJobResponseBody;
|
|
1275
1306
|
static names(): {
|
|
1276
1307
|
[key: string]: string;
|
|
1277
1308
|
};
|
|
@@ -1285,6 +1316,8 @@ export declare class DeleteDtsJobResponse extends $tea.Model {
|
|
|
1285
1316
|
export declare class DeleteDtsJobsRequest extends $tea.Model {
|
|
1286
1317
|
dtsJobIds?: string;
|
|
1287
1318
|
regionId?: string;
|
|
1319
|
+
resourceGroupId?: string;
|
|
1320
|
+
zeroEtlJob?: boolean;
|
|
1288
1321
|
static names(): {
|
|
1289
1322
|
[key: string]: string;
|
|
1290
1323
|
};
|
|
@@ -1314,11 +1347,11 @@ export declare class DeleteDtsJobsResponseBody extends $tea.Model {
|
|
|
1314
1347
|
});
|
|
1315
1348
|
}
|
|
1316
1349
|
export declare class DeleteDtsJobsResponse extends $tea.Model {
|
|
1317
|
-
headers
|
|
1350
|
+
headers?: {
|
|
1318
1351
|
[key: string]: string;
|
|
1319
1352
|
};
|
|
1320
|
-
statusCode
|
|
1321
|
-
body
|
|
1353
|
+
statusCode?: number;
|
|
1354
|
+
body?: DeleteDtsJobsResponseBody;
|
|
1322
1355
|
static names(): {
|
|
1323
1356
|
[key: string]: string;
|
|
1324
1357
|
};
|
|
@@ -1334,6 +1367,7 @@ export declare class DeleteMigrationJobRequest extends $tea.Model {
|
|
|
1334
1367
|
migrationJobId?: string;
|
|
1335
1368
|
ownerId?: string;
|
|
1336
1369
|
regionId?: string;
|
|
1370
|
+
resourceGroupId?: string;
|
|
1337
1371
|
static names(): {
|
|
1338
1372
|
[key: string]: string;
|
|
1339
1373
|
};
|
|
@@ -1360,11 +1394,11 @@ export declare class DeleteMigrationJobResponseBody extends $tea.Model {
|
|
|
1360
1394
|
});
|
|
1361
1395
|
}
|
|
1362
1396
|
export declare class DeleteMigrationJobResponse extends $tea.Model {
|
|
1363
|
-
headers
|
|
1397
|
+
headers?: {
|
|
1364
1398
|
[key: string]: string;
|
|
1365
1399
|
};
|
|
1366
|
-
statusCode
|
|
1367
|
-
body
|
|
1400
|
+
statusCode?: number;
|
|
1401
|
+
body?: DeleteMigrationJobResponseBody;
|
|
1368
1402
|
static names(): {
|
|
1369
1403
|
[key: string]: string;
|
|
1370
1404
|
};
|
|
@@ -1379,6 +1413,7 @@ export declare class DeleteSubscriptionInstanceRequest extends $tea.Model {
|
|
|
1379
1413
|
accountId?: string;
|
|
1380
1414
|
ownerId?: string;
|
|
1381
1415
|
regionId?: string;
|
|
1416
|
+
resourceGroupId?: string;
|
|
1382
1417
|
subscriptionInstanceId?: string;
|
|
1383
1418
|
static names(): {
|
|
1384
1419
|
[key: string]: string;
|
|
@@ -1406,11 +1441,11 @@ export declare class DeleteSubscriptionInstanceResponseBody extends $tea.Model {
|
|
|
1406
1441
|
});
|
|
1407
1442
|
}
|
|
1408
1443
|
export declare class DeleteSubscriptionInstanceResponse extends $tea.Model {
|
|
1409
|
-
headers
|
|
1444
|
+
headers?: {
|
|
1410
1445
|
[key: string]: string;
|
|
1411
1446
|
};
|
|
1412
|
-
statusCode
|
|
1413
|
-
body
|
|
1447
|
+
statusCode?: number;
|
|
1448
|
+
body?: DeleteSubscriptionInstanceResponseBody;
|
|
1414
1449
|
static names(): {
|
|
1415
1450
|
[key: string]: string;
|
|
1416
1451
|
};
|
|
@@ -1425,6 +1460,7 @@ export declare class DeleteSynchronizationJobRequest extends $tea.Model {
|
|
|
1425
1460
|
accountId?: string;
|
|
1426
1461
|
ownerId?: string;
|
|
1427
1462
|
regionId?: string;
|
|
1463
|
+
resourceGroupId?: string;
|
|
1428
1464
|
synchronizationJobId?: string;
|
|
1429
1465
|
static names(): {
|
|
1430
1466
|
[key: string]: string;
|
|
@@ -1452,11 +1488,11 @@ export declare class DeleteSynchronizationJobResponseBody extends $tea.Model {
|
|
|
1452
1488
|
});
|
|
1453
1489
|
}
|
|
1454
1490
|
export declare class DeleteSynchronizationJobResponse extends $tea.Model {
|
|
1455
|
-
headers
|
|
1491
|
+
headers?: {
|
|
1456
1492
|
[key: string]: string;
|
|
1457
1493
|
};
|
|
1458
|
-
statusCode
|
|
1459
|
-
body
|
|
1494
|
+
statusCode?: number;
|
|
1495
|
+
body?: DeleteSynchronizationJobResponseBody;
|
|
1460
1496
|
static names(): {
|
|
1461
1497
|
[key: string]: string;
|
|
1462
1498
|
};
|
|
@@ -1506,11 +1542,11 @@ export declare class DescribeChannelAccountResponseBody extends $tea.Model {
|
|
|
1506
1542
|
});
|
|
1507
1543
|
}
|
|
1508
1544
|
export declare class DescribeChannelAccountResponse extends $tea.Model {
|
|
1509
|
-
headers
|
|
1545
|
+
headers?: {
|
|
1510
1546
|
[key: string]: string;
|
|
1511
1547
|
};
|
|
1512
|
-
statusCode
|
|
1513
|
-
body
|
|
1548
|
+
statusCode?: number;
|
|
1549
|
+
body?: DescribeChannelAccountResponseBody;
|
|
1514
1550
|
static names(): {
|
|
1515
1551
|
[key: string]: string;
|
|
1516
1552
|
};
|
|
@@ -1527,6 +1563,7 @@ export declare class DescribeCheckJobsRequest extends $tea.Model {
|
|
|
1527
1563
|
jobName?: string;
|
|
1528
1564
|
pageNumber?: number;
|
|
1529
1565
|
pageSize?: number;
|
|
1566
|
+
resourceGroupId?: string;
|
|
1530
1567
|
static names(): {
|
|
1531
1568
|
[key: string]: string;
|
|
1532
1569
|
};
|
|
@@ -1560,11 +1597,11 @@ export declare class DescribeCheckJobsResponseBody extends $tea.Model {
|
|
|
1560
1597
|
});
|
|
1561
1598
|
}
|
|
1562
1599
|
export declare class DescribeCheckJobsResponse extends $tea.Model {
|
|
1563
|
-
headers
|
|
1600
|
+
headers?: {
|
|
1564
1601
|
[key: string]: string;
|
|
1565
1602
|
};
|
|
1566
|
-
statusCode
|
|
1567
|
-
body
|
|
1603
|
+
statusCode?: number;
|
|
1604
|
+
body?: DescribeCheckJobsResponseBody;
|
|
1568
1605
|
static names(): {
|
|
1569
1606
|
[key: string]: string;
|
|
1570
1607
|
};
|
|
@@ -1584,6 +1621,7 @@ export declare class DescribeClusterOperateLogsRequest extends $tea.Model {
|
|
|
1584
1621
|
ownerID?: string;
|
|
1585
1622
|
pageNumber?: number;
|
|
1586
1623
|
pageSize?: number;
|
|
1624
|
+
resourceGroupId?: string;
|
|
1587
1625
|
startTime?: number;
|
|
1588
1626
|
static names(): {
|
|
1589
1627
|
[key: string]: string;
|
|
@@ -1618,11 +1656,11 @@ export declare class DescribeClusterOperateLogsResponseBody extends $tea.Model {
|
|
|
1618
1656
|
});
|
|
1619
1657
|
}
|
|
1620
1658
|
export declare class DescribeClusterOperateLogsResponse extends $tea.Model {
|
|
1621
|
-
headers
|
|
1659
|
+
headers?: {
|
|
1622
1660
|
[key: string]: string;
|
|
1623
1661
|
};
|
|
1624
|
-
statusCode
|
|
1625
|
-
body
|
|
1662
|
+
statusCode?: number;
|
|
1663
|
+
body?: DescribeClusterOperateLogsResponseBody;
|
|
1626
1664
|
static names(): {
|
|
1627
1665
|
[key: string]: string;
|
|
1628
1666
|
};
|
|
@@ -1642,6 +1680,7 @@ export declare class DescribeClusterUsedUtilizationRequest extends $tea.Model {
|
|
|
1642
1680
|
metricType?: string;
|
|
1643
1681
|
ownerID?: string;
|
|
1644
1682
|
regionId?: string;
|
|
1683
|
+
resourceGroupId?: string;
|
|
1645
1684
|
securityToken?: string;
|
|
1646
1685
|
static names(): {
|
|
1647
1686
|
[key: string]: string;
|
|
@@ -1682,11 +1721,11 @@ export declare class DescribeClusterUsedUtilizationResponseBody extends $tea.Mod
|
|
|
1682
1721
|
});
|
|
1683
1722
|
}
|
|
1684
1723
|
export declare class DescribeClusterUsedUtilizationResponse extends $tea.Model {
|
|
1685
|
-
headers
|
|
1724
|
+
headers?: {
|
|
1686
1725
|
[key: string]: string;
|
|
1687
1726
|
};
|
|
1688
|
-
statusCode
|
|
1689
|
-
body
|
|
1727
|
+
statusCode?: number;
|
|
1728
|
+
body?: DescribeClusterUsedUtilizationResponseBody;
|
|
1690
1729
|
static names(): {
|
|
1691
1730
|
[key: string]: string;
|
|
1692
1731
|
};
|
|
@@ -1710,6 +1749,7 @@ export declare class DescribeConnectionStatusRequest extends $tea.Model {
|
|
|
1710
1749
|
destinationEndpointRegion?: string;
|
|
1711
1750
|
destinationEndpointUserName?: string;
|
|
1712
1751
|
regionId?: string;
|
|
1752
|
+
resourceGroupId?: string;
|
|
1713
1753
|
sourceEndpointArchitecture?: string;
|
|
1714
1754
|
sourceEndpointDatabaseName?: string;
|
|
1715
1755
|
sourceEndpointEngineName?: string;
|
|
@@ -1753,11 +1793,11 @@ export declare class DescribeConnectionStatusResponseBody extends $tea.Model {
|
|
|
1753
1793
|
});
|
|
1754
1794
|
}
|
|
1755
1795
|
export declare class DescribeConnectionStatusResponse extends $tea.Model {
|
|
1756
|
-
headers
|
|
1796
|
+
headers?: {
|
|
1757
1797
|
[key: string]: string;
|
|
1758
1798
|
};
|
|
1759
|
-
statusCode
|
|
1760
|
-
body
|
|
1799
|
+
statusCode?: number;
|
|
1800
|
+
body?: DescribeConnectionStatusResponseBody;
|
|
1761
1801
|
static names(): {
|
|
1762
1802
|
[key: string]: string;
|
|
1763
1803
|
};
|
|
@@ -1775,6 +1815,7 @@ export declare class DescribeConsumerChannelRequest extends $tea.Model {
|
|
|
1775
1815
|
pageSize?: number;
|
|
1776
1816
|
parentChannelId?: string;
|
|
1777
1817
|
regionId?: string;
|
|
1818
|
+
resourceGroupId?: string;
|
|
1778
1819
|
static names(): {
|
|
1779
1820
|
[key: string]: string;
|
|
1780
1821
|
};
|
|
@@ -1806,11 +1847,11 @@ export declare class DescribeConsumerChannelResponseBody extends $tea.Model {
|
|
|
1806
1847
|
});
|
|
1807
1848
|
}
|
|
1808
1849
|
export declare class DescribeConsumerChannelResponse extends $tea.Model {
|
|
1809
|
-
headers
|
|
1850
|
+
headers?: {
|
|
1810
1851
|
[key: string]: string;
|
|
1811
1852
|
};
|
|
1812
|
-
statusCode
|
|
1813
|
-
body
|
|
1853
|
+
statusCode?: number;
|
|
1854
|
+
body?: DescribeConsumerChannelResponseBody;
|
|
1814
1855
|
static names(): {
|
|
1815
1856
|
[key: string]: string;
|
|
1816
1857
|
};
|
|
@@ -1827,6 +1868,7 @@ export declare class DescribeConsumerGroupRequest extends $tea.Model {
|
|
|
1827
1868
|
pageNum?: number;
|
|
1828
1869
|
pageSize?: number;
|
|
1829
1870
|
regionId?: string;
|
|
1871
|
+
resourceGroupId?: string;
|
|
1830
1872
|
subscriptionInstanceId?: string;
|
|
1831
1873
|
static names(): {
|
|
1832
1874
|
[key: string]: string;
|
|
@@ -1858,11 +1900,11 @@ export declare class DescribeConsumerGroupResponseBody extends $tea.Model {
|
|
|
1858
1900
|
});
|
|
1859
1901
|
}
|
|
1860
1902
|
export declare class DescribeConsumerGroupResponse extends $tea.Model {
|
|
1861
|
-
headers
|
|
1903
|
+
headers?: {
|
|
1862
1904
|
[key: string]: string;
|
|
1863
1905
|
};
|
|
1864
|
-
statusCode
|
|
1865
|
-
body
|
|
1906
|
+
statusCode?: number;
|
|
1907
|
+
body?: DescribeConsumerGroupResponseBody;
|
|
1866
1908
|
static names(): {
|
|
1867
1909
|
[key: string]: string;
|
|
1868
1910
|
};
|
|
@@ -1876,6 +1918,7 @@ export declare class DescribeConsumerGroupResponse extends $tea.Model {
|
|
|
1876
1918
|
export declare class DescribeDTSIPRequest extends $tea.Model {
|
|
1877
1919
|
destinationEndpointRegion?: string;
|
|
1878
1920
|
regionId?: string;
|
|
1921
|
+
resourceGroupId?: string;
|
|
1879
1922
|
sourceEndpointRegion?: string;
|
|
1880
1923
|
static names(): {
|
|
1881
1924
|
[key: string]: string;
|
|
@@ -1905,11 +1948,11 @@ export declare class DescribeDTSIPResponseBody extends $tea.Model {
|
|
|
1905
1948
|
});
|
|
1906
1949
|
}
|
|
1907
1950
|
export declare class DescribeDTSIPResponse extends $tea.Model {
|
|
1908
|
-
headers
|
|
1951
|
+
headers?: {
|
|
1909
1952
|
[key: string]: string;
|
|
1910
1953
|
};
|
|
1911
|
-
statusCode
|
|
1912
|
-
body
|
|
1954
|
+
statusCode?: number;
|
|
1955
|
+
body?: DescribeDTSIPResponseBody;
|
|
1913
1956
|
static names(): {
|
|
1914
1957
|
[key: string]: string;
|
|
1915
1958
|
};
|
|
@@ -1924,6 +1967,7 @@ export declare class DescribeDataCheckReportUrlRequest extends $tea.Model {
|
|
|
1924
1967
|
checkType?: number;
|
|
1925
1968
|
dbName?: string;
|
|
1926
1969
|
dtsJobId?: string;
|
|
1970
|
+
resourceGroupId?: string;
|
|
1927
1971
|
tbName?: string;
|
|
1928
1972
|
static names(): {
|
|
1929
1973
|
[key: string]: string;
|
|
@@ -1953,11 +1997,11 @@ export declare class DescribeDataCheckReportUrlResponseBody extends $tea.Model {
|
|
|
1953
1997
|
});
|
|
1954
1998
|
}
|
|
1955
1999
|
export declare class DescribeDataCheckReportUrlResponse extends $tea.Model {
|
|
1956
|
-
headers
|
|
2000
|
+
headers?: {
|
|
1957
2001
|
[key: string]: string;
|
|
1958
2002
|
};
|
|
1959
|
-
statusCode
|
|
1960
|
-
body
|
|
2003
|
+
statusCode?: number;
|
|
2004
|
+
body?: DescribeDataCheckReportUrlResponseBody;
|
|
1961
2005
|
static names(): {
|
|
1962
2006
|
[key: string]: string;
|
|
1963
2007
|
};
|
|
@@ -1973,6 +2017,7 @@ export declare class DescribeDataCheckTableDetailsRequest extends $tea.Model {
|
|
|
1973
2017
|
dtsJobId?: string;
|
|
1974
2018
|
pageNumber?: number;
|
|
1975
2019
|
pageSize?: number;
|
|
2020
|
+
resourceGroupId?: string;
|
|
1976
2021
|
schemaName?: string;
|
|
1977
2022
|
status?: string;
|
|
1978
2023
|
tableName?: string;
|
|
@@ -2010,11 +2055,11 @@ export declare class DescribeDataCheckTableDetailsResponseBody extends $tea.Mode
|
|
|
2010
2055
|
});
|
|
2011
2056
|
}
|
|
2012
2057
|
export declare class DescribeDataCheckTableDetailsResponse extends $tea.Model {
|
|
2013
|
-
headers
|
|
2058
|
+
headers?: {
|
|
2014
2059
|
[key: string]: string;
|
|
2015
2060
|
};
|
|
2016
|
-
statusCode
|
|
2017
|
-
body
|
|
2061
|
+
statusCode?: number;
|
|
2062
|
+
body?: DescribeDataCheckTableDetailsResponseBody;
|
|
2018
2063
|
static names(): {
|
|
2019
2064
|
[key: string]: string;
|
|
2020
2065
|
};
|
|
@@ -2031,6 +2076,7 @@ export declare class DescribeDataCheckTableDiffDetailsRequest extends $tea.Model
|
|
|
2031
2076
|
dtsJobId?: string;
|
|
2032
2077
|
pageNumber?: number;
|
|
2033
2078
|
pageSize?: number;
|
|
2079
|
+
resourceGroupId?: string;
|
|
2034
2080
|
tbName?: string;
|
|
2035
2081
|
static names(): {
|
|
2036
2082
|
[key: string]: string;
|
|
@@ -2065,11 +2111,11 @@ export declare class DescribeDataCheckTableDiffDetailsResponseBody extends $tea.
|
|
|
2065
2111
|
});
|
|
2066
2112
|
}
|
|
2067
2113
|
export declare class DescribeDataCheckTableDiffDetailsResponse extends $tea.Model {
|
|
2068
|
-
headers
|
|
2114
|
+
headers?: {
|
|
2069
2115
|
[key: string]: string;
|
|
2070
2116
|
};
|
|
2071
|
-
statusCode
|
|
2072
|
-
body
|
|
2117
|
+
statusCode?: number;
|
|
2118
|
+
body?: DescribeDataCheckTableDiffDetailsResponseBody;
|
|
2073
2119
|
static names(): {
|
|
2074
2120
|
[key: string]: string;
|
|
2075
2121
|
};
|
|
@@ -2084,6 +2130,7 @@ export declare class DescribeDedicatedClusterRequest extends $tea.Model {
|
|
|
2084
2130
|
dedicatedClusterId?: string;
|
|
2085
2131
|
ownerId?: string;
|
|
2086
2132
|
regionId?: string;
|
|
2133
|
+
resourceGroupId?: string;
|
|
2087
2134
|
static names(): {
|
|
2088
2135
|
[key: string]: string;
|
|
2089
2136
|
};
|
|
@@ -2132,11 +2179,11 @@ export declare class DescribeDedicatedClusterResponseBody extends $tea.Model {
|
|
|
2132
2179
|
});
|
|
2133
2180
|
}
|
|
2134
2181
|
export declare class DescribeDedicatedClusterResponse extends $tea.Model {
|
|
2135
|
-
headers
|
|
2182
|
+
headers?: {
|
|
2136
2183
|
[key: string]: string;
|
|
2137
2184
|
};
|
|
2138
|
-
statusCode
|
|
2139
|
-
body
|
|
2185
|
+
statusCode?: number;
|
|
2186
|
+
body?: DescribeDedicatedClusterResponseBody;
|
|
2140
2187
|
static names(): {
|
|
2141
2188
|
[key: string]: string;
|
|
2142
2189
|
};
|
|
@@ -2151,6 +2198,7 @@ export declare class DescribeDedicatedClusterMonitorRuleRequest extends $tea.Mod
|
|
|
2151
2198
|
dedicatedClusterId?: string;
|
|
2152
2199
|
ownerId?: string;
|
|
2153
2200
|
regionId?: string;
|
|
2201
|
+
resourceGroupId?: string;
|
|
2154
2202
|
static names(): {
|
|
2155
2203
|
[key: string]: string;
|
|
2156
2204
|
};
|
|
@@ -2185,11 +2233,11 @@ export declare class DescribeDedicatedClusterMonitorRuleResponseBody extends $te
|
|
|
2185
2233
|
});
|
|
2186
2234
|
}
|
|
2187
2235
|
export declare class DescribeDedicatedClusterMonitorRuleResponse extends $tea.Model {
|
|
2188
|
-
headers
|
|
2236
|
+
headers?: {
|
|
2189
2237
|
[key: string]: string;
|
|
2190
2238
|
};
|
|
2191
|
-
statusCode
|
|
2192
|
-
body
|
|
2239
|
+
statusCode?: number;
|
|
2240
|
+
body?: DescribeDedicatedClusterMonitorRuleResponseBody;
|
|
2193
2241
|
static names(): {
|
|
2194
2242
|
[key: string]: string;
|
|
2195
2243
|
};
|
|
@@ -2206,6 +2254,7 @@ export declare class DescribeDtsEtlJobVersionInfoRequest extends $tea.Model {
|
|
|
2206
2254
|
pageNumber?: number;
|
|
2207
2255
|
pageSize?: number;
|
|
2208
2256
|
regionId?: string;
|
|
2257
|
+
resourceGroupId?: string;
|
|
2209
2258
|
static names(): {
|
|
2210
2259
|
[key: string]: string;
|
|
2211
2260
|
};
|
|
@@ -2239,11 +2288,11 @@ export declare class DescribeDtsEtlJobVersionInfoResponseBody extends $tea.Model
|
|
|
2239
2288
|
});
|
|
2240
2289
|
}
|
|
2241
2290
|
export declare class DescribeDtsEtlJobVersionInfoResponse extends $tea.Model {
|
|
2242
|
-
headers
|
|
2291
|
+
headers?: {
|
|
2243
2292
|
[key: string]: string;
|
|
2244
2293
|
};
|
|
2245
|
-
statusCode
|
|
2246
|
-
body
|
|
2294
|
+
statusCode?: number;
|
|
2295
|
+
body?: DescribeDtsEtlJobVersionInfoResponseBody;
|
|
2247
2296
|
static names(): {
|
|
2248
2297
|
[key: string]: string;
|
|
2249
2298
|
};
|
|
@@ -2258,8 +2307,10 @@ export declare class DescribeDtsJobDetailRequest extends $tea.Model {
|
|
|
2258
2307
|
dtsInstanceID?: string;
|
|
2259
2308
|
dtsJobId?: string;
|
|
2260
2309
|
regionId?: string;
|
|
2310
|
+
resourceGroupId?: string;
|
|
2261
2311
|
syncSubJobHistory?: boolean;
|
|
2262
2312
|
synchronizationDirection?: string;
|
|
2313
|
+
zeroEtlJob?: boolean;
|
|
2263
2314
|
static names(): {
|
|
2264
2315
|
[key: string]: string;
|
|
2265
2316
|
};
|
|
@@ -2309,7 +2360,9 @@ export declare class DescribeDtsJobDetailResponseBody extends $tea.Model {
|
|
|
2309
2360
|
httpStatusCode?: number;
|
|
2310
2361
|
jobType?: string;
|
|
2311
2362
|
lastUpdateTime?: string;
|
|
2363
|
+
maxDu?: number;
|
|
2312
2364
|
migrationMode?: DescribeDtsJobDetailResponseBodyMigrationMode;
|
|
2365
|
+
minDu?: number;
|
|
2313
2366
|
payType?: string;
|
|
2314
2367
|
requestId?: string;
|
|
2315
2368
|
reserved?: string;
|
|
@@ -2337,11 +2390,11 @@ export declare class DescribeDtsJobDetailResponseBody extends $tea.Model {
|
|
|
2337
2390
|
});
|
|
2338
2391
|
}
|
|
2339
2392
|
export declare class DescribeDtsJobDetailResponse extends $tea.Model {
|
|
2340
|
-
headers
|
|
2393
|
+
headers?: {
|
|
2341
2394
|
[key: string]: string;
|
|
2342
2395
|
};
|
|
2343
|
-
statusCode
|
|
2344
|
-
body
|
|
2396
|
+
statusCode?: number;
|
|
2397
|
+
body?: DescribeDtsJobDetailResponseBody;
|
|
2345
2398
|
static names(): {
|
|
2346
2399
|
[key: string]: string;
|
|
2347
2400
|
};
|
|
@@ -2358,6 +2411,8 @@ export declare class DescribeDtsJobsRequest extends $tea.Model {
|
|
|
2358
2411
|
dtsInstanceId?: string;
|
|
2359
2412
|
dtsJobId?: string;
|
|
2360
2413
|
groupId?: string;
|
|
2414
|
+
instanceId?: string;
|
|
2415
|
+
instanceType?: string;
|
|
2361
2416
|
jobType?: string;
|
|
2362
2417
|
orderColumn?: string;
|
|
2363
2418
|
orderDirection?: string;
|
|
@@ -2372,6 +2427,7 @@ export declare class DescribeDtsJobsRequest extends $tea.Model {
|
|
|
2372
2427
|
tags?: string;
|
|
2373
2428
|
type?: string;
|
|
2374
2429
|
withoutDbList?: boolean;
|
|
2430
|
+
zeroEtlJob?: boolean;
|
|
2375
2431
|
static names(): {
|
|
2376
2432
|
[key: string]: string;
|
|
2377
2433
|
};
|
|
@@ -2406,11 +2462,11 @@ export declare class DescribeDtsJobsResponseBody extends $tea.Model {
|
|
|
2406
2462
|
});
|
|
2407
2463
|
}
|
|
2408
2464
|
export declare class DescribeDtsJobsResponse extends $tea.Model {
|
|
2409
|
-
headers
|
|
2465
|
+
headers?: {
|
|
2410
2466
|
[key: string]: string;
|
|
2411
2467
|
};
|
|
2412
|
-
statusCode
|
|
2413
|
-
body
|
|
2468
|
+
statusCode?: number;
|
|
2469
|
+
body?: DescribeDtsJobsResponseBody;
|
|
2414
2470
|
static names(): {
|
|
2415
2471
|
[key: string]: string;
|
|
2416
2472
|
};
|
|
@@ -2428,9 +2484,11 @@ export declare class DescribeDtsServiceLogRequest extends $tea.Model {
|
|
|
2428
2484
|
pageNumber?: number;
|
|
2429
2485
|
pageSize?: number;
|
|
2430
2486
|
regionId?: string;
|
|
2487
|
+
resourceGroupId?: string;
|
|
2431
2488
|
startTime?: number;
|
|
2432
2489
|
status?: string;
|
|
2433
2490
|
subJobType?: string;
|
|
2491
|
+
zeroEtlJob?: boolean;
|
|
2434
2492
|
static names(): {
|
|
2435
2493
|
[key: string]: string;
|
|
2436
2494
|
};
|
|
@@ -2464,11 +2522,11 @@ export declare class DescribeDtsServiceLogResponseBody extends $tea.Model {
|
|
|
2464
2522
|
});
|
|
2465
2523
|
}
|
|
2466
2524
|
export declare class DescribeDtsServiceLogResponse extends $tea.Model {
|
|
2467
|
-
headers
|
|
2525
|
+
headers?: {
|
|
2468
2526
|
[key: string]: string;
|
|
2469
2527
|
};
|
|
2470
|
-
statusCode
|
|
2471
|
-
body
|
|
2528
|
+
statusCode?: number;
|
|
2529
|
+
body?: DescribeDtsServiceLogResponseBody;
|
|
2472
2530
|
static names(): {
|
|
2473
2531
|
[key: string]: string;
|
|
2474
2532
|
};
|
|
@@ -2484,6 +2542,7 @@ export declare class DescribeEndpointSwitchStatusRequest extends $tea.Model {
|
|
|
2484
2542
|
clientToken?: string;
|
|
2485
2543
|
ownerId?: string;
|
|
2486
2544
|
regionId?: string;
|
|
2545
|
+
resourceGroupId?: string;
|
|
2487
2546
|
taskId?: string;
|
|
2488
2547
|
static names(): {
|
|
2489
2548
|
[key: string]: string;
|
|
@@ -2513,11 +2572,11 @@ export declare class DescribeEndpointSwitchStatusResponseBody extends $tea.Model
|
|
|
2513
2572
|
});
|
|
2514
2573
|
}
|
|
2515
2574
|
export declare class DescribeEndpointSwitchStatusResponse extends $tea.Model {
|
|
2516
|
-
headers
|
|
2575
|
+
headers?: {
|
|
2517
2576
|
[key: string]: string;
|
|
2518
2577
|
};
|
|
2519
|
-
statusCode
|
|
2520
|
-
body
|
|
2578
|
+
statusCode?: number;
|
|
2579
|
+
body?: DescribeEndpointSwitchStatusResponseBody;
|
|
2521
2580
|
static names(): {
|
|
2522
2581
|
[key: string]: string;
|
|
2523
2582
|
};
|
|
@@ -2531,6 +2590,7 @@ export declare class DescribeEndpointSwitchStatusResponse extends $tea.Model {
|
|
|
2531
2590
|
export declare class DescribeEtlJobLogsRequest extends $tea.Model {
|
|
2532
2591
|
dtsJobId?: string;
|
|
2533
2592
|
regionId?: string;
|
|
2593
|
+
resourceGroupId?: string;
|
|
2534
2594
|
static names(): {
|
|
2535
2595
|
[key: string]: string;
|
|
2536
2596
|
};
|
|
@@ -2561,11 +2621,11 @@ export declare class DescribeEtlJobLogsResponseBody extends $tea.Model {
|
|
|
2561
2621
|
});
|
|
2562
2622
|
}
|
|
2563
2623
|
export declare class DescribeEtlJobLogsResponse extends $tea.Model {
|
|
2564
|
-
headers
|
|
2624
|
+
headers?: {
|
|
2565
2625
|
[key: string]: string;
|
|
2566
2626
|
};
|
|
2567
|
-
statusCode
|
|
2568
|
-
body
|
|
2627
|
+
statusCode?: number;
|
|
2628
|
+
body?: DescribeEtlJobLogsResponseBody;
|
|
2569
2629
|
static names(): {
|
|
2570
2630
|
[key: string]: string;
|
|
2571
2631
|
};
|
|
@@ -2582,6 +2642,7 @@ export declare class DescribeInitializationStatusRequest extends $tea.Model {
|
|
|
2582
2642
|
pageNum?: number;
|
|
2583
2643
|
pageSize?: number;
|
|
2584
2644
|
regionId?: string;
|
|
2645
|
+
resourceGroupId?: string;
|
|
2585
2646
|
synchronizationJobId?: string;
|
|
2586
2647
|
static names(): {
|
|
2587
2648
|
[key: string]: string;
|
|
@@ -2612,11 +2673,11 @@ export declare class DescribeInitializationStatusResponseBody extends $tea.Model
|
|
|
2612
2673
|
});
|
|
2613
2674
|
}
|
|
2614
2675
|
export declare class DescribeInitializationStatusResponse extends $tea.Model {
|
|
2615
|
-
headers
|
|
2676
|
+
headers?: {
|
|
2616
2677
|
[key: string]: string;
|
|
2617
2678
|
};
|
|
2618
|
-
statusCode
|
|
2619
|
-
body
|
|
2679
|
+
statusCode?: number;
|
|
2680
|
+
body?: DescribeInitializationStatusResponseBody;
|
|
2620
2681
|
static names(): {
|
|
2621
2682
|
[key: string]: string;
|
|
2622
2683
|
};
|
|
@@ -2630,6 +2691,7 @@ export declare class DescribeInitializationStatusResponse extends $tea.Model {
|
|
|
2630
2691
|
export declare class DescribeJobMonitorRuleRequest extends $tea.Model {
|
|
2631
2692
|
dtsJobId?: string;
|
|
2632
2693
|
regionId?: string;
|
|
2694
|
+
resourceGroupId?: string;
|
|
2633
2695
|
static names(): {
|
|
2634
2696
|
[key: string]: string;
|
|
2635
2697
|
};
|
|
@@ -2662,11 +2724,11 @@ export declare class DescribeJobMonitorRuleResponseBody extends $tea.Model {
|
|
|
2662
2724
|
});
|
|
2663
2725
|
}
|
|
2664
2726
|
export declare class DescribeJobMonitorRuleResponse extends $tea.Model {
|
|
2665
|
-
headers
|
|
2727
|
+
headers?: {
|
|
2666
2728
|
[key: string]: string;
|
|
2667
2729
|
};
|
|
2668
|
-
statusCode
|
|
2669
|
-
body
|
|
2730
|
+
statusCode?: number;
|
|
2731
|
+
body?: DescribeJobMonitorRuleResponseBody;
|
|
2670
2732
|
static names(): {
|
|
2671
2733
|
[key: string]: string;
|
|
2672
2734
|
};
|
|
@@ -2688,6 +2750,7 @@ export declare class DescribeMetricListRequest extends $tea.Model {
|
|
|
2688
2750
|
ownerID?: string;
|
|
2689
2751
|
param?: string;
|
|
2690
2752
|
period?: number;
|
|
2753
|
+
resourceGroupId?: string;
|
|
2691
2754
|
startTime?: number;
|
|
2692
2755
|
static names(): {
|
|
2693
2756
|
[key: string]: string;
|
|
@@ -2723,11 +2786,11 @@ export declare class DescribeMetricListResponseBody extends $tea.Model {
|
|
|
2723
2786
|
});
|
|
2724
2787
|
}
|
|
2725
2788
|
export declare class DescribeMetricListResponse extends $tea.Model {
|
|
2726
|
-
headers
|
|
2789
|
+
headers?: {
|
|
2727
2790
|
[key: string]: string;
|
|
2728
2791
|
};
|
|
2729
|
-
statusCode
|
|
2730
|
-
body
|
|
2792
|
+
statusCode?: number;
|
|
2793
|
+
body?: DescribeMetricListResponseBody;
|
|
2731
2794
|
static names(): {
|
|
2732
2795
|
[key: string]: string;
|
|
2733
2796
|
};
|
|
@@ -2744,6 +2807,7 @@ export declare class DescribeMigrationJobAlertRequest extends $tea.Model {
|
|
|
2744
2807
|
migrationJobId?: string;
|
|
2745
2808
|
ownerId?: string;
|
|
2746
2809
|
regionId?: string;
|
|
2810
|
+
resourceGroupId?: string;
|
|
2747
2811
|
static names(): {
|
|
2748
2812
|
[key: string]: string;
|
|
2749
2813
|
};
|
|
@@ -2777,11 +2841,11 @@ export declare class DescribeMigrationJobAlertResponseBody extends $tea.Model {
|
|
|
2777
2841
|
});
|
|
2778
2842
|
}
|
|
2779
2843
|
export declare class DescribeMigrationJobAlertResponse extends $tea.Model {
|
|
2780
|
-
headers
|
|
2844
|
+
headers?: {
|
|
2781
2845
|
[key: string]: string;
|
|
2782
2846
|
};
|
|
2783
|
-
statusCode
|
|
2784
|
-
body
|
|
2847
|
+
statusCode?: number;
|
|
2848
|
+
body?: DescribeMigrationJobAlertResponseBody;
|
|
2785
2849
|
static names(): {
|
|
2786
2850
|
[key: string]: string;
|
|
2787
2851
|
};
|
|
@@ -2801,6 +2865,7 @@ export declare class DescribeMigrationJobDetailRequest extends $tea.Model {
|
|
|
2801
2865
|
pageNum?: number;
|
|
2802
2866
|
pageSize?: number;
|
|
2803
2867
|
regionId?: string;
|
|
2868
|
+
resourceGroupId?: string;
|
|
2804
2869
|
static names(): {
|
|
2805
2870
|
[key: string]: string;
|
|
2806
2871
|
};
|
|
@@ -2833,11 +2898,11 @@ export declare class DescribeMigrationJobDetailResponseBody extends $tea.Model {
|
|
|
2833
2898
|
});
|
|
2834
2899
|
}
|
|
2835
2900
|
export declare class DescribeMigrationJobDetailResponse extends $tea.Model {
|
|
2836
|
-
headers
|
|
2901
|
+
headers?: {
|
|
2837
2902
|
[key: string]: string;
|
|
2838
2903
|
};
|
|
2839
|
-
statusCode
|
|
2840
|
-
body
|
|
2904
|
+
statusCode?: number;
|
|
2905
|
+
body?: DescribeMigrationJobDetailResponseBody;
|
|
2841
2906
|
static names(): {
|
|
2842
2907
|
[key: string]: string;
|
|
2843
2908
|
};
|
|
@@ -2854,6 +2919,7 @@ export declare class DescribeMigrationJobStatusRequest extends $tea.Model {
|
|
|
2854
2919
|
migrationJobId?: string;
|
|
2855
2920
|
ownerId?: string;
|
|
2856
2921
|
regionId?: string;
|
|
2922
|
+
resourceGroupId?: string;
|
|
2857
2923
|
static names(): {
|
|
2858
2924
|
[key: string]: string;
|
|
2859
2925
|
};
|
|
@@ -2894,11 +2960,11 @@ export declare class DescribeMigrationJobStatusResponseBody extends $tea.Model {
|
|
|
2894
2960
|
});
|
|
2895
2961
|
}
|
|
2896
2962
|
export declare class DescribeMigrationJobStatusResponse extends $tea.Model {
|
|
2897
|
-
headers
|
|
2963
|
+
headers?: {
|
|
2898
2964
|
[key: string]: string;
|
|
2899
2965
|
};
|
|
2900
|
-
statusCode
|
|
2901
|
-
body
|
|
2966
|
+
statusCode?: number;
|
|
2967
|
+
body?: DescribeMigrationJobStatusResponseBody;
|
|
2902
2968
|
static names(): {
|
|
2903
2969
|
[key: string]: string;
|
|
2904
2970
|
};
|
|
@@ -2916,6 +2982,7 @@ export declare class DescribeMigrationJobsRequest extends $tea.Model {
|
|
|
2916
2982
|
pageNum?: number;
|
|
2917
2983
|
pageSize?: number;
|
|
2918
2984
|
regionId?: string;
|
|
2985
|
+
resourceGroupId?: string;
|
|
2919
2986
|
tag?: DescribeMigrationJobsRequestTag[];
|
|
2920
2987
|
static names(): {
|
|
2921
2988
|
[key: string]: string;
|
|
@@ -2947,11 +3014,11 @@ export declare class DescribeMigrationJobsResponseBody extends $tea.Model {
|
|
|
2947
3014
|
});
|
|
2948
3015
|
}
|
|
2949
3016
|
export declare class DescribeMigrationJobsResponse extends $tea.Model {
|
|
2950
|
-
headers
|
|
3017
|
+
headers?: {
|
|
2951
3018
|
[key: string]: string;
|
|
2952
3019
|
};
|
|
2953
|
-
statusCode
|
|
2954
|
-
body
|
|
3020
|
+
statusCode?: number;
|
|
3021
|
+
body?: DescribeMigrationJobsResponseBody;
|
|
2955
3022
|
static names(): {
|
|
2956
3023
|
[key: string]: string;
|
|
2957
3024
|
};
|
|
@@ -2969,8 +3036,10 @@ export declare class DescribePreCheckStatusRequest extends $tea.Model {
|
|
|
2969
3036
|
pageNo?: string;
|
|
2970
3037
|
pageSize?: string;
|
|
2971
3038
|
regionId?: string;
|
|
3039
|
+
resourceGroupId?: string;
|
|
2972
3040
|
structPhase?: string;
|
|
2973
3041
|
structType?: string;
|
|
3042
|
+
zeroEtlJob?: boolean;
|
|
2974
3043
|
static names(): {
|
|
2975
3044
|
[key: string]: string;
|
|
2976
3045
|
};
|
|
@@ -3011,11 +3080,11 @@ export declare class DescribePreCheckStatusResponseBody extends $tea.Model {
|
|
|
3011
3080
|
});
|
|
3012
3081
|
}
|
|
3013
3082
|
export declare class DescribePreCheckStatusResponse extends $tea.Model {
|
|
3014
|
-
headers
|
|
3083
|
+
headers?: {
|
|
3015
3084
|
[key: string]: string;
|
|
3016
3085
|
};
|
|
3017
|
-
statusCode
|
|
3018
|
-
body
|
|
3086
|
+
statusCode?: number;
|
|
3087
|
+
body?: DescribePreCheckStatusResponseBody;
|
|
3019
3088
|
static names(): {
|
|
3020
3089
|
[key: string]: string;
|
|
3021
3090
|
};
|
|
@@ -3031,6 +3100,7 @@ export declare class DescribeSubscriptionInstanceAlertRequest extends $tea.Model
|
|
|
3031
3100
|
clientToken?: string;
|
|
3032
3101
|
ownerId?: string;
|
|
3033
3102
|
regionId?: string;
|
|
3103
|
+
resourceGroupId?: string;
|
|
3034
3104
|
subscriptionInstanceId?: string;
|
|
3035
3105
|
static names(): {
|
|
3036
3106
|
[key: string]: string;
|
|
@@ -3065,11 +3135,11 @@ export declare class DescribeSubscriptionInstanceAlertResponseBody extends $tea.
|
|
|
3065
3135
|
});
|
|
3066
3136
|
}
|
|
3067
3137
|
export declare class DescribeSubscriptionInstanceAlertResponse extends $tea.Model {
|
|
3068
|
-
headers
|
|
3138
|
+
headers?: {
|
|
3069
3139
|
[key: string]: string;
|
|
3070
3140
|
};
|
|
3071
|
-
statusCode
|
|
3072
|
-
body
|
|
3141
|
+
statusCode?: number;
|
|
3142
|
+
body?: DescribeSubscriptionInstanceAlertResponseBody;
|
|
3073
3143
|
static names(): {
|
|
3074
3144
|
[key: string]: string;
|
|
3075
3145
|
};
|
|
@@ -3084,6 +3154,7 @@ export declare class DescribeSubscriptionInstanceStatusRequest extends $tea.Mode
|
|
|
3084
3154
|
accountId?: string;
|
|
3085
3155
|
ownerId?: string;
|
|
3086
3156
|
regionId?: string;
|
|
3157
|
+
resourceGroupId?: string;
|
|
3087
3158
|
subscriptionInstanceId?: string;
|
|
3088
3159
|
static names(): {
|
|
3089
3160
|
[key: string]: string;
|
|
@@ -3126,11 +3197,11 @@ export declare class DescribeSubscriptionInstanceStatusResponseBody extends $tea
|
|
|
3126
3197
|
});
|
|
3127
3198
|
}
|
|
3128
3199
|
export declare class DescribeSubscriptionInstanceStatusResponse extends $tea.Model {
|
|
3129
|
-
headers
|
|
3200
|
+
headers?: {
|
|
3130
3201
|
[key: string]: string;
|
|
3131
3202
|
};
|
|
3132
|
-
statusCode
|
|
3133
|
-
body
|
|
3203
|
+
statusCode?: number;
|
|
3204
|
+
body?: DescribeSubscriptionInstanceStatusResponseBody;
|
|
3134
3205
|
static names(): {
|
|
3135
3206
|
[key: string]: string;
|
|
3136
3207
|
};
|
|
@@ -3148,6 +3219,7 @@ export declare class DescribeSubscriptionInstancesRequest extends $tea.Model {
|
|
|
3148
3219
|
pageNum?: number;
|
|
3149
3220
|
pageSize?: number;
|
|
3150
3221
|
regionId?: string;
|
|
3222
|
+
resourceGroupId?: string;
|
|
3151
3223
|
subscriptionInstanceName?: string;
|
|
3152
3224
|
tag?: DescribeSubscriptionInstancesRequestTag[];
|
|
3153
3225
|
static names(): {
|
|
@@ -3180,11 +3252,11 @@ export declare class DescribeSubscriptionInstancesResponseBody extends $tea.Mode
|
|
|
3180
3252
|
});
|
|
3181
3253
|
}
|
|
3182
3254
|
export declare class DescribeSubscriptionInstancesResponse extends $tea.Model {
|
|
3183
|
-
headers
|
|
3255
|
+
headers?: {
|
|
3184
3256
|
[key: string]: string;
|
|
3185
3257
|
};
|
|
3186
|
-
statusCode
|
|
3187
|
-
body
|
|
3258
|
+
statusCode?: number;
|
|
3259
|
+
body?: DescribeSubscriptionInstancesResponseBody;
|
|
3188
3260
|
static names(): {
|
|
3189
3261
|
[key: string]: string;
|
|
3190
3262
|
};
|
|
@@ -3198,6 +3270,7 @@ export declare class DescribeSubscriptionInstancesResponse extends $tea.Model {
|
|
|
3198
3270
|
export declare class DescribeSubscriptionMetaRequest extends $tea.Model {
|
|
3199
3271
|
dtsInstanceId?: string;
|
|
3200
3272
|
regionId?: string;
|
|
3273
|
+
resourceGroupId?: string;
|
|
3201
3274
|
sid?: string;
|
|
3202
3275
|
subMigrationJobIds?: {
|
|
3203
3276
|
[key: string]: any;
|
|
@@ -3218,6 +3291,7 @@ export declare class DescribeSubscriptionMetaRequest extends $tea.Model {
|
|
|
3218
3291
|
export declare class DescribeSubscriptionMetaShrinkRequest extends $tea.Model {
|
|
3219
3292
|
dtsInstanceId?: string;
|
|
3220
3293
|
regionId?: string;
|
|
3294
|
+
resourceGroupId?: string;
|
|
3221
3295
|
sid?: string;
|
|
3222
3296
|
subMigrationJobIdsShrink?: string;
|
|
3223
3297
|
topicsShrink?: string;
|
|
@@ -3249,11 +3323,11 @@ export declare class DescribeSubscriptionMetaResponseBody extends $tea.Model {
|
|
|
3249
3323
|
});
|
|
3250
3324
|
}
|
|
3251
3325
|
export declare class DescribeSubscriptionMetaResponse extends $tea.Model {
|
|
3252
|
-
headers
|
|
3326
|
+
headers?: {
|
|
3253
3327
|
[key: string]: string;
|
|
3254
3328
|
};
|
|
3255
|
-
statusCode
|
|
3256
|
-
body
|
|
3329
|
+
statusCode?: number;
|
|
3330
|
+
body?: DescribeSubscriptionMetaResponseBody;
|
|
3257
3331
|
static names(): {
|
|
3258
3332
|
[key: string]: string;
|
|
3259
3333
|
};
|
|
@@ -3269,6 +3343,7 @@ export declare class DescribeSynchronizationJobAlertRequest extends $tea.Model {
|
|
|
3269
3343
|
clientToken?: string;
|
|
3270
3344
|
ownerId?: string;
|
|
3271
3345
|
regionId?: string;
|
|
3346
|
+
resourceGroupId?: string;
|
|
3272
3347
|
synchronizationDirection?: string;
|
|
3273
3348
|
synchronizationJobId?: string;
|
|
3274
3349
|
static names(): {
|
|
@@ -3305,11 +3380,11 @@ export declare class DescribeSynchronizationJobAlertResponseBody extends $tea.Mo
|
|
|
3305
3380
|
});
|
|
3306
3381
|
}
|
|
3307
3382
|
export declare class DescribeSynchronizationJobAlertResponse extends $tea.Model {
|
|
3308
|
-
headers
|
|
3383
|
+
headers?: {
|
|
3309
3384
|
[key: string]: string;
|
|
3310
3385
|
};
|
|
3311
|
-
statusCode
|
|
3312
|
-
body
|
|
3386
|
+
statusCode?: number;
|
|
3387
|
+
body?: DescribeSynchronizationJobAlertResponseBody;
|
|
3313
3388
|
static names(): {
|
|
3314
3389
|
[key: string]: string;
|
|
3315
3390
|
};
|
|
@@ -3325,6 +3400,7 @@ export declare class DescribeSynchronizationJobReplicatorCompareRequest extends
|
|
|
3325
3400
|
clientToken?: string;
|
|
3326
3401
|
ownerId?: string;
|
|
3327
3402
|
regionId?: string;
|
|
3403
|
+
resourceGroupId?: string;
|
|
3328
3404
|
synchronizationDirection?: string;
|
|
3329
3405
|
synchronizationJobId?: string;
|
|
3330
3406
|
static names(): {
|
|
@@ -3354,11 +3430,11 @@ export declare class DescribeSynchronizationJobReplicatorCompareResponseBody ext
|
|
|
3354
3430
|
});
|
|
3355
3431
|
}
|
|
3356
3432
|
export declare class DescribeSynchronizationJobReplicatorCompareResponse extends $tea.Model {
|
|
3357
|
-
headers
|
|
3433
|
+
headers?: {
|
|
3358
3434
|
[key: string]: string;
|
|
3359
3435
|
};
|
|
3360
|
-
statusCode
|
|
3361
|
-
body
|
|
3436
|
+
statusCode?: number;
|
|
3437
|
+
body?: DescribeSynchronizationJobReplicatorCompareResponseBody;
|
|
3362
3438
|
static names(): {
|
|
3363
3439
|
[key: string]: string;
|
|
3364
3440
|
};
|
|
@@ -3374,6 +3450,7 @@ export declare class DescribeSynchronizationJobStatusRequest extends $tea.Model
|
|
|
3374
3450
|
clientToken?: string;
|
|
3375
3451
|
ownerId?: string;
|
|
3376
3452
|
regionId?: string;
|
|
3453
|
+
resourceGroupId?: string;
|
|
3377
3454
|
synchronizationDirection?: string;
|
|
3378
3455
|
synchronizationJobId?: string;
|
|
3379
3456
|
static names(): {
|
|
@@ -3424,11 +3501,11 @@ export declare class DescribeSynchronizationJobStatusResponseBody extends $tea.M
|
|
|
3424
3501
|
});
|
|
3425
3502
|
}
|
|
3426
3503
|
export declare class DescribeSynchronizationJobStatusResponse extends $tea.Model {
|
|
3427
|
-
headers
|
|
3504
|
+
headers?: {
|
|
3428
3505
|
[key: string]: string;
|
|
3429
3506
|
};
|
|
3430
|
-
statusCode
|
|
3431
|
-
body
|
|
3507
|
+
statusCode?: number;
|
|
3508
|
+
body?: DescribeSynchronizationJobStatusResponseBody;
|
|
3432
3509
|
static names(): {
|
|
3433
3510
|
[key: string]: string;
|
|
3434
3511
|
};
|
|
@@ -3444,6 +3521,7 @@ export declare class DescribeSynchronizationJobStatusListRequest extends $tea.Mo
|
|
|
3444
3521
|
clientToken?: string;
|
|
3445
3522
|
ownerId?: string;
|
|
3446
3523
|
regionId?: string;
|
|
3524
|
+
resourceGroupId?: string;
|
|
3447
3525
|
synchronizationJobIdListJsonStr?: string;
|
|
3448
3526
|
static names(): {
|
|
3449
3527
|
[key: string]: string;
|
|
@@ -3475,11 +3553,11 @@ export declare class DescribeSynchronizationJobStatusListResponseBody extends $t
|
|
|
3475
3553
|
});
|
|
3476
3554
|
}
|
|
3477
3555
|
export declare class DescribeSynchronizationJobStatusListResponse extends $tea.Model {
|
|
3478
|
-
headers
|
|
3556
|
+
headers?: {
|
|
3479
3557
|
[key: string]: string;
|
|
3480
3558
|
};
|
|
3481
|
-
statusCode
|
|
3482
|
-
body
|
|
3559
|
+
statusCode?: number;
|
|
3560
|
+
body?: DescribeSynchronizationJobStatusListResponseBody;
|
|
3483
3561
|
static names(): {
|
|
3484
3562
|
[key: string]: string;
|
|
3485
3563
|
};
|
|
@@ -3497,6 +3575,7 @@ export declare class DescribeSynchronizationJobsRequest extends $tea.Model {
|
|
|
3497
3575
|
pageNum?: number;
|
|
3498
3576
|
pageSize?: number;
|
|
3499
3577
|
regionId?: string;
|
|
3578
|
+
resourceGroupId?: string;
|
|
3500
3579
|
synchronizationJobName?: string;
|
|
3501
3580
|
tag?: DescribeSynchronizationJobsRequestTag[];
|
|
3502
3581
|
static names(): {
|
|
@@ -3526,11 +3605,11 @@ export declare class DescribeSynchronizationJobsResponseBody extends $tea.Model
|
|
|
3526
3605
|
});
|
|
3527
3606
|
}
|
|
3528
3607
|
export declare class DescribeSynchronizationJobsResponse extends $tea.Model {
|
|
3529
|
-
headers
|
|
3608
|
+
headers?: {
|
|
3530
3609
|
[key: string]: string;
|
|
3531
3610
|
};
|
|
3532
|
-
statusCode
|
|
3533
|
-
body
|
|
3611
|
+
statusCode?: number;
|
|
3612
|
+
body?: DescribeSynchronizationJobsResponseBody;
|
|
3534
3613
|
static names(): {
|
|
3535
3614
|
[key: string]: string;
|
|
3536
3615
|
};
|
|
@@ -3546,6 +3625,7 @@ export declare class DescribeSynchronizationObjectModifyStatusRequest extends $t
|
|
|
3546
3625
|
clientToken?: string;
|
|
3547
3626
|
ownerId?: string;
|
|
3548
3627
|
regionId?: string;
|
|
3628
|
+
resourceGroupId?: string;
|
|
3549
3629
|
taskId?: string;
|
|
3550
3630
|
static names(): {
|
|
3551
3631
|
[key: string]: string;
|
|
@@ -3579,11 +3659,11 @@ export declare class DescribeSynchronizationObjectModifyStatusResponseBody exten
|
|
|
3579
3659
|
});
|
|
3580
3660
|
}
|
|
3581
3661
|
export declare class DescribeSynchronizationObjectModifyStatusResponse extends $tea.Model {
|
|
3582
|
-
headers
|
|
3662
|
+
headers?: {
|
|
3583
3663
|
[key: string]: string;
|
|
3584
3664
|
};
|
|
3585
|
-
statusCode
|
|
3586
|
-
body
|
|
3665
|
+
statusCode?: number;
|
|
3666
|
+
body?: DescribeSynchronizationObjectModifyStatusResponseBody;
|
|
3587
3667
|
static names(): {
|
|
3588
3668
|
[key: string]: string;
|
|
3589
3669
|
};
|
|
@@ -3599,6 +3679,7 @@ export declare class DescribeTagKeysRequest extends $tea.Model {
|
|
|
3599
3679
|
pageNumber?: number;
|
|
3600
3680
|
pageSize?: number;
|
|
3601
3681
|
regionId?: string;
|
|
3682
|
+
resourceGroupId?: string;
|
|
3602
3683
|
resourceId?: string;
|
|
3603
3684
|
resourceType?: string;
|
|
3604
3685
|
static names(): {
|
|
@@ -3629,11 +3710,11 @@ export declare class DescribeTagKeysResponseBody extends $tea.Model {
|
|
|
3629
3710
|
});
|
|
3630
3711
|
}
|
|
3631
3712
|
export declare class DescribeTagKeysResponse extends $tea.Model {
|
|
3632
|
-
headers
|
|
3713
|
+
headers?: {
|
|
3633
3714
|
[key: string]: string;
|
|
3634
3715
|
};
|
|
3635
|
-
statusCode
|
|
3636
|
-
body
|
|
3716
|
+
statusCode?: number;
|
|
3717
|
+
body?: DescribeTagKeysResponseBody;
|
|
3637
3718
|
static names(): {
|
|
3638
3719
|
[key: string]: string;
|
|
3639
3720
|
};
|
|
@@ -3650,6 +3731,7 @@ export declare class DescribeTagValuesRequest extends $tea.Model {
|
|
|
3650
3731
|
pageNumber?: number;
|
|
3651
3732
|
pageSize?: number;
|
|
3652
3733
|
regionId?: string;
|
|
3734
|
+
resourceGroupId?: string;
|
|
3653
3735
|
resourceId?: string;
|
|
3654
3736
|
resourceType?: string;
|
|
3655
3737
|
static names(): {
|
|
@@ -3680,11 +3762,11 @@ export declare class DescribeTagValuesResponseBody extends $tea.Model {
|
|
|
3680
3762
|
});
|
|
3681
3763
|
}
|
|
3682
3764
|
export declare class DescribeTagValuesResponse extends $tea.Model {
|
|
3683
|
-
headers
|
|
3765
|
+
headers?: {
|
|
3684
3766
|
[key: string]: string;
|
|
3685
3767
|
};
|
|
3686
|
-
statusCode
|
|
3687
|
-
body
|
|
3768
|
+
statusCode?: number;
|
|
3769
|
+
body?: DescribeTagValuesResponseBody;
|
|
3688
3770
|
static names(): {
|
|
3689
3771
|
[key: string]: string;
|
|
3690
3772
|
};
|
|
@@ -3702,6 +3784,7 @@ export declare class InitDtsRdsInstanceRequest extends $tea.Model {
|
|
|
3702
3784
|
endpointInstanceType?: string;
|
|
3703
3785
|
endpointRegion?: string;
|
|
3704
3786
|
regionId?: string;
|
|
3787
|
+
resourceGroupId?: string;
|
|
3705
3788
|
static names(): {
|
|
3706
3789
|
[key: string]: string;
|
|
3707
3790
|
};
|
|
@@ -3731,11 +3814,11 @@ export declare class InitDtsRdsInstanceResponseBody extends $tea.Model {
|
|
|
3731
3814
|
});
|
|
3732
3815
|
}
|
|
3733
3816
|
export declare class InitDtsRdsInstanceResponse extends $tea.Model {
|
|
3734
|
-
headers
|
|
3817
|
+
headers?: {
|
|
3735
3818
|
[key: string]: string;
|
|
3736
3819
|
};
|
|
3737
|
-
statusCode
|
|
3738
|
-
body
|
|
3820
|
+
statusCode?: number;
|
|
3821
|
+
body?: InitDtsRdsInstanceResponseBody;
|
|
3739
3822
|
static names(): {
|
|
3740
3823
|
[key: string]: string;
|
|
3741
3824
|
};
|
|
@@ -3754,6 +3837,7 @@ export declare class ListDedicatedClusterRequest extends $tea.Model {
|
|
|
3754
3837
|
pageSize?: number;
|
|
3755
3838
|
params?: string;
|
|
3756
3839
|
regionId?: string;
|
|
3840
|
+
resourceGroupId?: string;
|
|
3757
3841
|
state?: string;
|
|
3758
3842
|
type?: string;
|
|
3759
3843
|
static names(): {
|
|
@@ -3787,11 +3871,11 @@ export declare class ListDedicatedClusterResponseBody extends $tea.Model {
|
|
|
3787
3871
|
});
|
|
3788
3872
|
}
|
|
3789
3873
|
export declare class ListDedicatedClusterResponse extends $tea.Model {
|
|
3790
|
-
headers
|
|
3874
|
+
headers?: {
|
|
3791
3875
|
[key: string]: string;
|
|
3792
3876
|
};
|
|
3793
|
-
statusCode
|
|
3794
|
-
body
|
|
3877
|
+
statusCode?: number;
|
|
3878
|
+
body?: ListDedicatedClusterResponseBody;
|
|
3795
3879
|
static names(): {
|
|
3796
3880
|
[key: string]: string;
|
|
3797
3881
|
};
|
|
@@ -3805,6 +3889,7 @@ export declare class ListDedicatedClusterResponse extends $tea.Model {
|
|
|
3805
3889
|
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
3806
3890
|
nextToken?: string;
|
|
3807
3891
|
regionId?: string;
|
|
3892
|
+
resourceGroupId?: string;
|
|
3808
3893
|
resourceId?: string[];
|
|
3809
3894
|
resourceType?: string;
|
|
3810
3895
|
tag?: ListTagResourcesRequestTag[];
|
|
@@ -3836,11 +3921,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
3836
3921
|
});
|
|
3837
3922
|
}
|
|
3838
3923
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
3839
|
-
headers
|
|
3924
|
+
headers?: {
|
|
3840
3925
|
[key: string]: string;
|
|
3841
3926
|
};
|
|
3842
|
-
statusCode
|
|
3843
|
-
body
|
|
3927
|
+
statusCode?: number;
|
|
3928
|
+
body?: ListTagResourcesResponseBody;
|
|
3844
3929
|
static names(): {
|
|
3845
3930
|
[key: string]: string;
|
|
3846
3931
|
};
|
|
@@ -3859,6 +3944,7 @@ export declare class ModifyConsumerChannelRequest extends $tea.Model {
|
|
|
3859
3944
|
dtsInstanceId?: string;
|
|
3860
3945
|
dtsJobId?: string;
|
|
3861
3946
|
regionId?: string;
|
|
3947
|
+
resourceGroupId?: string;
|
|
3862
3948
|
static names(): {
|
|
3863
3949
|
[key: string]: string;
|
|
3864
3950
|
};
|
|
@@ -3886,11 +3972,11 @@ export declare class ModifyConsumerChannelResponseBody extends $tea.Model {
|
|
|
3886
3972
|
});
|
|
3887
3973
|
}
|
|
3888
3974
|
export declare class ModifyConsumerChannelResponse extends $tea.Model {
|
|
3889
|
-
headers
|
|
3975
|
+
headers?: {
|
|
3890
3976
|
[key: string]: string;
|
|
3891
3977
|
};
|
|
3892
|
-
statusCode
|
|
3893
|
-
body
|
|
3978
|
+
statusCode?: number;
|
|
3979
|
+
body?: ModifyConsumerChannelResponseBody;
|
|
3894
3980
|
static names(): {
|
|
3895
3981
|
[key: string]: string;
|
|
3896
3982
|
};
|
|
@@ -3909,6 +3995,7 @@ export declare class ModifyConsumerGroupPasswordRequest extends $tea.Model {
|
|
|
3909
3995
|
consumerGroupUserName?: string;
|
|
3910
3996
|
ownerId?: string;
|
|
3911
3997
|
regionId?: string;
|
|
3998
|
+
resourceGroupId?: string;
|
|
3912
3999
|
subscriptionInstanceId?: string;
|
|
3913
4000
|
consumerGroupNewPassword?: string;
|
|
3914
4001
|
static names(): {
|
|
@@ -3937,11 +4024,11 @@ export declare class ModifyConsumerGroupPasswordResponseBody extends $tea.Model
|
|
|
3937
4024
|
});
|
|
3938
4025
|
}
|
|
3939
4026
|
export declare class ModifyConsumerGroupPasswordResponse extends $tea.Model {
|
|
3940
|
-
headers
|
|
4027
|
+
headers?: {
|
|
3941
4028
|
[key: string]: string;
|
|
3942
4029
|
};
|
|
3943
|
-
statusCode
|
|
3944
|
-
body
|
|
4030
|
+
statusCode?: number;
|
|
4031
|
+
body?: ModifyConsumerGroupPasswordResponseBody;
|
|
3945
4032
|
static names(): {
|
|
3946
4033
|
[key: string]: string;
|
|
3947
4034
|
};
|
|
@@ -3957,6 +4044,7 @@ export declare class ModifyConsumptionTimestampRequest extends $tea.Model {
|
|
|
3957
4044
|
consumptionTimestamp?: string;
|
|
3958
4045
|
ownerId?: string;
|
|
3959
4046
|
regionId?: string;
|
|
4047
|
+
resourceGroupId?: string;
|
|
3960
4048
|
subscriptionInstanceId?: string;
|
|
3961
4049
|
static names(): {
|
|
3962
4050
|
[key: string]: string;
|
|
@@ -3984,11 +4072,11 @@ export declare class ModifyConsumptionTimestampResponseBody extends $tea.Model {
|
|
|
3984
4072
|
});
|
|
3985
4073
|
}
|
|
3986
4074
|
export declare class ModifyConsumptionTimestampResponse extends $tea.Model {
|
|
3987
|
-
headers
|
|
4075
|
+
headers?: {
|
|
3988
4076
|
[key: string]: string;
|
|
3989
4077
|
};
|
|
3990
|
-
statusCode
|
|
3991
|
-
body
|
|
4078
|
+
statusCode?: number;
|
|
4079
|
+
body?: ModifyConsumptionTimestampResponseBody;
|
|
3992
4080
|
static names(): {
|
|
3993
4081
|
[key: string]: string;
|
|
3994
4082
|
};
|
|
@@ -4006,6 +4094,7 @@ export declare class ModifyDedicatedClusterRequest extends $tea.Model {
|
|
|
4006
4094
|
oversoldRatio?: number;
|
|
4007
4095
|
ownerId?: string;
|
|
4008
4096
|
regionId?: string;
|
|
4097
|
+
resourceGroupId?: string;
|
|
4009
4098
|
static names(): {
|
|
4010
4099
|
[key: string]: string;
|
|
4011
4100
|
};
|
|
@@ -4034,11 +4123,11 @@ export declare class ModifyDedicatedClusterResponseBody extends $tea.Model {
|
|
|
4034
4123
|
});
|
|
4035
4124
|
}
|
|
4036
4125
|
export declare class ModifyDedicatedClusterResponse extends $tea.Model {
|
|
4037
|
-
headers
|
|
4126
|
+
headers?: {
|
|
4038
4127
|
[key: string]: string;
|
|
4039
4128
|
};
|
|
4040
|
-
statusCode
|
|
4041
|
-
body
|
|
4129
|
+
statusCode?: number;
|
|
4130
|
+
body?: ModifyDedicatedClusterResponseBody;
|
|
4042
4131
|
static names(): {
|
|
4043
4132
|
[key: string]: string;
|
|
4044
4133
|
};
|
|
@@ -4064,8 +4153,10 @@ export declare class ModifyDtsJobRequest extends $tea.Model {
|
|
|
4064
4153
|
modifyTypeEnum?: string;
|
|
4065
4154
|
regionId?: string;
|
|
4066
4155
|
reserved?: string;
|
|
4156
|
+
resourceGroupId?: string;
|
|
4067
4157
|
structureInitialization?: boolean;
|
|
4068
4158
|
synchronizationDirection?: string;
|
|
4159
|
+
zeroEtlJob?: boolean;
|
|
4069
4160
|
static names(): {
|
|
4070
4161
|
[key: string]: string;
|
|
4071
4162
|
};
|
|
@@ -4091,8 +4182,10 @@ export declare class ModifyDtsJobAdvanceRequest extends $tea.Model {
|
|
|
4091
4182
|
modifyTypeEnum?: string;
|
|
4092
4183
|
regionId?: string;
|
|
4093
4184
|
reserved?: string;
|
|
4185
|
+
resourceGroupId?: string;
|
|
4094
4186
|
structureInitialization?: boolean;
|
|
4095
4187
|
synchronizationDirection?: string;
|
|
4188
|
+
zeroEtlJob?: boolean;
|
|
4096
4189
|
static names(): {
|
|
4097
4190
|
[key: string]: string;
|
|
4098
4191
|
};
|
|
@@ -4116,8 +4209,10 @@ export declare class ModifyDtsJobShrinkRequest extends $tea.Model {
|
|
|
4116
4209
|
modifyTypeEnum?: string;
|
|
4117
4210
|
regionId?: string;
|
|
4118
4211
|
reserved?: string;
|
|
4212
|
+
resourceGroupId?: string;
|
|
4119
4213
|
structureInitialization?: boolean;
|
|
4120
4214
|
synchronizationDirection?: string;
|
|
4215
|
+
zeroEtlJob?: boolean;
|
|
4121
4216
|
static names(): {
|
|
4122
4217
|
[key: string]: string;
|
|
4123
4218
|
};
|
|
@@ -4146,11 +4241,11 @@ export declare class ModifyDtsJobResponseBody extends $tea.Model {
|
|
|
4146
4241
|
});
|
|
4147
4242
|
}
|
|
4148
4243
|
export declare class ModifyDtsJobResponse extends $tea.Model {
|
|
4149
|
-
headers
|
|
4244
|
+
headers?: {
|
|
4150
4245
|
[key: string]: string;
|
|
4151
4246
|
};
|
|
4152
|
-
statusCode
|
|
4153
|
-
body
|
|
4247
|
+
statusCode?: number;
|
|
4248
|
+
body?: ModifyDtsJobResponseBody;
|
|
4154
4249
|
static names(): {
|
|
4155
4250
|
[key: string]: string;
|
|
4156
4251
|
};
|
|
@@ -4166,6 +4261,7 @@ export declare class ModifyDtsJobConfigRequest extends $tea.Model {
|
|
|
4166
4261
|
ownerId?: string;
|
|
4167
4262
|
parameters?: string;
|
|
4168
4263
|
regionId?: string;
|
|
4264
|
+
resourceGroupId?: string;
|
|
4169
4265
|
static names(): {
|
|
4170
4266
|
[key: string]: string;
|
|
4171
4267
|
};
|
|
@@ -4189,11 +4285,11 @@ export declare class ModifyDtsJobConfigResponseBody extends $tea.Model {
|
|
|
4189
4285
|
});
|
|
4190
4286
|
}
|
|
4191
4287
|
export declare class ModifyDtsJobConfigResponse extends $tea.Model {
|
|
4192
|
-
headers
|
|
4288
|
+
headers?: {
|
|
4193
4289
|
[key: string]: string;
|
|
4194
4290
|
};
|
|
4195
|
-
statusCode
|
|
4196
|
-
body
|
|
4291
|
+
statusCode?: number;
|
|
4292
|
+
body?: ModifyDtsJobConfigResponseBody;
|
|
4197
4293
|
static names(): {
|
|
4198
4294
|
[key: string]: string;
|
|
4199
4295
|
};
|
|
@@ -4209,6 +4305,7 @@ export declare class ModifyDtsJobDedicatedClusterRequest extends $tea.Model {
|
|
|
4209
4305
|
dtsJobIds?: string;
|
|
4210
4306
|
ownerId?: string;
|
|
4211
4307
|
regionId?: string;
|
|
4308
|
+
resourceGroupId?: string;
|
|
4212
4309
|
static names(): {
|
|
4213
4310
|
[key: string]: string;
|
|
4214
4311
|
};
|
|
@@ -4238,11 +4335,11 @@ export declare class ModifyDtsJobDedicatedClusterResponseBody extends $tea.Model
|
|
|
4238
4335
|
});
|
|
4239
4336
|
}
|
|
4240
4337
|
export declare class ModifyDtsJobDedicatedClusterResponse extends $tea.Model {
|
|
4241
|
-
headers
|
|
4338
|
+
headers?: {
|
|
4242
4339
|
[key: string]: string;
|
|
4243
4340
|
};
|
|
4244
|
-
statusCode
|
|
4245
|
-
body
|
|
4341
|
+
statusCode?: number;
|
|
4342
|
+
body?: ModifyDtsJobDedicatedClusterResponseBody;
|
|
4246
4343
|
static names(): {
|
|
4247
4344
|
[key: string]: string;
|
|
4248
4345
|
};
|
|
@@ -4258,6 +4355,7 @@ export declare class ModifyDtsJobDuLimitRequest extends $tea.Model {
|
|
|
4258
4355
|
duLimit?: number;
|
|
4259
4356
|
ownerId?: string;
|
|
4260
4357
|
regionId?: string;
|
|
4358
|
+
resourceGroupId?: string;
|
|
4261
4359
|
static names(): {
|
|
4262
4360
|
[key: string]: string;
|
|
4263
4361
|
};
|
|
@@ -4287,11 +4385,72 @@ export declare class ModifyDtsJobDuLimitResponseBody extends $tea.Model {
|
|
|
4287
4385
|
});
|
|
4288
4386
|
}
|
|
4289
4387
|
export declare class ModifyDtsJobDuLimitResponse extends $tea.Model {
|
|
4290
|
-
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(): {
|
|
4291
4423
|
[key: string]: string;
|
|
4292
4424
|
};
|
|
4293
|
-
|
|
4294
|
-
|
|
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(): {
|
|
4439
|
+
[key: string]: string;
|
|
4440
|
+
};
|
|
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;
|
|
4295
4454
|
static names(): {
|
|
4296
4455
|
[key: string]: string;
|
|
4297
4456
|
};
|
|
@@ -4306,6 +4465,8 @@ export declare class ModifyDtsJobNameRequest extends $tea.Model {
|
|
|
4306
4465
|
dtsJobId?: string;
|
|
4307
4466
|
dtsJobName?: string;
|
|
4308
4467
|
regionId?: string;
|
|
4468
|
+
resourceGroupId?: string;
|
|
4469
|
+
zeroEtlJob?: boolean;
|
|
4309
4470
|
static names(): {
|
|
4310
4471
|
[key: string]: string;
|
|
4311
4472
|
};
|
|
@@ -4335,11 +4496,11 @@ export declare class ModifyDtsJobNameResponseBody extends $tea.Model {
|
|
|
4335
4496
|
});
|
|
4336
4497
|
}
|
|
4337
4498
|
export declare class ModifyDtsJobNameResponse extends $tea.Model {
|
|
4338
|
-
headers
|
|
4499
|
+
headers?: {
|
|
4339
4500
|
[key: string]: string;
|
|
4340
4501
|
};
|
|
4341
|
-
statusCode
|
|
4342
|
-
body
|
|
4502
|
+
statusCode?: number;
|
|
4503
|
+
body?: ModifyDtsJobNameResponseBody;
|
|
4343
4504
|
static names(): {
|
|
4344
4505
|
[key: string]: string;
|
|
4345
4506
|
};
|
|
@@ -4355,7 +4516,9 @@ export declare class ModifyDtsJobPasswordRequest extends $tea.Model {
|
|
|
4355
4516
|
endpoint?: string;
|
|
4356
4517
|
password?: string;
|
|
4357
4518
|
regionId?: string;
|
|
4519
|
+
resourceGroupId?: string;
|
|
4358
4520
|
userName?: string;
|
|
4521
|
+
zeroEtlJob?: boolean;
|
|
4359
4522
|
static names(): {
|
|
4360
4523
|
[key: string]: string;
|
|
4361
4524
|
};
|
|
@@ -4385,11 +4548,11 @@ export declare class ModifyDtsJobPasswordResponseBody extends $tea.Model {
|
|
|
4385
4548
|
});
|
|
4386
4549
|
}
|
|
4387
4550
|
export declare class ModifyDtsJobPasswordResponse extends $tea.Model {
|
|
4388
|
-
headers
|
|
4551
|
+
headers?: {
|
|
4389
4552
|
[key: string]: string;
|
|
4390
4553
|
};
|
|
4391
|
-
statusCode
|
|
4392
|
-
body
|
|
4554
|
+
statusCode?: number;
|
|
4555
|
+
body?: ModifyDtsJobPasswordResponseBody;
|
|
4393
4556
|
static names(): {
|
|
4394
4557
|
[key: string]: string;
|
|
4395
4558
|
};
|
|
@@ -4406,6 +4569,7 @@ export declare class ModifyDynamicConfigRequest extends $tea.Model {
|
|
|
4406
4569
|
enableLimit?: boolean;
|
|
4407
4570
|
jobCode?: string;
|
|
4408
4571
|
regionId?: string;
|
|
4572
|
+
resourceGroupId?: string;
|
|
4409
4573
|
static names(): {
|
|
4410
4574
|
[key: string]: string;
|
|
4411
4575
|
};
|
|
@@ -4435,11 +4599,11 @@ export declare class ModifyDynamicConfigResponseBody extends $tea.Model {
|
|
|
4435
4599
|
});
|
|
4436
4600
|
}
|
|
4437
4601
|
export declare class ModifyDynamicConfigResponse extends $tea.Model {
|
|
4438
|
-
headers
|
|
4602
|
+
headers?: {
|
|
4439
4603
|
[key: string]: string;
|
|
4440
4604
|
};
|
|
4441
|
-
statusCode
|
|
4442
|
-
body
|
|
4605
|
+
statusCode?: number;
|
|
4606
|
+
body?: ModifyDynamicConfigResponseBody;
|
|
4443
4607
|
static names(): {
|
|
4444
4608
|
[key: string]: string;
|
|
4445
4609
|
};
|
|
@@ -4455,6 +4619,7 @@ export declare class ModifySubscriptionRequest extends $tea.Model {
|
|
|
4455
4619
|
dtsInstanceId?: string;
|
|
4456
4620
|
dtsJobId?: string;
|
|
4457
4621
|
regionId?: string;
|
|
4622
|
+
resourceGroupId?: string;
|
|
4458
4623
|
subscriptionDataTypeDDL?: boolean;
|
|
4459
4624
|
subscriptionDataTypeDML?: boolean;
|
|
4460
4625
|
static names(): {
|
|
@@ -4484,11 +4649,11 @@ export declare class ModifySubscriptionResponseBody extends $tea.Model {
|
|
|
4484
4649
|
});
|
|
4485
4650
|
}
|
|
4486
4651
|
export declare class ModifySubscriptionResponse extends $tea.Model {
|
|
4487
|
-
headers
|
|
4652
|
+
headers?: {
|
|
4488
4653
|
[key: string]: string;
|
|
4489
4654
|
};
|
|
4490
|
-
statusCode
|
|
4491
|
-
body
|
|
4655
|
+
statusCode?: number;
|
|
4656
|
+
body?: ModifySubscriptionResponseBody;
|
|
4492
4657
|
static names(): {
|
|
4493
4658
|
[key: string]: string;
|
|
4494
4659
|
};
|
|
@@ -4503,6 +4668,7 @@ export declare class ModifySubscriptionObjectRequest extends $tea.Model {
|
|
|
4503
4668
|
accountId?: string;
|
|
4504
4669
|
ownerId?: string;
|
|
4505
4670
|
regionId?: string;
|
|
4671
|
+
resourceGroupId?: string;
|
|
4506
4672
|
subscriptionInstanceId?: string;
|
|
4507
4673
|
subscriptionObject?: string;
|
|
4508
4674
|
static names(): {
|
|
@@ -4531,11 +4697,11 @@ export declare class ModifySubscriptionObjectResponseBody extends $tea.Model {
|
|
|
4531
4697
|
});
|
|
4532
4698
|
}
|
|
4533
4699
|
export declare class ModifySubscriptionObjectResponse extends $tea.Model {
|
|
4534
|
-
headers
|
|
4700
|
+
headers?: {
|
|
4535
4701
|
[key: string]: string;
|
|
4536
4702
|
};
|
|
4537
|
-
statusCode
|
|
4538
|
-
body
|
|
4703
|
+
statusCode?: number;
|
|
4704
|
+
body?: ModifySubscriptionObjectResponseBody;
|
|
4539
4705
|
static names(): {
|
|
4540
4706
|
[key: string]: string;
|
|
4541
4707
|
};
|
|
@@ -4550,6 +4716,7 @@ export declare class ModifySynchronizationObjectRequest extends $tea.Model {
|
|
|
4550
4716
|
accountId?: string;
|
|
4551
4717
|
ownerId?: string;
|
|
4552
4718
|
regionId?: string;
|
|
4719
|
+
resourceGroupId?: string;
|
|
4553
4720
|
synchronizationDirection?: string;
|
|
4554
4721
|
synchronizationJobId?: string;
|
|
4555
4722
|
synchronizationObjects?: string;
|
|
@@ -4580,11 +4747,11 @@ export declare class ModifySynchronizationObjectResponseBody extends $tea.Model
|
|
|
4580
4747
|
});
|
|
4581
4748
|
}
|
|
4582
4749
|
export declare class ModifySynchronizationObjectResponse extends $tea.Model {
|
|
4583
|
-
headers
|
|
4750
|
+
headers?: {
|
|
4584
4751
|
[key: string]: string;
|
|
4585
4752
|
};
|
|
4586
|
-
statusCode
|
|
4587
|
-
body
|
|
4753
|
+
statusCode?: number;
|
|
4754
|
+
body?: ModifySynchronizationObjectResponseBody;
|
|
4588
4755
|
static names(): {
|
|
4589
4756
|
[key: string]: string;
|
|
4590
4757
|
};
|
|
@@ -4601,6 +4768,7 @@ export declare class RenewInstanceRequest extends $tea.Model {
|
|
|
4601
4768
|
dtsJobId?: string;
|
|
4602
4769
|
period?: string;
|
|
4603
4770
|
regionId?: string;
|
|
4771
|
+
resourceGroupId?: string;
|
|
4604
4772
|
static names(): {
|
|
4605
4773
|
[key: string]: string;
|
|
4606
4774
|
};
|
|
@@ -4634,11 +4802,11 @@ export declare class RenewInstanceResponseBody extends $tea.Model {
|
|
|
4634
4802
|
});
|
|
4635
4803
|
}
|
|
4636
4804
|
export declare class RenewInstanceResponse extends $tea.Model {
|
|
4637
|
-
headers
|
|
4805
|
+
headers?: {
|
|
4638
4806
|
[key: string]: string;
|
|
4639
4807
|
};
|
|
4640
|
-
statusCode
|
|
4641
|
-
body
|
|
4808
|
+
statusCode?: number;
|
|
4809
|
+
body?: RenewInstanceResponseBody;
|
|
4642
4810
|
static names(): {
|
|
4643
4811
|
[key: string]: string;
|
|
4644
4812
|
};
|
|
@@ -4653,6 +4821,7 @@ export declare class ResetDtsJobRequest extends $tea.Model {
|
|
|
4653
4821
|
dtsInstanceId?: string;
|
|
4654
4822
|
dtsJobId?: string;
|
|
4655
4823
|
regionId?: string;
|
|
4824
|
+
resourceGroupId?: string;
|
|
4656
4825
|
synchronizationDirection?: string;
|
|
4657
4826
|
static names(): {
|
|
4658
4827
|
[key: string]: string;
|
|
@@ -4683,11 +4852,11 @@ export declare class ResetDtsJobResponseBody extends $tea.Model {
|
|
|
4683
4852
|
});
|
|
4684
4853
|
}
|
|
4685
4854
|
export declare class ResetDtsJobResponse extends $tea.Model {
|
|
4686
|
-
headers
|
|
4855
|
+
headers?: {
|
|
4687
4856
|
[key: string]: string;
|
|
4688
4857
|
};
|
|
4689
|
-
statusCode
|
|
4690
|
-
body
|
|
4858
|
+
statusCode?: number;
|
|
4859
|
+
body?: ResetDtsJobResponseBody;
|
|
4691
4860
|
static names(): {
|
|
4692
4861
|
[key: string]: string;
|
|
4693
4862
|
};
|
|
@@ -4702,6 +4871,7 @@ export declare class ResetSynchronizationJobRequest extends $tea.Model {
|
|
|
4702
4871
|
accountId?: string;
|
|
4703
4872
|
ownerId?: string;
|
|
4704
4873
|
regionId?: string;
|
|
4874
|
+
resourceGroupId?: string;
|
|
4705
4875
|
synchronizationDirection?: string;
|
|
4706
4876
|
synchronizationJobId?: string;
|
|
4707
4877
|
static names(): {
|
|
@@ -4730,11 +4900,11 @@ export declare class ResetSynchronizationJobResponseBody extends $tea.Model {
|
|
|
4730
4900
|
});
|
|
4731
4901
|
}
|
|
4732
4902
|
export declare class ResetSynchronizationJobResponse extends $tea.Model {
|
|
4733
|
-
headers
|
|
4903
|
+
headers?: {
|
|
4734
4904
|
[key: string]: string;
|
|
4735
4905
|
};
|
|
4736
|
-
statusCode
|
|
4737
|
-
body
|
|
4906
|
+
statusCode?: number;
|
|
4907
|
+
body?: ResetSynchronizationJobResponseBody;
|
|
4738
4908
|
static names(): {
|
|
4739
4909
|
[key: string]: string;
|
|
4740
4910
|
};
|
|
@@ -4749,6 +4919,7 @@ export declare class ReverseTwoWayDirectionRequest extends $tea.Model {
|
|
|
4749
4919
|
dtsInstanceId?: string;
|
|
4750
4920
|
ignoreErrorSubJob?: boolean;
|
|
4751
4921
|
regionId?: string;
|
|
4922
|
+
resourceGroupId?: string;
|
|
4752
4923
|
static names(): {
|
|
4753
4924
|
[key: string]: string;
|
|
4754
4925
|
};
|
|
@@ -4778,11 +4949,11 @@ export declare class ReverseTwoWayDirectionResponseBody extends $tea.Model {
|
|
|
4778
4949
|
});
|
|
4779
4950
|
}
|
|
4780
4951
|
export declare class ReverseTwoWayDirectionResponse extends $tea.Model {
|
|
4781
|
-
headers
|
|
4952
|
+
headers?: {
|
|
4782
4953
|
[key: string]: string;
|
|
4783
4954
|
};
|
|
4784
|
-
statusCode
|
|
4785
|
-
body
|
|
4955
|
+
statusCode?: number;
|
|
4956
|
+
body?: ReverseTwoWayDirectionResponseBody;
|
|
4786
4957
|
static names(): {
|
|
4787
4958
|
[key: string]: string;
|
|
4788
4959
|
};
|
|
@@ -4797,6 +4968,7 @@ export declare class ShieldPrecheckRequest extends $tea.Model {
|
|
|
4797
4968
|
dtsInstanceId?: string;
|
|
4798
4969
|
precheckItems?: string;
|
|
4799
4970
|
regionId?: string;
|
|
4971
|
+
resourceGroupId?: string;
|
|
4800
4972
|
static names(): {
|
|
4801
4973
|
[key: string]: string;
|
|
4802
4974
|
};
|
|
@@ -4823,11 +4995,11 @@ export declare class ShieldPrecheckResponseBody extends $tea.Model {
|
|
|
4823
4995
|
});
|
|
4824
4996
|
}
|
|
4825
4997
|
export declare class ShieldPrecheckResponse extends $tea.Model {
|
|
4826
|
-
headers
|
|
4998
|
+
headers?: {
|
|
4827
4999
|
[key: string]: string;
|
|
4828
5000
|
};
|
|
4829
|
-
statusCode
|
|
4830
|
-
body
|
|
5001
|
+
statusCode?: number;
|
|
5002
|
+
body?: ShieldPrecheckResponseBody;
|
|
4831
5003
|
static names(): {
|
|
4832
5004
|
[key: string]: string;
|
|
4833
5005
|
};
|
|
@@ -4842,6 +5014,7 @@ export declare class SkipPreCheckRequest extends $tea.Model {
|
|
|
4842
5014
|
dtsJobId?: string;
|
|
4843
5015
|
jobId?: string;
|
|
4844
5016
|
regionId?: string;
|
|
5017
|
+
resourceGroupId?: string;
|
|
4845
5018
|
skip?: boolean;
|
|
4846
5019
|
skipPreCheckItems?: string;
|
|
4847
5020
|
skipPreCheckNames?: string;
|
|
@@ -4878,11 +5051,11 @@ export declare class SkipPreCheckResponseBody extends $tea.Model {
|
|
|
4878
5051
|
});
|
|
4879
5052
|
}
|
|
4880
5053
|
export declare class SkipPreCheckResponse extends $tea.Model {
|
|
4881
|
-
headers
|
|
5054
|
+
headers?: {
|
|
4882
5055
|
[key: string]: string;
|
|
4883
5056
|
};
|
|
4884
|
-
statusCode
|
|
4885
|
-
body
|
|
5057
|
+
statusCode?: number;
|
|
5058
|
+
body?: SkipPreCheckResponseBody;
|
|
4886
5059
|
static names(): {
|
|
4887
5060
|
[key: string]: string;
|
|
4888
5061
|
};
|
|
@@ -4897,7 +5070,9 @@ export declare class StartDtsJobRequest extends $tea.Model {
|
|
|
4897
5070
|
dtsInstanceId?: string;
|
|
4898
5071
|
dtsJobId?: string;
|
|
4899
5072
|
regionId?: string;
|
|
5073
|
+
resourceGroupId?: string;
|
|
4900
5074
|
synchronizationDirection?: string;
|
|
5075
|
+
zeroEtlJob?: boolean;
|
|
4901
5076
|
static names(): {
|
|
4902
5077
|
[key: string]: string;
|
|
4903
5078
|
};
|
|
@@ -4927,11 +5102,11 @@ export declare class StartDtsJobResponseBody extends $tea.Model {
|
|
|
4927
5102
|
});
|
|
4928
5103
|
}
|
|
4929
5104
|
export declare class StartDtsJobResponse extends $tea.Model {
|
|
4930
|
-
headers
|
|
5105
|
+
headers?: {
|
|
4931
5106
|
[key: string]: string;
|
|
4932
5107
|
};
|
|
4933
|
-
statusCode
|
|
4934
|
-
body
|
|
5108
|
+
statusCode?: number;
|
|
5109
|
+
body?: StartDtsJobResponseBody;
|
|
4935
5110
|
static names(): {
|
|
4936
5111
|
[key: string]: string;
|
|
4937
5112
|
};
|
|
@@ -4945,6 +5120,8 @@ export declare class StartDtsJobResponse extends $tea.Model {
|
|
|
4945
5120
|
export declare class StartDtsJobsRequest extends $tea.Model {
|
|
4946
5121
|
dtsJobIds?: string;
|
|
4947
5122
|
regionId?: string;
|
|
5123
|
+
resourceGroupId?: string;
|
|
5124
|
+
zeroEtlJob?: boolean;
|
|
4948
5125
|
static names(): {
|
|
4949
5126
|
[key: string]: string;
|
|
4950
5127
|
};
|
|
@@ -4974,11 +5151,11 @@ export declare class StartDtsJobsResponseBody extends $tea.Model {
|
|
|
4974
5151
|
});
|
|
4975
5152
|
}
|
|
4976
5153
|
export declare class StartDtsJobsResponse extends $tea.Model {
|
|
4977
|
-
headers
|
|
5154
|
+
headers?: {
|
|
4978
5155
|
[key: string]: string;
|
|
4979
5156
|
};
|
|
4980
|
-
statusCode
|
|
4981
|
-
body
|
|
5157
|
+
statusCode?: number;
|
|
5158
|
+
body?: StartDtsJobsResponseBody;
|
|
4982
5159
|
static names(): {
|
|
4983
5160
|
[key: string]: string;
|
|
4984
5161
|
};
|
|
@@ -4994,6 +5171,7 @@ export declare class StartMigrationJobRequest extends $tea.Model {
|
|
|
4994
5171
|
migrationJobId?: string;
|
|
4995
5172
|
ownerId?: string;
|
|
4996
5173
|
regionId?: string;
|
|
5174
|
+
resourceGroupId?: string;
|
|
4997
5175
|
static names(): {
|
|
4998
5176
|
[key: string]: string;
|
|
4999
5177
|
};
|
|
@@ -5020,11 +5198,11 @@ export declare class StartMigrationJobResponseBody extends $tea.Model {
|
|
|
5020
5198
|
});
|
|
5021
5199
|
}
|
|
5022
5200
|
export declare class StartMigrationJobResponse extends $tea.Model {
|
|
5023
|
-
headers
|
|
5201
|
+
headers?: {
|
|
5024
5202
|
[key: string]: string;
|
|
5025
5203
|
};
|
|
5026
|
-
statusCode
|
|
5027
|
-
body
|
|
5204
|
+
statusCode?: number;
|
|
5205
|
+
body?: StartMigrationJobResponseBody;
|
|
5028
5206
|
static names(): {
|
|
5029
5207
|
[key: string]: string;
|
|
5030
5208
|
};
|
|
@@ -5038,6 +5216,7 @@ export declare class StartMigrationJobResponse extends $tea.Model {
|
|
|
5038
5216
|
export declare class StartReverseWriterRequest extends $tea.Model {
|
|
5039
5217
|
checkPoint?: string;
|
|
5040
5218
|
dtsJobId?: string;
|
|
5219
|
+
resourceGroupId?: string;
|
|
5041
5220
|
static names(): {
|
|
5042
5221
|
[key: string]: string;
|
|
5043
5222
|
};
|
|
@@ -5064,11 +5243,11 @@ export declare class StartReverseWriterResponseBody extends $tea.Model {
|
|
|
5064
5243
|
});
|
|
5065
5244
|
}
|
|
5066
5245
|
export declare class StartReverseWriterResponse extends $tea.Model {
|
|
5067
|
-
headers
|
|
5246
|
+
headers?: {
|
|
5068
5247
|
[key: string]: string;
|
|
5069
5248
|
};
|
|
5070
|
-
statusCode
|
|
5071
|
-
body
|
|
5249
|
+
statusCode?: number;
|
|
5250
|
+
body?: StartReverseWriterResponseBody;
|
|
5072
5251
|
static names(): {
|
|
5073
5252
|
[key: string]: string;
|
|
5074
5253
|
};
|
|
@@ -5083,6 +5262,7 @@ export declare class StartSubscriptionInstanceRequest extends $tea.Model {
|
|
|
5083
5262
|
accountId?: string;
|
|
5084
5263
|
ownerId?: string;
|
|
5085
5264
|
regionId?: string;
|
|
5265
|
+
resourceGroupId?: string;
|
|
5086
5266
|
subscriptionInstanceId?: string;
|
|
5087
5267
|
static names(): {
|
|
5088
5268
|
[key: string]: string;
|
|
@@ -5111,11 +5291,11 @@ export declare class StartSubscriptionInstanceResponseBody extends $tea.Model {
|
|
|
5111
5291
|
});
|
|
5112
5292
|
}
|
|
5113
5293
|
export declare class StartSubscriptionInstanceResponse extends $tea.Model {
|
|
5114
|
-
headers
|
|
5294
|
+
headers?: {
|
|
5115
5295
|
[key: string]: string;
|
|
5116
5296
|
};
|
|
5117
|
-
statusCode
|
|
5118
|
-
body
|
|
5297
|
+
statusCode?: number;
|
|
5298
|
+
body?: StartSubscriptionInstanceResponseBody;
|
|
5119
5299
|
static names(): {
|
|
5120
5300
|
[key: string]: string;
|
|
5121
5301
|
};
|
|
@@ -5130,6 +5310,7 @@ export declare class StartSynchronizationJobRequest extends $tea.Model {
|
|
|
5130
5310
|
accountId?: string;
|
|
5131
5311
|
ownerId?: string;
|
|
5132
5312
|
regionId?: string;
|
|
5313
|
+
resourceGroupId?: string;
|
|
5133
5314
|
synchronizationDirection?: string;
|
|
5134
5315
|
synchronizationJobId?: string;
|
|
5135
5316
|
static names(): {
|
|
@@ -5158,11 +5339,11 @@ export declare class StartSynchronizationJobResponseBody extends $tea.Model {
|
|
|
5158
5339
|
});
|
|
5159
5340
|
}
|
|
5160
5341
|
export declare class StartSynchronizationJobResponse extends $tea.Model {
|
|
5161
|
-
headers
|
|
5342
|
+
headers?: {
|
|
5162
5343
|
[key: string]: string;
|
|
5163
5344
|
};
|
|
5164
|
-
statusCode
|
|
5165
|
-
body
|
|
5345
|
+
statusCode?: number;
|
|
5346
|
+
body?: StartSynchronizationJobResponseBody;
|
|
5166
5347
|
static names(): {
|
|
5167
5348
|
[key: string]: string;
|
|
5168
5349
|
};
|
|
@@ -5179,6 +5360,7 @@ export declare class StopDedicatedClusterRequest extends $tea.Model {
|
|
|
5179
5360
|
instanceId?: string;
|
|
5180
5361
|
ownerId?: string;
|
|
5181
5362
|
regionId?: string;
|
|
5363
|
+
resourceGroupId?: string;
|
|
5182
5364
|
static names(): {
|
|
5183
5365
|
[key: string]: string;
|
|
5184
5366
|
};
|
|
@@ -5206,11 +5388,11 @@ export declare class StopDedicatedClusterResponseBody extends $tea.Model {
|
|
|
5206
5388
|
});
|
|
5207
5389
|
}
|
|
5208
5390
|
export declare class StopDedicatedClusterResponse extends $tea.Model {
|
|
5209
|
-
headers
|
|
5391
|
+
headers?: {
|
|
5210
5392
|
[key: string]: string;
|
|
5211
5393
|
};
|
|
5212
|
-
statusCode
|
|
5213
|
-
body
|
|
5394
|
+
statusCode?: number;
|
|
5395
|
+
body?: StopDedicatedClusterResponseBody;
|
|
5214
5396
|
static names(): {
|
|
5215
5397
|
[key: string]: string;
|
|
5216
5398
|
};
|
|
@@ -5225,7 +5407,9 @@ export declare class StopDtsJobRequest extends $tea.Model {
|
|
|
5225
5407
|
dtsInstanceId?: string;
|
|
5226
5408
|
dtsJobId?: string;
|
|
5227
5409
|
regionId?: string;
|
|
5410
|
+
resourceGroupId?: string;
|
|
5228
5411
|
synchronizationDirection?: string;
|
|
5412
|
+
zeroEtlJob?: boolean;
|
|
5229
5413
|
static names(): {
|
|
5230
5414
|
[key: string]: string;
|
|
5231
5415
|
};
|
|
@@ -5255,11 +5439,11 @@ export declare class StopDtsJobResponseBody extends $tea.Model {
|
|
|
5255
5439
|
});
|
|
5256
5440
|
}
|
|
5257
5441
|
export declare class StopDtsJobResponse extends $tea.Model {
|
|
5258
|
-
headers
|
|
5442
|
+
headers?: {
|
|
5259
5443
|
[key: string]: string;
|
|
5260
5444
|
};
|
|
5261
|
-
statusCode
|
|
5262
|
-
body
|
|
5445
|
+
statusCode?: number;
|
|
5446
|
+
body?: StopDtsJobResponseBody;
|
|
5263
5447
|
static names(): {
|
|
5264
5448
|
[key: string]: string;
|
|
5265
5449
|
};
|
|
@@ -5273,6 +5457,8 @@ export declare class StopDtsJobResponse extends $tea.Model {
|
|
|
5273
5457
|
export declare class StopDtsJobsRequest extends $tea.Model {
|
|
5274
5458
|
dtsJobIds?: string;
|
|
5275
5459
|
regionId?: string;
|
|
5460
|
+
resourceGroupId?: string;
|
|
5461
|
+
zeroEtlJob?: boolean;
|
|
5276
5462
|
static names(): {
|
|
5277
5463
|
[key: string]: string;
|
|
5278
5464
|
};
|
|
@@ -5302,11 +5488,11 @@ export declare class StopDtsJobsResponseBody extends $tea.Model {
|
|
|
5302
5488
|
});
|
|
5303
5489
|
}
|
|
5304
5490
|
export declare class StopDtsJobsResponse extends $tea.Model {
|
|
5305
|
-
headers
|
|
5491
|
+
headers?: {
|
|
5306
5492
|
[key: string]: string;
|
|
5307
5493
|
};
|
|
5308
|
-
statusCode
|
|
5309
|
-
body
|
|
5494
|
+
statusCode?: number;
|
|
5495
|
+
body?: StopDtsJobsResponseBody;
|
|
5310
5496
|
static names(): {
|
|
5311
5497
|
[key: string]: string;
|
|
5312
5498
|
};
|
|
@@ -5323,6 +5509,7 @@ export declare class StopMigrationJobRequest extends $tea.Model {
|
|
|
5323
5509
|
migrationJobId?: string;
|
|
5324
5510
|
ownerId?: string;
|
|
5325
5511
|
regionId?: string;
|
|
5512
|
+
resourceGroupId?: string;
|
|
5326
5513
|
static names(): {
|
|
5327
5514
|
[key: string]: string;
|
|
5328
5515
|
};
|
|
@@ -5349,11 +5536,11 @@ export declare class StopMigrationJobResponseBody extends $tea.Model {
|
|
|
5349
5536
|
});
|
|
5350
5537
|
}
|
|
5351
5538
|
export declare class StopMigrationJobResponse extends $tea.Model {
|
|
5352
|
-
headers
|
|
5539
|
+
headers?: {
|
|
5353
5540
|
[key: string]: string;
|
|
5354
5541
|
};
|
|
5355
|
-
statusCode
|
|
5356
|
-
body
|
|
5542
|
+
statusCode?: number;
|
|
5543
|
+
body?: StopMigrationJobResponseBody;
|
|
5357
5544
|
static names(): {
|
|
5358
5545
|
[key: string]: string;
|
|
5359
5546
|
};
|
|
@@ -5369,8 +5556,10 @@ export declare class SummaryJobDetailRequest extends $tea.Model {
|
|
|
5369
5556
|
dtsJobId?: string;
|
|
5370
5557
|
jobCode?: string;
|
|
5371
5558
|
regionId?: string;
|
|
5559
|
+
resourceGroupId?: string;
|
|
5372
5560
|
structType?: string;
|
|
5373
5561
|
synchronizationDirection?: string;
|
|
5562
|
+
zeroEtlJob?: boolean;
|
|
5374
5563
|
static names(): {
|
|
5375
5564
|
[key: string]: string;
|
|
5376
5565
|
};
|
|
@@ -5399,11 +5588,11 @@ export declare class SummaryJobDetailResponseBody extends $tea.Model {
|
|
|
5399
5588
|
});
|
|
5400
5589
|
}
|
|
5401
5590
|
export declare class SummaryJobDetailResponse extends $tea.Model {
|
|
5402
|
-
headers
|
|
5591
|
+
headers?: {
|
|
5403
5592
|
[key: string]: string;
|
|
5404
5593
|
};
|
|
5405
|
-
statusCode
|
|
5406
|
-
body
|
|
5594
|
+
statusCode?: number;
|
|
5595
|
+
body?: SummaryJobDetailResponseBody;
|
|
5407
5596
|
static names(): {
|
|
5408
5597
|
[key: string]: string;
|
|
5409
5598
|
};
|
|
@@ -5418,7 +5607,9 @@ export declare class SuspendDtsJobRequest extends $tea.Model {
|
|
|
5418
5607
|
dtsInstanceId?: string;
|
|
5419
5608
|
dtsJobId?: string;
|
|
5420
5609
|
regionId?: string;
|
|
5610
|
+
resourceGroupId?: string;
|
|
5421
5611
|
synchronizationDirection?: string;
|
|
5612
|
+
zeroEtlJob?: boolean;
|
|
5422
5613
|
static names(): {
|
|
5423
5614
|
[key: string]: string;
|
|
5424
5615
|
};
|
|
@@ -5448,11 +5639,11 @@ export declare class SuspendDtsJobResponseBody extends $tea.Model {
|
|
|
5448
5639
|
});
|
|
5449
5640
|
}
|
|
5450
5641
|
export declare class SuspendDtsJobResponse extends $tea.Model {
|
|
5451
|
-
headers
|
|
5642
|
+
headers?: {
|
|
5452
5643
|
[key: string]: string;
|
|
5453
5644
|
};
|
|
5454
|
-
statusCode
|
|
5455
|
-
body
|
|
5645
|
+
statusCode?: number;
|
|
5646
|
+
body?: SuspendDtsJobResponseBody;
|
|
5456
5647
|
static names(): {
|
|
5457
5648
|
[key: string]: string;
|
|
5458
5649
|
};
|
|
@@ -5466,6 +5657,8 @@ export declare class SuspendDtsJobResponse extends $tea.Model {
|
|
|
5466
5657
|
export declare class SuspendDtsJobsRequest extends $tea.Model {
|
|
5467
5658
|
dtsJobIds?: string;
|
|
5468
5659
|
regionId?: string;
|
|
5660
|
+
resourceGroupId?: string;
|
|
5661
|
+
zeroEtlJob?: boolean;
|
|
5469
5662
|
static names(): {
|
|
5470
5663
|
[key: string]: string;
|
|
5471
5664
|
};
|
|
@@ -5495,11 +5688,11 @@ export declare class SuspendDtsJobsResponseBody extends $tea.Model {
|
|
|
5495
5688
|
});
|
|
5496
5689
|
}
|
|
5497
5690
|
export declare class SuspendDtsJobsResponse extends $tea.Model {
|
|
5498
|
-
headers
|
|
5691
|
+
headers?: {
|
|
5499
5692
|
[key: string]: string;
|
|
5500
5693
|
};
|
|
5501
|
-
statusCode
|
|
5502
|
-
body
|
|
5694
|
+
statusCode?: number;
|
|
5695
|
+
body?: SuspendDtsJobsResponseBody;
|
|
5503
5696
|
static names(): {
|
|
5504
5697
|
[key: string]: string;
|
|
5505
5698
|
};
|
|
@@ -5516,6 +5709,7 @@ export declare class SuspendMigrationJobRequest extends $tea.Model {
|
|
|
5516
5709
|
migrationJobId?: string;
|
|
5517
5710
|
ownerId?: string;
|
|
5518
5711
|
regionId?: string;
|
|
5712
|
+
resourceGroupId?: string;
|
|
5519
5713
|
static names(): {
|
|
5520
5714
|
[key: string]: string;
|
|
5521
5715
|
};
|
|
@@ -5542,11 +5736,11 @@ export declare class SuspendMigrationJobResponseBody extends $tea.Model {
|
|
|
5542
5736
|
});
|
|
5543
5737
|
}
|
|
5544
5738
|
export declare class SuspendMigrationJobResponse extends $tea.Model {
|
|
5545
|
-
headers
|
|
5739
|
+
headers?: {
|
|
5546
5740
|
[key: string]: string;
|
|
5547
5741
|
};
|
|
5548
|
-
statusCode
|
|
5549
|
-
body
|
|
5742
|
+
statusCode?: number;
|
|
5743
|
+
body?: SuspendMigrationJobResponseBody;
|
|
5550
5744
|
static names(): {
|
|
5551
5745
|
[key: string]: string;
|
|
5552
5746
|
};
|
|
@@ -5561,6 +5755,7 @@ export declare class SuspendSynchronizationJobRequest extends $tea.Model {
|
|
|
5561
5755
|
accountId?: string;
|
|
5562
5756
|
ownerId?: string;
|
|
5563
5757
|
regionId?: string;
|
|
5758
|
+
resourceGroupId?: string;
|
|
5564
5759
|
synchronizationDirection?: string;
|
|
5565
5760
|
synchronizationJobId?: string;
|
|
5566
5761
|
static names(): {
|
|
@@ -5589,11 +5784,11 @@ export declare class SuspendSynchronizationJobResponseBody extends $tea.Model {
|
|
|
5589
5784
|
});
|
|
5590
5785
|
}
|
|
5591
5786
|
export declare class SuspendSynchronizationJobResponse extends $tea.Model {
|
|
5592
|
-
headers
|
|
5787
|
+
headers?: {
|
|
5593
5788
|
[key: string]: string;
|
|
5594
5789
|
};
|
|
5595
|
-
statusCode
|
|
5596
|
-
body
|
|
5790
|
+
statusCode?: number;
|
|
5791
|
+
body?: SuspendSynchronizationJobResponseBody;
|
|
5597
5792
|
static names(): {
|
|
5598
5793
|
[key: string]: string;
|
|
5599
5794
|
};
|
|
@@ -5608,6 +5803,7 @@ export declare class SwitchPhysicalDtsJobToCloudRequest extends $tea.Model {
|
|
|
5608
5803
|
dtsInstanceId?: string;
|
|
5609
5804
|
dtsJobId?: string;
|
|
5610
5805
|
regionId?: string;
|
|
5806
|
+
resourceGroupId?: string;
|
|
5611
5807
|
synchronizationDirection?: string;
|
|
5612
5808
|
static names(): {
|
|
5613
5809
|
[key: string]: string;
|
|
@@ -5638,11 +5834,11 @@ export declare class SwitchPhysicalDtsJobToCloudResponseBody extends $tea.Model
|
|
|
5638
5834
|
});
|
|
5639
5835
|
}
|
|
5640
5836
|
export declare class SwitchPhysicalDtsJobToCloudResponse extends $tea.Model {
|
|
5641
|
-
headers
|
|
5837
|
+
headers?: {
|
|
5642
5838
|
[key: string]: string;
|
|
5643
5839
|
};
|
|
5644
|
-
statusCode
|
|
5645
|
-
body
|
|
5840
|
+
statusCode?: number;
|
|
5841
|
+
body?: SwitchPhysicalDtsJobToCloudResponseBody;
|
|
5646
5842
|
static names(): {
|
|
5647
5843
|
[key: string]: string;
|
|
5648
5844
|
};
|
|
@@ -5659,6 +5855,7 @@ export declare class SwitchSynchronizationEndpointRequest extends $tea.Model {
|
|
|
5659
5855
|
accountId?: string;
|
|
5660
5856
|
ownerId?: string;
|
|
5661
5857
|
regionId?: string;
|
|
5858
|
+
resourceGroupId?: string;
|
|
5662
5859
|
synchronizationDirection?: string;
|
|
5663
5860
|
synchronizationJobId?: string;
|
|
5664
5861
|
static names(): {
|
|
@@ -5688,11 +5885,11 @@ export declare class SwitchSynchronizationEndpointResponseBody extends $tea.Mode
|
|
|
5688
5885
|
});
|
|
5689
5886
|
}
|
|
5690
5887
|
export declare class SwitchSynchronizationEndpointResponse extends $tea.Model {
|
|
5691
|
-
headers
|
|
5888
|
+
headers?: {
|
|
5692
5889
|
[key: string]: string;
|
|
5693
5890
|
};
|
|
5694
|
-
statusCode
|
|
5695
|
-
body
|
|
5891
|
+
statusCode?: number;
|
|
5892
|
+
body?: SwitchSynchronizationEndpointResponseBody;
|
|
5696
5893
|
static names(): {
|
|
5697
5894
|
[key: string]: string;
|
|
5698
5895
|
};
|
|
@@ -5705,6 +5902,7 @@ export declare class SwitchSynchronizationEndpointResponse extends $tea.Model {
|
|
|
5705
5902
|
}
|
|
5706
5903
|
export declare class TagResourcesRequest extends $tea.Model {
|
|
5707
5904
|
regionId?: string;
|
|
5905
|
+
resourceGroupId?: string;
|
|
5708
5906
|
resourceId?: string[];
|
|
5709
5907
|
resourceType?: string;
|
|
5710
5908
|
tag?: TagResourcesRequestTag[];
|
|
@@ -5734,11 +5932,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
5734
5932
|
});
|
|
5735
5933
|
}
|
|
5736
5934
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
5737
|
-
headers
|
|
5935
|
+
headers?: {
|
|
5738
5936
|
[key: string]: string;
|
|
5739
5937
|
};
|
|
5740
|
-
statusCode
|
|
5741
|
-
body
|
|
5938
|
+
statusCode?: number;
|
|
5939
|
+
body?: TagResourcesResponseBody;
|
|
5742
5940
|
static names(): {
|
|
5743
5941
|
[key: string]: string;
|
|
5744
5942
|
};
|
|
@@ -5754,6 +5952,7 @@ export declare class TransferInstanceClassRequest extends $tea.Model {
|
|
|
5754
5952
|
instanceClass?: string;
|
|
5755
5953
|
orderType?: string;
|
|
5756
5954
|
regionId?: string;
|
|
5955
|
+
resourceGroupId?: string;
|
|
5757
5956
|
static names(): {
|
|
5758
5957
|
[key: string]: string;
|
|
5759
5958
|
};
|
|
@@ -5787,11 +5986,11 @@ export declare class TransferInstanceClassResponseBody extends $tea.Model {
|
|
|
5787
5986
|
});
|
|
5788
5987
|
}
|
|
5789
5988
|
export declare class TransferInstanceClassResponse extends $tea.Model {
|
|
5790
|
-
headers
|
|
5989
|
+
headers?: {
|
|
5791
5990
|
[key: string]: string;
|
|
5792
5991
|
};
|
|
5793
|
-
statusCode
|
|
5794
|
-
body
|
|
5992
|
+
statusCode?: number;
|
|
5993
|
+
body?: TransferInstanceClassResponseBody;
|
|
5795
5994
|
static names(): {
|
|
5796
5995
|
[key: string]: string;
|
|
5797
5996
|
};
|
|
@@ -5806,8 +6005,11 @@ export declare class TransferPayTypeRequest extends $tea.Model {
|
|
|
5806
6005
|
buyCount?: string;
|
|
5807
6006
|
chargeType?: string;
|
|
5808
6007
|
dtsJobId?: string;
|
|
6008
|
+
maxDu?: number;
|
|
6009
|
+
minDu?: number;
|
|
5809
6010
|
period?: string;
|
|
5810
6011
|
regionId?: string;
|
|
6012
|
+
resourceGroupId?: string;
|
|
5811
6013
|
static names(): {
|
|
5812
6014
|
[key: string]: string;
|
|
5813
6015
|
};
|
|
@@ -5841,11 +6043,11 @@ export declare class TransferPayTypeResponseBody extends $tea.Model {
|
|
|
5841
6043
|
});
|
|
5842
6044
|
}
|
|
5843
6045
|
export declare class TransferPayTypeResponse extends $tea.Model {
|
|
5844
|
-
headers
|
|
6046
|
+
headers?: {
|
|
5845
6047
|
[key: string]: string;
|
|
5846
6048
|
};
|
|
5847
|
-
statusCode
|
|
5848
|
-
body
|
|
6049
|
+
statusCode?: number;
|
|
6050
|
+
body?: TransferPayTypeResponseBody;
|
|
5849
6051
|
static names(): {
|
|
5850
6052
|
[key: string]: string;
|
|
5851
6053
|
};
|
|
@@ -5859,6 +6061,7 @@ export declare class TransferPayTypeResponse extends $tea.Model {
|
|
|
5859
6061
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
5860
6062
|
all?: boolean;
|
|
5861
6063
|
regionId?: string;
|
|
6064
|
+
resourceGroupId?: string;
|
|
5862
6065
|
resourceId?: string[];
|
|
5863
6066
|
resourceType?: string;
|
|
5864
6067
|
tagKey?: string[];
|
|
@@ -5888,11 +6091,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
5888
6091
|
});
|
|
5889
6092
|
}
|
|
5890
6093
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
5891
|
-
headers
|
|
6094
|
+
headers?: {
|
|
5892
6095
|
[key: string]: string;
|
|
5893
6096
|
};
|
|
5894
|
-
statusCode
|
|
5895
|
-
body
|
|
6097
|
+
statusCode?: number;
|
|
6098
|
+
body?: UntagResourcesResponseBody;
|
|
5896
6099
|
static names(): {
|
|
5897
6100
|
[key: string]: string;
|
|
5898
6101
|
};
|
|
@@ -5907,6 +6110,7 @@ export declare class UpgradeTwoWayRequest extends $tea.Model {
|
|
|
5907
6110
|
instanceClass?: string;
|
|
5908
6111
|
instanceId?: string;
|
|
5909
6112
|
regionId?: string;
|
|
6113
|
+
resourceGroupId?: string;
|
|
5910
6114
|
static names(): {
|
|
5911
6115
|
[key: string]: string;
|
|
5912
6116
|
};
|
|
@@ -5936,11 +6140,11 @@ export declare class UpgradeTwoWayResponseBody extends $tea.Model {
|
|
|
5936
6140
|
});
|
|
5937
6141
|
}
|
|
5938
6142
|
export declare class UpgradeTwoWayResponse extends $tea.Model {
|
|
5939
|
-
headers
|
|
6143
|
+
headers?: {
|
|
5940
6144
|
[key: string]: string;
|
|
5941
6145
|
};
|
|
5942
|
-
statusCode
|
|
5943
|
-
body
|
|
6146
|
+
statusCode?: number;
|
|
6147
|
+
body?: UpgradeTwoWayResponseBody;
|
|
5944
6148
|
static names(): {
|
|
5945
6149
|
[key: string]: string;
|
|
5946
6150
|
};
|
|
@@ -5955,7 +6159,9 @@ export declare class WhiteIpListRequest extends $tea.Model {
|
|
|
5955
6159
|
destinationRegion?: string;
|
|
5956
6160
|
region?: string;
|
|
5957
6161
|
regionId?: string;
|
|
6162
|
+
resourceGroupId?: string;
|
|
5958
6163
|
type?: string;
|
|
6164
|
+
zeroEtlJob?: boolean;
|
|
5959
6165
|
static names(): {
|
|
5960
6166
|
[key: string]: string;
|
|
5961
6167
|
};
|
|
@@ -5986,11 +6192,11 @@ export declare class WhiteIpListResponseBody extends $tea.Model {
|
|
|
5986
6192
|
});
|
|
5987
6193
|
}
|
|
5988
6194
|
export declare class WhiteIpListResponse extends $tea.Model {
|
|
5989
|
-
headers
|
|
6195
|
+
headers?: {
|
|
5990
6196
|
[key: string]: string;
|
|
5991
6197
|
};
|
|
5992
|
-
statusCode
|
|
5993
|
-
body
|
|
6198
|
+
statusCode?: number;
|
|
6199
|
+
body?: WhiteIpListResponseBody;
|
|
5994
6200
|
static names(): {
|
|
5995
6201
|
[key: string]: string;
|
|
5996
6202
|
};
|
|
@@ -6873,7 +7079,9 @@ export declare class DescribeDtsJobDetailResponseBodySubDistributedJobReverseJob
|
|
|
6873
7079
|
groupId?: string;
|
|
6874
7080
|
isDemoJob?: boolean;
|
|
6875
7081
|
jobType?: string;
|
|
7082
|
+
maxDu?: number;
|
|
6876
7083
|
migrationMode?: DescribeDtsJobDetailResponseBodySubDistributedJobReverseJobMigrationMode;
|
|
7084
|
+
minDu?: number;
|
|
6877
7085
|
originType?: string;
|
|
6878
7086
|
payType?: string;
|
|
6879
7087
|
performance?: DescribeDtsJobDetailResponseBodySubDistributedJobReverseJobPerformance;
|
|
@@ -7018,7 +7226,9 @@ export declare class DescribeDtsJobDetailResponseBodySubDistributedJob extends $
|
|
|
7018
7226
|
groupId?: string;
|
|
7019
7227
|
isDemoJob?: boolean;
|
|
7020
7228
|
jobType?: string;
|
|
7229
|
+
maxDu?: number;
|
|
7021
7230
|
migrationMode?: DescribeDtsJobDetailResponseBodySubDistributedJobMigrationMode;
|
|
7231
|
+
minDu?: number;
|
|
7022
7232
|
originType?: string;
|
|
7023
7233
|
payType?: string;
|
|
7024
7234
|
performance?: DescribeDtsJobDetailResponseBodySubDistributedJobPerformance;
|
|
@@ -7607,7 +7817,9 @@ export declare class DescribeDtsJobDetailResponseBodySubSyncJob extends $tea.Mod
|
|
|
7607
7817
|
groupId?: string;
|
|
7608
7818
|
isDemoJob?: boolean;
|
|
7609
7819
|
jobType?: string;
|
|
7820
|
+
maxDu?: number;
|
|
7610
7821
|
migrationMode?: DescribeDtsJobDetailResponseBodySubSyncJobMigrationMode;
|
|
7822
|
+
minDu?: number;
|
|
7611
7823
|
originType?: string;
|
|
7612
7824
|
payType?: string;
|
|
7613
7825
|
performance?: DescribeDtsJobDetailResponseBodySubSyncJobPerformance;
|
|
@@ -8086,8 +8298,10 @@ export declare class DescribeDtsJobsResponseBodyDtsJobListReverseJob extends $te
|
|
|
8086
8298
|
expireTime?: string;
|
|
8087
8299
|
fullDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListReverseJobFullDataCheckStatus;
|
|
8088
8300
|
incDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListReverseJobIncDataCheckStatus;
|
|
8301
|
+
maxDu?: number;
|
|
8089
8302
|
memUsage?: string;
|
|
8090
8303
|
migrationMode?: DescribeDtsJobsResponseBodyDtsJobListReverseJobMigrationMode;
|
|
8304
|
+
minDu?: number;
|
|
8091
8305
|
payType?: string;
|
|
8092
8306
|
performance?: DescribeDtsJobsResponseBodyDtsJobListReverseJobPerformance;
|
|
8093
8307
|
precheckStatus?: DescribeDtsJobsResponseBodyDtsJobListReverseJobPrecheckStatus;
|
|
@@ -8185,6 +8399,7 @@ export declare class DescribeDtsJobsResponseBodyDtsJobList extends $tea.Model {
|
|
|
8185
8399
|
fullDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListFullDataCheckStatus;
|
|
8186
8400
|
incDataCheckStatus?: DescribeDtsJobsResponseBodyDtsJobListIncDataCheckStatus;
|
|
8187
8401
|
jobType?: string;
|
|
8402
|
+
maxDu?: number;
|
|
8188
8403
|
memUsage?: string;
|
|
8189
8404
|
migrationErrCode?: string;
|
|
8190
8405
|
migrationErrHelpDocId?: string;
|
|
@@ -8193,6 +8408,7 @@ export declare class DescribeDtsJobsResponseBodyDtsJobList extends $tea.Model {
|
|
|
8193
8408
|
migrationErrType?: string;
|
|
8194
8409
|
migrationErrWorkaround?: string;
|
|
8195
8410
|
migrationMode?: DescribeDtsJobsResponseBodyDtsJobListMigrationMode;
|
|
8411
|
+
minDu?: number;
|
|
8196
8412
|
originType?: string;
|
|
8197
8413
|
payType?: string;
|
|
8198
8414
|
performance?: DescribeDtsJobsResponseBodyDtsJobListPerformance;
|
|
@@ -10922,7 +11138,20 @@ export default class Client extends OpenApi {
|
|
|
10922
11138
|
* @return ModifyDedicatedClusterResponse
|
|
10923
11139
|
*/
|
|
10924
11140
|
modifyDedicatedCluster(request: ModifyDedicatedClusterRequest): Promise<ModifyDedicatedClusterResponse>;
|
|
11141
|
+
/**
|
|
11142
|
+
* 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.
|
|
11143
|
+
*
|
|
11144
|
+
* @param tmpReq ModifyDtsJobRequest
|
|
11145
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11146
|
+
* @return ModifyDtsJobResponse
|
|
11147
|
+
*/
|
|
10925
11148
|
modifyDtsJobWithOptions(tmpReq: ModifyDtsJobRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobResponse>;
|
|
11149
|
+
/**
|
|
11150
|
+
* 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.
|
|
11151
|
+
*
|
|
11152
|
+
* @param request ModifyDtsJobRequest
|
|
11153
|
+
* @return ModifyDtsJobResponse
|
|
11154
|
+
*/
|
|
10926
11155
|
modifyDtsJob(request: ModifyDtsJobRequest): Promise<ModifyDtsJobResponse>;
|
|
10927
11156
|
modifyDtsJobAdvance(request: ModifyDtsJobAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobResponse>;
|
|
10928
11157
|
modifyDtsJobConfigWithOptions(request: ModifyDtsJobConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobConfigResponse>;
|
|
@@ -10946,6 +11175,8 @@ export default class Client extends OpenApi {
|
|
|
10946
11175
|
* @return ModifyDtsJobDuLimitResponse
|
|
10947
11176
|
*/
|
|
10948
11177
|
modifyDtsJobDuLimit(request: ModifyDtsJobDuLimitRequest): Promise<ModifyDtsJobDuLimitResponse>;
|
|
11178
|
+
modifyDtsJobEndpointWithOptions(request: ModifyDtsJobEndpointRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobEndpointResponse>;
|
|
11179
|
+
modifyDtsJobEndpoint(request: ModifyDtsJobEndpointRequest): Promise<ModifyDtsJobEndpointResponse>;
|
|
10949
11180
|
modifyDtsJobNameWithOptions(request: ModifyDtsJobNameRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobNameResponse>;
|
|
10950
11181
|
modifyDtsJobName(request: ModifyDtsJobNameRequest): Promise<ModifyDtsJobNameResponse>;
|
|
10951
11182
|
modifyDtsJobPasswordWithOptions(request: ModifyDtsJobPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDtsJobPasswordResponse>;
|
|
@@ -11060,7 +11291,20 @@ export default class Client extends OpenApi {
|
|
|
11060
11291
|
* @return StartMigrationJobResponse
|
|
11061
11292
|
*/
|
|
11062
11293
|
startMigrationJob(request: StartMigrationJobRequest): Promise<StartMigrationJobResponse>;
|
|
11294
|
+
/**
|
|
11295
|
+
* 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.
|
|
11296
|
+
*
|
|
11297
|
+
* @param request StartReverseWriterRequest
|
|
11298
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11299
|
+
* @return StartReverseWriterResponse
|
|
11300
|
+
*/
|
|
11063
11301
|
startReverseWriterWithOptions(request: StartReverseWriterRequest, runtime: $Util.RuntimeOptions): Promise<StartReverseWriterResponse>;
|
|
11302
|
+
/**
|
|
11303
|
+
* 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.
|
|
11304
|
+
*
|
|
11305
|
+
* @param request StartReverseWriterRequest
|
|
11306
|
+
* @return StartReverseWriterResponse
|
|
11307
|
+
*/
|
|
11064
11308
|
startReverseWriter(request: StartReverseWriterRequest): Promise<StartReverseWriterResponse>;
|
|
11065
11309
|
/**
|
|
11066
11310
|
* When you call this operation, the change tracking task must be in the NotStarted or Failed state.
|
|
@@ -11077,24 +11321,7 @@ export default class Client extends OpenApi {
|
|
|
11077
11321
|
* @return StartSubscriptionInstanceResponse
|
|
11078
11322
|
*/
|
|
11079
11323
|
startSubscriptionInstance(request: StartSubscriptionInstanceRequest): Promise<StartSubscriptionInstanceResponse>;
|
|
11080
|
-
/**
|
|
11081
|
-
* >
|
|
11082
|
-
* * 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).
|
|
11083
|
-
* * 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.
|
|
11084
|
-
*
|
|
11085
|
-
* @param request StartSynchronizationJobRequest
|
|
11086
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
11087
|
-
* @return StartSynchronizationJobResponse
|
|
11088
|
-
*/
|
|
11089
11324
|
startSynchronizationJobWithOptions(request: StartSynchronizationJobRequest, runtime: $Util.RuntimeOptions): Promise<StartSynchronizationJobResponse>;
|
|
11090
|
-
/**
|
|
11091
|
-
* >
|
|
11092
|
-
* * 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).
|
|
11093
|
-
* * 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.
|
|
11094
|
-
*
|
|
11095
|
-
* @param request StartSynchronizationJobRequest
|
|
11096
|
-
* @return StartSynchronizationJobResponse
|
|
11097
|
-
*/
|
|
11098
11325
|
startSynchronizationJob(request: StartSynchronizationJobRequest): Promise<StartSynchronizationJobResponse>;
|
|
11099
11326
|
stopDedicatedClusterWithOptions(request: StopDedicatedClusterRequest, runtime: $Util.RuntimeOptions): Promise<StopDedicatedClusterResponse>;
|
|
11100
11327
|
stopDedicatedCluster(request: StopDedicatedClusterRequest): Promise<StopDedicatedClusterResponse>;
|