@alicloud/dataworks-public20200518 6.2.3 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -738,6 +738,7 @@ export declare class CreateMetaCategoryResponseBodyData extends $dara.Model {
738
738
  });
739
739
  }
740
740
  export declare class CreatePermissionApplyOrderRequestApplyObjectColumnMetaList extends $dara.Model {
741
+ actions?: string;
741
742
  /**
742
743
  * @remarks
743
744
  * The field on which you want to request permissions. If you want to request permissions on an entire table, enter all fields in the table. You can request permissions on specific fields of a table in a MaxCompute project only after LabelSecurity is enabled for this project. If LabelSecurity is disabled, you can request permissions only on an entire table.
@@ -764,8 +765,6 @@ export declare class CreatePermissionApplyOrderRequestApplyObject extends $dara.
764
765
  * @remarks
765
766
  * The permission that you want to request. If you want to request multiple permissions at the same time, separate them with commas (,). You can request only the following permissions: Select, Describe, Drop, Alter, Update, and Download.
766
767
  *
767
- * This parameter is required.
768
- *
769
768
  * @example
770
769
  * Select,Describe
771
770
  */
@@ -773,8 +772,6 @@ export declare class CreatePermissionApplyOrderRequestApplyObject extends $dara.
773
772
  /**
774
773
  * @remarks
775
774
  * The fields on which you want to request permissions.
776
- *
777
- * This parameter is required.
778
775
  */
779
776
  columnMetaList?: CreatePermissionApplyOrderRequestApplyObjectColumnMetaList[];
780
777
  /**
@@ -4877,9 +4874,10 @@ export declare class GetDISyncInstanceInfoResponseBodyData extends $dara.Model {
4877
4874
  export declare class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends $dara.Model {
4878
4875
  /**
4879
4876
  * @remarks
4880
- * The calculation method of indicators,
4881
- * - avg interval average
4882
- * - max interval takes the maximum value
4877
+ * The calculation method of a metric. Valid values:
4878
+ *
4879
+ * * avg
4880
+ * * max
4883
4881
  *
4884
4882
  * @example
4885
4883
  * avg
@@ -4887,10 +4885,11 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends
4887
4885
  aggregator?: string;
4888
4886
  /**
4889
4887
  * @remarks
4890
- * Comparison method of comparison symbols, indicators and alarm rules
4891
- * - \\"=\\"
4892
- * - \\"<\\"
4893
- * - \\">\\"
4888
+ * The comparison operator, which indicates the method used to compare a metric with the alert rule.
4889
+ *
4890
+ * * \\"=\\"
4891
+ * * \\"<\\"
4892
+ * * \\">\\"
4894
4893
  *
4895
4894
  * @example
4896
4895
  * =
@@ -4898,7 +4897,7 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends
4898
4897
  comparator?: string;
4899
4898
  /**
4900
4899
  * @remarks
4901
- * Duration: How long does this condition last before an alarm is triggered, in minutes.
4900
+ * The duration that a condition is met before an alert is triggered. Unit: minutes.
4902
4901
  *
4903
4902
  * @example
4904
4903
  * 3
@@ -4906,8 +4905,8 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends
4906
4905
  duration?: number;
4907
4906
  /**
4908
4907
  * @remarks
4909
- * - WARNING WARNING: alert
4910
- * - CRITICAL CRITICAL: alarm
4908
+ * * WARNING
4909
+ * * CRITICAL
4911
4910
  *
4912
4911
  * @example
4913
4912
  * WARNING
@@ -4915,7 +4914,7 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends
4915
4914
  level?: string;
4916
4915
  /**
4917
4916
  * @remarks
4918
- * Comparison threshold between metrics and alarm rules.
4917
+ * The threshold for the comparison between a metric and the alert rule.
4919
4918
  *
4920
4919
  * @example
4921
4920
  * 1
@@ -4935,12 +4934,12 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends
4935
4934
  export declare class GetDISyncTaskResponseBodyDataAlarmListNotifyRule extends $dara.Model {
4936
4935
  /**
4937
4936
  * @remarks
4938
- * Critical-level alert notification list.
4937
+ * The settings for Critical-level alert notifications.
4939
4938
  */
4940
4939
  critical?: string[];
4941
4940
  /**
4942
4941
  * @remarks
4943
- * Alarm interval, in minutes.
4942
+ * The alert interval. Unit: minutes.
4944
4943
  *
4945
4944
  * @example
4946
4945
  * 5
@@ -4948,7 +4947,7 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListNotifyRule extends $d
4948
4947
  interval?: number;
4949
4948
  /**
4950
4949
  * @remarks
4951
- * Warning-level alert notification list.
4950
+ * The settings for Warning-level alert notifications.
4952
4951
  */
4953
4952
  warning?: string[];
4954
4953
  static names(): {
@@ -4965,12 +4964,12 @@ export declare class GetDISyncTaskResponseBodyDataAlarmListNotifyRule extends $d
4965
4964
  export declare class GetDISyncTaskResponseBodyDataAlarmList extends $dara.Model {
4966
4965
  /**
4967
4966
  * @remarks
4968
- * Alarm Notification configuration array.
4967
+ * The alert notification settings. The value of this parameter is an array.
4969
4968
  */
4970
4969
  alarmRuleList?: GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList[];
4971
4970
  /**
4972
4971
  * @remarks
4973
- * Alarm rule description.
4972
+ * The description of the alert rule.
4974
4973
  *
4975
4974
  * @example
4976
4975
  * Description
@@ -4978,7 +4977,7 @@ export declare class GetDISyncTaskResponseBodyDataAlarmList extends $dara.Model
4978
4977
  description?: string;
4979
4978
  /**
4980
4979
  * @remarks
4981
- * Whether alarm rules are enabled.
4980
+ * Indicates whether the alert rule is enabled.
4982
4981
  *
4983
4982
  * @example
4984
4983
  * true
@@ -4986,7 +4985,7 @@ export declare class GetDISyncTaskResponseBodyDataAlarmList extends $dara.Model
4986
4985
  enabled?: boolean;
4987
4986
  /**
4988
4987
  * @remarks
4989
- * Alarm rule id.
4988
+ * The ID of the alert rule.
4990
4989
  *
4991
4990
  * @example
4992
4991
  * 45242
@@ -4994,14 +4993,14 @@ export declare class GetDISyncTaskResponseBodyDataAlarmList extends $dara.Model
4994
4993
  id?: number;
4995
4994
  /**
4996
4995
  * @remarks
4997
- * Alarm Type:
4996
+ * The alert type. Valid values:
4998
4997
  *
4999
- * - taskStatus: task status
5000
- * - bizDelay: business latency
5001
- * - taskFailoverCount: monitoring Failover
5002
- * - ddlUnsupport: DDL is not supported
5003
- * - ddlReport: DDL notifications
5004
- * - totalDirtyRecordWriteInLines: dirty data
4998
+ * * taskStatus
4999
+ * * bizDelay
5000
+ * * taskFailoverCount
5001
+ * * ddlUnsupport
5002
+ * * ddlReport
5003
+ * * totalDirtyRecordWriteInLines
5005
5004
  *
5006
5005
  * @example
5007
5006
  * taskStatus
@@ -5009,12 +5008,12 @@ export declare class GetDISyncTaskResponseBodyDataAlarmList extends $dara.Model
5009
5008
  metric?: string;
5010
5009
  /**
5011
5010
  * @remarks
5012
- * Alert notification rule array.
5011
+ * The settings for alert notification rules. The value of this parameter is an array.
5013
5012
  */
5014
5013
  notifyRule?: GetDISyncTaskResponseBodyDataAlarmListNotifyRule;
5015
5014
  /**
5016
5015
  * @remarks
5017
- * Alarm rule name.
5016
+ * The name of the alert rule.
5018
5017
  *
5019
5018
  * @example
5020
5019
  * Delay alert rule name 1
@@ -5145,7 +5144,7 @@ export declare class GetDISyncTaskResponseBodyDataSolutionDetail extends $dara.M
5145
5144
  export declare class GetDISyncTaskResponseBodyData extends $dara.Model {
5146
5145
  /**
5147
5146
  * @remarks
5148
- * Array of alarm rules associated with real-time tasks.
5147
+ * The alert rules that are associated with the real-time synchronization task. The value of this parameter is an array.
5149
5148
  */
5150
5149
  alarmList?: GetDISyncTaskResponseBodyDataAlarmList[];
5151
5150
  /**
@@ -8196,6 +8195,13 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $dara.Mode
8196
8195
  * true
8197
8196
  */
8198
8197
  ignoreParentSkipRunningProperty?: string;
8198
+ /**
8199
+ * @remarks
8200
+ * The ID of the custom image.
8201
+ *
8202
+ * @example
8203
+ * m-bp1h4b5a8ogkbll2f3tr
8204
+ */
8199
8205
  imageId?: string;
8200
8206
  /**
8201
8207
  * @remarks
@@ -12530,6 +12536,7 @@ export declare class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailAp
12530
12536
  });
12531
12537
  }
12532
12538
  export declare class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaListColumnMetaList extends $dara.Model {
12539
+ columnActions?: string[];
12533
12540
  /**
12534
12541
  * @remarks
12535
12542
  * The description of the column on which you request permissions.
@@ -12566,6 +12573,7 @@ export declare class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailAp
12566
12573
  });
12567
12574
  }
12568
12575
  export declare class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaList extends $dara.Model {
12576
+ actions?: string[];
12569
12577
  /**
12570
12578
  * @remarks
12571
12579
  * The information about the column fields in the object on which you request permissions.
@@ -13589,6 +13597,9 @@ export declare class GetQualityRuleResponseBodyData extends $dara.Model {
13589
13597
  /**
13590
13598
  * @remarks
13591
13599
  * The description of the monitoring rule.
13600
+ *
13601
+ * @example
13602
+ * Verify that the primary key is unique
13592
13603
  */
13593
13604
  comment?: string;
13594
13605
  /**
@@ -13701,6 +13712,9 @@ export declare class GetQualityRuleResponseBodyData extends $dara.Model {
13701
13712
  /**
13702
13713
  * @remarks
13703
13714
  * The name of the monitoring rule.
13715
+ *
13716
+ * @example
13717
+ * View table fluctuations
13704
13718
  */
13705
13719
  ruleName?: string;
13706
13720
  /**
@@ -13711,6 +13725,13 @@ export declare class GetQualityRuleResponseBodyData extends $dara.Model {
13711
13725
  * 0
13712
13726
  */
13713
13727
  ruleType?: number;
13728
+ /**
13729
+ * @remarks
13730
+ * The variable settings inserted before the custom rule. Format: x=a,y=b.
13731
+ *
13732
+ * @example
13733
+ * x=a,y=b
13734
+ */
13714
13735
  taskSetting?: string;
13715
13736
  /**
13716
13737
  * @remarks
@@ -14500,7 +14521,7 @@ export declare class GetTopicInfluenceResponseBodyDataInfluences extends $dara.M
14500
14521
  export declare class GetTopicInfluenceResponseBodyData extends $dara.Model {
14501
14522
  /**
14502
14523
  * @remarks
14503
- * The list of affected baseline instances.
14524
+ * The affected baseline instances.
14504
14525
  */
14505
14526
  influences?: GetTopicInfluenceResponseBodyDataInfluences[];
14506
14527
  /**
@@ -15107,6 +15128,14 @@ export declare class ListBaselineStatusesResponseBodyDataBaselineStatuses extend
15107
15128
  * Baseline name
15108
15129
  */
15109
15130
  baselineName?: string;
15131
+ /**
15132
+ * @remarks
15133
+ * The type of the baseline, including DAILY and HOURLY. Separate multiple types with commas (,).
15134
+ *
15135
+ * @example
15136
+ * DAILY,HOURLY
15137
+ */
15138
+ baselineType?: string;
15110
15139
  /**
15111
15140
  * @remarks
15112
15141
  * The data timestamp.
@@ -19539,7 +19568,7 @@ export declare class ListDataSourcesResponseBodyDataDataSources extends $dara.Mo
19539
19568
  * "authType": "2"
19540
19569
  * }
19541
19570
  *
19542
- * * MySQL
19571
+ * * mysql
19543
19572
  *
19544
19573
  * {
19545
19574
  * "configType": "1",
@@ -19551,7 +19580,7 @@ export declare class ListDataSourcesResponseBodyDataDataSources extends $dara.Mo
19551
19580
  * "username": "mysql_db111"
19552
19581
  * }
19553
19582
  *
19554
- * * ApsaraDB RDS for SQL Server
19583
+ * * sqlserver
19555
19584
  *
19556
19585
  * {
19557
19586
  * "configType": "1",
@@ -19561,18 +19590,18 @@ export declare class ListDataSourcesResponseBodyDataDataSources extends $dara.Mo
19561
19590
  * "username": "sqlserver_db111"
19562
19591
  * }
19563
19592
  *
19564
- * * Object Storage Service (OSS)
19593
+ * * oss
19565
19594
  *
19566
19595
  * {
19567
- * "accessId": "LTAINbR9Uxxxx",
19568
- * "accessKey": "***",
19596
+ * "accessId": "***********",
19597
+ * "accessKey": "***********",
19569
19598
  * "bucket": "bigxxx1223",
19570
19599
  * "configType": "1",
19571
19600
  * "endpoint": "http://oss-cn-hangzhou.aliyuncs.com",
19572
19601
  * "tag": "public"
19573
19602
  * }
19574
19603
  *
19575
- * * ApsaraDB RDS for PostgreSQL
19604
+ * * postgresql
19576
19605
  *
19577
19606
  * {
19578
19607
  * "configType": "1",
@@ -19584,7 +19613,7 @@ export declare class ListDataSourcesResponseBodyDataDataSources extends $dara.Mo
19584
19613
  * "username": "cdp_xxx"
19585
19614
  * }
19586
19615
  *
19587
- * * AnalyticDB for MySQL
19616
+ * * ads
19588
19617
  *
19589
19618
  * {
19590
19619
  * "configType": "1",
@@ -20328,7 +20357,7 @@ export declare class ListFileVersionsResponseBodyDataFileVersions extends $dara.
20328
20357
  export declare class ListFileVersionsResponseBodyData extends $dara.Model {
20329
20358
  /**
20330
20359
  * @remarks
20331
- * The details of the file version.
20360
+ * The details of file versions.
20332
20361
  */
20333
20362
  fileVersions?: ListFileVersionsResponseBodyDataFileVersions[];
20334
20363
  /**
@@ -20369,7 +20398,7 @@ export declare class ListFileVersionsResponseBodyData extends $dara.Model {
20369
20398
  export declare class ListFilesResponseBodyDataFiles extends $dara.Model {
20370
20399
  /**
20371
20400
  * @remarks
20372
- * The path of the folder where the file is located.
20401
+ * The path of the folder to which the file belongs.
20373
20402
  *
20374
20403
  * @example
20375
20404
  * Business_process/my_first_business_process/MaxCompute/ods_layer
@@ -21406,7 +21435,8 @@ export declare class ListLineageResponseBodyDataDataEntityListRelationList exten
21406
21435
  * @remarks
21407
21436
  * The data channel. Valid values:
21408
21437
  *
21409
- * FIRST_PARTY: DataWorks platformTHIRD_PARTY: user registration
21438
+ * * **FIRST_PARTY: DataWorks platform**
21439
+ * * **THIRD_PARTY: user registration**
21410
21440
  *
21411
21441
  * @example
21412
21442
  * THIRD_PARTY
@@ -21414,7 +21444,7 @@ export declare class ListLineageResponseBodyDataDataEntityListRelationList exten
21414
21444
  channel?: string;
21415
21445
  /**
21416
21446
  * @remarks
21417
- * The name of the data source.
21447
+ * The data source.
21418
21448
  *
21419
21449
  * @example
21420
21450
  * mysql
@@ -24277,7 +24307,7 @@ export declare class ListQualityRulesResponseBodyDataRules extends $dara.Model {
24277
24307
  checkerId?: number;
24278
24308
  /**
24279
24309
  * @remarks
24280
- * The description of the system defense rule.
24310
+ * The description of the monitoring rule.
24281
24311
  *
24282
24312
  * @example
24283
24313
  * Verify table rules
@@ -24501,7 +24531,7 @@ export declare class ListQualityRulesResponseBodyData extends $dara.Model {
24501
24531
  pageSize?: number;
24502
24532
  /**
24503
24533
  * @remarks
24504
- * The details of the monitoring rule.
24534
+ * The details of the monitoring rules.
24505
24535
  */
24506
24536
  rules?: ListQualityRulesResponseBodyDataRules[];
24507
24537
  /**
@@ -25047,7 +25077,7 @@ export declare class ListShiftPersonnelsResponseBodyPaging extends $dara.Model {
25047
25077
  pageSize?: number;
25048
25078
  /**
25049
25079
  * @remarks
25050
- * A list of on-duty engineers in a shift schedule.
25080
+ * The on-duty engineers in the shift schedule.
25051
25081
  */
25052
25082
  shiftPersons?: ListShiftPersonnelsResponseBodyPagingShiftPersons[];
25053
25083
  /**
@@ -25482,7 +25512,7 @@ export declare class ListTablesResponseBodyDataTableEntityListEntityContent exte
25482
25512
  export declare class ListTablesResponseBodyDataTableEntityList extends $dara.Model {
25483
25513
  /**
25484
25514
  * @remarks
25485
- * Table entity information.
25515
+ * The information about the table.
25486
25516
  */
25487
25517
  entityContent?: ListTablesResponseBodyDataTableEntityListEntityContent;
25488
25518
  /**
@@ -25515,7 +25545,7 @@ export declare class ListTablesResponseBodyData extends $dara.Model {
25515
25545
  nextToken?: string;
25516
25546
  /**
25517
25547
  * @remarks
25518
- * Entity array.
25548
+ * An array of entities.
25519
25549
  */
25520
25550
  tableEntityList?: ListTablesResponseBodyDataTableEntityList[];
25521
25551
  /**
@@ -26557,7 +26587,7 @@ export declare class UpdateBaselineRequestAlertSettings extends $dara.Model {
26557
26587
  export declare class UpdateBaselineRequestOvertimeSettings extends $dara.Model {
26558
26588
  /**
26559
26589
  * @remarks
26560
- * The cycle that corresponds to the committed completion time. For a day-level baseline, set this parameter to 1. For an hour-level baseline, set this parameter to a value that does not exceed 24.
26590
+ * The cycle that corresponds to the committed completion time. For a day-level baseline, set this parameter to 1. For an hour-level baseline, set this parameter to a value that is no more than 24.
26561
26591
  *
26562
26592
  * @example
26563
26593
  * 1
@@ -31120,8 +31150,8 @@ export declare class CreateDataSourceRequest extends $dara.Model {
31120
31150
  * * odps
31121
31151
  *
31122
31152
  * {
31123
- * "accessId": "xssssss",
31124
- * "accessKey": "xsaxsaxsa",
31153
+ * "accessId": "*****",
31154
+ * "accessKey": "*****",
31125
31155
  * "authType": 2,
31126
31156
  * "endpoint": "http://service.odps.aliyun.com/api",
31127
31157
  * "project": "xsaxsax",
@@ -31155,8 +31185,8 @@ export declare class CreateDataSourceRequest extends $dara.Model {
31155
31185
  * * oss
31156
31186
  *
31157
31187
  * {
31158
- * "accessId": "sssssxx",
31159
- * "accessKey": "xsaxaxsaxs",
31188
+ * "accessId": "*****",
31189
+ * "accessKey": "*****",
31160
31190
  * "bucket": "xsa-xs-xs",
31161
31191
  * "endpoint": "http://oss-cn-shanghai.aliyuncs.com",
31162
31192
  * "tag": "public"
@@ -31213,11 +31243,11 @@ export declare class CreateDataSourceRequest extends $dara.Model {
31213
31243
  * * emr
31214
31244
  *
31215
31245
  * {
31216
- * "accessId": "xsaxsa",
31246
+ * "accessId": "*****",
31217
31247
  * "emrClusterId": "C-dsads",
31218
31248
  * "emrResourceQueueName": "default",
31219
31249
  * "emrEndpoint": "emr.aliyuncs.com",
31220
- * "accessKey": "dsadsad",
31250
+ * "accessKey": "*****",
31221
31251
  * "emrUserId": "224833315798889783",
31222
31252
  * "name": "sasdsadsa",
31223
31253
  * "emrAccessMode": "simple",
@@ -31260,8 +31290,8 @@ export declare class CreateDataSourceRequest extends $dara.Model {
31260
31290
  * * holo
31261
31291
  *
31262
31292
  * {
31263
- * "accessId": "xsaxsaxs",
31264
- * "accessKey": "xsaxsaxsa",
31293
+ * "accessId": "*****",
31294
+ * "accessKey": "*****",
31265
31295
  * "database": "xsaxsaxsa",
31266
31296
  * "instanceId": "xsaxa",
31267
31297
  * "tag": "aliyun"
@@ -31766,6 +31796,13 @@ export declare class CreateFileRequest extends $dara.Model {
31766
31796
  * false
31767
31797
  */
31768
31798
  ignoreParentSkipRunningProperty?: boolean;
31799
+ /**
31800
+ * @remarks
31801
+ * Custom image ID
31802
+ *
31803
+ * @example
31804
+ * m-bp1h4b5a8ogkbll2f3tr
31805
+ */
31769
31806
  imageId?: string;
31770
31807
  /**
31771
31808
  * @remarks
@@ -32864,6 +32901,7 @@ export declare class CreatePermissionApplyOrderRequest extends $dara.Model {
32864
32901
  * I need to use this table
32865
32902
  */
32866
32903
  applyReason?: string;
32904
+ applyType?: string;
32867
32905
  /**
32868
32906
  * @remarks
32869
32907
  * The ID of the Alibaba Cloud account for which you want to request permissions. If you want to request permissions for multiple Alibaba Cloud accounts, separate the IDs of the accounts with commas (,).
@@ -32874,6 +32912,7 @@ export declare class CreatePermissionApplyOrderRequest extends $dara.Model {
32874
32912
  * 267842600408993176,267842600408993177
32875
32913
  */
32876
32914
  applyUserIds?: string;
32915
+ catalogName?: string;
32877
32916
  /**
32878
32917
  * @remarks
32879
32918
  * The expiration time of the permissions that you request. This value is a UNIX timestamp. The default value is January 1, 2065. If LabelSecurity is disabled for the MaxCompute project in which you want to request permissions on the fields of a table, or the security level of the fields is 0 or is lower than or equal to the security level of the Alibaba Cloud account for which you want to request permissions, you can request only permanent permissions. You can go to the Workspace Management page in the DataWorks console, click MaxCompute Management in the left-side navigation pane, and then check whether column-level access control is enabled. You can go to your DataWorks workspace, view the security level of the fields in Data Map, and then view the security level of the Alibaba Cloud account on the User Management page.
@@ -32894,8 +32933,6 @@ export declare class CreatePermissionApplyOrderRequest extends $dara.Model {
32894
32933
  * @remarks
32895
32934
  * The name of the MaxCompute project in which you request permissions on the fields of a table.
32896
32935
  *
32897
- * This parameter is required.
32898
- *
32899
32936
  * @example
32900
32937
  * aMaxcomputeProjectName
32901
32938
  */
@@ -32912,8 +32949,6 @@ export declare class CreatePermissionApplyOrderRequest extends $dara.Model {
32912
32949
  * @remarks
32913
32950
  * The ID of the DataWorks workspace that is associated with the MaxCompute project in which you want to request permissions on the fields of a table. You can go to the SettingCenter page in the DataWorks console to view the workspace ID.
32914
32951
  *
32915
- * This parameter is required.
32916
- *
32917
32952
  * @example
32918
32953
  * 12345
32919
32954
  */
@@ -47335,7 +47370,7 @@ export declare class GetMigrationSummaryRequest extends $dara.Model {
47335
47370
  * @remarks
47336
47371
  * The migration task ID.
47337
47372
  *
47338
- * You can call the [CreateImportMigration](https://help.aliyun.com/document_detail/2809123.html) operation to obtain the ID of the import task and call the [CreateExportMigration](https://help.aliyun.com/document_detail/3241603.html) operation to obtain the ID of the export task.
47373
+ * You can call the [CreateImportMigration](https://help.aliyun.com/document_detail/2780280.html) operation to obtain the ID of the import task and call the [CreateExportMigration](https://help.aliyun.com/document_detail/2780281.html) operation to obtain the ID of the export task.
47339
47374
  *
47340
47375
  * This parameter is required.
47341
47376
  *
@@ -49359,7 +49394,7 @@ export declare class GetTopicInfluenceRequest extends $dara.Model {
49359
49394
  export declare class GetTopicInfluenceResponseBody extends $dara.Model {
49360
49395
  /**
49361
49396
  * @remarks
49362
- * The list of baseline instances affected by the event.
49397
+ * The data returned.
49363
49398
  */
49364
49399
  data?: GetTopicInfluenceResponseBodyData;
49365
49400
  /**
@@ -53160,7 +53195,7 @@ export declare class ListFileVersionsRequest extends $dara.Model {
53160
53195
  export declare class ListFileVersionsResponseBody extends $dara.Model {
53161
53196
  /**
53162
53197
  * @remarks
53163
- * The file versions returned.
53198
+ * The file versions.
53164
53199
  */
53165
53200
  data?: ListFileVersionsResponseBodyData;
53166
53201
  /**
@@ -53242,7 +53277,7 @@ export declare class ListFilesRequest extends $dara.Model {
53242
53277
  exactFileName?: string;
53243
53278
  /**
53244
53279
  * @remarks
53245
- * The path of the files.
53280
+ * The path of the folder to which files belong.
53246
53281
  *
53247
53282
  * @example
53248
53283
  * Business_process/my_first_business_process/MaxCompute/ods_layer
@@ -53274,6 +53309,7 @@ export declare class ListFilesRequest extends $dara.Model {
53274
53309
  * ods
53275
53310
  */
53276
53311
  keyword?: string;
53312
+ lastEditUser?: string;
53277
53313
  /**
53278
53314
  * @remarks
53279
53315
  * Whether the query result contains the path of the folder where the file is located.
@@ -54098,9 +54134,10 @@ export declare class ListInstancesResponse extends $dara.Model {
54098
54134
  export declare class ListLineageRequest extends $dara.Model {
54099
54135
  /**
54100
54136
  * @remarks
54101
- * The lineage type. Valid values:\\
54102
- * up: ancestor lineage\\
54103
- * down: descendant lineage
54137
+ * The lineage type. Valid values:
54138
+ *
54139
+ * * up: ancestor lineage
54140
+ * * down: descendant lineage
54104
54141
  *
54105
54142
  * This parameter is required.
54106
54143
  *
@@ -54195,9 +54232,8 @@ export declare class ListLineageResponseBody extends $dara.Model {
54195
54232
  * @remarks
54196
54233
  * Indicates whether the request was successful. Valid values:
54197
54234
  *
54198
- * true
54199
- *
54200
- * false
54235
+ * * true
54236
+ * * false
54201
54237
  *
54202
54238
  * @example
54203
54239
  * true
@@ -55561,6 +55597,8 @@ export declare class ListNodesByOutputResponse extends $dara.Model {
55561
55597
  });
55562
55598
  }
55563
55599
  export declare class ListPermissionApplyOrdersRequest extends $dara.Model {
55600
+ applyType?: string;
55601
+ catalogName?: string;
55564
55602
  /**
55565
55603
  * @remarks
55566
55604
  * The end of the time range to query. You can query all the permissions request orders that have been submitted before the time. The parameter value is a UNIX timestamp. If you do not specify the parameter, all permission request orders that are submitted before the current time are queried.
@@ -55573,8 +55611,6 @@ export declare class ListPermissionApplyOrdersRequest extends $dara.Model {
55573
55611
  * @remarks
55574
55612
  * The type of the compute engine with which the permission request order is associated. The parameter value is odps and cannot be changed. This value indicates that you can request permissions only on fields of tables in the MaxCompute compute engine.
55575
55613
  *
55576
- * This parameter is required.
55577
- *
55578
55614
  * @example
55579
55615
  * odps
55580
55616
  */
@@ -55613,8 +55649,6 @@ export declare class ListPermissionApplyOrdersRequest extends $dara.Model {
55613
55649
  * @remarks
55614
55650
  * The type of the permission request order. The parameter value is 1 and cannot be changed. This value indicates ACL-based authorization.
55615
55651
  *
55616
- * This parameter is required.
55617
- *
55618
55652
  * @example
55619
55653
  * 1
55620
55654
  */
@@ -57102,7 +57136,7 @@ export declare class ListShiftPersonnelsRequest extends $dara.Model {
57102
57136
  export declare class ListShiftPersonnelsResponseBody extends $dara.Model {
57103
57137
  /**
57104
57138
  * @remarks
57105
- * The pagination data.
57139
+ * The pagination information.
57106
57140
  */
57107
57141
  paging?: ListShiftPersonnelsResponseBodyPaging;
57108
57142
  /**
@@ -57188,7 +57222,7 @@ export declare class ListShiftSchedulesRequest extends $dara.Model {
57188
57222
  export declare class ListShiftSchedulesResponseBody extends $dara.Model {
57189
57223
  /**
57190
57224
  * @remarks
57191
- * The pagination data.
57225
+ * The pagination information.
57192
57226
  */
57193
57227
  paging?: ListShiftSchedulesResponseBodyPaging;
57194
57228
  /**
@@ -57780,128 +57814,6 @@ export declare class ListTopicsResponse extends $dara.Model {
57780
57814
  [key: string]: any;
57781
57815
  });
57782
57816
  }
57783
- export declare class MountDirectoryRequest extends $dara.Model {
57784
- /**
57785
- * @remarks
57786
- * The ID of the directory that you want to add to the left-side navigation pane of DataAnalysis. This parameter is used together with the TargetType parameter. For example, if you set the TargetType parameter to META_ALBUM, you must set the TargetId parameter to the ID of the related data album. You can call the [ListMetaCollections](https://help.aliyun.com/document_detail/469938.html) operation to obtain the ID of the data album. The ID is indicated by the QualifiedName parameter.
57787
- *
57788
- * @example
57789
- * album.339
57790
- */
57791
- targetId?: string;
57792
- /**
57793
- * @remarks
57794
- * The type of the directory that you want to add to the left-side navigation pane of DataAnalysis. Example: META_ALBUM, which indicates the data album.
57795
- *
57796
- * @example
57797
- * META_ALBUM
57798
- */
57799
- targetType?: string;
57800
- /**
57801
- * @remarks
57802
- * The ID of the user in the tenant.
57803
- *
57804
- * * If you do not configure TargetUserId, the specified directory belongs to you.
57805
- * * If you configure TargetUserId, the specified directory belongs to the user specified by using TargetUserId.
57806
- *
57807
- * @example
57808
- * 1234567890
57809
- */
57810
- targetUserId?: string;
57811
- static names(): {
57812
- [key: string]: string;
57813
- };
57814
- static types(): {
57815
- [key: string]: any;
57816
- };
57817
- validate(): void;
57818
- constructor(map?: {
57819
- [key: string]: any;
57820
- });
57821
- }
57822
- export declare class MountDirectoryResponseBody extends $dara.Model {
57823
- /**
57824
- * @remarks
57825
- * The number of directories that are added. Valid values:
57826
- *
57827
- * * 0: No directories are added. The left-side navigation pane may contain the specified directory.
57828
- * * 1: One directory is added.
57829
- *
57830
- * @example
57831
- * 1
57832
- */
57833
- data?: number;
57834
- /**
57835
- * @remarks
57836
- * The error code. The value 200 indicates that the task is successful.
57837
- *
57838
- * @example
57839
- * 200
57840
- */
57841
- errorCode?: string;
57842
- /**
57843
- * @remarks
57844
- * The error message.
57845
- *
57846
- * @example
57847
- * You have no permission.
57848
- */
57849
- errorMessage?: string;
57850
- /**
57851
- * @remarks
57852
- * The HTTP status code.
57853
- *
57854
- * @example
57855
- * 200
57856
- */
57857
- httpStatusCode?: number;
57858
- /**
57859
- * @remarks
57860
- * The request ID. You can use the ID to troubleshoot issues.
57861
- *
57862
- * @example
57863
- * C27D4FB9-C59B-5E17-BD6C-1099B9D6A381
57864
- */
57865
- requestId?: string;
57866
- /**
57867
- * @remarks
57868
- * Indicates whether the request was successful. Valid values:
57869
- *
57870
- * * true
57871
- * * false
57872
- *
57873
- * @example
57874
- * true
57875
- */
57876
- success?: boolean;
57877
- static names(): {
57878
- [key: string]: string;
57879
- };
57880
- static types(): {
57881
- [key: string]: any;
57882
- };
57883
- validate(): void;
57884
- constructor(map?: {
57885
- [key: string]: any;
57886
- });
57887
- }
57888
- export declare class MountDirectoryResponse extends $dara.Model {
57889
- headers?: {
57890
- [key: string]: string;
57891
- };
57892
- statusCode?: number;
57893
- body?: MountDirectoryResponseBody;
57894
- static names(): {
57895
- [key: string]: string;
57896
- };
57897
- static types(): {
57898
- [key: string]: any;
57899
- };
57900
- validate(): void;
57901
- constructor(map?: {
57902
- [key: string]: any;
57903
- });
57904
- }
57905
57817
  export declare class OfflineNodeRequest extends $dara.Model {
57906
57818
  /**
57907
57819
  * @remarks
@@ -59646,124 +59558,6 @@ export declare class ResumeInstanceResponse extends $dara.Model {
59646
59558
  [key: string]: any;
59647
59559
  });
59648
59560
  }
59649
- export declare class RevokeColumnPermissionRequest extends $dara.Model {
59650
- /**
59651
- * @remarks
59652
- * The fields for which you want to revoke permissions from a user. Separate multiple fields with commas (,). You can revoke the permissions on the fields only in MaxCompute tables.
59653
- *
59654
- * This parameter is required.
59655
- *
59656
- * @example
59657
- * id,name
59658
- */
59659
- columns?: string;
59660
- /**
59661
- * @remarks
59662
- * The name of the MaxCompute project to which the fields belong. You can log on to the DataWorks console and go to the SettingCenter page to obtain the name of the MaxCompute project that you associate with the workspace.
59663
- *
59664
- * This parameter is required.
59665
- *
59666
- * @example
59667
- * aMaxcomputeProjectName
59668
- */
59669
- maxComputeProjectName?: string;
59670
- /**
59671
- * @remarks
59672
- * The ID of the Alibaba Cloud account of the user from which you want to revoke permissions. You can log on to the DataWorks console and go to the Security Settings page to obtain the ID. You must specify either this parameter or the RevokeUserName parameter. If you specify both this parameter and the RevokeUserName parameter and the parameter values are different, the value of this parameter prevails.
59673
- *
59674
- * @example
59675
- * 267842600408993176
59676
- */
59677
- revokeUserId?: string;
59678
- /**
59679
- * @remarks
59680
- * The Alibaba Cloud account from which you want to revoke permissions. Specify this parameter in the format that is the same as the format of the account used to access the MaxCompute project.
59681
- *
59682
- * * If the account is an Alibaba Cloud account, the value is in the ALIYUN$+Account name format.
59683
- * * If the account is a RAM user, the value is in the RAM$+Account name format.
59684
- *
59685
- * You must specify either this parameter or the RevokeUserId parameter. If you specify both this parameter and the RevokeUserId parameter and the parameter values are different, the value of the RevokeUserId parameter prevails.
59686
- *
59687
- * @example
59688
- * RAM$dataworks_3h1_1:stsramuser
59689
- */
59690
- revokeUserName?: string;
59691
- /**
59692
- * @remarks
59693
- * The name of the MaxCompute table to which the fields belong. You can call the [SearchMetaTables](https://help.aliyun.com/document_detail/173919.html) operation to query the name of the MaxCompute table.
59694
- *
59695
- * This parameter is required.
59696
- *
59697
- * @example
59698
- * aTableName
59699
- */
59700
- tableName?: string;
59701
- /**
59702
- * @remarks
59703
- * The ID of the DataWorks workspace with which the MaxCompute project is associated. You can log on to the DataWorks console and go to the Workspace page to obtain the ID.
59704
- *
59705
- * This parameter is required.
59706
- *
59707
- * @example
59708
- * 12345
59709
- */
59710
- workspaceId?: number;
59711
- static names(): {
59712
- [key: string]: string;
59713
- };
59714
- static types(): {
59715
- [key: string]: any;
59716
- };
59717
- validate(): void;
59718
- constructor(map?: {
59719
- [key: string]: any;
59720
- });
59721
- }
59722
- export declare class RevokeColumnPermissionResponseBody extends $dara.Model {
59723
- /**
59724
- * @remarks
59725
- * The request ID.
59726
- *
59727
- * @example
59728
- * 0bc1ec92159376****
59729
- */
59730
- requestId?: string;
59731
- /**
59732
- * @remarks
59733
- * Indicates whether the permissions are revoked.
59734
- *
59735
- * @example
59736
- * true
59737
- */
59738
- revokeSuccess?: boolean;
59739
- static names(): {
59740
- [key: string]: string;
59741
- };
59742
- static types(): {
59743
- [key: string]: any;
59744
- };
59745
- validate(): void;
59746
- constructor(map?: {
59747
- [key: string]: any;
59748
- });
59749
- }
59750
- export declare class RevokeColumnPermissionResponse extends $dara.Model {
59751
- headers?: {
59752
- [key: string]: string;
59753
- };
59754
- statusCode?: number;
59755
- body?: RevokeColumnPermissionResponseBody;
59756
- static names(): {
59757
- [key: string]: string;
59758
- };
59759
- static types(): {
59760
- [key: string]: any;
59761
- };
59762
- validate(): void;
59763
- constructor(map?: {
59764
- [key: string]: any;
59765
- });
59766
- }
59767
59561
  export declare class RevokeTablePermissionRequest extends $dara.Model {
59768
59562
  /**
59769
59563
  * @remarks
@@ -62687,128 +62481,6 @@ export declare class TopTenErrorTimesInstanceResponse extends $dara.Model {
62687
62481
  [key: string]: any;
62688
62482
  });
62689
62483
  }
62690
- export declare class UmountDirectoryRequest extends $dara.Model {
62691
- /**
62692
- * @remarks
62693
- * The ID of the directory that you want to remove from the left-side navigation pane of DataAnalysis. This parameter is used together with the TargetType parameter. For example, if you set the TargetType parameter to META_ALBUM, you must set the TargetId parameter to the ID of the metadata data album. You can call the [ListMetaCollections](https://help.aliyun.com/document_detail/469938.html) operation to obtain the ID of the data album. The ID is indicated by the QualifiedName parameter.
62694
- *
62695
- * @example
62696
- * album.339
62697
- */
62698
- targetId?: string;
62699
- /**
62700
- * @remarks
62701
- * The type of the directory that you want to remove from the left-side navigation pane of DataAnalysis. Example: META_ALBUM, which indicates the metadata data album.
62702
- *
62703
- * @example
62704
- * META_ALBUM
62705
- */
62706
- targetType?: string;
62707
- /**
62708
- * @remarks
62709
- * The ID of the user in the tenant.
62710
- *
62711
- * * If you do not configure TargetUserId, the directory belongs to you.
62712
- * * If you configure TargetUserId, the directory belongs to the user specified by using TargetUserId.
62713
- *
62714
- * @example
62715
- * 1234567890
62716
- */
62717
- targetUserId?: string;
62718
- static names(): {
62719
- [key: string]: string;
62720
- };
62721
- static types(): {
62722
- [key: string]: any;
62723
- };
62724
- validate(): void;
62725
- constructor(map?: {
62726
- [key: string]: any;
62727
- });
62728
- }
62729
- export declare class UmountDirectoryResponseBody extends $dara.Model {
62730
- /**
62731
- * @remarks
62732
- * The number of directories that are removed. Valid values:
62733
- *
62734
- * * 0: No directories are removed. The left-side navigation pane may not contain the specified directory.
62735
- * * 1: One directory is removed.
62736
- *
62737
- * @example
62738
- * 1
62739
- */
62740
- data?: number;
62741
- /**
62742
- * @remarks
62743
- * The error code. The value 200 indicates that the task is successful.
62744
- *
62745
- * @example
62746
- * 200
62747
- */
62748
- errorCode?: string;
62749
- /**
62750
- * @remarks
62751
- * The error message.
62752
- *
62753
- * @example
62754
- * You have no permission.
62755
- */
62756
- errorMessage?: string;
62757
- /**
62758
- * @remarks
62759
- * The HTTP status code. The value 200 indicates that the request was successful.
62760
- *
62761
- * @example
62762
- * 200
62763
- */
62764
- httpStatusCode?: number;
62765
- /**
62766
- * @remarks
62767
- * The request ID. You can use the ID to troubleshoot issues.
62768
- *
62769
- * @example
62770
- * 0bc5aa2716455247597991794e65bd
62771
- */
62772
- requestId?: string;
62773
- /**
62774
- * @remarks
62775
- * Indicates whether the request was successful. Valid values:
62776
- *
62777
- * * true
62778
- * * false
62779
- *
62780
- * @example
62781
- * true
62782
- */
62783
- success?: boolean;
62784
- static names(): {
62785
- [key: string]: string;
62786
- };
62787
- static types(): {
62788
- [key: string]: any;
62789
- };
62790
- validate(): void;
62791
- constructor(map?: {
62792
- [key: string]: any;
62793
- });
62794
- }
62795
- export declare class UmountDirectoryResponse extends $dara.Model {
62796
- headers?: {
62797
- [key: string]: string;
62798
- };
62799
- statusCode?: number;
62800
- body?: UmountDirectoryResponseBody;
62801
- static names(): {
62802
- [key: string]: string;
62803
- };
62804
- static types(): {
62805
- [key: string]: any;
62806
- };
62807
- validate(): void;
62808
- constructor(map?: {
62809
- [key: string]: any;
62810
- });
62811
- }
62812
62484
  export declare class UpdateBaselineRequest extends $dara.Model {
62813
62485
  /**
62814
62486
  * @remarks
@@ -64764,7 +64436,7 @@ export declare class UpdateFileRequest extends $dara.Model {
64764
64436
  advancedSettings?: string;
64765
64437
  /**
64766
64438
  * @remarks
64767
- * Whether the scheduling configuration takes effect immediately after the release.
64439
+ * Specifies whether scheduling configurations immediately take effect after the node is deployed.
64768
64440
  *
64769
64441
  * @example
64770
64442
  * true
@@ -64923,12 +64595,19 @@ export declare class UpdateFileRequest extends $dara.Model {
64923
64595
  fileName?: string;
64924
64596
  /**
64925
64597
  * @remarks
64926
- * Scheduling configuration-> previous cycle-> whether to skip the upstream empty run attribute.
64598
+ * Specifies whether to skip the dry-run property of the ancestor nodes of the node. This parameter corresponds to the Skip the dry-run property of the ancestor node parameter that is displayed after you configure the Depend On parameter in the Dependencies section of the Properties tab in the DataWorks console.
64927
64599
  *
64928
64600
  * @example
64929
64601
  * true
64930
64602
  */
64931
64603
  ignoreParentSkipRunningProperty?: boolean;
64604
+ /**
64605
+ * @remarks
64606
+ * The ID of the custom image.
64607
+ *
64608
+ * @example
64609
+ * m-uf6d7npxk1hhek8ng0cb
64610
+ */
64932
64611
  imageId?: string;
64933
64612
  /**
64934
64613
  * @remarks
@@ -67928,6 +67607,9 @@ export default class Client extends OpenApi {
67928
67607
  /**
67929
67608
  * Creates a data synchronization task.
67930
67609
  *
67610
+ * @remarks
67611
+ * You cannot configure scheduling properties for a task by calling this operation. If you want to configure scheduling properties for a task, you can call the UpdateFile operation.[](~~2780137~~)
67612
+ *
67931
67613
  * @param request - CreateDISyncTaskRequest
67932
67614
  * @param runtime - runtime options for this request RuntimeOptions
67933
67615
  * @returns CreateDISyncTaskResponse
@@ -67936,6 +67618,9 @@ export default class Client extends OpenApi {
67936
67618
  /**
67937
67619
  * Creates a data synchronization task.
67938
67620
  *
67621
+ * @remarks
67622
+ * You cannot configure scheduling properties for a task by calling this operation. If you want to configure scheduling properties for a task, you can call the UpdateFile operation.[](~~2780137~~)
67623
+ *
67939
67624
  * @param request - CreateDISyncTaskRequest
67940
67625
  * @returns CreateDISyncTaskResponse
67941
67626
  */
@@ -71545,21 +71230,6 @@ export default class Client extends OpenApi {
71545
71230
  * @returns ListTopicsResponse
71546
71231
  */
71547
71232
  listTopics(request: ListTopicsRequest): Promise<ListTopicsResponse>;
71548
- /**
71549
- * Adds a directory to the left-side navigation pane of DataAnalysis.
71550
- *
71551
- * @param request - MountDirectoryRequest
71552
- * @param runtime - runtime options for this request RuntimeOptions
71553
- * @returns MountDirectoryResponse
71554
- */
71555
- mountDirectoryWithOptions(request: MountDirectoryRequest, runtime: $dara.RuntimeOptions): Promise<MountDirectoryResponse>;
71556
- /**
71557
- * Adds a directory to the left-side navigation pane of DataAnalysis.
71558
- *
71559
- * @param request - MountDirectoryRequest
71560
- * @returns MountDirectoryResponse
71561
- */
71562
- mountDirectory(request: MountDirectoryRequest): Promise<MountDirectoryResponse>;
71563
71233
  /**
71564
71234
  * Undeploys a node.
71565
71235
  *
@@ -71820,21 +71490,6 @@ export default class Client extends OpenApi {
71820
71490
  * @returns ResumeInstanceResponse
71821
71491
  */
71822
71492
  resumeInstance(request: ResumeInstanceRequest): Promise<ResumeInstanceResponse>;
71823
- /**
71824
- * Revokes permissions on table fields from a user.
71825
- *
71826
- * @param request - RevokeColumnPermissionRequest
71827
- * @param runtime - runtime options for this request RuntimeOptions
71828
- * @returns RevokeColumnPermissionResponse
71829
- */
71830
- revokeColumnPermissionWithOptions(request: RevokeColumnPermissionRequest, runtime: $dara.RuntimeOptions): Promise<RevokeColumnPermissionResponse>;
71831
- /**
71832
- * Revokes permissions on table fields from a user.
71833
- *
71834
- * @param request - RevokeColumnPermissionRequest
71835
- * @returns RevokeColumnPermissionResponse
71836
- */
71837
- revokeColumnPermission(request: RevokeColumnPermissionRequest): Promise<RevokeColumnPermissionResponse>;
71838
71493
  /**
71839
71494
  * Revokes permissions on a table from a user.
71840
71495
  *
@@ -72245,21 +71900,6 @@ export default class Client extends OpenApi {
72245
71900
  * @returns TopTenErrorTimesInstanceResponse
72246
71901
  */
72247
71902
  topTenErrorTimesInstance(request: TopTenErrorTimesInstanceRequest): Promise<TopTenErrorTimesInstanceResponse>;
72248
- /**
72249
- * Removes a directory from the left-side navigation pane of DataAnalysis.
72250
- *
72251
- * @param request - UmountDirectoryRequest
72252
- * @param runtime - runtime options for this request RuntimeOptions
72253
- * @returns UmountDirectoryResponse
72254
- */
72255
- umountDirectoryWithOptions(request: UmountDirectoryRequest, runtime: $dara.RuntimeOptions): Promise<UmountDirectoryResponse>;
72256
- /**
72257
- * Removes a directory from the left-side navigation pane of DataAnalysis.
72258
- *
72259
- * @param request - UmountDirectoryRequest
72260
- * @returns UmountDirectoryResponse
72261
- */
72262
- umountDirectory(request: UmountDirectoryRequest): Promise<UmountDirectoryResponse>;
72263
71903
  /**
72264
71904
  * Updates a baseline.
72265
71905
  *