@alicloud/dataworks-public20200518 6.1.5 → 6.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -2615,10 +2615,11 @@ export declare class CreateDISyncTaskRequest extends $tea.Model {
2615
2615
  taskName?: string;
2616
2616
  /**
2617
2617
  * @remarks
2618
- * The settings that specify the storage path of the data synchronization task and the resource group used by the task. The following parameters are supported:
2618
+ * The configuration parameters of the data synchronization task. The following parameters are supported:
2619
2619
  *
2620
2620
  * * FileFolderPath: the storage path of the data synchronization task.
2621
2621
  * * ResourceGroup: the identifier of the resource group for Data Integration that is used by the data synchronization task. You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/173913.html) operation to query the identifier of the resource group.
2622
+ * * Cu: the specifications occupied by the data synchronization task in the serverless resource group. The value of this parameter must be a multiple of 0.5.
2622
2623
  *
2623
2624
  * @example
2624
2625
  * {"FileFolderPath":"Business Flow/XXX/Data Integration","ResourceGroup":"S_res_group_XXX_XXXX"}
@@ -5330,8 +5331,6 @@ export declare class CreateProjectRequest extends $tea.Model {
5330
5331
  * @remarks
5331
5332
  * The description of the workspace.
5332
5333
  *
5333
- * This parameter is required.
5334
- *
5335
5334
  * @example
5336
5335
  * test_describe
5337
5336
  */
@@ -5427,8 +5426,6 @@ export declare class CreateProjectShrinkRequest extends $tea.Model {
5427
5426
  * @remarks
5428
5427
  * The description of the workspace.
5429
5428
  *
5430
- * This parameter is required.
5431
- *
5432
5429
  * @example
5433
5430
  * test_describe
5434
5431
  */
@@ -35033,9 +35030,10 @@ export declare class UpdateDISyncTaskRequest extends $tea.Model {
35033
35030
  taskContent?: string;
35034
35031
  /**
35035
35032
  * @remarks
35036
- * The setting based on which the resource group used by the data synchronization task is updated. You must configure this parameter in the JSON format.
35033
+ * The configuration parameters of the data synchronization task. You must configure this parameter in the JSON format.
35037
35034
  *
35038
- * Only the ResourceGroup field is supported. This field specifies the identifier of the resource group for Data Integration that is used by the data synchronization task. You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/173913.html) operation to query the identifier of the resource group. If you do not need to update the resource group for the data synchronization task, leave this parameter empty.
35035
+ * * ResourceGroup: the identifier of the resource group for Data Integration that is used by the data synchronization task. You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/173913.html) operation to query the identifier of the resource group.
35036
+ * * Cu: the specifications occupied by the data synchronization task in the serverless resource group. The value of this parameter must be a multiple of 0.5.
35039
35037
  *
35040
35038
  * @example
35041
35039
  * {"ResourceGroup":"S_res_group_XXX_XXXX"}
@@ -36960,7 +36958,7 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
36960
36958
  blockType?: number;
36961
36959
  /**
36962
36960
  * @remarks
36963
- * The checker ID. You can call the [ListQualityRules](https://help.aliyun.com/document_detail/173995.html) operation to obtain the ID of the checker.
36961
+ * The checker ID. Valid values: 2: indicates that the current value is compared with the average value of the previous 7 days. 3: indicates that the current value is compared with the average value of the previous 30 days. 4: indicates that the current value is compared with the value 1 day earlier. 5: indicates that the current value is compared with the value 7 days earlier. 6: indicates that the current value is compared with the value 30 days earlier. 7: indicates the variance between the current value and the value 7 days earlier. 8: indicates the variance between the current value and the value 30 days earlier. 9: indicates that the current value is compared with a fixed value. 10: indicates that the current value is compared with the value 1, 7, or 30 days earlier. 11: indicates that the current value is compared with the value of the previous cycle. You can call the [ListQualityRules](https://help.aliyun.com/document_detail/173995.html) operation to query the ID.
36964
36962
  *
36965
36963
  * This parameter is required.
36966
36964
  *
@@ -37035,6 +37033,8 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
37035
37033
  * @remarks
37036
37034
  * The comparison operator, such as >, >=, =, ≠, <, or <=.
37037
37035
  *
37036
+ * > If you set the Checker parameter to 9, you must configure the Operator parameter.
37037
+ *
37038
37038
  * @example
37039
37039
  * >
37040
37040
  */
@@ -51375,7 +51375,7 @@ export declare class GetRemindResponseBodyDataBaselines extends $tea.Model {
51375
51375
  export declare class GetRemindResponseBodyDataBizProcesses extends $tea.Model {
51376
51376
  /**
51377
51377
  * @remarks
51378
- * The workflow ID.
51378
+ * The ID of the workflow.
51379
51379
  *
51380
51380
  * @example
51381
51381
  * 9527
@@ -51457,6 +51457,10 @@ export declare class GetRemindResponseBodyDataProjects extends $tea.Model {
51457
51457
  }
51458
51458
  export declare class GetRemindResponseBodyDataReceivers extends $tea.Model {
51459
51459
  alertTargets?: string[];
51460
+ /**
51461
+ * @example
51462
+ * OWNER
51463
+ */
51460
51464
  alertUnit?: string;
51461
51465
  static names(): {
51462
51466
  [key: string]: string;
@@ -51504,7 +51508,15 @@ export declare class GetRemindResponseBodyData extends $tea.Model {
51504
51508
  * 1800
51505
51509
  */
51506
51510
  alertInterval?: number;
51511
+ /**
51512
+ * @remarks
51513
+ * The alert notification method.
51514
+ */
51507
51515
  alertMethods?: string[];
51516
+ /**
51517
+ * @remarks
51518
+ * The description of the alert recipient.
51519
+ */
51508
51520
  alertTargets?: string[];
51509
51521
  /**
51510
51522
  * @remarks
@@ -51622,6 +51634,10 @@ export declare class GetRemindResponseBodyData extends $tea.Model {
51622
51634
  * true
51623
51635
  */
51624
51636
  useflag?: boolean;
51637
+ /**
51638
+ * @remarks
51639
+ * The information about the webhook URL.
51640
+ */
51625
51641
  webhooks?: string[];
51626
51642
  static names(): {
51627
51643
  [key: string]: string;
@@ -66935,7 +66951,7 @@ export default class Client extends OpenApi {
66935
66951
  */
66936
66952
  getQualityRule(request: GetQualityRuleRequest): Promise<GetQualityRuleResponse>;
66937
66953
  /**
66938
- * Queries the details of a custom alert rule.
66954
+ * Queries the information about a custom alert rule.
66939
66955
  *
66940
66956
  * @remarks
66941
66957
  * ## Debugging
@@ -66947,7 +66963,7 @@ export default class Client extends OpenApi {
66947
66963
  */
66948
66964
  getRemindWithOptions(request: GetRemindRequest, runtime: $Util.RuntimeOptions): Promise<GetRemindResponse>;
66949
66965
  /**
66950
- * Queries the details of a custom alert rule.
66966
+ * Queries the information about a custom alert rule.
66951
66967
  *
66952
66968
  * @remarks
66953
66969
  * ## Debugging
@@ -68087,7 +68103,7 @@ export default class Client extends OpenApi {
68087
68103
  */
68088
68104
  listTableTheme(request: ListTableThemeRequest): Promise<ListTableThemeResponse>;
68089
68105
  /**
68090
- * 分页获取租户下面的数据源类型粒度的表名称
68106
+ * Obtains tables of different data source types within a tenant by page.
68091
68107
  *
68092
68108
  * @param request - ListTablesRequest
68093
68109
  * @param runtime - runtime options for this request RuntimeOptions
@@ -68095,7 +68111,7 @@ export default class Client extends OpenApi {
68095
68111
  */
68096
68112
  listTablesWithOptions(request: ListTablesRequest, runtime: $Util.RuntimeOptions): Promise<ListTablesResponse>;
68097
68113
  /**
68098
- * 分页获取租户下面的数据源类型粒度的表名称
68114
+ * Obtains tables of different data source types within a tenant by page.
68099
68115
  *
68100
68116
  * @param request - ListTablesRequest
68101
68117
  * @returns ListTablesResponse
@@ -69085,7 +69101,7 @@ export default class Client extends OpenApi {
69085
69101
  */
69086
69102
  updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
69087
69103
  /**
69088
- * Updates the metadata information about a table.
69104
+ * Updates the metadata information about a table. Only MaxCompute tables are supported.
69089
69105
  *
69090
69106
  * @param request - UpdateMetaTableRequest
69091
69107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -69093,7 +69109,7 @@ export default class Client extends OpenApi {
69093
69109
  */
69094
69110
  updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
69095
69111
  /**
69096
- * Updates the metadata information about a table.
69112
+ * Updates the metadata information about a table. Only MaxCompute tables are supported.
69097
69113
  *
69098
69114
  * @param request - UpdateMetaTableRequest
69099
69115
  * @returns UpdateMetaTableResponse
package/dist/client.js CHANGED
@@ -41192,7 +41192,7 @@ class Client extends openapi_client_1.default {
41192
41192
  return await this.getQualityRuleWithOptions(request, runtime);
41193
41193
  }
41194
41194
  /**
41195
- * Queries the details of a custom alert rule.
41195
+ * Queries the information about a custom alert rule.
41196
41196
  *
41197
41197
  * @remarks
41198
41198
  * ## Debugging
@@ -41225,7 +41225,7 @@ class Client extends openapi_client_1.default {
41225
41225
  return $tea.cast(await this.callApi(params, req, runtime), new GetRemindResponse({}));
41226
41226
  }
41227
41227
  /**
41228
- * Queries the details of a custom alert rule.
41228
+ * Queries the information about a custom alert rule.
41229
41229
  *
41230
41230
  * @remarks
41231
41231
  * ## Debugging
@@ -44726,7 +44726,7 @@ class Client extends openapi_client_1.default {
44726
44726
  return await this.listTableThemeWithOptions(request, runtime);
44727
44727
  }
44728
44728
  /**
44729
- * 分页获取租户下面的数据源类型粒度的表名称
44729
+ * Obtains tables of different data source types within a tenant by page.
44730
44730
  *
44731
44731
  * @param request - ListTablesRequest
44732
44732
  * @param runtime - runtime options for this request RuntimeOptions
@@ -44761,7 +44761,7 @@ class Client extends openapi_client_1.default {
44761
44761
  return $tea.cast(await this.callApi(params, req, runtime), new ListTablesResponse({}));
44762
44762
  }
44763
44763
  /**
44764
- * 分页获取租户下面的数据源类型粒度的表名称
44764
+ * Obtains tables of different data source types within a tenant by page.
44765
44765
  *
44766
44766
  * @param request - ListTablesRequest
44767
44767
  * @returns ListTablesResponse
@@ -47925,7 +47925,7 @@ class Client extends openapi_client_1.default {
47925
47925
  return await this.updateMetaCollectionWithOptions(request, runtime);
47926
47926
  }
47927
47927
  /**
47928
- * Updates the metadata information about a table.
47928
+ * Updates the metadata information about a table. Only MaxCompute tables are supported.
47929
47929
  *
47930
47930
  * @param request - UpdateMetaTableRequest
47931
47931
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47986,7 +47986,7 @@ class Client extends openapi_client_1.default {
47986
47986
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaTableResponse({}));
47987
47987
  }
47988
47988
  /**
47989
- * Updates the metadata information about a table.
47989
+ * Updates the metadata information about a table. Only MaxCompute tables are supported.
47990
47990
  *
47991
47991
  * @param request - UpdateMetaTableRequest
47992
47992
  * @returns UpdateMetaTableResponse