@alicloud/dataworks-public20200518 6.1.5 → 6.1.7
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 +38 -24
- package/dist/client.js +8 -8
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +38 -24
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
|
|
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
|
*/
|
|
@@ -25548,9 +25545,9 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
25548
25545
|
export declare class ListMeasureDataRequest extends $tea.Model {
|
|
25549
25546
|
/**
|
|
25550
25547
|
* @remarks
|
|
25551
|
-
* The measurement component.
|
|
25548
|
+
* The measurement component. Valid values:
|
|
25552
25549
|
*
|
|
25553
|
-
* *
|
|
25550
|
+
* * Count: phone call-based alerts and text message-based alerts
|
|
25554
25551
|
*
|
|
25555
25552
|
* This parameter is required.
|
|
25556
25553
|
*
|
|
@@ -25560,7 +25557,7 @@ export declare class ListMeasureDataRequest extends $tea.Model {
|
|
|
25560
25557
|
componentCode?: string;
|
|
25561
25558
|
/**
|
|
25562
25559
|
* @remarks
|
|
25563
|
-
* The item
|
|
25560
|
+
* The measurement item. Valid values:
|
|
25564
25561
|
*
|
|
25565
25562
|
* * DideAlarmPhone: phone call-based alerts
|
|
25566
25563
|
* * DideAlarmSms: text message-based alerts
|
|
@@ -25573,7 +25570,7 @@ export declare class ListMeasureDataRequest extends $tea.Model {
|
|
|
25573
25570
|
domainCode?: string;
|
|
25574
25571
|
/**
|
|
25575
25572
|
* @remarks
|
|
25576
|
-
* The end timestamp of the measurement period, in milliseconds. The measurement period is calculated in days. You can query only the data within the
|
|
25573
|
+
* The end timestamp of the measurement period, in milliseconds. The measurement period is calculated in days. You can query only the data within the previous 30 days.
|
|
25577
25574
|
*
|
|
25578
25575
|
* This parameter is required.
|
|
25579
25576
|
*
|
|
@@ -25583,7 +25580,7 @@ export declare class ListMeasureDataRequest extends $tea.Model {
|
|
|
25583
25580
|
endTime?: number;
|
|
25584
25581
|
/**
|
|
25585
25582
|
* @remarks
|
|
25586
|
-
* The start timestamp of the measurement period, in milliseconds. The measurement period is calculated in days. You can query only the data within the
|
|
25583
|
+
* The start timestamp of the measurement period, in milliseconds. The measurement period is calculated in days. You can query only the data within the previous 30 days.
|
|
25587
25584
|
*
|
|
25588
25585
|
* This parameter is required.
|
|
25589
25586
|
*
|
|
@@ -35033,9 +35030,10 @@ export declare class UpdateDISyncTaskRequest extends $tea.Model {
|
|
|
35033
35030
|
taskContent?: string;
|
|
35034
35031
|
/**
|
|
35035
35032
|
* @remarks
|
|
35036
|
-
* The
|
|
35033
|
+
* The configuration parameters of the data synchronization task. You must configure this parameter in the JSON format.
|
|
35037
35034
|
*
|
|
35038
|
-
*
|
|
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,9 +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
|
|
36964
|
-
*
|
|
36965
|
-
* This parameter is required.
|
|
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.
|
|
36966
36962
|
*
|
|
36967
36963
|
* @example
|
|
36968
36964
|
* 9
|
|
@@ -37035,6 +37031,8 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
|
|
|
37035
37031
|
* @remarks
|
|
37036
37032
|
* The comparison operator, such as >, >=, =, ≠, <, or <=.
|
|
37037
37033
|
*
|
|
37034
|
+
* > If you set the Checker parameter to 9, you must configure the Operator parameter.
|
|
37035
|
+
*
|
|
37038
37036
|
* @example
|
|
37039
37037
|
* >
|
|
37040
37038
|
*/
|
|
@@ -51375,7 +51373,7 @@ export declare class GetRemindResponseBodyDataBaselines extends $tea.Model {
|
|
|
51375
51373
|
export declare class GetRemindResponseBodyDataBizProcesses extends $tea.Model {
|
|
51376
51374
|
/**
|
|
51377
51375
|
* @remarks
|
|
51378
|
-
* The workflow
|
|
51376
|
+
* The ID of the workflow.
|
|
51379
51377
|
*
|
|
51380
51378
|
* @example
|
|
51381
51379
|
* 9527
|
|
@@ -51457,6 +51455,10 @@ export declare class GetRemindResponseBodyDataProjects extends $tea.Model {
|
|
|
51457
51455
|
}
|
|
51458
51456
|
export declare class GetRemindResponseBodyDataReceivers extends $tea.Model {
|
|
51459
51457
|
alertTargets?: string[];
|
|
51458
|
+
/**
|
|
51459
|
+
* @example
|
|
51460
|
+
* OWNER
|
|
51461
|
+
*/
|
|
51460
51462
|
alertUnit?: string;
|
|
51461
51463
|
static names(): {
|
|
51462
51464
|
[key: string]: string;
|
|
@@ -51504,7 +51506,15 @@ export declare class GetRemindResponseBodyData extends $tea.Model {
|
|
|
51504
51506
|
* 1800
|
|
51505
51507
|
*/
|
|
51506
51508
|
alertInterval?: number;
|
|
51509
|
+
/**
|
|
51510
|
+
* @remarks
|
|
51511
|
+
* The alert notification method.
|
|
51512
|
+
*/
|
|
51507
51513
|
alertMethods?: string[];
|
|
51514
|
+
/**
|
|
51515
|
+
* @remarks
|
|
51516
|
+
* The description of the alert recipient.
|
|
51517
|
+
*/
|
|
51508
51518
|
alertTargets?: string[];
|
|
51509
51519
|
/**
|
|
51510
51520
|
* @remarks
|
|
@@ -51622,6 +51632,10 @@ export declare class GetRemindResponseBodyData extends $tea.Model {
|
|
|
51622
51632
|
* true
|
|
51623
51633
|
*/
|
|
51624
51634
|
useflag?: boolean;
|
|
51635
|
+
/**
|
|
51636
|
+
* @remarks
|
|
51637
|
+
* The information about the webhook URL.
|
|
51638
|
+
*/
|
|
51625
51639
|
webhooks?: string[];
|
|
51626
51640
|
static names(): {
|
|
51627
51641
|
[key: string]: string;
|
|
@@ -66935,7 +66949,7 @@ export default class Client extends OpenApi {
|
|
|
66935
66949
|
*/
|
|
66936
66950
|
getQualityRule(request: GetQualityRuleRequest): Promise<GetQualityRuleResponse>;
|
|
66937
66951
|
/**
|
|
66938
|
-
* Queries the
|
|
66952
|
+
* Queries the information about a custom alert rule.
|
|
66939
66953
|
*
|
|
66940
66954
|
* @remarks
|
|
66941
66955
|
* ## Debugging
|
|
@@ -66947,7 +66961,7 @@ export default class Client extends OpenApi {
|
|
|
66947
66961
|
*/
|
|
66948
66962
|
getRemindWithOptions(request: GetRemindRequest, runtime: $Util.RuntimeOptions): Promise<GetRemindResponse>;
|
|
66949
66963
|
/**
|
|
66950
|
-
* Queries the
|
|
66964
|
+
* Queries the information about a custom alert rule.
|
|
66951
66965
|
*
|
|
66952
66966
|
* @remarks
|
|
66953
66967
|
* ## Debugging
|
|
@@ -67648,7 +67662,7 @@ export default class Client extends OpenApi {
|
|
|
67648
67662
|
*/
|
|
67649
67663
|
listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
|
|
67650
67664
|
/**
|
|
67651
|
-
*
|
|
67665
|
+
* Queries the statistics on the number of phone call-based alerts or text message-based alerts reported within the tenant to which your account belongs during the previous 30 days.
|
|
67652
67666
|
*
|
|
67653
67667
|
* @param request - ListMeasureDataRequest
|
|
67654
67668
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -67656,7 +67670,7 @@ export default class Client extends OpenApi {
|
|
|
67656
67670
|
*/
|
|
67657
67671
|
listMeasureDataWithOptions(request: ListMeasureDataRequest, runtime: $Util.RuntimeOptions): Promise<ListMeasureDataResponse>;
|
|
67658
67672
|
/**
|
|
67659
|
-
*
|
|
67673
|
+
* Queries the statistics on the number of phone call-based alerts or text message-based alerts reported within the tenant to which your account belongs during the previous 30 days.
|
|
67660
67674
|
*
|
|
67661
67675
|
* @param request - ListMeasureDataRequest
|
|
67662
67676
|
* @returns ListMeasureDataResponse
|
|
@@ -68087,7 +68101,7 @@ export default class Client extends OpenApi {
|
|
|
68087
68101
|
*/
|
|
68088
68102
|
listTableTheme(request: ListTableThemeRequest): Promise<ListTableThemeResponse>;
|
|
68089
68103
|
/**
|
|
68090
|
-
*
|
|
68104
|
+
* Obtains tables of different data source types within a tenant by page.
|
|
68091
68105
|
*
|
|
68092
68106
|
* @param request - ListTablesRequest
|
|
68093
68107
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -68095,7 +68109,7 @@ export default class Client extends OpenApi {
|
|
|
68095
68109
|
*/
|
|
68096
68110
|
listTablesWithOptions(request: ListTablesRequest, runtime: $Util.RuntimeOptions): Promise<ListTablesResponse>;
|
|
68097
68111
|
/**
|
|
68098
|
-
*
|
|
68112
|
+
* Obtains tables of different data source types within a tenant by page.
|
|
68099
68113
|
*
|
|
68100
68114
|
* @param request - ListTablesRequest
|
|
68101
68115
|
* @returns ListTablesResponse
|
|
@@ -69085,7 +69099,7 @@ export default class Client extends OpenApi {
|
|
|
69085
69099
|
*/
|
|
69086
69100
|
updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
|
|
69087
69101
|
/**
|
|
69088
|
-
* Updates the metadata information about a table.
|
|
69102
|
+
* Updates the metadata information about a table. Only MaxCompute tables are supported.
|
|
69089
69103
|
*
|
|
69090
69104
|
* @param request - UpdateMetaTableRequest
|
|
69091
69105
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -69093,7 +69107,7 @@ export default class Client extends OpenApi {
|
|
|
69093
69107
|
*/
|
|
69094
69108
|
updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
|
|
69095
69109
|
/**
|
|
69096
|
-
* Updates the metadata information about a table.
|
|
69110
|
+
* Updates the metadata information about a table. Only MaxCompute tables are supported.
|
|
69097
69111
|
*
|
|
69098
69112
|
* @param request - UpdateMetaTableRequest
|
|
69099
69113
|
* @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
|
|
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
|
|
41228
|
+
* Queries the information about a custom alert rule.
|
|
41229
41229
|
*
|
|
41230
41230
|
* @remarks
|
|
41231
41231
|
* ## Debugging
|
|
@@ -43376,7 +43376,7 @@ class Client extends openapi_client_1.default {
|
|
|
43376
43376
|
return await this.listManualDagInstancesWithOptions(request, runtime);
|
|
43377
43377
|
}
|
|
43378
43378
|
/**
|
|
43379
|
-
*
|
|
43379
|
+
* Queries the statistics on the number of phone call-based alerts or text message-based alerts reported within the tenant to which your account belongs during the previous 30 days.
|
|
43380
43380
|
*
|
|
43381
43381
|
* @param request - ListMeasureDataRequest
|
|
43382
43382
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -43414,7 +43414,7 @@ class Client extends openapi_client_1.default {
|
|
|
43414
43414
|
return $tea.cast(await this.callApi(params, req, runtime), new ListMeasureDataResponse({}));
|
|
43415
43415
|
}
|
|
43416
43416
|
/**
|
|
43417
|
-
*
|
|
43417
|
+
* Queries the statistics on the number of phone call-based alerts or text message-based alerts reported within the tenant to which your account belongs during the previous 30 days.
|
|
43418
43418
|
*
|
|
43419
43419
|
* @param request - ListMeasureDataRequest
|
|
43420
43420
|
* @returns ListMeasureDataResponse
|
|
@@ -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
|