@alicloud/dms-enterprise20181101 1.34.1 → 1.35.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -5621,6 +5621,96 @@ export declare class GetTableDBTopologyResponse extends $tea.Model {
5621
5621
  [key: string]: any;
5622
5622
  });
5623
5623
  }
5624
+ export declare class GetTableDesignProjectFlowRequest extends $tea.Model {
5625
+ orderId?: number;
5626
+ tid?: number;
5627
+ static names(): {
5628
+ [key: string]: string;
5629
+ };
5630
+ static types(): {
5631
+ [key: string]: any;
5632
+ };
5633
+ constructor(map?: {
5634
+ [key: string]: any;
5635
+ });
5636
+ }
5637
+ export declare class GetTableDesignProjectFlowResponseBody extends $tea.Model {
5638
+ errorCode?: string;
5639
+ errorMessage?: string;
5640
+ projectFlow?: GetTableDesignProjectFlowResponseBodyProjectFlow;
5641
+ requestId?: string;
5642
+ success?: boolean;
5643
+ static names(): {
5644
+ [key: string]: string;
5645
+ };
5646
+ static types(): {
5647
+ [key: string]: any;
5648
+ };
5649
+ constructor(map?: {
5650
+ [key: string]: any;
5651
+ });
5652
+ }
5653
+ export declare class GetTableDesignProjectFlowResponse extends $tea.Model {
5654
+ headers?: {
5655
+ [key: string]: string;
5656
+ };
5657
+ statusCode?: number;
5658
+ body?: GetTableDesignProjectFlowResponseBody;
5659
+ static names(): {
5660
+ [key: string]: string;
5661
+ };
5662
+ static types(): {
5663
+ [key: string]: any;
5664
+ };
5665
+ constructor(map?: {
5666
+ [key: string]: any;
5667
+ });
5668
+ }
5669
+ export declare class GetTableDesignProjectInfoRequest extends $tea.Model {
5670
+ orderId?: number;
5671
+ tid?: number;
5672
+ static names(): {
5673
+ [key: string]: string;
5674
+ };
5675
+ static types(): {
5676
+ [key: string]: any;
5677
+ };
5678
+ constructor(map?: {
5679
+ [key: string]: any;
5680
+ });
5681
+ }
5682
+ export declare class GetTableDesignProjectInfoResponseBody extends $tea.Model {
5683
+ errorCode?: string;
5684
+ errorMessage?: string;
5685
+ projectInfo?: GetTableDesignProjectInfoResponseBodyProjectInfo;
5686
+ requestId?: string;
5687
+ success?: boolean;
5688
+ static names(): {
5689
+ [key: string]: string;
5690
+ };
5691
+ static types(): {
5692
+ [key: string]: any;
5693
+ };
5694
+ constructor(map?: {
5695
+ [key: string]: any;
5696
+ });
5697
+ }
5698
+ export declare class GetTableDesignProjectInfoResponse extends $tea.Model {
5699
+ headers?: {
5700
+ [key: string]: string;
5701
+ };
5702
+ statusCode?: number;
5703
+ body?: GetTableDesignProjectInfoResponseBody;
5704
+ static names(): {
5705
+ [key: string]: string;
5706
+ };
5707
+ static types(): {
5708
+ [key: string]: any;
5709
+ };
5710
+ constructor(map?: {
5711
+ [key: string]: any;
5712
+ });
5713
+ }
5624
5714
  export declare class GetTableTopologyRequest extends $tea.Model {
5625
5715
  tableGuid?: string;
5626
5716
  tid?: number;
@@ -11317,6 +11407,7 @@ export declare class CreateDataArchiveOrderRequestParamVariables extends $tea.Mo
11317
11407
  export declare class CreateDataArchiveOrderRequestParam extends $tea.Model {
11318
11408
  archiveMethod?: string;
11319
11409
  cronStr?: string;
11410
+ databaseId?: string;
11320
11411
  logic?: boolean;
11321
11412
  orderAfter?: string[];
11322
11413
  runMethod?: string;
@@ -13703,6 +13794,77 @@ export declare class GetTableDBTopologyResponseBodyDBTopology extends $tea.Model
13703
13794
  [key: string]: any;
13704
13795
  });
13705
13796
  }
13797
+ export declare class GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray extends $tea.Model {
13798
+ backToDesign?: boolean;
13799
+ canSkip?: boolean;
13800
+ nodeRole?: string;
13801
+ nodeTitle?: string;
13802
+ position?: number;
13803
+ publishAnchor?: boolean;
13804
+ publishStrategies?: string[];
13805
+ static names(): {
13806
+ [key: string]: string;
13807
+ };
13808
+ static types(): {
13809
+ [key: string]: any;
13810
+ };
13811
+ constructor(map?: {
13812
+ [key: string]: any;
13813
+ });
13814
+ }
13815
+ export declare class GetTableDesignProjectFlowResponseBodyProjectFlow extends $tea.Model {
13816
+ currentPosition?: number;
13817
+ flowNodeArray?: GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray[];
13818
+ ruleComment?: string;
13819
+ ruleName?: string;
13820
+ static names(): {
13821
+ [key: string]: string;
13822
+ };
13823
+ static types(): {
13824
+ [key: string]: any;
13825
+ };
13826
+ constructor(map?: {
13827
+ [key: string]: any;
13828
+ });
13829
+ }
13830
+ export declare class GetTableDesignProjectInfoResponseBodyProjectInfoBaseDatabase extends $tea.Model {
13831
+ alias?: string;
13832
+ dbId?: number;
13833
+ dbType?: string;
13834
+ envType?: string;
13835
+ logic?: boolean;
13836
+ schemaName?: string;
13837
+ searchName?: string;
13838
+ static names(): {
13839
+ [key: string]: string;
13840
+ };
13841
+ static types(): {
13842
+ [key: string]: any;
13843
+ };
13844
+ constructor(map?: {
13845
+ [key: string]: any;
13846
+ });
13847
+ }
13848
+ export declare class GetTableDesignProjectInfoResponseBodyProjectInfo extends $tea.Model {
13849
+ baseDatabase?: GetTableDesignProjectInfoResponseBodyProjectInfoBaseDatabase;
13850
+ creatorId?: number;
13851
+ description?: string;
13852
+ gmtCreate?: string;
13853
+ gmtModified?: string;
13854
+ orderId?: number;
13855
+ projectId?: number;
13856
+ status?: string;
13857
+ title?: string;
13858
+ static names(): {
13859
+ [key: string]: string;
13860
+ };
13861
+ static types(): {
13862
+ [key: string]: any;
13863
+ };
13864
+ constructor(map?: {
13865
+ [key: string]: any;
13866
+ });
13867
+ }
13706
13868
  export declare class GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList extends $tea.Model {
13707
13869
  dbId?: number;
13708
13870
  dbName?: string;
@@ -16310,1359 +16472,3703 @@ export default class Client extends OpenApi {
16310
16472
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
16311
16473
  [key: string]: string;
16312
16474
  }, endpoint: string): string;
16475
+ /**
16476
+ * @summary Adds a masking rule.
16477
+ *
16478
+ * @param request AddDesensitizationRuleRequest
16479
+ * @param runtime runtime options for this request RuntimeOptions
16480
+ * @return AddDesensitizationRuleResponse
16481
+ */
16313
16482
  addDesensitizationRuleWithOptions(request: AddDesensitizationRuleRequest, runtime: $Util.RuntimeOptions): Promise<AddDesensitizationRuleResponse>;
16483
+ /**
16484
+ * @summary Adds a masking rule.
16485
+ *
16486
+ * @param request AddDesensitizationRuleRequest
16487
+ * @return AddDesensitizationRuleResponse
16488
+ */
16314
16489
  addDesensitizationRule(request: AddDesensitizationRuleRequest): Promise<AddDesensitizationRuleResponse>;
16490
+ /**
16491
+ * @summary 添加实例
16492
+ *
16493
+ * @param request AddInstanceRequest
16494
+ * @param runtime runtime options for this request RuntimeOptions
16495
+ * @return AddInstanceResponse
16496
+ */
16315
16497
  addInstanceWithOptions(request: AddInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AddInstanceResponse>;
16498
+ /**
16499
+ * @summary 添加实例
16500
+ *
16501
+ * @param request AddInstanceRequest
16502
+ * @return AddInstanceResponse
16503
+ */
16316
16504
  addInstance(request: AddInstanceRequest): Promise<AddInstanceResponse>;
16317
16505
  /**
16318
- * You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
16319
- * Usage notes:
16320
- * * Before you call this operation to add a user as a task flow developer, make sure that you have added the user as a workspace member.
16321
- * * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](~~424761~~) operation.
16322
- * * For more information about workspace roles and permissions, see [Manage permissions on a workspace](~~410893~~).
16323
- *
16324
- * @param tmpReq AddLhMembersRequest
16325
- * @param runtime runtime options for this request RuntimeOptions
16326
- * @return AddLhMembersResponse
16506
+ * @summary Adds a workspace administrator, a workspace member, or a task flow developer in Data Management (DMS).
16507
+ *
16508
+ * @description You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
16509
+ * Usage notes:
16510
+ * * Before you call this operation to add a user as a task flow developer, make sure that you have added the user as a workspace member.
16511
+ * * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](https://help.aliyun.com/document_detail/424761.html) operation.
16512
+ * * For more information about workspace roles and permissions, see [Manage permissions on a workspace](https://help.aliyun.com/document_detail/410893.html).
16513
+ *
16514
+ * @param tmpReq AddLhMembersRequest
16515
+ * @param runtime runtime options for this request RuntimeOptions
16516
+ * @return AddLhMembersResponse
16327
16517
  */
16328
16518
  addLhMembersWithOptions(tmpReq: AddLhMembersRequest, runtime: $Util.RuntimeOptions): Promise<AddLhMembersResponse>;
16329
16519
  /**
16330
- * You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
16331
- * Usage notes:
16332
- * * Before you call this operation to add a user as a task flow developer, make sure that you have added the user as a workspace member.
16333
- * * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](~~424761~~) operation.
16334
- * * For more information about workspace roles and permissions, see [Manage permissions on a workspace](~~410893~~).
16335
- *
16336
- * @param request AddLhMembersRequest
16337
- * @return AddLhMembersResponse
16520
+ * @summary Adds a workspace administrator, a workspace member, or a task flow developer in Data Management (DMS).
16521
+ *
16522
+ * @description You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
16523
+ * Usage notes:
16524
+ * * Before you call this operation to add a user as a task flow developer, make sure that you have added the user as a workspace member.
16525
+ * * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](https://help.aliyun.com/document_detail/424761.html) operation.
16526
+ * * For more information about workspace roles and permissions, see [Manage permissions on a workspace](https://help.aliyun.com/document_detail/410893.html).
16527
+ *
16528
+ * @param request AddLhMembersRequest
16529
+ * @return AddLhMembersResponse
16338
16530
  */
16339
16531
  addLhMembers(request: AddLhMembersRequest): Promise<AddLhMembersResponse>;
16532
+ /**
16533
+ * @summary Adds a routing algorithm to a logical table.
16534
+ *
16535
+ * @param request AddLogicTableRouteConfigRequest
16536
+ * @param runtime runtime options for this request RuntimeOptions
16537
+ * @return AddLogicTableRouteConfigResponse
16538
+ */
16340
16539
  addLogicTableRouteConfigWithOptions(request: AddLogicTableRouteConfigRequest, runtime: $Util.RuntimeOptions): Promise<AddLogicTableRouteConfigResponse>;
16540
+ /**
16541
+ * @summary Adds a routing algorithm to a logical table.
16542
+ *
16543
+ * @param request AddLogicTableRouteConfigRequest
16544
+ * @return AddLogicTableRouteConfigResponse
16545
+ */
16341
16546
  addLogicTableRouteConfig(request: AddLogicTableRouteConfigRequest): Promise<AddLogicTableRouteConfigResponse>;
16342
16547
  /**
16343
- * When you add directed edges for a task node, take note of the following limits:
16344
- * 1. The endpoints of the specified edge exist in the Directed Acyclic Graph (DAG) of the task flow specified by DagId.
16345
- * 2. After a backward edge is added, the DAG does not contain loops.
16346
- *
16347
- * @param tmpReq AddTaskFlowEdgesRequest
16348
- * @param runtime runtime options for this request RuntimeOptions
16349
- * @return AddTaskFlowEdgesResponse
16548
+ * @summary Adds directed edges for an existing task node.
16549
+ *
16550
+ * @description When you add directed edges for a task node, take note of the following limits:
16551
+ * 1. The endpoints of the specified edge exist in the Directed Acyclic Graph (DAG) of the task flow specified by DagId.
16552
+ * 2. After a backward edge is added, the DAG does not contain loops.
16553
+ *
16554
+ * @param tmpReq AddTaskFlowEdgesRequest
16555
+ * @param runtime runtime options for this request RuntimeOptions
16556
+ * @return AddTaskFlowEdgesResponse
16350
16557
  */
16351
16558
  addTaskFlowEdgesWithOptions(tmpReq: AddTaskFlowEdgesRequest, runtime: $Util.RuntimeOptions): Promise<AddTaskFlowEdgesResponse>;
16352
16559
  /**
16353
- * When you add directed edges for a task node, take note of the following limits:
16354
- * 1. The endpoints of the specified edge exist in the Directed Acyclic Graph (DAG) of the task flow specified by DagId.
16355
- * 2. After a backward edge is added, the DAG does not contain loops.
16356
- *
16357
- * @param request AddTaskFlowEdgesRequest
16358
- * @return AddTaskFlowEdgesResponse
16560
+ * @summary Adds directed edges for an existing task node.
16561
+ *
16562
+ * @description When you add directed edges for a task node, take note of the following limits:
16563
+ * 1. The endpoints of the specified edge exist in the Directed Acyclic Graph (DAG) of the task flow specified by DagId.
16564
+ * 2. After a backward edge is added, the DAG does not contain loops.
16565
+ *
16566
+ * @param request AddTaskFlowEdgesRequest
16567
+ * @return AddTaskFlowEdgesResponse
16359
16568
  */
16360
16569
  addTaskFlowEdges(request: AddTaskFlowEdgesRequest): Promise<AddTaskFlowEdgesResponse>;
16361
16570
  /**
16362
- * The following conditions must be met before you call this API operation.
16363
- * * 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.
16364
- * * A database instance is managed in Security Collaboration mode. For more information about control modes, see [Control modes](~~151629~~).
16365
- *
16366
- * @param request AnalyzeSQLLineageRequest
16367
- * @param runtime runtime options for this request RuntimeOptions
16368
- * @return AnalyzeSQLLineageResponse
16571
+ * @summary Analyzes the lineage (dependencies and influence) between tables and between fields in SQL statements.
16572
+ *
16573
+ * @description The following conditions must be met before you call this API operation.
16574
+ * * 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.
16575
+ * * A database instance is managed in Security Collaboration mode. For more information about control modes, see [Control modes](https://help.aliyun.com/document_detail/151629.html).
16576
+ *
16577
+ * @param request AnalyzeSQLLineageRequest
16578
+ * @param runtime runtime options for this request RuntimeOptions
16579
+ * @return AnalyzeSQLLineageResponse
16369
16580
  */
16370
16581
  analyzeSQLLineageWithOptions(request: AnalyzeSQLLineageRequest, runtime: $Util.RuntimeOptions): Promise<AnalyzeSQLLineageResponse>;
16371
16582
  /**
16372
- * The following conditions must be met before you call this API operation.
16373
- * * 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.
16374
- * * A database instance is managed in Security Collaboration mode. For more information about control modes, see [Control modes](~~151629~~).
16375
- *
16376
- * @param request AnalyzeSQLLineageRequest
16377
- * @return AnalyzeSQLLineageResponse
16583
+ * @summary Analyzes the lineage (dependencies and influence) between tables and between fields in SQL statements.
16584
+ *
16585
+ * @description The following conditions must be met before you call this API operation.
16586
+ * * 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.
16587
+ * * A database instance is managed in Security Collaboration mode. For more information about control modes, see [Control modes](https://help.aliyun.com/document_detail/151629.html).
16588
+ *
16589
+ * @param request AnalyzeSQLLineageRequest
16590
+ * @return AnalyzeSQLLineageResponse
16378
16591
  */
16379
16592
  analyzeSQLLineage(request: AnalyzeSQLLineageRequest): Promise<AnalyzeSQLLineageResponse>;
16593
+ /**
16594
+ * @summary Reviews a ticket.
16595
+ *
16596
+ * @param request ApproveOrderRequest
16597
+ * @param runtime runtime options for this request RuntimeOptions
16598
+ * @return ApproveOrderResponse
16599
+ */
16380
16600
  approveOrderWithOptions(request: ApproveOrderRequest, runtime: $Util.RuntimeOptions): Promise<ApproveOrderResponse>;
16601
+ /**
16602
+ * @summary Reviews a ticket.
16603
+ *
16604
+ * @param request ApproveOrderRequest
16605
+ * @return ApproveOrderResponse
16606
+ */
16381
16607
  approveOrder(request: ApproveOrderRequest): Promise<ApproveOrderResponse>;
16382
16608
  /**
16383
- * During a data backfill, task flows are run in sequence based on their dates. You can specify whether task flows are run in chronological or reverse chronological order. After the data backfill is complete, you can specify a date or date range, and a node range to run task flows.
16384
- *
16385
- * @param tmpReq BackFillRequest
16386
- * @param runtime runtime options for this request RuntimeOptions
16387
- * @return BackFillResponse
16609
+ * @summary Backfills data for task orchestration.
16610
+ *
16611
+ * @description During a data backfill, task flows are run in sequence based on their dates. You can specify whether task flows are run in chronological or reverse chronological order. After the data backfill is complete, you can specify a date or date range, and a node range to run task flows.
16612
+ *
16613
+ * @param tmpReq BackFillRequest
16614
+ * @param runtime runtime options for this request RuntimeOptions
16615
+ * @return BackFillResponse
16388
16616
  */
16389
16617
  backFillWithOptions(tmpReq: BackFillRequest, runtime: $Util.RuntimeOptions): Promise<BackFillResponse>;
16390
16618
  /**
16391
- * During a data backfill, task flows are run in sequence based on their dates. You can specify whether task flows are run in chronological or reverse chronological order. After the data backfill is complete, you can specify a date or date range, and a node range to run task flows.
16392
- *
16393
- * @param request BackFillRequest
16394
- * @return BackFillResponse
16619
+ * @summary Backfills data for task orchestration.
16620
+ *
16621
+ * @description During a data backfill, task flows are run in sequence based on their dates. You can specify whether task flows are run in chronological or reverse chronological order. After the data backfill is complete, you can specify a date or date range, and a node range to run task flows.
16622
+ *
16623
+ * @param request BackFillRequest
16624
+ * @return BackFillResponse
16395
16625
  */
16396
16626
  backFill(request: BackFillRequest): Promise<BackFillResponse>;
16627
+ /**
16628
+ * @summary Purchases a pay-as-you-go Data Management (DMS) resource.
16629
+ *
16630
+ * @param request BuyPayAsYouGoOrderRequest
16631
+ * @param runtime runtime options for this request RuntimeOptions
16632
+ * @return BuyPayAsYouGoOrderResponse
16633
+ */
16397
16634
  buyPayAsYouGoOrderWithOptions(request: BuyPayAsYouGoOrderRequest, runtime: $Util.RuntimeOptions): Promise<BuyPayAsYouGoOrderResponse>;
16635
+ /**
16636
+ * @summary Purchases a pay-as-you-go Data Management (DMS) resource.
16637
+ *
16638
+ * @param request BuyPayAsYouGoOrderRequest
16639
+ * @return BuyPayAsYouGoOrderResponse
16640
+ */
16398
16641
  buyPayAsYouGoOrder(request: BuyPayAsYouGoOrderRequest): Promise<BuyPayAsYouGoOrderResponse>;
16642
+ /**
16643
+ * @summary Adjusts the sensitivity level of one or more fields.
16644
+ *
16645
+ * @param request ChangeColumnSecLevelRequest
16646
+ * @param runtime runtime options for this request RuntimeOptions
16647
+ * @return ChangeColumnSecLevelResponse
16648
+ */
16399
16649
  changeColumnSecLevelWithOptions(request: ChangeColumnSecLevelRequest, runtime: $Util.RuntimeOptions): Promise<ChangeColumnSecLevelResponse>;
16650
+ /**
16651
+ * @summary Adjusts the sensitivity level of one or more fields.
16652
+ *
16653
+ * @param request ChangeColumnSecLevelRequest
16654
+ * @return ChangeColumnSecLevelResponse
16655
+ */
16400
16656
  changeColumnSecLevel(request: ChangeColumnSecLevelRequest): Promise<ChangeColumnSecLevelResponse>;
16657
+ /**
16658
+ * @summary 修改字段敏感序列
16659
+ *
16660
+ * @param request ChangeColumnSecurityLevelRequest
16661
+ * @param runtime runtime options for this request RuntimeOptions
16662
+ * @return ChangeColumnSecurityLevelResponse
16663
+ */
16401
16664
  changeColumnSecurityLevelWithOptions(request: ChangeColumnSecurityLevelRequest, runtime: $Util.RuntimeOptions): Promise<ChangeColumnSecurityLevelResponse>;
16665
+ /**
16666
+ * @summary 修改字段敏感序列
16667
+ *
16668
+ * @param request ChangeColumnSecurityLevelRequest
16669
+ * @return ChangeColumnSecurityLevelResponse
16670
+ */
16402
16671
  changeColumnSecurityLevel(request: ChangeColumnSecurityLevelRequest): Promise<ChangeColumnSecurityLevelResponse>;
16403
16672
  /**
16404
- * Usage notes:
16405
- * * If you call this operation to transfer the ownership of a published task flow, the ownership transfer does not take effect.
16406
- * * You can call the [ReDeployLhDagVersion](~~424712~~) operation to redeploy a published version of a task flow.
16407
- *
16408
- * @param request ChangeLhDagOwnerRequest
16409
- * @param runtime runtime options for this request RuntimeOptions
16410
- * @return ChangeLhDagOwnerResponse
16673
+ * @summary 移交数仓开发任务流
16674
+ *
16675
+ * @description Usage notes:
16676
+ * * If you call this operation to transfer the ownership of a published task flow, the ownership transfer does not take effect.
16677
+ * * You can call the [ReDeployLhDagVersion](https://help.aliyun.com/document_detail/424712.html) operation to redeploy a published version of a task flow.
16678
+ *
16679
+ * @param request ChangeLhDagOwnerRequest
16680
+ * @param runtime runtime options for this request RuntimeOptions
16681
+ * @return ChangeLhDagOwnerResponse
16411
16682
  */
16412
16683
  changeLhDagOwnerWithOptions(request: ChangeLhDagOwnerRequest, runtime: $Util.RuntimeOptions): Promise<ChangeLhDagOwnerResponse>;
16413
16684
  /**
16414
- * Usage notes:
16415
- * * If you call this operation to transfer the ownership of a published task flow, the ownership transfer does not take effect.
16416
- * * You can call the [ReDeployLhDagVersion](~~424712~~) operation to redeploy a published version of a task flow.
16417
- *
16418
- * @param request ChangeLhDagOwnerRequest
16419
- * @return ChangeLhDagOwnerResponse
16685
+ * @summary 移交数仓开发任务流
16686
+ *
16687
+ * @description Usage notes:
16688
+ * * If you call this operation to transfer the ownership of a published task flow, the ownership transfer does not take effect.
16689
+ * * You can call the [ReDeployLhDagVersion](https://help.aliyun.com/document_detail/424712.html) operation to redeploy a published version of a task flow.
16690
+ *
16691
+ * @param request ChangeLhDagOwnerRequest
16692
+ * @return ChangeLhDagOwnerResponse
16420
16693
  */
16421
16694
  changeLhDagOwner(request: ChangeLhDagOwnerRequest): Promise<ChangeLhDagOwnerResponse>;
16695
+ /**
16696
+ * @summary Closes a ticket.
16697
+ *
16698
+ * @param request CloseOrderRequest
16699
+ * @param runtime runtime options for this request RuntimeOptions
16700
+ * @return CloseOrderResponse
16701
+ */
16422
16702
  closeOrderWithOptions(request: CloseOrderRequest, runtime: $Util.RuntimeOptions): Promise<CloseOrderResponse>;
16703
+ /**
16704
+ * @summary Closes a ticket.
16705
+ *
16706
+ * @param request CloseOrderRequest
16707
+ * @return CloseOrderResponse
16708
+ */
16423
16709
  closeOrder(request: CloseOrderRequest): Promise<CloseOrderResponse>;
16424
16710
  /**
16425
- * You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
16426
- *
16427
- * @param request CreateAuthorityTemplateRequest
16428
- * @param runtime runtime options for this request RuntimeOptions
16429
- * @return CreateAuthorityTemplateResponse
16711
+ * @summary Creates a permission template
16712
+ *
16713
+ * @description You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
16714
+ *
16715
+ * @param request CreateAuthorityTemplateRequest
16716
+ * @param runtime runtime options for this request RuntimeOptions
16717
+ * @return CreateAuthorityTemplateResponse
16430
16718
  */
16431
16719
  createAuthorityTemplateWithOptions(request: CreateAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthorityTemplateResponse>;
16432
16720
  /**
16433
- * You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
16434
- *
16435
- * @param request CreateAuthorityTemplateRequest
16436
- * @return CreateAuthorityTemplateResponse
16721
+ * @summary Creates a permission template
16722
+ *
16723
+ * @description You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
16724
+ *
16725
+ * @param request CreateAuthorityTemplateRequest
16726
+ * @return CreateAuthorityTemplateResponse
16437
16727
  */
16438
16728
  createAuthorityTemplate(request: CreateAuthorityTemplateRequest): Promise<CreateAuthorityTemplateResponse>;
16729
+ /**
16730
+ * @summary Creates data archiving tickets.
16731
+ *
16732
+ * @param tmpReq CreateDataArchiveOrderRequest
16733
+ * @param runtime runtime options for this request RuntimeOptions
16734
+ * @return CreateDataArchiveOrderResponse
16735
+ */
16439
16736
  createDataArchiveOrderWithOptions(tmpReq: CreateDataArchiveOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataArchiveOrderResponse>;
16737
+ /**
16738
+ * @summary Creates data archiving tickets.
16739
+ *
16740
+ * @param request CreateDataArchiveOrderRequest
16741
+ * @return CreateDataArchiveOrderResponse
16742
+ */
16440
16743
  createDataArchiveOrder(request: CreateDataArchiveOrderRequest): Promise<CreateDataArchiveOrderResponse>;
16441
16744
  /**
16442
- * For more information about the Normal Data Modify feature, see [Change regular data](~~58419~~).
16443
- *
16444
- * @param tmpReq CreateDataCorrectOrderRequest
16445
- * @param runtime runtime options for this request RuntimeOptions
16446
- * @return CreateDataCorrectOrderResponse
16745
+ * @summary Creates a ticket for changing data in Data Management (DMS).
16746
+ *
16747
+ * @description For more information about the Normal Data Modify feature, see [Change regular data](https://help.aliyun.com/document_detail/58419.html).
16748
+ *
16749
+ * @param tmpReq CreateDataCorrectOrderRequest
16750
+ * @param runtime runtime options for this request RuntimeOptions
16751
+ * @return CreateDataCorrectOrderResponse
16447
16752
  */
16448
16753
  createDataCorrectOrderWithOptions(tmpReq: CreateDataCorrectOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataCorrectOrderResponse>;
16449
16754
  /**
16450
- * For more information about the Normal Data Modify feature, see [Change regular data](~~58419~~).
16451
- *
16452
- * @param request CreateDataCorrectOrderRequest
16453
- * @return CreateDataCorrectOrderResponse
16755
+ * @summary Creates a ticket for changing data in Data Management (DMS).
16756
+ *
16757
+ * @description For more information about the Normal Data Modify feature, see [Change regular data](https://help.aliyun.com/document_detail/58419.html).
16758
+ *
16759
+ * @param request CreateDataCorrectOrderRequest
16760
+ * @return CreateDataCorrectOrderResponse
16454
16761
  */
16455
16762
  createDataCorrectOrder(request: CreateDataCorrectOrderRequest): Promise<CreateDataCorrectOrderResponse>;
16456
16763
  /**
16457
- * For more information about the historical data cleaning, see [Clear historical data](~~162507~~).
16458
- * This operation can be used only for MySQL databases.
16459
- *
16460
- * @param tmpReq CreateDataCronClearOrderRequest
16461
- * @param runtime runtime options for this request RuntimeOptions
16462
- * @return CreateDataCronClearOrderResponse
16764
+ * @summary Creates a ticket for clearing historical data.
16765
+ *
16766
+ * @description For more information about the historical data cleaning, see [Clear historical data](https://help.aliyun.com/document_detail/162507.html).
16767
+ * This operation can be used only for MySQL databases.
16768
+ *
16769
+ * @param tmpReq CreateDataCronClearOrderRequest
16770
+ * @param runtime runtime options for this request RuntimeOptions
16771
+ * @return CreateDataCronClearOrderResponse
16463
16772
  */
16464
16773
  createDataCronClearOrderWithOptions(tmpReq: CreateDataCronClearOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataCronClearOrderResponse>;
16465
16774
  /**
16466
- * For more information about the historical data cleaning, see [Clear historical data](~~162507~~).
16467
- * This operation can be used only for MySQL databases.
16468
- *
16469
- * @param request CreateDataCronClearOrderRequest
16470
- * @return CreateDataCronClearOrderResponse
16775
+ * @summary Creates a ticket for clearing historical data.
16776
+ *
16777
+ * @description For more information about the historical data cleaning, see [Clear historical data](https://help.aliyun.com/document_detail/162507.html).
16778
+ * This operation can be used only for MySQL databases.
16779
+ *
16780
+ * @param request CreateDataCronClearOrderRequest
16781
+ * @return CreateDataCronClearOrderResponse
16471
16782
  */
16472
16783
  createDataCronClearOrder(request: CreateDataCronClearOrderRequest): Promise<CreateDataCronClearOrderResponse>;
16784
+ /**
16785
+ * @summary Creates a ticket to export an SQL result set.
16786
+ *
16787
+ * @param tmpReq CreateDataExportOrderRequest
16788
+ * @param runtime runtime options for this request RuntimeOptions
16789
+ * @return CreateDataExportOrderResponse
16790
+ */
16473
16791
  createDataExportOrderWithOptions(tmpReq: CreateDataExportOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataExportOrderResponse>;
16792
+ /**
16793
+ * @summary Creates a ticket to export an SQL result set.
16794
+ *
16795
+ * @param request CreateDataExportOrderRequest
16796
+ * @return CreateDataExportOrderResponse
16797
+ */
16474
16798
  createDataExportOrder(request: CreateDataExportOrderRequest): Promise<CreateDataExportOrderResponse>;
16475
16799
  /**
16476
- * For more information about the Large Data Import feature, see [Import data](~~161439~~).
16477
- *
16478
- * @param tmpReq CreateDataImportOrderRequest
16479
- * @param runtime runtime options for this request RuntimeOptions
16480
- * @return CreateDataImportOrderResponse
16800
+ * @summary Creates a ticket for importing data to Data Management (DMS).
16801
+ *
16802
+ * @description For more information about the Large Data Import feature, see [Import data](https://help.aliyun.com/document_detail/161439.html).
16803
+ *
16804
+ * @param tmpReq CreateDataImportOrderRequest
16805
+ * @param runtime runtime options for this request RuntimeOptions
16806
+ * @return CreateDataImportOrderResponse
16481
16807
  */
16482
16808
  createDataImportOrderWithOptions(tmpReq: CreateDataImportOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataImportOrderResponse>;
16483
16809
  /**
16484
- * For more information about the Large Data Import feature, see [Import data](~~161439~~).
16485
- *
16486
- * @param request CreateDataImportOrderRequest
16487
- * @return CreateDataImportOrderResponse
16810
+ * @summary Creates a ticket for importing data to Data Management (DMS).
16811
+ *
16812
+ * @description For more information about the Large Data Import feature, see [Import data](https://help.aliyun.com/document_detail/161439.html).
16813
+ *
16814
+ * @param request CreateDataImportOrderRequest
16815
+ * @return CreateDataImportOrderResponse
16488
16816
  */
16489
16817
  createDataImportOrder(request: CreateDataImportOrderRequest): Promise<CreateDataImportOrderResponse>;
16490
16818
  /**
16491
- * This operation is available only for instances that are managed in Security Collaboration mode.
16492
- *
16493
- * @param tmpReq CreateDataTrackOrderRequest
16494
- * @param runtime runtime options for this request RuntimeOptions
16495
- * @return CreateDataTrackOrderResponse
16819
+ * @summary Creates a data tracking ticket.
16820
+ *
16821
+ * @description This operation is available only for instances that are managed in Security Collaboration mode.
16822
+ *
16823
+ * @param tmpReq CreateDataTrackOrderRequest
16824
+ * @param runtime runtime options for this request RuntimeOptions
16825
+ * @return CreateDataTrackOrderResponse
16496
16826
  */
16497
16827
  createDataTrackOrderWithOptions(tmpReq: CreateDataTrackOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataTrackOrderResponse>;
16498
16828
  /**
16499
- * This operation is available only for instances that are managed in Security Collaboration mode.
16500
- *
16501
- * @param request CreateDataTrackOrderRequest
16502
- * @return CreateDataTrackOrderResponse
16829
+ * @summary Creates a data tracking ticket.
16830
+ *
16831
+ * @description This operation is available only for instances that are managed in Security Collaboration mode.
16832
+ *
16833
+ * @param request CreateDataTrackOrderRequest
16834
+ * @return CreateDataTrackOrderResponse
16503
16835
  */
16504
16836
  createDataTrackOrder(request: CreateDataTrackOrderRequest): Promise<CreateDataTrackOrderResponse>;
16837
+ /**
16838
+ * @summary Creates a database export ticket.
16839
+ *
16840
+ * @param tmpReq CreateDatabaseExportOrderRequest
16841
+ * @param runtime runtime options for this request RuntimeOptions
16842
+ * @return CreateDatabaseExportOrderResponse
16843
+ */
16505
16844
  createDatabaseExportOrderWithOptions(tmpReq: CreateDatabaseExportOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDatabaseExportOrderResponse>;
16845
+ /**
16846
+ * @summary Creates a database export ticket.
16847
+ *
16848
+ * @param request CreateDatabaseExportOrderRequest
16849
+ * @return CreateDatabaseExportOrderResponse
16850
+ */
16506
16851
  createDatabaseExportOrder(request: CreateDatabaseExportOrderRequest): Promise<CreateDatabaseExportOrderResponse>;
16507
16852
  /**
16508
- * For more information about the lock-free change feature, see [Overview](~~207847~~).
16509
- * This operation can be used only for instances that are managed in Stable Change or Security Collaboration mode. For more information, see [Change data without the need to lock tables](~~96145~~) and [Change schemas without locking tables](~~98373~~).
16510
- *
16511
- * @param tmpReq CreateFreeLockCorrectOrderRequest
16512
- * @param runtime runtime options for this request RuntimeOptions
16513
- * @return CreateFreeLockCorrectOrderResponse
16853
+ * @summary 创建无锁变更工单
16854
+ *
16855
+ * @description For more information about the lock-free change feature, see [Overview](https://help.aliyun.com/document_detail/207847.html).
16856
+ * This operation can be used only for instances that are managed in Stable Change or Security Collaboration mode. For more information, see [Change data without the need to lock tables](https://help.aliyun.com/document_detail/96145.html) and [Change schemas without locking tables](https://help.aliyun.com/document_detail/98373.html).
16857
+ *
16858
+ * @param tmpReq CreateFreeLockCorrectOrderRequest
16859
+ * @param runtime runtime options for this request RuntimeOptions
16860
+ * @return CreateFreeLockCorrectOrderResponse
16514
16861
  */
16515
16862
  createFreeLockCorrectOrderWithOptions(tmpReq: CreateFreeLockCorrectOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateFreeLockCorrectOrderResponse>;
16516
16863
  /**
16517
- * For more information about the lock-free change feature, see [Overview](~~207847~~).
16518
- * This operation can be used only for instances that are managed in Stable Change or Security Collaboration mode. For more information, see [Change data without the need to lock tables](~~96145~~) and [Change schemas without locking tables](~~98373~~).
16519
- *
16520
- * @param request CreateFreeLockCorrectOrderRequest
16521
- * @return CreateFreeLockCorrectOrderResponse
16864
+ * @summary 创建无锁变更工单
16865
+ *
16866
+ * @description For more information about the lock-free change feature, see [Overview](https://help.aliyun.com/document_detail/207847.html).
16867
+ * This operation can be used only for instances that are managed in Stable Change or Security Collaboration mode. For more information, see [Change data without the need to lock tables](https://help.aliyun.com/document_detail/96145.html) and [Change schemas without locking tables](https://help.aliyun.com/document_detail/98373.html).
16868
+ *
16869
+ * @param request CreateFreeLockCorrectOrderRequest
16870
+ * @return CreateFreeLockCorrectOrderResponse
16522
16871
  */
16523
16872
  createFreeLockCorrectOrder(request: CreateFreeLockCorrectOrderRequest): Promise<CreateFreeLockCorrectOrderResponse>;
16524
16873
  /**
16525
- * * The workspace name must be unique within a tenant. If a workspace with the same name already exists within the tenant, the call may fail.
16526
- * * You can call the [GetLhSpaceByName](~~424379~~) operation to query whether a workspace with a specific name already exists as a DMS administrator or database administrator (DBA).
16527
- *
16528
- * @param request CreateLakeHouseSpaceRequest
16529
- * @param runtime runtime options for this request RuntimeOptions
16530
- * @return CreateLakeHouseSpaceResponse
16874
+ * @summary Creates a workspace for data warehouse development in Data Management (DMS).
16875
+ *
16876
+ * @description * The workspace name must be unique within a tenant. If a workspace with the same name already exists within the tenant, the call may fail.
16877
+ * * You can call the [GetLhSpaceByName](https://help.aliyun.com/document_detail/424379.html) operation to query whether a workspace with a specific name already exists as a DMS administrator or database administrator (DBA).
16878
+ *
16879
+ * @param request CreateLakeHouseSpaceRequest
16880
+ * @param runtime runtime options for this request RuntimeOptions
16881
+ * @return CreateLakeHouseSpaceResponse
16531
16882
  */
16532
16883
  createLakeHouseSpaceWithOptions(request: CreateLakeHouseSpaceRequest, runtime: $Util.RuntimeOptions): Promise<CreateLakeHouseSpaceResponse>;
16533
16884
  /**
16534
- * * The workspace name must be unique within a tenant. If a workspace with the same name already exists within the tenant, the call may fail.
16535
- * * You can call the [GetLhSpaceByName](~~424379~~) operation to query whether a workspace with a specific name already exists as a DMS administrator or database administrator (DBA).
16536
- *
16537
- * @param request CreateLakeHouseSpaceRequest
16538
- * @return CreateLakeHouseSpaceResponse
16885
+ * @summary Creates a workspace for data warehouse development in Data Management (DMS).
16886
+ *
16887
+ * @description * The workspace name must be unique within a tenant. If a workspace with the same name already exists within the tenant, the call may fail.
16888
+ * * You can call the [GetLhSpaceByName](https://help.aliyun.com/document_detail/424379.html) operation to query whether a workspace with a specific name already exists as a DMS administrator or database administrator (DBA).
16889
+ *
16890
+ * @param request CreateLakeHouseSpaceRequest
16891
+ * @return CreateLakeHouseSpaceResponse
16539
16892
  */
16540
16893
  createLakeHouseSpace(request: CreateLakeHouseSpaceRequest): Promise<CreateLakeHouseSpaceResponse>;
16894
+ /**
16895
+ * @summary Creates a logical database in Database Management (DMS).
16896
+ *
16897
+ * @param tmpReq CreateLogicDatabaseRequest
16898
+ * @param runtime runtime options for this request RuntimeOptions
16899
+ * @return CreateLogicDatabaseResponse
16900
+ */
16541
16901
  createLogicDatabaseWithOptions(tmpReq: CreateLogicDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<CreateLogicDatabaseResponse>;
16902
+ /**
16903
+ * @summary Creates a logical database in Database Management (DMS).
16904
+ *
16905
+ * @param request CreateLogicDatabaseRequest
16906
+ * @return CreateLogicDatabaseResponse
16907
+ */
16542
16908
  createLogicDatabase(request: CreateLogicDatabaseRequest): Promise<CreateLogicDatabaseResponse>;
16543
16909
  /**
16544
- * To facilitate ticket creation, you can call the following dedicated operations to create some types of tickets:
16545
- * * [CreateDataCorrectOrder](~~208388~~): creates a regular data change ticket.
16546
- * * [CreateDataCronClearOrder](~~208385~~): creates a ticket to clear historical data.
16547
- * * [CreateDataImportOrder](~~208387~~): creates a data import ticket.
16548
- * * [CreateFreeLockCorrectOrder](~~208386~~): creates a lock-free change ticket.
16549
- *
16550
- * @param tmpReq CreateOrderRequest
16551
- * @param runtime runtime options for this request RuntimeOptions
16552
- * @return CreateOrderResponse
16910
+ * @summary Creates a ticket in Data Management (DMS).
16911
+ *
16912
+ * @description To facilitate ticket creation, you can call the following dedicated operations to create some types of tickets:
16913
+ * * [CreateDataCorrectOrder](https://help.aliyun.com/document_detail/208388.html): creates a regular data change ticket.
16914
+ * * [CreateDataCronClearOrder](https://help.aliyun.com/document_detail/208385.html): creates a ticket to clear historical data.
16915
+ * * [CreateDataImportOrder](https://help.aliyun.com/document_detail/208387.html): creates a data import ticket.
16916
+ * * [CreateFreeLockCorrectOrder](https://help.aliyun.com/document_detail/208386.html): creates a lock-free change ticket.
16917
+ *
16918
+ * @param tmpReq CreateOrderRequest
16919
+ * @param runtime runtime options for this request RuntimeOptions
16920
+ * @return CreateOrderResponse
16553
16921
  */
16554
16922
  createOrderWithOptions(tmpReq: CreateOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrderResponse>;
16555
16923
  /**
16556
- * To facilitate ticket creation, you can call the following dedicated operations to create some types of tickets:
16557
- * * [CreateDataCorrectOrder](~~208388~~): creates a regular data change ticket.
16558
- * * [CreateDataCronClearOrder](~~208385~~): creates a ticket to clear historical data.
16559
- * * [CreateDataImportOrder](~~208387~~): creates a data import ticket.
16560
- * * [CreateFreeLockCorrectOrder](~~208386~~): creates a lock-free change ticket.
16561
- *
16562
- * @param request CreateOrderRequest
16563
- * @return CreateOrderResponse
16924
+ * @summary Creates a ticket in Data Management (DMS).
16925
+ *
16926
+ * @description To facilitate ticket creation, you can call the following dedicated operations to create some types of tickets:
16927
+ * * [CreateDataCorrectOrder](https://help.aliyun.com/document_detail/208388.html): creates a regular data change ticket.
16928
+ * * [CreateDataCronClearOrder](https://help.aliyun.com/document_detail/208385.html): creates a ticket to clear historical data.
16929
+ * * [CreateDataImportOrder](https://help.aliyun.com/document_detail/208387.html): creates a data import ticket.
16930
+ * * [CreateFreeLockCorrectOrder](https://help.aliyun.com/document_detail/208386.html): creates a lock-free change ticket.
16931
+ *
16932
+ * @param request CreateOrderRequest
16933
+ * @return CreateOrderResponse
16564
16934
  */
16565
16935
  createOrder(request: CreateOrderRequest): Promise<CreateOrderResponse>;
16936
+ /**
16937
+ * @summary 创建可编程对象变更工单
16938
+ *
16939
+ * @param tmpReq CreateProcCorrectOrderRequest
16940
+ * @param runtime runtime options for this request RuntimeOptions
16941
+ * @return CreateProcCorrectOrderResponse
16942
+ */
16566
16943
  createProcCorrectOrderWithOptions(tmpReq: CreateProcCorrectOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateProcCorrectOrderResponse>;
16944
+ /**
16945
+ * @summary 创建可编程对象变更工单
16946
+ *
16947
+ * @param request CreateProcCorrectOrderRequest
16948
+ * @return CreateProcCorrectOrderResponse
16949
+ */
16567
16950
  createProcCorrectOrder(request: CreateProcCorrectOrderRequest): Promise<CreateProcCorrectOrderResponse>;
16568
16951
  /**
16569
- * - The database instance runs the MySQL or MariaDB database engine. For example, the database instance can be an ApsaraDB RDS for MySQL instance, a PolarDB for MySQL cluster, a Distributed Relational Database Service (DRDS) cluster, or an AnalyticDB for MySQL cluster. The database instance can also be a self-managed MySQL or MariaDB database, or a MySQL or MariaDB database in a third-party cloud.
16570
- * - The database instance resides in the China (Hangzhou) or China (Beijing) region.
16571
- * - You are a Data Management (DMS) administrator, a database administrator (DBA), or the owner of the database instance.
16572
- *
16573
- * @param request CreateProxyRequest
16574
- * @param runtime runtime options for this request RuntimeOptions
16575
- * @return CreateProxyResponse
16952
+ * @summary Enables the secure access proxy feature for a database instance.
16953
+ *
16954
+ * @description - The database instance runs the MySQL or MariaDB database engine. For example, the database instance can be an ApsaraDB RDS for MySQL instance, a PolarDB for MySQL cluster, a Distributed Relational Database Service (DRDS) cluster, or an AnalyticDB for MySQL cluster. The database instance can also be a self-managed MySQL or MariaDB database, or a MySQL or MariaDB database in a third-party cloud.
16955
+ * - The database instance resides in the China (Hangzhou) or China (Beijing) region.
16956
+ * - You are a Data Management (DMS) administrator, a database administrator (DBA), or the owner of the database instance.
16957
+ *
16958
+ * @param request CreateProxyRequest
16959
+ * @param runtime runtime options for this request RuntimeOptions
16960
+ * @return CreateProxyResponse
16576
16961
  */
16577
16962
  createProxyWithOptions(request: CreateProxyRequest, runtime: $Util.RuntimeOptions): Promise<CreateProxyResponse>;
16578
16963
  /**
16579
- * - The database instance runs the MySQL or MariaDB database engine. For example, the database instance can be an ApsaraDB RDS for MySQL instance, a PolarDB for MySQL cluster, a Distributed Relational Database Service (DRDS) cluster, or an AnalyticDB for MySQL cluster. The database instance can also be a self-managed MySQL or MariaDB database, or a MySQL or MariaDB database in a third-party cloud.
16580
- * - The database instance resides in the China (Hangzhou) or China (Beijing) region.
16581
- * - You are a Data Management (DMS) administrator, a database administrator (DBA), or the owner of the database instance.
16582
- *
16583
- * @param request CreateProxyRequest
16584
- * @return CreateProxyResponse
16964
+ * @summary Enables the secure access proxy feature for a database instance.
16965
+ *
16966
+ * @description - The database instance runs the MySQL or MariaDB database engine. For example, the database instance can be an ApsaraDB RDS for MySQL instance, a PolarDB for MySQL cluster, a Distributed Relational Database Service (DRDS) cluster, or an AnalyticDB for MySQL cluster. The database instance can also be a self-managed MySQL or MariaDB database, or a MySQL or MariaDB database in a third-party cloud.
16967
+ * - The database instance resides in the China (Hangzhou) or China (Beijing) region.
16968
+ * - You are a Data Management (DMS) administrator, a database administrator (DBA), or the owner of the database instance.
16969
+ *
16970
+ * @param request CreateProxyRequest
16971
+ * @return CreateProxyResponse
16585
16972
  */
16586
16973
  createProxy(request: CreateProxyRequest): Promise<CreateProxyResponse>;
16587
16974
  /**
16588
- * - The data security protection feature is enabled for the instance.
16589
- * - Your user role is the administrator role, DBA role, or the owner of data security protection for the current instance.
16590
- *
16591
- * @param request CreateProxyAccessRequest
16592
- * @param runtime runtime options for this request RuntimeOptions
16593
- * @return CreateProxyAccessResponse
16975
+ * @summary You can call the CreateProxyAccess to authorize users to access the DB instance through the Data Security Protection agent.
16976
+ *
16977
+ * @description - The data security protection feature is enabled for the instance.
16978
+ * - Your user role is the administrator role, DBA role, or the owner of data security protection for the current instance.
16979
+ *
16980
+ * @param request CreateProxyAccessRequest
16981
+ * @param runtime runtime options for this request RuntimeOptions
16982
+ * @return CreateProxyAccessResponse
16594
16983
  */
16595
16984
  createProxyAccessWithOptions(request: CreateProxyAccessRequest, runtime: $Util.RuntimeOptions): Promise<CreateProxyAccessResponse>;
16596
16985
  /**
16597
- * - The data security protection feature is enabled for the instance.
16598
- * - Your user role is the administrator role, DBA role, or the owner of data security protection for the current instance.
16599
- *
16600
- * @param request CreateProxyAccessRequest
16601
- * @return CreateProxyAccessResponse
16986
+ * @summary You can call the CreateProxyAccess to authorize users to access the DB instance through the Data Security Protection agent.
16987
+ *
16988
+ * @description - The data security protection feature is enabled for the instance.
16989
+ * - Your user role is the administrator role, DBA role, or the owner of data security protection for the current instance.
16990
+ *
16991
+ * @param request CreateProxyAccessRequest
16992
+ * @return CreateProxyAccessResponse
16602
16993
  */
16603
16994
  createProxyAccess(request: CreateProxyAccessRequest): Promise<CreateProxyAccessResponse>;
16995
+ /**
16996
+ * @summary Executes a schema design ticket.
16997
+ *
16998
+ * @param request CreatePublishGroupTaskRequest
16999
+ * @param runtime runtime options for this request RuntimeOptions
17000
+ * @return CreatePublishGroupTaskResponse
17001
+ */
16604
17002
  createPublishGroupTaskWithOptions(request: CreatePublishGroupTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreatePublishGroupTaskResponse>;
17003
+ /**
17004
+ * @summary Executes a schema design ticket.
17005
+ *
17006
+ * @param request CreatePublishGroupTaskRequest
17007
+ * @return CreatePublishGroupTaskResponse
17008
+ */
16605
17009
  createPublishGroupTask(request: CreatePublishGroupTaskRequest): Promise<CreatePublishGroupTaskResponse>;
16606
17010
  /**
16607
- * You can call this operation only for database instances that are managed in Security Collaboration mode.
16608
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
16609
- *
16610
- * @param tmpReq CreateSQLReviewOrderRequest
16611
- * @param runtime runtime options for this request RuntimeOptions
16612
- * @return CreateSQLReviewOrderResponse
17011
+ * @summary Creates a SQL review ticket.
17012
+ *
17013
+ * @description You can call this operation only for database instances that are managed in Security Collaboration mode.
17014
+ * For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
17015
+ *
17016
+ * @param tmpReq CreateSQLReviewOrderRequest
17017
+ * @param runtime runtime options for this request RuntimeOptions
17018
+ * @return CreateSQLReviewOrderResponse
16613
17019
  */
16614
17020
  createSQLReviewOrderWithOptions(tmpReq: CreateSQLReviewOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateSQLReviewOrderResponse>;
16615
17021
  /**
16616
- * You can call this operation only for database instances that are managed in Security Collaboration mode.
16617
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
16618
- *
16619
- * @param request CreateSQLReviewOrderRequest
16620
- * @return CreateSQLReviewOrderResponse
17022
+ * @summary Creates a SQL review ticket.
17023
+ *
17024
+ * @description You can call this operation only for database instances that are managed in Security Collaboration mode.
17025
+ * For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
17026
+ *
17027
+ * @param request CreateSQLReviewOrderRequest
17028
+ * @return CreateSQLReviewOrderResponse
16621
17029
  */
16622
17030
  createSQLReviewOrder(request: CreateSQLReviewOrderRequest): Promise<CreateSQLReviewOrderResponse>;
17031
+ /**
17032
+ * @summary Creates a business scenario to group task flows by business scenario.
17033
+ *
17034
+ * @param request CreateScenarioRequest
17035
+ * @param runtime runtime options for this request RuntimeOptions
17036
+ * @return CreateScenarioResponse
17037
+ */
16623
17038
  createScenarioWithOptions(request: CreateScenarioRequest, runtime: $Util.RuntimeOptions): Promise<CreateScenarioResponse>;
17039
+ /**
17040
+ * @summary Creates a business scenario to group task flows by business scenario.
17041
+ *
17042
+ * @param request CreateScenarioRequest
17043
+ * @return CreateScenarioResponse
17044
+ */
16624
17045
  createScenario(request: CreateScenarioRequest): Promise<CreateScenarioResponse>;
17046
+ /**
17047
+ * @summary Creates a security rule set.
17048
+ *
17049
+ * @param request CreateStandardGroupRequest
17050
+ * @param runtime runtime options for this request RuntimeOptions
17051
+ * @return CreateStandardGroupResponse
17052
+ */
16625
17053
  createStandardGroupWithOptions(request: CreateStandardGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateStandardGroupResponse>;
17054
+ /**
17055
+ * @summary Creates a security rule set.
17056
+ *
17057
+ * @param request CreateStandardGroupRequest
17058
+ * @return CreateStandardGroupResponse
17059
+ */
16626
17060
  createStandardGroup(request: CreateStandardGroupRequest): Promise<CreateStandardGroupResponse>;
17061
+ /**
17062
+ * @summary Creates a schema synchronization ticket.
17063
+ *
17064
+ * @param tmpReq CreateStructSyncOrderRequest
17065
+ * @param runtime runtime options for this request RuntimeOptions
17066
+ * @return CreateStructSyncOrderResponse
17067
+ */
16627
17068
  createStructSyncOrderWithOptions(tmpReq: CreateStructSyncOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateStructSyncOrderResponse>;
17069
+ /**
17070
+ * @summary Creates a schema synchronization ticket.
17071
+ *
17072
+ * @param request CreateStructSyncOrderRequest
17073
+ * @return CreateStructSyncOrderResponse
17074
+ */
16628
17075
  createStructSyncOrder(request: CreateStructSyncOrderRequest): Promise<CreateStructSyncOrderResponse>;
17076
+ /**
17077
+ * @summary Creates a task node for a task flow.
17078
+ *
17079
+ * @param request CreateTaskRequest
17080
+ * @param runtime runtime options for this request RuntimeOptions
17081
+ * @return CreateTaskResponse
17082
+ */
16629
17083
  createTaskWithOptions(request: CreateTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateTaskResponse>;
17084
+ /**
17085
+ * @summary Creates a task node for a task flow.
17086
+ *
17087
+ * @param request CreateTaskRequest
17088
+ * @return CreateTaskResponse
17089
+ */
16630
17090
  createTask(request: CreateTaskRequest): Promise<CreateTaskResponse>;
17091
+ /**
17092
+ * @summary Creates a task flow.
17093
+ *
17094
+ * @param request CreateTaskFlowRequest
17095
+ * @param runtime runtime options for this request RuntimeOptions
17096
+ * @return CreateTaskFlowResponse
17097
+ */
16631
17098
  createTaskFlowWithOptions(request: CreateTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<CreateTaskFlowResponse>;
17099
+ /**
17100
+ * @summary Creates a task flow.
17101
+ *
17102
+ * @param request CreateTaskFlowRequest
17103
+ * @return CreateTaskFlowResponse
17104
+ */
16632
17105
  createTaskFlow(request: CreateTaskFlowRequest): Promise<CreateTaskFlowResponse>;
17106
+ /**
17107
+ * @summary 创建上传附件任务
17108
+ *
17109
+ * @param request CreateUploadFileJobRequest
17110
+ * @param runtime runtime options for this request RuntimeOptions
17111
+ * @return CreateUploadFileJobResponse
17112
+ */
16633
17113
  createUploadFileJobWithOptions(request: CreateUploadFileJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateUploadFileJobResponse>;
17114
+ /**
17115
+ * @summary 创建上传附件任务
17116
+ *
17117
+ * @param request CreateUploadFileJobRequest
17118
+ * @return CreateUploadFileJobResponse
17119
+ */
16634
17120
  createUploadFileJob(request: CreateUploadFileJobRequest): Promise<CreateUploadFileJobResponse>;
17121
+ /**
17122
+ * @summary Creates a task to upload an Object Storage Service (OSS) file and obtain the key of the task.
17123
+ *
17124
+ * @param tmpReq CreateUploadOSSFileJobRequest
17125
+ * @param runtime runtime options for this request RuntimeOptions
17126
+ * @return CreateUploadOSSFileJobResponse
17127
+ */
16635
17128
  createUploadOSSFileJobWithOptions(tmpReq: CreateUploadOSSFileJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateUploadOSSFileJobResponse>;
17129
+ /**
17130
+ * @summary Creates a task to upload an Object Storage Service (OSS) file and obtain the key of the task.
17131
+ *
17132
+ * @param request CreateUploadOSSFileJobRequest
17133
+ * @return CreateUploadOSSFileJobResponse
17134
+ */
16636
17135
  createUploadOSSFileJob(request: CreateUploadOSSFileJobRequest): Promise<CreateUploadOSSFileJobResponse>;
17136
+ /**
17137
+ * @summary 删除权限模版
17138
+ *
17139
+ * @param request DeleteAuthorityTemplateRequest
17140
+ * @param runtime runtime options for this request RuntimeOptions
17141
+ * @return DeleteAuthorityTemplateResponse
17142
+ */
16637
17143
  deleteAuthorityTemplateWithOptions(request: DeleteAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAuthorityTemplateResponse>;
17144
+ /**
17145
+ * @summary 删除权限模版
17146
+ *
17147
+ * @param request DeleteAuthorityTemplateRequest
17148
+ * @return DeleteAuthorityTemplateResponse
17149
+ */
16638
17150
  deleteAuthorityTemplate(request: DeleteAuthorityTemplateRequest): Promise<DeleteAuthorityTemplateResponse>;
16639
17151
  /**
16640
- * 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.
16641
- *
16642
- * @param request DeleteInstanceRequest
16643
- * @param runtime runtime options for this request RuntimeOptions
16644
- * @return DeleteInstanceResponse
17152
+ * @summary Removes a database instance from Data Management (DMS).
17153
+ *
17154
+ * @description 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.
17155
+ *
17156
+ * @param request DeleteInstanceRequest
17157
+ * @param runtime runtime options for this request RuntimeOptions
17158
+ * @return DeleteInstanceResponse
16645
17159
  */
16646
17160
  deleteInstanceWithOptions(request: DeleteInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteInstanceResponse>;
16647
17161
  /**
16648
- * 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.
16649
- *
16650
- * @param request DeleteInstanceRequest
16651
- * @return DeleteInstanceResponse
17162
+ * @summary Removes a database instance from Data Management (DMS).
17163
+ *
17164
+ * @description 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.
17165
+ *
17166
+ * @param request DeleteInstanceRequest
17167
+ * @return DeleteInstanceResponse
16652
17168
  */
16653
17169
  deleteInstance(request: DeleteInstanceRequest): Promise<DeleteInstanceResponse>;
17170
+ /**
17171
+ * @summary Deletes a workspace.
17172
+ *
17173
+ * @param request DeleteLakeHouseSpaceRequest
17174
+ * @param runtime runtime options for this request RuntimeOptions
17175
+ * @return DeleteLakeHouseSpaceResponse
17176
+ */
16654
17177
  deleteLakeHouseSpaceWithOptions(request: DeleteLakeHouseSpaceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLakeHouseSpaceResponse>;
17178
+ /**
17179
+ * @summary Deletes a workspace.
17180
+ *
17181
+ * @param request DeleteLakeHouseSpaceRequest
17182
+ * @return DeleteLakeHouseSpaceResponse
17183
+ */
16655
17184
  deleteLakeHouseSpace(request: DeleteLakeHouseSpaceRequest): Promise<DeleteLakeHouseSpaceResponse>;
16656
17185
  /**
16657
- * You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
16658
- * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](~~424761~~) operation.
16659
- *
16660
- * @param tmpReq DeleteLhMembersRequest
16661
- * @param runtime runtime options for this request RuntimeOptions
16662
- * @return DeleteLhMembersResponse
17186
+ * @summary 删除数仓空间成员
17187
+ *
17188
+ * @description You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
17189
+ * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](https://help.aliyun.com/document_detail/424761.html) operation.
17190
+ *
17191
+ * @param tmpReq DeleteLhMembersRequest
17192
+ * @param runtime runtime options for this request RuntimeOptions
17193
+ * @return DeleteLhMembersResponse
16663
17194
  */
16664
17195
  deleteLhMembersWithOptions(tmpReq: DeleteLhMembersRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLhMembersResponse>;
16665
17196
  /**
16666
- * You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
16667
- * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](~~424761~~) operation.
16668
- *
16669
- * @param request DeleteLhMembersRequest
16670
- * @return DeleteLhMembersResponse
17197
+ * @summary 删除数仓空间成员
17198
+ *
17199
+ * @description You must call this operation as a DMS administrator, a database administrator (DBA), or a workspace administrator.
17200
+ * You cannot call this operation to transfer the ownership of a task flow. To transfer the ownership of a task flow, call the [ChangLhDagOwner](https://help.aliyun.com/document_detail/424761.html) operation.
17201
+ *
17202
+ * @param request DeleteLhMembersRequest
17203
+ * @return DeleteLhMembersResponse
16671
17204
  */
16672
17205
  deleteLhMembers(request: DeleteLhMembersRequest): Promise<DeleteLhMembersResponse>;
17206
+ /**
17207
+ * @summary Deletes a logical database in Database Management (DMS). This operation only deletes the specified logical database but does not delete physical databases.
17208
+ *
17209
+ * @param request DeleteLogicDatabaseRequest
17210
+ * @param runtime runtime options for this request RuntimeOptions
17211
+ * @return DeleteLogicDatabaseResponse
17212
+ */
16673
17213
  deleteLogicDatabaseWithOptions(request: DeleteLogicDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLogicDatabaseResponse>;
17214
+ /**
17215
+ * @summary Deletes a logical database in Database Management (DMS). This operation only deletes the specified logical database but does not delete physical databases.
17216
+ *
17217
+ * @param request DeleteLogicDatabaseRequest
17218
+ * @return DeleteLogicDatabaseResponse
17219
+ */
16674
17220
  deleteLogicDatabase(request: DeleteLogicDatabaseRequest): Promise<DeleteLogicDatabaseResponse>;
17221
+ /**
17222
+ * @summary Deletes the routing algorithm of a logical table.
17223
+ *
17224
+ * @param request DeleteLogicTableRouteConfigRequest
17225
+ * @param runtime runtime options for this request RuntimeOptions
17226
+ * @return DeleteLogicTableRouteConfigResponse
17227
+ */
16675
17228
  deleteLogicTableRouteConfigWithOptions(request: DeleteLogicTableRouteConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLogicTableRouteConfigResponse>;
17229
+ /**
17230
+ * @summary Deletes the routing algorithm of a logical table.
17231
+ *
17232
+ * @param request DeleteLogicTableRouteConfigRequest
17233
+ * @return DeleteLogicTableRouteConfigResponse
17234
+ */
16676
17235
  deleteLogicTableRouteConfig(request: DeleteLogicTableRouteConfigRequest): Promise<DeleteLogicTableRouteConfigResponse>;
16677
17236
  /**
16678
- * After you disable this feature, your DB instance loses the JDBC protocol. All authorization information is recycled.
16679
- *
16680
- * @param request DeleteProxyRequest
16681
- * @param runtime runtime options for this request RuntimeOptions
16682
- * @return DeleteProxyResponse
17237
+ * @summary You can call this operation to disable the data security protection proxy of a DB instance.
17238
+ *
17239
+ * @description After you disable this feature, your DB instance loses the JDBC protocol. All authorization information is recycled.
17240
+ *
17241
+ * @param request DeleteProxyRequest
17242
+ * @param runtime runtime options for this request RuntimeOptions
17243
+ * @return DeleteProxyResponse
16683
17244
  */
16684
17245
  deleteProxyWithOptions(request: DeleteProxyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProxyResponse>;
16685
17246
  /**
16686
- * After you disable this feature, your DB instance loses the JDBC protocol. All authorization information is recycled.
16687
- *
16688
- * @param request DeleteProxyRequest
16689
- * @return DeleteProxyResponse
17247
+ * @summary You can call this operation to disable the data security protection proxy of a DB instance.
17248
+ *
17249
+ * @description After you disable this feature, your DB instance loses the JDBC protocol. All authorization information is recycled.
17250
+ *
17251
+ * @param request DeleteProxyRequest
17252
+ * @return DeleteProxyResponse
16690
17253
  */
16691
17254
  deleteProxy(request: DeleteProxyRequest): Promise<DeleteProxyResponse>;
17255
+ /**
17256
+ * @summary You can call this operation to DeleteProxyAccess reclaim the data security protection authorization of the target user.
17257
+ *
17258
+ * @param request DeleteProxyAccessRequest
17259
+ * @param runtime runtime options for this request RuntimeOptions
17260
+ * @return DeleteProxyAccessResponse
17261
+ */
16692
17262
  deleteProxyAccessWithOptions(request: DeleteProxyAccessRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProxyAccessResponse>;
17263
+ /**
17264
+ * @summary You can call this operation to DeleteProxyAccess reclaim the data security protection authorization of the target user.
17265
+ *
17266
+ * @param request DeleteProxyAccessRequest
17267
+ * @return DeleteProxyAccessResponse
17268
+ */
16693
17269
  deleteProxyAccess(request: DeleteProxyAccessRequest): Promise<DeleteProxyAccessResponse>;
16694
17270
  /**
16695
- * When you call this operation, make sure that no task flow is specified in the business scenario.
16696
- *
16697
- * @param request DeleteScenarioRequest
16698
- * @param runtime runtime options for this request RuntimeOptions
16699
- * @return DeleteScenarioResponse
17271
+ * @summary Deletes a business scenario.
17272
+ *
17273
+ * @description When you call this operation, make sure that no task flow is specified in the business scenario.
17274
+ *
17275
+ * @param request DeleteScenarioRequest
17276
+ * @param runtime runtime options for this request RuntimeOptions
17277
+ * @return DeleteScenarioResponse
16700
17278
  */
16701
17279
  deleteScenarioWithOptions(request: DeleteScenarioRequest, runtime: $Util.RuntimeOptions): Promise<DeleteScenarioResponse>;
16702
17280
  /**
16703
- * When you call this operation, make sure that no task flow is specified in the business scenario.
16704
- *
16705
- * @param request DeleteScenarioRequest
16706
- * @return DeleteScenarioResponse
17281
+ * @summary Deletes a business scenario.
17282
+ *
17283
+ * @description When you call this operation, make sure that no task flow is specified in the business scenario.
17284
+ *
17285
+ * @param request DeleteScenarioRequest
17286
+ * @return DeleteScenarioResponse
16707
17287
  */
16708
17288
  deleteScenario(request: DeleteScenarioRequest): Promise<DeleteScenarioResponse>;
17289
+ /**
17290
+ * @summary 删除安全规则
17291
+ *
17292
+ * @param request DeleteStandardGroupRequest
17293
+ * @param runtime runtime options for this request RuntimeOptions
17294
+ * @return DeleteStandardGroupResponse
17295
+ */
16709
17296
  deleteStandardGroupWithOptions(request: DeleteStandardGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteStandardGroupResponse>;
17297
+ /**
17298
+ * @summary 删除安全规则
17299
+ *
17300
+ * @param request DeleteStandardGroupRequest
17301
+ * @return DeleteStandardGroupResponse
17302
+ */
16710
17303
  deleteStandardGroup(request: DeleteStandardGroupRequest): Promise<DeleteStandardGroupResponse>;
17304
+ /**
17305
+ * @summary Deletes a task in a specified task flow.
17306
+ *
17307
+ * @param request DeleteTaskRequest
17308
+ * @param runtime runtime options for this request RuntimeOptions
17309
+ * @return DeleteTaskResponse
17310
+ */
16711
17311
  deleteTaskWithOptions(request: DeleteTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTaskResponse>;
17312
+ /**
17313
+ * @summary Deletes a task in a specified task flow.
17314
+ *
17315
+ * @param request DeleteTaskRequest
17316
+ * @return DeleteTaskResponse
17317
+ */
16712
17318
  deleteTask(request: DeleteTaskRequest): Promise<DeleteTaskResponse>;
17319
+ /**
17320
+ * @summary Deletes a task flow.
17321
+ *
17322
+ * @param request DeleteTaskFlowRequest
17323
+ * @param runtime runtime options for this request RuntimeOptions
17324
+ * @return DeleteTaskFlowResponse
17325
+ */
16713
17326
  deleteTaskFlowWithOptions(request: DeleteTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTaskFlowResponse>;
17327
+ /**
17328
+ * @summary Deletes a task flow.
17329
+ *
17330
+ * @param request DeleteTaskFlowRequest
17331
+ * @return DeleteTaskFlowResponse
17332
+ */
16714
17333
  deleteTaskFlow(request: DeleteTaskFlowRequest): Promise<DeleteTaskFlowResponse>;
16715
17334
  /**
16716
- * This operation is used for multi-condition query. You can call it to delete the edges of a specified task flow that meet all specified conditions.
16717
- *
16718
- * @param request DeleteTaskFlowEdgesByConditionRequest
16719
- * @param runtime runtime options for this request RuntimeOptions
16720
- * @return DeleteTaskFlowEdgesByConditionResponse
17335
+ * @summary Deletes task flow edges based on multiple conditions.
17336
+ *
17337
+ * @description This operation is used for multi-condition query. You can call it to delete the edges of a specified task flow that meet all specified conditions.
17338
+ *
17339
+ * @param request DeleteTaskFlowEdgesByConditionRequest
17340
+ * @param runtime runtime options for this request RuntimeOptions
17341
+ * @return DeleteTaskFlowEdgesByConditionResponse
16721
17342
  */
16722
17343
  deleteTaskFlowEdgesByConditionWithOptions(request: DeleteTaskFlowEdgesByConditionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTaskFlowEdgesByConditionResponse>;
16723
17344
  /**
16724
- * This operation is used for multi-condition query. You can call it to delete the edges of a specified task flow that meet all specified conditions.
16725
- *
16726
- * @param request DeleteTaskFlowEdgesByConditionRequest
16727
- * @return DeleteTaskFlowEdgesByConditionResponse
17345
+ * @summary Deletes task flow edges based on multiple conditions.
17346
+ *
17347
+ * @description This operation is used for multi-condition query. You can call it to delete the edges of a specified task flow that meet all specified conditions.
17348
+ *
17349
+ * @param request DeleteTaskFlowEdgesByConditionRequest
17350
+ * @return DeleteTaskFlowEdgesByConditionResponse
16728
17351
  */
16729
17352
  deleteTaskFlowEdgesByCondition(request: DeleteTaskFlowEdgesByConditionRequest): Promise<DeleteTaskFlowEdgesByConditionResponse>;
16730
17353
  /**
16731
- * The effect of deleting a user by calling this operation is the same as that of deleting a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to delete a user that is no longer used from DMS Enterprise. After the user is deleted, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
16732
- * > This operation only removes the association of the Alibaba Cloud account or RAM user with DMS Enterprise of the enterprise, rather than actually deleting the Alibaba Cloud account or RAM user. After the user is deleted, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is added to DMS Enterprise again.
16733
- *
16734
- * @param request DeleteUserRequest
16735
- * @param runtime runtime options for this request RuntimeOptions
16736
- * @return DeleteUserResponse
17354
+ * @summary Deletes an Alibaba Cloud account that is no longer used.
17355
+ *
17356
+ * @description The effect of deleting a user by calling this operation is the same as that of deleting a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to delete a user that is no longer used from DMS Enterprise. After the user is deleted, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
17357
+ * > This operation only removes the association of the Alibaba Cloud account or RAM user with DMS Enterprise of the enterprise, rather than actually deleting the Alibaba Cloud account or RAM user. After the user is deleted, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is added to DMS Enterprise again.
17358
+ *
17359
+ * @param request DeleteUserRequest
17360
+ * @param runtime runtime options for this request RuntimeOptions
17361
+ * @return DeleteUserResponse
16737
17362
  */
16738
17363
  deleteUserWithOptions(request: DeleteUserRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUserResponse>;
16739
17364
  /**
16740
- * The effect of deleting a user by calling this operation is the same as that of deleting a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to delete a user that is no longer used from DMS Enterprise. After the user is deleted, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
16741
- * > This operation only removes the association of the Alibaba Cloud account or RAM user with DMS Enterprise of the enterprise, rather than actually deleting the Alibaba Cloud account or RAM user. After the user is deleted, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is added to DMS Enterprise again.
16742
- *
16743
- * @param request DeleteUserRequest
16744
- * @return DeleteUserResponse
17365
+ * @summary Deletes an Alibaba Cloud account that is no longer used.
17366
+ *
17367
+ * @description The effect of deleting a user by calling this operation is the same as that of deleting a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to delete a user that is no longer used from DMS Enterprise. After the user is deleted, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
17368
+ * > This operation only removes the association of the Alibaba Cloud account or RAM user with DMS Enterprise of the enterprise, rather than actually deleting the Alibaba Cloud account or RAM user. After the user is deleted, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is added to DMS Enterprise again.
17369
+ *
17370
+ * @param request DeleteUserRequest
17371
+ * @return DeleteUserResponse
16745
17372
  */
16746
17373
  deleteUser(request: DeleteUserRequest): Promise<DeleteUserResponse>;
16747
17374
  /**
16748
- * The effect of disabling a user by calling this operation is the same as that of disabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to disable a user that is temporarily not used in DMS Enterprise. After the user is disabled, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
16749
- * > This operation only stops the Alibaba Cloud account or RAM user from logging on to DMS Enterprise of the enterprise, rather than actually disabling the Alibaba Cloud account or RAM user. After the user is disabled, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is enabled again. The disabled user, however, still exists in DMS Enterprise.
16750
- *
16751
- * @param request DisableUserRequest
16752
- * @param runtime runtime options for this request RuntimeOptions
16753
- * @return DisableUserResponse
17375
+ * @summary You can call this operation to disable a user that is temporarily not used in Data Management (DMS) Enterprise.
17376
+ *
17377
+ * @description The effect of disabling a user by calling this operation is the same as that of disabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to disable a user that is temporarily not used in DMS Enterprise. After the user is disabled, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
17378
+ * > This operation only stops the Alibaba Cloud account or RAM user from logging on to DMS Enterprise of the enterprise, rather than actually disabling the Alibaba Cloud account or RAM user. After the user is disabled, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is enabled again. The disabled user, however, still exists in DMS Enterprise.
17379
+ *
17380
+ * @param request DisableUserRequest
17381
+ * @param runtime runtime options for this request RuntimeOptions
17382
+ * @return DisableUserResponse
16754
17383
  */
16755
17384
  disableUserWithOptions(request: DisableUserRequest, runtime: $Util.RuntimeOptions): Promise<DisableUserResponse>;
16756
17385
  /**
16757
- * The effect of disabling a user by calling this operation is the same as that of disabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to disable a user that is temporarily not used in DMS Enterprise. After the user is disabled, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
16758
- * > This operation only stops the Alibaba Cloud account or RAM user from logging on to DMS Enterprise of the enterprise, rather than actually disabling the Alibaba Cloud account or RAM user. After the user is disabled, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is enabled again. The disabled user, however, still exists in DMS Enterprise.
16759
- *
16760
- * @param request DisableUserRequest
16761
- * @return DisableUserResponse
17386
+ * @summary You can call this operation to disable a user that is temporarily not used in Data Management (DMS) Enterprise.
17387
+ *
17388
+ * @description The effect of disabling a user by calling this operation is the same as that of disabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to disable a user that is temporarily not used in DMS Enterprise. After the user is disabled, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
17389
+ * > This operation only stops the Alibaba Cloud account or RAM user from logging on to DMS Enterprise of the enterprise, rather than actually disabling the Alibaba Cloud account or RAM user. After the user is disabled, the Alibaba Cloud account or RAM user cannot log on to DMS Enterprise, unless the user is enabled again. The disabled user, however, still exists in DMS Enterprise.
17390
+ *
17391
+ * @param request DisableUserRequest
17392
+ * @return DisableUserResponse
16762
17393
  */
16763
17394
  disableUser(request: DisableUserRequest): Promise<DisableUserResponse>;
17395
+ /**
17396
+ * @summary Downloads the parsing result of a data tracking task.
17397
+ *
17398
+ * @param tmpReq DownloadDataTrackResultRequest
17399
+ * @param runtime runtime options for this request RuntimeOptions
17400
+ * @return DownloadDataTrackResultResponse
17401
+ */
16764
17402
  downloadDataTrackResultWithOptions(tmpReq: DownloadDataTrackResultRequest, runtime: $Util.RuntimeOptions): Promise<DownloadDataTrackResultResponse>;
16765
- downloadDataTrackResult(request: DownloadDataTrackResultRequest): Promise<DownloadDataTrackResultResponse>;
17403
+ /**
17404
+ * @summary Downloads the parsing result of a data tracking task.
17405
+ *
17406
+ * @param request DownloadDataTrackResultRequest
17407
+ * @return DownloadDataTrackResultResponse
17408
+ */
17409
+ downloadDataTrackResult(request: DownloadDataTrackResultRequest): Promise<DownloadDataTrackResultResponse>;
17410
+ /**
17411
+ * @summary Modifies the information about a logical database.
17412
+ *
17413
+ * @param tmpReq EditLogicDatabaseRequest
17414
+ * @param runtime runtime options for this request RuntimeOptions
17415
+ * @return EditLogicDatabaseResponse
17416
+ */
16766
17417
  editLogicDatabaseWithOptions(tmpReq: EditLogicDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<EditLogicDatabaseResponse>;
17418
+ /**
17419
+ * @summary Modifies the information about a logical database.
17420
+ *
17421
+ * @param request EditLogicDatabaseRequest
17422
+ * @return EditLogicDatabaseResponse
17423
+ */
16767
17424
  editLogicDatabase(request: EditLogicDatabaseRequest): Promise<EditLogicDatabaseResponse>;
16768
17425
  /**
16769
- * The effect of enabling a user by calling this operation is the same as that of enabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to enable a user that has been disabled in DMS Enterprise. After the user is enabled, the corresponding Alibaba Cloud account or Resource Access Management (RAM) user can continue to log on to DMS Enterprise and perform relevant operations.
16770
- * > This operation only enables the Alibaba Cloud account or RAM user to log on to DMS Enterprise of the enterprise and perform relevant operations, rather than granting other permissions to the Alibaba Cloud account or RAM user.
16771
- *
16772
- * @param request EnableUserRequest
16773
- * @param runtime runtime options for this request RuntimeOptions
16774
- * @return EnableUserResponse
17426
+ * @summary You can call this operation to enable a user that has been disabled in Data Management (DMS) Enterprise.
17427
+ *
17428
+ * @description The effect of enabling a user by calling this operation is the same as that of enabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to enable a user that has been disabled in DMS Enterprise. After the user is enabled, the corresponding Alibaba Cloud account or Resource Access Management (RAM) user can continue to log on to DMS Enterprise and perform relevant operations.
17429
+ * > This operation only enables the Alibaba Cloud account or RAM user to log on to DMS Enterprise of the enterprise and perform relevant operations, rather than granting other permissions to the Alibaba Cloud account or RAM user.
17430
+ *
17431
+ * @param request EnableUserRequest
17432
+ * @param runtime runtime options for this request RuntimeOptions
17433
+ * @return EnableUserResponse
16775
17434
  */
16776
17435
  enableUserWithOptions(request: EnableUserRequest, runtime: $Util.RuntimeOptions): Promise<EnableUserResponse>;
16777
17436
  /**
16778
- * The effect of enabling a user by calling this operation is the same as that of enabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to enable a user that has been disabled in DMS Enterprise. After the user is enabled, the corresponding Alibaba Cloud account or Resource Access Management (RAM) user can continue to log on to DMS Enterprise and perform relevant operations.
16779
- * > This operation only enables the Alibaba Cloud account or RAM user to log on to DMS Enterprise of the enterprise and perform relevant operations, rather than granting other permissions to the Alibaba Cloud account or RAM user.
16780
- *
16781
- * @param request EnableUserRequest
16782
- * @return EnableUserResponse
17437
+ * @summary You can call this operation to enable a user that has been disabled in Data Management (DMS) Enterprise.
17438
+ *
17439
+ * @description The effect of enabling a user by calling this operation is the same as that of enabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to enable a user that has been disabled in DMS Enterprise. After the user is enabled, the corresponding Alibaba Cloud account or Resource Access Management (RAM) user can continue to log on to DMS Enterprise and perform relevant operations.
17440
+ * > This operation only enables the Alibaba Cloud account or RAM user to log on to DMS Enterprise of the enterprise and perform relevant operations, rather than granting other permissions to the Alibaba Cloud account or RAM user.
17441
+ *
17442
+ * @param request EnableUserRequest
17443
+ * @return EnableUserResponse
16783
17444
  */
16784
17445
  enableUser(request: EnableUserRequest): Promise<EnableUserResponse>;
17446
+ /**
17447
+ * @summary Submits a ticket for data change.
17448
+ *
17449
+ * @param tmpReq ExecuteDataCorrectRequest
17450
+ * @param runtime runtime options for this request RuntimeOptions
17451
+ * @return ExecuteDataCorrectResponse
17452
+ */
16785
17453
  executeDataCorrectWithOptions(tmpReq: ExecuteDataCorrectRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteDataCorrectResponse>;
17454
+ /**
17455
+ * @summary Submits a ticket for data change.
17456
+ *
17457
+ * @param request ExecuteDataCorrectRequest
17458
+ * @return ExecuteDataCorrectResponse
17459
+ */
16786
17460
  executeDataCorrect(request: ExecuteDataCorrectRequest): Promise<ExecuteDataCorrectResponse>;
17461
+ /**
17462
+ * @summary Executes a data export ticket.
17463
+ *
17464
+ * @param tmpReq ExecuteDataExportRequest
17465
+ * @param runtime runtime options for this request RuntimeOptions
17466
+ * @return ExecuteDataExportResponse
17467
+ */
16787
17468
  executeDataExportWithOptions(tmpReq: ExecuteDataExportRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteDataExportResponse>;
17469
+ /**
17470
+ * @summary Executes a data export ticket.
17471
+ *
17472
+ * @param request ExecuteDataExportRequest
17473
+ * @return ExecuteDataExportResponse
17474
+ */
16788
17475
  executeDataExport(request: ExecuteDataExportRequest): Promise<ExecuteDataExportResponse>;
16789
17476
  /**
16790
- * You can call this operation only for instances that are managed in Security Collaboration mode.
16791
- *
16792
- * @param request ExecuteScriptRequest
16793
- * @param runtime runtime options for this request RuntimeOptions
16794
- * @return ExecuteScriptResponse
17477
+ * @summary Executes SQL statements.
17478
+ *
17479
+ * @description You can call this operation only for instances that are managed in Security Collaboration mode.
17480
+ *
17481
+ * @param request ExecuteScriptRequest
17482
+ * @param runtime runtime options for this request RuntimeOptions
17483
+ * @return ExecuteScriptResponse
16795
17484
  */
16796
17485
  executeScriptWithOptions(request: ExecuteScriptRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteScriptResponse>;
16797
17486
  /**
16798
- * You can call this operation only for instances that are managed in Security Collaboration mode.
16799
- *
16800
- * @param request ExecuteScriptRequest
16801
- * @return ExecuteScriptResponse
17487
+ * @summary Executes SQL statements.
17488
+ *
17489
+ * @description You can call this operation only for instances that are managed in Security Collaboration mode.
17490
+ *
17491
+ * @param request ExecuteScriptRequest
17492
+ * @return ExecuteScriptResponse
16802
17493
  */
16803
17494
  executeScript(request: ExecuteScriptRequest): Promise<ExecuteScriptResponse>;
16804
17495
  /**
16805
- * If the security rules of an instance indicate that a ticket must be approved before you perform schema synchronization, you can call the [SubmitStructSyncOrderApproval](~~206166~~) operation to submit the ticket for approval.
16806
- * > You can call the [GetStructSyncJobDetail](~~206160~~) operation to query whether you need to submit a ticket for approval.
16807
- *
16808
- * @param request ExecuteStructSyncRequest
16809
- * @param runtime runtime options for this request RuntimeOptions
16810
- * @return ExecuteStructSyncResponse
17496
+ * @summary Executes a schema synchronization task.
17497
+ *
17498
+ * @description If the security rules of an instance indicate that a ticket must be approved before you perform schema synchronization, you can call the [SubmitStructSyncOrderApproval](https://help.aliyun.com/document_detail/206166.html) operation to submit the ticket for approval.
17499
+ * > You can call the [GetStructSyncJobDetail](https://help.aliyun.com/document_detail/206160.html) operation to query whether you need to submit a ticket for approval.
17500
+ *
17501
+ * @param request ExecuteStructSyncRequest
17502
+ * @param runtime runtime options for this request RuntimeOptions
17503
+ * @return ExecuteStructSyncResponse
16811
17504
  */
16812
17505
  executeStructSyncWithOptions(request: ExecuteStructSyncRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteStructSyncResponse>;
16813
17506
  /**
16814
- * If the security rules of an instance indicate that a ticket must be approved before you perform schema synchronization, you can call the [SubmitStructSyncOrderApproval](~~206166~~) operation to submit the ticket for approval.
16815
- * > You can call the [GetStructSyncJobDetail](~~206160~~) operation to query whether you need to submit a ticket for approval.
16816
- *
16817
- * @param request ExecuteStructSyncRequest
16818
- * @return ExecuteStructSyncResponse
17507
+ * @summary Executes a schema synchronization task.
17508
+ *
17509
+ * @description If the security rules of an instance indicate that a ticket must be approved before you perform schema synchronization, you can call the [SubmitStructSyncOrderApproval](https://help.aliyun.com/document_detail/206166.html) operation to submit the ticket for approval.
17510
+ * > You can call the [GetStructSyncJobDetail](https://help.aliyun.com/document_detail/206160.html) operation to query whether you need to submit a ticket for approval.
17511
+ *
17512
+ * @param request ExecuteStructSyncRequest
17513
+ * @return ExecuteStructSyncResponse
16819
17514
  */
16820
17515
  executeStructSync(request: ExecuteStructSyncRequest): Promise<ExecuteStructSyncResponse>;
17516
+ /**
17517
+ * @summary Queries the approval details of a ticket.
17518
+ *
17519
+ * @param request GetApprovalDetailRequest
17520
+ * @param runtime runtime options for this request RuntimeOptions
17521
+ * @return GetApprovalDetailResponse
17522
+ */
16821
17523
  getApprovalDetailWithOptions(request: GetApprovalDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetApprovalDetailResponse>;
17524
+ /**
17525
+ * @summary Queries the approval details of a ticket.
17526
+ *
17527
+ * @param request GetApprovalDetailRequest
17528
+ * @return GetApprovalDetailResponse
17529
+ */
16822
17530
  getApprovalDetail(request: GetApprovalDetailRequest): Promise<GetApprovalDetailResponse>;
16823
17531
  /**
16824
- * You must be a Data Management (DMS) administrator or a database administrator (DBA). For more information about how to view system roles, see [View system roles](~~324212~~).
16825
- *
16826
- * @param request GetAuthorityTemplateRequest
16827
- * @param runtime runtime options for this request RuntimeOptions
16828
- * @return GetAuthorityTemplateResponse
17532
+ * @summary Queries the information about a permission template.
17533
+ *
17534
+ * @description You must be a Data Management (DMS) administrator or a database administrator (DBA). For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
17535
+ *
17536
+ * @param request GetAuthorityTemplateRequest
17537
+ * @param runtime runtime options for this request RuntimeOptions
17538
+ * @return GetAuthorityTemplateResponse
16829
17539
  */
16830
17540
  getAuthorityTemplateWithOptions(request: GetAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetAuthorityTemplateResponse>;
16831
17541
  /**
16832
- * You must be a Data Management (DMS) administrator or a database administrator (DBA). For more information about how to view system roles, see [View system roles](~~324212~~).
16833
- *
16834
- * @param request GetAuthorityTemplateRequest
16835
- * @return GetAuthorityTemplateResponse
17542
+ * @summary Queries the information about a permission template.
17543
+ *
17544
+ * @description You must be a Data Management (DMS) administrator or a database administrator (DBA). For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
17545
+ *
17546
+ * @param request GetAuthorityTemplateRequest
17547
+ * @return GetAuthorityTemplateResponse
16836
17548
  */
16837
17549
  getAuthorityTemplate(request: GetAuthorityTemplateRequest): Promise<GetAuthorityTemplateResponse>;
16838
17550
  /**
16839
- * You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
16840
- *
16841
- * @param request GetAuthorityTemplateItemRequest
16842
- * @param runtime runtime options for this request RuntimeOptions
16843
- * @return GetAuthorityTemplateItemResponse
17551
+ * @summary Queries the resources in a permission template.
17552
+ *
17553
+ * @description You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
17554
+ *
17555
+ * @param request GetAuthorityTemplateItemRequest
17556
+ * @param runtime runtime options for this request RuntimeOptions
17557
+ * @return GetAuthorityTemplateItemResponse
16844
17558
  */
16845
17559
  getAuthorityTemplateItemWithOptions(request: GetAuthorityTemplateItemRequest, runtime: $Util.RuntimeOptions): Promise<GetAuthorityTemplateItemResponse>;
16846
17560
  /**
16847
- * You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
16848
- *
16849
- * @param request GetAuthorityTemplateItemRequest
16850
- * @return GetAuthorityTemplateItemResponse
17561
+ * @summary Queries the resources in a permission template.
17562
+ *
17563
+ * @description You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
17564
+ *
17565
+ * @param request GetAuthorityTemplateItemRequest
17566
+ * @return GetAuthorityTemplateItemResponse
16851
17567
  */
16852
17568
  getAuthorityTemplateItem(request: GetAuthorityTemplateItemRequest): Promise<GetAuthorityTemplateItemResponse>;
17569
+ /**
17570
+ * @summary 获取实例绑定的分类分级模板
17571
+ *
17572
+ * @param request GetClassificationTemplateRequest
17573
+ * @param runtime runtime options for this request RuntimeOptions
17574
+ * @return GetClassificationTemplateResponse
17575
+ */
16853
17576
  getClassificationTemplateWithOptions(request: GetClassificationTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetClassificationTemplateResponse>;
17577
+ /**
17578
+ * @summary 获取实例绑定的分类分级模板
17579
+ *
17580
+ * @param request GetClassificationTemplateRequest
17581
+ * @return GetClassificationTemplateResponse
17582
+ */
16854
17583
  getClassificationTemplate(request: GetClassificationTemplateRequest): Promise<GetClassificationTemplateResponse>;
17584
+ /**
17585
+ * @summary Queries the log that records the scheduling details of an SQL task.
17586
+ *
17587
+ * @param request GetDBTaskSQLJobLogRequest
17588
+ * @param runtime runtime options for this request RuntimeOptions
17589
+ * @return GetDBTaskSQLJobLogResponse
17590
+ */
16855
17591
  getDBTaskSQLJobLogWithOptions(request: GetDBTaskSQLJobLogRequest, runtime: $Util.RuntimeOptions): Promise<GetDBTaskSQLJobLogResponse>;
17592
+ /**
17593
+ * @summary Queries the log that records the scheduling details of an SQL task.
17594
+ *
17595
+ * @param request GetDBTaskSQLJobLogRequest
17596
+ * @return GetDBTaskSQLJobLogResponse
17597
+ */
16856
17598
  getDBTaskSQLJobLog(request: GetDBTaskSQLJobLogRequest): Promise<GetDBTaskSQLJobLogResponse>;
17599
+ /**
17600
+ * @summary Queries the topologies of a logical database and its physical database shards.
17601
+ *
17602
+ * @param request GetDBTopologyRequest
17603
+ * @param runtime runtime options for this request RuntimeOptions
17604
+ * @return GetDBTopologyResponse
17605
+ */
16857
17606
  getDBTopologyWithOptions(request: GetDBTopologyRequest, runtime: $Util.RuntimeOptions): Promise<GetDBTopologyResponse>;
17607
+ /**
17608
+ * @summary Queries the topologies of a logical database and its physical database shards.
17609
+ *
17610
+ * @param request GetDBTopologyRequest
17611
+ * @return GetDBTopologyResponse
17612
+ */
16858
17613
  getDBTopology(request: GetDBTopologyRequest): Promise<GetDBTopologyResponse>;
17614
+ /**
17615
+ * @summary Queries the statistics of data archiving orders, including the number of successful archiving tickets, the number of failed archiving tickets, the number of in-progress archiving tickets, and the total number of archiving tickets.
17616
+ *
17617
+ * @param request GetDataArchiveCountRequest
17618
+ * @param runtime runtime options for this request RuntimeOptions
17619
+ * @return GetDataArchiveCountResponse
17620
+ */
16859
17621
  getDataArchiveCountWithOptions(request: GetDataArchiveCountRequest, runtime: $Util.RuntimeOptions): Promise<GetDataArchiveCountResponse>;
17622
+ /**
17623
+ * @summary Queries the statistics of data archiving orders, including the number of successful archiving tickets, the number of failed archiving tickets, the number of in-progress archiving tickets, and the total number of archiving tickets.
17624
+ *
17625
+ * @param request GetDataArchiveCountRequest
17626
+ * @return GetDataArchiveCountResponse
17627
+ */
16860
17628
  getDataArchiveCount(request: GetDataArchiveCountRequest): Promise<GetDataArchiveCountResponse>;
17629
+ /**
17630
+ * @summary Queries the details of a data archiving ticket.
17631
+ *
17632
+ * @param request GetDataArchiveOrderDetailRequest
17633
+ * @param runtime runtime options for this request RuntimeOptions
17634
+ * @return GetDataArchiveOrderDetailResponse
17635
+ */
16861
17636
  getDataArchiveOrderDetailWithOptions(request: GetDataArchiveOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDataArchiveOrderDetailResponse>;
17637
+ /**
17638
+ * @summary Queries the details of a data archiving ticket.
17639
+ *
17640
+ * @param request GetDataArchiveOrderDetailRequest
17641
+ * @return GetDataArchiveOrderDetailResponse
17642
+ */
16862
17643
  getDataArchiveOrderDetail(request: GetDataArchiveOrderDetailRequest): Promise<GetDataArchiveOrderDetailResponse>;
17644
+ /**
17645
+ * @summary Queries the download URL of the backup file for a data change ticket in Data Management (DMS).
17646
+ *
17647
+ * @param tmpReq GetDataCorrectBackupFilesRequest
17648
+ * @param runtime runtime options for this request RuntimeOptions
17649
+ * @return GetDataCorrectBackupFilesResponse
17650
+ */
16863
17651
  getDataCorrectBackupFilesWithOptions(tmpReq: GetDataCorrectBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCorrectBackupFilesResponse>;
17652
+ /**
17653
+ * @summary Queries the download URL of the backup file for a data change ticket in Data Management (DMS).
17654
+ *
17655
+ * @param request GetDataCorrectBackupFilesRequest
17656
+ * @return GetDataCorrectBackupFilesResponse
17657
+ */
16864
17658
  getDataCorrectBackupFiles(request: GetDataCorrectBackupFilesRequest): Promise<GetDataCorrectBackupFilesResponse>;
17659
+ /**
17660
+ * @summary Queries the information about a data change ticket in Data Management (DMS).
17661
+ *
17662
+ * @param request GetDataCorrectOrderDetailRequest
17663
+ * @param runtime runtime options for this request RuntimeOptions
17664
+ * @return GetDataCorrectOrderDetailResponse
17665
+ */
16865
17666
  getDataCorrectOrderDetailWithOptions(request: GetDataCorrectOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCorrectOrderDetailResponse>;
17667
+ /**
17668
+ * @summary Queries the information about a data change ticket in Data Management (DMS).
17669
+ *
17670
+ * @param request GetDataCorrectOrderDetailRequest
17671
+ * @return GetDataCorrectOrderDetailResponse
17672
+ */
16866
17673
  getDataCorrectOrderDetail(request: GetDataCorrectOrderDetailRequest): Promise<GetDataCorrectOrderDetailResponse>;
17674
+ /**
17675
+ * @summary Queries the download URL of the rollback attachment submitted along with a data change ticket.
17676
+ *
17677
+ * @param request GetDataCorrectRollbackFileRequest
17678
+ * @param runtime runtime options for this request RuntimeOptions
17679
+ * @return GetDataCorrectRollbackFileResponse
17680
+ */
16867
17681
  getDataCorrectRollbackFileWithOptions(request: GetDataCorrectRollbackFileRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCorrectRollbackFileResponse>;
17682
+ /**
17683
+ * @summary Queries the download URL of the rollback attachment submitted along with a data change ticket.
17684
+ *
17685
+ * @param request GetDataCorrectRollbackFileRequest
17686
+ * @return GetDataCorrectRollbackFileResponse
17687
+ */
16868
17688
  getDataCorrectRollbackFile(request: GetDataCorrectRollbackFileRequest): Promise<GetDataCorrectRollbackFileResponse>;
16869
17689
  /**
16870
- * This operation applies to [regular data change](~~58419~~) and [batch data import](~~144643~~).
16871
- *
16872
- * @param request GetDataCorrectSQLFileRequest
16873
- * @param runtime runtime options for this request RuntimeOptions
16874
- * @return GetDataCorrectSQLFileResponse
17690
+ * @summary Queries the download URL of the SQL script for a data change task.
17691
+ *
17692
+ * @description This operation applies to [regular data change](https://help.aliyun.com/document_detail/58419.html) and [batch data import](https://help.aliyun.com/document_detail/144643.html).
17693
+ *
17694
+ * @param request GetDataCorrectSQLFileRequest
17695
+ * @param runtime runtime options for this request RuntimeOptions
17696
+ * @return GetDataCorrectSQLFileResponse
16875
17697
  */
16876
17698
  getDataCorrectSQLFileWithOptions(request: GetDataCorrectSQLFileRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCorrectSQLFileResponse>;
16877
17699
  /**
16878
- * This operation applies to [regular data change](~~58419~~) and [batch data import](~~144643~~).
16879
- *
16880
- * @param request GetDataCorrectSQLFileRequest
16881
- * @return GetDataCorrectSQLFileResponse
17700
+ * @summary Queries the download URL of the SQL script for a data change task.
17701
+ *
17702
+ * @description This operation applies to [regular data change](https://help.aliyun.com/document_detail/58419.html) and [batch data import](https://help.aliyun.com/document_detail/144643.html).
17703
+ *
17704
+ * @param request GetDataCorrectSQLFileRequest
17705
+ * @return GetDataCorrectSQLFileResponse
16882
17706
  */
16883
17707
  getDataCorrectSQLFile(request: GetDataCorrectSQLFileRequest): Promise<GetDataCorrectSQLFileResponse>;
17708
+ /**
17709
+ * @summary Queries the information about a data change, lock-free data change, or data import task.
17710
+ *
17711
+ * @param request GetDataCorrectTaskDetailRequest
17712
+ * @param runtime runtime options for this request RuntimeOptions
17713
+ * @return GetDataCorrectTaskDetailResponse
17714
+ */
16884
17715
  getDataCorrectTaskDetailWithOptions(request: GetDataCorrectTaskDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCorrectTaskDetailResponse>;
17716
+ /**
17717
+ * @summary Queries the information about a data change, lock-free data change, or data import task.
17718
+ *
17719
+ * @param request GetDataCorrectTaskDetailRequest
17720
+ * @return GetDataCorrectTaskDetailResponse
17721
+ */
16885
17722
  getDataCorrectTaskDetail(request: GetDataCorrectTaskDetailRequest): Promise<GetDataCorrectTaskDetailResponse>;
17723
+ /**
17724
+ * @summary Queries the scheduling configuration of a ticket for cleaning up historical data.
17725
+ *
17726
+ * @param request GetDataCronClearConfigRequest
17727
+ * @param runtime runtime options for this request RuntimeOptions
17728
+ * @return GetDataCronClearConfigResponse
17729
+ */
16886
17730
  getDataCronClearConfigWithOptions(request: GetDataCronClearConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCronClearConfigResponse>;
17731
+ /**
17732
+ * @summary Queries the scheduling configuration of a ticket for cleaning up historical data.
17733
+ *
17734
+ * @param request GetDataCronClearConfigRequest
17735
+ * @return GetDataCronClearConfigResponse
17736
+ */
16887
17737
  getDataCronClearConfig(request: GetDataCronClearConfigRequest): Promise<GetDataCronClearConfigResponse>;
17738
+ /**
17739
+ * @summary Queries the details of a historical data cleansing ticket.
17740
+ *
17741
+ * @param request GetDataCronClearTaskDetailListRequest
17742
+ * @param runtime runtime options for this request RuntimeOptions
17743
+ * @return GetDataCronClearTaskDetailListResponse
17744
+ */
16888
17745
  getDataCronClearTaskDetailListWithOptions(request: GetDataCronClearTaskDetailListRequest, runtime: $Util.RuntimeOptions): Promise<GetDataCronClearTaskDetailListResponse>;
17746
+ /**
17747
+ * @summary Queries the details of a historical data cleansing ticket.
17748
+ *
17749
+ * @param request GetDataCronClearTaskDetailListRequest
17750
+ * @return GetDataCronClearTaskDetailListResponse
17751
+ */
16889
17752
  getDataCronClearTaskDetailList(request: GetDataCronClearTaskDetailListRequest): Promise<GetDataCronClearTaskDetailListResponse>;
17753
+ /**
17754
+ * @summary Queries the download URL of the file that records the export results for a data export ticket in Data Management (DMS).
17755
+ *
17756
+ * @param request GetDataExportDownloadURLRequest
17757
+ * @param runtime runtime options for this request RuntimeOptions
17758
+ * @return GetDataExportDownloadURLResponse
17759
+ */
16890
17760
  getDataExportDownloadURLWithOptions(request: GetDataExportDownloadURLRequest, runtime: $Util.RuntimeOptions): Promise<GetDataExportDownloadURLResponse>;
17761
+ /**
17762
+ * @summary Queries the download URL of the file that records the export results for a data export ticket in Data Management (DMS).
17763
+ *
17764
+ * @param request GetDataExportDownloadURLRequest
17765
+ * @return GetDataExportDownloadURLResponse
17766
+ */
16891
17767
  getDataExportDownloadURL(request: GetDataExportDownloadURLRequest): Promise<GetDataExportDownloadURLResponse>;
17768
+ /**
17769
+ * @summary Queries the information about a data export ticket.
17770
+ *
17771
+ * @param request GetDataExportOrderDetailRequest
17772
+ * @param runtime runtime options for this request RuntimeOptions
17773
+ * @return GetDataExportOrderDetailResponse
17774
+ */
16892
17775
  getDataExportOrderDetailWithOptions(request: GetDataExportOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDataExportOrderDetailResponse>;
17776
+ /**
17777
+ * @summary Queries the information about a data export ticket.
17778
+ *
17779
+ * @param request GetDataExportOrderDetailRequest
17780
+ * @return GetDataExportOrderDetailResponse
17781
+ */
16893
17782
  getDataExportOrderDetail(request: GetDataExportOrderDetailRequest): Promise<GetDataExportOrderDetailResponse>;
17783
+ /**
17784
+ * @summary Queries the precheck details of an SQL result set export ticket.
17785
+ *
17786
+ * @param request GetDataExportPreCheckDetailRequest
17787
+ * @param runtime runtime options for this request RuntimeOptions
17788
+ * @return GetDataExportPreCheckDetailResponse
17789
+ */
16894
17790
  getDataExportPreCheckDetailWithOptions(request: GetDataExportPreCheckDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDataExportPreCheckDetailResponse>;
17791
+ /**
17792
+ * @summary Queries the precheck details of an SQL result set export ticket.
17793
+ *
17794
+ * @param request GetDataExportPreCheckDetailRequest
17795
+ * @return GetDataExportPreCheckDetailResponse
17796
+ */
16895
17797
  getDataExportPreCheckDetail(request: GetDataExportPreCheckDetailRequest): Promise<GetDataExportPreCheckDetailResponse>;
16896
17798
  /**
16897
- * You can call this operation only if the data is imported in security mode in your data import ticket.
16898
- *
16899
- * @param request GetDataImportSQLRequest
16900
- * @param runtime runtime options for this request RuntimeOptions
16901
- * @return GetDataImportSQLResponse
17799
+ * @summary Queries the SQL statements used for data import in a ticket.
17800
+ *
17801
+ * @description You can call this operation only if the data is imported in security mode in your data import ticket.
17802
+ *
17803
+ * @param request GetDataImportSQLRequest
17804
+ * @param runtime runtime options for this request RuntimeOptions
17805
+ * @return GetDataImportSQLResponse
16902
17806
  */
16903
17807
  getDataImportSQLWithOptions(request: GetDataImportSQLRequest, runtime: $Util.RuntimeOptions): Promise<GetDataImportSQLResponse>;
16904
17808
  /**
16905
- * You can call this operation only if the data is imported in security mode in your data import ticket.
16906
- *
16907
- * @param request GetDataImportSQLRequest
16908
- * @return GetDataImportSQLResponse
17809
+ * @summary Queries the SQL statements used for data import in a ticket.
17810
+ *
17811
+ * @description You can call this operation only if the data is imported in security mode in your data import ticket.
17812
+ *
17813
+ * @param request GetDataImportSQLRequest
17814
+ * @return GetDataImportSQLResponse
16909
17815
  */
16910
17816
  getDataImportSQL(request: GetDataImportSQLRequest): Promise<GetDataImportSQLResponse>;
17817
+ /**
17818
+ * @summary Queries the progress of a data tracking task.
17819
+ *
17820
+ * @param request GetDataTrackJobDegreeRequest
17821
+ * @param runtime runtime options for this request RuntimeOptions
17822
+ * @return GetDataTrackJobDegreeResponse
17823
+ */
16911
17824
  getDataTrackJobDegreeWithOptions(request: GetDataTrackJobDegreeRequest, runtime: $Util.RuntimeOptions): Promise<GetDataTrackJobDegreeResponse>;
17825
+ /**
17826
+ * @summary Queries the progress of a data tracking task.
17827
+ *
17828
+ * @param request GetDataTrackJobDegreeRequest
17829
+ * @return GetDataTrackJobDegreeResponse
17830
+ */
16912
17831
  getDataTrackJobDegree(request: GetDataTrackJobDegreeRequest): Promise<GetDataTrackJobDegreeResponse>;
17832
+ /**
17833
+ * @summary Queries the metadata of tables involved in a data tracking task.
17834
+ *
17835
+ * @param request GetDataTrackJobTableMetaRequest
17836
+ * @param runtime runtime options for this request RuntimeOptions
17837
+ * @return GetDataTrackJobTableMetaResponse
17838
+ */
16913
17839
  getDataTrackJobTableMetaWithOptions(request: GetDataTrackJobTableMetaRequest, runtime: $Util.RuntimeOptions): Promise<GetDataTrackJobTableMetaResponse>;
17840
+ /**
17841
+ * @summary Queries the metadata of tables involved in a data tracking task.
17842
+ *
17843
+ * @param request GetDataTrackJobTableMetaRequest
17844
+ * @return GetDataTrackJobTableMetaResponse
17845
+ */
16914
17846
  getDataTrackJobTableMeta(request: GetDataTrackJobTableMetaRequest): Promise<GetDataTrackJobTableMetaResponse>;
17847
+ /**
17848
+ * @summary Queries the details of a data tracking ticket.
17849
+ *
17850
+ * @param request GetDataTrackOrderDetailRequest
17851
+ * @param runtime runtime options for this request RuntimeOptions
17852
+ * @return GetDataTrackOrderDetailResponse
17853
+ */
16915
17854
  getDataTrackOrderDetailWithOptions(request: GetDataTrackOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDataTrackOrderDetailResponse>;
17855
+ /**
17856
+ * @summary Queries the details of a data tracking ticket.
17857
+ *
17858
+ * @param request GetDataTrackOrderDetailRequest
17859
+ * @return GetDataTrackOrderDetailResponse
17860
+ */
16916
17861
  getDataTrackOrderDetail(request: GetDataTrackOrderDetailRequest): Promise<GetDataTrackOrderDetailResponse>;
17862
+ /**
17863
+ * @summary Queries details of a specific database.
17864
+ *
17865
+ * @param request GetDatabaseRequest
17866
+ * @param runtime runtime options for this request RuntimeOptions
17867
+ * @return GetDatabaseResponse
17868
+ */
16917
17869
  getDatabaseWithOptions(request: GetDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<GetDatabaseResponse>;
17870
+ /**
17871
+ * @summary Queries details of a specific database.
17872
+ *
17873
+ * @param request GetDatabaseRequest
17874
+ * @return GetDatabaseResponse
17875
+ */
16918
17876
  getDatabase(request: GetDatabaseRequest): Promise<GetDatabaseResponse>;
17877
+ /**
17878
+ * @summary Queries the details of a database export ticket.
17879
+ *
17880
+ * @param request GetDatabaseExportOrderDetailRequest
17881
+ * @param runtime runtime options for this request RuntimeOptions
17882
+ * @return GetDatabaseExportOrderDetailResponse
17883
+ */
16919
17884
  getDatabaseExportOrderDetailWithOptions(request: GetDatabaseExportOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetDatabaseExportOrderDetailResponse>;
17885
+ /**
17886
+ * @summary Queries the details of a database export ticket.
17887
+ *
17888
+ * @param request GetDatabaseExportOrderDetailRequest
17889
+ * @return GetDatabaseExportOrderDetailResponse
17890
+ */
16920
17891
  getDatabaseExportOrderDetail(request: GetDatabaseExportOrderDetailRequest): Promise<GetDatabaseExportOrderDetailResponse>;
17892
+ /**
17893
+ * @summary 获取数据库导出下载地址
17894
+ *
17895
+ * @param request GetDbExportDownloadURLRequest
17896
+ * @param runtime runtime options for this request RuntimeOptions
17897
+ * @return GetDbExportDownloadURLResponse
17898
+ */
16921
17899
  getDbExportDownloadURLWithOptions(request: GetDbExportDownloadURLRequest, runtime: $Util.RuntimeOptions): Promise<GetDbExportDownloadURLResponse>;
17900
+ /**
17901
+ * @summary 获取数据库导出下载地址
17902
+ *
17903
+ * @param request GetDbExportDownloadURLRequest
17904
+ * @return GetDbExportDownloadURLResponse
17905
+ */
16922
17906
  getDbExportDownloadURL(request: GetDbExportDownloadURLRequest): Promise<GetDbExportDownloadURLResponse>;
17907
+ /**
17908
+ * @summary Queries the details of a database instance.
17909
+ *
17910
+ * @param request GetInstanceRequest
17911
+ * @param runtime runtime options for this request RuntimeOptions
17912
+ * @return GetInstanceResponse
17913
+ */
16923
17914
  getInstanceWithOptions(request: GetInstanceRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceResponse>;
17915
+ /**
17916
+ * @summary Queries the details of a database instance.
17917
+ *
17918
+ * @param request GetInstanceRequest
17919
+ * @return GetInstanceResponse
17920
+ */
16924
17921
  getInstance(request: GetInstanceRequest): Promise<GetInstanceResponse>;
16925
17922
  /**
16926
- * The scheduling cycle of a task flow must be greater than the minimum scheduling cycle configured in the SLA rule for the task flow.
16927
- *
16928
- * @param request GetIntervalLimitOfSLARequest
16929
- * @param runtime runtime options for this request RuntimeOptions
16930
- * @return GetIntervalLimitOfSLAResponse
17923
+ * @summary Queries the minimum scheduling cycle of a task flow when a service level agreement (SLA) timeout rule is configured for the task flow.
17924
+ *
17925
+ * @description The scheduling cycle of a task flow must be greater than the minimum scheduling cycle configured in the SLA rule for the task flow.
17926
+ *
17927
+ * @param request GetIntervalLimitOfSLARequest
17928
+ * @param runtime runtime options for this request RuntimeOptions
17929
+ * @return GetIntervalLimitOfSLAResponse
16931
17930
  */
16932
17931
  getIntervalLimitOfSLAWithOptions(request: GetIntervalLimitOfSLARequest, runtime: $Util.RuntimeOptions): Promise<GetIntervalLimitOfSLAResponse>;
16933
17932
  /**
16934
- * The scheduling cycle of a task flow must be greater than the minimum scheduling cycle configured in the SLA rule for the task flow.
16935
- *
16936
- * @param request GetIntervalLimitOfSLARequest
16937
- * @return GetIntervalLimitOfSLAResponse
17933
+ * @summary Queries the minimum scheduling cycle of a task flow when a service level agreement (SLA) timeout rule is configured for the task flow.
17934
+ *
17935
+ * @description The scheduling cycle of a task flow must be greater than the minimum scheduling cycle configured in the SLA rule for the task flow.
17936
+ *
17937
+ * @param request GetIntervalLimitOfSLARequest
17938
+ * @return GetIntervalLimitOfSLAResponse
16938
17939
  */
16939
17940
  getIntervalLimitOfSLA(request: GetIntervalLimitOfSLARequest): Promise<GetIntervalLimitOfSLAResponse>;
16940
17941
  /**
16941
- * You are a DMS administrator or a database administrator (DBA).
16942
- *
16943
- * @param request GetLhSpaceByNameRequest
16944
- * @param runtime runtime options for this request RuntimeOptions
16945
- * @return GetLhSpaceByNameResponse
17942
+ * @summary Queries the information about a workspace based on the workspace name in Data Management (DMS).
17943
+ *
17944
+ * @description You are a DMS administrator or a database administrator (DBA).
17945
+ *
17946
+ * @param request GetLhSpaceByNameRequest
17947
+ * @param runtime runtime options for this request RuntimeOptions
17948
+ * @return GetLhSpaceByNameResponse
16946
17949
  */
16947
17950
  getLhSpaceByNameWithOptions(request: GetLhSpaceByNameRequest, runtime: $Util.RuntimeOptions): Promise<GetLhSpaceByNameResponse>;
16948
17951
  /**
16949
- * You are a DMS administrator or a database administrator (DBA).
16950
- *
16951
- * @param request GetLhSpaceByNameRequest
16952
- * @return GetLhSpaceByNameResponse
17952
+ * @summary Queries the information about a workspace based on the workspace name in Data Management (DMS).
17953
+ *
17954
+ * @description You are a DMS administrator or a database administrator (DBA).
17955
+ *
17956
+ * @param request GetLhSpaceByNameRequest
17957
+ * @return GetLhSpaceByNameResponse
16953
17958
  */
16954
17959
  getLhSpaceByName(request: GetLhSpaceByNameRequest): Promise<GetLhSpaceByNameResponse>;
17960
+ /**
17961
+ * @summary Queries the details of a logical database.
17962
+ *
17963
+ * @param request GetLogicDatabaseRequest
17964
+ * @param runtime runtime options for this request RuntimeOptions
17965
+ * @return GetLogicDatabaseResponse
17966
+ */
16955
17967
  getLogicDatabaseWithOptions(request: GetLogicDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<GetLogicDatabaseResponse>;
17968
+ /**
17969
+ * @summary Queries the details of a logical database.
17970
+ *
17971
+ * @param request GetLogicDatabaseRequest
17972
+ * @return GetLogicDatabaseResponse
17973
+ */
16956
17974
  getLogicDatabase(request: GetLogicDatabaseRequest): Promise<GetLogicDatabaseResponse>;
16957
17975
  /**
16958
- * You can call this operation only for database instances whose control mode is Security Collaboration.
16959
- *
16960
- * @param request GetMetaTableColumnRequest
16961
- * @param runtime runtime options for this request RuntimeOptions
16962
- * @return GetMetaTableColumnResponse
17976
+ * @summary Queries the details of columns in a table.
17977
+ *
17978
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
17979
+ *
17980
+ * @param request GetMetaTableColumnRequest
17981
+ * @param runtime runtime options for this request RuntimeOptions
17982
+ * @return GetMetaTableColumnResponse
16963
17983
  */
16964
17984
  getMetaTableColumnWithOptions(request: GetMetaTableColumnRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableColumnResponse>;
16965
17985
  /**
16966
- * You can call this operation only for database instances whose control mode is Security Collaboration.
16967
- *
16968
- * @param request GetMetaTableColumnRequest
16969
- * @return GetMetaTableColumnResponse
17986
+ * @summary Queries the details of columns in a table.
17987
+ *
17988
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
17989
+ *
17990
+ * @param request GetMetaTableColumnRequest
17991
+ * @return GetMetaTableColumnResponse
16970
17992
  */
16971
17993
  getMetaTableColumn(request: GetMetaTableColumnRequest): Promise<GetMetaTableColumnResponse>;
16972
17994
  /**
16973
- * You can call this operation only for database instances whose control mode is Security Collaboration.
16974
- *
16975
- * @param request GetMetaTableDetailInfoRequest
16976
- * @param runtime runtime options for this request RuntimeOptions
16977
- * @return GetMetaTableDetailInfoResponse
17995
+ * @summary Queries the details of columns and indexes in a table.
17996
+ *
17997
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
17998
+ *
17999
+ * @param request GetMetaTableDetailInfoRequest
18000
+ * @param runtime runtime options for this request RuntimeOptions
18001
+ * @return GetMetaTableDetailInfoResponse
16978
18002
  */
16979
18003
  getMetaTableDetailInfoWithOptions(request: GetMetaTableDetailInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableDetailInfoResponse>;
16980
18004
  /**
16981
- * You can call this operation only for database instances whose control mode is Security Collaboration.
16982
- *
16983
- * @param request GetMetaTableDetailInfoRequest
16984
- * @return GetMetaTableDetailInfoResponse
18005
+ * @summary Queries the details of columns and indexes in a table.
18006
+ *
18007
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
18008
+ *
18009
+ * @param request GetMetaTableDetailInfoRequest
18010
+ * @return GetMetaTableDetailInfoResponse
16985
18011
  */
16986
18012
  getMetaTableDetailInfo(request: GetMetaTableDetailInfoRequest): Promise<GetMetaTableDetailInfoResponse>;
18013
+ /**
18014
+ * @summary Queries the details and progress of an OnlineDDL task.
18015
+ *
18016
+ * @param request GetOnlineDDLProgressRequest
18017
+ * @param runtime runtime options for this request RuntimeOptions
18018
+ * @return GetOnlineDDLProgressResponse
18019
+ */
16987
18020
  getOnlineDDLProgressWithOptions(request: GetOnlineDDLProgressRequest, runtime: $Util.RuntimeOptions): Promise<GetOnlineDDLProgressResponse>;
18021
+ /**
18022
+ * @summary Queries the details and progress of an OnlineDDL task.
18023
+ *
18024
+ * @param request GetOnlineDDLProgressRequest
18025
+ * @return GetOnlineDDLProgressResponse
18026
+ */
16988
18027
  getOnlineDDLProgress(request: GetOnlineDDLProgressRequest): Promise<GetOnlineDDLProgressResponse>;
16989
18028
  /**
16990
- * Prerequisites: You are an administrator of Data Management (DMS) or a security administrator. You can call the [ListUsers](~~141938~~) or [GetUser](~~147098~~) operation to obtain your user role from the RoleIdList parameter that is returned.
16991
- *
16992
- * @param request GetOpLogRequest
16993
- * @param runtime runtime options for this request RuntimeOptions
16994
- * @return GetOpLogResponse
18029
+ * @summary Queries the details of operation logs that are generated in a specified period of time.
18030
+ *
18031
+ * @description Prerequisites: You are an administrator of Data Management (DMS) or a security administrator. You can call the [ListUsers](https://help.aliyun.com/document_detail/141938.html) or [GetUser](https://help.aliyun.com/document_detail/147098.html) operation to obtain your user role from the RoleIdList parameter that is returned.
18032
+ *
18033
+ * @param request GetOpLogRequest
18034
+ * @param runtime runtime options for this request RuntimeOptions
18035
+ * @return GetOpLogResponse
16995
18036
  */
16996
18037
  getOpLogWithOptions(request: GetOpLogRequest, runtime: $Util.RuntimeOptions): Promise<GetOpLogResponse>;
16997
18038
  /**
16998
- * Prerequisites: You are an administrator of Data Management (DMS) or a security administrator. You can call the [ListUsers](~~141938~~) or [GetUser](~~147098~~) operation to obtain your user role from the RoleIdList parameter that is returned.
16999
- *
17000
- * @param request GetOpLogRequest
17001
- * @return GetOpLogResponse
18039
+ * @summary Queries the details of operation logs that are generated in a specified period of time.
18040
+ *
18041
+ * @description Prerequisites: You are an administrator of Data Management (DMS) or a security administrator. You can call the [ListUsers](https://help.aliyun.com/document_detail/141938.html) or [GetUser](https://help.aliyun.com/document_detail/147098.html) operation to obtain your user role from the RoleIdList parameter that is returned.
18042
+ *
18043
+ * @param request GetOpLogRequest
18044
+ * @return GetOpLogResponse
17002
18045
  */
17003
18046
  getOpLog(request: GetOpLogRequest): Promise<GetOpLogResponse>;
18047
+ /**
18048
+ * @summary Queries the download URL of the attachment of a ticket.
18049
+ *
18050
+ * @param request GetOrderAttachmentFileRequest
18051
+ * @param runtime runtime options for this request RuntimeOptions
18052
+ * @return GetOrderAttachmentFileResponse
18053
+ */
17004
18054
  getOrderAttachmentFileWithOptions(request: GetOrderAttachmentFileRequest, runtime: $Util.RuntimeOptions): Promise<GetOrderAttachmentFileResponse>;
18055
+ /**
18056
+ * @summary Queries the download URL of the attachment of a ticket.
18057
+ *
18058
+ * @param request GetOrderAttachmentFileRequest
18059
+ * @return GetOrderAttachmentFileResponse
18060
+ */
17005
18061
  getOrderAttachmentFile(request: GetOrderAttachmentFileRequest): Promise<GetOrderAttachmentFileResponse>;
18062
+ /**
18063
+ * @summary Queries the basic information about a ticket.
18064
+ *
18065
+ * @param request GetOrderBaseInfoRequest
18066
+ * @param runtime runtime options for this request RuntimeOptions
18067
+ * @return GetOrderBaseInfoResponse
18068
+ */
17006
18069
  getOrderBaseInfoWithOptions(request: GetOrderBaseInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetOrderBaseInfoResponse>;
18070
+ /**
18071
+ * @summary Queries the basic information about a ticket.
18072
+ *
18073
+ * @param request GetOrderBaseInfoRequest
18074
+ * @return GetOrderBaseInfoResponse
18075
+ */
17007
18076
  getOrderBaseInfo(request: GetOrderBaseInfoRequest): Promise<GetOrderBaseInfoResponse>;
18077
+ /**
18078
+ * @summary Queries the details of the Database-OWNER, Table-OWNER, and Instance-OWNER tickets.
18079
+ *
18080
+ * @param request GetOwnerApplyOrderDetailRequest
18081
+ * @param runtime runtime options for this request RuntimeOptions
18082
+ * @return GetOwnerApplyOrderDetailResponse
18083
+ */
17008
18084
  getOwnerApplyOrderDetailWithOptions(request: GetOwnerApplyOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetOwnerApplyOrderDetailResponse>;
18085
+ /**
18086
+ * @summary Queries the details of the Database-OWNER, Table-OWNER, and Instance-OWNER tickets.
18087
+ *
18088
+ * @param request GetOwnerApplyOrderDetailRequest
18089
+ * @return GetOwnerApplyOrderDetailResponse
18090
+ */
17009
18091
  getOwnerApplyOrderDetail(request: GetOwnerApplyOrderDetailRequest): Promise<GetOwnerApplyOrderDetailResponse>;
18092
+ /**
18093
+ * @summary 获取数据归档工单任务实例
18094
+ *
18095
+ * @param request GetPagedInstanceRequest
18096
+ * @param runtime runtime options for this request RuntimeOptions
18097
+ * @return GetPagedInstanceResponse
18098
+ */
17010
18099
  getPagedInstanceWithOptions(request: GetPagedInstanceRequest, runtime: $Util.RuntimeOptions): Promise<GetPagedInstanceResponse>;
18100
+ /**
18101
+ * @summary 获取数据归档工单任务实例
18102
+ *
18103
+ * @param request GetPagedInstanceRequest
18104
+ * @return GetPagedInstanceResponse
18105
+ */
17011
18106
  getPagedInstance(request: GetPagedInstanceRequest): Promise<GetPagedInstanceResponse>;
17012
18107
  /**
17013
- * You can call this operation to query the information about tickets that apply for permissions on databases, tables, and sensitive columns.
17014
- *
17015
- * @param request GetPermApplyOrderDetailRequest
17016
- * @param runtime runtime options for this request RuntimeOptions
17017
- * @return GetPermApplyOrderDetailResponse
18108
+ * @summary Queries the details of a ticket that applies for permissions.
18109
+ *
18110
+ * @description You can call this operation to query the information about tickets that apply for permissions on databases, tables, and sensitive columns.
18111
+ *
18112
+ * @param request GetPermApplyOrderDetailRequest
18113
+ * @param runtime runtime options for this request RuntimeOptions
18114
+ * @return GetPermApplyOrderDetailResponse
17018
18115
  */
17019
18116
  getPermApplyOrderDetailWithOptions(request: GetPermApplyOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetPermApplyOrderDetailResponse>;
17020
18117
  /**
17021
- * You can call this operation to query the information about tickets that apply for permissions on databases, tables, and sensitive columns.
17022
- *
17023
- * @param request GetPermApplyOrderDetailRequest
17024
- * @return GetPermApplyOrderDetailResponse
18118
+ * @summary Queries the details of a ticket that applies for permissions.
18119
+ *
18120
+ * @description You can call this operation to query the information about tickets that apply for permissions on databases, tables, and sensitive columns.
18121
+ *
18122
+ * @param request GetPermApplyOrderDetailRequest
18123
+ * @return GetPermApplyOrderDetailResponse
17025
18124
  */
17026
18125
  getPermApplyOrderDetail(request: GetPermApplyOrderDetailRequest): Promise<GetPermApplyOrderDetailResponse>;
18126
+ /**
18127
+ * @summary Queries the details of a physical database.
18128
+ *
18129
+ * @param request GetPhysicalDatabaseRequest
18130
+ * @param runtime runtime options for this request RuntimeOptions
18131
+ * @return GetPhysicalDatabaseResponse
18132
+ */
17027
18133
  getPhysicalDatabaseWithOptions(request: GetPhysicalDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<GetPhysicalDatabaseResponse>;
18134
+ /**
18135
+ * @summary Queries the details of a physical database.
18136
+ *
18137
+ * @param request GetPhysicalDatabaseRequest
18138
+ * @return GetPhysicalDatabaseResponse
18139
+ */
17028
18140
  getPhysicalDatabase(request: GetPhysicalDatabaseRequest): Promise<GetPhysicalDatabaseResponse>;
18141
+ /**
18142
+ * @summary Queries the details of a secure access proxy.
18143
+ *
18144
+ * @param request GetProxyRequest
18145
+ * @param runtime runtime options for this request RuntimeOptions
18146
+ * @return GetProxyResponse
18147
+ */
17029
18148
  getProxyWithOptions(request: GetProxyRequest, runtime: $Util.RuntimeOptions): Promise<GetProxyResponse>;
18149
+ /**
18150
+ * @summary Queries the details of a secure access proxy.
18151
+ *
18152
+ * @param request GetProxyRequest
18153
+ * @return GetProxyResponse
18154
+ */
17030
18155
  getProxy(request: GetProxyRequest): Promise<GetProxyResponse>;
18156
+ /**
18157
+ * @summary Queries the authorization information about the secure access proxy feature.
18158
+ *
18159
+ * @param request GetProxyAccessRequest
18160
+ * @param runtime runtime options for this request RuntimeOptions
18161
+ * @return GetProxyAccessResponse
18162
+ */
17031
18163
  getProxyAccessWithOptions(request: GetProxyAccessRequest, runtime: $Util.RuntimeOptions): Promise<GetProxyAccessResponse>;
18164
+ /**
18165
+ * @summary Queries the authorization information about the secure access proxy feature.
18166
+ *
18167
+ * @param request GetProxyAccessRequest
18168
+ * @return GetProxyAccessResponse
18169
+ */
17032
18170
  getProxyAccess(request: GetProxyAccessRequest): Promise<GetProxyAccessResponse>;
18171
+ /**
18172
+ * @summary Queries the maximum number of custom service-level agreement (SLA) rules for task orchestration.
18173
+ *
18174
+ * @param request GetRuleNumLimitOfSLARequest
18175
+ * @param runtime runtime options for this request RuntimeOptions
18176
+ * @return GetRuleNumLimitOfSLAResponse
18177
+ */
17033
18178
  getRuleNumLimitOfSLAWithOptions(request: GetRuleNumLimitOfSLARequest, runtime: $Util.RuntimeOptions): Promise<GetRuleNumLimitOfSLAResponse>;
18179
+ /**
18180
+ * @summary Queries the maximum number of custom service-level agreement (SLA) rules for task orchestration.
18181
+ *
18182
+ * @param request GetRuleNumLimitOfSLARequest
18183
+ * @return GetRuleNumLimitOfSLAResponse
18184
+ */
17034
18185
  getRuleNumLimitOfSLA(request: GetRuleNumLimitOfSLARequest): Promise<GetRuleNumLimitOfSLAResponse>;
17035
18186
  /**
17036
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
17037
- *
17038
- * @param request GetSQLReviewCheckResultStatusRequest
17039
- * @param runtime runtime options for this request RuntimeOptions
17040
- * @return GetSQLReviewCheckResultStatusResponse
18187
+ * @summary Queries the result of an SQL review.
18188
+ *
18189
+ * @description For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
18190
+ *
18191
+ * @param request GetSQLReviewCheckResultStatusRequest
18192
+ * @param runtime runtime options for this request RuntimeOptions
18193
+ * @return GetSQLReviewCheckResultStatusResponse
17041
18194
  */
17042
18195
  getSQLReviewCheckResultStatusWithOptions(request: GetSQLReviewCheckResultStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSQLReviewCheckResultStatusResponse>;
17043
18196
  /**
17044
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
17045
- *
17046
- * @param request GetSQLReviewCheckResultStatusRequest
17047
- * @return GetSQLReviewCheckResultStatusResponse
18197
+ * @summary Queries the result of an SQL review.
18198
+ *
18199
+ * @description For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
18200
+ *
18201
+ * @param request GetSQLReviewCheckResultStatusRequest
18202
+ * @return GetSQLReviewCheckResultStatusResponse
17048
18203
  */
17049
18204
  getSQLReviewCheckResultStatus(request: GetSQLReviewCheckResultStatusRequest): Promise<GetSQLReviewCheckResultStatusResponse>;
17050
18205
  /**
17051
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
17052
- *
17053
- * @param request GetSQLReviewOptimizeDetailRequest
17054
- * @param runtime runtime options for this request RuntimeOptions
17055
- * @return GetSQLReviewOptimizeDetailResponse
18206
+ * @summary Queries the details of optimization suggestions. The operation applies only to the tickets for the data changes and SQL review.
18207
+ *
18208
+ * @description For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
18209
+ *
18210
+ * @param request GetSQLReviewOptimizeDetailRequest
18211
+ * @param runtime runtime options for this request RuntimeOptions
18212
+ * @return GetSQLReviewOptimizeDetailResponse
17056
18213
  */
17057
18214
  getSQLReviewOptimizeDetailWithOptions(request: GetSQLReviewOptimizeDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetSQLReviewOptimizeDetailResponse>;
17058
18215
  /**
17059
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
17060
- *
17061
- * @param request GetSQLReviewOptimizeDetailRequest
17062
- * @return GetSQLReviewOptimizeDetailResponse
18216
+ * @summary Queries the details of optimization suggestions. The operation applies only to the tickets for the data changes and SQL review.
18217
+ *
18218
+ * @description For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
18219
+ *
18220
+ * @param request GetSQLReviewOptimizeDetailRequest
18221
+ * @return GetSQLReviewOptimizeDetailResponse
17063
18222
  */
17064
18223
  getSQLReviewOptimizeDetail(request: GetSQLReviewOptimizeDetailRequest): Promise<GetSQLReviewOptimizeDetailResponse>;
18224
+ /**
18225
+ * @summary 获取安全规则
18226
+ *
18227
+ * @param request GetStandardGroupRequest
18228
+ * @param runtime runtime options for this request RuntimeOptions
18229
+ * @return GetStandardGroupResponse
18230
+ */
17065
18231
  getStandardGroupWithOptions(request: GetStandardGroupRequest, runtime: $Util.RuntimeOptions): Promise<GetStandardGroupResponse>;
18232
+ /**
18233
+ * @summary 获取安全规则
18234
+ *
18235
+ * @param request GetStandardGroupRequest
18236
+ * @return GetStandardGroupResponse
18237
+ */
17066
18238
  getStandardGroup(request: GetStandardGroupRequest): Promise<GetStandardGroupResponse>;
18239
+ /**
18240
+ * @summary Queries the SQL statements that are involved in a schema synchronization ticket.
18241
+ *
18242
+ * @param request GetStructSyncExecSqlDetailRequest
18243
+ * @param runtime runtime options for this request RuntimeOptions
18244
+ * @return GetStructSyncExecSqlDetailResponse
18245
+ */
17067
18246
  getStructSyncExecSqlDetailWithOptions(request: GetStructSyncExecSqlDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetStructSyncExecSqlDetailResponse>;
18247
+ /**
18248
+ * @summary Queries the SQL statements that are involved in a schema synchronization ticket.
18249
+ *
18250
+ * @param request GetStructSyncExecSqlDetailRequest
18251
+ * @return GetStructSyncExecSqlDetailResponse
18252
+ */
17068
18253
  getStructSyncExecSqlDetail(request: GetStructSyncExecSqlDetailRequest): Promise<GetStructSyncExecSqlDetailResponse>;
18254
+ /**
18255
+ * @summary Queries the analysis result of a schema synchronization task.
18256
+ *
18257
+ * @param request GetStructSyncJobAnalyzeResultRequest
18258
+ * @param runtime runtime options for this request RuntimeOptions
18259
+ * @return GetStructSyncJobAnalyzeResultResponse
18260
+ */
17069
18261
  getStructSyncJobAnalyzeResultWithOptions(request: GetStructSyncJobAnalyzeResultRequest, runtime: $Util.RuntimeOptions): Promise<GetStructSyncJobAnalyzeResultResponse>;
18262
+ /**
18263
+ * @summary Queries the analysis result of a schema synchronization task.
18264
+ *
18265
+ * @param request GetStructSyncJobAnalyzeResultRequest
18266
+ * @return GetStructSyncJobAnalyzeResultResponse
18267
+ */
17070
18268
  getStructSyncJobAnalyzeResult(request: GetStructSyncJobAnalyzeResultRequest): Promise<GetStructSyncJobAnalyzeResultResponse>;
18269
+ /**
18270
+ * @summary Queries the information of a schema synchronization task.
18271
+ *
18272
+ * @param request GetStructSyncJobDetailRequest
18273
+ * @param runtime runtime options for this request RuntimeOptions
18274
+ * @return GetStructSyncJobDetailResponse
18275
+ */
17071
18276
  getStructSyncJobDetailWithOptions(request: GetStructSyncJobDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetStructSyncJobDetailResponse>;
18277
+ /**
18278
+ * @summary Queries the information of a schema synchronization task.
18279
+ *
18280
+ * @param request GetStructSyncJobDetailRequest
18281
+ * @return GetStructSyncJobDetailResponse
18282
+ */
17072
18283
  getStructSyncJobDetail(request: GetStructSyncJobDetailRequest): Promise<GetStructSyncJobDetailResponse>;
18284
+ /**
18285
+ * @summary Queries the details of a schema synchronization ticket.
18286
+ *
18287
+ * @param request GetStructSyncOrderDetailRequest
18288
+ * @param runtime runtime options for this request RuntimeOptions
18289
+ * @return GetStructSyncOrderDetailResponse
18290
+ */
17073
18291
  getStructSyncOrderDetailWithOptions(request: GetStructSyncOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetStructSyncOrderDetailResponse>;
18292
+ /**
18293
+ * @summary Queries the details of a schema synchronization ticket.
18294
+ *
18295
+ * @param request GetStructSyncOrderDetailRequest
18296
+ * @return GetStructSyncOrderDetailResponse
18297
+ */
17074
18298
  getStructSyncOrderDetail(request: GetStructSyncOrderDetailRequest): Promise<GetStructSyncOrderDetailResponse>;
18299
+ /**
18300
+ * @summary Queries the topology of a data table.
18301
+ *
18302
+ * @param request GetTableDBTopologyRequest
18303
+ * @param runtime runtime options for this request RuntimeOptions
18304
+ * @return GetTableDBTopologyResponse
18305
+ */
17075
18306
  getTableDBTopologyWithOptions(request: GetTableDBTopologyRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDBTopologyResponse>;
18307
+ /**
18308
+ * @summary Queries the topology of a data table.
18309
+ *
18310
+ * @param request GetTableDBTopologyRequest
18311
+ * @return GetTableDBTopologyResponse
18312
+ */
17076
18313
  getTableDBTopology(request: GetTableDBTopologyRequest): Promise<GetTableDBTopologyResponse>;
18314
+ /**
18315
+ * @summary 获取结构设计项目的流程信息
18316
+ *
18317
+ * @param request GetTableDesignProjectFlowRequest
18318
+ * @param runtime runtime options for this request RuntimeOptions
18319
+ * @return GetTableDesignProjectFlowResponse
18320
+ */
18321
+ getTableDesignProjectFlowWithOptions(request: GetTableDesignProjectFlowRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDesignProjectFlowResponse>;
18322
+ /**
18323
+ * @summary 获取结构设计项目的流程信息
18324
+ *
18325
+ * @param request GetTableDesignProjectFlowRequest
18326
+ * @return GetTableDesignProjectFlowResponse
18327
+ */
18328
+ getTableDesignProjectFlow(request: GetTableDesignProjectFlowRequest): Promise<GetTableDesignProjectFlowResponse>;
18329
+ /**
18330
+ * @summary 获取结构设计项目的详细信息
18331
+ *
18332
+ * @param request GetTableDesignProjectInfoRequest
18333
+ * @param runtime runtime options for this request RuntimeOptions
18334
+ * @return GetTableDesignProjectInfoResponse
18335
+ */
18336
+ getTableDesignProjectInfoWithOptions(request: GetTableDesignProjectInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDesignProjectInfoResponse>;
18337
+ /**
18338
+ * @summary 获取结构设计项目的详细信息
18339
+ *
18340
+ * @param request GetTableDesignProjectInfoRequest
18341
+ * @return GetTableDesignProjectInfoResponse
18342
+ */
18343
+ getTableDesignProjectInfo(request: GetTableDesignProjectInfoRequest): Promise<GetTableDesignProjectInfoResponse>;
18344
+ /**
18345
+ * @summary Queries the topology of a table.
18346
+ *
18347
+ * @param request GetTableTopologyRequest
18348
+ * @param runtime runtime options for this request RuntimeOptions
18349
+ * @return GetTableTopologyResponse
18350
+ */
17077
18351
  getTableTopologyWithOptions(request: GetTableTopologyRequest, runtime: $Util.RuntimeOptions): Promise<GetTableTopologyResponse>;
18352
+ /**
18353
+ * @summary Queries the topology of a table.
18354
+ *
18355
+ * @param request GetTableTopologyRequest
18356
+ * @return GetTableTopologyResponse
18357
+ */
17078
18358
  getTableTopology(request: GetTableTopologyRequest): Promise<GetTableTopologyResponse>;
18359
+ /**
18360
+ * @summary Queries the configurations, including time variables, of a specified task node based on the task node ID.
18361
+ *
18362
+ * @param request GetTaskRequest
18363
+ * @param runtime runtime options for this request RuntimeOptions
18364
+ * @return GetTaskResponse
18365
+ */
17079
18366
  getTaskWithOptions(request: GetTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetTaskResponse>;
18367
+ /**
18368
+ * @summary Queries the configurations, including time variables, of a specified task node based on the task node ID.
18369
+ *
18370
+ * @param request GetTaskRequest
18371
+ * @return GetTaskResponse
18372
+ */
17080
18373
  getTask(request: GetTaskRequest): Promise<GetTaskResponse>;
18374
+ /**
18375
+ * @summary Queries the Directed Acyclic Graph (DAG) of a task flow.
18376
+ *
18377
+ * @param request GetTaskFlowGraphRequest
18378
+ * @param runtime runtime options for this request RuntimeOptions
18379
+ * @return GetTaskFlowGraphResponse
18380
+ */
17081
18381
  getTaskFlowGraphWithOptions(request: GetTaskFlowGraphRequest, runtime: $Util.RuntimeOptions): Promise<GetTaskFlowGraphResponse>;
18382
+ /**
18383
+ * @summary Queries the Directed Acyclic Graph (DAG) of a task flow.
18384
+ *
18385
+ * @param request GetTaskFlowGraphRequest
18386
+ * @return GetTaskFlowGraphResponse
18387
+ */
17082
18388
  getTaskFlowGraph(request: GetTaskFlowGraphRequest): Promise<GetTaskFlowGraphResponse>;
18389
+ /**
18390
+ * @summary Queries the notification settings for task flows.
18391
+ *
18392
+ * @param request GetTaskFlowNotificationRequest
18393
+ * @param runtime runtime options for this request RuntimeOptions
18394
+ * @return GetTaskFlowNotificationResponse
18395
+ */
17083
18396
  getTaskFlowNotificationWithOptions(request: GetTaskFlowNotificationRequest, runtime: $Util.RuntimeOptions): Promise<GetTaskFlowNotificationResponse>;
18397
+ /**
18398
+ * @summary Queries the notification settings for task flows.
18399
+ *
18400
+ * @param request GetTaskFlowNotificationRequest
18401
+ * @return GetTaskFlowNotificationResponse
18402
+ */
17084
18403
  getTaskFlowNotification(request: GetTaskFlowNotificationRequest): Promise<GetTaskFlowNotificationResponse>;
18404
+ /**
18405
+ * @summary Queries the information about the nodes in an execution record of a task flow.
18406
+ *
18407
+ * @param request GetTaskInstanceRelationRequest
18408
+ * @param runtime runtime options for this request RuntimeOptions
18409
+ * @return GetTaskInstanceRelationResponse
18410
+ */
17085
18411
  getTaskInstanceRelationWithOptions(request: GetTaskInstanceRelationRequest, runtime: $Util.RuntimeOptions): Promise<GetTaskInstanceRelationResponse>;
18412
+ /**
18413
+ * @summary Queries the information about the nodes in an execution record of a task flow.
18414
+ *
18415
+ * @param request GetTaskInstanceRelationRequest
18416
+ * @return GetTaskInstanceRelationResponse
18417
+ */
17086
18418
  getTaskInstanceRelation(request: GetTaskInstanceRelationRequest): Promise<GetTaskInstanceRelationResponse>;
18419
+ /**
18420
+ * @summary Queries the information about a user.
18421
+ *
18422
+ * @param request GetUserRequest
18423
+ * @param runtime runtime options for this request RuntimeOptions
18424
+ * @return GetUserResponse
18425
+ */
17087
18426
  getUserWithOptions(request: GetUserRequest, runtime: $Util.RuntimeOptions): Promise<GetUserResponse>;
18427
+ /**
18428
+ * @summary Queries the information about a user.
18429
+ *
18430
+ * @param request GetUserRequest
18431
+ * @return GetUserResponse
18432
+ */
17088
18433
  getUser(request: GetUserRequest): Promise<GetUserResponse>;
18434
+ /**
18435
+ * @summary Queries details of the active tenant.
18436
+ *
18437
+ * @param request GetUserActiveTenantRequest
18438
+ * @param runtime runtime options for this request RuntimeOptions
18439
+ * @return GetUserActiveTenantResponse
18440
+ */
17089
18441
  getUserActiveTenantWithOptions(request: GetUserActiveTenantRequest, runtime: $Util.RuntimeOptions): Promise<GetUserActiveTenantResponse>;
18442
+ /**
18443
+ * @summary Queries details of the active tenant.
18444
+ *
18445
+ * @param request GetUserActiveTenantRequest
18446
+ * @return GetUserActiveTenantResponse
18447
+ */
17090
18448
  getUserActiveTenant(request: GetUserActiveTenantRequest): Promise<GetUserActiveTenantResponse>;
18449
+ /**
18450
+ * @summary Obtains the information of a file upload task.
18451
+ *
18452
+ * @param request GetUserUploadFileJobRequest
18453
+ * @param runtime runtime options for this request RuntimeOptions
18454
+ * @return GetUserUploadFileJobResponse
18455
+ */
17091
18456
  getUserUploadFileJobWithOptions(request: GetUserUploadFileJobRequest, runtime: $Util.RuntimeOptions): Promise<GetUserUploadFileJobResponse>;
18457
+ /**
18458
+ * @summary Obtains the information of a file upload task.
18459
+ *
18460
+ * @param request GetUserUploadFileJobRequest
18461
+ * @return GetUserUploadFileJobResponse
18462
+ */
17092
18463
  getUserUploadFileJob(request: GetUserUploadFileJobRequest): Promise<GetUserUploadFileJobResponse>;
17093
18464
  /**
17094
- * You must be a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
17095
- *
17096
- * @param request GrantTemplateAuthorityRequest
17097
- * @param runtime runtime options for this request RuntimeOptions
17098
- * @return GrantTemplateAuthorityResponse
18465
+ * @summary Grants permissions on resources to users by using a permission template.
18466
+ *
18467
+ * @description You must be a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
18468
+ *
18469
+ * @param request GrantTemplateAuthorityRequest
18470
+ * @param runtime runtime options for this request RuntimeOptions
18471
+ * @return GrantTemplateAuthorityResponse
17099
18472
  */
17100
18473
  grantTemplateAuthorityWithOptions(request: GrantTemplateAuthorityRequest, runtime: $Util.RuntimeOptions): Promise<GrantTemplateAuthorityResponse>;
17101
18474
  /**
17102
- * You must be a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
17103
- *
17104
- * @param request GrantTemplateAuthorityRequest
17105
- * @return GrantTemplateAuthorityResponse
18475
+ * @summary Grants permissions on resources to users by using a permission template.
18476
+ *
18477
+ * @description You must be a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
18478
+ *
18479
+ * @param request GrantTemplateAuthorityRequest
18480
+ * @return GrantTemplateAuthorityResponse
17106
18481
  */
17107
18482
  grantTemplateAuthority(request: GrantTemplateAuthorityRequest): Promise<GrantTemplateAuthorityResponse>;
18483
+ /**
18484
+ * @summary Grants permissions on an instance, a database, or a table to a user.
18485
+ *
18486
+ * @param request GrantUserPermissionRequest
18487
+ * @param runtime runtime options for this request RuntimeOptions
18488
+ * @return GrantUserPermissionResponse
18489
+ */
17108
18490
  grantUserPermissionWithOptions(request: GrantUserPermissionRequest, runtime: $Util.RuntimeOptions): Promise<GrantUserPermissionResponse>;
18491
+ /**
18492
+ * @summary Grants permissions on an instance, a database, or a table to a user.
18493
+ *
18494
+ * @param request GrantUserPermissionRequest
18495
+ * @return GrantUserPermissionResponse
18496
+ */
17109
18497
  grantUserPermission(request: GrantUserPermissionRequest): Promise<GrantUserPermissionResponse>;
18498
+ /**
18499
+ * @summary You can call this operation to obtain the authorization password of the security protection agent InspectProxyAccessSecret.
18500
+ *
18501
+ * @param request InspectProxyAccessSecretRequest
18502
+ * @param runtime runtime options for this request RuntimeOptions
18503
+ * @return InspectProxyAccessSecretResponse
18504
+ */
17110
18505
  inspectProxyAccessSecretWithOptions(request: InspectProxyAccessSecretRequest, runtime: $Util.RuntimeOptions): Promise<InspectProxyAccessSecretResponse>;
18506
+ /**
18507
+ * @summary You can call this operation to obtain the authorization password of the security protection agent InspectProxyAccessSecret.
18508
+ *
18509
+ * @param request InspectProxyAccessSecretRequest
18510
+ * @return InspectProxyAccessSecretResponse
18511
+ */
17111
18512
  inspectProxyAccessSecret(request: InspectProxyAccessSecretRequest): Promise<InspectProxyAccessSecretResponse>;
18513
+ /**
18514
+ * @summary 获取权限模版列表
18515
+ *
18516
+ * @param request ListAuthorityTemplateRequest
18517
+ * @param runtime runtime options for this request RuntimeOptions
18518
+ * @return ListAuthorityTemplateResponse
18519
+ */
17112
18520
  listAuthorityTemplateWithOptions(request: ListAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ListAuthorityTemplateResponse>;
18521
+ /**
18522
+ * @summary 获取权限模版列表
18523
+ *
18524
+ * @param request ListAuthorityTemplateRequest
18525
+ * @return ListAuthorityTemplateResponse
18526
+ */
17113
18527
  listAuthorityTemplate(request: ListAuthorityTemplateRequest): Promise<ListAuthorityTemplateResponse>;
18528
+ /**
18529
+ * @summary Queries the classification templates.
18530
+ *
18531
+ * @param request ListClassificationTemplatesRequest
18532
+ * @param runtime runtime options for this request RuntimeOptions
18533
+ * @return ListClassificationTemplatesResponse
18534
+ */
17114
18535
  listClassificationTemplatesWithOptions(request: ListClassificationTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<ListClassificationTemplatesResponse>;
18536
+ /**
18537
+ * @summary Queries the classification templates.
18538
+ *
18539
+ * @param request ListClassificationTemplatesRequest
18540
+ * @return ListClassificationTemplatesResponse
18541
+ */
17115
18542
  listClassificationTemplates(request: ListClassificationTemplatesRequest): Promise<ListClassificationTemplatesResponse>;
17116
18543
  /**
17117
- * You can call this operation only for database instances whose control mode is Security Collaboration.
17118
- *
17119
- * @param request ListColumnsRequest
17120
- * @param runtime runtime options for this request RuntimeOptions
17121
- * @return ListColumnsResponse
18544
+ * @summary Returns the column information of a table.
18545
+ *
18546
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
18547
+ *
18548
+ * @param request ListColumnsRequest
18549
+ * @param runtime runtime options for this request RuntimeOptions
18550
+ * @return ListColumnsResponse
17122
18551
  */
17123
18552
  listColumnsWithOptions(request: ListColumnsRequest, runtime: $Util.RuntimeOptions): Promise<ListColumnsResponse>;
17124
18553
  /**
17125
- * You can call this operation only for database instances whose control mode is Security Collaboration.
17126
- *
17127
- * @param request ListColumnsRequest
17128
- * @return ListColumnsResponse
18554
+ * @summary Returns the column information of a table.
18555
+ *
18556
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
18557
+ *
18558
+ * @param request ListColumnsRequest
18559
+ * @return ListColumnsResponse
17129
18560
  */
17130
18561
  listColumns(request: ListColumnsRequest): Promise<ListColumnsResponse>;
18562
+ /**
18563
+ * @summary Queries the published versions of a task flow.
18564
+ *
18565
+ * @param request ListDAGVersionsRequest
18566
+ * @param runtime runtime options for this request RuntimeOptions
18567
+ * @return ListDAGVersionsResponse
18568
+ */
17131
18569
  listDAGVersionsWithOptions(request: ListDAGVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListDAGVersionsResponse>;
18570
+ /**
18571
+ * @summary Queries the published versions of a task flow.
18572
+ *
18573
+ * @param request ListDAGVersionsRequest
18574
+ * @return ListDAGVersionsResponse
18575
+ */
17132
18576
  listDAGVersions(request: ListDAGVersionsRequest): Promise<ListDAGVersionsResponse>;
18577
+ /**
18578
+ * @summary Queries a list of SQL tasks.
18579
+ *
18580
+ * @param request ListDBTaskSQLJobRequest
18581
+ * @param runtime runtime options for this request RuntimeOptions
18582
+ * @return ListDBTaskSQLJobResponse
18583
+ */
17133
18584
  listDBTaskSQLJobWithOptions(request: ListDBTaskSQLJobRequest, runtime: $Util.RuntimeOptions): Promise<ListDBTaskSQLJobResponse>;
18585
+ /**
18586
+ * @summary Queries a list of SQL tasks.
18587
+ *
18588
+ * @param request ListDBTaskSQLJobRequest
18589
+ * @return ListDBTaskSQLJobResponse
18590
+ */
17134
18591
  listDBTaskSQLJob(request: ListDBTaskSQLJobRequest): Promise<ListDBTaskSQLJobResponse>;
18592
+ /**
18593
+ * @summary Queries the details of an SQL task.
18594
+ *
18595
+ * @param request ListDBTaskSQLJobDetailRequest
18596
+ * @param runtime runtime options for this request RuntimeOptions
18597
+ * @return ListDBTaskSQLJobDetailResponse
18598
+ */
17135
18599
  listDBTaskSQLJobDetailWithOptions(request: ListDBTaskSQLJobDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListDBTaskSQLJobDetailResponse>;
18600
+ /**
18601
+ * @summary Queries the details of an SQL task.
18602
+ *
18603
+ * @param request ListDBTaskSQLJobDetailRequest
18604
+ * @return ListDBTaskSQLJobDetailResponse
18605
+ */
17136
18606
  listDBTaskSQLJobDetail(request: ListDBTaskSQLJobDetailRequest): Promise<ListDBTaskSQLJobDetailResponse>;
18607
+ /**
18608
+ * @summary Queries the publishing details of a schema design ticket.
18609
+ *
18610
+ * @param request ListDDLPublishRecordsRequest
18611
+ * @param runtime runtime options for this request RuntimeOptions
18612
+ * @return ListDDLPublishRecordsResponse
18613
+ */
17137
18614
  listDDLPublishRecordsWithOptions(request: ListDDLPublishRecordsRequest, runtime: $Util.RuntimeOptions): Promise<ListDDLPublishRecordsResponse>;
18615
+ /**
18616
+ * @summary Queries the publishing details of a schema design ticket.
18617
+ *
18618
+ * @param request ListDDLPublishRecordsRequest
18619
+ * @return ListDDLPublishRecordsResponse
18620
+ */
17138
18621
  listDDLPublishRecords(request: ListDDLPublishRecordsRequest): Promise<ListDDLPublishRecordsResponse>;
17139
18622
  /**
17140
- * For more information about the Normal Data Modify feature, see [Change regular data](~~58419~~).
17141
- *
17142
- * @param request ListDataCorrectPreCheckDBRequest
17143
- * @param runtime runtime options for this request RuntimeOptions
17144
- * @return ListDataCorrectPreCheckDBResponse
18623
+ * @summary Queries the databases that are involved in the precheck of a data change ticket.
18624
+ *
18625
+ * @description For more information about the Normal Data Modify feature, see [Change regular data](https://help.aliyun.com/document_detail/58419.html).
18626
+ *
18627
+ * @param request ListDataCorrectPreCheckDBRequest
18628
+ * @param runtime runtime options for this request RuntimeOptions
18629
+ * @return ListDataCorrectPreCheckDBResponse
17145
18630
  */
17146
18631
  listDataCorrectPreCheckDBWithOptions(request: ListDataCorrectPreCheckDBRequest, runtime: $Util.RuntimeOptions): Promise<ListDataCorrectPreCheckDBResponse>;
17147
18632
  /**
17148
- * For more information about the Normal Data Modify feature, see [Change regular data](~~58419~~).
17149
- *
17150
- * @param request ListDataCorrectPreCheckDBRequest
17151
- * @return ListDataCorrectPreCheckDBResponse
18633
+ * @summary Queries the databases that are involved in the precheck of a data change ticket.
18634
+ *
18635
+ * @description For more information about the Normal Data Modify feature, see [Change regular data](https://help.aliyun.com/document_detail/58419.html).
18636
+ *
18637
+ * @param request ListDataCorrectPreCheckDBRequest
18638
+ * @return ListDataCorrectPreCheckDBResponse
17152
18639
  */
17153
18640
  listDataCorrectPreCheckDB(request: ListDataCorrectPreCheckDBRequest): Promise<ListDataCorrectPreCheckDBResponse>;
17154
18641
  /**
17155
- * For more information about the Normal Data Modify feature, see [Change regular data](~~58419~~).
17156
- *
17157
- * @param request ListDataCorrectPreCheckSQLRequest
17158
- * @param runtime runtime options for this request RuntimeOptions
17159
- * @return ListDataCorrectPreCheckSQLResponse
18642
+ * @summary Queries the precheck information about an SQL statement that is specified in a data change ticket.
18643
+ *
18644
+ * @description For more information about the Normal Data Modify feature, see [Change regular data](https://help.aliyun.com/document_detail/58419.html).
18645
+ *
18646
+ * @param request ListDataCorrectPreCheckSQLRequest
18647
+ * @param runtime runtime options for this request RuntimeOptions
18648
+ * @return ListDataCorrectPreCheckSQLResponse
17160
18649
  */
17161
18650
  listDataCorrectPreCheckSQLWithOptions(request: ListDataCorrectPreCheckSQLRequest, runtime: $Util.RuntimeOptions): Promise<ListDataCorrectPreCheckSQLResponse>;
17162
18651
  /**
17163
- * For more information about the Normal Data Modify feature, see [Change regular data](~~58419~~).
17164
- *
17165
- * @param request ListDataCorrectPreCheckSQLRequest
17166
- * @return ListDataCorrectPreCheckSQLResponse
18652
+ * @summary Queries the precheck information about an SQL statement that is specified in a data change ticket.
18653
+ *
18654
+ * @description For more information about the Normal Data Modify feature, see [Change regular data](https://help.aliyun.com/document_detail/58419.html).
18655
+ *
18656
+ * @param request ListDataCorrectPreCheckSQLRequest
18657
+ * @return ListDataCorrectPreCheckSQLResponse
17167
18658
  */
17168
18659
  listDataCorrectPreCheckSQL(request: ListDataCorrectPreCheckSQLRequest): Promise<ListDataCorrectPreCheckSQLResponse>;
17169
18660
  /**
17170
- * You can call this operation only if the data is imported in security mode in your data import ticket.
17171
- *
17172
- * @param request ListDataImportSQLPreCheckDetailRequest
17173
- * @param runtime runtime options for this request RuntimeOptions
17174
- * @return ListDataImportSQLPreCheckDetailResponse
18661
+ * @summary Queries the precheck information of SQL statements used for data import in a ticket.
18662
+ *
18663
+ * @description You can call this operation only if the data is imported in security mode in your data import ticket.
18664
+ *
18665
+ * @param request ListDataImportSQLPreCheckDetailRequest
18666
+ * @param runtime runtime options for this request RuntimeOptions
18667
+ * @return ListDataImportSQLPreCheckDetailResponse
17175
18668
  */
17176
18669
  listDataImportSQLPreCheckDetailWithOptions(request: ListDataImportSQLPreCheckDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListDataImportSQLPreCheckDetailResponse>;
17177
18670
  /**
17178
- * You can call this operation only if the data is imported in security mode in your data import ticket.
17179
- *
17180
- * @param request ListDataImportSQLPreCheckDetailRequest
17181
- * @return ListDataImportSQLPreCheckDetailResponse
18671
+ * @summary Queries the precheck information of SQL statements used for data import in a ticket.
18672
+ *
18673
+ * @description You can call this operation only if the data is imported in security mode in your data import ticket.
18674
+ *
18675
+ * @param request ListDataImportSQLPreCheckDetailRequest
18676
+ * @return ListDataImportSQLPreCheckDetailResponse
17182
18677
  */
17183
18678
  listDataImportSQLPreCheckDetail(request: ListDataImportSQLPreCheckDetailRequest): Promise<ListDataImportSQLPreCheckDetailResponse>;
17184
18679
  /**
17185
- * You can call this operation only if the data is imported in security mode in your data import ticket.
17186
- *
17187
- * @param request ListDataImportSQLTypeRequest
17188
- * @param runtime runtime options for this request RuntimeOptions
17189
- * @return ListDataImportSQLTypeResponse
18680
+ * @summary Queries the types of SQL statements used for data import in a ticket.
18681
+ *
18682
+ * @description You can call this operation only if the data is imported in security mode in your data import ticket.
18683
+ *
18684
+ * @param request ListDataImportSQLTypeRequest
18685
+ * @param runtime runtime options for this request RuntimeOptions
18686
+ * @return ListDataImportSQLTypeResponse
17190
18687
  */
17191
18688
  listDataImportSQLTypeWithOptions(request: ListDataImportSQLTypeRequest, runtime: $Util.RuntimeOptions): Promise<ListDataImportSQLTypeResponse>;
17192
18689
  /**
17193
- * You can call this operation only if the data is imported in security mode in your data import ticket.
17194
- *
17195
- * @param request ListDataImportSQLTypeRequest
17196
- * @return ListDataImportSQLTypeResponse
18690
+ * @summary Queries the types of SQL statements used for data import in a ticket.
18691
+ *
18692
+ * @description You can call this operation only if the data is imported in security mode in your data import ticket.
18693
+ *
18694
+ * @param request ListDataImportSQLTypeRequest
18695
+ * @return ListDataImportSQLTypeResponse
17197
18696
  */
17198
18697
  listDataImportSQLType(request: ListDataImportSQLTypeRequest): Promise<ListDataImportSQLTypeResponse>;
18698
+ /**
18699
+ * @summary Queries the permissions of users on a database.
18700
+ *
18701
+ * @param request ListDatabaseUserPermssionsRequest
18702
+ * @param runtime runtime options for this request RuntimeOptions
18703
+ * @return ListDatabaseUserPermssionsResponse
18704
+ */
17199
18705
  listDatabaseUserPermssionsWithOptions(request: ListDatabaseUserPermssionsRequest, runtime: $Util.RuntimeOptions): Promise<ListDatabaseUserPermssionsResponse>;
18706
+ /**
18707
+ * @summary Queries the permissions of users on a database.
18708
+ *
18709
+ * @param request ListDatabaseUserPermssionsRequest
18710
+ * @return ListDatabaseUserPermssionsResponse
18711
+ */
17200
18712
  listDatabaseUserPermssions(request: ListDatabaseUserPermssionsRequest): Promise<ListDatabaseUserPermssionsResponse>;
18713
+ /**
18714
+ * @summary Queries the databases in a database instance.
18715
+ *
18716
+ * @param request ListDatabasesRequest
18717
+ * @param runtime runtime options for this request RuntimeOptions
18718
+ * @return ListDatabasesResponse
18719
+ */
17201
18720
  listDatabasesWithOptions(request: ListDatabasesRequest, runtime: $Util.RuntimeOptions): Promise<ListDatabasesResponse>;
18721
+ /**
18722
+ * @summary Queries the databases in a database instance.
18723
+ *
18724
+ * @param request ListDatabasesRequest
18725
+ * @return ListDatabasesResponse
18726
+ */
17202
18727
  listDatabases(request: ListDatabasesRequest): Promise<ListDatabasesResponse>;
18728
+ /**
18729
+ * @summary Queries the default service level agreement (SLA) timeout rules.
18730
+ *
18731
+ * @param request ListDefaultSLARulesRequest
18732
+ * @param runtime runtime options for this request RuntimeOptions
18733
+ * @return ListDefaultSLARulesResponse
18734
+ */
17203
18735
  listDefaultSLARulesWithOptions(request: ListDefaultSLARulesRequest, runtime: $Util.RuntimeOptions): Promise<ListDefaultSLARulesResponse>;
18736
+ /**
18737
+ * @summary Queries the default service level agreement (SLA) timeout rules.
18738
+ *
18739
+ * @param request ListDefaultSLARulesRequest
18740
+ * @return ListDefaultSLARulesResponse
18741
+ */
17204
18742
  listDefaultSLARules(request: ListDefaultSLARulesRequest): Promise<ListDefaultSLARulesResponse>;
18743
+ /**
18744
+ * @summary Queries masking rules.
18745
+ *
18746
+ * @param request ListDesensitizationRuleRequest
18747
+ * @param runtime runtime options for this request RuntimeOptions
18748
+ * @return ListDesensitizationRuleResponse
18749
+ */
17205
18750
  listDesensitizationRuleWithOptions(request: ListDesensitizationRuleRequest, runtime: $Util.RuntimeOptions): Promise<ListDesensitizationRuleResponse>;
18751
+ /**
18752
+ * @summary Queries masking rules.
18753
+ *
18754
+ * @param request ListDesensitizationRuleRequest
18755
+ * @return ListDesensitizationRuleResponse
18756
+ */
17206
18757
  listDesensitizationRule(request: ListDesensitizationRuleRequest): Promise<ListDesensitizationRuleResponse>;
18758
+ /**
18759
+ * @summary Queries valid orders.
18760
+ *
18761
+ * @param request ListEffectiveOrdersRequest
18762
+ * @param runtime runtime options for this request RuntimeOptions
18763
+ * @return ListEffectiveOrdersResponse
18764
+ */
17207
18765
  listEffectiveOrdersWithOptions(request: ListEffectiveOrdersRequest, runtime: $Util.RuntimeOptions): Promise<ListEffectiveOrdersResponse>;
18766
+ /**
18767
+ * @summary Queries valid orders.
18768
+ *
18769
+ * @param request ListEffectiveOrdersRequest
18770
+ * @return ListEffectiveOrdersResponse
18771
+ */
17208
18772
  listEffectiveOrders(request: ListEffectiveOrdersRequest): Promise<ListEffectiveOrdersResponse>;
18773
+ /**
18774
+ * @summary Queries the indexes of a table.
18775
+ *
18776
+ * @param request ListIndexesRequest
18777
+ * @param runtime runtime options for this request RuntimeOptions
18778
+ * @return ListIndexesResponse
18779
+ */
17209
18780
  listIndexesWithOptions(request: ListIndexesRequest, runtime: $Util.RuntimeOptions): Promise<ListIndexesResponse>;
18781
+ /**
18782
+ * @summary Queries the indexes of a table.
18783
+ *
18784
+ * @param request ListIndexesRequest
18785
+ * @return ListIndexesResponse
18786
+ */
17210
18787
  listIndexes(request: ListIndexesRequest): Promise<ListIndexesResponse>;
18788
+ /**
18789
+ * @summary Queries the logon records of an instance.
18790
+ *
18791
+ * @param request ListInstanceLoginAuditLogRequest
18792
+ * @param runtime runtime options for this request RuntimeOptions
18793
+ * @return ListInstanceLoginAuditLogResponse
18794
+ */
17211
18795
  listInstanceLoginAuditLogWithOptions(request: ListInstanceLoginAuditLogRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceLoginAuditLogResponse>;
18796
+ /**
18797
+ * @summary Queries the logon records of an instance.
18798
+ *
18799
+ * @param request ListInstanceLoginAuditLogRequest
18800
+ * @return ListInstanceLoginAuditLogResponse
18801
+ */
17212
18802
  listInstanceLoginAuditLog(request: ListInstanceLoginAuditLogRequest): Promise<ListInstanceLoginAuditLogResponse>;
18803
+ /**
18804
+ * @summary Queries the permissions of a user on a specific instance.
18805
+ *
18806
+ * @param request ListInstanceUserPermissionsRequest
18807
+ * @param runtime runtime options for this request RuntimeOptions
18808
+ * @return ListInstanceUserPermissionsResponse
18809
+ */
17213
18810
  listInstanceUserPermissionsWithOptions(request: ListInstanceUserPermissionsRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceUserPermissionsResponse>;
18811
+ /**
18812
+ * @summary Queries the permissions of a user on a specific instance.
18813
+ *
18814
+ * @param request ListInstanceUserPermissionsRequest
18815
+ * @return ListInstanceUserPermissionsResponse
18816
+ */
17214
18817
  listInstanceUserPermissions(request: ListInstanceUserPermissionsRequest): Promise<ListInstanceUserPermissionsResponse>;
18818
+ /**
18819
+ * @summary Queries the information about database instances.
18820
+ *
18821
+ * @param request ListInstancesRequest
18822
+ * @param runtime runtime options for this request RuntimeOptions
18823
+ * @return ListInstancesResponse
18824
+ */
17215
18825
  listInstancesWithOptions(request: ListInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancesResponse>;
18826
+ /**
18827
+ * @summary Queries the information about database instances.
18828
+ *
18829
+ * @param request ListInstancesRequest
18830
+ * @return ListInstancesResponse
18831
+ */
17216
18832
  listInstances(request: ListInstancesRequest): Promise<ListInstancesResponse>;
17217
18833
  /**
17218
- * * Before you call this operation, make sure that you have the access permissions on the workspace. If you do not have the access permissions on the workspace, you can contact a DMS administrator, database administrator (DBA), or workspace administrator to add you as a member of the workspace. The [AddLhMembers](~~424759~~) operation can be called to add a workspace member.
17219
- * * If you are a DMS administrator or a workspace administrator, you can query the business scenarios and task flows related to a user in a workspace based on the user ID.
17220
- *
17221
- * @param request ListLhTaskFlowAndScenarioRequest
17222
- * @param runtime runtime options for this request RuntimeOptions
17223
- * @return ListLhTaskFlowAndScenarioResponse
18834
+ * @summary Queries the task flows corresponding to a specific business scenario in a workspace in Data Management (DMS).
18835
+ *
18836
+ * @description * Before you call this operation, make sure that you have the access permissions on the workspace. If you do not have the access permissions on the workspace, you can contact a DMS administrator, database administrator (DBA), or workspace administrator to add you as a member of the workspace. The [AddLhMembers](https://help.aliyun.com/document_detail/424759.html) operation can be called to add a workspace member.
18837
+ * * If you are a DMS administrator or a workspace administrator, you can query the business scenarios and task flows related to a user in a workspace based on the user ID.
18838
+ *
18839
+ * @param request ListLhTaskFlowAndScenarioRequest
18840
+ * @param runtime runtime options for this request RuntimeOptions
18841
+ * @return ListLhTaskFlowAndScenarioResponse
17224
18842
  */
17225
18843
  listLhTaskFlowAndScenarioWithOptions(request: ListLhTaskFlowAndScenarioRequest, runtime: $Util.RuntimeOptions): Promise<ListLhTaskFlowAndScenarioResponse>;
17226
18844
  /**
17227
- * * Before you call this operation, make sure that you have the access permissions on the workspace. If you do not have the access permissions on the workspace, you can contact a DMS administrator, database administrator (DBA), or workspace administrator to add you as a member of the workspace. The [AddLhMembers](~~424759~~) operation can be called to add a workspace member.
17228
- * * If you are a DMS administrator or a workspace administrator, you can query the business scenarios and task flows related to a user in a workspace based on the user ID.
17229
- *
17230
- * @param request ListLhTaskFlowAndScenarioRequest
17231
- * @return ListLhTaskFlowAndScenarioResponse
18845
+ * @summary Queries the task flows corresponding to a specific business scenario in a workspace in Data Management (DMS).
18846
+ *
18847
+ * @description * Before you call this operation, make sure that you have the access permissions on the workspace. If you do not have the access permissions on the workspace, you can contact a DMS administrator, database administrator (DBA), or workspace administrator to add you as a member of the workspace. The [AddLhMembers](https://help.aliyun.com/document_detail/424759.html) operation can be called to add a workspace member.
18848
+ * * If you are a DMS administrator or a workspace administrator, you can query the business scenarios and task flows related to a user in a workspace based on the user ID.
18849
+ *
18850
+ * @param request ListLhTaskFlowAndScenarioRequest
18851
+ * @return ListLhTaskFlowAndScenarioResponse
17232
18852
  */
17233
18853
  listLhTaskFlowAndScenario(request: ListLhTaskFlowAndScenarioRequest): Promise<ListLhTaskFlowAndScenarioResponse>;
18854
+ /**
18855
+ * @summary Queries the details of logical databases.
18856
+ *
18857
+ * @param request ListLogicDatabasesRequest
18858
+ * @param runtime runtime options for this request RuntimeOptions
18859
+ * @return ListLogicDatabasesResponse
18860
+ */
17234
18861
  listLogicDatabasesWithOptions(request: ListLogicDatabasesRequest, runtime: $Util.RuntimeOptions): Promise<ListLogicDatabasesResponse>;
18862
+ /**
18863
+ * @summary Queries the details of logical databases.
18864
+ *
18865
+ * @param request ListLogicDatabasesRequest
18866
+ * @return ListLogicDatabasesResponse
18867
+ */
17235
18868
  listLogicDatabases(request: ListLogicDatabasesRequest): Promise<ListLogicDatabasesResponse>;
18869
+ /**
18870
+ * @summary Queries the routing algorithms of a logical table.
18871
+ *
18872
+ * @param request ListLogicTableRouteConfigRequest
18873
+ * @param runtime runtime options for this request RuntimeOptions
18874
+ * @return ListLogicTableRouteConfigResponse
18875
+ */
17236
18876
  listLogicTableRouteConfigWithOptions(request: ListLogicTableRouteConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListLogicTableRouteConfigResponse>;
18877
+ /**
18878
+ * @summary Queries the routing algorithms of a logical table.
18879
+ *
18880
+ * @param request ListLogicTableRouteConfigRequest
18881
+ * @return ListLogicTableRouteConfigResponse
18882
+ */
17237
18883
  listLogicTableRouteConfig(request: ListLogicTableRouteConfigRequest): Promise<ListLogicTableRouteConfigResponse>;
18884
+ /**
18885
+ * @summary Queries the details of the logical tables in a logical database.
18886
+ *
18887
+ * @param request ListLogicTablesRequest
18888
+ * @param runtime runtime options for this request RuntimeOptions
18889
+ * @return ListLogicTablesResponse
18890
+ */
17238
18891
  listLogicTablesWithOptions(request: ListLogicTablesRequest, runtime: $Util.RuntimeOptions): Promise<ListLogicTablesResponse>;
18892
+ /**
18893
+ * @summary Queries the details of the logical tables in a logical database.
18894
+ *
18895
+ * @param request ListLogicTablesRequest
18896
+ * @return ListLogicTablesResponse
18897
+ */
17239
18898
  listLogicTables(request: ListLogicTablesRequest): Promise<ListLogicTablesResponse>;
18899
+ /**
18900
+ * @summary Queries tickets in Data Management (DMS).
18901
+ *
18902
+ * @param request ListOrdersRequest
18903
+ * @param runtime runtime options for this request RuntimeOptions
18904
+ * @return ListOrdersResponse
18905
+ */
17240
18906
  listOrdersWithOptions(request: ListOrdersRequest, runtime: $Util.RuntimeOptions): Promise<ListOrdersResponse>;
18907
+ /**
18908
+ * @summary Queries tickets in Data Management (DMS).
18909
+ *
18910
+ * @param request ListOrdersRequest
18911
+ * @return ListOrdersResponse
18912
+ */
17241
18913
  listOrders(request: ListOrdersRequest): Promise<ListOrdersResponse>;
18914
+ /**
18915
+ * @summary Queries the proxies that are generated by the secure access proxy feature.
18916
+ *
18917
+ * @param request ListProxiesRequest
18918
+ * @param runtime runtime options for this request RuntimeOptions
18919
+ * @return ListProxiesResponse
18920
+ */
17242
18921
  listProxiesWithOptions(request: ListProxiesRequest, runtime: $Util.RuntimeOptions): Promise<ListProxiesResponse>;
18922
+ /**
18923
+ * @summary Queries the proxies that are generated by the secure access proxy feature.
18924
+ *
18925
+ * @param request ListProxiesRequest
18926
+ * @return ListProxiesResponse
18927
+ */
17243
18928
  listProxies(request: ListProxiesRequest): Promise<ListProxiesResponse>;
18929
+ /**
18930
+ * @summary Queries information about users that are authorized to access a database instance by using the secure access proxy feature.
18931
+ *
18932
+ * @param request ListProxyAccessesRequest
18933
+ * @param runtime runtime options for this request RuntimeOptions
18934
+ * @return ListProxyAccessesResponse
18935
+ */
17244
18936
  listProxyAccessesWithOptions(request: ListProxyAccessesRequest, runtime: $Util.RuntimeOptions): Promise<ListProxyAccessesResponse>;
18937
+ /**
18938
+ * @summary Queries information about users that are authorized to access a database instance by using the secure access proxy feature.
18939
+ *
18940
+ * @param request ListProxyAccessesRequest
18941
+ * @return ListProxyAccessesResponse
18942
+ */
17245
18943
  listProxyAccesses(request: ListProxyAccessesRequest): Promise<ListProxyAccessesResponse>;
18944
+ /**
18945
+ * @summary 操作审计-数据安全代理SQL执行列表
18946
+ *
18947
+ * @param request ListProxySQLExecAuditLogRequest
18948
+ * @param runtime runtime options for this request RuntimeOptions
18949
+ * @return ListProxySQLExecAuditLogResponse
18950
+ */
17246
18951
  listProxySQLExecAuditLogWithOptions(request: ListProxySQLExecAuditLogRequest, runtime: $Util.RuntimeOptions): Promise<ListProxySQLExecAuditLogResponse>;
18952
+ /**
18953
+ * @summary 操作审计-数据安全代理SQL执行列表
18954
+ *
18955
+ * @param request ListProxySQLExecAuditLogRequest
18956
+ * @return ListProxySQLExecAuditLogResponse
18957
+ */
17247
18958
  listProxySQLExecAuditLog(request: ListProxySQLExecAuditLogRequest): Promise<ListProxySQLExecAuditLogResponse>;
18959
+ /**
18960
+ * @summary Queries the custom service level agreement (SLA) rules.
18961
+ *
18962
+ * @param request ListSLARulesRequest
18963
+ * @param runtime runtime options for this request RuntimeOptions
18964
+ * @return ListSLARulesResponse
18965
+ */
17248
18966
  listSLARulesWithOptions(request: ListSLARulesRequest, runtime: $Util.RuntimeOptions): Promise<ListSLARulesResponse>;
18967
+ /**
18968
+ * @summary Queries the custom service level agreement (SLA) rules.
18969
+ *
18970
+ * @param request ListSLARulesRequest
18971
+ * @return ListSLARulesResponse
18972
+ */
17249
18973
  listSLARules(request: ListSLARulesRequest): Promise<ListSLARulesResponse>;
18974
+ /**
18975
+ * @summary Queries SQL statements that were written on the SQLConsole tab.
18976
+ *
18977
+ * @param request ListSQLExecAuditLogRequest
18978
+ * @param runtime runtime options for this request RuntimeOptions
18979
+ * @return ListSQLExecAuditLogResponse
18980
+ */
17250
18981
  listSQLExecAuditLogWithOptions(request: ListSQLExecAuditLogRequest, runtime: $Util.RuntimeOptions): Promise<ListSQLExecAuditLogResponse>;
18982
+ /**
18983
+ * @summary Queries SQL statements that were written on the SQLConsole tab.
18984
+ *
18985
+ * @param request ListSQLExecAuditLogRequest
18986
+ * @return ListSQLExecAuditLogResponse
18987
+ */
17251
18988
  listSQLExecAuditLog(request: ListSQLExecAuditLogRequest): Promise<ListSQLExecAuditLogResponse>;
17252
18989
  /**
17253
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
17254
- *
17255
- * @param tmpReq ListSQLReviewOriginSQLRequest
17256
- * @param runtime runtime options for this request RuntimeOptions
17257
- * @return ListSQLReviewOriginSQLResponse
18990
+ * @summary Queries the details of the SQL statements that are involved in an SQL review ticket.
18991
+ *
18992
+ * @description For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
18993
+ *
18994
+ * @param tmpReq ListSQLReviewOriginSQLRequest
18995
+ * @param runtime runtime options for this request RuntimeOptions
18996
+ * @return ListSQLReviewOriginSQLResponse
17258
18997
  */
17259
18998
  listSQLReviewOriginSQLWithOptions(tmpReq: ListSQLReviewOriginSQLRequest, runtime: $Util.RuntimeOptions): Promise<ListSQLReviewOriginSQLResponse>;
17260
18999
  /**
17261
- * For more information about the SQL review feature, see [SQL review](~~60374~~).
17262
- *
17263
- * @param request ListSQLReviewOriginSQLRequest
17264
- * @return ListSQLReviewOriginSQLResponse
19000
+ * @summary Queries the details of the SQL statements that are involved in an SQL review ticket.
19001
+ *
19002
+ * @description For more information about the SQL review feature, see [SQL review](https://help.aliyun.com/document_detail/60374.html).
19003
+ *
19004
+ * @param request ListSQLReviewOriginSQLRequest
19005
+ * @return ListSQLReviewOriginSQLResponse
17265
19006
  */
17266
19007
  listSQLReviewOriginSQL(request: ListSQLReviewOriginSQLRequest): Promise<ListSQLReviewOriginSQLResponse>;
19008
+ /**
19009
+ * @summary Queries business scenarios.
19010
+ *
19011
+ * @param request ListScenariosRequest
19012
+ * @param runtime runtime options for this request RuntimeOptions
19013
+ * @return ListScenariosResponse
19014
+ */
17267
19015
  listScenariosWithOptions(request: ListScenariosRequest, runtime: $Util.RuntimeOptions): Promise<ListScenariosResponse>;
19016
+ /**
19017
+ * @summary Queries business scenarios.
19018
+ *
19019
+ * @param request ListScenariosRequest
19020
+ * @return ListScenariosResponse
19021
+ */
17268
19022
  listScenarios(request: ListScenariosRequest): Promise<ListScenariosResponse>;
19023
+ /**
19024
+ * @summary 获取敏感字段信息
19025
+ *
19026
+ * @param request ListSensitiveColumnInfoRequest
19027
+ * @param runtime runtime options for this request RuntimeOptions
19028
+ * @return ListSensitiveColumnInfoResponse
19029
+ */
17269
19030
  listSensitiveColumnInfoWithOptions(request: ListSensitiveColumnInfoRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveColumnInfoResponse>;
19031
+ /**
19032
+ * @summary 获取敏感字段信息
19033
+ *
19034
+ * @param request ListSensitiveColumnInfoRequest
19035
+ * @return ListSensitiveColumnInfoResponse
19036
+ */
17270
19037
  listSensitiveColumnInfo(request: ListSensitiveColumnInfoRequest): Promise<ListSensitiveColumnInfoResponse>;
19038
+ /**
19039
+ * @summary Queries sensitive fields in a table of a database.
19040
+ *
19041
+ * @param request ListSensitiveColumnsRequest
19042
+ * @param runtime runtime options for this request RuntimeOptions
19043
+ * @return ListSensitiveColumnsResponse
19044
+ */
17271
19045
  listSensitiveColumnsWithOptions(request: ListSensitiveColumnsRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveColumnsResponse>;
19046
+ /**
19047
+ * @summary Queries sensitive fields in a table of a database.
19048
+ *
19049
+ * @param request ListSensitiveColumnsRequest
19050
+ * @return ListSensitiveColumnsResponse
19051
+ */
17272
19052
  listSensitiveColumns(request: ListSensitiveColumnsRequest): Promise<ListSensitiveColumnsResponse>;
19053
+ /**
19054
+ * @summary Queries the details of a sensitive field.
19055
+ *
19056
+ * @param request ListSensitiveColumnsDetailRequest
19057
+ * @param runtime runtime options for this request RuntimeOptions
19058
+ * @return ListSensitiveColumnsDetailResponse
19059
+ */
17273
19060
  listSensitiveColumnsDetailWithOptions(request: ListSensitiveColumnsDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveColumnsDetailResponse>;
19061
+ /**
19062
+ * @summary Queries the details of a sensitive field.
19063
+ *
19064
+ * @param request ListSensitiveColumnsDetailRequest
19065
+ * @return ListSensitiveColumnsDetailResponse
19066
+ */
17274
19067
  listSensitiveColumnsDetail(request: ListSensitiveColumnsDetailRequest): Promise<ListSensitiveColumnsDetailResponse>;
19068
+ /**
19069
+ * @summary Queries the audit logs for sensitive information.
19070
+ *
19071
+ * @param request ListSensitiveDataAuditLogRequest
19072
+ * @param runtime runtime options for this request RuntimeOptions
19073
+ * @return ListSensitiveDataAuditLogResponse
19074
+ */
17275
19075
  listSensitiveDataAuditLogWithOptions(request: ListSensitiveDataAuditLogRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveDataAuditLogResponse>;
19076
+ /**
19077
+ * @summary Queries the audit logs for sensitive information.
19078
+ *
19079
+ * @param request ListSensitiveDataAuditLogRequest
19080
+ * @return ListSensitiveDataAuditLogResponse
19081
+ */
17276
19082
  listSensitiveDataAuditLog(request: ListSensitiveDataAuditLogRequest): Promise<ListSensitiveDataAuditLogResponse>;
19083
+ /**
19084
+ * @summary Queries the sensitivity levels of a classification template.
19085
+ *
19086
+ * @param request ListSensitivityLevelRequest
19087
+ * @param runtime runtime options for this request RuntimeOptions
19088
+ * @return ListSensitivityLevelResponse
19089
+ */
17277
19090
  listSensitivityLevelWithOptions(request: ListSensitivityLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitivityLevelResponse>;
19091
+ /**
19092
+ * @summary Queries the sensitivity levels of a classification template.
19093
+ *
19094
+ * @param request ListSensitivityLevelRequest
19095
+ * @return ListSensitivityLevelResponse
19096
+ */
17278
19097
  listSensitivityLevel(request: ListSensitivityLevelRequest): Promise<ListSensitivityLevelResponse>;
19098
+ /**
19099
+ * @summary Queries security rule sets.
19100
+ *
19101
+ * @param request ListStandardGroupsRequest
19102
+ * @param runtime runtime options for this request RuntimeOptions
19103
+ * @return ListStandardGroupsResponse
19104
+ */
17279
19105
  listStandardGroupsWithOptions(request: ListStandardGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListStandardGroupsResponse>;
19106
+ /**
19107
+ * @summary Queries security rule sets.
19108
+ *
19109
+ * @param request ListStandardGroupsRequest
19110
+ * @return ListStandardGroupsResponse
19111
+ */
17280
19112
  listStandardGroups(request: ListStandardGroupsRequest): Promise<ListStandardGroupsResponse>;
17281
19113
  /**
17282
- * You can call this operation only for database instances whose control mode is Security Collaboration.
17283
- *
17284
- * @param request ListTablesRequest
17285
- * @param runtime runtime options for this request RuntimeOptions
17286
- * @return ListTablesResponse
19114
+ * @summary Queries the tables in a database.
19115
+ *
19116
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
19117
+ *
19118
+ * @param request ListTablesRequest
19119
+ * @param runtime runtime options for this request RuntimeOptions
19120
+ * @return ListTablesResponse
17287
19121
  */
17288
19122
  listTablesWithOptions(request: ListTablesRequest, runtime: $Util.RuntimeOptions): Promise<ListTablesResponse>;
17289
19123
  /**
17290
- * You can call this operation only for database instances whose control mode is Security Collaboration.
17291
- *
17292
- * @param request ListTablesRequest
17293
- * @return ListTablesResponse
19124
+ * @summary Queries the tables in a database.
19125
+ *
19126
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
19127
+ *
19128
+ * @param request ListTablesRequest
19129
+ * @return ListTablesResponse
17294
19130
  */
17295
19131
  listTables(request: ListTablesRequest): Promise<ListTablesResponse>;
19132
+ /**
19133
+ * @summary 任务编排获取任务流列表
19134
+ *
19135
+ * @param request ListTaskFlowRequest
19136
+ * @param runtime runtime options for this request RuntimeOptions
19137
+ * @return ListTaskFlowResponse
19138
+ */
17296
19139
  listTaskFlowWithOptions(request: ListTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowResponse>;
19140
+ /**
19141
+ * @summary 任务编排获取任务流列表
19142
+ *
19143
+ * @param request ListTaskFlowRequest
19144
+ * @return ListTaskFlowResponse
19145
+ */
17297
19146
  listTaskFlow(request: ListTaskFlowRequest): Promise<ListTaskFlowResponse>;
19147
+ /**
19148
+ * @summary Queries the constants for a task flow.
19149
+ *
19150
+ * @param request ListTaskFlowConstantsRequest
19151
+ * @param runtime runtime options for this request RuntimeOptions
19152
+ * @return ListTaskFlowConstantsResponse
19153
+ */
17298
19154
  listTaskFlowConstantsWithOptions(request: ListTaskFlowConstantsRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowConstantsResponse>;
19155
+ /**
19156
+ * @summary Queries the constants for a task flow.
19157
+ *
19158
+ * @param request ListTaskFlowConstantsRequest
19159
+ * @return ListTaskFlowConstantsResponse
19160
+ */
17299
19161
  listTaskFlowConstants(request: ListTaskFlowConstantsRequest): Promise<ListTaskFlowConstantsResponse>;
19162
+ /**
19163
+ * @summary Queries the users that are involved in a specified task flow.
19164
+ *
19165
+ * @param request ListTaskFlowCooperatorsRequest
19166
+ * @param runtime runtime options for this request RuntimeOptions
19167
+ * @return ListTaskFlowCooperatorsResponse
19168
+ */
17300
19169
  listTaskFlowCooperatorsWithOptions(request: ListTaskFlowCooperatorsRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowCooperatorsResponse>;
19170
+ /**
19171
+ * @summary Queries the users that are involved in a specified task flow.
19172
+ *
19173
+ * @param request ListTaskFlowCooperatorsRequest
19174
+ * @return ListTaskFlowCooperatorsResponse
19175
+ */
17301
19176
  listTaskFlowCooperators(request: ListTaskFlowCooperatorsRequest): Promise<ListTaskFlowCooperatorsResponse>;
17302
19177
  /**
17303
- * This operation is used for multi-condition query. You can call this operation to query the edges of a specified task flow that meet all specified conditions.
17304
- *
17305
- * @param request ListTaskFlowEdgesByConditionRequest
17306
- * @param runtime runtime options for this request RuntimeOptions
17307
- * @return ListTaskFlowEdgesByConditionResponse
19178
+ * @summary Queries the edges of the directed acyclic graph (DAG) for a specified task flow based on multiple conditions.
19179
+ *
19180
+ * @description This operation is used for multi-condition query. You can call this operation to query the edges of a specified task flow that meet all specified conditions.
19181
+ *
19182
+ * @param request ListTaskFlowEdgesByConditionRequest
19183
+ * @param runtime runtime options for this request RuntimeOptions
19184
+ * @return ListTaskFlowEdgesByConditionResponse
17308
19185
  */
17309
19186
  listTaskFlowEdgesByConditionWithOptions(request: ListTaskFlowEdgesByConditionRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowEdgesByConditionResponse>;
17310
19187
  /**
17311
- * This operation is used for multi-condition query. You can call this operation to query the edges of a specified task flow that meet all specified conditions.
17312
- *
17313
- * @param request ListTaskFlowEdgesByConditionRequest
17314
- * @return ListTaskFlowEdgesByConditionResponse
19188
+ * @summary Queries the edges of the directed acyclic graph (DAG) for a specified task flow based on multiple conditions.
19189
+ *
19190
+ * @description This operation is used for multi-condition query. You can call this operation to query the edges of a specified task flow that meet all specified conditions.
19191
+ *
19192
+ * @param request ListTaskFlowEdgesByConditionRequest
19193
+ * @return ListTaskFlowEdgesByConditionResponse
17315
19194
  */
17316
19195
  listTaskFlowEdgesByCondition(request: ListTaskFlowEdgesByConditionRequest): Promise<ListTaskFlowEdgesByConditionResponse>;
19196
+ /**
19197
+ * @summary Queries the execution records of a task flow.
19198
+ *
19199
+ * @param request ListTaskFlowInstanceRequest
19200
+ * @param runtime runtime options for this request RuntimeOptions
19201
+ * @return ListTaskFlowInstanceResponse
19202
+ */
17317
19203
  listTaskFlowInstanceWithOptions(request: ListTaskFlowInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowInstanceResponse>;
19204
+ /**
19205
+ * @summary Queries the execution records of a task flow.
19206
+ *
19207
+ * @param request ListTaskFlowInstanceRequest
19208
+ * @return ListTaskFlowInstanceResponse
19209
+ */
17318
19210
  listTaskFlowInstance(request: ListTaskFlowInstanceRequest): Promise<ListTaskFlowInstanceResponse>;
19211
+ /**
19212
+ * @summary Queries the time variables for a task flow.
19213
+ *
19214
+ * @param request ListTaskFlowTimeVariablesRequest
19215
+ * @param runtime runtime options for this request RuntimeOptions
19216
+ * @return ListTaskFlowTimeVariablesResponse
19217
+ */
17319
19218
  listTaskFlowTimeVariablesWithOptions(request: ListTaskFlowTimeVariablesRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowTimeVariablesResponse>;
19219
+ /**
19220
+ * @summary Queries the time variables for a task flow.
19221
+ *
19222
+ * @param request ListTaskFlowTimeVariablesRequest
19223
+ * @return ListTaskFlowTimeVariablesResponse
19224
+ */
17320
19225
  listTaskFlowTimeVariables(request: ListTaskFlowTimeVariablesRequest): Promise<ListTaskFlowTimeVariablesResponse>;
19226
+ /**
19227
+ * @summary Queries task flows by page.
19228
+ *
19229
+ * @param tmpReq ListTaskFlowsByPageRequest
19230
+ * @param runtime runtime options for this request RuntimeOptions
19231
+ * @return ListTaskFlowsByPageResponse
19232
+ */
17321
19233
  listTaskFlowsByPageWithOptions(tmpReq: ListTaskFlowsByPageRequest, runtime: $Util.RuntimeOptions): Promise<ListTaskFlowsByPageResponse>;
19234
+ /**
19235
+ * @summary Queries task flows by page.
19236
+ *
19237
+ * @param request ListTaskFlowsByPageRequest
19238
+ * @return ListTaskFlowsByPageResponse
19239
+ */
17322
19240
  listTaskFlowsByPage(request: ListTaskFlowsByPageRequest): Promise<ListTaskFlowsByPageResponse>;
19241
+ /**
19242
+ * @summary Queries the tasks in a specified task flow.
19243
+ *
19244
+ * @param request ListTasksInTaskFlowRequest
19245
+ * @param runtime runtime options for this request RuntimeOptions
19246
+ * @return ListTasksInTaskFlowResponse
19247
+ */
17323
19248
  listTasksInTaskFlowWithOptions(request: ListTasksInTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<ListTasksInTaskFlowResponse>;
19249
+ /**
19250
+ * @summary Queries the tasks in a specified task flow.
19251
+ *
19252
+ * @param request ListTasksInTaskFlowRequest
19253
+ * @return ListTasksInTaskFlowResponse
19254
+ */
17324
19255
  listTasksInTaskFlow(request: ListTasksInTaskFlowRequest): Promise<ListTasksInTaskFlowResponse>;
19256
+ /**
19257
+ * @summary Queries the permissions of a specific user on a database or a table.
19258
+ *
19259
+ * @param request ListUserPermissionsRequest
19260
+ * @param runtime runtime options for this request RuntimeOptions
19261
+ * @return ListUserPermissionsResponse
19262
+ */
17325
19263
  listUserPermissionsWithOptions(request: ListUserPermissionsRequest, runtime: $Util.RuntimeOptions): Promise<ListUserPermissionsResponse>;
19264
+ /**
19265
+ * @summary Queries the permissions of a specific user on a database or a table.
19266
+ *
19267
+ * @param request ListUserPermissionsRequest
19268
+ * @return ListUserPermissionsResponse
19269
+ */
17326
19270
  listUserPermissions(request: ListUserPermissionsRequest): Promise<ListUserPermissionsResponse>;
19271
+ /**
19272
+ * @summary 获取用户租户列表
19273
+ *
19274
+ * @param request ListUserTenantsRequest
19275
+ * @param runtime runtime options for this request RuntimeOptions
19276
+ * @return ListUserTenantsResponse
19277
+ */
17327
19278
  listUserTenantsWithOptions(request: ListUserTenantsRequest, runtime: $Util.RuntimeOptions): Promise<ListUserTenantsResponse>;
19279
+ /**
19280
+ * @summary 获取用户租户列表
19281
+ *
19282
+ * @param request ListUserTenantsRequest
19283
+ * @return ListUserTenantsResponse
19284
+ */
17328
19285
  listUserTenants(request: ListUserTenantsRequest): Promise<ListUserTenantsResponse>;
19286
+ /**
19287
+ * @summary Queries the details of users.
19288
+ *
19289
+ * @param request ListUsersRequest
19290
+ * @param runtime runtime options for this request RuntimeOptions
19291
+ * @return ListUsersResponse
19292
+ */
17329
19293
  listUsersWithOptions(request: ListUsersRequest, runtime: $Util.RuntimeOptions): Promise<ListUsersResponse>;
19294
+ /**
19295
+ * @summary Queries the details of users.
19296
+ *
19297
+ * @param request ListUsersRequest
19298
+ * @return ListUsersResponse
19299
+ */
17330
19300
  listUsers(request: ListUsersRequest): Promise<ListUsersResponse>;
19301
+ /**
19302
+ * @summary Queries approval nodes.
19303
+ *
19304
+ * @param request ListWorkFlowNodesRequest
19305
+ * @param runtime runtime options for this request RuntimeOptions
19306
+ * @return ListWorkFlowNodesResponse
19307
+ */
17331
19308
  listWorkFlowNodesWithOptions(request: ListWorkFlowNodesRequest, runtime: $Util.RuntimeOptions): Promise<ListWorkFlowNodesResponse>;
19309
+ /**
19310
+ * @summary Queries approval nodes.
19311
+ *
19312
+ * @param request ListWorkFlowNodesRequest
19313
+ * @return ListWorkFlowNodesResponse
19314
+ */
17332
19315
  listWorkFlowNodes(request: ListWorkFlowNodesRequest): Promise<ListWorkFlowNodesResponse>;
19316
+ /**
19317
+ * @summary Queries approval templates.
19318
+ *
19319
+ * @param request ListWorkFlowTemplatesRequest
19320
+ * @param runtime runtime options for this request RuntimeOptions
19321
+ * @return ListWorkFlowTemplatesResponse
19322
+ */
17333
19323
  listWorkFlowTemplatesWithOptions(request: ListWorkFlowTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<ListWorkFlowTemplatesResponse>;
19324
+ /**
19325
+ * @summary Queries approval templates.
19326
+ *
19327
+ * @param request ListWorkFlowTemplatesRequest
19328
+ * @return ListWorkFlowTemplatesResponse
19329
+ */
17334
19330
  listWorkFlowTemplates(request: ListWorkFlowTemplatesRequest): Promise<ListWorkFlowTemplatesResponse>;
19331
+ /**
19332
+ * @summary Sets the status of a task flow to "Successful".
19333
+ *
19334
+ * @param request MakeTaskFlowInstanceSuccessRequest
19335
+ * @param runtime runtime options for this request RuntimeOptions
19336
+ * @return MakeTaskFlowInstanceSuccessResponse
19337
+ */
17335
19338
  makeTaskFlowInstanceSuccessWithOptions(request: MakeTaskFlowInstanceSuccessRequest, runtime: $Util.RuntimeOptions): Promise<MakeTaskFlowInstanceSuccessResponse>;
19339
+ /**
19340
+ * @summary Sets the status of a task flow to "Successful".
19341
+ *
19342
+ * @param request MakeTaskFlowInstanceSuccessRequest
19343
+ * @return MakeTaskFlowInstanceSuccessResponse
19344
+ */
17336
19345
  makeTaskFlowInstanceSuccess(request: MakeTaskFlowInstanceSuccessRequest): Promise<MakeTaskFlowInstanceSuccessResponse>;
19346
+ /**
19347
+ * @summary Modifies the SQL script that is submitted by using a data change ticket.
19348
+ *
19349
+ * @param request ModifyDataCorrectExecSQLRequest
19350
+ * @param runtime runtime options for this request RuntimeOptions
19351
+ * @return ModifyDataCorrectExecSQLResponse
19352
+ */
17337
19353
  modifyDataCorrectExecSQLWithOptions(request: ModifyDataCorrectExecSQLRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDataCorrectExecSQLResponse>;
19354
+ /**
19355
+ * @summary Modifies the SQL script that is submitted by using a data change ticket.
19356
+ *
19357
+ * @param request ModifyDataCorrectExecSQLRequest
19358
+ * @return ModifyDataCorrectExecSQLResponse
19359
+ */
17338
19360
  modifyDataCorrectExecSQL(request: ModifyDataCorrectExecSQLRequest): Promise<ModifyDataCorrectExecSQLResponse>;
19361
+ /**
19362
+ * @summary Modifies the masking rule bound to a specified field.
19363
+ *
19364
+ * @param request ModifyDesensitizationStrategyRequest
19365
+ * @param runtime runtime options for this request RuntimeOptions
19366
+ * @return ModifyDesensitizationStrategyResponse
19367
+ */
17339
19368
  modifyDesensitizationStrategyWithOptions(request: ModifyDesensitizationStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesensitizationStrategyResponse>;
19369
+ /**
19370
+ * @summary Modifies the masking rule bound to a specified field.
19371
+ *
19372
+ * @param request ModifyDesensitizationStrategyRequest
19373
+ * @return ModifyDesensitizationStrategyResponse
19374
+ */
17340
19375
  modifyDesensitizationStrategy(request: ModifyDesensitizationStrategyRequest): Promise<ModifyDesensitizationStrategyResponse>;
19376
+ /**
19377
+ * @summary 修改实例信息,同时检查该实例连通性
19378
+ *
19379
+ * @param request ModifyInstanceRequest
19380
+ * @param runtime runtime options for this request RuntimeOptions
19381
+ * @return ModifyInstanceResponse
19382
+ */
17341
19383
  modifyInstanceWithOptions(request: ModifyInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceResponse>;
19384
+ /**
19385
+ * @summary 修改实例信息,同时检查该实例连通性
19386
+ *
19387
+ * @param request ModifyInstanceRequest
19388
+ * @return ModifyInstanceResponse
19389
+ */
17342
19390
  modifyInstance(request: ModifyInstanceRequest): Promise<ModifyInstanceResponse>;
19391
+ /**
19392
+ * @summary Migrates a task flow to a specified business scenario.
19393
+ *
19394
+ * @param request MoveTaskFlowToScenarioRequest
19395
+ * @param runtime runtime options for this request RuntimeOptions
19396
+ * @return MoveTaskFlowToScenarioResponse
19397
+ */
17343
19398
  moveTaskFlowToScenarioWithOptions(request: MoveTaskFlowToScenarioRequest, runtime: $Util.RuntimeOptions): Promise<MoveTaskFlowToScenarioResponse>;
19399
+ /**
19400
+ * @summary Migrates a task flow to a specified business scenario.
19401
+ *
19402
+ * @param request MoveTaskFlowToScenarioRequest
19403
+ * @return MoveTaskFlowToScenarioResponse
19404
+ */
17344
19405
  moveTaskFlowToScenario(request: MoveTaskFlowToScenarioRequest): Promise<MoveTaskFlowToScenarioResponse>;
19406
+ /**
19407
+ * @summary Unpublishes a published task flow.
19408
+ *
19409
+ * @param request OfflineTaskFlowRequest
19410
+ * @param runtime runtime options for this request RuntimeOptions
19411
+ * @return OfflineTaskFlowResponse
19412
+ */
17345
19413
  offlineTaskFlowWithOptions(request: OfflineTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<OfflineTaskFlowResponse>;
19414
+ /**
19415
+ * @summary Unpublishes a published task flow.
19416
+ *
19417
+ * @param request OfflineTaskFlowRequest
19418
+ * @return OfflineTaskFlowResponse
19419
+ */
17346
19420
  offlineTaskFlow(request: OfflineTaskFlowRequest): Promise<OfflineTaskFlowResponse>;
17347
19421
  /**
17348
- * You can call this operation only for database instances that are managed in Security Collaboration mode.
17349
- *
17350
- * @param request PauseDataCorrectSQLJobRequest
17351
- * @param runtime runtime options for this request RuntimeOptions
17352
- * @return PauseDataCorrectSQLJobResponse
19422
+ * @summary Pauses a SQL task for data change.
19423
+ *
19424
+ * @description You can call this operation only for database instances that are managed in Security Collaboration mode.
19425
+ *
19426
+ * @param request PauseDataCorrectSQLJobRequest
19427
+ * @param runtime runtime options for this request RuntimeOptions
19428
+ * @return PauseDataCorrectSQLJobResponse
17353
19429
  */
17354
19430
  pauseDataCorrectSQLJobWithOptions(request: PauseDataCorrectSQLJobRequest, runtime: $Util.RuntimeOptions): Promise<PauseDataCorrectSQLJobResponse>;
17355
19431
  /**
17356
- * You can call this operation only for database instances that are managed in Security Collaboration mode.
17357
- *
17358
- * @param request PauseDataCorrectSQLJobRequest
17359
- * @return PauseDataCorrectSQLJobResponse
19432
+ * @summary Pauses a SQL task for data change.
19433
+ *
19434
+ * @description You can call this operation only for database instances that are managed in Security Collaboration mode.
19435
+ *
19436
+ * @param request PauseDataCorrectSQLJobRequest
19437
+ * @return PauseDataCorrectSQLJobResponse
17360
19438
  */
17361
19439
  pauseDataCorrectSQLJob(request: PauseDataCorrectSQLJobRequest): Promise<PauseDataCorrectSQLJobResponse>;
19440
+ /**
19441
+ * @summary 创建工单审批流
19442
+ *
19443
+ * @param request PreviewWorkflowRequest
19444
+ * @param runtime runtime options for this request RuntimeOptions
19445
+ * @return PreviewWorkflowResponse
19446
+ */
17362
19447
  previewWorkflowWithOptions(request: PreviewWorkflowRequest, runtime: $Util.RuntimeOptions): Promise<PreviewWorkflowResponse>;
19448
+ /**
19449
+ * @summary 创建工单审批流
19450
+ *
19451
+ * @param request PreviewWorkflowRequest
19452
+ * @return PreviewWorkflowResponse
19453
+ */
17363
19454
  previewWorkflow(request: PreviewWorkflowRequest): Promise<PreviewWorkflowResponse>;
19455
+ /**
19456
+ * @summary Publishes and deploys a task flow.
19457
+ *
19458
+ * @param request PublishAndDeployTaskFlowRequest
19459
+ * @param runtime runtime options for this request RuntimeOptions
19460
+ * @return PublishAndDeployTaskFlowResponse
19461
+ */
17364
19462
  publishAndDeployTaskFlowWithOptions(request: PublishAndDeployTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<PublishAndDeployTaskFlowResponse>;
19463
+ /**
19464
+ * @summary Publishes and deploys a task flow.
19465
+ *
19466
+ * @param request PublishAndDeployTaskFlowRequest
19467
+ * @return PublishAndDeployTaskFlowResponse
19468
+ */
17365
19469
  publishAndDeployTaskFlow(request: PublishAndDeployTaskFlowRequest): Promise<PublishAndDeployTaskFlowResponse>;
19470
+ /**
19471
+ * @summary Queries the download and parsing progress of data tracking logs.
19472
+ *
19473
+ * @param request QueryDataTrackResultDownloadStatusRequest
19474
+ * @param runtime runtime options for this request RuntimeOptions
19475
+ * @return QueryDataTrackResultDownloadStatusResponse
19476
+ */
17366
19477
  queryDataTrackResultDownloadStatusWithOptions(request: QueryDataTrackResultDownloadStatusRequest, runtime: $Util.RuntimeOptions): Promise<QueryDataTrackResultDownloadStatusResponse>;
19478
+ /**
19479
+ * @summary Queries the download and parsing progress of data tracking logs.
19480
+ *
19481
+ * @param request QueryDataTrackResultDownloadStatusRequest
19482
+ * @return QueryDataTrackResultDownloadStatusResponse
19483
+ */
17367
19484
  queryDataTrackResultDownloadStatus(request: QueryDataTrackResultDownloadStatusRequest): Promise<QueryDataTrackResultDownloadStatusResponse>;
19485
+ /**
19486
+ * @summary 部署任务流的历史版本
19487
+ *
19488
+ * @param request ReDeployLhDagVersionRequest
19489
+ * @param runtime runtime options for this request RuntimeOptions
19490
+ * @return ReDeployLhDagVersionResponse
19491
+ */
17368
19492
  reDeployLhDagVersionWithOptions(request: ReDeployLhDagVersionRequest, runtime: $Util.RuntimeOptions): Promise<ReDeployLhDagVersionResponse>;
19493
+ /**
19494
+ * @summary 部署任务流的历史版本
19495
+ *
19496
+ * @param request ReDeployLhDagVersionRequest
19497
+ * @return ReDeployLhDagVersionResponse
19498
+ */
17369
19499
  reDeployLhDagVersion(request: ReDeployLhDagVersionRequest): Promise<ReDeployLhDagVersionResponse>;
19500
+ /**
19501
+ * @summary Reruns a task flow instance.
19502
+ *
19503
+ * @param request ReRunTaskFlowInstanceRequest
19504
+ * @param runtime runtime options for this request RuntimeOptions
19505
+ * @return ReRunTaskFlowInstanceResponse
19506
+ */
17370
19507
  reRunTaskFlowInstanceWithOptions(request: ReRunTaskFlowInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReRunTaskFlowInstanceResponse>;
19508
+ /**
19509
+ * @summary Reruns a task flow instance.
19510
+ *
19511
+ * @param request ReRunTaskFlowInstanceRequest
19512
+ * @return ReRunTaskFlowInstanceResponse
19513
+ */
17371
19514
  reRunTaskFlowInstance(request: ReRunTaskFlowInstanceRequest): Promise<ReRunTaskFlowInstanceResponse>;
19515
+ /**
19516
+ * @summary Unsubscribes from a pay-as-you-go Data Management (DMS) resource.
19517
+ *
19518
+ * @param request RefundPayAsYouGoOrderRequest
19519
+ * @param runtime runtime options for this request RuntimeOptions
19520
+ * @return RefundPayAsYouGoOrderResponse
19521
+ */
17372
19522
  refundPayAsYouGoOrderWithOptions(request: RefundPayAsYouGoOrderRequest, runtime: $Util.RuntimeOptions): Promise<RefundPayAsYouGoOrderResponse>;
19523
+ /**
19524
+ * @summary Unsubscribes from a pay-as-you-go Data Management (DMS) resource.
19525
+ *
19526
+ * @param request RefundPayAsYouGoOrderRequest
19527
+ * @return RefundPayAsYouGoOrderResponse
19528
+ */
17373
19529
  refundPayAsYouGoOrder(request: RefundPayAsYouGoOrderRequest): Promise<RefundPayAsYouGoOrderResponse>;
17374
19530
  /**
17375
- * Prerequisites: You are a DMS administrator or a database administrator (DBA). You can call the [ListUsers](~~141938~~) or [GetUser](~~147098~~) operation to query your user role from the RoleIdList parameter that is returned.
17376
- *
17377
- * @param request RegisterInstanceRequest
17378
- * @param runtime runtime options for this request RuntimeOptions
17379
- * @return RegisterInstanceResponse
19531
+ * @summary Registers a database instance in Data Management (DMS).
19532
+ *
19533
+ * @description Prerequisites: You are a DMS administrator or a database administrator (DBA). You can call the [ListUsers](https://help.aliyun.com/document_detail/141938.html) or [GetUser](https://help.aliyun.com/document_detail/147098.html) operation to query your user role from the RoleIdList parameter that is returned.
19534
+ *
19535
+ * @param request RegisterInstanceRequest
19536
+ * @param runtime runtime options for this request RuntimeOptions
19537
+ * @return RegisterInstanceResponse
17380
19538
  */
17381
19539
  registerInstanceWithOptions(request: RegisterInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RegisterInstanceResponse>;
17382
19540
  /**
17383
- * Prerequisites: You are a DMS administrator or a database administrator (DBA). You can call the [ListUsers](~~141938~~) or [GetUser](~~147098~~) operation to query your user role from the RoleIdList parameter that is returned.
17384
- *
17385
- * @param request RegisterInstanceRequest
17386
- * @return RegisterInstanceResponse
19541
+ * @summary Registers a database instance in Data Management (DMS).
19542
+ *
19543
+ * @description Prerequisites: You are a DMS administrator or a database administrator (DBA). You can call the [ListUsers](https://help.aliyun.com/document_detail/141938.html) or [GetUser](https://help.aliyun.com/document_detail/147098.html) operation to query your user role from the RoleIdList parameter that is returned.
19544
+ *
19545
+ * @param request RegisterInstanceRequest
19546
+ * @return RegisterInstanceResponse
17387
19547
  */
17388
19548
  registerInstance(request: RegisterInstanceRequest): Promise<RegisterInstanceResponse>;
17389
19549
  /**
17390
- * If you are an **administrator** in Data Management (DMS), you can call this operation to register a user for your enterprise. To view users that are assigned the administrator role, perform the following steps: Log on to the DMS console. In the top navigation bar, click O&M. In the left-side navigation pane, click User.
17391
- *
17392
- * @param request RegisterUserRequest
17393
- * @param runtime runtime options for this request RuntimeOptions
17394
- * @return RegisterUserResponse
19550
+ * @summary Registers a user for your enterprise.
19551
+ *
19552
+ * @description If you are an **administrator** in Data Management (DMS), you can call this operation to register a user for your enterprise. To view users that are assigned the administrator role, perform the following steps: Log on to the DMS console. In the top navigation bar, click O&M. In the left-side navigation pane, click User.
19553
+ *
19554
+ * @param request RegisterUserRequest
19555
+ * @param runtime runtime options for this request RuntimeOptions
19556
+ * @return RegisterUserResponse
17395
19557
  */
17396
19558
  registerUserWithOptions(request: RegisterUserRequest, runtime: $Util.RuntimeOptions): Promise<RegisterUserResponse>;
17397
19559
  /**
17398
- * If you are an **administrator** in Data Management (DMS), you can call this operation to register a user for your enterprise. To view users that are assigned the administrator role, perform the following steps: Log on to the DMS console. In the top navigation bar, click O&M. In the left-side navigation pane, click User.
17399
- *
17400
- * @param request RegisterUserRequest
17401
- * @return RegisterUserResponse
19560
+ * @summary Registers a user for your enterprise.
19561
+ *
19562
+ * @description If you are an **administrator** in Data Management (DMS), you can call this operation to register a user for your enterprise. To view users that are assigned the administrator role, perform the following steps: Log on to the DMS console. In the top navigation bar, click O&M. In the left-side navigation pane, click User.
19563
+ *
19564
+ * @param request RegisterUserRequest
19565
+ * @return RegisterUserResponse
17402
19566
  */
17403
19567
  registerUser(request: RegisterUserRequest): Promise<RegisterUserResponse>;
19568
+ /**
19569
+ * @summary Reruns a failed SQL task for data change.
19570
+ *
19571
+ * @param request RestartDataCorrectSQLJobRequest
19572
+ * @param runtime runtime options for this request RuntimeOptions
19573
+ * @return RestartDataCorrectSQLJobResponse
19574
+ */
17404
19575
  restartDataCorrectSQLJobWithOptions(request: RestartDataCorrectSQLJobRequest, runtime: $Util.RuntimeOptions): Promise<RestartDataCorrectSQLJobResponse>;
19576
+ /**
19577
+ * @summary Reruns a failed SQL task for data change.
19578
+ *
19579
+ * @param request RestartDataCorrectSQLJobRequest
19580
+ * @return RestartDataCorrectSQLJobResponse
19581
+ */
17405
19582
  restartDataCorrectSQLJob(request: RestartDataCorrectSQLJobRequest): Promise<RestartDataCorrectSQLJobResponse>;
17406
19583
  /**
17407
- * You can call this operation only for task flows that are suspended.
17408
- *
17409
- * @param request ResumeTaskFlowInstanceRequest
17410
- * @param runtime runtime options for this request RuntimeOptions
17411
- * @return ResumeTaskFlowInstanceResponse
19584
+ * @summary Resumes a suspended task flow.
19585
+ *
19586
+ * @description You can call this operation only for task flows that are suspended.
19587
+ *
19588
+ * @param request ResumeTaskFlowInstanceRequest
19589
+ * @param runtime runtime options for this request RuntimeOptions
19590
+ * @return ResumeTaskFlowInstanceResponse
17412
19591
  */
17413
19592
  resumeTaskFlowInstanceWithOptions(request: ResumeTaskFlowInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ResumeTaskFlowInstanceResponse>;
17414
19593
  /**
17415
- * You can call this operation only for task flows that are suspended.
17416
- *
17417
- * @param request ResumeTaskFlowInstanceRequest
17418
- * @return ResumeTaskFlowInstanceResponse
19594
+ * @summary Resumes a suspended task flow.
19595
+ *
19596
+ * @description You can call this operation only for task flows that are suspended.
19597
+ *
19598
+ * @param request ResumeTaskFlowInstanceRequest
19599
+ * @return ResumeTaskFlowInstanceResponse
17419
19600
  */
17420
19601
  resumeTaskFlowInstance(request: ResumeTaskFlowInstanceRequest): Promise<ResumeTaskFlowInstanceResponse>;
19602
+ /**
19603
+ * @summary Reruns the precheck for a data change ticket.
19604
+ *
19605
+ * @param request RetryDataCorrectPreCheckRequest
19606
+ * @param runtime runtime options for this request RuntimeOptions
19607
+ * @return RetryDataCorrectPreCheckResponse
19608
+ */
17421
19609
  retryDataCorrectPreCheckWithOptions(request: RetryDataCorrectPreCheckRequest, runtime: $Util.RuntimeOptions): Promise<RetryDataCorrectPreCheckResponse>;
19610
+ /**
19611
+ * @summary Reruns the precheck for a data change ticket.
19612
+ *
19613
+ * @param request RetryDataCorrectPreCheckRequest
19614
+ * @return RetryDataCorrectPreCheckResponse
19615
+ */
17422
19616
  retryDataCorrectPreCheck(request: RetryDataCorrectPreCheckRequest): Promise<RetryDataCorrectPreCheckResponse>;
17423
19617
  /**
17424
- * You must be a database administrator (DBA) or a DMS administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
17425
- *
17426
- * @param request RevokeTemplateAuthorityRequest
17427
- * @param runtime runtime options for this request RuntimeOptions
17428
- * @return RevokeTemplateAuthorityResponse
19618
+ * @summary Revokes permissions on resources from Data Management (DMS) users by using a permission template.
19619
+ *
19620
+ * @description You must be a database administrator (DBA) or a DMS administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
19621
+ *
19622
+ * @param request RevokeTemplateAuthorityRequest
19623
+ * @param runtime runtime options for this request RuntimeOptions
19624
+ * @return RevokeTemplateAuthorityResponse
17429
19625
  */
17430
19626
  revokeTemplateAuthorityWithOptions(request: RevokeTemplateAuthorityRequest, runtime: $Util.RuntimeOptions): Promise<RevokeTemplateAuthorityResponse>;
17431
19627
  /**
17432
- * You must be a database administrator (DBA) or a DMS administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
17433
- *
17434
- * @param request RevokeTemplateAuthorityRequest
17435
- * @return RevokeTemplateAuthorityResponse
19628
+ * @summary Revokes permissions on resources from Data Management (DMS) users by using a permission template.
19629
+ *
19630
+ * @description You must be a database administrator (DBA) or a DMS administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
19631
+ *
19632
+ * @param request RevokeTemplateAuthorityRequest
19633
+ * @return RevokeTemplateAuthorityResponse
17436
19634
  */
17437
19635
  revokeTemplateAuthority(request: RevokeTemplateAuthorityRequest): Promise<RevokeTemplateAuthorityResponse>;
19636
+ /**
19637
+ * @summary Revokes a permission on a resource from a user.
19638
+ *
19639
+ * @param request RevokeUserPermissionRequest
19640
+ * @param runtime runtime options for this request RuntimeOptions
19641
+ * @return RevokeUserPermissionResponse
19642
+ */
17438
19643
  revokeUserPermissionWithOptions(request: RevokeUserPermissionRequest, runtime: $Util.RuntimeOptions): Promise<RevokeUserPermissionResponse>;
19644
+ /**
19645
+ * @summary Revokes a permission on a resource from a user.
19646
+ *
19647
+ * @param request RevokeUserPermissionRequest
19648
+ * @return RevokeUserPermissionResponse
19649
+ */
17439
19650
  revokeUserPermission(request: RevokeUserPermissionRequest): Promise<RevokeUserPermissionResponse>;
19651
+ /**
19652
+ * @summary Searches for the parsing result of a data tracking task.
19653
+ *
19654
+ * @param tmpReq SearchDataTrackResultRequest
19655
+ * @param runtime runtime options for this request RuntimeOptions
19656
+ * @return SearchDataTrackResultResponse
19657
+ */
17440
19658
  searchDataTrackResultWithOptions(tmpReq: SearchDataTrackResultRequest, runtime: $Util.RuntimeOptions): Promise<SearchDataTrackResultResponse>;
19659
+ /**
19660
+ * @summary Searches for the parsing result of a data tracking task.
19661
+ *
19662
+ * @param request SearchDataTrackResultRequest
19663
+ * @return SearchDataTrackResultResponse
19664
+ */
17441
19665
  searchDataTrackResult(request: SearchDataTrackResultRequest): Promise<SearchDataTrackResultResponse>;
19666
+ /**
19667
+ * @summary Queries the details of the databases.
19668
+ *
19669
+ * @param request SearchDatabaseRequest
19670
+ * @param runtime runtime options for this request RuntimeOptions
19671
+ * @return SearchDatabaseResponse
19672
+ */
17442
19673
  searchDatabaseWithOptions(request: SearchDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<SearchDatabaseResponse>;
19674
+ /**
19675
+ * @summary Queries the details of the databases.
19676
+ *
19677
+ * @param request SearchDatabaseRequest
19678
+ * @return SearchDatabaseResponse
19679
+ */
17443
19680
  searchDatabase(request: SearchDatabaseRequest): Promise<SearchDatabaseResponse>;
17444
19681
  /**
17445
- * You can call this operation only for database instances that are managed in Security Collaboration mode.
17446
- *
17447
- * @param request SearchTableRequest
17448
- * @param runtime runtime options for this request RuntimeOptions
17449
- * @return SearchTableResponse
19682
+ * @summary Queries detailed information about tables.
19683
+ *
19684
+ * @description You can call this operation only for database instances that are managed in Security Collaboration mode.
19685
+ *
19686
+ * @param request SearchTableRequest
19687
+ * @param runtime runtime options for this request RuntimeOptions
19688
+ * @return SearchTableResponse
17450
19689
  */
17451
19690
  searchTableWithOptions(request: SearchTableRequest, runtime: $Util.RuntimeOptions): Promise<SearchTableResponse>;
17452
19691
  /**
17453
- * You can call this operation only for database instances that are managed in Security Collaboration mode.
17454
- *
17455
- * @param request SearchTableRequest
17456
- * @return SearchTableResponse
19692
+ * @summary Queries detailed information about tables.
19693
+ *
19694
+ * @description You can call this operation only for database instances that are managed in Security Collaboration mode.
19695
+ *
19696
+ * @param request SearchTableRequest
19697
+ * @return SearchTableResponse
17457
19698
  */
17458
19699
  searchTable(request: SearchTableRequest): Promise<SearchTableResponse>;
19700
+ /**
19701
+ * @summary Configures the owner of an instance, a database, or a table.
19702
+ *
19703
+ * @param request SetOwnersRequest
19704
+ * @param runtime runtime options for this request RuntimeOptions
19705
+ * @return SetOwnersResponse
19706
+ */
17459
19707
  setOwnersWithOptions(request: SetOwnersRequest, runtime: $Util.RuntimeOptions): Promise<SetOwnersResponse>;
19708
+ /**
19709
+ * @summary Configures the owner of an instance, a database, or a table.
19710
+ *
19711
+ * @param request SetOwnersRequest
19712
+ * @return SetOwnersResponse
19713
+ */
17460
19714
  setOwners(request: SetOwnersRequest): Promise<SetOwnersResponse>;
19715
+ /**
19716
+ * @summary Skips the verification on the number of rows in the precheck for data change.
19717
+ *
19718
+ * @param request SkipDataCorrectRowCheckRequest
19719
+ * @param runtime runtime options for this request RuntimeOptions
19720
+ * @return SkipDataCorrectRowCheckResponse
19721
+ */
17461
19722
  skipDataCorrectRowCheckWithOptions(request: SkipDataCorrectRowCheckRequest, runtime: $Util.RuntimeOptions): Promise<SkipDataCorrectRowCheckResponse>;
19723
+ /**
19724
+ * @summary Skips the verification on the number of rows in the precheck for data change.
19725
+ *
19726
+ * @param request SkipDataCorrectRowCheckRequest
19727
+ * @return SkipDataCorrectRowCheckResponse
19728
+ */
17462
19729
  skipDataCorrectRowCheck(request: SkipDataCorrectRowCheckRequest): Promise<SkipDataCorrectRowCheckResponse>;
19730
+ /**
19731
+ * @summary Stops a task flow instance.
19732
+ *
19733
+ * @param request StopTaskFlowInstanceRequest
19734
+ * @param runtime runtime options for this request RuntimeOptions
19735
+ * @return StopTaskFlowInstanceResponse
19736
+ */
17463
19737
  stopTaskFlowInstanceWithOptions(request: StopTaskFlowInstanceRequest, runtime: $Util.RuntimeOptions): Promise<StopTaskFlowInstanceResponse>;
19738
+ /**
19739
+ * @summary Stops a task flow instance.
19740
+ *
19741
+ * @param request StopTaskFlowInstanceRequest
19742
+ * @return StopTaskFlowInstanceResponse
19743
+ */
17464
19744
  stopTaskFlowInstance(request: StopTaskFlowInstanceRequest): Promise<StopTaskFlowInstanceResponse>;
19745
+ /**
19746
+ * @summary Submits a ticket for approval.
19747
+ *
19748
+ * @param request SubmitOrderApprovalRequest
19749
+ * @param runtime runtime options for this request RuntimeOptions
19750
+ * @return SubmitOrderApprovalResponse
19751
+ */
17465
19752
  submitOrderApprovalWithOptions(request: SubmitOrderApprovalRequest, runtime: $Util.RuntimeOptions): Promise<SubmitOrderApprovalResponse>;
19753
+ /**
19754
+ * @summary Submits a ticket for approval.
19755
+ *
19756
+ * @param request SubmitOrderApprovalRequest
19757
+ * @return SubmitOrderApprovalResponse
19758
+ */
17466
19759
  submitOrderApproval(request: SubmitOrderApprovalRequest): Promise<SubmitOrderApprovalResponse>;
19760
+ /**
19761
+ * @summary Submits a schema synchronization ticket for approval.
19762
+ *
19763
+ * @param request SubmitStructSyncOrderApprovalRequest
19764
+ * @param runtime runtime options for this request RuntimeOptions
19765
+ * @return SubmitStructSyncOrderApprovalResponse
19766
+ */
17467
19767
  submitStructSyncOrderApprovalWithOptions(request: SubmitStructSyncOrderApprovalRequest, runtime: $Util.RuntimeOptions): Promise<SubmitStructSyncOrderApprovalResponse>;
19768
+ /**
19769
+ * @summary Submits a schema synchronization ticket for approval.
19770
+ *
19771
+ * @param request SubmitStructSyncOrderApprovalRequest
19772
+ * @return SubmitStructSyncOrderApprovalResponse
19773
+ */
17468
19774
  submitStructSyncOrderApproval(request: SubmitStructSyncOrderApprovalRequest): Promise<SubmitStructSyncOrderApprovalResponse>;
19775
+ /**
19776
+ * @summary Suspends a task flow instance.
19777
+ *
19778
+ * @param request SuspendTaskFlowInstanceRequest
19779
+ * @param runtime runtime options for this request RuntimeOptions
19780
+ * @return SuspendTaskFlowInstanceResponse
19781
+ */
17469
19782
  suspendTaskFlowInstanceWithOptions(request: SuspendTaskFlowInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SuspendTaskFlowInstanceResponse>;
19783
+ /**
19784
+ * @summary Suspends a task flow instance.
19785
+ *
19786
+ * @param request SuspendTaskFlowInstanceRequest
19787
+ * @return SuspendTaskFlowInstanceResponse
19788
+ */
17470
19789
  suspendTaskFlowInstance(request: SuspendTaskFlowInstanceRequest): Promise<SuspendTaskFlowInstanceResponse>;
19790
+ /**
19791
+ * @summary Synchronizes the metadata of a database.
19792
+ *
19793
+ * @param request SyncDatabaseMetaRequest
19794
+ * @param runtime runtime options for this request RuntimeOptions
19795
+ * @return SyncDatabaseMetaResponse
19796
+ */
17471
19797
  syncDatabaseMetaWithOptions(request: SyncDatabaseMetaRequest, runtime: $Util.RuntimeOptions): Promise<SyncDatabaseMetaResponse>;
19798
+ /**
19799
+ * @summary Synchronizes the metadata of a database.
19800
+ *
19801
+ * @param request SyncDatabaseMetaRequest
19802
+ * @return SyncDatabaseMetaResponse
19803
+ */
17472
19804
  syncDatabaseMeta(request: SyncDatabaseMetaRequest): Promise<SyncDatabaseMetaResponse>;
17473
19805
  /**
17474
- * You can call this operation only for database instances whose control mode is Security Collaboration.
17475
- *
17476
- * @param request SyncInstanceMetaRequest
17477
- * @param runtime runtime options for this request RuntimeOptions
17478
- * @return SyncInstanceMetaResponse
19806
+ * @summary Synchronizes the metadata of all databases in a database instance.
19807
+ *
19808
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
19809
+ *
19810
+ * @param request SyncInstanceMetaRequest
19811
+ * @param runtime runtime options for this request RuntimeOptions
19812
+ * @return SyncInstanceMetaResponse
17479
19813
  */
17480
19814
  syncInstanceMetaWithOptions(request: SyncInstanceMetaRequest, runtime: $Util.RuntimeOptions): Promise<SyncInstanceMetaResponse>;
17481
19815
  /**
17482
- * You can call this operation only for database instances whose control mode is Security Collaboration.
17483
- *
17484
- * @param request SyncInstanceMetaRequest
17485
- * @return SyncInstanceMetaResponse
19816
+ * @summary Synchronizes the metadata of all databases in a database instance.
19817
+ *
19818
+ * @description You can call this operation only for database instances whose control mode is Security Collaboration.
19819
+ *
19820
+ * @param request SyncInstanceMetaRequest
19821
+ * @return SyncInstanceMetaResponse
17486
19822
  */
17487
19823
  syncInstanceMeta(request: SyncInstanceMetaRequest): Promise<SyncInstanceMetaResponse>;
17488
19824
  /**
17489
- * You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
17490
- *
17491
- * @param request UpdateAuthorityTemplateRequest
17492
- * @param runtime runtime options for this request RuntimeOptions
17493
- * @return UpdateAuthorityTemplateResponse
19825
+ * @summary Modifies a permission template.
19826
+ *
19827
+ * @description You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
19828
+ *
19829
+ * @param request UpdateAuthorityTemplateRequest
19830
+ * @param runtime runtime options for this request RuntimeOptions
19831
+ * @return UpdateAuthorityTemplateResponse
17494
19832
  */
17495
19833
  updateAuthorityTemplateWithOptions(request: UpdateAuthorityTemplateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAuthorityTemplateResponse>;
17496
19834
  /**
17497
- * You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](~~324212~~).
17498
- *
17499
- * @param request UpdateAuthorityTemplateRequest
17500
- * @return UpdateAuthorityTemplateResponse
19835
+ * @summary Modifies a permission template.
19836
+ *
19837
+ * @description You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see [View system roles](https://help.aliyun.com/document_detail/324212.html).
19838
+ *
19839
+ * @param request UpdateAuthorityTemplateRequest
19840
+ * @return UpdateAuthorityTemplateResponse
17501
19841
  */
17502
19842
  updateAuthorityTemplate(request: UpdateAuthorityTemplateRequest): Promise<UpdateAuthorityTemplateResponse>;
17503
19843
  /**
17504
- * Before you call the UpdateInstance operation, call the [GetInstance](~~141567~~) or [ListInstances](~~141936~~) operation to obtain the complete information about the instance.
17505
- *
17506
- * @param request UpdateInstanceRequest
17507
- * @param runtime runtime options for this request RuntimeOptions
17508
- * @return UpdateInstanceResponse
19844
+ * @summary Updates the information about a database instance and checks the connectivity of the database instance.
19845
+ *
19846
+ * @description Before you call the UpdateInstance operation, call the [GetInstance](https://help.aliyun.com/document_detail/141567.html) or [ListInstances](https://help.aliyun.com/document_detail/141936.html) operation to obtain the complete information about the instance.
19847
+ *
19848
+ * @param request UpdateInstanceRequest
19849
+ * @param runtime runtime options for this request RuntimeOptions
19850
+ * @return UpdateInstanceResponse
17509
19851
  */
17510
19852
  updateInstanceWithOptions(request: UpdateInstanceRequest, runtime: $Util.RuntimeOptions): Promise<UpdateInstanceResponse>;
17511
19853
  /**
17512
- * Before you call the UpdateInstance operation, call the [GetInstance](~~141567~~) or [ListInstances](~~141936~~) operation to obtain the complete information about the instance.
17513
- *
17514
- * @param request UpdateInstanceRequest
17515
- * @return UpdateInstanceResponse
19854
+ * @summary Updates the information about a database instance and checks the connectivity of the database instance.
19855
+ *
19856
+ * @description Before you call the UpdateInstance operation, call the [GetInstance](https://help.aliyun.com/document_detail/141567.html) or [ListInstances](https://help.aliyun.com/document_detail/141936.html) operation to obtain the complete information about the instance.
19857
+ *
19858
+ * @param request UpdateInstanceRequest
19859
+ * @return UpdateInstanceResponse
17516
19860
  */
17517
19861
  updateInstance(request: UpdateInstanceRequest): Promise<UpdateInstanceResponse>;
17518
19862
  /**
17519
- * SLA rules take effect after task flows are deployed and published.
17520
- *
17521
- * @param tmpReq UpdateSLARulesRequest
17522
- * @param runtime runtime options for this request RuntimeOptions
17523
- * @return UpdateSLARulesResponse
19863
+ * @summary Updates the service level agreement (SLA) timeout reminder for a task flow.
19864
+ *
19865
+ * @description SLA rules take effect after task flows are deployed and published.
19866
+ *
19867
+ * @param tmpReq UpdateSLARulesRequest
19868
+ * @param runtime runtime options for this request RuntimeOptions
19869
+ * @return UpdateSLARulesResponse
17524
19870
  */
17525
19871
  updateSLARulesWithOptions(tmpReq: UpdateSLARulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSLARulesResponse>;
17526
19872
  /**
17527
- * SLA rules take effect after task flows are deployed and published.
17528
- *
17529
- * @param request UpdateSLARulesRequest
17530
- * @return UpdateSLARulesResponse
19873
+ * @summary Updates the service level agreement (SLA) timeout reminder for a task flow.
19874
+ *
19875
+ * @description SLA rules take effect after task flows are deployed and published.
19876
+ *
19877
+ * @param request UpdateSLARulesRequest
19878
+ * @return UpdateSLARulesResponse
17531
19879
  */
17532
19880
  updateSLARules(request: UpdateSLARulesRequest): Promise<UpdateSLARulesResponse>;
19881
+ /**
19882
+ * @summary Updates the name and description of the business scenario for a specified task flow.
19883
+ *
19884
+ * @param request UpdateScenarioRequest
19885
+ * @param runtime runtime options for this request RuntimeOptions
19886
+ * @return UpdateScenarioResponse
19887
+ */
17533
19888
  updateScenarioWithOptions(request: UpdateScenarioRequest, runtime: $Util.RuntimeOptions): Promise<UpdateScenarioResponse>;
19889
+ /**
19890
+ * @summary Updates the name and description of the business scenario for a specified task flow.
19891
+ *
19892
+ * @param request UpdateScenarioRequest
19893
+ * @return UpdateScenarioResponse
19894
+ */
17534
19895
  updateScenario(request: UpdateScenarioRequest): Promise<UpdateScenarioResponse>;
19896
+ /**
19897
+ * @summary Modifies the name and description of a specific security rule set.
19898
+ *
19899
+ * @param request UpdateStandardGroupRequest
19900
+ * @param runtime runtime options for this request RuntimeOptions
19901
+ * @return UpdateStandardGroupResponse
19902
+ */
17535
19903
  updateStandardGroupWithOptions(request: UpdateStandardGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateStandardGroupResponse>;
19904
+ /**
19905
+ * @summary Modifies the name and description of a specific security rule set.
19906
+ *
19907
+ * @param request UpdateStandardGroupRequest
19908
+ * @return UpdateStandardGroupResponse
19909
+ */
17536
19910
  updateStandardGroup(request: UpdateStandardGroupRequest): Promise<UpdateStandardGroupResponse>;
17537
19911
  /**
17538
- * You can call this operation to configure a failed task or rerun a task.
17539
- *
17540
- * @param request UpdateTaskConfigRequest
17541
- * @param runtime runtime options for this request RuntimeOptions
17542
- * @return UpdateTaskConfigResponse
19912
+ * @summary Updates the advanced configuration of a task node.
19913
+ *
19914
+ * @description You can call this operation to configure a failed task or rerun a task.
19915
+ *
19916
+ * @param request UpdateTaskConfigRequest
19917
+ * @param runtime runtime options for this request RuntimeOptions
19918
+ * @return UpdateTaskConfigResponse
17543
19919
  */
17544
19920
  updateTaskConfigWithOptions(request: UpdateTaskConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskConfigResponse>;
17545
19921
  /**
17546
- * You can call this operation to configure a failed task or rerun a task.
17547
- *
17548
- * @param request UpdateTaskConfigRequest
17549
- * @return UpdateTaskConfigResponse
19922
+ * @summary Updates the advanced configuration of a task node.
19923
+ *
19924
+ * @description You can call this operation to configure a failed task or rerun a task.
19925
+ *
19926
+ * @param request UpdateTaskConfigRequest
19927
+ * @return UpdateTaskConfigResponse
17550
19928
  */
17551
19929
  updateTaskConfig(request: UpdateTaskConfigRequest): Promise<UpdateTaskConfigResponse>;
17552
19930
  /**
17553
- * You can call this operation to modify node configurations.
17554
- *
17555
- * @param request UpdateTaskContentRequest
17556
- * @param runtime runtime options for this request RuntimeOptions
17557
- * @return UpdateTaskContentResponse
19931
+ * @summary Updates tasks in a task flow.
19932
+ *
19933
+ * @description You can call this operation to modify node configurations.
19934
+ *
19935
+ * @param request UpdateTaskContentRequest
19936
+ * @param runtime runtime options for this request RuntimeOptions
19937
+ * @return UpdateTaskContentResponse
17558
19938
  */
17559
19939
  updateTaskContentWithOptions(request: UpdateTaskContentRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskContentResponse>;
17560
19940
  /**
17561
- * You can call this operation to modify node configurations.
17562
- *
17563
- * @param request UpdateTaskContentRequest
17564
- * @return UpdateTaskContentResponse
19941
+ * @summary Updates tasks in a task flow.
19942
+ *
19943
+ * @description You can call this operation to modify node configurations.
19944
+ *
19945
+ * @param request UpdateTaskContentRequest
19946
+ * @return UpdateTaskContentResponse
17565
19947
  */
17566
19948
  updateTaskContent(request: UpdateTaskContentRequest): Promise<UpdateTaskContentResponse>;
19949
+ /**
19950
+ * @summary Updates the constants for a specified task flow.
19951
+ *
19952
+ * @param tmpReq UpdateTaskFlowConstantsRequest
19953
+ * @param runtime runtime options for this request RuntimeOptions
19954
+ * @return UpdateTaskFlowConstantsResponse
19955
+ */
17567
19956
  updateTaskFlowConstantsWithOptions(tmpReq: UpdateTaskFlowConstantsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowConstantsResponse>;
19957
+ /**
19958
+ * @summary Updates the constants for a specified task flow.
19959
+ *
19960
+ * @param request UpdateTaskFlowConstantsRequest
19961
+ * @return UpdateTaskFlowConstantsResponse
19962
+ */
17568
19963
  updateTaskFlowConstants(request: UpdateTaskFlowConstantsRequest): Promise<UpdateTaskFlowConstantsResponse>;
19964
+ /**
19965
+ * @summary Updates the IDs of the users who are involved in the task flow.
19966
+ *
19967
+ * @param tmpReq UpdateTaskFlowCooperatorsRequest
19968
+ * @param runtime runtime options for this request RuntimeOptions
19969
+ * @return UpdateTaskFlowCooperatorsResponse
19970
+ */
17569
19971
  updateTaskFlowCooperatorsWithOptions(tmpReq: UpdateTaskFlowCooperatorsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowCooperatorsResponse>;
19972
+ /**
19973
+ * @summary Updates the IDs of the users who are involved in the task flow.
19974
+ *
19975
+ * @param request UpdateTaskFlowCooperatorsRequest
19976
+ * @return UpdateTaskFlowCooperatorsResponse
19977
+ */
17570
19978
  updateTaskFlowCooperators(request: UpdateTaskFlowCooperatorsRequest): Promise<UpdateTaskFlowCooperatorsResponse>;
17571
19979
  /**
17572
- * ###
17573
- * The edges can be updated only when the following conditions are met:
17574
- * 1. The specified edge exists in the directed acyclic graph (DAG) of the task flow specified by DagId.
17575
- * 2. The specified edge nodes exist in the DAG of the task flow specified by DagId.
17576
- * 3. After the update, rings do not exist in the DAG.
17577
- *
17578
- * @param tmpReq UpdateTaskFlowEdgesRequest
17579
- * @param runtime runtime options for this request RuntimeOptions
17580
- * @return UpdateTaskFlowEdgesResponse
19980
+ * @summary Updates the start node and end node of multiple edges at a time for a task flow.
19981
+ *
19982
+ * @description ###
19983
+ * The edges can be updated only when the following conditions are met:
19984
+ * 1. The specified edge exists in the directed acyclic graph (DAG) of the task flow specified by DagId.
19985
+ * 2. The specified edge nodes exist in the DAG of the task flow specified by DagId.
19986
+ * 3. After the update, rings do not exist in the DAG.
19987
+ *
19988
+ * @param tmpReq UpdateTaskFlowEdgesRequest
19989
+ * @param runtime runtime options for this request RuntimeOptions
19990
+ * @return UpdateTaskFlowEdgesResponse
17581
19991
  */
17582
19992
  updateTaskFlowEdgesWithOptions(tmpReq: UpdateTaskFlowEdgesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowEdgesResponse>;
17583
19993
  /**
17584
- * ###
17585
- * The edges can be updated only when the following conditions are met:
17586
- * 1. The specified edge exists in the directed acyclic graph (DAG) of the task flow specified by DagId.
17587
- * 2. The specified edge nodes exist in the DAG of the task flow specified by DagId.
17588
- * 3. After the update, rings do not exist in the DAG.
17589
- *
17590
- * @param request UpdateTaskFlowEdgesRequest
17591
- * @return UpdateTaskFlowEdgesResponse
19994
+ * @summary Updates the start node and end node of multiple edges at a time for a task flow.
19995
+ *
19996
+ * @description ###
19997
+ * The edges can be updated only when the following conditions are met:
19998
+ * 1. The specified edge exists in the directed acyclic graph (DAG) of the task flow specified by DagId.
19999
+ * 2. The specified edge nodes exist in the DAG of the task flow specified by DagId.
20000
+ * 3. After the update, rings do not exist in the DAG.
20001
+ *
20002
+ * @param request UpdateTaskFlowEdgesRequest
20003
+ * @return UpdateTaskFlowEdgesResponse
17592
20004
  */
17593
20005
  updateTaskFlowEdges(request: UpdateTaskFlowEdgesRequest): Promise<UpdateTaskFlowEdgesResponse>;
20006
+ /**
20007
+ * @summary Updates the name and description of a task flow.
20008
+ *
20009
+ * @param request UpdateTaskFlowNameAndDescRequest
20010
+ * @param runtime runtime options for this request RuntimeOptions
20011
+ * @return UpdateTaskFlowNameAndDescResponse
20012
+ */
17594
20013
  updateTaskFlowNameAndDescWithOptions(request: UpdateTaskFlowNameAndDescRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowNameAndDescResponse>;
20014
+ /**
20015
+ * @summary Updates the name and description of a task flow.
20016
+ *
20017
+ * @param request UpdateTaskFlowNameAndDescRequest
20018
+ * @return UpdateTaskFlowNameAndDescResponse
20019
+ */
17595
20020
  updateTaskFlowNameAndDesc(request: UpdateTaskFlowNameAndDescRequest): Promise<UpdateTaskFlowNameAndDescResponse>;
20021
+ /**
20022
+ * @summary Updates the notification settings for task flows.
20023
+ *
20024
+ * @param request UpdateTaskFlowNotificationRequest
20025
+ * @param runtime runtime options for this request RuntimeOptions
20026
+ * @return UpdateTaskFlowNotificationResponse
20027
+ */
17596
20028
  updateTaskFlowNotificationWithOptions(request: UpdateTaskFlowNotificationRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowNotificationResponse>;
20029
+ /**
20030
+ * @summary Updates the notification settings for task flows.
20031
+ *
20032
+ * @param request UpdateTaskFlowNotificationRequest
20033
+ * @return UpdateTaskFlowNotificationResponse
20034
+ */
17597
20035
  updateTaskFlowNotification(request: UpdateTaskFlowNotificationRequest): Promise<UpdateTaskFlowNotificationResponse>;
17598
20036
  /**
17599
- * Note: The new owner of the task flow must belong to the same tenant as the previous owner.
17600
- *
17601
- * @param request UpdateTaskFlowOwnerRequest
17602
- * @param runtime runtime options for this request RuntimeOptions
17603
- * @return UpdateTaskFlowOwnerResponse
20037
+ * @summary Changes the owner of a task flow.
20038
+ *
20039
+ * @description Note: The new owner of the task flow must belong to the same tenant as the previous owner.
20040
+ *
20041
+ * @param request UpdateTaskFlowOwnerRequest
20042
+ * @param runtime runtime options for this request RuntimeOptions
20043
+ * @return UpdateTaskFlowOwnerResponse
17604
20044
  */
17605
20045
  updateTaskFlowOwnerWithOptions(request: UpdateTaskFlowOwnerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowOwnerResponse>;
17606
20046
  /**
17607
- * Note: The new owner of the task flow must belong to the same tenant as the previous owner.
17608
- *
17609
- * @param request UpdateTaskFlowOwnerRequest
17610
- * @return UpdateTaskFlowOwnerResponse
20047
+ * @summary Changes the owner of a task flow.
20048
+ *
20049
+ * @description Note: The new owner of the task flow must belong to the same tenant as the previous owner.
20050
+ *
20051
+ * @param request UpdateTaskFlowOwnerRequest
20052
+ * @return UpdateTaskFlowOwnerResponse
17611
20053
  */
17612
20054
  updateTaskFlowOwner(request: UpdateTaskFlowOwnerRequest): Promise<UpdateTaskFlowOwnerResponse>;
17613
20055
  /**
17614
- * You can call this operation to perform a full update. For incremental updates, see AddTaskFlowEdges, UpdateTaskFlowEdges, and DeleteTaskFlowEdgesByMultiCondition.
17615
- *
17616
- * @param tmpReq UpdateTaskFlowRelationsRequest
17617
- * @param runtime runtime options for this request RuntimeOptions
17618
- * @return UpdateTaskFlowRelationsResponse
20056
+ * @summary Fully updates the edges of a task flow.
20057
+ *
20058
+ * @description You can call this operation to perform a full update. For incremental updates, see AddTaskFlowEdges, UpdateTaskFlowEdges, and DeleteTaskFlowEdgesByMultiCondition.
20059
+ *
20060
+ * @param tmpReq UpdateTaskFlowRelationsRequest
20061
+ * @param runtime runtime options for this request RuntimeOptions
20062
+ * @return UpdateTaskFlowRelationsResponse
17619
20063
  */
17620
20064
  updateTaskFlowRelationsWithOptions(tmpReq: UpdateTaskFlowRelationsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowRelationsResponse>;
17621
20065
  /**
17622
- * You can call this operation to perform a full update. For incremental updates, see AddTaskFlowEdges, UpdateTaskFlowEdges, and DeleteTaskFlowEdgesByMultiCondition.
17623
- *
17624
- * @param request UpdateTaskFlowRelationsRequest
17625
- * @return UpdateTaskFlowRelationsResponse
20066
+ * @summary Fully updates the edges of a task flow.
20067
+ *
20068
+ * @description You can call this operation to perform a full update. For incremental updates, see AddTaskFlowEdges, UpdateTaskFlowEdges, and DeleteTaskFlowEdgesByMultiCondition.
20069
+ *
20070
+ * @param request UpdateTaskFlowRelationsRequest
20071
+ * @return UpdateTaskFlowRelationsResponse
17626
20072
  */
17627
20073
  updateTaskFlowRelations(request: UpdateTaskFlowRelationsRequest): Promise<UpdateTaskFlowRelationsResponse>;
17628
20074
  /**
17629
- * You can call this operation to update the scheduling properties for a task flow in the editing state. You can configure a **timed scheduling** task flow or an **event scheduling** task flow. When you configure a **timed scheduling** task flow, you can choose from one-time scheduling or periodic scheduling. When you configure an **event scheduling** task flow, you can subscribe to task flows or task flow nodes.****\\
17630
- * After you update the scheduling properties, you need to publish and deploy the task flow again. The new task flow instance will run based on the updated scheduling properties.
17631
- *
17632
- * @param request UpdateTaskFlowScheduleRequest
17633
- * @param runtime runtime options for this request RuntimeOptions
17634
- * @return UpdateTaskFlowScheduleResponse
20075
+ * @summary Updates the scheduling properties for a task flow.
20076
+ *
20077
+ * @description You can call this operation to update the scheduling properties for a task flow in the editing state. You can configure a **timed scheduling** task flow or an **event scheduling** task flow. When you configure a **timed scheduling** task flow, you can choose from one-time scheduling or periodic scheduling. When you configure an **event scheduling** task flow, you can subscribe to task flows or task flow nodes.****\\
20078
+ * After you update the scheduling properties, you need to publish and deploy the task flow again. The new task flow instance will run based on the updated scheduling properties.
20079
+ *
20080
+ * @param request UpdateTaskFlowScheduleRequest
20081
+ * @param runtime runtime options for this request RuntimeOptions
20082
+ * @return UpdateTaskFlowScheduleResponse
17635
20083
  */
17636
20084
  updateTaskFlowScheduleWithOptions(request: UpdateTaskFlowScheduleRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowScheduleResponse>;
17637
20085
  /**
17638
- * You can call this operation to update the scheduling properties for a task flow in the editing state. You can configure a **timed scheduling** task flow or an **event scheduling** task flow. When you configure a **timed scheduling** task flow, you can choose from one-time scheduling or periodic scheduling. When you configure an **event scheduling** task flow, you can subscribe to task flows or task flow nodes.****\\
17639
- * After you update the scheduling properties, you need to publish and deploy the task flow again. The new task flow instance will run based on the updated scheduling properties.
17640
- *
17641
- * @param request UpdateTaskFlowScheduleRequest
17642
- * @return UpdateTaskFlowScheduleResponse
20086
+ * @summary Updates the scheduling properties for a task flow.
20087
+ *
20088
+ * @description You can call this operation to update the scheduling properties for a task flow in the editing state. You can configure a **timed scheduling** task flow or an **event scheduling** task flow. When you configure a **timed scheduling** task flow, you can choose from one-time scheduling or periodic scheduling. When you configure an **event scheduling** task flow, you can subscribe to task flows or task flow nodes.****\\
20089
+ * After you update the scheduling properties, you need to publish and deploy the task flow again. The new task flow instance will run based on the updated scheduling properties.
20090
+ *
20091
+ * @param request UpdateTaskFlowScheduleRequest
20092
+ * @return UpdateTaskFlowScheduleResponse
17643
20093
  */
17644
20094
  updateTaskFlowSchedule(request: UpdateTaskFlowScheduleRequest): Promise<UpdateTaskFlowScheduleResponse>;
20095
+ /**
20096
+ * @summary Updates the time variables for a task flow.
20097
+ *
20098
+ * @param request UpdateTaskFlowTimeVariablesRequest
20099
+ * @param runtime runtime options for this request RuntimeOptions
20100
+ * @return UpdateTaskFlowTimeVariablesResponse
20101
+ */
17645
20102
  updateTaskFlowTimeVariablesWithOptions(request: UpdateTaskFlowTimeVariablesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskFlowTimeVariablesResponse>;
20103
+ /**
20104
+ * @summary Updates the time variables for a task flow.
20105
+ *
20106
+ * @param request UpdateTaskFlowTimeVariablesRequest
20107
+ * @return UpdateTaskFlowTimeVariablesResponse
20108
+ */
17646
20109
  updateTaskFlowTimeVariables(request: UpdateTaskFlowTimeVariablesRequest): Promise<UpdateTaskFlowTimeVariablesResponse>;
20110
+ /**
20111
+ * @summary Updates the name of a specified task.
20112
+ *
20113
+ * @param request UpdateTaskNameRequest
20114
+ * @param runtime runtime options for this request RuntimeOptions
20115
+ * @return UpdateTaskNameResponse
20116
+ */
17647
20117
  updateTaskNameWithOptions(request: UpdateTaskNameRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskNameResponse>;
20118
+ /**
20119
+ * @summary Updates the name of a specified task.
20120
+ *
20121
+ * @param request UpdateTaskNameRequest
20122
+ * @return UpdateTaskNameResponse
20123
+ */
17648
20124
  updateTaskName(request: UpdateTaskNameRequest): Promise<UpdateTaskNameResponse>;
17649
20125
  /**
17650
- * Only nodes of single-instance SQL assignment, script code, and ECS remote command have output variables.
17651
- *
17652
- * @param request UpdateTaskOutputRequest
17653
- * @param runtime runtime options for this request RuntimeOptions
17654
- * @return UpdateTaskOutputResponse
20126
+ * @summary Updates the output variables for a specified task node.
20127
+ *
20128
+ * @description Only nodes of single-instance SQL assignment, script code, and ECS remote command have output variables.
20129
+ *
20130
+ * @param request UpdateTaskOutputRequest
20131
+ * @param runtime runtime options for this request RuntimeOptions
20132
+ * @return UpdateTaskOutputResponse
17655
20133
  */
17656
20134
  updateTaskOutputWithOptions(request: UpdateTaskOutputRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskOutputResponse>;
17657
20135
  /**
17658
- * Only nodes of single-instance SQL assignment, script code, and ECS remote command have output variables.
17659
- *
17660
- * @param request UpdateTaskOutputRequest
17661
- * @return UpdateTaskOutputResponse
20136
+ * @summary Updates the output variables for a specified task node.
20137
+ *
20138
+ * @description Only nodes of single-instance SQL assignment, script code, and ECS remote command have output variables.
20139
+ *
20140
+ * @param request UpdateTaskOutputRequest
20141
+ * @return UpdateTaskOutputResponse
17662
20142
  */
17663
20143
  updateTaskOutput(request: UpdateTaskOutputRequest): Promise<UpdateTaskOutputResponse>;
20144
+ /**
20145
+ * @summary Updates time variables for a task.
20146
+ *
20147
+ * @param request UpdateTaskTimeVariablesRequest
20148
+ * @param runtime runtime options for this request RuntimeOptions
20149
+ * @return UpdateTaskTimeVariablesResponse
20150
+ */
17664
20151
  updateTaskTimeVariablesWithOptions(request: UpdateTaskTimeVariablesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateTaskTimeVariablesResponse>;
20152
+ /**
20153
+ * @summary Updates time variables for a task.
20154
+ *
20155
+ * @param request UpdateTaskTimeVariablesRequest
20156
+ * @return UpdateTaskTimeVariablesResponse
20157
+ */
17665
20158
  updateTaskTimeVariables(request: UpdateTaskTimeVariablesRequest): Promise<UpdateTaskTimeVariablesResponse>;
20159
+ /**
20160
+ * @summary Updates user information.
20161
+ *
20162
+ * @param request UpdateUserRequest
20163
+ * @param runtime runtime options for this request RuntimeOptions
20164
+ * @return UpdateUserResponse
20165
+ */
17666
20166
  updateUserWithOptions(request: UpdateUserRequest, runtime: $Util.RuntimeOptions): Promise<UpdateUserResponse>;
20167
+ /**
20168
+ * @summary Updates user information.
20169
+ *
20170
+ * @param request UpdateUserRequest
20171
+ * @return UpdateUserResponse
20172
+ */
17667
20173
  updateUser(request: UpdateUserRequest): Promise<UpdateUserResponse>;
17668
20174
  }