@alicloud/dataworks-public20200518 6.1.6 → 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 CHANGED
@@ -25545,9 +25545,9 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
25545
25545
  export declare class ListMeasureDataRequest extends $tea.Model {
25546
25546
  /**
25547
25547
  * @remarks
25548
- * The measurement component.
25548
+ * The measurement component. Valid values:
25549
25549
  *
25550
- * * This parameter is set to Count if the DomainCode parameter is set to DideAlarmPhone or DideAlarmSms. In this case, statistics on the number of phone calls or text messages that are used to send alert notifications are collected.
25550
+ * * Count: phone call-based alerts and text message-based alerts
25551
25551
  *
25552
25552
  * This parameter is required.
25553
25553
  *
@@ -25557,7 +25557,7 @@ export declare class ListMeasureDataRequest extends $tea.Model {
25557
25557
  componentCode?: string;
25558
25558
  /**
25559
25559
  * @remarks
25560
- * The item to be measured. Valid values:
25560
+ * The measurement item. Valid values:
25561
25561
  *
25562
25562
  * * DideAlarmPhone: phone call-based alerts
25563
25563
  * * DideAlarmSms: text message-based alerts
@@ -25570,7 +25570,7 @@ export declare class ListMeasureDataRequest extends $tea.Model {
25570
25570
  domainCode?: string;
25571
25571
  /**
25572
25572
  * @remarks
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 last 30 days.
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.
25574
25574
  *
25575
25575
  * This parameter is required.
25576
25576
  *
@@ -25580,7 +25580,7 @@ export declare class ListMeasureDataRequest extends $tea.Model {
25580
25580
  endTime?: number;
25581
25581
  /**
25582
25582
  * @remarks
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 last 30 days.
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.
25584
25584
  *
25585
25585
  * This parameter is required.
25586
25586
  *
@@ -36960,8 +36960,6 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
36960
36960
  * @remarks
36961
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.
36962
36962
  *
36963
- * This parameter is required.
36964
- *
36965
36963
  * @example
36966
36964
  * 9
36967
36965
  */
@@ -67664,7 +67662,7 @@ export default class Client extends OpenApi {
67664
67662
  */
67665
67663
  listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
67666
67664
  /**
67667
- * 查询DataWorks计量数据
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.
67668
67666
  *
67669
67667
  * @param request - ListMeasureDataRequest
67670
67668
  * @param runtime - runtime options for this request RuntimeOptions
@@ -67672,7 +67670,7 @@ export default class Client extends OpenApi {
67672
67670
  */
67673
67671
  listMeasureDataWithOptions(request: ListMeasureDataRequest, runtime: $Util.RuntimeOptions): Promise<ListMeasureDataResponse>;
67674
67672
  /**
67675
- * 查询DataWorks计量数据
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.
67676
67674
  *
67677
67675
  * @param request - ListMeasureDataRequest
67678
67676
  * @returns ListMeasureDataResponse
package/dist/client.js CHANGED
@@ -43376,7 +43376,7 @@ class Client extends openapi_client_1.default {
43376
43376
  return await this.listManualDagInstancesWithOptions(request, runtime);
43377
43377
  }
43378
43378
  /**
43379
- * 查询DataWorks计量数据
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
- * 查询DataWorks计量数据
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