@alicloud/dataworks-public20200518 6.2.2 → 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/src/client.ts CHANGED
@@ -1067,6 +1067,7 @@ export class CreateMetaCategoryResponseBodyData extends $dara.Model {
1067
1067
  }
1068
1068
 
1069
1069
  export class CreatePermissionApplyOrderRequestApplyObjectColumnMetaList extends $dara.Model {
1070
+ actions?: string;
1070
1071
  /**
1071
1072
  * @remarks
1072
1073
  * 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.
@@ -1079,12 +1080,14 @@ export class CreatePermissionApplyOrderRequestApplyObjectColumnMetaList extends
1079
1080
  name?: string;
1080
1081
  static names(): { [key: string]: string } {
1081
1082
  return {
1083
+ actions: 'Actions',
1082
1084
  name: 'Name',
1083
1085
  };
1084
1086
  }
1085
1087
 
1086
1088
  static types(): { [key: string]: any } {
1087
1089
  return {
1090
+ actions: 'string',
1088
1091
  name: 'string',
1089
1092
  };
1090
1093
  }
@@ -1103,8 +1106,6 @@ export class CreatePermissionApplyOrderRequestApplyObject extends $dara.Model {
1103
1106
  * @remarks
1104
1107
  * 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.
1105
1108
  *
1106
- * This parameter is required.
1107
- *
1108
1109
  * @example
1109
1110
  * Select,Describe
1110
1111
  */
@@ -1112,8 +1113,6 @@ export class CreatePermissionApplyOrderRequestApplyObject extends $dara.Model {
1112
1113
  /**
1113
1114
  * @remarks
1114
1115
  * The fields on which you want to request permissions.
1115
- *
1116
- * This parameter is required.
1117
1116
  */
1118
1117
  columnMetaList?: CreatePermissionApplyOrderRequestApplyObjectColumnMetaList[];
1119
1118
  /**
@@ -4125,7 +4124,7 @@ export class GetBaselineResponseBodyDataOverTimeSettings extends $dara.Model {
4125
4124
  cycle?: number;
4126
4125
  /**
4127
4126
  * @remarks
4128
- * 承诺时间,hh:mm格式,hh的取值范围为[0,47]mm的取值范围为[0,59]
4127
+ * Commitment time, hh:mm format, hh value range is [0,47],mm value range is [0,59].
4129
4128
  *
4130
4129
  * @example
4131
4130
  * 00:00
@@ -6726,10 +6725,53 @@ export class GetDISyncInstanceInfoResponseBodyData extends $dara.Model {
6726
6725
  }
6727
6726
 
6728
6727
  export class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends $dara.Model {
6728
+ /**
6729
+ * @remarks
6730
+ * The calculation method of a metric. Valid values:
6731
+ *
6732
+ * * avg
6733
+ * * max
6734
+ *
6735
+ * @example
6736
+ * avg
6737
+ */
6729
6738
  aggregator?: string;
6739
+ /**
6740
+ * @remarks
6741
+ * The comparison operator, which indicates the method used to compare a metric with the alert rule.
6742
+ *
6743
+ * * \\"=\\"
6744
+ * * \\"<\\"
6745
+ * * \\">\\"
6746
+ *
6747
+ * @example
6748
+ * =
6749
+ */
6730
6750
  comparator?: string;
6751
+ /**
6752
+ * @remarks
6753
+ * The duration that a condition is met before an alert is triggered. Unit: minutes.
6754
+ *
6755
+ * @example
6756
+ * 3
6757
+ */
6731
6758
  duration?: number;
6759
+ /**
6760
+ * @remarks
6761
+ * * WARNING
6762
+ * * CRITICAL
6763
+ *
6764
+ * @example
6765
+ * WARNING
6766
+ */
6732
6767
  level?: string;
6768
+ /**
6769
+ * @remarks
6770
+ * The threshold for the comparison between a metric and the alert rule.
6771
+ *
6772
+ * @example
6773
+ * 1
6774
+ */
6733
6775
  threshold?: number;
6734
6776
  static names(): { [key: string]: string } {
6735
6777
  return {
@@ -6761,8 +6803,23 @@ export class GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList extends $dara.M
6761
6803
  }
6762
6804
 
6763
6805
  export class GetDISyncTaskResponseBodyDataAlarmListNotifyRule extends $dara.Model {
6806
+ /**
6807
+ * @remarks
6808
+ * The settings for Critical-level alert notifications.
6809
+ */
6764
6810
  critical?: string[];
6811
+ /**
6812
+ * @remarks
6813
+ * The alert interval. Unit: minutes.
6814
+ *
6815
+ * @example
6816
+ * 5
6817
+ */
6765
6818
  interval?: number;
6819
+ /**
6820
+ * @remarks
6821
+ * The settings for Warning-level alert notifications.
6822
+ */
6766
6823
  warning?: string[];
6767
6824
  static names(): { [key: string]: string } {
6768
6825
  return {
@@ -6796,12 +6853,62 @@ export class GetDISyncTaskResponseBodyDataAlarmListNotifyRule extends $dara.Mode
6796
6853
  }
6797
6854
 
6798
6855
  export class GetDISyncTaskResponseBodyDataAlarmList extends $dara.Model {
6856
+ /**
6857
+ * @remarks
6858
+ * The alert notification settings. The value of this parameter is an array.
6859
+ */
6799
6860
  alarmRuleList?: GetDISyncTaskResponseBodyDataAlarmListAlarmRuleList[];
6861
+ /**
6862
+ * @remarks
6863
+ * The description of the alert rule.
6864
+ *
6865
+ * @example
6866
+ * Description
6867
+ */
6800
6868
  description?: string;
6869
+ /**
6870
+ * @remarks
6871
+ * Indicates whether the alert rule is enabled.
6872
+ *
6873
+ * @example
6874
+ * true
6875
+ */
6801
6876
  enabled?: boolean;
6877
+ /**
6878
+ * @remarks
6879
+ * The ID of the alert rule.
6880
+ *
6881
+ * @example
6882
+ * 45242
6883
+ */
6802
6884
  id?: number;
6885
+ /**
6886
+ * @remarks
6887
+ * The alert type. Valid values:
6888
+ *
6889
+ * * taskStatus
6890
+ * * bizDelay
6891
+ * * taskFailoverCount
6892
+ * * ddlUnsupport
6893
+ * * ddlReport
6894
+ * * totalDirtyRecordWriteInLines
6895
+ *
6896
+ * @example
6897
+ * taskStatus
6898
+ */
6803
6899
  metric?: string;
6900
+ /**
6901
+ * @remarks
6902
+ * The settings for alert notification rules. The value of this parameter is an array.
6903
+ */
6804
6904
  notifyRule?: GetDISyncTaskResponseBodyDataAlarmListNotifyRule;
6905
+ /**
6906
+ * @remarks
6907
+ * The name of the alert rule.
6908
+ *
6909
+ * @example
6910
+ * Delay alert rule name 1
6911
+ */
6805
6912
  ruleName?: string;
6806
6913
  static names(): { [key: string]: string } {
6807
6914
  return {
@@ -6984,6 +7091,10 @@ export class GetDISyncTaskResponseBodyDataSolutionDetail extends $dara.Model {
6984
7091
  }
6985
7092
 
6986
7093
  export class GetDISyncTaskResponseBodyData extends $dara.Model {
7094
+ /**
7095
+ * @remarks
7096
+ * The alert rules that are associated with the real-time synchronization task. The value of this parameter is an array.
7097
+ */
6987
7098
  alarmList?: GetDISyncTaskResponseBodyDataAlarmList[];
6988
7099
  /**
6989
7100
  * @remarks
@@ -10147,7 +10258,7 @@ export class GetDeploymentResponseBodyDataDeployment extends $dara.Model {
10147
10258
  creatorId?: string;
10148
10259
  /**
10149
10260
  * @remarks
10150
- * The error message that was returned when the deployment task failed. In this case, the value of the Status parameter is 2.
10261
+ * The error message that was returned when the deployment package failed. In this case, the value of the Status parameter is 2.
10151
10262
  *
10152
10263
  * @example
10153
10264
  * Success
@@ -10248,7 +10359,7 @@ export class GetDeploymentResponseBodyData extends $dara.Model {
10248
10359
  deployedItems?: GetDeploymentResponseBodyDataDeployedItems[];
10249
10360
  /**
10250
10361
  * @remarks
10251
- * The details of the deployment task.
10362
+ * The details of the deployment package.
10252
10363
  */
10253
10364
  deployment?: GetDeploymentResponseBodyDataDeployment;
10254
10365
  static names(): { [key: string]: string } {
@@ -11049,12 +11160,20 @@ export class GetFileResponseBodyDataNodeConfiguration extends $dara.Model {
11049
11160
  endEffectDate?: number;
11050
11161
  /**
11051
11162
  * @remarks
11052
- * Scheduling configuration-> previous cycle-> whether to skip the upstream empty run attribute
11163
+ * Indicates whether to skip the dry-run property of the ancestor nodes of the node that corresponds to the file. 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.
11053
11164
  *
11054
11165
  * @example
11055
11166
  * true
11056
11167
  */
11057
11168
  ignoreParentSkipRunningProperty?: string;
11169
+ /**
11170
+ * @remarks
11171
+ * The ID of the custom image.
11172
+ *
11173
+ * @example
11174
+ * m-bp1h4b5a8ogkbll2f3tr
11175
+ */
11176
+ imageId?: string;
11058
11177
  /**
11059
11178
  * @remarks
11060
11179
  * The output names of the parent files on which the current file depends.
@@ -11161,7 +11280,7 @@ export class GetFileResponseBodyDataNodeConfiguration extends $dara.Model {
11161
11280
  stop?: boolean;
11162
11281
  /**
11163
11282
  * @remarks
11164
- * Scheduling configuration timeout definition
11283
+ * The timeout period.
11165
11284
  *
11166
11285
  * @example
11167
11286
  * 1
@@ -11178,6 +11297,7 @@ export class GetFileResponseBodyDataNodeConfiguration extends $dara.Model {
11178
11297
  dependentType: 'DependentType',
11179
11298
  endEffectDate: 'EndEffectDate',
11180
11299
  ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
11300
+ imageId: 'ImageId',
11181
11301
  inputList: 'InputList',
11182
11302
  inputParameters: 'InputParameters',
11183
11303
  outputList: 'OutputList',
@@ -11204,6 +11324,7 @@ export class GetFileResponseBodyDataNodeConfiguration extends $dara.Model {
11204
11324
  dependentType: 'string',
11205
11325
  endEffectDate: 'number',
11206
11326
  ignoreParentSkipRunningProperty: 'string',
11327
+ imageId: 'string',
11207
11328
  inputList: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationInputList },
11208
11329
  inputParameters: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationInputParameters },
11209
11330
  outputList: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationOutputList },
@@ -11243,7 +11364,7 @@ export class GetFileResponseBodyDataNodeConfiguration extends $dara.Model {
11243
11364
  export class GetFileResponseBodyDataResourceDownloadLink extends $dara.Model {
11244
11365
  /**
11245
11366
  * @remarks
11246
- * Resource download address link
11367
+ * The download URL of the resource.
11247
11368
  *
11248
11369
  * @example
11249
11370
  * http://xx
@@ -11283,7 +11404,7 @@ export class GetFileResponseBodyData extends $dara.Model {
11283
11404
  nodeConfiguration?: GetFileResponseBodyDataNodeConfiguration;
11284
11405
  /**
11285
11406
  * @remarks
11286
- * Resource download address
11407
+ * The download URL of the resource.
11287
11408
  */
11288
11409
  resourceDownloadLink?: GetFileResponseBodyDataResourceDownloadLink;
11289
11410
  static names(): { [key: string]: string } {
@@ -14687,7 +14808,7 @@ export class GetMetaTableColumnResponseBodyData extends $dara.Model {
14687
14808
  export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model {
14688
14809
  /**
14689
14810
  * @remarks
14690
- * The description of the column.
14811
+ * The description of the field.
14691
14812
  *
14692
14813
  * @example
14693
14814
  * data comment
@@ -14695,7 +14816,7 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14695
14816
  caption?: string;
14696
14817
  /**
14697
14818
  * @remarks
14698
- * The unique identifier of the column.
14819
+ * The unique identifier of the field.
14699
14820
  *
14700
14821
  * @example
14701
14822
  * odps.engine_name.table_name.1
@@ -14703,7 +14824,7 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14703
14824
  columnGuid?: string;
14704
14825
  /**
14705
14826
  * @remarks
14706
- * The name of the column.
14827
+ * The name of the field.
14707
14828
  *
14708
14829
  * @example
14709
14830
  * 1
@@ -14711,7 +14832,7 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14711
14832
  columnName?: string;
14712
14833
  /**
14713
14834
  * @remarks
14714
- * The type of the column.
14835
+ * The data type of the field.
14715
14836
  *
14716
14837
  * @example
14717
14838
  * string
@@ -14719,7 +14840,7 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14719
14840
  columnType?: string;
14720
14841
  /**
14721
14842
  * @remarks
14722
- * The comment for the column.
14843
+ * The remarks of the field.
14723
14844
  *
14724
14845
  * @example
14725
14846
  * comment
@@ -14727,9 +14848,10 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14727
14848
  comment?: string;
14728
14849
  /**
14729
14850
  * @remarks
14730
- * Whether the field is a foreign key, with values as follows:
14731
- * - true, it is a foreign key.
14732
- * - false, it is not a foreign key.
14851
+ * Indicates whether the field is a foreign key. Valid values:
14852
+ *
14853
+ * * true
14854
+ * * false
14733
14855
  *
14734
14856
  * @example
14735
14857
  * true
@@ -14737,9 +14859,10 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14737
14859
  isForeignKey?: boolean;
14738
14860
  /**
14739
14861
  * @remarks
14740
- * Indicates whether the column is a partition column, with the following values:
14741
- * - true: It is a partition column.
14742
- * - false: It is not a partition column.
14862
+ * Indicates whether the field is a partition field. Valid values:
14863
+ *
14864
+ * * true
14865
+ * * false
14743
14866
  *
14744
14867
  * @example
14745
14868
  * true
@@ -14747,9 +14870,10 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14747
14870
  isPartitionColumn?: boolean;
14748
14871
  /**
14749
14872
  * @remarks
14750
- * Indicates whether the column is a primary key, with the following values:
14751
- * - true: It is a primary key.
14752
- * - false: It is not a primary key.
14873
+ * Indicates whether the field is a primary key. Valid values:
14874
+ *
14875
+ * * true
14876
+ * * false
14753
14877
  *
14754
14878
  * @example
14755
14879
  * false
@@ -14757,7 +14881,7 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14757
14881
  isPrimaryKey?: boolean;
14758
14882
  /**
14759
14883
  * @remarks
14760
- * The position of the column in the order.
14884
+ * The sequence number of the field.
14761
14885
  *
14762
14886
  * @example
14763
14887
  * 1
@@ -14803,7 +14927,7 @@ export class GetMetaTableFullInfoResponseBodyDataColumnList extends $dara.Model
14803
14927
  export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14804
14928
  /**
14805
14929
  * @remarks
14806
- * The ID of the EMR cluster.
14930
+ * The EMR cluster ID.
14807
14931
  *
14808
14932
  * @example
14809
14933
  * C-010A704DA760****
@@ -14811,12 +14935,12 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14811
14935
  clusterId?: string;
14812
14936
  /**
14813
14937
  * @remarks
14814
- * A list of columns.
14938
+ * The fields in the table.
14815
14939
  */
14816
14940
  columnList?: GetMetaTableFullInfoResponseBodyDataColumnList[];
14817
14941
  /**
14818
14942
  * @remarks
14819
- * The comment of the table.
14943
+ * The comment on the table.
14820
14944
  *
14821
14945
  * @example
14822
14946
  * comment
@@ -14824,7 +14948,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14824
14948
  comment?: string;
14825
14949
  /**
14826
14950
  * @remarks
14827
- * The time when the table was created. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
14951
+ * The time when the table was created. A timestamp is returned for this parameter. You can convert the timestamp to the related date based on the time zone that you use.
14828
14952
  *
14829
14953
  * @example
14830
14954
  * 1589870293000
@@ -14832,7 +14956,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14832
14956
  createTime?: number;
14833
14957
  /**
14834
14958
  * @remarks
14835
- * The storage space occupied by the table, in bytes (B).
14959
+ * The size of the storage space that is consumed by the table. Unit: bytes.
14836
14960
  *
14837
14961
  * @example
14838
14962
  * 10
@@ -14848,9 +14972,10 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14848
14972
  databaseName?: string;
14849
14973
  /**
14850
14974
  * @remarks
14851
- * Environment type, with the following values:
14852
- * - 0 indicates a table in the development environment.
14853
- * - 1 indicates a table in the production environment.
14975
+ * The type of the environment. Valid values:
14976
+ *
14977
+ * * 0: indicates that the table resides in the development environment.
14978
+ * * 1: indicates that the table resides in the production environment.
14854
14979
  *
14855
14980
  * @example
14856
14981
  * 1
@@ -14858,11 +14983,12 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14858
14983
  envType?: number;
14859
14984
  /**
14860
14985
  * @remarks
14861
- * Indicates whether the table is visible, with the following values:
14862
- * - 0: The table is visible to workspace members.
14863
- * - 1: The table is visible within the tenant.
14864
- * - 2: The table is visible across tenants.
14865
- * - 3: The table is only visible to the responsible person.
14986
+ * The scope in which the table is visible. Valid values:
14987
+ *
14988
+ * * 0: indicates that the table is visible to workspace members.
14989
+ * * 1: indicates that the table is visible to users within a tenant.
14990
+ * * 2: indicates that the table is visible to all tenants.
14991
+ * * 3: indicates that the table is visible only to the table owner.
14866
14992
  *
14867
14993
  * @example
14868
14994
  * 1
@@ -14870,7 +14996,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14870
14996
  isVisible?: number;
14871
14997
  /**
14872
14998
  * @remarks
14873
- * The last time the table was accessed. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
14999
+ * The time when the table was last accessed. A timestamp is returned for this parameter. You can convert the timestamp to the related date based on the time zone that you use.
14874
15000
  *
14875
15001
  * @example
14876
15002
  * 1589870294000
@@ -14878,7 +15004,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14878
15004
  lastAccessTime?: number;
14879
15005
  /**
14880
15006
  * @remarks
14881
- * The last time the table structure was changed. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
15007
+ * The time when the schema of the table was last changed. A timestamp is returned for this parameter. You can convert the timestamp to the related date based on the time zone that you use.
14882
15008
  *
14883
15009
  * @example
14884
15010
  * 1589870294000
@@ -14886,7 +15012,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14886
15012
  lastDdlTime?: number;
14887
15013
  /**
14888
15014
  * @remarks
14889
- * The last time the table was updated. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
15015
+ * The time when the table was last updated. A timestamp is returned for this parameter. You can convert the timestamp to the related date based on the time zone that you use.
14890
15016
  *
14891
15017
  * @example
14892
15018
  * 1589870294000
@@ -14894,7 +15020,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14894
15020
  lastModifyTime?: number;
14895
15021
  /**
14896
15022
  * @remarks
14897
- * The lifecycle of the table, in days.
15023
+ * The lifecycle of the table. Unit: days.
14898
15024
  *
14899
15025
  * @example
14900
15026
  * 5
@@ -14902,7 +15028,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14902
15028
  lifeCycle?: number;
14903
15029
  /**
14904
15030
  * @remarks
14905
- * The storage location of the Hive table.
15031
+ * The storage path of the Hive table.
14906
15032
  *
14907
15033
  * @example
14908
15034
  * hdfs://localhost:777/user/hadoop/test.txt
@@ -14918,7 +15044,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14918
15044
  ownerId?: string;
14919
15045
  /**
14920
15046
  * @remarks
14921
- * Partition keys.
15047
+ * The partition key column.
14922
15048
  *
14923
15049
  * @example
14924
15050
  * abc
@@ -14926,7 +15052,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14926
15052
  partitionKeys?: string;
14927
15053
  /**
14928
15054
  * @remarks
14929
- * The ID of the workspace where the table is located.
15055
+ * The ID of the workspace to which the table belongs.
14930
15056
  *
14931
15057
  * @example
14932
15058
  * 22
@@ -14934,12 +15060,19 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14934
15060
  projectId?: number;
14935
15061
  /**
14936
15062
  * @remarks
14937
- * The name of the workspace where the table is located.
15063
+ * The name of the workspace to which the table belongs.
14938
15064
  *
14939
15065
  * @example
14940
15066
  * test
14941
15067
  */
14942
15068
  projectName?: string;
15069
+ /**
15070
+ * @remarks
15071
+ * The schema information of the table.
15072
+ *
15073
+ * @example
15074
+ * default
15075
+ */
14943
15076
  schema?: string;
14944
15077
  /**
14945
15078
  * @remarks
@@ -14967,7 +15100,7 @@ export class GetMetaTableFullInfoResponseBodyData extends $dara.Model {
14967
15100
  tenantId?: number;
14968
15101
  /**
14969
15102
  * @remarks
14970
- * The total number of columns.
15103
+ * The total number of fields.
14971
15104
  *
14972
15105
  * @example
14973
15106
  * 22
@@ -16063,6 +16196,13 @@ export class GetNodeResponseBodyData extends $dara.Model {
16063
16196
  * odps_first_dev
16064
16197
  */
16065
16198
  connection?: string;
16199
+ /**
16200
+ * @remarks
16201
+ * The creation time.
16202
+ *
16203
+ * @example
16204
+ * 1727280000000
16205
+ */
16066
16206
  createTime?: number;
16067
16207
  /**
16068
16208
  * @remarks
@@ -16072,6 +16212,13 @@ export class GetNodeResponseBodyData extends $dara.Model {
16072
16212
  * 00 00 00 * * ?
16073
16213
  */
16074
16214
  cronExpress?: string;
16215
+ /**
16216
+ * @remarks
16217
+ * The deployment date.
16218
+ *
16219
+ * @example
16220
+ * 1727280000000
16221
+ */
16075
16222
  deployDate?: number;
16076
16223
  /**
16077
16224
  * @remarks
@@ -16097,9 +16244,37 @@ export class GetNodeResponseBodyData extends $dara.Model {
16097
16244
  * 1
16098
16245
  */
16099
16246
  dqcType?: number;
16247
+ /**
16248
+ * @remarks
16249
+ * The ID of the file.
16250
+ *
16251
+ * @example
16252
+ * 123
16253
+ */
16100
16254
  fileId?: number;
16255
+ /**
16256
+ * @remarks
16257
+ * The file type. Different file types have different codes. For more information, see [DataWorks node collection](https://help.aliyun.com/document_detail/600169.html).
16258
+ *
16259
+ * @example
16260
+ * 10
16261
+ */
16101
16262
  fileType?: number;
16263
+ /**
16264
+ * @remarks
16265
+ * The version of the file.
16266
+ *
16267
+ * @example
16268
+ * 1
16269
+ */
16102
16270
  fileVersion?: number;
16271
+ /**
16272
+ * @remarks
16273
+ * The modification time.
16274
+ *
16275
+ * @example
16276
+ * 1727280000000
16277
+ */
16103
16278
  modifyTime?: number;
16104
16279
  /**
16105
16280
  * @remarks
@@ -16178,6 +16353,13 @@ export class GetNodeResponseBodyData extends $dara.Model {
16178
16353
  * 60
16179
16354
  */
16180
16355
  repeatInterval?: number;
16356
+ /**
16357
+ * @remarks
16358
+ * Rerun mode. 0 indicates that you can rerun only if you fail, 1 indicates that you can rerun in all cases, and 2 indicates that you cannot rerun in all cases.
16359
+ *
16360
+ * @example
16361
+ * 1
16362
+ */
16181
16363
  repeatMode?: number;
16182
16364
  /**
16183
16365
  * @remarks
@@ -16187,6 +16369,13 @@ export class GetNodeResponseBodyData extends $dara.Model {
16187
16369
  * true
16188
16370
  */
16189
16371
  repeatability?: string;
16372
+ /**
16373
+ * @remarks
16374
+ * The unique identifier of the resource group.
16375
+ *
16376
+ * @example
16377
+ * group_123
16378
+ */
16190
16379
  resGroupIdentifier?: string;
16191
16380
  /**
16192
16381
  * @remarks
@@ -16807,9 +16996,13 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveAcc
16807
16996
  }
16808
16997
 
16809
16998
  export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaListColumnMetaList extends $dara.Model {
16999
+ columnActions?: string[];
16810
17000
  /**
16811
17001
  * @remarks
16812
17002
  * The description of the column on which you request permissions.
17003
+ *
17004
+ * @example
17005
+ * Field description
16813
17006
  */
16814
17007
  columnComment?: string;
16815
17008
  /**
@@ -16830,6 +17023,7 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
16830
17023
  securityLevel?: string;
16831
17024
  static names(): { [key: string]: string } {
16832
17025
  return {
17026
+ columnActions: 'ColumnActions',
16833
17027
  columnComment: 'ColumnComment',
16834
17028
  columnName: 'ColumnName',
16835
17029
  securityLevel: 'SecurityLevel',
@@ -16838,6 +17032,7 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
16838
17032
 
16839
17033
  static types(): { [key: string]: any } {
16840
17034
  return {
17035
+ columnActions: { 'type': 'array', 'itemType': 'string' },
16841
17036
  columnComment: 'string',
16842
17037
  columnName: 'string',
16843
17038
  securityLevel: 'string',
@@ -16845,6 +17040,9 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
16845
17040
  }
16846
17041
 
16847
17042
  validate() {
17043
+ if(Array.isArray(this.columnActions)) {
17044
+ $dara.Model.validateArray(this.columnActions);
17045
+ }
16848
17046
  super.validate();
16849
17047
  }
16850
17048
 
@@ -16854,6 +17052,7 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
16854
17052
  }
16855
17053
 
16856
17054
  export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaList extends $dara.Model {
17055
+ actions?: string[];
16857
17056
  /**
16858
17057
  * @remarks
16859
17058
  * The information about the column fields in the object on which you request permissions.
@@ -16869,6 +17068,7 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
16869
17068
  objectName?: string;
16870
17069
  static names(): { [key: string]: string } {
16871
17070
  return {
17071
+ actions: 'Actions',
16872
17072
  columnMetaList: 'ColumnMetaList',
16873
17073
  objectName: 'ObjectName',
16874
17074
  };
@@ -16876,12 +17076,16 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
16876
17076
 
16877
17077
  static types(): { [key: string]: any } {
16878
17078
  return {
17079
+ actions: { 'type': 'array', 'itemType': 'string' },
16879
17080
  columnMetaList: { 'type': 'array', 'itemType': GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaListColumnMetaList },
16880
17081
  objectName: 'string',
16881
17082
  };
16882
17083
  }
16883
17084
 
16884
17085
  validate() {
17086
+ if(Array.isArray(this.actions)) {
17087
+ $dara.Model.validateArray(this.actions);
17088
+ }
16885
17089
  if(Array.isArray(this.columnMetaList)) {
16886
17090
  $dara.Model.validateArray(this.columnMetaList);
16887
17091
  }
@@ -18057,38 +18261,78 @@ export class GetQualityEntityResponseBodyData extends $dara.Model {
18057
18261
 
18058
18262
  export class GetQualityFollowerResponseBodyData extends $dara.Model {
18059
18263
  /**
18264
+ * @remarks
18265
+ * The alert mode. The value is as follows:
18266
+ *
18267
+ * - 1 (Mail)
18268
+ * - 2 (email and SMS)
18269
+ * - 4 (DingTalk groups of robots or hook)
18270
+ * - 5 (DingTalk groups of robots @ ALL)
18271
+ *
18060
18272
  * @example
18061
18273
  * 1
18062
18274
  */
18063
18275
  alarmMode?: number;
18276
+ /**
18277
+ * @remarks
18278
+ * The time when the data quality rule subscription configuration was created.
18279
+ *
18280
+ * @example
18281
+ * 1541576644000
18282
+ */
18064
18283
  createTime?: number;
18065
18284
  /**
18285
+ * @remarks
18286
+ * The ID of the partition expression.
18287
+ *
18066
18288
  * @example
18067
18289
  * 1234
18068
18290
  */
18069
18291
  entityId?: string;
18070
18292
  /**
18293
+ * @remarks
18294
+ * The subscriber to receive alert information.
18295
+ *
18071
18296
  * @example
18072
18297
  * 1234
18073
18298
  */
18074
18299
  follower?: string;
18075
18300
  /**
18301
+ * @remarks
18302
+ * The Alibaba Cloud account name of the subscriber.
18303
+ *
18076
18304
  * @example
18077
18305
  * test
18078
18306
  */
18079
18307
  followerAccountName?: string;
18080
18308
  /**
18309
+ * @remarks
18310
+ * The ID of the subscription relationship.
18311
+ *
18081
18312
  * @example
18082
18313
  * 123
18083
18314
  */
18084
18315
  id?: number;
18316
+ /**
18317
+ * @remarks
18318
+ * The update time of the data quality rule subscription configuration.
18319
+ *
18320
+ * @example
18321
+ * 1541576644000
18322
+ */
18085
18323
  modifyTime?: number;
18086
18324
  /**
18325
+ * @remarks
18326
+ * The name of the engine or data source.
18327
+ *
18087
18328
  * @example
18088
18329
  * autotest
18089
18330
  */
18090
18331
  projectName?: string;
18091
18332
  /**
18333
+ * @remarks
18334
+ * The name of the partitioned table.
18335
+ *
18092
18336
  * @example
18093
18337
  * dual
18094
18338
  */
@@ -18161,6 +18405,9 @@ export class GetQualityRuleResponseBodyData extends $dara.Model {
18161
18405
  /**
18162
18406
  * @remarks
18163
18407
  * The description of the monitoring rule.
18408
+ *
18409
+ * @example
18410
+ * Verify that the primary key is unique
18164
18411
  */
18165
18412
  comment?: string;
18166
18413
  /**
@@ -18273,6 +18520,9 @@ export class GetQualityRuleResponseBodyData extends $dara.Model {
18273
18520
  /**
18274
18521
  * @remarks
18275
18522
  * The name of the monitoring rule.
18523
+ *
18524
+ * @example
18525
+ * View table fluctuations
18276
18526
  */
18277
18527
  ruleName?: string;
18278
18528
  /**
@@ -18283,6 +18533,13 @@ export class GetQualityRuleResponseBodyData extends $dara.Model {
18283
18533
  * 0
18284
18534
  */
18285
18535
  ruleType?: number;
18536
+ /**
18537
+ * @remarks
18538
+ * The variable settings inserted before the custom rule. Format: x=a,y=b.
18539
+ *
18540
+ * @example
18541
+ * x=a,y=b
18542
+ */
18286
18543
  taskSetting?: string;
18287
18544
  /**
18288
18545
  * @remarks
@@ -18405,6 +18662,9 @@ export class GetRemindResponseBodyDataBaselines extends $dara.Model {
18405
18662
  /**
18406
18663
  * @remarks
18407
18664
  * The name of the baseline.
18665
+ *
18666
+ * @example
18667
+ * Baseline name
18408
18668
  */
18409
18669
  baselineName?: string;
18410
18670
  static names(): { [key: string]: string } {
@@ -18442,6 +18702,9 @@ export class GetRemindResponseBodyDataBizProcesses extends $dara.Model {
18442
18702
  /**
18443
18703
  * @remarks
18444
18704
  * The name of the workflow.
18705
+ *
18706
+ * @example
18707
+ * Business process name
18445
18708
  */
18446
18709
  bizProcessName?: string;
18447
18710
  static names(): { [key: string]: string } {
@@ -18479,6 +18742,9 @@ export class GetRemindResponseBodyDataNodes extends $dara.Model {
18479
18742
  /**
18480
18743
  * @remarks
18481
18744
  * The name of the node.
18745
+ *
18746
+ * @example
18747
+ * Node name
18482
18748
  */
18483
18749
  nodeName?: string;
18484
18750
  /**
@@ -18555,8 +18821,19 @@ export class GetRemindResponseBodyDataProjects extends $dara.Model {
18555
18821
  }
18556
18822
 
18557
18823
  export class GetRemindResponseBodyDataReceivers extends $dara.Model {
18824
+ /**
18825
+ * @remarks
18826
+ * The alert recipient.
18827
+ */
18558
18828
  alertTargets?: string[];
18559
18829
  /**
18830
+ * @remarks
18831
+ * The type of the alert recipient. For more information about alert recipients, see the Receivers parameter. Valid values:
18832
+ *
18833
+ * * OWNER: indicate the task owner.
18834
+ * * OTHER: indicates specified personnel.
18835
+ * * SHIFT_SCHEDULE: indicates personnel in a shift schedule.
18836
+ *
18560
18837
  * @example
18561
18838
  * OWNER
18562
18839
  */
@@ -18638,22 +18915,30 @@ export class GetRemindResponseBodyData extends $dara.Model {
18638
18915
  alertInterval?: number;
18639
18916
  /**
18640
18917
  * @remarks
18641
- * The alert notification method.
18918
+ * The notification method.
18642
18919
  */
18643
18920
  alertMethods?: string[];
18644
18921
  /**
18645
18922
  * @remarks
18646
- * The description of the alert recipient.
18923
+ * The description of the alert recipient. For more information about alert recipients, see the Receivers parameter.
18647
18924
  */
18648
18925
  alertTargets?: string[];
18649
18926
  /**
18650
18927
  * @remarks
18651
- * The recipient of the alert. Valid values: OWNER and OTHER. The value OWNER indicates the node owner. The value OTHER indicates a specified user.
18928
+ * The type of the alert recipient. For more information about alert recipient types, see the Receivers parameter. Valid values:
18929
+ *
18930
+ * * OWNER: the task owner
18931
+ * * OTHER: specified personnel
18932
+ * * SHIFT_SCHEDULE: personnel in a shift schedule
18652
18933
  *
18653
18934
  * @example
18654
18935
  * OWNER
18655
18936
  */
18656
18937
  alertUnit?: string;
18938
+ /**
18939
+ * @remarks
18940
+ * The IDs of the nodes that are added to a whitelist.
18941
+ */
18657
18942
  allowNodes?: number[];
18658
18943
  /**
18659
18944
  * @remarks
@@ -18719,6 +19004,10 @@ export class GetRemindResponseBodyData extends $dara.Model {
18719
19004
  * The workspaces to which the custom alert rule is applied. This parameter is returned if the value of the RemindUnit parameter is PROJECT.
18720
19005
  */
18721
19006
  projects?: GetRemindResponseBodyDataProjects[];
19007
+ /**
19008
+ * @remarks
19009
+ * The information about the alert recipients.
19010
+ */
18722
19011
  receivers?: GetRemindResponseBodyDataReceivers[];
18723
19012
  /**
18724
19013
  * @remarks
@@ -18731,6 +19020,9 @@ export class GetRemindResponseBodyData extends $dara.Model {
18731
19020
  /**
18732
19021
  * @remarks
18733
19022
  * The name of the rule.
19023
+ *
19024
+ * @example
19025
+ * Rule name
18734
19026
  */
18735
19027
  remindName?: string;
18736
19028
  /**
@@ -18764,7 +19056,7 @@ export class GetRemindResponseBodyData extends $dara.Model {
18764
19056
  useflag?: boolean;
18765
19057
  /**
18766
19058
  * @remarks
18767
- * The information about the webhook URL.
19059
+ * WebHook URL
18768
19060
  */
18769
19061
  webhooks?: string[];
18770
19062
  static names(): { [key: string]: string } {
@@ -19082,6 +19374,9 @@ export class GetTopicResponseBodyData extends $dara.Model {
19082
19374
  /**
19083
19375
  * @remarks
19084
19376
  * The name of the baseline to which the worst baseline instance belongs.
19377
+ *
19378
+ * @example
19379
+ * Baseline name
19085
19380
  */
19086
19381
  baselineName?: string;
19087
19382
  /**
@@ -19159,6 +19454,9 @@ export class GetTopicResponseBodyData extends $dara.Model {
19159
19454
  /**
19160
19455
  * @remarks
19161
19456
  * The name of the node that triggered the event.
19457
+ *
19458
+ * @example
19459
+ * Node name
19162
19460
  */
19163
19461
  nodeName?: string;
19164
19462
  /**
@@ -19188,6 +19486,9 @@ export class GetTopicResponseBodyData extends $dara.Model {
19188
19486
  /**
19189
19487
  * @remarks
19190
19488
  * The name of the event.
19489
+ *
19490
+ * @example
19491
+ * 1234 error
19191
19492
  */
19192
19493
  topicName?: string;
19193
19494
  /**
@@ -19274,44 +19575,72 @@ export class GetTopicResponseBodyData extends $dara.Model {
19274
19575
  export class GetTopicInfluenceResponseBodyDataInfluences extends $dara.Model {
19275
19576
  /**
19276
19577
  * @remarks
19277
- * The baseline ID.
19578
+ * The ID of the baseline.
19278
19579
  *
19279
19580
  * @example
19280
- * 1234
19581
+ * 12345
19281
19582
  */
19282
19583
  baselineId?: number;
19584
+ /**
19585
+ * @remarks
19586
+ * The name of the baseline.
19587
+ *
19588
+ * @example
19589
+ * Baseline name
19590
+ */
19283
19591
  baselineName?: string;
19284
19592
  /**
19593
+ * @remarks
19594
+ * The data timestamp of the baseline instance.
19595
+ *
19285
19596
  * @example
19286
19597
  * 1553356800000
19287
19598
  */
19288
19599
  bizdate?: number;
19289
19600
  /**
19601
+ * @remarks
19602
+ * The margin of the baseline instance. Unit: seconds.
19603
+ *
19290
19604
  * @example
19291
19605
  * 360
19292
19606
  */
19293
19607
  buffer?: number;
19294
19608
  /**
19609
+ * @remarks
19610
+ * The ID of the cycle of the baseline instance. For a baseline instance that is scheduled by day, the field value is 1. For a baseline instance that is scheduled by hour, the field value ranges from 1 to 24.
19611
+ *
19295
19612
  * @example
19296
19613
  * 1
19297
19614
  */
19298
19615
  inGroupId?: number;
19299
19616
  /**
19617
+ * @remarks
19618
+ * The ID of the Alibaba Cloud account used by the baseline owner. Multiple IDs are separated by commas (,).
19619
+ *
19300
19620
  * @example
19301
19621
  * 952795****
19302
19622
  */
19303
19623
  owner?: string;
19304
19624
  /**
19625
+ * @remarks
19626
+ * The priority of the baseline. Valid values: 1, 2, 5, 7, and 8.
19627
+ *
19305
19628
  * @example
19306
19629
  * 1
19307
19630
  */
19308
19631
  priority?: number;
19309
19632
  /**
19633
+ * @remarks
19634
+ * The ID of the workspace to which the baseline belongs.
19635
+ *
19310
19636
  * @example
19311
19637
  * 1234
19312
19638
  */
19313
19639
  projectId?: number;
19314
19640
  /**
19641
+ * @remarks
19642
+ * The status of the baseline. Valid values: ERROR, SAFE, DANGROUS, and OVER. The value ERROR indicates that no nodes are associated with the baseline, or all nodes associated with the baseline are suspended. The value SAFE indicates that nodes are run before the alert duration begins. The value DANGROUS indicates that nodes are still running after the alert duration ends but the committed time does not arrive. The value OVER indicates that nodes are still running after the committed time.
19643
+ *
19315
19644
  * @example
19316
19645
  * SAFE
19317
19646
  */
@@ -19360,6 +19689,9 @@ export class GetTopicInfluenceResponseBodyData extends $dara.Model {
19360
19689
  */
19361
19690
  influences?: GetTopicInfluenceResponseBodyDataInfluences[];
19362
19691
  /**
19692
+ * @remarks
19693
+ * The ID of the event.
19694
+ *
19363
19695
  * @example
19364
19696
  * 1234
19365
19697
  */
@@ -19453,6 +19785,9 @@ export class ListAlertMessagesResponseBodyDataAlertMessagesInstances extends $da
19453
19785
  /**
19454
19786
  * @remarks
19455
19787
  * The name of the node.
19788
+ *
19789
+ * @example
19790
+ * Node name
19456
19791
  */
19457
19792
  nodeName?: string;
19458
19793
  /**
@@ -19512,6 +19847,9 @@ export class ListAlertMessagesResponseBodyDataAlertMessagesNodes extends $dara.M
19512
19847
  /**
19513
19848
  * @remarks
19514
19849
  * The name of the node.
19850
+ *
19851
+ * @example
19852
+ * Node name
19515
19853
  */
19516
19854
  nodeName?: string;
19517
19855
  /**
@@ -19569,6 +19907,9 @@ export class ListAlertMessagesResponseBodyDataAlertMessagesSlaAlert extends $dar
19569
19907
  /**
19570
19908
  * @remarks
19571
19909
  * The name of the baseline.
19910
+ *
19911
+ * @example
19912
+ * Baseline name
19572
19913
  */
19573
19914
  baselineName?: string;
19574
19915
  /**
@@ -19672,6 +20013,9 @@ export class ListAlertMessagesResponseBodyDataAlertMessagesTopics extends $dara.
19672
20013
  /**
19673
20014
  * @remarks
19674
20015
  * The name of the event.
20016
+ *
20017
+ * @example
20018
+ * 9527 error
19675
20019
  */
19676
20020
  topicName?: string;
19677
20021
  /**
@@ -19765,6 +20109,9 @@ export class ListAlertMessagesResponseBodyDataAlertMessages extends $dara.Model
19765
20109
  /**
19766
20110
  * @remarks
19767
20111
  * The content of the alert.
20112
+ *
20113
+ * @example
20114
+ * Node error
19768
20115
  */
19769
20116
  content?: string;
19770
20117
  /**
@@ -19791,6 +20138,9 @@ export class ListAlertMessagesResponseBodyDataAlertMessages extends $dara.Model
19791
20138
  /**
19792
20139
  * @remarks
19793
20140
  * The name of the custom alert rule that was triggered. This parameter is returned if the value of the Source parameter is REMIND_ALERT.
20141
+ *
20142
+ * @example
20143
+ * Custom monitoring rule name
19794
20144
  */
19795
20145
  remindName?: string;
19796
20146
  /**
@@ -19940,6 +20290,9 @@ export class ListBaselineConfigsResponseBodyDataBaselines extends $dara.Model {
19940
20290
  /**
19941
20291
  * @remarks
19942
20292
  * The name of the baseline.
20293
+ *
20294
+ * @example
20295
+ * Baseline name
19943
20296
  */
19944
20297
  baselineName?: string;
19945
20298
  /**
@@ -20162,6 +20515,14 @@ export class ListBaselineStatusesResponseBodyDataBaselineStatuses extends $dara.
20162
20515
  * Baseline name
20163
20516
  */
20164
20517
  baselineName?: string;
20518
+ /**
20519
+ * @remarks
20520
+ * The type of the baseline, including DAILY and HOURLY. Separate multiple types with commas (,).
20521
+ *
20522
+ * @example
20523
+ * DAILY,HOURLY
20524
+ */
20525
+ baselineType?: string;
20165
20526
  /**
20166
20527
  * @remarks
20167
20528
  * The data timestamp.
@@ -20262,6 +20623,7 @@ export class ListBaselineStatusesResponseBodyDataBaselineStatuses extends $dara.
20262
20623
  return {
20263
20624
  baselineId: 'BaselineId',
20264
20625
  baselineName: 'BaselineName',
20626
+ baselineType: 'BaselineType',
20265
20627
  bizdate: 'Bizdate',
20266
20628
  buffer: 'Buffer',
20267
20629
  endCast: 'EndCast',
@@ -20281,6 +20643,7 @@ export class ListBaselineStatusesResponseBodyDataBaselineStatuses extends $dara.
20281
20643
  return {
20282
20644
  baselineId: 'number',
20283
20645
  baselineName: 'string',
20646
+ baselineType: 'string',
20284
20647
  bizdate: 'number',
20285
20648
  buffer: 'number',
20286
20649
  endCast: 'number',
@@ -21058,46 +21421,76 @@ export class ListCalcEnginesResponseBodyData extends $dara.Model {
21058
21421
 
21059
21422
  export class ListCheckProcessesResponseBodyPagingInfoCheckProcesses extends $dara.Model {
21060
21423
  /**
21424
+ * @remarks
21425
+ * Extension point event encoding.
21426
+ *
21061
21427
  * @example
21062
21428
  * commit-file
21063
21429
  */
21064
21430
  eventCode?: string;
21065
21431
  /**
21432
+ * @remarks
21433
+ * The name of the extension point event.
21434
+ *
21066
21435
  * @example
21067
21436
  * DnsEvent
21068
21437
  */
21069
21438
  eventName?: string;
21070
21439
  /**
21440
+ * @remarks
21441
+ * The English name of the event.
21442
+ *
21071
21443
  * @example
21072
21444
  * Pre-event for Node Commit
21073
21445
  */
21074
21446
  eventNameEn?: string;
21075
21447
  /**
21448
+ * @remarks
21449
+ * DataWorks the message ID of the open message. After an extended point event is triggered, you can obtain the message ID from the received event message.
21450
+ *
21076
21451
  * @example
21077
21452
  * b824a5de-4223-4315-af3e-c4449d236db4
21078
21453
  */
21079
21454
  messageId?: string;
21080
21455
  /**
21456
+ * @remarks
21457
+ * The operator ID.
21458
+ *
21081
21459
  * @example
21082
21460
  * 297635
21083
21461
  */
21084
21462
  operator?: string;
21085
21463
  /**
21464
+ * @remarks
21465
+ * The ID of the process instance.
21466
+ *
21086
21467
  * @example
21087
21468
  * rdk_generate_d395da25-b0d3-4114-b2a5-d0247444a661_none_3496903_365203
21088
21469
  */
21089
21470
  processId?: string;
21090
21471
  /**
21472
+ * @remarks
21473
+ * The name of the check object, such as the file name or node name.
21474
+ *
21091
21475
  * @example
21092
21476
  * odps_sql_test
21093
21477
  */
21094
21478
  processName?: string;
21095
21479
  /**
21480
+ * @remarks
21481
+ * The ID of the DataWorks workspace.
21482
+ *
21096
21483
  * @example
21097
21484
  * 32563
21098
21485
  */
21099
21486
  projectId?: number;
21100
21487
  /**
21488
+ * @remarks
21489
+ * The status of the extender check.
21490
+ * - CHECKING CHECKING
21491
+ * - PASSED the pass check
21492
+ * - BLOCKED check failed
21493
+ *
21101
21494
  * @example
21102
21495
  * CHECKING
21103
21496
  */
@@ -21140,18 +21533,31 @@ export class ListCheckProcessesResponseBodyPagingInfoCheckProcesses extends $dar
21140
21533
  }
21141
21534
 
21142
21535
  export class ListCheckProcessesResponseBodyPagingInfo extends $dara.Model {
21536
+ /**
21537
+ * @remarks
21538
+ * The check details of the extension.
21539
+ */
21143
21540
  checkProcesses?: ListCheckProcessesResponseBodyPagingInfoCheckProcesses[];
21144
21541
  /**
21542
+ * @remarks
21543
+ * The page number.
21544
+ *
21145
21545
  * @example
21146
21546
  * 1
21147
21547
  */
21148
21548
  pageNumber?: number;
21149
21549
  /**
21550
+ * @remarks
21551
+ * The number of entries displayed on each page.
21552
+ *
21150
21553
  * @example
21151
21554
  * 10
21152
21555
  */
21153
21556
  pageSize?: number;
21154
21557
  /**
21558
+ * @remarks
21559
+ * The total number of entries returned.
21560
+ *
21155
21561
  * @example
21156
21562
  * 12
21157
21563
  */
@@ -21924,6 +22330,9 @@ export class ListDIAlarmRulesResponseBodyDIAlarmRulePagingDIJobAlarmRules extend
21924
22330
  /**
21925
22331
  * @remarks
21926
22332
  * The description of the alert rule.
22333
+ *
22334
+ * @example
22335
+ * mysql synchronizes to hologres heartbeat alert
21927
22336
  */
21928
22337
  description?: string;
21929
22338
  /**
@@ -23733,6 +24142,9 @@ export class ListDataServiceApisResponseBodyDataApis extends $dara.Model {
23733
24142
  /**
23734
24143
  * @remarks
23735
24144
  * The name of the API.
24145
+ *
24146
+ * @example
24147
+ * My API name
23736
24148
  */
23737
24149
  apiName?: string;
23738
24150
  /**
@@ -23762,6 +24174,9 @@ export class ListDataServiceApisResponseBodyDataApis extends $dara.Model {
23762
24174
  /**
23763
24175
  * @remarks
23764
24176
  * The description of the API.
24177
+ *
24178
+ * @example
24179
+ * Test API description
23765
24180
  */
23766
24181
  description?: string;
23767
24182
  /**
@@ -25713,6 +26128,9 @@ export class ListDataServicePublishedApisResponseBodyDataApis extends $dara.Mode
25713
26128
  /**
25714
26129
  * @remarks
25715
26130
  * The name of the API.
26131
+ *
26132
+ * @example
26133
+ * My API name
25716
26134
  */
25717
26135
  apiName?: string;
25718
26136
  /**
@@ -25742,6 +26160,9 @@ export class ListDataServicePublishedApisResponseBodyDataApis extends $dara.Mode
25742
26160
  /**
25743
26161
  * @remarks
25744
26162
  * The description.
26163
+ *
26164
+ * @example
26165
+ * Test API description
25745
26166
  */
25746
26167
  description?: string;
25747
26168
  /**
@@ -26016,7 +26437,7 @@ export class ListDataSourcesResponseBodyDataDataSources extends $dara.Model {
26016
26437
  * "authType": "2"
26017
26438
  * }
26018
26439
  *
26019
- * * MySQL
26440
+ * * mysql
26020
26441
  *
26021
26442
  * {
26022
26443
  * "configType": "1",
@@ -26028,7 +26449,7 @@ export class ListDataSourcesResponseBodyDataDataSources extends $dara.Model {
26028
26449
  * "username": "mysql_db111"
26029
26450
  * }
26030
26451
  *
26031
- * * ApsaraDB RDS for SQL Server
26452
+ * * sqlserver
26032
26453
  *
26033
26454
  * {
26034
26455
  * "configType": "1",
@@ -26038,18 +26459,18 @@ export class ListDataSourcesResponseBodyDataDataSources extends $dara.Model {
26038
26459
  * "username": "sqlserver_db111"
26039
26460
  * }
26040
26461
  *
26041
- * * Object Storage Service (OSS)
26462
+ * * oss
26042
26463
  *
26043
26464
  * {
26044
- * "accessId": "LTAINbR9Uxxxx",
26045
- * "accessKey": "***",
26465
+ * "accessId": "***********",
26466
+ * "accessKey": "***********",
26046
26467
  * "bucket": "bigxxx1223",
26047
26468
  * "configType": "1",
26048
26469
  * "endpoint": "http://oss-cn-hangzhou.aliyuncs.com",
26049
26470
  * "tag": "public"
26050
26471
  * }
26051
26472
  *
26052
- * * ApsaraDB RDS for PostgreSQL
26473
+ * * postgresql
26053
26474
  *
26054
26475
  * {
26055
26476
  * "configType": "1",
@@ -26061,7 +26482,7 @@ export class ListDataSourcesResponseBodyDataDataSources extends $dara.Model {
26061
26482
  * "username": "cdp_xxx"
26062
26483
  * }
26063
26484
  *
26064
- * * AnalyticDB for MySQL
26485
+ * * ads
26065
26486
  *
26066
26487
  * {
26067
26488
  * "configType": "1",
@@ -26516,11 +26937,17 @@ export class ListEnabledExtensionsForProjectResponseBodyExtensions extends $dara
26516
26937
  /**
26517
26938
  * @remarks
26518
26939
  * The description of the extension.
26940
+ *
26941
+ * @example
26942
+ * ODPS SQL compatible Spark engine detection
26519
26943
  */
26520
26944
  extensionDesc?: string;
26521
26945
  /**
26522
26946
  * @remarks
26523
26947
  * The name of the extension.
26948
+ *
26949
+ * @example
26950
+ * max_pt function is not allowed.
26524
26951
  */
26525
26952
  extensionName?: string;
26526
26953
  /**
@@ -26642,6 +27069,9 @@ export class ListExtensionsResponseBodyPagingInfoExtensionsBindEventList extends
26642
27069
  /**
26643
27070
  * @remarks
26644
27071
  * The name of the event.
27072
+ *
27073
+ * @example
27074
+ * File submission pre-event
26645
27075
  */
26646
27076
  eventName?: string;
26647
27077
  static names(): { [key: string]: string } {
@@ -26676,16 +27106,25 @@ export class ListExtensionsResponseBodyPagingInfoExtensions extends $dara.Model
26676
27106
  /**
26677
27107
  * @remarks
26678
27108
  * The unique code of the extension.
27109
+ *
27110
+ * @example
27111
+ * Extension Code
26679
27112
  */
26680
27113
  extensionCode?: string;
26681
27114
  /**
26682
27115
  * @remarks
26683
27116
  * The description of the extension.
27117
+ *
27118
+ * @example
27119
+ * This is a description
26684
27120
  */
26685
27121
  extensionDesc?: string;
26686
27122
  /**
26687
27123
  * @remarks
26688
27124
  * The name of the extension.
27125
+ *
27126
+ * @example
27127
+ * Extension name
26689
27128
  */
26690
27129
  extensionName?: string;
26691
27130
  /**
@@ -26910,6 +27349,9 @@ export class ListFileVersionsResponseBodyDataFileVersions extends $dara.Model {
26910
27349
  /**
26911
27350
  * @remarks
26912
27351
  * The description of the file version.
27352
+ *
27353
+ * @example
27354
+ * Second version submission
26913
27355
  */
26914
27356
  comment?: string;
26915
27357
  /**
@@ -27048,7 +27490,7 @@ export class ListFileVersionsResponseBodyDataFileVersions extends $dara.Model {
27048
27490
  export class ListFileVersionsResponseBodyData extends $dara.Model {
27049
27491
  /**
27050
27492
  * @remarks
27051
- * The details of the file version.
27493
+ * The details of file versions.
27052
27494
  */
27053
27495
  fileVersions?: ListFileVersionsResponseBodyDataFileVersions[];
27054
27496
  /**
@@ -27106,6 +27548,13 @@ export class ListFileVersionsResponseBodyData extends $dara.Model {
27106
27548
  }
27107
27549
 
27108
27550
  export class ListFilesResponseBodyDataFiles extends $dara.Model {
27551
+ /**
27552
+ * @remarks
27553
+ * The path of the folder to which the file belongs.
27554
+ *
27555
+ * @example
27556
+ * Business_process/my_first_business_process/MaxCompute/ods_layer
27557
+ */
27109
27558
  absoluteFolderPath?: string;
27110
27559
  /**
27111
27560
  * @remarks
@@ -27424,6 +27873,9 @@ export class ListFoldersResponseBodyDataFolders extends $dara.Model {
27424
27873
  /**
27425
27874
  * @remarks
27426
27875
  * The path of the folder.
27876
+ *
27877
+ * @example
27878
+ * Business_process/my_first_business_process/MaxCompute/ods_layer
27427
27879
  */
27428
27880
  folderPath?: string;
27429
27881
  static names(): { [key: string]: string } {
@@ -27641,6 +28093,9 @@ export class ListInnerNodesResponseBodyPagingNodes extends $dara.Model {
27641
28093
  /**
27642
28094
  * @remarks
27643
28095
  * The name of the resource group.
28096
+ *
28097
+ * @example
28098
+ * Default Resource Group
27644
28099
  */
27645
28100
  resGroupName?: string;
27646
28101
  /**
@@ -28434,7 +28889,8 @@ export class ListLineageResponseBodyDataDataEntityListRelationList extends $dara
28434
28889
  * @remarks
28435
28890
  * The data channel. Valid values:
28436
28891
  *
28437
- * FIRST_PARTY: DataWorks platformTHIRD_PARTY: user registration
28892
+ * * **FIRST_PARTY: DataWorks platform**
28893
+ * * **THIRD_PARTY: user registration**
28438
28894
  *
28439
28895
  * @example
28440
28896
  * THIRD_PARTY
@@ -28442,7 +28898,7 @@ export class ListLineageResponseBodyDataDataEntityListRelationList extends $dara
28442
28898
  channel?: string;
28443
28899
  /**
28444
28900
  * @remarks
28445
- * The name of the data source.
28901
+ * The data source.
28446
28902
  *
28447
28903
  * @example
28448
28904
  * mysql
@@ -29097,6 +29553,9 @@ export class ListMigrationsResponseBodyDataMigrations extends $dara.Model {
29097
29553
  /**
29098
29554
  * @remarks
29099
29555
  * The description of the export task.
29556
+ *
29557
+ * @example
29558
+ * Automated Test creation
29100
29559
  */
29101
29560
  description?: string;
29102
29561
  /**
@@ -29447,6 +29906,13 @@ export class ListNodesResponseBodyDataNodes extends $dara.Model {
29447
29906
  * odps_first
29448
29907
  */
29449
29908
  connection?: string;
29909
+ /**
29910
+ * @remarks
29911
+ * The timestamp when the node was created. Unit: milliseconds.
29912
+ *
29913
+ * @example
29914
+ * 1593879116000
29915
+ */
29450
29916
  createTime?: number;
29451
29917
  /**
29452
29918
  * @remarks
@@ -29456,6 +29922,13 @@ export class ListNodesResponseBodyDataNodes extends $dara.Model {
29456
29922
  * 00 00 00 * * ?
29457
29923
  */
29458
29924
  cronExpress?: string;
29925
+ /**
29926
+ * @remarks
29927
+ * The timestamp when the node was deployed. Unit: milliseconds.
29928
+ *
29929
+ * @example
29930
+ * 1734537600000
29931
+ */
29459
29932
  deployDate?: number;
29460
29933
  /**
29461
29934
  * @remarks
@@ -29481,9 +29954,38 @@ export class ListNodesResponseBodyDataNodes extends $dara.Model {
29481
29954
  * 1
29482
29955
  */
29483
29956
  dqcType?: number;
29957
+ /**
29958
+ * @remarks
29959
+ * The file ID. You can call the ListFiles operation to query the ID.
29960
+ *
29961
+ * @example
29962
+ * 20
29963
+ */
29484
29964
  fileId?: number;
29965
+ /**
29966
+ * @remarks
29967
+ * Different file types have different codes. For more information, see [DataWorks node collection](https://help.aliyun.com/document_detail/600169.html).
29968
+ * You can also call the [ListFileType](https://help.aliyun.com/document_detail/212428.html) interface to query the code type of the file.
29969
+ *
29970
+ * @example
29971
+ * 10
29972
+ */
29485
29973
  fileType?: number;
29974
+ /**
29975
+ * @remarks
29976
+ * The latest version number of the file.
29977
+ *
29978
+ * @example
29979
+ * 3
29980
+ */
29486
29981
  fileVersion?: number;
29982
+ /**
29983
+ * @remarks
29984
+ * The timestamp when the node was modified. Unit: milliseconds.
29985
+ *
29986
+ * @example
29987
+ * 1593879116000
29988
+ */
29487
29989
  modifyTime?: number;
29488
29990
  /**
29489
29991
  * @remarks
@@ -29557,6 +30059,13 @@ export class ListNodesResponseBodyDataNodes extends $dara.Model {
29557
30059
  * 60
29558
30060
  */
29559
30061
  repeatInterval?: number;
30062
+ /**
30063
+ * @remarks
30064
+ * The rerun mode. The value 0 indicates that rerun can be performed only if a failure occurs. The value 1 indicates that rerun can be performed in all cases. The value 2 indicates that rerun cannot be performed in all cases.
30065
+ *
30066
+ * @example
30067
+ * 1
30068
+ */
29560
30069
  repeatMode?: number;
29561
30070
  /**
29562
30071
  * @remarks
@@ -29566,6 +30075,13 @@ export class ListNodesResponseBodyDataNodes extends $dara.Model {
29566
30075
  * true
29567
30076
  */
29568
30077
  repeatability?: boolean;
30078
+ /**
30079
+ * @remarks
30080
+ * The identifier of the resource group.
30081
+ *
30082
+ * @example
30083
+ * group_123
30084
+ */
29569
30085
  resGroupIdentifier?: string;
29570
30086
  /**
29571
30087
  * @remarks
@@ -29659,12 +30175,7 @@ export class ListNodesResponseBodyDataNodes extends $dara.Model {
29659
30175
  export class ListNodesResponseBodyData extends $dara.Model {
29660
30176
  /**
29661
30177
  * @remarks
29662
- * The scheduling type of the node. Valid values:
29663
- *
29664
- * * NORMAL: indicates that the node is a normal auto triggered node.
29665
- * * MANUAL: indicates that the node is a manually triggered node.
29666
- * * PAUSE: indicates that the node is a paused node.
29667
- * * SKIP: indicates that the node is a dry-run node. Dry-run nodes are started as scheduled but the system sets the status of the nodes to successful when it starts to run them.
30178
+ * The information about the nodes.
29668
30179
  */
29669
30180
  nodes?: ListNodesResponseBodyDataNodes[];
29670
30181
  /**
@@ -29733,6 +30244,9 @@ export class ListNodesByBaselineResponseBodyData extends $dara.Model {
29733
30244
  /**
29734
30245
  * @remarks
29735
30246
  * The name of the node.
30247
+ *
30248
+ * @example
30249
+ * Node name
29736
30250
  */
29737
30251
  nodeName?: string;
29738
30252
  /**
@@ -29920,6 +30434,9 @@ export class ListNodesByOutputResponseBodyDataNodeList extends $dara.Model {
29920
30434
  /**
29921
30435
  * @remarks
29922
30436
  * The name of the resource group.
30437
+ *
30438
+ * @example
30439
+ * Default Resource Group
29923
30440
  */
29924
30441
  resGroupName?: string;
29925
30442
  /**
@@ -31139,6 +31656,9 @@ export class ListQualityResultsByEntityResponseBodyDataRuleChecks extends $dara.
31139
31656
  /**
31140
31657
  * @remarks
31141
31658
  * The description of the monitoring rule.
31659
+ *
31660
+ * @example
31661
+ * The description of the rule.
31142
31662
  */
31143
31663
  comment?: string;
31144
31664
  /**
@@ -31310,6 +31830,9 @@ export class ListQualityResultsByEntityResponseBodyDataRuleChecks extends $dara.
31310
31830
  /**
31311
31831
  * @remarks
31312
31832
  * The name of the monitoring rule.
31833
+ *
31834
+ * @example
31835
+ * The name of the rule.
31313
31836
  */
31314
31837
  ruleName?: string;
31315
31838
  /**
@@ -31344,6 +31867,9 @@ export class ListQualityResultsByEntityResponseBodyDataRuleChecks extends $dara.
31344
31867
  /**
31345
31868
  * @remarks
31346
31869
  * The name of the monitoring template.
31870
+ *
31871
+ * @example
31872
+ * Expected value verification
31347
31873
  */
31348
31874
  templateName?: string;
31349
31875
  /**
@@ -31752,6 +32278,9 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $dara.Mo
31752
32278
  /**
31753
32279
  * @remarks
31754
32280
  * The description of the monitoring rule.
32281
+ *
32282
+ * @example
32283
+ * The description of the rule.
31755
32284
  */
31756
32285
  comment?: string;
31757
32286
  /**
@@ -31931,6 +32460,9 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $dara.Mo
31931
32460
  /**
31932
32461
  * @remarks
31933
32462
  * The name of the monitoring rule.
32463
+ *
32464
+ * @example
32465
+ * The name of the rule.
31934
32466
  */
31935
32467
  ruleName?: string;
31936
32468
  /**
@@ -31965,6 +32497,9 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $dara.Mo
31965
32497
  /**
31966
32498
  * @remarks
31967
32499
  * The name of the monitoring template.
32500
+ *
32501
+ * @example
32502
+ * Expected value verification
31968
32503
  */
31969
32504
  templateName?: string;
31970
32505
  /**
@@ -32198,7 +32733,10 @@ export class ListQualityRulesResponseBodyDataRules extends $dara.Model {
32198
32733
  checkerId?: number;
32199
32734
  /**
32200
32735
  * @remarks
32201
- * The description of the system defense rule.
32736
+ * The description of the monitoring rule.
32737
+ *
32738
+ * @example
32739
+ * Verify table rules
32202
32740
  */
32203
32741
  comment?: string;
32204
32742
  /**
@@ -32368,6 +32906,9 @@ export class ListQualityRulesResponseBodyDataRules extends $dara.Model {
32368
32906
  /**
32369
32907
  * @remarks
32370
32908
  * The name of the monitoring template.
32909
+ *
32910
+ * @example
32911
+ * Number of SQL task table rows, 1, 7, and 30 days wave detection
32371
32912
  */
32372
32913
  templateName?: string;
32373
32914
  /**
@@ -32476,7 +33017,7 @@ export class ListQualityRulesResponseBodyData extends $dara.Model {
32476
33017
  pageSize?: number;
32477
33018
  /**
32478
33019
  * @remarks
32479
- * The details of the monitoring rule.
33020
+ * The details of the monitoring rules.
32480
33021
  */
32481
33022
  rules?: ListQualityRulesResponseBodyDataRules[];
32482
33023
  /**
@@ -33174,6 +33715,9 @@ export class ListShiftPersonnelsResponseBodyPagingShiftPersons extends $dara.Mod
33174
33715
  /**
33175
33716
  * @remarks
33176
33717
  * The name of the on-duty engineer.
33718
+ *
33719
+ * @example
33720
+ * Zhang San
33177
33721
  */
33178
33722
  shiftPersonName?: string;
33179
33723
  /**
@@ -33230,7 +33774,7 @@ export class ListShiftPersonnelsResponseBodyPaging extends $dara.Model {
33230
33774
  pageSize?: number;
33231
33775
  /**
33232
33776
  * @remarks
33233
- * A list of on-duty engineers in a shift schedule.
33777
+ * The on-duty engineers in the shift schedule.
33234
33778
  */
33235
33779
  shiftPersons?: ListShiftPersonnelsResponseBodyPagingShiftPersons[];
33236
33780
  /**
@@ -33283,6 +33827,9 @@ export class ListShiftSchedulesResponseBodyPagingShiftSchedules extends $dara.Mo
33283
33827
  /**
33284
33828
  * @remarks
33285
33829
  * The name of the shift schedule.
33830
+ *
33831
+ * @example
33832
+ * Duty table name
33286
33833
  */
33287
33834
  shiftScheduleName?: string;
33288
33835
  static names(): { [key: string]: string } {
@@ -33780,31 +34327,49 @@ export class ListTableThemeResponseBodyData extends $dara.Model {
33780
34327
 
33781
34328
  export class ListTablesResponseBodyDataTableEntityListEntityContent extends $dara.Model {
33782
34329
  /**
34330
+ * @remarks
34331
+ * The unique identifier of the data source.
34332
+ *
33783
34333
  * @example
33784
34334
  * accountId:cn-shanghai:odps:project
33785
34335
  */
33786
34336
  dataSourceQualifiedName?: string;
33787
34337
  /**
34338
+ * @remarks
34339
+ * The unique ID of the data source identifier.
34340
+ *
33788
34341
  * @example
33789
34342
  * e70f92239d491057f6a2563b545bdaf8cc6b537d9dc55ec84c55f7cfefg
33790
34343
  */
33791
34344
  dataSourceUniqueId?: string;
33792
34345
  /**
34346
+ * @remarks
34347
+ * The name of the database.
34348
+ *
33793
34349
  * @example
33794
34350
  * database
33795
34351
  */
33796
34352
  databaseName?: string;
33797
34353
  /**
34354
+ * @remarks
34355
+ * The ID of the data source instance.
34356
+ *
33798
34357
  * @example
33799
34358
  * rm-uf6rn0123
33800
34359
  */
33801
34360
  instanceId?: string;
33802
34361
  /**
34362
+ * @remarks
34363
+ * The name of the ODPS project.
34364
+ *
33803
34365
  * @example
33804
34366
  * project
33805
34367
  */
33806
34368
  projectName?: string;
33807
34369
  /**
34370
+ * @remarks
34371
+ * The name of the table.
34372
+ *
33808
34373
  * @example
33809
34374
  * table
33810
34375
  */
@@ -33841,8 +34406,15 @@ export class ListTablesResponseBodyDataTableEntityListEntityContent extends $dar
33841
34406
  }
33842
34407
 
33843
34408
  export class ListTablesResponseBodyDataTableEntityList extends $dara.Model {
34409
+ /**
34410
+ * @remarks
34411
+ * The information about the table.
34412
+ */
33844
34413
  entityContent?: ListTablesResponseBodyDataTableEntityListEntityContent;
33845
34414
  /**
34415
+ * @remarks
34416
+ * The unique identifier of the table entity.
34417
+ *
33846
34418
  * @example
33847
34419
  * maxcompute-table.project.table
33848
34420
  */
@@ -33875,12 +34447,22 @@ export class ListTablesResponseBodyDataTableEntityList extends $dara.Model {
33875
34447
 
33876
34448
  export class ListTablesResponseBodyData extends $dara.Model {
33877
34449
  /**
34450
+ * @remarks
34451
+ * Pagination information, which specifies the starting point of the next read.
34452
+ *
33878
34453
  * @example
33879
34454
  * AAAAAVY3rYiv9VoUJQSiCitgjgSwg+byk0FIjirFkm4zfM4G0xYwM/FQvOhgrTHsCPIZ5yqXYu2NG6qRCRC52HvwbOA=
33880
34455
  */
33881
34456
  nextToken?: string;
34457
+ /**
34458
+ * @remarks
34459
+ * An array of entities.
34460
+ */
33882
34461
  tableEntityList?: ListTablesResponseBodyDataTableEntityList[];
33883
34462
  /**
34463
+ * @remarks
34464
+ * The total number.
34465
+ *
33884
34466
  * @example
33885
34467
  * 100
33886
34468
  */
@@ -34862,6 +35444,9 @@ export class TestNetworkConnectionResponseBodyTaskList extends $dara.Model {
34862
35444
  /**
34863
35445
  * @remarks
34864
35446
  * The reason why the data source and resource group failed the connectivity test. If data source and the resource group passed the connectivity test, this parameter is left empty.
35447
+ *
35448
+ * @example
35449
+ * Connectable
34865
35450
  */
34866
35451
  connectMessage?: string;
34867
35452
  /**
@@ -34934,6 +35519,9 @@ export class TopTenElapsedTimeInstanceResponseBodyInstanceConsumeTimeRankConsume
34934
35519
  /**
34935
35520
  * @remarks
34936
35521
  * The name of the node.
35522
+ *
35523
+ * @example
35524
+ * Node name
34937
35525
  */
34938
35526
  nodeName?: string;
34939
35527
  /**
@@ -35045,6 +35633,9 @@ export class TopTenErrorTimesInstanceResponseBodyInstanceErrorRankErrorRank exte
35045
35633
  /**
35046
35634
  * @remarks
35047
35635
  * The name of the node.
35636
+ *
35637
+ * @example
35638
+ * Node name
35048
35639
  */
35049
35640
  nodeName?: string;
35050
35641
  /**
@@ -35325,7 +35916,7 @@ export class UpdateBaselineRequestAlertSettings extends $dara.Model {
35325
35916
  export class UpdateBaselineRequestOvertimeSettings extends $dara.Model {
35326
35917
  /**
35327
35918
  * @remarks
35328
- * 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.
35919
+ * 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.
35329
35920
  *
35330
35921
  * @example
35331
35922
  * 1
@@ -35601,6 +36192,9 @@ export class UpdateDIJobRequestJobSettingsColumnDataTypeSettings extends $dara.M
35601
36192
 
35602
36193
  export class UpdateDIJobRequestJobSettingsCycleScheduleSettings extends $dara.Model {
35603
36194
  /**
36195
+ * @remarks
36196
+ * The scheduling parameters.
36197
+ *
35604
36198
  * @example
35605
36199
  * bizdate=$bizdate
35606
36200
  */
@@ -35683,14 +36277,14 @@ export class UpdateDIJobRequestJobSettingsRuntimeSettings extends $dara.Model {
35683
36277
  * @remarks
35684
36278
  * The name of the configuration item. Valid values:
35685
36279
  *
35686
- * * runtime.offline.speed.limit.mb: indicates the maximum transmission rate that is allowed for a batch synchronization task. This configuration item takes effect only when runtime.offline.speed.limit.enable is set to true.
35687
- * * runtime.offline.speed.limit.enable: indicates whether throttling is enabled for a batch synchronization task.
35688
- * * dst.offline.connection.max: indicates the maximum number of connections that are allowed for writing data to the destination of a batch synchronization task.
35689
- * * runtime.offline.concurrent: indicates the maximum number of parallel threads that are allowed for a batch synchronization task.
35690
- * * dst.realtime.connection.max: indicates the maximum number of connections that are allowed for writing data to the destination of a real-time synchronization task.
35691
- * * runtime.enable.auto.create.schema: indicates whether schemas are automatically created in the destination of a synchronization task.
35692
- * * src.offline.datasource.max.connection: indicates the maximum number of connections that are allowed for reading data from the source of a batch synchronization task.
35693
- * * runtime.realtime.concurrent: indicates the maximum number of parallel threads that are allowed for a real-time synchronization task.
36280
+ * * runtime.offline.speed.limit.mb: specifies the maximum transmission rate that is allowed for a batch synchronization task. This configuration item takes effect only when runtime.offline.speed.limit.enable is set to true.
36281
+ * * runtime.offline.speed.limit.enable: specifies whether throttling is enabled for a batch synchronization task.
36282
+ * * dst.offline.connection.max: specifies the maximum number of connections that are allowed for writing data to the destination of a batch synchronization task.
36283
+ * * runtime.offline.concurrent: specifies the maximum number of parallel threads that are allowed for a batch synchronization task.
36284
+ * * dst.realtime.connection.max: specifies the maximum number of connections that are allowed for writing data to the destination of a real-time synchronization task.
36285
+ * * runtime.enable.auto.create.schema: specifies whether schemas are automatically created in the destination of a synchronization task.
36286
+ * * src.offline.datasource.max.connection: specifies the maximum number of connections that are allowed for reading data from the source of a batch synchronization task.
36287
+ * * runtime.realtime.concurrent: specifies the maximum number of parallel threads that are allowed for a real-time synchronization task.
35694
36288
  *
35695
36289
  * @example
35696
36290
  * runtime.offline.concurrent
@@ -35729,6 +36323,9 @@ export class UpdateDIJobRequestJobSettingsRuntimeSettings extends $dara.Model {
35729
36323
 
35730
36324
  export class UpdateDIJobRequestJobSettings extends $dara.Model {
35731
36325
  /**
36326
+ * @remarks
36327
+ * The channel control settings for the synchronization task. The value of this parameter must be a JSON string.
36328
+ *
35732
36329
  * @example
35733
36330
  * {"structInfo":"MANAGED","storageType":"TEXTFILE","writeMode":"APPEND","partitionColumns":[{"columnName":"pt","columnType":"STRING","comment":""}],"fieldDelimiter":""}
35734
36331
  */
@@ -35738,6 +36335,10 @@ export class UpdateDIJobRequestJobSettings extends $dara.Model {
35738
36335
  * The settings for data type mappings between source fields and destination fields. The value of this parameter must be an array.
35739
36336
  */
35740
36337
  columnDataTypeSettings?: UpdateDIJobRequestJobSettingsColumnDataTypeSettings[];
36338
+ /**
36339
+ * @remarks
36340
+ * The settings for periodic scheduling.
36341
+ */
35741
36342
  cycleScheduleSettings?: UpdateDIJobRequestJobSettingsCycleScheduleSettings;
35742
36343
  /**
35743
36344
  * @remarks
@@ -35862,6 +36463,9 @@ export class UpdateDIJobRequestResourceSettings extends $dara.Model {
35862
36463
  */
35863
36464
  realtimeResourceSettings?: UpdateDIJobRequestResourceSettingsRealtimeResourceSettings;
35864
36465
  /**
36466
+ * @remarks
36467
+ * The number of compute units (CUs) in the resource group that are used for full and incremental synchronization.
36468
+ *
35865
36469
  * @example
35866
36470
  * 2.0
35867
36471
  */
@@ -35949,6 +36553,10 @@ export class UpdateDIJobRequestTableMappingsTransformationRules extends $dara.Mo
35949
36553
  * * Rename
35950
36554
  * * AddColumn
35951
36555
  * * HandleDml
36556
+ * * DefineIncrementalCondition
36557
+ * * DefineCycleScheduleSettings
36558
+ * * DefineRuntimeSettings
36559
+ * * DefinePartitionKey
35952
36560
  *
35953
36561
  * @example
35954
36562
  * Rename
@@ -36001,12 +36609,12 @@ export class UpdateDIJobRequestTableMappingsTransformationRules extends $dara.Mo
36001
36609
  export class UpdateDIJobRequestTableMappings extends $dara.Model {
36002
36610
  /**
36003
36611
  * @remarks
36004
- * The rule used to select synchronization objects in the source. You can configure multiple rules.
36612
+ * The list of rules that you want to use to select synchronization objects in the source.
36005
36613
  */
36006
36614
  sourceObjectSelectionRules?: UpdateDIJobRequestTableMappingsSourceObjectSelectionRules[];
36007
36615
  /**
36008
36616
  * @remarks
36009
- * The transformation rules that are applied to the selected synchronization objects.
36617
+ * The list of transformation rules that you want to apply to the synchronization objects selected from the source.
36010
36618
  */
36011
36619
  transformationRules?: UpdateDIJobRequestTableMappingsTransformationRules[];
36012
36620
  static names(): { [key: string]: string } {
@@ -36047,6 +36655,10 @@ export class UpdateDIJobRequestTransformationRules extends $dara.Model {
36047
36655
  * * Rename
36048
36656
  * * AddColumn
36049
36657
  * * HandleDml
36658
+ * * DefineIncrementalCondition
36659
+ * * DefineCycleScheduleSettings
36660
+ * * DefineRuntimeSettings
36661
+ * * DefinePartitionKey
36050
36662
  *
36051
36663
  * @example
36052
36664
  * Rename
@@ -36054,17 +36666,17 @@ export class UpdateDIJobRequestTransformationRules extends $dara.Model {
36054
36666
  ruleActionType?: string;
36055
36667
  /**
36056
36668
  * @remarks
36057
- * The expression of the rule. The expression is a JSON string.
36669
+ * The expression of the rule. The expression must be a JSON string.
36058
36670
  *
36059
36671
  * Example of a renaming rule: {"expression":"${srcDatasourceName}_${srcDatabaseName}_0922","variables":[{"variableName":"srcDatabaseName","variableRules":[{"from":"fromdb","to":"todb"}]}]}.
36060
36672
  *
36061
- * expression: the expression of the renaming rule. The expression may contain the following variables: ${srcDatasourceName}, ${srcDatabaseName}, and ${srcTableName}. ${srcDatasourceName} indicates the name of the source. ${srcDatabaseName} indicates the name of a source database. ${srcTableName} indicates the name of a source table. variables: the generation rule for a variable used in the expression of the renaming rule. The default value of the specified variable is the original value of the object indicated by the variable. You can define a group of string replacement rules to change the original values based on your business requirements. variableName: the name of the variable. The variable name is not enclosed in ${}. variableRules: the string replacement rules for variables. The system runs the string replacement rules in sequence for string replacement. from indicates the original string. to indicates the new string. Example of a rule used to add a specific field to the destination and assign a value to the field: {"columns":[{"columnName":"my_add_column","columnValueType":"Constant","columnValue":"123"}]}.
36673
+ * expression: the expression of the renaming rule. The expression may contain the following variables: ${srcDatasourceName}, ${srcDatabaseName}, and ${srcTableName}. ${srcDatasourceName} specifies the name of the source. ${srcDatabaseName} specifies the name of a source database. ${srcTableName} specifies the name of a source table. variables: the generation rule for a variable used in the expression of the renaming rule. The default value of the specified variable is the original value of the object indicated by the variable. You can define a group of string replacement rules to change the original values based on your business requirements. variableName: the name of the variable. Do not enclose the variable name in ${}. variableRules: the string replacement rules for variables. The system runs the string replacement rules in sequence. from specifies the original string. to specifies the new string. Example of a rule used to add a specific field to the destination and assign a value to the field: {"columns":[{"columnName":"my_add_column","columnValueType":"Constant","columnValue":"123"}]}.
36062
36674
  *
36063
- * If no rule of this type is configured, no fields are added to the destination and no values are assigned by default. columnName: the name of the field that is added. columnValueType: the value type of the field. Valid values: Constant and Variable. columnValue: the value of the field that is added. If the valueType parameter is set to Constant, the value of the columnValue parameter must be a constant of the STRING type. If the valueType parameter is set to Variable, the value of the columnValue parameter must be a built-in variable. The following built-in variables are supported: EXECUTE_TIME (LONG data type), DB_NAME_SRC (STRING data type), DATASOURCE_NAME_SRC (STRING data type), TABLE_NAME_SRC (STRING data type), DB_NAME_DEST (STRING data type), DATASOURCE_NAME_DEST (STRING data type), TABLE_NAME_DEST (STRING data type), and DB_NAME_SRC_TRANSED (STRING data type). EXECUTE_TIME indicates the execution time. DB_NAME_SRC indicates the name of a source database. DATASOURCE_NAME_SRC indicates the name of the source. TABLE_NAME_SRC indicates the name of a source table. DB_NAME_DEST indicates the name of a destination database. DATASOURCE_NAME_DEST indicates the name of the destination. TABLE_NAME_DEST indicates the name of a destination table. DB_NAME_SRC_TRANSED indicates the database name obtained after a transformation. Example of a rule used to specify primary key fields for a destination table: {"columns":["ukcolumn1","ukcolumn2"]}.
36675
+ * If you do not configure such a rule, no fields are added to the destination and no values are assigned by default. columnName: the name of the field that you want to add. columnValueType: the value type of the field. Valid values: Constant and Variable. columnValue: the value of the field that you want to add. If you set the valueType parameter to Constant, set the columnValue parameter to a custom constant of the STRING type. If you set the valueType parameter to Variable, set the columnValue to a built-in variable. The following built-in variables are supported: EXECUTE_TIME (LONG data type), DB_NAME_SRC (STRING data type), DATASOURCE_NAME_SRC (STRING data type), TABLE_NAME_SRC (STRING data type), DB_NAME_DEST (STRING data type), DATASOURCE_NAME_DEST (STRING data type), TABLE_NAME_DEST (STRING data type), and DB_NAME_SRC_TRANSED (STRING data type). EXECUTE_TIME specifies the execution time. DB_NAME_SRC indicates the name of a source database. DATASOURCE_NAME_SRC specifies the name of the source. TABLE_NAME_SRC specifies the name of a source table. DB_NAME_DEST specifies the name of a destination database. DATASOURCE_NAME_DEST specifies the name of the destination. TABLE_NAME_DEST specifies the name of a destination table. DB_NAME_SRC_TRANSED specifies the database name obtained after a transformation. Example of a rule used to specify primary key fields for a destination table: {"columns":["ukcolumn1","ukcolumn2"]}.
36064
36676
  *
36065
- * If no rule of this type is configured, the primary key fields in the mapped source table are used for the destination table by default. If the destination table is an existing table, Data Integration does not modify the schema of the destination table. If the specified primary key fields do not exist in the destination table, an error is reported when the synchronization task starts to run. If the destination table is automatically created by the system, Data Integration automatically creates the schema of the destination table. The schema contains the primary key fields that you specify. If the specified primary key fields do not exist in the destination table, an error is reported when the synchronization task starts to run. Example of a rule used to process DML messages: {"dmlPolicies":[{"dmlType":"Delete","dmlAction":"Filter","filterCondition":"id > 1"}]}.
36677
+ * If you do not configure such a rule, the primary key fields in the mapped source table are used for the destination table by default. If the destination table is an existing table, Data Integration does not modify the schema of the destination table. If the specified primary key fields do not exist in the destination table, an error is reported when the synchronization task starts to run. If the destination table is automatically created by the system, Data Integration automatically creates the schema of the destination table. The schema contains the primary key fields that you specify. If the specified primary key fields do not exist in the destination table, an error is reported when the synchronization task starts to run. Example of a rule used to process DML messages: {"dmlPolicies":[{"dmlType":"Delete","dmlAction":"Filter","filterCondition":"id > 1"}]}.
36066
36678
  *
36067
- * If no rule of this type is configured, the default processing policy for messages generated for insert, update, and delete operations is Normal. dmlType: the DML operation. Valid values: Insert, Update, and Delete. dmlAction: the processing policy for DML messages. Valid values: Normal, Ignore, Filter, and LogicalDelete. Filter indicates conditional processing. You can set the dmlAction parameter to Filter only when the dmlType parameter is set to Update or Delete. filterCondition: the condition used to filter DML messages. This parameter is required only when the dmlAction parameter is set to Filter.
36679
+ * If you do not configure such a rule, the default processing policy for messages generated for insert, update, and delete operations is Normal. dmlType: the DML operation. Valid values: Insert, Update, and Delete. dmlAction: the processing policy for DML messages. Valid values: Normal, Ignore, Filter, and LogicalDelete. Filter indicates conditional processing. You can set the dmlAction parameter to Filter only when the dmlType parameter is set to Update or Delete. filterCondition: the condition used to filter DML messages. This parameter is required only when the dmlAction parameter is set to Filter.
36068
36680
  *
36069
36681
  * @example
36070
36682
  * {"expression":"${srcDatasoureName}_${srcDatabaseName}"}
@@ -39248,10 +39860,10 @@ export class CreateBusinessRequest extends $dara.Model {
39248
39860
  projectIdentifier?: string;
39249
39861
  /**
39250
39862
  * @remarks
39251
- * The module to which the business process belongs. Valid values:
39863
+ * The module to which the workflow belongs. Valid values:
39252
39864
  *
39253
- * - NORMAL: The business process is initiated automatically.
39254
- * - MANUAL_BIZ: The business process requires manual initiation.
39865
+ * * NORMAL: The workflow belongs to auto triggered workflows.
39866
+ * * MANUAL_BIZ: The workflow belongs to manually triggered workflows.
39255
39867
  *
39256
39868
  * @example
39257
39869
  * NORMAL
@@ -39291,7 +39903,7 @@ export class CreateBusinessRequest extends $dara.Model {
39291
39903
  export class CreateBusinessResponseBody extends $dara.Model {
39292
39904
  /**
39293
39905
  * @remarks
39294
- * The ID of the business process.
39906
+ * The workflow ID.
39295
39907
  *
39296
39908
  * @example
39297
39909
  * 100001
@@ -39323,7 +39935,7 @@ export class CreateBusinessResponseBody extends $dara.Model {
39323
39935
  httpStatusCode?: number;
39324
39936
  /**
39325
39937
  * @remarks
39326
- * The request ID. You can use the request ID to query logs and troubleshoot issues.
39938
+ * The request ID.
39327
39939
  *
39328
39940
  * @example
39329
39941
  * 0000-ABCD-EFG****
@@ -39331,7 +39943,7 @@ export class CreateBusinessResponseBody extends $dara.Model {
39331
39943
  requestId?: string;
39332
39944
  /**
39333
39945
  * @remarks
39334
- * Indicates whether the request is successful.
39946
+ * Indicates whether the request was successful.
39335
39947
  *
39336
39948
  * @example
39337
39949
  * true
@@ -39807,7 +40419,7 @@ export class CreateDIAlarmRuleRequest extends $dara.Model {
39807
40419
  DIJobId?: number;
39808
40420
  /**
39809
40421
  * @remarks
39810
- * The description of the alert rule.
40422
+ * The description of the task.
39811
40423
  *
39812
40424
  * @example
39813
40425
  * mysql synchronizes to hologres heartbeat alert
@@ -39899,7 +40511,7 @@ export class CreateDIAlarmRuleShrinkRequest extends $dara.Model {
39899
40511
  DIJobId?: number;
39900
40512
  /**
39901
40513
  * @remarks
39902
- * The description of the alert rule.
40514
+ * The description of the task.
39903
40515
  *
39904
40516
  * @example
39905
40517
  * mysql synchronizes to hologres heartbeat alert
@@ -41781,8 +42393,8 @@ export class CreateDataSourceRequest extends $dara.Model {
41781
42393
  * * odps
41782
42394
  *
41783
42395
  * {
41784
- * "accessId": "xssssss",
41785
- * "accessKey": "xsaxsaxsa",
42396
+ * "accessId": "*****",
42397
+ * "accessKey": "*****",
41786
42398
  * "authType": 2,
41787
42399
  * "endpoint": "http://service.odps.aliyun.com/api",
41788
42400
  * "project": "xsaxsax",
@@ -41816,8 +42428,8 @@ export class CreateDataSourceRequest extends $dara.Model {
41816
42428
  * * oss
41817
42429
  *
41818
42430
  * {
41819
- * "accessId": "sssssxx",
41820
- * "accessKey": "xsaxaxsaxs",
42431
+ * "accessId": "*****",
42432
+ * "accessKey": "*****",
41821
42433
  * "bucket": "xsa-xs-xs",
41822
42434
  * "endpoint": "http://oss-cn-shanghai.aliyuncs.com",
41823
42435
  * "tag": "public"
@@ -41874,11 +42486,11 @@ export class CreateDataSourceRequest extends $dara.Model {
41874
42486
  * * emr
41875
42487
  *
41876
42488
  * {
41877
- * "accessId": "xsaxsa",
42489
+ * "accessId": "*****",
41878
42490
  * "emrClusterId": "C-dsads",
41879
42491
  * "emrResourceQueueName": "default",
41880
42492
  * "emrEndpoint": "emr.aliyuncs.com",
41881
- * "accessKey": "dsadsad",
42493
+ * "accessKey": "*****",
41882
42494
  * "emrUserId": "224833315798889783",
41883
42495
  * "name": "sasdsadsa",
41884
42496
  * "emrAccessMode": "simple",
@@ -41921,8 +42533,8 @@ export class CreateDataSourceRequest extends $dara.Model {
41921
42533
  * * holo
41922
42534
  *
41923
42535
  * {
41924
- * "accessId": "xsaxsaxs",
41925
- * "accessKey": "xsaxsaxsa",
42536
+ * "accessId": "*****",
42537
+ * "accessKey": "*****",
41926
42538
  * "database": "xsaxsaxsa",
41927
42539
  * "instanceId": "xsaxa",
41928
42540
  * "tag": "aliyun"
@@ -42412,10 +43024,10 @@ export class CreateFileRequest extends $dara.Model {
42412
43024
  content?: string;
42413
43025
  /**
42414
43026
  * @remarks
42415
- * If the directory specified in the parameter (FileFolderPath) does not exist in the system, whether the directory is automatically created. The values are as follows:
43027
+ * Specifies whether to automatically create the directory that is specified by the FileFolderPath parameter if the directory does not exist. Valid values:
42416
43028
  *
42417
- * - true: If the directory does not exist, the directory is automatically created.
42418
- * - false: If the directory does not exist, the call fails.
43029
+ * * true: The system automatically creates the directory if the directory does not exist.
43030
+ * * false: The system does not automatically create the directory if the directory does not exist. In this case, the call fails.
42419
43031
  *
42420
43032
  * @example
42421
43033
  * false
@@ -42535,6 +43147,14 @@ export class CreateFileRequest extends $dara.Model {
42535
43147
  * false
42536
43148
  */
42537
43149
  ignoreParentSkipRunningProperty?: boolean;
43150
+ /**
43151
+ * @remarks
43152
+ * Custom image ID
43153
+ *
43154
+ * @example
43155
+ * m-bp1h4b5a8ogkbll2f3tr
43156
+ */
43157
+ imageId?: string;
42538
43158
  /**
42539
43159
  * @remarks
42540
43160
  * The output name of the parent file on which the current file depends. If you specify multiple output names, separate them with commas (,).
@@ -42713,6 +43333,7 @@ export class CreateFileRequest extends $dara.Model {
42713
43333
  fileName: 'FileName',
42714
43334
  fileType: 'FileType',
42715
43335
  ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
43336
+ imageId: 'ImageId',
42716
43337
  inputList: 'InputList',
42717
43338
  inputParameters: 'InputParameters',
42718
43339
  outputParameters: 'OutputParameters',
@@ -42751,6 +43372,7 @@ export class CreateFileRequest extends $dara.Model {
42751
43372
  fileName: 'string',
42752
43373
  fileType: 'number',
42753
43374
  ignoreParentSkipRunningProperty: 'boolean',
43375
+ imageId: 'string',
42754
43376
  inputList: 'string',
42755
43377
  inputParameters: 'string',
42756
43378
  outputParameters: 'string',
@@ -42899,7 +43521,7 @@ export class CreateFileResponse extends $dara.Model {
42899
43521
  export class CreateFolderRequest extends $dara.Model {
42900
43522
  /**
42901
43523
  * @remarks
42902
- * The HTTP status code returned.
43524
+ * The path of the folder.
42903
43525
  *
42904
43526
  * This parameter is required.
42905
43527
  *
@@ -44049,6 +44671,7 @@ export class CreatePermissionApplyOrderRequest extends $dara.Model {
44049
44671
  * I need to use this table
44050
44672
  */
44051
44673
  applyReason?: string;
44674
+ applyType?: string;
44052
44675
  /**
44053
44676
  * @remarks
44054
44677
  * 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 (,).
@@ -44059,6 +44682,7 @@ export class CreatePermissionApplyOrderRequest extends $dara.Model {
44059
44682
  * 267842600408993176,267842600408993177
44060
44683
  */
44061
44684
  applyUserIds?: string;
44685
+ catalogName?: string;
44062
44686
  /**
44063
44687
  * @remarks
44064
44688
  * 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.
@@ -44079,8 +44703,6 @@ export class CreatePermissionApplyOrderRequest extends $dara.Model {
44079
44703
  * @remarks
44080
44704
  * The name of the MaxCompute project in which you request permissions on the fields of a table.
44081
44705
  *
44082
- * This parameter is required.
44083
- *
44084
44706
  * @example
44085
44707
  * aMaxcomputeProjectName
44086
44708
  */
@@ -44097,8 +44719,6 @@ export class CreatePermissionApplyOrderRequest extends $dara.Model {
44097
44719
  * @remarks
44098
44720
  * 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.
44099
44721
  *
44100
- * This parameter is required.
44101
- *
44102
44722
  * @example
44103
44723
  * 12345
44104
44724
  */
@@ -44107,7 +44727,9 @@ export class CreatePermissionApplyOrderRequest extends $dara.Model {
44107
44727
  return {
44108
44728
  applyObject: 'ApplyObject',
44109
44729
  applyReason: 'ApplyReason',
44730
+ applyType: 'ApplyType',
44110
44731
  applyUserIds: 'ApplyUserIds',
44732
+ catalogName: 'CatalogName',
44111
44733
  deadline: 'Deadline',
44112
44734
  engineType: 'EngineType',
44113
44735
  maxComputeProjectName: 'MaxComputeProjectName',
@@ -44120,7 +44742,9 @@ export class CreatePermissionApplyOrderRequest extends $dara.Model {
44120
44742
  return {
44121
44743
  applyObject: { 'type': 'array', 'itemType': CreatePermissionApplyOrderRequestApplyObject },
44122
44744
  applyReason: 'string',
44745
+ applyType: 'string',
44123
44746
  applyUserIds: 'string',
44747
+ catalogName: 'string',
44124
44748
  deadline: 'number',
44125
44749
  engineType: 'string',
44126
44750
  maxComputeProjectName: 'string',
@@ -45356,7 +45980,7 @@ export class CreateQualityRuleRequest extends $dara.Model {
45356
45980
  checker?: number;
45357
45981
  /**
45358
45982
  * @remarks
45359
- * The description of the monitoring rule.
45983
+ * The description of the rule.
45360
45984
  *
45361
45985
  * @example
45362
45986
  * Verification
@@ -47091,10 +47715,10 @@ export class CreateUdfFileRequest extends $dara.Model {
47091
47715
  cmdDescription?: string;
47092
47716
  /**
47093
47717
  * @remarks
47094
- * If the directory specified in the parameter (FileFolderPath) does not exist in the system, whether the directory is automatically created. The values are as follows:
47718
+ * Specifies whether to automatically create the directory that is specified by the FileFolderPath parameter if the directory does not exist. Valid values:
47095
47719
  *
47096
- * - true: If the directory does not exist, the directory is automatically created.
47097
- * - false: If the directory does not exist, the call fails.
47720
+ * * true: The system automatically creates the directory if the directory does not exist.
47721
+ * * false: The system does not automatically create the directory if the directory does not exist. In this case, the call fails.
47098
47722
  *
47099
47723
  * @example
47100
47724
  * false
@@ -47182,7 +47806,7 @@ export class CreateUdfFileRequest extends $dara.Model {
47182
47806
  returnValue?: string;
47183
47807
  /**
47184
47808
  * @remarks
47185
- * The description of the function. This parameter corresponds to the Description parameter in the Register Function section of the configuration tab of the function in the DataWorks console.
47809
+ * The description of the function. This parameter corresponds to the Description parameter in the Register Function section of the configuration tab of the function on the DataStudio page.
47186
47810
  *
47187
47811
  * @example
47188
47812
  * Concatenate several strings to generate a new string
@@ -53693,7 +54317,7 @@ export class DsgSceneQuerySceneListByNameRequest extends $dara.Model {
53693
54317
  export class DsgSceneQuerySceneListByNameResponseBody extends $dara.Model {
53694
54318
  /**
53695
54319
  * @remarks
53696
- * The data entries returned.
54320
+ * The returned data.
53697
54321
  */
53698
54322
  data?: DsgSceneQuerySceneListByNameResponseBodyData[];
53699
54323
  /**
@@ -63231,7 +63855,9 @@ export class GetMetaTableColumnResponse extends $dara.Model {
63231
63855
  export class GetMetaTableFullInfoRequest extends $dara.Model {
63232
63856
  /**
63233
63857
  * @remarks
63234
- * The ID of the EMR cluster. You can log in to the EMR management console to obtain the cluster ID.
63858
+ * The ID of the EMR cluster. This parameter is required only if you set the DataSourceType parameter to emr.
63859
+ *
63860
+ * You can log on to the [EMR console](https://emr.console.aliyun.com/?spm=a2c4g.11186623.0.0.965cc5c2GeiHet#/cn-hangzhou) to query the ID.
63235
63861
  *
63236
63862
  * @example
63237
63863
  * C-010A704DA760****
@@ -63239,7 +63865,7 @@ export class GetMetaTableFullInfoRequest extends $dara.Model {
63239
63865
  clusterId?: string;
63240
63866
  /**
63241
63867
  * @remarks
63242
- * Data type, currently only supports the value `emr`.
63868
+ * The type of the data source. Set the value to emr.
63243
63869
  *
63244
63870
  * @example
63245
63871
  * emr
@@ -63247,7 +63873,9 @@ export class GetMetaTableFullInfoRequest extends $dara.Model {
63247
63873
  dataSourceType?: string;
63248
63874
  /**
63249
63875
  * @remarks
63250
- * The name of the EMR database. You can obtain the database name by calling the [ListMetaDB](https://help.aliyun.com/document_detail/185662.html) interface.
63876
+ * The name of the database. This parameter is required only if you set the DataSourceType parameter to emr.
63877
+ *
63878
+ * You can call the [ListMetaDB](https://help.aliyun.com/document_detail/185662.html) operation to query the database name.
63251
63879
  *
63252
63880
  * @example
63253
63881
  * abc
@@ -63271,7 +63899,7 @@ export class GetMetaTableFullInfoRequest extends $dara.Model {
63271
63899
  pageSize?: number;
63272
63900
  /**
63273
63901
  * @remarks
63274
- * The unique identifier of the table. You can obtain the unique identifier by calling the [GetMetaDBTableList](https://help.aliyun.com/document_detail/173916.html) interface.
63902
+ * The unique identifier of the table. You can call the [GetMetaDBTableList](https://help.aliyun.com/document_detail/173916.html) operation to query the unique identifier of the table.
63275
63903
  *
63276
63904
  * @example
63277
63905
  * odps.engine_name.table_name
@@ -63279,7 +63907,9 @@ export class GetMetaTableFullInfoRequest extends $dara.Model {
63279
63907
  tableGuid?: string;
63280
63908
  /**
63281
63909
  * @remarks
63282
- * The name of the EMR table. You can obtain the table name by calling the [GetMetaDBTableList](https://help.aliyun.com/document_detail/173916.html) interface.
63910
+ * The name of the table in the EMR cluster. This parameter is required only if you set the DataSourceType parameter to emr.
63911
+ *
63912
+ * You can call the [GetMetaDBTableList](https://help.aliyun.com/document_detail/173916.html) operation to query the table name.
63283
63913
  *
63284
63914
  * @example
63285
63915
  * abc
@@ -63321,12 +63951,12 @@ export class GetMetaTableFullInfoRequest extends $dara.Model {
63321
63951
  export class GetMetaTableFullInfoResponseBody extends $dara.Model {
63322
63952
  /**
63323
63953
  * @remarks
63324
- * Business data.
63954
+ * The business data.
63325
63955
  */
63326
63956
  data?: GetMetaTableFullInfoResponseBodyData;
63327
63957
  /**
63328
63958
  * @remarks
63329
- * Error code.
63959
+ * The error code.
63330
63960
  *
63331
63961
  * @example
63332
63962
  * 1031203110005
@@ -63334,7 +63964,7 @@ export class GetMetaTableFullInfoResponseBody extends $dara.Model {
63334
63964
  errorCode?: string;
63335
63965
  /**
63336
63966
  * @remarks
63337
- * Error message.
63967
+ * The error message.
63338
63968
  *
63339
63969
  * @example
63340
63970
  * The specified parameters are invalid.
@@ -63342,7 +63972,7 @@ export class GetMetaTableFullInfoResponseBody extends $dara.Model {
63342
63972
  errorMessage?: string;
63343
63973
  /**
63344
63974
  * @remarks
63345
- * HTTP status code.
63975
+ * The HTTP status code.
63346
63976
  *
63347
63977
  * @example
63348
63978
  * 200
@@ -63350,7 +63980,7 @@ export class GetMetaTableFullInfoResponseBody extends $dara.Model {
63350
63980
  httpStatusCode?: number;
63351
63981
  /**
63352
63982
  * @remarks
63353
- * Request ID. Used for locating logs and troubleshooting issues.
63983
+ * The request ID.
63354
63984
  *
63355
63985
  * @example
63356
63986
  * 0bc1411515937****
@@ -63358,7 +63988,7 @@ export class GetMetaTableFullInfoResponseBody extends $dara.Model {
63358
63988
  requestId?: string;
63359
63989
  /**
63360
63990
  * @remarks
63361
- * Whether the call was successful.
63991
+ * Indicates whether the request was successful.
63362
63992
  *
63363
63993
  * @example
63364
63994
  * true
@@ -65019,7 +65649,7 @@ export class GetMigrationSummaryRequest extends $dara.Model {
65019
65649
  * @remarks
65020
65650
  * The migration task ID.
65021
65651
  *
65022
- * 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.
65652
+ * 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.
65023
65653
  *
65024
65654
  * This parameter is required.
65025
65655
  *
@@ -65161,7 +65791,7 @@ export class GetNodeRequest extends $dara.Model {
65161
65791
  nodeId?: number;
65162
65792
  /**
65163
65793
  * @remarks
65164
- * The priority of the node. Valid values: 1, 3, 5, 7, and 8.
65794
+ * The environment of the workspace. Valid values: PROD and DEV.
65165
65795
  *
65166
65796
  * This parameter is required.
65167
65797
  *
@@ -66141,10 +66771,13 @@ export class GetOpRiskDataRequest extends $dara.Model {
66141
66771
  pageSize?: number;
66142
66772
  /**
66143
66773
  * @remarks
66144
- * The method that you use to identify risks. Valid values:
66774
+ * The method that you use to identify risks.
66145
66775
  *
66146
66776
  * * You can manually identify risks.
66147
66777
  * * You can also use a sensitive data identification rule to identify risks. You can log on to the DataWorks console and go to the Risk Identification Rules page in Data Security Guard to obtain the name of the rule.
66778
+ *
66779
+ * @example
66780
+ * Manual identification
66148
66781
  */
66149
66782
  riskType?: string;
66150
66783
  static names(): { [key: string]: string } {
@@ -66195,6 +66828,21 @@ export class GetOpRiskDataResponseBody extends $dara.Model {
66195
66828
  * * sql: the SQL statement that is executed
66196
66829
  * * opAccount: the account that is used to perform the operation
66197
66830
  * * opTime: the time when the operation was performed
66831
+ *
66832
+ * @example
66833
+ * {
66834
+ * "opRiskDatas": [
66835
+ * {
66836
+ * "riskType": "Hierarchical dimension, EMR engine dimension and project dimension, EMR engine project dimension operation data, export method dimension, EMR engine",
66837
+ * "opTime": "2021-01-04 23:39:13",
66838
+ * "opType": "SQL_SELECT",
66839
+ * "opAccount": "user",
66840
+ * "sensType": "Email/name/mobile phone number",
66841
+ * "sql": "SELECT * FROM default.jiade_1219_test_create LIMIT 20"
66842
+ * }
66843
+ * ],
66844
+ * "totalCount": 499
66845
+ * }
66198
66846
  */
66199
66847
  riskData?: string;
66200
66848
  static names(): { [key: string]: string } {
@@ -66357,6 +67005,9 @@ export class GetOpSensitiveDataResponseBody extends $dara.Model {
66357
67005
  * * sql: the SQL statement that is executed.
66358
67006
  * * opAccount: the account that is used to perform the operation.
66359
67007
  * * opTime: the time when the operation was performed.
67008
+ *
67009
+ * @example
67010
+ * "opSensDatas": [ { "sensLevel": "L4", "opTime": "2021-02-07 00:14:51", "opAccount": "ALIYUN$dsg_test", "sensType": "Mobile phone number", "sql": "select * from dsg_demo.tbl_phonebook where phone_no = &#39;1331111****&#39;;" } ], "totalCount": 6
66360
67011
  */
66361
67012
  opSensitiveData?: string;
66362
67013
  /**
@@ -67114,15 +67765,26 @@ export class GetQualityEntityResponse extends $dara.Model {
67114
67765
  export class GetQualityFollowerRequest extends $dara.Model {
67115
67766
  /**
67116
67767
  * @remarks
67768
+ * The ID of the partition filter expression.
67769
+ *
67117
67770
  * This parameter is required.
67118
67771
  *
67119
67772
  * @example
67120
67773
  * 1234
67121
67774
  */
67122
67775
  entityId?: number;
67776
+ /**
67777
+ * @remarks
67778
+ * The ID of the DataWorks workspace.
67779
+ *
67780
+ * @example
67781
+ * 27
67782
+ */
67123
67783
  projectId?: number;
67124
67784
  /**
67125
67785
  * @remarks
67786
+ * The name of the engine or data source.
67787
+ *
67126
67788
  * This parameter is required.
67127
67789
  *
67128
67790
  * @example
@@ -67155,28 +67817,47 @@ export class GetQualityFollowerRequest extends $dara.Model {
67155
67817
  }
67156
67818
 
67157
67819
  export class GetQualityFollowerResponseBody extends $dara.Model {
67820
+ /**
67821
+ * @remarks
67822
+ * The information about the subscription relationship.
67823
+ */
67158
67824
  data?: GetQualityFollowerResponseBodyData[];
67159
67825
  /**
67826
+ * @remarks
67827
+ * The error code.
67828
+ *
67160
67829
  * @example
67161
67830
  * Invalid.Tenant.ConnectionNotExists
67162
67831
  */
67163
67832
  errorCode?: string;
67164
67833
  /**
67834
+ * @remarks
67835
+ * The error message.
67836
+ *
67165
67837
  * @example
67166
67838
  * You have no permission.
67167
67839
  */
67168
67840
  errorMessage?: string;
67169
67841
  /**
67842
+ * @remarks
67843
+ * The HTTP return code.
67844
+ *
67170
67845
  * @example
67171
67846
  * 200
67172
67847
  */
67173
67848
  httpStatusCode?: number;
67174
67849
  /**
67850
+ * @remarks
67851
+ * The ID of the request.
67852
+ *
67175
67853
  * @example
67176
67854
  * 38cbdef0-f6cf-49
67177
67855
  */
67178
67856
  requestId?: string;
67179
67857
  /**
67858
+ * @remarks
67859
+ * Whether the call is successful.
67860
+ *
67180
67861
  * @example
67181
67862
  * true
67182
67863
  */
@@ -67483,7 +68164,7 @@ export class GetRemindResponseBody extends $dara.Model {
67483
68164
  httpStatusCode?: number;
67484
68165
  /**
67485
68166
  * @remarks
67486
- * The request ID. You can use the ID to troubleshoot issues.
68167
+ * The request ID.
67487
68168
  *
67488
68169
  * @example
67489
68170
  * 0000-ABCD-EFGH-IJKLMNOPQ
@@ -67966,6 +68647,8 @@ export class GetTopicResponse extends $dara.Model {
67966
68647
  export class GetTopicInfluenceRequest extends $dara.Model {
67967
68648
  /**
67968
68649
  * @remarks
68650
+ * The ID of the event.
68651
+ *
67969
68652
  * This parameter is required.
67970
68653
  *
67971
68654
  * @example
@@ -68000,26 +68683,41 @@ export class GetTopicInfluenceResponseBody extends $dara.Model {
68000
68683
  */
68001
68684
  data?: GetTopicInfluenceResponseBodyData;
68002
68685
  /**
68686
+ * @remarks
68687
+ * The error code returned.
68688
+ *
68003
68689
  * @example
68004
68690
  * 1031203110005
68005
68691
  */
68006
68692
  errorCode?: string;
68007
68693
  /**
68694
+ * @remarks
68695
+ * The error message returned.
68696
+ *
68008
68697
  * @example
68009
68698
  * The specified parameters are invalid.
68010
68699
  */
68011
68700
  errorMessage?: string;
68012
68701
  /**
68702
+ * @remarks
68703
+ * The HTTP status code returned.
68704
+ *
68013
68705
  * @example
68014
68706
  * 200
68015
68707
  */
68016
68708
  httpStatusCode?: number;
68017
68709
  /**
68710
+ * @remarks
68711
+ * The ID of the request. You can use the ID to troubleshoot issues.
68712
+ *
68018
68713
  * @example
68019
68714
  * 0000-ABCD-EFG****
68020
68715
  */
68021
68716
  requestId?: string;
68022
68717
  /**
68718
+ * @remarks
68719
+ * Indicates whether the request was successful.
68720
+ *
68023
68721
  * @example
68024
68722
  * true
68025
68723
  */
@@ -68521,6 +69219,9 @@ export class ListBaselineConfigsRequest extends $dara.Model {
68521
69219
  /**
68522
69220
  * @remarks
68523
69221
  * The keyword in the baseline name, which is used to search for the baseline.
69222
+ *
69223
+ * @example
69224
+ * Baseline name search keywords
68524
69225
  */
68525
69226
  searchText?: string;
68526
69227
  /**
@@ -69533,12 +70234,21 @@ export class ListCalcEnginesResponse extends $dara.Model {
69533
70234
  export class ListCheckProcessesRequest extends $dara.Model {
69534
70235
  /**
69535
70236
  * @remarks
70237
+ * Extension point event encoding.
70238
+ *
69536
70239
  * This parameter is required.
69537
70240
  *
69538
70241
  * @example
69539
70242
  * commit-file
69540
70243
  */
69541
70244
  eventCode?: string;
70245
+ /**
70246
+ * @remarks
70247
+ * The message ID in DataWorks OpenEvent. You can obtain the ID from a received message when an extension point event is triggered.
70248
+ *
70249
+ * @example
70250
+ * 03400b03-b721-4c34-8727-2****1
70251
+ */
69542
70252
  messageId?: string;
69543
70253
  /**
69544
70254
  * @remarks
@@ -69549,21 +70259,37 @@ export class ListCheckProcessesRequest extends $dara.Model {
69549
70259
  */
69550
70260
  operator?: string;
69551
70261
  /**
70262
+ * @remarks
70263
+ * The page number. Default value: 1.
70264
+ *
69552
70265
  * @example
69553
70266
  * 1
69554
70267
  */
69555
70268
  pageNumber?: number;
69556
70269
  /**
70270
+ * @remarks
70271
+ * The number of entries per page.
70272
+ *
69557
70273
  * @example
69558
70274
  * 10
69559
70275
  */
69560
70276
  pageSize?: number;
69561
70277
  /**
70278
+ * @remarks
70279
+ * The ID of the workspace.
70280
+ *
69562
70281
  * @example
69563
70282
  * 123465
69564
70283
  */
69565
70284
  projectId?: number;
69566
70285
  /**
70286
+ * @remarks
70287
+ * The check status of the extension. Valid values:
70288
+ *
70289
+ * * CHECKING
70290
+ * * PASSED
70291
+ * * BLOCKED
70292
+ *
69567
70293
  * @example
69568
70294
  * True
69569
70295
  */
@@ -69602,8 +70328,15 @@ export class ListCheckProcessesRequest extends $dara.Model {
69602
70328
  }
69603
70329
 
69604
70330
  export class ListCheckProcessesResponseBody extends $dara.Model {
70331
+ /**
70332
+ * @remarks
70333
+ * The pagination information.
70334
+ */
69605
70335
  pagingInfo?: ListCheckProcessesResponseBodyPagingInfo;
69606
70336
  /**
70337
+ * @remarks
70338
+ * The ID of the request.
70339
+ *
69607
70340
  * @example
69608
70341
  * 0000-ABCD-EF****
69609
70342
  */
@@ -71128,6 +71861,9 @@ export class ListDataServiceApisRequest extends $dara.Model {
71128
71861
  /**
71129
71862
  * @remarks
71130
71863
  * The keyword in API names. The keyword is used to search for the APIs whose names contain the keyword.
71864
+ *
71865
+ * @example
71866
+ * My API name
71131
71867
  */
71132
71868
  apiNameKeyword?: string;
71133
71869
  /**
@@ -72000,6 +72736,9 @@ export class ListDataServicePublishedApisRequest extends $dara.Model {
72000
72736
  /**
72001
72737
  * @remarks
72002
72738
  * The keyword in API names. The keyword is used to search for the APIs whose names contain the keyword.
72739
+ *
72740
+ * @example
72741
+ * My API name
72003
72742
  */
72004
72743
  apiNameKeyword?: string;
72005
72744
  /**
@@ -73501,7 +74240,7 @@ export class ListFileVersionsRequest extends $dara.Model {
73501
74240
  export class ListFileVersionsResponseBody extends $dara.Model {
73502
74241
  /**
73503
74242
  * @remarks
73504
- * The file versions returned.
74243
+ * The file versions.
73505
74244
  */
73506
74245
  data?: ListFileVersionsResponseBodyData;
73507
74246
  /**
@@ -73615,16 +74354,25 @@ export class ListFileVersionsResponse extends $dara.Model {
73615
74354
 
73616
74355
  export class ListFilesRequest extends $dara.Model {
73617
74356
  /**
74357
+ * @remarks
74358
+ * The exact matching file name. The file name of the query result is exactly the same as this parameter.
74359
+ *
73618
74360
  * @example
73619
74361
  * ods_create.sql
73620
74362
  */
73621
74363
  exactFileName?: string;
73622
74364
  /**
73623
74365
  * @remarks
73624
- * The path of the files.
74366
+ * The path of the folder to which files belong.
74367
+ *
74368
+ * @example
74369
+ * Business_process/my_first_business_process/MaxCompute/ods_layer
73625
74370
  */
73626
74371
  fileFolderPath?: string;
73627
74372
  /**
74373
+ * @remarks
74374
+ * The file ID list. The File ID set of the query result can only be a subset of the list. You can specify up to 50 fileids at a time.
74375
+ *
73628
74376
  * @example
73629
74377
  * 78237,816123
73630
74378
  */
@@ -73647,12 +74395,19 @@ export class ListFilesRequest extends $dara.Model {
73647
74395
  * ods
73648
74396
  */
73649
74397
  keyword?: string;
74398
+ lastEditUser?: string;
73650
74399
  /**
74400
+ * @remarks
74401
+ * Whether the query result contains the path of the folder where the file is located.
74402
+ *
73651
74403
  * @example
73652
74404
  * false
73653
74405
  */
73654
74406
  needAbsoluteFolderPath?: boolean;
73655
74407
  /**
74408
+ * @remarks
74409
+ * Whether the query results contain file content (for files with more content, there may be a long network transmission delay).
74410
+ *
73656
74411
  * @example
73657
74412
  * false
73658
74413
  */
@@ -73731,6 +74486,7 @@ export class ListFilesRequest extends $dara.Model {
73731
74486
  fileIdIn: 'FileIdIn',
73732
74487
  fileTypes: 'FileTypes',
73733
74488
  keyword: 'Keyword',
74489
+ lastEditUser: 'LastEditUser',
73734
74490
  needAbsoluteFolderPath: 'NeedAbsoluteFolderPath',
73735
74491
  needContent: 'NeedContent',
73736
74492
  nodeId: 'NodeId',
@@ -73750,6 +74506,7 @@ export class ListFilesRequest extends $dara.Model {
73750
74506
  fileIdIn: 'string',
73751
74507
  fileTypes: 'string',
73752
74508
  keyword: 'string',
74509
+ lastEditUser: 'string',
73753
74510
  needAbsoluteFolderPath: 'boolean',
73754
74511
  needContent: 'boolean',
73755
74512
  nodeId: 'number',
@@ -73915,6 +74672,9 @@ export class ListFoldersRequest extends $dara.Model {
73915
74672
  * The path of the parent folder.
73916
74673
  *
73917
74674
  * This parameter is required.
74675
+ *
74676
+ * @example
74677
+ * Business_process/my_first_business_process/MaxCompute
73918
74678
  */
73919
74679
  parentFolderPath?: string;
73920
74680
  /**
@@ -74579,6 +75339,16 @@ export class ListInstancesRequest extends $dara.Model {
74579
75339
  * openmr_8****
74580
75340
  */
74581
75341
  nodeName?: string;
75342
+ /**
75343
+ * @remarks
75344
+ * The sorting rule of the instances to be returned. Valid values:
75345
+ *
75346
+ * * CREATE_TIME_DESC: The instances are sorted in descending order of their creation time.
75347
+ * * INSTANCE_ID_DESC (default): The instances are sorted in descending order of their IDs.
75348
+ *
75349
+ * @example
75350
+ * INSTANCE_ID_DESC
75351
+ */
74582
75352
  orderBy?: string;
74583
75353
  /**
74584
75354
  * @remarks
@@ -74614,7 +75384,7 @@ export class ListInstancesRequest extends $dara.Model {
74614
75384
  programType?: string;
74615
75385
  /**
74616
75386
  * @remarks
74617
- * The time when the node was last modified.
75387
+ * The environment in which the node runs. Valid values: DEV and PROD.
74618
75388
  *
74619
75389
  * This parameter is required.
74620
75390
  *
@@ -74634,7 +75404,16 @@ export class ListInstancesRequest extends $dara.Model {
74634
75404
  projectId?: number;
74635
75405
  /**
74636
75406
  * @remarks
74637
- * The time when the instance started to wait to be scheduled.
75407
+ * The status of the node. Valid values:
75408
+ *
75409
+ * * NOT_RUN: The node is not run.
75410
+ * * WAIT_TIME: The node is waiting for the scheduling time to arrive.
75411
+ * * WAIT_RESOURCE: The node is waiting for resources.
75412
+ * * RUNNING: The node is running.
75413
+ * * CHECKING: Data quality is being checked for the node.
75414
+ * * CHECKING_CONDITION: Branch conditions are being checked for the node.
75415
+ * * FAILURE: The node fails to run.
75416
+ * * SUCCESS: The node is successfully run.
74638
75417
  *
74639
75418
  * @example
74640
75419
  * NOT_RUN
@@ -74809,9 +75588,10 @@ export class ListInstancesResponse extends $dara.Model {
74809
75588
  export class ListLineageRequest extends $dara.Model {
74810
75589
  /**
74811
75590
  * @remarks
74812
- * The lineage type. Valid values:\\
74813
- * up: ancestor lineage\\
74814
- * down: descendant lineage
75591
+ * The lineage type. Valid values:
75592
+ *
75593
+ * * up: ancestor lineage
75594
+ * * down: descendant lineage
74815
75595
  *
74816
75596
  * This parameter is required.
74817
75597
  *
@@ -74924,9 +75704,8 @@ export class ListLineageResponseBody extends $dara.Model {
74924
75704
  * @remarks
74925
75705
  * Indicates whether the request was successful. Valid values:
74926
75706
  *
74927
- * true
74928
- *
74929
- * false
75707
+ * * true
75708
+ * * false
74930
75709
  *
74931
75710
  * @example
74932
75711
  * true
@@ -76433,7 +77212,7 @@ export class ListNodesRequest extends $dara.Model {
76433
77212
  owner?: string;
76434
77213
  /**
76435
77214
  * @remarks
76436
- * The number of entries to return on each page. Default value: 10. Maximum value: 100.
77215
+ * The page number. Minimum value: 1. Maximum value: 100.
76437
77216
  *
76438
77217
  * @example
76439
77218
  * 1
@@ -76441,7 +77220,7 @@ export class ListNodesRequest extends $dara.Model {
76441
77220
  pageNumber?: number;
76442
77221
  /**
76443
77222
  * @remarks
76444
- * The ID of the workspace.
77223
+ * The number of entries per page. Default value: 10. Maximum value: 100.
76445
77224
  *
76446
77225
  * @example
76447
77226
  * 10
@@ -76457,7 +77236,7 @@ export class ListNodesRequest extends $dara.Model {
76457
77236
  programType?: string;
76458
77237
  /**
76459
77238
  * @remarks
76460
- * The number of entries returned per page. Default value: 10. Maximum value: 100.
77239
+ * The environment in which the node runs. Valid values: DEV and PROD.
76461
77240
  *
76462
77241
  * This parameter is required.
76463
77242
  *
@@ -76475,6 +77254,17 @@ export class ListNodesRequest extends $dara.Model {
76475
77254
  * 1234
76476
77255
  */
76477
77256
  projectId?: number;
77257
+ /**
77258
+ * @remarks
77259
+ * The scheduling type. Valid values:
77260
+ *
77261
+ * * NORMAL: Nodes are scheduled as expected.
77262
+ * * PAUSE: Nodes are paused.
77263
+ * * SKIP: Nodes are dry-run. Dry-run nodes are started as scheduled, but the system sets the status of the nodes to successful when it starts to run them.
77264
+ *
77265
+ * @example
77266
+ * NORMAL
77267
+ */
76478
77268
  schedulerType?: string;
76479
77269
  static names(): { [key: string]: string } {
76480
77270
  return {
@@ -76516,7 +77306,7 @@ export class ListNodesRequest extends $dara.Model {
76516
77306
  export class ListNodesResponseBody extends $dara.Model {
76517
77307
  /**
76518
77308
  * @remarks
76519
- * The ID of the associated workflow.
77309
+ * The nodes.
76520
77310
  */
76521
77311
  data?: ListNodesResponseBodyData;
76522
77312
  /**
@@ -76935,6 +77725,8 @@ export class ListNodesByOutputResponse extends $dara.Model {
76935
77725
  }
76936
77726
 
76937
77727
  export class ListPermissionApplyOrdersRequest extends $dara.Model {
77728
+ applyType?: string;
77729
+ catalogName?: string;
76938
77730
  /**
76939
77731
  * @remarks
76940
77732
  * 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.
@@ -76947,8 +77739,6 @@ export class ListPermissionApplyOrdersRequest extends $dara.Model {
76947
77739
  * @remarks
76948
77740
  * 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.
76949
77741
  *
76950
- * This parameter is required.
76951
- *
76952
77742
  * @example
76953
77743
  * odps
76954
77744
  */
@@ -76987,8 +77777,6 @@ export class ListPermissionApplyOrdersRequest extends $dara.Model {
76987
77777
  * @remarks
76988
77778
  * The type of the permission request order. The parameter value is 1 and cannot be changed. This value indicates ACL-based authorization.
76989
77779
  *
76990
- * This parameter is required.
76991
- *
76992
77780
  * @example
76993
77781
  * 1
76994
77782
  */
@@ -77048,6 +77836,8 @@ export class ListPermissionApplyOrdersRequest extends $dara.Model {
77048
77836
  workspaceId?: number;
77049
77837
  static names(): { [key: string]: string } {
77050
77838
  return {
77839
+ applyType: 'ApplyType',
77840
+ catalogName: 'CatalogName',
77051
77841
  endTime: 'EndTime',
77052
77842
  engineType: 'EngineType',
77053
77843
  flowStatus: 'FlowStatus',
@@ -77064,6 +77854,8 @@ export class ListPermissionApplyOrdersRequest extends $dara.Model {
77064
77854
 
77065
77855
  static types(): { [key: string]: any } {
77066
77856
  return {
77857
+ applyType: 'string',
77858
+ catalogName: 'string',
77067
77859
  endTime: 'number',
77068
77860
  engineType: 'string',
77069
77861
  flowStatus: 'number',
@@ -79182,7 +79974,7 @@ export class ListShiftPersonnelsRequest extends $dara.Model {
79182
79974
  export class ListShiftPersonnelsResponseBody extends $dara.Model {
79183
79975
  /**
79184
79976
  * @remarks
79185
- * The pagination data.
79977
+ * The pagination information.
79186
79978
  */
79187
79979
  paging?: ListShiftPersonnelsResponseBodyPaging;
79188
79980
  /**
@@ -79282,6 +80074,9 @@ export class ListShiftSchedulesRequest extends $dara.Model {
79282
80074
  /**
79283
80075
  * @remarks
79284
80076
  * The keyword used to perform a fuzzy search on shift schedules.
80077
+ *
80078
+ * @example
80079
+ * Duty table name keyword
79285
80080
  */
79286
80081
  shiftScheduleName?: string;
79287
80082
  static names(): { [key: string]: string } {
@@ -79314,7 +80109,7 @@ export class ListShiftSchedulesRequest extends $dara.Model {
79314
80109
  export class ListShiftSchedulesResponseBody extends $dara.Model {
79315
80110
  /**
79316
80111
  * @remarks
79317
- * The pagination data.
80112
+ * The pagination information.
79318
80113
  */
79319
80114
  paging?: ListShiftSchedulesResponseBodyPaging;
79320
80115
  /**
@@ -79850,6 +80645,8 @@ export class ListTableThemeResponse extends $dara.Model {
79850
80645
  export class ListTablesRequest extends $dara.Model {
79851
80646
  /**
79852
80647
  * @remarks
80648
+ * The type of the data source. Valid values: ODPS, emr, mysql, holo, analyticdb_for_mysql, oracle, postgresql, sqlserver, clickhouse, and starrocks.
80649
+ *
79853
80650
  * This parameter is required.
79854
80651
  *
79855
80652
  * @example
@@ -79860,11 +80657,17 @@ export class ListTablesRequest extends $dara.Model {
79860
80657
  */
79861
80658
  dataSourceType?: string;
79862
80659
  /**
80660
+ * @remarks
80661
+ * Pagination information, which specifies the starting point of this read.
80662
+ *
79863
80663
  * @example
79864
80664
  * 12222
79865
80665
  */
79866
80666
  nextToken?: string;
79867
80667
  /**
80668
+ * @remarks
80669
+ * The number of entries displayed on each page. The default value is 10 and the maximum value is 100.
80670
+ *
79868
80671
  * @example
79869
80672
  * 10
79870
80673
  */
@@ -80202,180 +81005,6 @@ export class ListTopicsResponse extends $dara.Model {
80202
81005
  }
80203
81006
  }
80204
81007
 
80205
- export class MountDirectoryRequest extends $dara.Model {
80206
- /**
80207
- * @remarks
80208
- * 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.
80209
- *
80210
- * @example
80211
- * album.339
80212
- */
80213
- targetId?: string;
80214
- /**
80215
- * @remarks
80216
- * 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.
80217
- *
80218
- * @example
80219
- * META_ALBUM
80220
- */
80221
- targetType?: string;
80222
- /**
80223
- * @remarks
80224
- * The ID of the user in the tenant.
80225
- *
80226
- * * If you do not configure TargetUserId, the specified directory belongs to you.
80227
- * * If you configure TargetUserId, the specified directory belongs to the user specified by using TargetUserId.
80228
- *
80229
- * @example
80230
- * 1234567890
80231
- */
80232
- targetUserId?: string;
80233
- static names(): { [key: string]: string } {
80234
- return {
80235
- targetId: 'TargetId',
80236
- targetType: 'TargetType',
80237
- targetUserId: 'TargetUserId',
80238
- };
80239
- }
80240
-
80241
- static types(): { [key: string]: any } {
80242
- return {
80243
- targetId: 'string',
80244
- targetType: 'string',
80245
- targetUserId: 'string',
80246
- };
80247
- }
80248
-
80249
- validate() {
80250
- super.validate();
80251
- }
80252
-
80253
- constructor(map?: { [key: string]: any }) {
80254
- super(map);
80255
- }
80256
- }
80257
-
80258
- export class MountDirectoryResponseBody extends $dara.Model {
80259
- /**
80260
- * @remarks
80261
- * The number of directories that are added. Valid values:
80262
- *
80263
- * * 0: No directories are added. The left-side navigation pane may contain the specified directory.
80264
- * * 1: One directory is added.
80265
- *
80266
- * @example
80267
- * 1
80268
- */
80269
- data?: number;
80270
- /**
80271
- * @remarks
80272
- * The error code. The value 200 indicates that the task is successful.
80273
- *
80274
- * @example
80275
- * 200
80276
- */
80277
- errorCode?: string;
80278
- /**
80279
- * @remarks
80280
- * The error message.
80281
- *
80282
- * @example
80283
- * You have no permission.
80284
- */
80285
- errorMessage?: string;
80286
- /**
80287
- * @remarks
80288
- * The HTTP status code.
80289
- *
80290
- * @example
80291
- * 200
80292
- */
80293
- httpStatusCode?: number;
80294
- /**
80295
- * @remarks
80296
- * The request ID. You can use the ID to troubleshoot issues.
80297
- *
80298
- * @example
80299
- * C27D4FB9-C59B-5E17-BD6C-1099B9D6A381
80300
- */
80301
- requestId?: string;
80302
- /**
80303
- * @remarks
80304
- * Indicates whether the request was successful. Valid values:
80305
- *
80306
- * * true
80307
- * * false
80308
- *
80309
- * @example
80310
- * true
80311
- */
80312
- success?: boolean;
80313
- static names(): { [key: string]: string } {
80314
- return {
80315
- data: 'Data',
80316
- errorCode: 'ErrorCode',
80317
- errorMessage: 'ErrorMessage',
80318
- httpStatusCode: 'HttpStatusCode',
80319
- requestId: 'RequestId',
80320
- success: 'Success',
80321
- };
80322
- }
80323
-
80324
- static types(): { [key: string]: any } {
80325
- return {
80326
- data: 'number',
80327
- errorCode: 'string',
80328
- errorMessage: 'string',
80329
- httpStatusCode: 'number',
80330
- requestId: 'string',
80331
- success: 'boolean',
80332
- };
80333
- }
80334
-
80335
- validate() {
80336
- super.validate();
80337
- }
80338
-
80339
- constructor(map?: { [key: string]: any }) {
80340
- super(map);
80341
- }
80342
- }
80343
-
80344
- export class MountDirectoryResponse extends $dara.Model {
80345
- headers?: { [key: string]: string };
80346
- statusCode?: number;
80347
- body?: MountDirectoryResponseBody;
80348
- static names(): { [key: string]: string } {
80349
- return {
80350
- headers: 'headers',
80351
- statusCode: 'statusCode',
80352
- body: 'body',
80353
- };
80354
- }
80355
-
80356
- static types(): { [key: string]: any } {
80357
- return {
80358
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
80359
- statusCode: 'number',
80360
- body: MountDirectoryResponseBody,
80361
- };
80362
- }
80363
-
80364
- validate() {
80365
- if(this.headers) {
80366
- $dara.Model.validateMap(this.headers);
80367
- }
80368
- if(this.body && typeof (this.body as any).validate === 'function') {
80369
- (this.body as any).validate();
80370
- }
80371
- super.validate();
80372
- }
80373
-
80374
- constructor(map?: { [key: string]: any }) {
80375
- super(map);
80376
- }
80377
- }
80378
-
80379
81008
  export class OfflineNodeRequest extends $dara.Model {
80380
81009
  /**
80381
81010
  * @remarks
@@ -80860,6 +81489,9 @@ export class QueryDefaultTemplateResponseBody extends $dara.Model {
80860
81489
  * The returned data about the default data category and data sensitivity level template. The data is in the JSON array format.
80861
81490
  *
80862
81491
  * This parameter is required.
81492
+ *
81493
+ * @example
81494
+ * [{"gmtModified":1709022365000,"fileName":"default file","isDelete":false,"isDefaultTemplate":true}]
80863
81495
  */
80864
81496
  data?: any;
80865
81497
  /**
@@ -80877,6 +81509,9 @@ export class QueryDefaultTemplateResponseBody extends $dara.Model {
80877
81509
  * The error message.
80878
81510
  *
80879
81511
  * This parameter is required.
81512
+ *
81513
+ * @example
81514
+ * Parameter error
80880
81515
  */
80881
81516
  errorMessage?: string;
80882
81517
  /**
@@ -81166,6 +81801,9 @@ export class QueryRecognizeDataByRuleTypeResponseBody extends $dara.Model {
81166
81801
  /**
81167
81802
  * @remarks
81168
81803
  * The error message.
81804
+ *
81805
+ * @example
81806
+ * Missing parameter
81169
81807
  */
81170
81808
  errorMessage?: string;
81171
81809
  /**
@@ -81267,6 +81905,9 @@ export class QueryRecognizeRuleDetailRequest extends $dara.Model {
81267
81905
  * The name of the sensitive field. To obtain the name of the sensitive field, call the [QuerySensNodeInfo](https://help.aliyun.com/document_detail/2747189.html) operation or log on to the [DataWorks console](https://workbench.data.aliyun.com/console) and go to the Data Category and Sensitivity Level page.
81268
81906
  *
81269
81907
  * This parameter is required.
81908
+ *
81909
+ * @example
81910
+ * Name
81270
81911
  */
81271
81912
  sensitiveName?: string;
81272
81913
  /**
@@ -81306,6 +81947,9 @@ export class QueryRecognizeRuleDetailResponseBody extends $dara.Model {
81306
81947
  /**
81307
81948
  * @remarks
81308
81949
  * The details of the sensitive field in the JSON format.
81950
+ *
81951
+ * @example
81952
+ * {"nodeName":"basic unit overview","gmtModified":1709017449000,"hitThreshold":30,"sensitiveName":"mobile-yinni","templateId":"8222abeb-9784-4417-b420-0322926d5cbf","recognizeRulesType":2,"delete":false,"bydAccuracy":1,"colScan":"," defineType ":1,": ydAccuracy ":{" contentRule ":))," operationType ":0}," nodeParent ":" unit/unit basic information/unit basic overview "," level ":6," keyRuleId ":" 228248921215042mobile-yinni "," isDelete ":false," levelName ":" 6level "," sensitive ":false," operationType ":0," sourceName ": dsg-test-zuoyue","nodeId":"bea2fc81-90c9-45f3-b7a9-26d534208a0d","status":1}
81309
81953
  */
81310
81954
  data?: any;
81311
81955
  /**
@@ -81319,6 +81963,9 @@ export class QueryRecognizeRuleDetailResponseBody extends $dara.Model {
81319
81963
  /**
81320
81964
  * @remarks
81321
81965
  * The error message.
81966
+ *
81967
+ * @example
81968
+ * Missing parameter
81322
81969
  */
81323
81970
  errorMessage?: string;
81324
81971
  /**
@@ -81434,6 +82081,9 @@ export class QueryRecognizeRulesTypeResponseBody extends $dara.Model {
81434
82081
  /**
81435
82082
  * @remarks
81436
82083
  * The error message.
82084
+ *
82085
+ * @example
82086
+ * Missing parameter
81437
82087
  */
81438
82088
  errorMessage?: string;
81439
82089
  /**
@@ -81593,6 +82243,9 @@ export class QuerySensClassificationResponseBody extends $dara.Model {
81593
82243
  /**
81594
82244
  * @remarks
81595
82245
  * The error message.
82246
+ *
82247
+ * @example
82248
+ * Missing parameter
81596
82249
  */
81597
82250
  errorMessage?: string;
81598
82251
  /**
@@ -81752,6 +82405,9 @@ export class QuerySensLevelResponseBody extends $dara.Model {
81752
82405
  /**
81753
82406
  * @remarks
81754
82407
  * The error message.
82408
+ *
82409
+ * @example
82410
+ * Missing parameter
81755
82411
  */
81756
82412
  errorMessage?: string;
81757
82413
  /**
@@ -81875,6 +82531,9 @@ export class QuerySensNodeInfoRequest extends $dara.Model {
81875
82531
  /**
81876
82532
  * @remarks
81877
82533
  * The name of the sensitive field. You can log on to the [DataWorks console](https://workbench.data.aliyun.com/console) and go to the Data Security Guard page to obtain the name.
82534
+ *
82535
+ * @example
82536
+ * ID card
81878
82537
  */
81879
82538
  sensitiveName?: string;
81880
82539
  /**
@@ -81945,6 +82604,9 @@ export class QuerySensNodeInfoResponseBody extends $dara.Model {
81945
82604
  /**
81946
82605
  * @remarks
81947
82606
  * The returned business data in the JSON format.
82607
+ *
82608
+ * @example
82609
+ * {"success": true, "httpStatusCode": 200, "data": { "result": [ { "sensitiveName": "certificate expiration date", "sensitiveId": "fd4ff5a2-9537-43d1-8e4f-1d0b5ffaac12", "status": 0, "templateName": "built-in classification and grading template", "keyRuleId": "228248921215042 certificate expiration date"} ], "totalCount": 1, "currentPage": 1, "pageSize": 10 }, "requestId": 10000001}
81948
82610
  */
81949
82611
  data?: any;
81950
82612
  /**
@@ -81958,6 +82620,9 @@ export class QuerySensNodeInfoResponseBody extends $dara.Model {
81958
82620
  /**
81959
82621
  * @remarks
81960
82622
  * The error message.
82623
+ *
82624
+ * @example
82625
+ * Missing parameter
81961
82626
  */
81962
82627
  errorMessage?: string;
81963
82628
  /**
@@ -82146,7 +82811,7 @@ export class RegisterLineageRelationResponseBody extends $dara.Model {
82146
82811
  lineageRelation?: RegisterLineageRelationResponseBodyLineageRelation;
82147
82812
  /**
82148
82813
  * @remarks
82149
- * The request ID.
82814
+ * The request ID. You can locate logs and troubleshoot issues based on the ID.
82150
82815
  *
82151
82816
  * @example
82152
82817
  * EE50E05E-028C-182B-9xxx
@@ -82693,169 +83358,10 @@ export class RestartInstanceResponseBody extends $dara.Model {
82693
83358
  }
82694
83359
  }
82695
83360
 
82696
- export class RestartInstanceResponse extends $dara.Model {
82697
- headers?: { [key: string]: string };
82698
- statusCode?: number;
82699
- body?: RestartInstanceResponseBody;
82700
- static names(): { [key: string]: string } {
82701
- return {
82702
- headers: 'headers',
82703
- statusCode: 'statusCode',
82704
- body: 'body',
82705
- };
82706
- }
82707
-
82708
- static types(): { [key: string]: any } {
82709
- return {
82710
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
82711
- statusCode: 'number',
82712
- body: RestartInstanceResponseBody,
82713
- };
82714
- }
82715
-
82716
- validate() {
82717
- if(this.headers) {
82718
- $dara.Model.validateMap(this.headers);
82719
- }
82720
- if(this.body && typeof (this.body as any).validate === 'function') {
82721
- (this.body as any).validate();
82722
- }
82723
- super.validate();
82724
- }
82725
-
82726
- constructor(map?: { [key: string]: any }) {
82727
- super(map);
82728
- }
82729
- }
82730
-
82731
- export class ResumeInstanceRequest extends $dara.Model {
82732
- /**
82733
- * @remarks
82734
- * The instance ID.
82735
- *
82736
- * This parameter is required.
82737
- *
82738
- * @example
82739
- * 1234
82740
- */
82741
- instanceId?: number;
82742
- /**
82743
- * @remarks
82744
- * The environment of the workspace. Valid values: PROD and DEV.
82745
- *
82746
- * This parameter is required.
82747
- *
82748
- * @example
82749
- * PROD
82750
- */
82751
- projectEnv?: string;
82752
- static names(): { [key: string]: string } {
82753
- return {
82754
- instanceId: 'InstanceId',
82755
- projectEnv: 'ProjectEnv',
82756
- };
82757
- }
82758
-
82759
- static types(): { [key: string]: any } {
82760
- return {
82761
- instanceId: 'number',
82762
- projectEnv: 'string',
82763
- };
82764
- }
82765
-
82766
- validate() {
82767
- super.validate();
82768
- }
82769
-
82770
- constructor(map?: { [key: string]: any }) {
82771
- super(map);
82772
- }
82773
- }
82774
-
82775
- export class ResumeInstanceResponseBody extends $dara.Model {
82776
- /**
82777
- * @remarks
82778
- * The result returned.
82779
- *
82780
- * @example
82781
- * true
82782
- */
82783
- data?: boolean;
82784
- /**
82785
- * @remarks
82786
- * The error code.
82787
- *
82788
- * @example
82789
- * Invalid.Tenant.ConnectionNotExists
82790
- */
82791
- errorCode?: string;
82792
- /**
82793
- * @remarks
82794
- * The error message.
82795
- *
82796
- * @example
82797
- * The connection does not exist.
82798
- */
82799
- errorMessage?: string;
82800
- /**
82801
- * @remarks
82802
- * The HTTP status code.
82803
- *
82804
- * @example
82805
- * 200
82806
- */
82807
- httpStatusCode?: number;
82808
- /**
82809
- * @remarks
82810
- * The request ID.
82811
- *
82812
- * @example
82813
- * E6F0DBDD-5AD****
82814
- */
82815
- requestId?: string;
82816
- /**
82817
- * @remarks
82818
- * Indicates whether the request was successful.
82819
- *
82820
- * @example
82821
- * true
82822
- */
82823
- success?: boolean;
82824
- static names(): { [key: string]: string } {
82825
- return {
82826
- data: 'Data',
82827
- errorCode: 'ErrorCode',
82828
- errorMessage: 'ErrorMessage',
82829
- httpStatusCode: 'HttpStatusCode',
82830
- requestId: 'RequestId',
82831
- success: 'Success',
82832
- };
82833
- }
82834
-
82835
- static types(): { [key: string]: any } {
82836
- return {
82837
- data: 'boolean',
82838
- errorCode: 'string',
82839
- errorMessage: 'string',
82840
- httpStatusCode: 'number',
82841
- requestId: 'string',
82842
- success: 'boolean',
82843
- };
82844
- }
82845
-
82846
- validate() {
82847
- super.validate();
82848
- }
82849
-
82850
- constructor(map?: { [key: string]: any }) {
82851
- super(map);
82852
- }
82853
- }
82854
-
82855
- export class ResumeInstanceResponse extends $dara.Model {
83361
+ export class RestartInstanceResponse extends $dara.Model {
82856
83362
  headers?: { [key: string]: string };
82857
83363
  statusCode?: number;
82858
- body?: ResumeInstanceResponseBody;
83364
+ body?: RestartInstanceResponseBody;
82859
83365
  static names(): { [key: string]: string } {
82860
83366
  return {
82861
83367
  headers: 'headers',
@@ -82868,7 +83374,7 @@ export class ResumeInstanceResponse extends $dara.Model {
82868
83374
  return {
82869
83375
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
82870
83376
  statusCode: 'number',
82871
- body: ResumeInstanceResponseBody,
83377
+ body: RestartInstanceResponseBody,
82872
83378
  };
82873
83379
  }
82874
83380
 
@@ -82887,127 +83393,118 @@ export class ResumeInstanceResponse extends $dara.Model {
82887
83393
  }
82888
83394
  }
82889
83395
 
82890
- export class RevokeColumnPermissionRequest extends $dara.Model {
83396
+ export class ResumeInstanceRequest extends $dara.Model {
82891
83397
  /**
82892
83398
  * @remarks
82893
- * 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.
83399
+ * The instance ID.
82894
83400
  *
82895
83401
  * This parameter is required.
82896
83402
  *
82897
83403
  * @example
82898
- * id,name
83404
+ * 1234
82899
83405
  */
82900
- columns?: string;
83406
+ instanceId?: number;
82901
83407
  /**
82902
83408
  * @remarks
82903
- * 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.
83409
+ * The environment of the workspace. Valid values: PROD and DEV.
82904
83410
  *
82905
83411
  * This parameter is required.
82906
83412
  *
82907
83413
  * @example
82908
- * aMaxcomputeProjectName
83414
+ * PROD
82909
83415
  */
82910
- maxComputeProjectName?: string;
83416
+ projectEnv?: string;
83417
+ static names(): { [key: string]: string } {
83418
+ return {
83419
+ instanceId: 'InstanceId',
83420
+ projectEnv: 'ProjectEnv',
83421
+ };
83422
+ }
83423
+
83424
+ static types(): { [key: string]: any } {
83425
+ return {
83426
+ instanceId: 'number',
83427
+ projectEnv: 'string',
83428
+ };
83429
+ }
83430
+
83431
+ validate() {
83432
+ super.validate();
83433
+ }
83434
+
83435
+ constructor(map?: { [key: string]: any }) {
83436
+ super(map);
83437
+ }
83438
+ }
83439
+
83440
+ export class ResumeInstanceResponseBody extends $dara.Model {
82911
83441
  /**
82912
83442
  * @remarks
82913
- * 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.
83443
+ * The result returned.
82914
83444
  *
82915
83445
  * @example
82916
- * 267842600408993176
83446
+ * true
82917
83447
  */
82918
- revokeUserId?: string;
83448
+ data?: boolean;
82919
83449
  /**
82920
83450
  * @remarks
82921
- * 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.
82922
- *
82923
- * * If the account is an Alibaba Cloud account, the value is in the ALIYUN$+Account name format.
82924
- * * If the account is a RAM user, the value is in the RAM$+Account name format.
82925
- *
82926
- * 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.
83451
+ * The error code.
82927
83452
  *
82928
83453
  * @example
82929
- * RAM$dataworks_3h1_1:stsramuser
83454
+ * Invalid.Tenant.ConnectionNotExists
82930
83455
  */
82931
- revokeUserName?: string;
83456
+ errorCode?: string;
82932
83457
  /**
82933
83458
  * @remarks
82934
- * 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.
82935
- *
82936
- * This parameter is required.
83459
+ * The error message.
82937
83460
  *
82938
83461
  * @example
82939
- * aTableName
83462
+ * The connection does not exist.
82940
83463
  */
82941
- tableName?: string;
83464
+ errorMessage?: string;
82942
83465
  /**
82943
83466
  * @remarks
82944
- * 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.
82945
- *
82946
- * This parameter is required.
83467
+ * The HTTP status code.
82947
83468
  *
82948
83469
  * @example
82949
- * 12345
83470
+ * 200
82950
83471
  */
82951
- workspaceId?: number;
82952
- static names(): { [key: string]: string } {
82953
- return {
82954
- columns: 'Columns',
82955
- maxComputeProjectName: 'MaxComputeProjectName',
82956
- revokeUserId: 'RevokeUserId',
82957
- revokeUserName: 'RevokeUserName',
82958
- tableName: 'TableName',
82959
- workspaceId: 'WorkspaceId',
82960
- };
82961
- }
82962
-
82963
- static types(): { [key: string]: any } {
82964
- return {
82965
- columns: 'string',
82966
- maxComputeProjectName: 'string',
82967
- revokeUserId: 'string',
82968
- revokeUserName: 'string',
82969
- tableName: 'string',
82970
- workspaceId: 'number',
82971
- };
82972
- }
82973
-
82974
- validate() {
82975
- super.validate();
82976
- }
82977
-
82978
- constructor(map?: { [key: string]: any }) {
82979
- super(map);
82980
- }
82981
- }
82982
-
82983
- export class RevokeColumnPermissionResponseBody extends $dara.Model {
83472
+ httpStatusCode?: number;
82984
83473
  /**
82985
83474
  * @remarks
82986
83475
  * The request ID.
82987
83476
  *
82988
83477
  * @example
82989
- * 0bc1ec92159376****
83478
+ * E6F0DBDD-5AD****
82990
83479
  */
82991
83480
  requestId?: string;
82992
83481
  /**
82993
83482
  * @remarks
82994
- * Indicates whether the permissions are revoked.
83483
+ * Indicates whether the request was successful.
82995
83484
  *
82996
83485
  * @example
82997
83486
  * true
82998
83487
  */
82999
- revokeSuccess?: boolean;
83488
+ success?: boolean;
83000
83489
  static names(): { [key: string]: string } {
83001
83490
  return {
83491
+ data: 'Data',
83492
+ errorCode: 'ErrorCode',
83493
+ errorMessage: 'ErrorMessage',
83494
+ httpStatusCode: 'HttpStatusCode',
83002
83495
  requestId: 'RequestId',
83003
- revokeSuccess: 'RevokeSuccess',
83496
+ success: 'Success',
83004
83497
  };
83005
83498
  }
83006
83499
 
83007
83500
  static types(): { [key: string]: any } {
83008
83501
  return {
83502
+ data: 'boolean',
83503
+ errorCode: 'string',
83504
+ errorMessage: 'string',
83505
+ httpStatusCode: 'number',
83009
83506
  requestId: 'string',
83010
- revokeSuccess: 'boolean',
83507
+ success: 'boolean',
83011
83508
  };
83012
83509
  }
83013
83510
 
@@ -83020,10 +83517,10 @@ export class RevokeColumnPermissionResponseBody extends $dara.Model {
83020
83517
  }
83021
83518
  }
83022
83519
 
83023
- export class RevokeColumnPermissionResponse extends $dara.Model {
83520
+ export class ResumeInstanceResponse extends $dara.Model {
83024
83521
  headers?: { [key: string]: string };
83025
83522
  statusCode?: number;
83026
- body?: RevokeColumnPermissionResponseBody;
83523
+ body?: ResumeInstanceResponseBody;
83027
83524
  static names(): { [key: string]: string } {
83028
83525
  return {
83029
83526
  headers: 'headers',
@@ -83036,7 +83533,7 @@ export class RevokeColumnPermissionResponse extends $dara.Model {
83036
83533
  return {
83037
83534
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
83038
83535
  statusCode: 'number',
83039
- body: RevokeColumnPermissionResponseBody,
83536
+ body: ResumeInstanceResponseBody,
83040
83537
  };
83041
83538
  }
83042
83539
 
@@ -83594,6 +84091,9 @@ export class RunManualDagNodesRequest extends $dara.Model {
83594
84091
  * The environment type of Operation Center. Valid values: PROD and DEV. The value PROD indicates the production environment. The value DEV indicates the development environment.
83595
84092
  *
83596
84093
  * This parameter is required.
84094
+ *
84095
+ * @example
84096
+ * PROD or DEV
83597
84097
  */
83598
84098
  projectEnv?: string;
83599
84099
  /**
@@ -84099,6 +84599,9 @@ export class SaveDataServiceApiTestResultRequest extends $dara.Model {
84099
84599
  /**
84100
84600
  * @remarks
84101
84601
  * The sample failure response of the API. This parameter is optional.
84602
+ *
84603
+ * @example
84604
+ * {"apiLog": null, "data": null, "errCode": 1108110622, "errMsg": "data Source query failed", "requestId": "0 bc14a **** 5902762031 ****"}
84102
84605
  */
84103
84606
  failResultSample?: string;
84104
84607
  /**
@@ -86323,6 +86826,9 @@ export class SubmitFileRequest extends $dara.Model {
86323
86826
  /**
86324
86827
  * @remarks
86325
86828
  * The description of the commit operation.
86829
+ *
86830
+ * @example
86831
+ * Submit a task for the first time
86326
86832
  */
86327
86833
  comment?: string;
86328
86834
  /**
@@ -87341,180 +87847,6 @@ export class TopTenErrorTimesInstanceResponse extends $dara.Model {
87341
87847
  }
87342
87848
  }
87343
87849
 
87344
- export class UmountDirectoryRequest extends $dara.Model {
87345
- /**
87346
- * @remarks
87347
- * 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.
87348
- *
87349
- * @example
87350
- * album.339
87351
- */
87352
- targetId?: string;
87353
- /**
87354
- * @remarks
87355
- * 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.
87356
- *
87357
- * @example
87358
- * META_ALBUM
87359
- */
87360
- targetType?: string;
87361
- /**
87362
- * @remarks
87363
- * The ID of the user in the tenant.
87364
- *
87365
- * * If you do not configure TargetUserId, the directory belongs to you.
87366
- * * If you configure TargetUserId, the directory belongs to the user specified by using TargetUserId.
87367
- *
87368
- * @example
87369
- * 1234567890
87370
- */
87371
- targetUserId?: string;
87372
- static names(): { [key: string]: string } {
87373
- return {
87374
- targetId: 'TargetId',
87375
- targetType: 'TargetType',
87376
- targetUserId: 'TargetUserId',
87377
- };
87378
- }
87379
-
87380
- static types(): { [key: string]: any } {
87381
- return {
87382
- targetId: 'string',
87383
- targetType: 'string',
87384
- targetUserId: 'string',
87385
- };
87386
- }
87387
-
87388
- validate() {
87389
- super.validate();
87390
- }
87391
-
87392
- constructor(map?: { [key: string]: any }) {
87393
- super(map);
87394
- }
87395
- }
87396
-
87397
- export class UmountDirectoryResponseBody extends $dara.Model {
87398
- /**
87399
- * @remarks
87400
- * The number of directories that are removed. Valid values:
87401
- *
87402
- * * 0: No directories are removed. The left-side navigation pane may not contain the specified directory.
87403
- * * 1: One directory is removed.
87404
- *
87405
- * @example
87406
- * 1
87407
- */
87408
- data?: number;
87409
- /**
87410
- * @remarks
87411
- * The error code. The value 200 indicates that the task is successful.
87412
- *
87413
- * @example
87414
- * 200
87415
- */
87416
- errorCode?: string;
87417
- /**
87418
- * @remarks
87419
- * The error message.
87420
- *
87421
- * @example
87422
- * You have no permission.
87423
- */
87424
- errorMessage?: string;
87425
- /**
87426
- * @remarks
87427
- * The HTTP status code. The value 200 indicates that the request was successful.
87428
- *
87429
- * @example
87430
- * 200
87431
- */
87432
- httpStatusCode?: number;
87433
- /**
87434
- * @remarks
87435
- * The request ID. You can use the ID to troubleshoot issues.
87436
- *
87437
- * @example
87438
- * 0bc5aa2716455247597991794e65bd
87439
- */
87440
- requestId?: string;
87441
- /**
87442
- * @remarks
87443
- * Indicates whether the request was successful. Valid values:
87444
- *
87445
- * * true
87446
- * * false
87447
- *
87448
- * @example
87449
- * true
87450
- */
87451
- success?: boolean;
87452
- static names(): { [key: string]: string } {
87453
- return {
87454
- data: 'Data',
87455
- errorCode: 'ErrorCode',
87456
- errorMessage: 'ErrorMessage',
87457
- httpStatusCode: 'HttpStatusCode',
87458
- requestId: 'RequestId',
87459
- success: 'Success',
87460
- };
87461
- }
87462
-
87463
- static types(): { [key: string]: any } {
87464
- return {
87465
- data: 'number',
87466
- errorCode: 'string',
87467
- errorMessage: 'string',
87468
- httpStatusCode: 'number',
87469
- requestId: 'string',
87470
- success: 'boolean',
87471
- };
87472
- }
87473
-
87474
- validate() {
87475
- super.validate();
87476
- }
87477
-
87478
- constructor(map?: { [key: string]: any }) {
87479
- super(map);
87480
- }
87481
- }
87482
-
87483
- export class UmountDirectoryResponse extends $dara.Model {
87484
- headers?: { [key: string]: string };
87485
- statusCode?: number;
87486
- body?: UmountDirectoryResponseBody;
87487
- static names(): { [key: string]: string } {
87488
- return {
87489
- headers: 'headers',
87490
- statusCode: 'statusCode',
87491
- body: 'body',
87492
- };
87493
- }
87494
-
87495
- static types(): { [key: string]: any } {
87496
- return {
87497
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
87498
- statusCode: 'number',
87499
- body: UmountDirectoryResponseBody,
87500
- };
87501
- }
87502
-
87503
- validate() {
87504
- if(this.headers) {
87505
- $dara.Model.validateMap(this.headers);
87506
- }
87507
- if(this.body && typeof (this.body as any).validate === 'function') {
87508
- (this.body as any).validate();
87509
- }
87510
- super.validate();
87511
- }
87512
-
87513
- constructor(map?: { [key: string]: any }) {
87514
- super(map);
87515
- }
87516
- }
87517
-
87518
87850
  export class UpdateBaselineRequest extends $dara.Model {
87519
87851
  /**
87520
87852
  * @remarks
@@ -88144,77 +88476,85 @@ export class UpdateClusterConfigsRequest extends $dara.Model {
88144
88476
  configType?: string;
88145
88477
  /**
88146
88478
  * @remarks
88147
- * This parameter is required.
88148
- */
88149
- configValues?: ClusterConfig[];
88150
- /**
88151
- * @remarks
88152
- * This parameter is required.
88153
- *
88154
- * @example
88155
- * 5678
88156
- */
88157
- projectId?: number;
88158
- static names(): { [key: string]: string } {
88159
- return {
88160
- clusterId: 'ClusterId',
88161
- configType: 'ConfigType',
88162
- configValues: 'ConfigValues',
88163
- projectId: 'ProjectId',
88164
- };
88165
- }
88166
-
88167
- static types(): { [key: string]: any } {
88168
- return {
88169
- clusterId: 'number',
88170
- configType: 'string',
88171
- configValues: { 'type': 'array', 'itemType': ClusterConfig },
88172
- projectId: 'number',
88173
- };
88174
- }
88175
-
88176
- validate() {
88177
- if(Array.isArray(this.configValues)) {
88178
- $dara.Model.validateArray(this.configValues);
88179
- }
88180
- super.validate();
88181
- }
88182
-
88183
- constructor(map?: { [key: string]: any }) {
88184
- super(map);
88185
- }
88186
- }
88187
-
88188
- export class UpdateClusterConfigsShrinkRequest extends $dara.Model {
88189
- /**
88190
- * @remarks
88191
- * The ID of the cluster associated with DataWorks.
88192
- *
88193
- * This parameter is required.
88194
- *
88195
- * @example
88196
- * 1234
88197
- */
88198
- clusterId?: number;
88199
- /**
88200
- * @remarks
88201
- * The configuration type of the cluster. Valid values:
88202
- *
88203
- * * SPARK_CONF: SPARK parameters
88479
+ * The configuration information of the cluster submodule.
88480
+ *
88481
+ * This parameter is required.
88482
+ */
88483
+ configValues?: ClusterConfig[];
88484
+ /**
88485
+ * @remarks
88486
+ * The ID of the workspace.
88487
+ *
88488
+ * This parameter is required.
88489
+ *
88490
+ * @example
88491
+ * 5678
88492
+ */
88493
+ projectId?: number;
88494
+ static names(): { [key: string]: string } {
88495
+ return {
88496
+ clusterId: 'ClusterId',
88497
+ configType: 'ConfigType',
88498
+ configValues: 'ConfigValues',
88499
+ projectId: 'ProjectId',
88500
+ };
88501
+ }
88502
+
88503
+ static types(): { [key: string]: any } {
88504
+ return {
88505
+ clusterId: 'number',
88506
+ configType: 'string',
88507
+ configValues: { 'type': 'array', 'itemType': ClusterConfig },
88508
+ projectId: 'number',
88509
+ };
88510
+ }
88511
+
88512
+ validate() {
88513
+ if(Array.isArray(this.configValues)) {
88514
+ $dara.Model.validateArray(this.configValues);
88515
+ }
88516
+ super.validate();
88517
+ }
88518
+
88519
+ constructor(map?: { [key: string]: any }) {
88520
+ super(map);
88521
+ }
88522
+ }
88523
+
88524
+ export class UpdateClusterConfigsShrinkRequest extends $dara.Model {
88525
+ /**
88526
+ * @remarks
88527
+ * The ID of the cluster associated with DataWorks.
88528
+ *
88529
+ * This parameter is required.
88530
+ *
88531
+ * @example
88532
+ * 1234
88533
+ */
88534
+ clusterId?: number;
88535
+ /**
88536
+ * @remarks
88537
+ * The configuration type of the cluster. Valid values:
88538
+ *
88539
+ * * SPARK_CONF: SPARK parameters
88540
+ *
88541
+ * This parameter is required.
88542
+ *
88543
+ * @example
88544
+ * SPARK_CONF
88545
+ */
88546
+ configType?: string;
88547
+ /**
88548
+ * @remarks
88549
+ * The configuration information of the cluster submodule.
88204
88550
  *
88205
88551
  * This parameter is required.
88206
- *
88207
- * @example
88208
- * SPARK_CONF
88209
- */
88210
- configType?: string;
88211
- /**
88212
- * @remarks
88213
- * This parameter is required.
88214
88552
  */
88215
88553
  configValuesShrink?: string;
88216
88554
  /**
88217
88555
  * @remarks
88556
+ * The ID of the workspace.
88557
+ *
88218
88558
  * This parameter is required.
88219
88559
  *
88220
88560
  * @example
@@ -88261,21 +88601,33 @@ export class UpdateClusterConfigsResponseBody extends $dara.Model {
88261
88601
  */
88262
88602
  data?: boolean;
88263
88603
  /**
88604
+ * @remarks
88605
+ * The error code.
88606
+ *
88264
88607
  * @example
88265
88608
  * 101011005
88266
88609
  */
88267
88610
  errorCode?: string;
88268
88611
  /**
88612
+ * @remarks
88613
+ * The error message.
88614
+ *
88269
88615
  * @example
88270
88616
  * Invalid.Cluster.ClusterNotFound
88271
88617
  */
88272
88618
  errorMessage?: string;
88273
88619
  /**
88620
+ * @remarks
88621
+ * The HTTP status code.
88622
+ *
88274
88623
  * @example
88275
88624
  * 200
88276
88625
  */
88277
88626
  httpStatusCode?: number;
88278
88627
  /**
88628
+ * @remarks
88629
+ * The ID of the request. It is used to locate logs and troubleshoot problems.
88630
+ *
88279
88631
  * @example
88280
88632
  * 0000-ABCD-E****
88281
88633
  */
@@ -88717,6 +89069,9 @@ export class UpdateDIAlarmRuleRequest extends $dara.Model {
88717
89069
  /**
88718
89070
  * @remarks
88719
89071
  * The description of the alert rule.
89072
+ *
89073
+ * @example
89074
+ * mysql synchronizes to hologres heartbeat alert
88720
89075
  */
88721
89076
  description?: string;
88722
89077
  /**
@@ -88806,6 +89161,9 @@ export class UpdateDIAlarmRuleShrinkRequest extends $dara.Model {
88806
89161
  /**
88807
89162
  * @remarks
88808
89163
  * The description of the alert rule.
89164
+ *
89165
+ * @example
89166
+ * mysql synchronizes to hologres heartbeat alert
88809
89167
  */
88810
89168
  description?: string;
88811
89169
  /**
@@ -88952,6 +89310,9 @@ export class UpdateDIJobRequest extends $dara.Model {
88952
89310
  /**
88953
89311
  * @remarks
88954
89312
  * The description of the synchronization task.
89313
+ *
89314
+ * @example
89315
+ * Synchronize mysql to hologres
88955
89316
  */
88956
89317
  description?: string;
88957
89318
  /**
@@ -88971,7 +89332,7 @@ export class UpdateDIJobRequest extends $dara.Model {
88971
89332
  tableMappings?: UpdateDIJobRequestTableMappings[];
88972
89333
  /**
88973
89334
  * @remarks
88974
- * The list of transformation rules for objects involved in the synchronization task. Each entry in the list defines a transformation rule.
89335
+ * The list of transformation rules that you want to apply to the synchronization objects selected from the source. Each entry in the list defines a transformation rule.
88975
89336
  */
88976
89337
  transformationRules?: UpdateDIJobRequestTransformationRules[];
88977
89338
  static names(): { [key: string]: string } {
@@ -89029,6 +89390,9 @@ export class UpdateDIJobShrinkRequest extends $dara.Model {
89029
89390
  /**
89030
89391
  * @remarks
89031
89392
  * The description of the synchronization task.
89393
+ *
89394
+ * @example
89395
+ * Synchronize mysql to hologres
89032
89396
  */
89033
89397
  description?: string;
89034
89398
  /**
@@ -89048,7 +89412,7 @@ export class UpdateDIJobShrinkRequest extends $dara.Model {
89048
89412
  tableMappingsShrink?: string;
89049
89413
  /**
89050
89414
  * @remarks
89051
- * The list of transformation rules for objects involved in the synchronization task. Each entry in the list defines a transformation rule.
89415
+ * The list of transformation rules that you want to apply to the synchronization objects selected from the source. Each entry in the list defines a transformation rule.
89052
89416
  */
89053
89417
  transformationRulesShrink?: string;
89054
89418
  static names(): { [key: string]: string } {
@@ -90114,6 +90478,9 @@ export class UpdateFileRequest extends $dara.Model {
90114
90478
  */
90115
90479
  advancedSettings?: string;
90116
90480
  /**
90481
+ * @remarks
90482
+ * Specifies whether scheduling configurations immediately take effect after the node is deployed.
90483
+ *
90117
90484
  * @example
90118
90485
  * true
90119
90486
  */
@@ -90236,11 +90603,17 @@ export class UpdateFileRequest extends $dara.Model {
90236
90603
  /**
90237
90604
  * @remarks
90238
90605
  * The description of the file.
90606
+ *
90607
+ * @example
90608
+ * Here is the file description
90239
90609
  */
90240
90610
  fileDescription?: string;
90241
90611
  /**
90242
90612
  * @remarks
90243
90613
  * The path of the file.
90614
+ *
90615
+ * @example
90616
+ * Business_process/First_Business_Process/data_integration/Folder_1/Folder_2
90244
90617
  */
90245
90618
  fileFolderPath?: string;
90246
90619
  /**
@@ -90264,10 +90637,21 @@ export class UpdateFileRequest extends $dara.Model {
90264
90637
  */
90265
90638
  fileName?: string;
90266
90639
  /**
90640
+ * @remarks
90641
+ * 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.
90642
+ *
90267
90643
  * @example
90268
90644
  * true
90269
90645
  */
90270
90646
  ignoreParentSkipRunningProperty?: boolean;
90647
+ /**
90648
+ * @remarks
90649
+ * The ID of the custom image.
90650
+ *
90651
+ * @example
90652
+ * m-uf6d7npxk1hhek8ng0cb
90653
+ */
90654
+ imageId?: string;
90271
90655
  /**
90272
90656
  * @remarks
90273
90657
  * The output name of the parent file on which the current file depends. If you specify multiple output names, separate them with commas (,).
@@ -90451,6 +90835,7 @@ export class UpdateFileRequest extends $dara.Model {
90451
90835
  fileId: 'FileId',
90452
90836
  fileName: 'FileName',
90453
90837
  ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
90838
+ imageId: 'ImageId',
90454
90839
  inputList: 'InputList',
90455
90840
  inputParameters: 'InputParameters',
90456
90841
  outputList: 'OutputList',
@@ -90488,6 +90873,7 @@ export class UpdateFileRequest extends $dara.Model {
90488
90873
  fileId: 'number',
90489
90874
  fileName: 'string',
90490
90875
  ignoreParentSkipRunningProperty: 'boolean',
90876
+ imageId: 'string',
90491
90877
  inputList: 'string',
90492
90878
  inputParameters: 'string',
90493
90879
  outputList: 'string',
@@ -93836,7 +94222,7 @@ export class UpdateUdfFileRequest extends $dara.Model {
93836
94222
  returnValue?: string;
93837
94223
  /**
93838
94224
  * @remarks
93839
- * The description of the function. This parameter corresponds to the Description parameter in the Register Function section of the configuration tab of the function in the DataWorks console.
94225
+ * The description of the function. This parameter corresponds to the Description parameter in the Register Function section of the configuration tab of the function on the DataStudio page.
93840
94226
  *
93841
94227
  * @example
93842
94228
  * Concatenate several strings to generate a new string
@@ -95305,6 +95691,9 @@ export default class Client extends OpenApi {
95305
95691
  /**
95306
95692
  * Creates a data synchronization task.
95307
95693
  *
95694
+ * @remarks
95695
+ * 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~~)
95696
+ *
95308
95697
  * @param request - CreateDISyncTaskRequest
95309
95698
  * @param runtime - runtime options for this request RuntimeOptions
95310
95699
  * @returns CreateDISyncTaskResponse
@@ -95363,6 +95752,9 @@ export default class Client extends OpenApi {
95363
95752
  /**
95364
95753
  * Creates a data synchronization task.
95365
95754
  *
95755
+ * @remarks
95756
+ * 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~~)
95757
+ *
95366
95758
  * @param request - CreateDISyncTaskRequest
95367
95759
  * @returns CreateDISyncTaskResponse
95368
95760
  */
@@ -96053,6 +96445,10 @@ export default class Client extends OpenApi {
96053
96445
  body["IgnoreParentSkipRunningProperty"] = request.ignoreParentSkipRunningProperty;
96054
96446
  }
96055
96447
 
96448
+ if (!$dara.isNull(request.imageId)) {
96449
+ body["ImageId"] = request.imageId;
96450
+ }
96451
+
96056
96452
  if (!$dara.isNull(request.inputList)) {
96057
96453
  body["InputList"] = request.inputList;
96058
96454
  }
@@ -96610,10 +97006,18 @@ export default class Client extends OpenApi {
96610
97006
  query["ApplyReason"] = request.applyReason;
96611
97007
  }
96612
97008
 
97009
+ if (!$dara.isNull(request.applyType)) {
97010
+ query["ApplyType"] = request.applyType;
97011
+ }
97012
+
96613
97013
  if (!$dara.isNull(request.applyUserIds)) {
96614
97014
  query["ApplyUserIds"] = request.applyUserIds;
96615
97015
  }
96616
97016
 
97017
+ if (!$dara.isNull(request.catalogName)) {
97018
+ query["CatalogName"] = request.catalogName;
97019
+ }
97020
+
96617
97021
  if (!$dara.isNull(request.deadline)) {
96618
97022
  query["Deadline"] = request.deadline;
96619
97023
  }
@@ -103051,7 +103455,10 @@ export default class Client extends OpenApi {
103051
103455
  }
103052
103456
 
103053
103457
  /**
103054
- * Invoke the GetMetaTableFullInfo interface to obtain the complete information of a table (including field information).
103458
+ * Queries the complete information about a table, including information about fields in the table.
103459
+ *
103460
+ * @remarks
103461
+ * You can call this operation to query only the information about a table of the E-MapReduce (EMR) compute engine type.
103055
103462
  *
103056
103463
  * @param request - GetMetaTableFullInfoRequest
103057
103464
  * @param runtime - runtime options for this request RuntimeOptions
@@ -103083,7 +103490,10 @@ export default class Client extends OpenApi {
103083
103490
  }
103084
103491
 
103085
103492
  /**
103086
- * Invoke the GetMetaTableFullInfo interface to obtain the complete information of a table (including field information).
103493
+ * Queries the complete information about a table, including information about fields in the table.
103494
+ *
103495
+ * @remarks
103496
+ * You can call this operation to query only the information about a table of the E-MapReduce (EMR) compute engine type.
103087
103497
  *
103088
103498
  * @param request - GetMetaTableFullInfoRequest
103089
103499
  * @returns GetMetaTableFullInfoResponse
@@ -104306,6 +104716,8 @@ export default class Client extends OpenApi {
104306
104716
  }
104307
104717
 
104308
104718
  /**
104719
+ * Queries the subscribers of a partition filter expression.
104720
+ *
104309
104721
  * @param request - GetQualityFollowerRequest
104310
104722
  * @param runtime - runtime options for this request RuntimeOptions
104311
104723
  * @returns GetQualityFollowerResponse
@@ -104348,6 +104760,8 @@ export default class Client extends OpenApi {
104348
104760
  }
104349
104761
 
104350
104762
  /**
104763
+ * Queries the subscribers of a partition filter expression.
104764
+ *
104351
104765
  * @param request - GetQualityFollowerRequest
104352
104766
  * @returns GetQualityFollowerResponse
104353
104767
  */
@@ -104616,6 +105030,12 @@ export default class Client extends OpenApi {
104616
105030
  }
104617
105031
 
104618
105032
  /**
105033
+ * Queries baseline instances affected by an event.
105034
+ *
105035
+ * @remarks
105036
+ * ## Debugging
105037
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=GetTopicInfluence\\&type=RPC\\&version=2020-05-18)
105038
+ *
104619
105039
  * @param request - GetTopicInfluenceRequest
104620
105040
  * @param runtime - runtime options for this request RuntimeOptions
104621
105041
  * @returns GetTopicInfluenceResponse
@@ -104650,6 +105070,12 @@ export default class Client extends OpenApi {
104650
105070
  }
104651
105071
 
104652
105072
  /**
105073
+ * Queries baseline instances affected by an event.
105074
+ *
105075
+ * @remarks
105076
+ * ## Debugging
105077
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=GetTopicInfluence\\&type=RPC\\&version=2020-05-18)
105078
+ *
104653
105079
  * @param request - GetTopicInfluenceRequest
104654
105080
  * @returns GetTopicInfluenceResponse
104655
105081
  */
@@ -105162,7 +105588,7 @@ export default class Client extends OpenApi {
105162
105588
  }
105163
105589
 
105164
105590
  /**
105165
- * 查询扩展事件的检查列表
105591
+ * Queries the check results of extension point events.
105166
105592
  *
105167
105593
  * @param request - ListCheckProcessesRequest
105168
105594
  * @param runtime - runtime options for this request RuntimeOptions
@@ -105222,7 +105648,7 @@ export default class Client extends OpenApi {
105222
105648
  }
105223
105649
 
105224
105650
  /**
105225
- * 查询扩展事件的检查列表
105651
+ * Queries the check results of extension point events.
105226
105652
  *
105227
105653
  * @param request - ListCheckProcessesRequest
105228
105654
  * @returns ListCheckProcessesResponse
@@ -106539,6 +106965,8 @@ export default class Client extends OpenApi {
106539
106965
  }
106540
106966
 
106541
106967
  /**
106968
+ * Queries a list of file versions.
106969
+ *
106542
106970
  * @param request - ListFileVersionsRequest
106543
106971
  * @param runtime - runtime options for this request RuntimeOptions
106544
106972
  * @returns ListFileVersionsResponse
@@ -106589,6 +107017,8 @@ export default class Client extends OpenApi {
106589
107017
  }
106590
107018
 
106591
107019
  /**
107020
+ * Queries a list of file versions.
107021
+ *
106592
107022
  * @param request - ListFileVersionsRequest
106593
107023
  * @returns ListFileVersionsResponse
106594
107024
  */
@@ -106598,6 +107028,8 @@ export default class Client extends OpenApi {
106598
107028
  }
106599
107029
 
106600
107030
  /**
107031
+ * Queries a list of files.
107032
+ *
106601
107033
  * @param request - ListFilesRequest
106602
107034
  * @param runtime - runtime options for this request RuntimeOptions
106603
107035
  * @returns ListFilesResponse
@@ -106625,6 +107057,10 @@ export default class Client extends OpenApi {
106625
107057
  body["Keyword"] = request.keyword;
106626
107058
  }
106627
107059
 
107060
+ if (!$dara.isNull(request.lastEditUser)) {
107061
+ body["LastEditUser"] = request.lastEditUser;
107062
+ }
107063
+
106628
107064
  if (!$dara.isNull(request.needAbsoluteFolderPath)) {
106629
107065
  body["NeedAbsoluteFolderPath"] = request.needAbsoluteFolderPath;
106630
107066
  }
@@ -106684,6 +107120,8 @@ export default class Client extends OpenApi {
106684
107120
  }
106685
107121
 
106686
107122
  /**
107123
+ * Queries a list of files.
107124
+ *
106687
107125
  * @param request - ListFilesRequest
106688
107126
  * @returns ListFilesResponse
106689
107127
  */
@@ -106933,7 +107371,7 @@ export default class Client extends OpenApi {
106933
107371
  }
106934
107372
 
106935
107373
  /**
106936
- * The ID of the directed acyclic graph (DAG). You can set this parameter to the value of the DagId parameter returned by the [RunCycleDagNodes](https://help.aliyun.com/document_detail/212961.html), [RunSmokeTest](https://help.aliyun.com/document_detail/212949.html), or [RunManualDagNodes](https://help.aliyun.com/document_detail/212830.html) operation based on your business requirements. The RunManualDagNodes operation is used to backfill data, the RunSmokeTest operation is used to perform smoke testing, and the RunManualDagNodes operation is used to run nodes in a manually triggered workflow.
107374
+ * Queries a list of instances.
106937
107375
  *
106938
107376
  * @param request - ListInstancesRequest
106939
107377
  * @param runtime - runtime options for this request RuntimeOptions
@@ -107025,7 +107463,7 @@ export default class Client extends OpenApi {
107025
107463
  }
107026
107464
 
107027
107465
  /**
107028
- * The ID of the directed acyclic graph (DAG). You can set this parameter to the value of the DagId parameter returned by the [RunCycleDagNodes](https://help.aliyun.com/document_detail/212961.html), [RunSmokeTest](https://help.aliyun.com/document_detail/212949.html), or [RunManualDagNodes](https://help.aliyun.com/document_detail/212830.html) operation based on your business requirements. The RunManualDagNodes operation is used to backfill data, the RunSmokeTest operation is used to perform smoke testing, and the RunManualDagNodes operation is used to run nodes in a manually triggered workflow.
107466
+ * Queries a list of instances.
107029
107467
  *
107030
107468
  * @param request - ListInstancesRequest
107031
107469
  * @returns ListInstancesResponse
@@ -107769,6 +108207,14 @@ export default class Client extends OpenApi {
107769
108207
  async listPermissionApplyOrdersWithOptions(request: ListPermissionApplyOrdersRequest, runtime: $dara.RuntimeOptions): Promise<ListPermissionApplyOrdersResponse> {
107770
108208
  request.validate();
107771
108209
  let query = { };
108210
+ if (!$dara.isNull(request.applyType)) {
108211
+ query["ApplyType"] = request.applyType;
108212
+ }
108213
+
108214
+ if (!$dara.isNull(request.catalogName)) {
108215
+ query["CatalogName"] = request.catalogName;
108216
+ }
108217
+
107772
108218
  if (!$dara.isNull(request.endTime)) {
107773
108219
  query["EndTime"] = request.endTime;
107774
108220
  }
@@ -108938,61 +109384,6 @@ export default class Client extends OpenApi {
108938
109384
  return await this.listTopicsWithOptions(request, runtime);
108939
109385
  }
108940
109386
 
108941
- /**
108942
- * Adds a directory to the left-side navigation pane of DataAnalysis.
108943
- *
108944
- * @param request - MountDirectoryRequest
108945
- * @param runtime - runtime options for this request RuntimeOptions
108946
- * @returns MountDirectoryResponse
108947
- */
108948
- async mountDirectoryWithOptions(request: MountDirectoryRequest, runtime: $dara.RuntimeOptions): Promise<MountDirectoryResponse> {
108949
- request.validate();
108950
- let body : {[key: string ]: any} = { };
108951
- if (!$dara.isNull(request.targetId)) {
108952
- body["TargetId"] = request.targetId;
108953
- }
108954
-
108955
- if (!$dara.isNull(request.targetType)) {
108956
- body["TargetType"] = request.targetType;
108957
- }
108958
-
108959
- if (!$dara.isNull(request.targetUserId)) {
108960
- body["TargetUserId"] = request.targetUserId;
108961
- }
108962
-
108963
- let req = new $OpenApiUtil.OpenApiRequest({
108964
- body: OpenApiUtil.parseToMap(body),
108965
- });
108966
- let params = new $OpenApiUtil.Params({
108967
- action: "MountDirectory",
108968
- version: "2020-05-18",
108969
- protocol: "HTTPS",
108970
- pathname: "/",
108971
- method: "POST",
108972
- authType: "AK",
108973
- style: "RPC",
108974
- reqBodyType: "formData",
108975
- bodyType: "json",
108976
- });
108977
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
108978
- return $dara.cast<MountDirectoryResponse>(await this.callApi(params, req, runtime), new MountDirectoryResponse({}));
108979
- } else {
108980
- return $dara.cast<MountDirectoryResponse>(await this.execute(params, req, runtime), new MountDirectoryResponse({}));
108981
- }
108982
-
108983
- }
108984
-
108985
- /**
108986
- * Adds a directory to the left-side navigation pane of DataAnalysis.
108987
- *
108988
- * @param request - MountDirectoryRequest
108989
- * @returns MountDirectoryResponse
108990
- */
108991
- async mountDirectory(request: MountDirectoryRequest): Promise<MountDirectoryResponse> {
108992
- let runtime = new $dara.RuntimeOptions({ });
108993
- return await this.mountDirectoryWithOptions(request, runtime);
108994
- }
108995
-
108996
109387
  /**
108997
109388
  * Undeploys a node.
108998
109389
  *
@@ -109855,73 +110246,6 @@ export default class Client extends OpenApi {
109855
110246
  return await this.resumeInstanceWithOptions(request, runtime);
109856
110247
  }
109857
110248
 
109858
- /**
109859
- * Revokes permissions on table fields from a user.
109860
- *
109861
- * @param request - RevokeColumnPermissionRequest
109862
- * @param runtime - runtime options for this request RuntimeOptions
109863
- * @returns RevokeColumnPermissionResponse
109864
- */
109865
- async revokeColumnPermissionWithOptions(request: RevokeColumnPermissionRequest, runtime: $dara.RuntimeOptions): Promise<RevokeColumnPermissionResponse> {
109866
- request.validate();
109867
- let query = { };
109868
- if (!$dara.isNull(request.columns)) {
109869
- query["Columns"] = request.columns;
109870
- }
109871
-
109872
- if (!$dara.isNull(request.maxComputeProjectName)) {
109873
- query["MaxComputeProjectName"] = request.maxComputeProjectName;
109874
- }
109875
-
109876
- if (!$dara.isNull(request.revokeUserId)) {
109877
- query["RevokeUserId"] = request.revokeUserId;
109878
- }
109879
-
109880
- if (!$dara.isNull(request.revokeUserName)) {
109881
- query["RevokeUserName"] = request.revokeUserName;
109882
- }
109883
-
109884
- if (!$dara.isNull(request.tableName)) {
109885
- query["TableName"] = request.tableName;
109886
- }
109887
-
109888
- if (!$dara.isNull(request.workspaceId)) {
109889
- query["WorkspaceId"] = request.workspaceId;
109890
- }
109891
-
109892
- let req = new $OpenApiUtil.OpenApiRequest({
109893
- query: OpenApiUtil.query(query),
109894
- });
109895
- let params = new $OpenApiUtil.Params({
109896
- action: "RevokeColumnPermission",
109897
- version: "2020-05-18",
109898
- protocol: "HTTPS",
109899
- pathname: "/",
109900
- method: "POST",
109901
- authType: "AK",
109902
- style: "RPC",
109903
- reqBodyType: "formData",
109904
- bodyType: "json",
109905
- });
109906
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
109907
- return $dara.cast<RevokeColumnPermissionResponse>(await this.callApi(params, req, runtime), new RevokeColumnPermissionResponse({}));
109908
- } else {
109909
- return $dara.cast<RevokeColumnPermissionResponse>(await this.execute(params, req, runtime), new RevokeColumnPermissionResponse({}));
109910
- }
109911
-
109912
- }
109913
-
109914
- /**
109915
- * Revokes permissions on table fields from a user.
109916
- *
109917
- * @param request - RevokeColumnPermissionRequest
109918
- * @returns RevokeColumnPermissionResponse
109919
- */
109920
- async revokeColumnPermission(request: RevokeColumnPermissionRequest): Promise<RevokeColumnPermissionResponse> {
109921
- let runtime = new $dara.RuntimeOptions({ });
109922
- return await this.revokeColumnPermissionWithOptions(request, runtime);
109923
- }
109924
-
109925
110249
  /**
109926
110250
  * Revokes permissions on a table from a user.
109927
110251
  *
@@ -111500,61 +111824,6 @@ export default class Client extends OpenApi {
111500
111824
  return await this.topTenErrorTimesInstanceWithOptions(request, runtime);
111501
111825
  }
111502
111826
 
111503
- /**
111504
- * Removes a directory from the left-side navigation pane of DataAnalysis.
111505
- *
111506
- * @param request - UmountDirectoryRequest
111507
- * @param runtime - runtime options for this request RuntimeOptions
111508
- * @returns UmountDirectoryResponse
111509
- */
111510
- async umountDirectoryWithOptions(request: UmountDirectoryRequest, runtime: $dara.RuntimeOptions): Promise<UmountDirectoryResponse> {
111511
- request.validate();
111512
- let body : {[key: string ]: any} = { };
111513
- if (!$dara.isNull(request.targetId)) {
111514
- body["TargetId"] = request.targetId;
111515
- }
111516
-
111517
- if (!$dara.isNull(request.targetType)) {
111518
- body["TargetType"] = request.targetType;
111519
- }
111520
-
111521
- if (!$dara.isNull(request.targetUserId)) {
111522
- body["TargetUserId"] = request.targetUserId;
111523
- }
111524
-
111525
- let req = new $OpenApiUtil.OpenApiRequest({
111526
- body: OpenApiUtil.parseToMap(body),
111527
- });
111528
- let params = new $OpenApiUtil.Params({
111529
- action: "UmountDirectory",
111530
- version: "2020-05-18",
111531
- protocol: "HTTPS",
111532
- pathname: "/",
111533
- method: "POST",
111534
- authType: "AK",
111535
- style: "RPC",
111536
- reqBodyType: "formData",
111537
- bodyType: "json",
111538
- });
111539
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
111540
- return $dara.cast<UmountDirectoryResponse>(await this.callApi(params, req, runtime), new UmountDirectoryResponse({}));
111541
- } else {
111542
- return $dara.cast<UmountDirectoryResponse>(await this.execute(params, req, runtime), new UmountDirectoryResponse({}));
111543
- }
111544
-
111545
- }
111546
-
111547
- /**
111548
- * Removes a directory from the left-side navigation pane of DataAnalysis.
111549
- *
111550
- * @param request - UmountDirectoryRequest
111551
- * @returns UmountDirectoryResponse
111552
- */
111553
- async umountDirectory(request: UmountDirectoryRequest): Promise<UmountDirectoryResponse> {
111554
- let runtime = new $dara.RuntimeOptions({ });
111555
- return await this.umountDirectoryWithOptions(request, runtime);
111556
- }
111557
-
111558
111827
  /**
111559
111828
  * Updates a baseline.
111560
111829
  *
@@ -111728,7 +111997,7 @@ export default class Client extends OpenApi {
111728
111997
  }
111729
111998
 
111730
111999
  /**
111731
- * 更新集群的配置信息
112000
+ * Updates the configurations of submodules in a workspace. You can configure SPARK parameters.
111732
112001
  *
111733
112002
  * @param tmpReq - UpdateClusterConfigsRequest
111734
112003
  * @param runtime - runtime options for this request RuntimeOptions
@@ -111784,7 +112053,7 @@ export default class Client extends OpenApi {
111784
112053
  }
111785
112054
 
111786
112055
  /**
111787
- * 更新集群的配置信息
112056
+ * Updates the configurations of submodules in a workspace. You can configure SPARK parameters.
111788
112057
  *
111789
112058
  * @param request - UpdateClusterConfigsRequest
111790
112059
  * @returns UpdateClusterConfigsResponse
@@ -112402,6 +112671,10 @@ export default class Client extends OpenApi {
112402
112671
  body["IgnoreParentSkipRunningProperty"] = request.ignoreParentSkipRunningProperty;
112403
112672
  }
112404
112673
 
112674
+ if (!$dara.isNull(request.imageId)) {
112675
+ body["ImageId"] = request.imageId;
112676
+ }
112677
+
112405
112678
  if (!$dara.isNull(request.inputList)) {
112406
112679
  body["InputList"] = request.inputList;
112407
112680
  }