@alicloud/dms-enterprise20181101 1.29.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +434 -4
- package/dist/client.js +757 -14
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1047 -124
package/dist/client.d.ts
CHANGED
|
@@ -813,6 +813,7 @@ export declare class CreateAuthorityTemplateResponseBody extends $tea.Model {
|
|
|
813
813
|
errorMessage?: string;
|
|
814
814
|
requestId?: string;
|
|
815
815
|
success?: boolean;
|
|
816
|
+
tid?: number;
|
|
816
817
|
static names(): {
|
|
817
818
|
[key: string]: string;
|
|
818
819
|
};
|
|
@@ -2168,6 +2169,51 @@ export declare class CreateUploadOSSFileJobResponse extends $tea.Model {
|
|
|
2168
2169
|
[key: string]: any;
|
|
2169
2170
|
});
|
|
2170
2171
|
}
|
|
2172
|
+
export declare class DeleteAuthorityTemplateRequest extends $tea.Model {
|
|
2173
|
+
templateId?: number;
|
|
2174
|
+
tid?: number;
|
|
2175
|
+
static names(): {
|
|
2176
|
+
[key: string]: string;
|
|
2177
|
+
};
|
|
2178
|
+
static types(): {
|
|
2179
|
+
[key: string]: any;
|
|
2180
|
+
};
|
|
2181
|
+
constructor(map?: {
|
|
2182
|
+
[key: string]: any;
|
|
2183
|
+
});
|
|
2184
|
+
}
|
|
2185
|
+
export declare class DeleteAuthorityTemplateResponseBody extends $tea.Model {
|
|
2186
|
+
errorCode?: string;
|
|
2187
|
+
errorMessage?: string;
|
|
2188
|
+
requestId?: string;
|
|
2189
|
+
success?: boolean;
|
|
2190
|
+
tid?: number;
|
|
2191
|
+
static names(): {
|
|
2192
|
+
[key: string]: string;
|
|
2193
|
+
};
|
|
2194
|
+
static types(): {
|
|
2195
|
+
[key: string]: any;
|
|
2196
|
+
};
|
|
2197
|
+
constructor(map?: {
|
|
2198
|
+
[key: string]: any;
|
|
2199
|
+
});
|
|
2200
|
+
}
|
|
2201
|
+
export declare class DeleteAuthorityTemplateResponse extends $tea.Model {
|
|
2202
|
+
headers: {
|
|
2203
|
+
[key: string]: string;
|
|
2204
|
+
};
|
|
2205
|
+
statusCode: number;
|
|
2206
|
+
body: DeleteAuthorityTemplateResponseBody;
|
|
2207
|
+
static names(): {
|
|
2208
|
+
[key: string]: string;
|
|
2209
|
+
};
|
|
2210
|
+
static types(): {
|
|
2211
|
+
[key: string]: any;
|
|
2212
|
+
};
|
|
2213
|
+
constructor(map?: {
|
|
2214
|
+
[key: string]: any;
|
|
2215
|
+
});
|
|
2216
|
+
}
|
|
2171
2217
|
export declare class DeleteInstanceRequest extends $tea.Model {
|
|
2172
2218
|
host?: string;
|
|
2173
2219
|
port?: number;
|
|
@@ -3217,6 +3263,7 @@ export declare class GetAuthorityTemplateResponseBody extends $tea.Model {
|
|
|
3217
3263
|
errorMessage?: string;
|
|
3218
3264
|
requestId?: string;
|
|
3219
3265
|
success?: boolean;
|
|
3266
|
+
tid?: number;
|
|
3220
3267
|
static names(): {
|
|
3221
3268
|
[key: string]: string;
|
|
3222
3269
|
};
|
|
@@ -3262,6 +3309,7 @@ export declare class GetAuthorityTemplateItemResponseBody extends $tea.Model {
|
|
|
3262
3309
|
errorMessage?: string;
|
|
3263
3310
|
requestId?: string;
|
|
3264
3311
|
success?: boolean;
|
|
3312
|
+
tid?: number;
|
|
3265
3313
|
static names(): {
|
|
3266
3314
|
[key: string]: string;
|
|
3267
3315
|
};
|
|
@@ -4258,6 +4306,51 @@ export declare class GetDatabaseExportOrderDetailResponse extends $tea.Model {
|
|
|
4258
4306
|
[key: string]: any;
|
|
4259
4307
|
});
|
|
4260
4308
|
}
|
|
4309
|
+
export declare class GetDbExportDownloadURLRequest extends $tea.Model {
|
|
4310
|
+
orderId?: number;
|
|
4311
|
+
tid?: number;
|
|
4312
|
+
static names(): {
|
|
4313
|
+
[key: string]: string;
|
|
4314
|
+
};
|
|
4315
|
+
static types(): {
|
|
4316
|
+
[key: string]: any;
|
|
4317
|
+
};
|
|
4318
|
+
constructor(map?: {
|
|
4319
|
+
[key: string]: any;
|
|
4320
|
+
});
|
|
4321
|
+
}
|
|
4322
|
+
export declare class GetDbExportDownloadURLResponseBody extends $tea.Model {
|
|
4323
|
+
downloadURLResult?: GetDbExportDownloadURLResponseBodyDownloadURLResult;
|
|
4324
|
+
errorCode?: string;
|
|
4325
|
+
errorMessage?: string;
|
|
4326
|
+
requestId?: string;
|
|
4327
|
+
success?: boolean;
|
|
4328
|
+
static names(): {
|
|
4329
|
+
[key: string]: string;
|
|
4330
|
+
};
|
|
4331
|
+
static types(): {
|
|
4332
|
+
[key: string]: any;
|
|
4333
|
+
};
|
|
4334
|
+
constructor(map?: {
|
|
4335
|
+
[key: string]: any;
|
|
4336
|
+
});
|
|
4337
|
+
}
|
|
4338
|
+
export declare class GetDbExportDownloadURLResponse extends $tea.Model {
|
|
4339
|
+
headers: {
|
|
4340
|
+
[key: string]: string;
|
|
4341
|
+
};
|
|
4342
|
+
statusCode: number;
|
|
4343
|
+
body: GetDbExportDownloadURLResponseBody;
|
|
4344
|
+
static names(): {
|
|
4345
|
+
[key: string]: string;
|
|
4346
|
+
};
|
|
4347
|
+
static types(): {
|
|
4348
|
+
[key: string]: any;
|
|
4349
|
+
};
|
|
4350
|
+
constructor(map?: {
|
|
4351
|
+
[key: string]: any;
|
|
4352
|
+
});
|
|
4353
|
+
}
|
|
4261
4354
|
export declare class GetInstanceRequest extends $tea.Model {
|
|
4262
4355
|
host?: string;
|
|
4263
4356
|
port?: number;
|
|
@@ -4762,6 +4855,55 @@ export declare class GetOwnerApplyOrderDetailResponse extends $tea.Model {
|
|
|
4762
4855
|
[key: string]: any;
|
|
4763
4856
|
});
|
|
4764
4857
|
}
|
|
4858
|
+
export declare class GetPagedInstanceRequest extends $tea.Model {
|
|
4859
|
+
orderId?: number;
|
|
4860
|
+
tid?: number;
|
|
4861
|
+
static names(): {
|
|
4862
|
+
[key: string]: string;
|
|
4863
|
+
};
|
|
4864
|
+
static types(): {
|
|
4865
|
+
[key: string]: any;
|
|
4866
|
+
};
|
|
4867
|
+
constructor(map?: {
|
|
4868
|
+
[key: string]: any;
|
|
4869
|
+
});
|
|
4870
|
+
}
|
|
4871
|
+
export declare class GetPagedInstanceResponseBody extends $tea.Model {
|
|
4872
|
+
data?: GetPagedInstanceResponseBodyData;
|
|
4873
|
+
errorCode?: string;
|
|
4874
|
+
errorMessage?: string;
|
|
4875
|
+
pageIndex?: number;
|
|
4876
|
+
pageSize?: number;
|
|
4877
|
+
requestId?: string;
|
|
4878
|
+
success?: boolean;
|
|
4879
|
+
total?: number;
|
|
4880
|
+
traceId?: string;
|
|
4881
|
+
static names(): {
|
|
4882
|
+
[key: string]: string;
|
|
4883
|
+
};
|
|
4884
|
+
static types(): {
|
|
4885
|
+
[key: string]: any;
|
|
4886
|
+
};
|
|
4887
|
+
constructor(map?: {
|
|
4888
|
+
[key: string]: any;
|
|
4889
|
+
});
|
|
4890
|
+
}
|
|
4891
|
+
export declare class GetPagedInstanceResponse extends $tea.Model {
|
|
4892
|
+
headers: {
|
|
4893
|
+
[key: string]: string;
|
|
4894
|
+
};
|
|
4895
|
+
statusCode: number;
|
|
4896
|
+
body: GetPagedInstanceResponseBody;
|
|
4897
|
+
static names(): {
|
|
4898
|
+
[key: string]: string;
|
|
4899
|
+
};
|
|
4900
|
+
static types(): {
|
|
4901
|
+
[key: string]: any;
|
|
4902
|
+
};
|
|
4903
|
+
constructor(map?: {
|
|
4904
|
+
[key: string]: any;
|
|
4905
|
+
});
|
|
4906
|
+
}
|
|
4765
4907
|
export declare class GetPermApplyOrderDetailRequest extends $tea.Model {
|
|
4766
4908
|
orderId?: number;
|
|
4767
4909
|
tid?: number;
|
|
@@ -5824,6 +5966,55 @@ export declare class InspectProxyAccessSecretResponse extends $tea.Model {
|
|
|
5824
5966
|
[key: string]: any;
|
|
5825
5967
|
});
|
|
5826
5968
|
}
|
|
5969
|
+
export declare class ListAuthorityTemplateRequest extends $tea.Model {
|
|
5970
|
+
pageNumber?: number;
|
|
5971
|
+
pageSize?: number;
|
|
5972
|
+
searchKey?: string;
|
|
5973
|
+
tid?: number;
|
|
5974
|
+
static names(): {
|
|
5975
|
+
[key: string]: string;
|
|
5976
|
+
};
|
|
5977
|
+
static types(): {
|
|
5978
|
+
[key: string]: any;
|
|
5979
|
+
};
|
|
5980
|
+
constructor(map?: {
|
|
5981
|
+
[key: string]: any;
|
|
5982
|
+
});
|
|
5983
|
+
}
|
|
5984
|
+
export declare class ListAuthorityTemplateResponseBody extends $tea.Model {
|
|
5985
|
+
authorityTemplateViewList?: ListAuthorityTemplateResponseBodyAuthorityTemplateViewList;
|
|
5986
|
+
errorCode?: string;
|
|
5987
|
+
errorMessage?: string;
|
|
5988
|
+
requestId?: string;
|
|
5989
|
+
success?: boolean;
|
|
5990
|
+
tid?: number;
|
|
5991
|
+
totalCount?: number;
|
|
5992
|
+
static names(): {
|
|
5993
|
+
[key: string]: string;
|
|
5994
|
+
};
|
|
5995
|
+
static types(): {
|
|
5996
|
+
[key: string]: any;
|
|
5997
|
+
};
|
|
5998
|
+
constructor(map?: {
|
|
5999
|
+
[key: string]: any;
|
|
6000
|
+
});
|
|
6001
|
+
}
|
|
6002
|
+
export declare class ListAuthorityTemplateResponse extends $tea.Model {
|
|
6003
|
+
headers: {
|
|
6004
|
+
[key: string]: string;
|
|
6005
|
+
};
|
|
6006
|
+
statusCode: number;
|
|
6007
|
+
body: ListAuthorityTemplateResponseBody;
|
|
6008
|
+
static names(): {
|
|
6009
|
+
[key: string]: string;
|
|
6010
|
+
};
|
|
6011
|
+
static types(): {
|
|
6012
|
+
[key: string]: any;
|
|
6013
|
+
};
|
|
6014
|
+
constructor(map?: {
|
|
6015
|
+
[key: string]: any;
|
|
6016
|
+
});
|
|
6017
|
+
}
|
|
5827
6018
|
export declare class ListClassificationTemplatesRequest extends $tea.Model {
|
|
5828
6019
|
tid?: number;
|
|
5829
6020
|
static names(): {
|
|
@@ -8522,6 +8713,51 @@ export declare class PauseDataCorrectSQLJobResponse extends $tea.Model {
|
|
|
8522
8713
|
[key: string]: any;
|
|
8523
8714
|
});
|
|
8524
8715
|
}
|
|
8716
|
+
export declare class PreviewWorkflowRequest extends $tea.Model {
|
|
8717
|
+
orderId?: number;
|
|
8718
|
+
tid?: number;
|
|
8719
|
+
static names(): {
|
|
8720
|
+
[key: string]: string;
|
|
8721
|
+
};
|
|
8722
|
+
static types(): {
|
|
8723
|
+
[key: string]: any;
|
|
8724
|
+
};
|
|
8725
|
+
constructor(map?: {
|
|
8726
|
+
[key: string]: any;
|
|
8727
|
+
});
|
|
8728
|
+
}
|
|
8729
|
+
export declare class PreviewWorkflowResponseBody extends $tea.Model {
|
|
8730
|
+
errorCode?: string;
|
|
8731
|
+
errorMessage?: string;
|
|
8732
|
+
requestId?: string;
|
|
8733
|
+
success?: boolean;
|
|
8734
|
+
workflowDetail?: PreviewWorkflowResponseBodyWorkflowDetail;
|
|
8735
|
+
static names(): {
|
|
8736
|
+
[key: string]: string;
|
|
8737
|
+
};
|
|
8738
|
+
static types(): {
|
|
8739
|
+
[key: string]: any;
|
|
8740
|
+
};
|
|
8741
|
+
constructor(map?: {
|
|
8742
|
+
[key: string]: any;
|
|
8743
|
+
});
|
|
8744
|
+
}
|
|
8745
|
+
export declare class PreviewWorkflowResponse extends $tea.Model {
|
|
8746
|
+
headers: {
|
|
8747
|
+
[key: string]: string;
|
|
8748
|
+
};
|
|
8749
|
+
statusCode: number;
|
|
8750
|
+
body: PreviewWorkflowResponseBody;
|
|
8751
|
+
static names(): {
|
|
8752
|
+
[key: string]: string;
|
|
8753
|
+
};
|
|
8754
|
+
static types(): {
|
|
8755
|
+
[key: string]: any;
|
|
8756
|
+
};
|
|
8757
|
+
constructor(map?: {
|
|
8758
|
+
[key: string]: any;
|
|
8759
|
+
});
|
|
8760
|
+
}
|
|
8525
8761
|
export declare class PublishAndDeployTaskFlowRequest extends $tea.Model {
|
|
8526
8762
|
dagId?: number;
|
|
8527
8763
|
tid?: number;
|
|
@@ -8756,6 +8992,7 @@ export declare class RegisterInstanceRequest extends $tea.Model {
|
|
|
8756
8992
|
databasePassword?: string;
|
|
8757
8993
|
databaseUser?: string;
|
|
8758
8994
|
dbaUid?: number;
|
|
8995
|
+
dbaUidByString?: string;
|
|
8759
8996
|
ddlOnline?: number;
|
|
8760
8997
|
ecsInstanceId?: string;
|
|
8761
8998
|
ecsRegion?: string;
|
|
@@ -9653,6 +9890,7 @@ export declare class UpdateAuthorityTemplateResponseBody extends $tea.Model {
|
|
|
9653
9890
|
errorMessage?: string;
|
|
9654
9891
|
requestId?: string;
|
|
9655
9892
|
success?: boolean;
|
|
9893
|
+
tid?: number;
|
|
9656
9894
|
static names(): {
|
|
9657
9895
|
[key: string]: string;
|
|
9658
9896
|
};
|
|
@@ -10732,17 +10970,32 @@ export declare class CreateDataArchiveOrderRequestParamTableIncludes extends $te
|
|
|
10732
10970
|
[key: string]: any;
|
|
10733
10971
|
});
|
|
10734
10972
|
}
|
|
10973
|
+
export declare class CreateDataArchiveOrderRequestParamVariables extends $tea.Model {
|
|
10974
|
+
name?: string;
|
|
10975
|
+
pattern?: string;
|
|
10976
|
+
static names(): {
|
|
10977
|
+
[key: string]: string;
|
|
10978
|
+
};
|
|
10979
|
+
static types(): {
|
|
10980
|
+
[key: string]: any;
|
|
10981
|
+
};
|
|
10982
|
+
constructor(map?: {
|
|
10983
|
+
[key: string]: any;
|
|
10984
|
+
});
|
|
10985
|
+
}
|
|
10735
10986
|
export declare class CreateDataArchiveOrderRequestParam extends $tea.Model {
|
|
10736
10987
|
archiveMethod?: string;
|
|
10737
|
-
|
|
10988
|
+
cronStr?: string;
|
|
10738
10989
|
logic?: boolean;
|
|
10739
10990
|
orderAfter?: string[];
|
|
10740
10991
|
runMethod?: string;
|
|
10741
|
-
|
|
10992
|
+
sourceCatalogName?: string;
|
|
10993
|
+
sourceInstanceName?: string;
|
|
10994
|
+
sourceSchemaName?: string;
|
|
10742
10995
|
tableIncludes?: CreateDataArchiveOrderRequestParamTableIncludes[];
|
|
10743
10996
|
tableMapping?: string[];
|
|
10744
|
-
|
|
10745
|
-
variables?:
|
|
10997
|
+
targetInstanceHost?: string;
|
|
10998
|
+
variables?: CreateDataArchiveOrderRequestParamVariables[];
|
|
10746
10999
|
static names(): {
|
|
10747
11000
|
[key: string]: string;
|
|
10748
11001
|
};
|
|
@@ -12121,6 +12374,20 @@ export declare class GetDatabaseExportOrderDetailResponseBodyDatabaseExportOrder
|
|
|
12121
12374
|
[key: string]: any;
|
|
12122
12375
|
});
|
|
12123
12376
|
}
|
|
12377
|
+
export declare class GetDbExportDownloadURLResponseBodyDownloadURLResult extends $tea.Model {
|
|
12378
|
+
hasResult?: boolean;
|
|
12379
|
+
tipMessage?: string;
|
|
12380
|
+
URL?: string;
|
|
12381
|
+
static names(): {
|
|
12382
|
+
[key: string]: string;
|
|
12383
|
+
};
|
|
12384
|
+
static types(): {
|
|
12385
|
+
[key: string]: any;
|
|
12386
|
+
};
|
|
12387
|
+
constructor(map?: {
|
|
12388
|
+
[key: string]: any;
|
|
12389
|
+
});
|
|
12390
|
+
}
|
|
12124
12391
|
export declare class GetInstanceResponseBodyInstanceOwnerIdList extends $tea.Model {
|
|
12125
12392
|
ownerIds?: string[];
|
|
12126
12393
|
static names(): {
|
|
@@ -12427,12 +12694,14 @@ export declare class GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickLis
|
|
|
12427
12694
|
});
|
|
12428
12695
|
}
|
|
12429
12696
|
export declare class GetOrderBaseInfoResponseBodyOrderBaseInfo extends $tea.Model {
|
|
12697
|
+
attachmentKey?: string;
|
|
12430
12698
|
comment?: string;
|
|
12431
12699
|
committer?: string;
|
|
12432
12700
|
committerId?: number;
|
|
12433
12701
|
createTime?: string;
|
|
12434
12702
|
lastModifyTime?: string;
|
|
12435
12703
|
orderId?: number;
|
|
12704
|
+
originAttachmentName?: string;
|
|
12436
12705
|
pluginType?: string;
|
|
12437
12706
|
relatedUserList?: GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList;
|
|
12438
12707
|
relatedUserNickList?: GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList;
|
|
@@ -12494,6 +12763,45 @@ export declare class GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail e
|
|
|
12494
12763
|
[key: string]: any;
|
|
12495
12764
|
});
|
|
12496
12765
|
}
|
|
12766
|
+
export declare class GetPagedInstanceResponseBodyDataInstance extends $tea.Model {
|
|
12767
|
+
businessTime?: string;
|
|
12768
|
+
checkStatus?: number;
|
|
12769
|
+
dagId?: number;
|
|
12770
|
+
delete?: string;
|
|
12771
|
+
endTime?: string;
|
|
12772
|
+
gmtCreate?: string;
|
|
12773
|
+
gmtModified?: string;
|
|
12774
|
+
historyDagId?: number;
|
|
12775
|
+
id?: number;
|
|
12776
|
+
lastRunningContext?: string;
|
|
12777
|
+
msg?: string;
|
|
12778
|
+
status?: number;
|
|
12779
|
+
taskType?: number;
|
|
12780
|
+
tenantId?: string;
|
|
12781
|
+
triggerType?: number;
|
|
12782
|
+
version?: string;
|
|
12783
|
+
static names(): {
|
|
12784
|
+
[key: string]: string;
|
|
12785
|
+
};
|
|
12786
|
+
static types(): {
|
|
12787
|
+
[key: string]: any;
|
|
12788
|
+
};
|
|
12789
|
+
constructor(map?: {
|
|
12790
|
+
[key: string]: any;
|
|
12791
|
+
});
|
|
12792
|
+
}
|
|
12793
|
+
export declare class GetPagedInstanceResponseBodyData extends $tea.Model {
|
|
12794
|
+
instance?: GetPagedInstanceResponseBodyDataInstance[];
|
|
12795
|
+
static names(): {
|
|
12796
|
+
[key: string]: string;
|
|
12797
|
+
};
|
|
12798
|
+
static types(): {
|
|
12799
|
+
[key: string]: any;
|
|
12800
|
+
};
|
|
12801
|
+
constructor(map?: {
|
|
12802
|
+
[key: string]: any;
|
|
12803
|
+
});
|
|
12804
|
+
}
|
|
12497
12805
|
export declare class GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo extends $tea.Model {
|
|
12498
12806
|
columnName?: string;
|
|
12499
12807
|
tableName?: string;
|
|
@@ -13270,6 +13578,34 @@ export declare class GetUserUploadFileJobResponseBodyUploadFileJobDetail extends
|
|
|
13270
13578
|
[key: string]: any;
|
|
13271
13579
|
});
|
|
13272
13580
|
}
|
|
13581
|
+
export declare class ListAuthorityTemplateResponseBodyAuthorityTemplateViewListAuthorityTemplateView extends $tea.Model {
|
|
13582
|
+
createTime?: string;
|
|
13583
|
+
creatorId?: number;
|
|
13584
|
+
description?: string;
|
|
13585
|
+
name?: string;
|
|
13586
|
+
templateId?: number;
|
|
13587
|
+
static names(): {
|
|
13588
|
+
[key: string]: string;
|
|
13589
|
+
};
|
|
13590
|
+
static types(): {
|
|
13591
|
+
[key: string]: any;
|
|
13592
|
+
};
|
|
13593
|
+
constructor(map?: {
|
|
13594
|
+
[key: string]: any;
|
|
13595
|
+
});
|
|
13596
|
+
}
|
|
13597
|
+
export declare class ListAuthorityTemplateResponseBodyAuthorityTemplateViewList extends $tea.Model {
|
|
13598
|
+
authorityTemplateView?: ListAuthorityTemplateResponseBodyAuthorityTemplateViewListAuthorityTemplateView[];
|
|
13599
|
+
static names(): {
|
|
13600
|
+
[key: string]: string;
|
|
13601
|
+
};
|
|
13602
|
+
static types(): {
|
|
13603
|
+
[key: string]: any;
|
|
13604
|
+
};
|
|
13605
|
+
constructor(map?: {
|
|
13606
|
+
[key: string]: any;
|
|
13607
|
+
});
|
|
13608
|
+
}
|
|
13273
13609
|
export declare class ListClassificationTemplatesResponseBodyTemplateList extends $tea.Model {
|
|
13274
13610
|
name?: string;
|
|
13275
13611
|
remark?: string;
|
|
@@ -15119,6 +15455,73 @@ export declare class ListWorkFlowTemplatesResponseBodyWorkFlowTemplates extends
|
|
|
15119
15455
|
[key: string]: any;
|
|
15120
15456
|
});
|
|
15121
15457
|
}
|
|
15458
|
+
export declare class PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeListWorkflowNodeAuditUserListAuditUser extends $tea.Model {
|
|
15459
|
+
nickName?: string;
|
|
15460
|
+
realName?: string;
|
|
15461
|
+
userId?: number;
|
|
15462
|
+
static names(): {
|
|
15463
|
+
[key: string]: string;
|
|
15464
|
+
};
|
|
15465
|
+
static types(): {
|
|
15466
|
+
[key: string]: any;
|
|
15467
|
+
};
|
|
15468
|
+
constructor(map?: {
|
|
15469
|
+
[key: string]: any;
|
|
15470
|
+
});
|
|
15471
|
+
}
|
|
15472
|
+
export declare class PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeListWorkflowNodeAuditUserList extends $tea.Model {
|
|
15473
|
+
auditUser?: PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeListWorkflowNodeAuditUserListAuditUser[];
|
|
15474
|
+
static names(): {
|
|
15475
|
+
[key: string]: string;
|
|
15476
|
+
};
|
|
15477
|
+
static types(): {
|
|
15478
|
+
[key: string]: any;
|
|
15479
|
+
};
|
|
15480
|
+
constructor(map?: {
|
|
15481
|
+
[key: string]: any;
|
|
15482
|
+
});
|
|
15483
|
+
}
|
|
15484
|
+
export declare class PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeListWorkflowNode extends $tea.Model {
|
|
15485
|
+
auditUserList?: PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeListWorkflowNodeAuditUserList;
|
|
15486
|
+
comment?: string;
|
|
15487
|
+
nodeName?: string;
|
|
15488
|
+
nodeType?: string;
|
|
15489
|
+
static names(): {
|
|
15490
|
+
[key: string]: string;
|
|
15491
|
+
};
|
|
15492
|
+
static types(): {
|
|
15493
|
+
[key: string]: any;
|
|
15494
|
+
};
|
|
15495
|
+
constructor(map?: {
|
|
15496
|
+
[key: string]: any;
|
|
15497
|
+
});
|
|
15498
|
+
}
|
|
15499
|
+
export declare class PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeList extends $tea.Model {
|
|
15500
|
+
workflowNode?: PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeListWorkflowNode[];
|
|
15501
|
+
static names(): {
|
|
15502
|
+
[key: string]: string;
|
|
15503
|
+
};
|
|
15504
|
+
static types(): {
|
|
15505
|
+
[key: string]: any;
|
|
15506
|
+
};
|
|
15507
|
+
constructor(map?: {
|
|
15508
|
+
[key: string]: any;
|
|
15509
|
+
});
|
|
15510
|
+
}
|
|
15511
|
+
export declare class PreviewWorkflowResponseBodyWorkflowDetail extends $tea.Model {
|
|
15512
|
+
comment?: string;
|
|
15513
|
+
wfCateName?: string;
|
|
15514
|
+
workflowNodeList?: PreviewWorkflowResponseBodyWorkflowDetailWorkflowNodeList;
|
|
15515
|
+
static names(): {
|
|
15516
|
+
[key: string]: string;
|
|
15517
|
+
};
|
|
15518
|
+
static types(): {
|
|
15519
|
+
[key: string]: any;
|
|
15520
|
+
};
|
|
15521
|
+
constructor(map?: {
|
|
15522
|
+
[key: string]: any;
|
|
15523
|
+
});
|
|
15524
|
+
}
|
|
15122
15525
|
export declare class QueryDataTrackResultDownloadStatusResponseBodyStatusResult extends $tea.Model {
|
|
15123
15526
|
downloadStatus?: string;
|
|
15124
15527
|
downloadUrl?: string;
|
|
@@ -15460,7 +15863,24 @@ export default class Client extends OpenApi {
|
|
|
15460
15863
|
* @return AddTaskFlowEdgesResponse
|
|
15461
15864
|
*/
|
|
15462
15865
|
addTaskFlowEdges(request: AddTaskFlowEdgesRequest): Promise<AddTaskFlowEdgesResponse>;
|
|
15866
|
+
/**
|
|
15867
|
+
* The following conditions must be met before you call this API operation.
|
|
15868
|
+
* * The database instance is of one of the following types: ApsaraDB RDS for MySQL, PolarDB for MySQL, AnalyticDB for MySQL, ApsaraDB RDS for PostgreSQL, PolarDB for PostgreSQL, AnalyticDB for PostgreSQL, Oracle, and openGauss.
|
|
15869
|
+
* * A database instance is managed in Security Collaboration mode. For more information about control modes, see [Control modes](~~151629~~).
|
|
15870
|
+
*
|
|
15871
|
+
* @param request AnalyzeSQLLineageRequest
|
|
15872
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15873
|
+
* @return AnalyzeSQLLineageResponse
|
|
15874
|
+
*/
|
|
15463
15875
|
analyzeSQLLineageWithOptions(request: AnalyzeSQLLineageRequest, runtime: $Util.RuntimeOptions): Promise<AnalyzeSQLLineageResponse>;
|
|
15876
|
+
/**
|
|
15877
|
+
* The following conditions must be met before you call this API operation.
|
|
15878
|
+
* * The database instance is of one of the following types: ApsaraDB RDS for MySQL, PolarDB for MySQL, AnalyticDB for MySQL, ApsaraDB RDS for PostgreSQL, PolarDB for PostgreSQL, AnalyticDB for PostgreSQL, Oracle, and openGauss.
|
|
15879
|
+
* * A database instance is managed in Security Collaboration mode. For more information about control modes, see [Control modes](~~151629~~).
|
|
15880
|
+
*
|
|
15881
|
+
* @param request AnalyzeSQLLineageRequest
|
|
15882
|
+
* @return AnalyzeSQLLineageResponse
|
|
15883
|
+
*/
|
|
15464
15884
|
analyzeSQLLineage(request: AnalyzeSQLLineageRequest): Promise<AnalyzeSQLLineageResponse>;
|
|
15465
15885
|
approveOrderWithOptions(request: ApproveOrderRequest, runtime: $Util.RuntimeOptions): Promise<ApproveOrderResponse>;
|
|
15466
15886
|
approveOrder(request: ApproveOrderRequest): Promise<ApproveOrderResponse>;
|
|
@@ -15717,6 +16137,8 @@ export default class Client extends OpenApi {
|
|
|
15717
16137
|
createUploadFileJob(request: CreateUploadFileJobRequest): Promise<CreateUploadFileJobResponse>;
|
|
15718
16138
|
createUploadOSSFileJobWithOptions(tmpReq: CreateUploadOSSFileJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateUploadOSSFileJobResponse>;
|
|
15719
16139
|
createUploadOSSFileJob(request: CreateUploadOSSFileJobRequest): Promise<CreateUploadOSSFileJobResponse>;
|
|
16140
|
+
deleteAuthorityTemplateWithOptions(request: DeleteAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAuthorityTemplateResponse>;
|
|
16141
|
+
deleteAuthorityTemplate(request: DeleteAuthorityTemplateRequest): Promise<DeleteAuthorityTemplateResponse>;
|
|
15720
16142
|
/**
|
|
15721
16143
|
* Note: You can call this operation only to remove a database instance from the instance list of DMS. The instance is not deleted or shut down.
|
|
15722
16144
|
*
|
|
@@ -15997,6 +16419,8 @@ export default class Client extends OpenApi {
|
|
|
15997
16419
|
getDatabase(request: GetDatabaseRequest): Promise<GetDatabaseResponse>;
|
|
15998
16420
|
getDatabaseExportOrderDetailWithOptions(request: GetDatabaseExportOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDatabaseExportOrderDetailResponse>;
|
|
15999
16421
|
getDatabaseExportOrderDetail(request: GetDatabaseExportOrderDetailRequest): Promise<GetDatabaseExportOrderDetailResponse>;
|
|
16422
|
+
getDbExportDownloadURLWithOptions(request: GetDbExportDownloadURLRequest, runtime: $Util.RuntimeOptions): Promise<GetDbExportDownloadURLResponse>;
|
|
16423
|
+
getDbExportDownloadURL(request: GetDbExportDownloadURLRequest): Promise<GetDbExportDownloadURLResponse>;
|
|
16000
16424
|
getInstanceWithOptions(request: GetInstanceRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceResponse>;
|
|
16001
16425
|
getInstance(request: GetInstanceRequest): Promise<GetInstanceResponse>;
|
|
16002
16426
|
/**
|
|
@@ -16084,6 +16508,8 @@ export default class Client extends OpenApi {
|
|
|
16084
16508
|
getOrderBaseInfo(request: GetOrderBaseInfoRequest): Promise<GetOrderBaseInfoResponse>;
|
|
16085
16509
|
getOwnerApplyOrderDetailWithOptions(request: GetOwnerApplyOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetOwnerApplyOrderDetailResponse>;
|
|
16086
16510
|
getOwnerApplyOrderDetail(request: GetOwnerApplyOrderDetailRequest): Promise<GetOwnerApplyOrderDetailResponse>;
|
|
16511
|
+
getPagedInstanceWithOptions(request: GetPagedInstanceRequest, runtime: $Util.RuntimeOptions): Promise<GetPagedInstanceResponse>;
|
|
16512
|
+
getPagedInstance(request: GetPagedInstanceRequest): Promise<GetPagedInstanceResponse>;
|
|
16087
16513
|
/**
|
|
16088
16514
|
* You can call this operation to query the information about tickets that apply for permissions on databases, tables, and sensitive columns.
|
|
16089
16515
|
*
|
|
@@ -16182,6 +16608,8 @@ export default class Client extends OpenApi {
|
|
|
16182
16608
|
grantUserPermission(request: GrantUserPermissionRequest): Promise<GrantUserPermissionResponse>;
|
|
16183
16609
|
inspectProxyAccessSecretWithOptions(request: InspectProxyAccessSecretRequest, runtime: $Util.RuntimeOptions): Promise<InspectProxyAccessSecretResponse>;
|
|
16184
16610
|
inspectProxyAccessSecret(request: InspectProxyAccessSecretRequest): Promise<InspectProxyAccessSecretResponse>;
|
|
16611
|
+
listAuthorityTemplateWithOptions(request: ListAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ListAuthorityTemplateResponse>;
|
|
16612
|
+
listAuthorityTemplate(request: ListAuthorityTemplateRequest): Promise<ListAuthorityTemplateResponse>;
|
|
16185
16613
|
listClassificationTemplatesWithOptions(request: ListClassificationTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<ListClassificationTemplatesResponse>;
|
|
16186
16614
|
listClassificationTemplates(request: ListClassificationTemplatesRequest): Promise<ListClassificationTemplatesResponse>;
|
|
16187
16615
|
/**
|
|
@@ -16413,6 +16841,8 @@ export default class Client extends OpenApi {
|
|
|
16413
16841
|
offlineTaskFlow(request: OfflineTaskFlowRequest): Promise<OfflineTaskFlowResponse>;
|
|
16414
16842
|
pauseDataCorrectSQLJobWithOptions(request: PauseDataCorrectSQLJobRequest, runtime: $Util.RuntimeOptions): Promise<PauseDataCorrectSQLJobResponse>;
|
|
16415
16843
|
pauseDataCorrectSQLJob(request: PauseDataCorrectSQLJobRequest): Promise<PauseDataCorrectSQLJobResponse>;
|
|
16844
|
+
previewWorkflowWithOptions(request: PreviewWorkflowRequest, runtime: $Util.RuntimeOptions): Promise<PreviewWorkflowResponse>;
|
|
16845
|
+
previewWorkflow(request: PreviewWorkflowRequest): Promise<PreviewWorkflowResponse>;
|
|
16416
16846
|
publishAndDeployTaskFlowWithOptions(request: PublishAndDeployTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<PublishAndDeployTaskFlowResponse>;
|
|
16417
16847
|
publishAndDeployTaskFlow(request: PublishAndDeployTaskFlowRequest): Promise<PublishAndDeployTaskFlowResponse>;
|
|
16418
16848
|
queryDataTrackResultDownloadStatusWithOptions(request: QueryDataTrackResultDownloadStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryDataTrackResultDownloadStatusResponse>;
|