@alicloud/dataworks-public20200518 4.4.5 → 4.4.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
@@ -12422,16 +12422,8 @@ export declare class GetBaselineKeyPathResponseBodyDataRuns extends $tea.Model {
12422
12422
  beginRunningTime?: number;
12423
12423
  beginWaitResTime?: number;
12424
12424
  beginWaitTimeTime?: number;
12425
- bizdate?: number;
12426
- cycTime?: number;
12427
12425
  endCast?: number;
12428
12426
  finishTime?: number;
12429
- inGroupId?: number;
12430
- instanceId?: number;
12431
- nodeId?: number;
12432
- nodeName?: string;
12433
- owner?: string;
12434
- projectId?: number;
12435
12427
  status?: string;
12436
12428
  static names(): {
12437
12429
  [key: string]: string;
@@ -12447,7 +12439,7 @@ export declare class GetBaselineKeyPathResponseBodyDataTopics extends $tea.Model
12447
12439
  addTime?: number;
12448
12440
  instanceId?: number;
12449
12441
  topicId?: number;
12450
- topicName?: number;
12442
+ topicName?: string;
12451
12443
  static names(): {
12452
12444
  [key: string]: string;
12453
12445
  };
@@ -19090,7 +19082,20 @@ export default class Client extends OpenApi {
19090
19082
  * @return UpdateConnectionResponse
19091
19083
  */
19092
19084
  updateConnection(request: UpdateConnectionRequest): Promise<UpdateConnectionResponse>;
19085
+ /**
19086
+ * DataWorks allows you to specify a default global configuration only for the processing rules of DDL messages in synchronization solutions. After you configure the **processing rules of DDL messages** in synchronization solutions, the configuration is used as the default global configuration and applies to all real-time synchronization nodes in the solutions. You can modify the **processing rules of DDL messages** based on your business requirements. For more information about how to configure a synchronization solution, see [Synchronization solutions](~~199008~~).
19087
+ *
19088
+ * @param request UpdateDIProjectConfigRequest
19089
+ * @param runtime runtime options for this request RuntimeOptions
19090
+ * @return UpdateDIProjectConfigResponse
19091
+ */
19093
19092
  updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse>;
19093
+ /**
19094
+ * DataWorks allows you to specify a default global configuration only for the processing rules of DDL messages in synchronization solutions. After you configure the **processing rules of DDL messages** in synchronization solutions, the configuration is used as the default global configuration and applies to all real-time synchronization nodes in the solutions. You can modify the **processing rules of DDL messages** based on your business requirements. For more information about how to configure a synchronization solution, see [Synchronization solutions](~~199008~~).
19095
+ *
19096
+ * @param request UpdateDIProjectConfigRequest
19097
+ * @return UpdateDIProjectConfigResponse
19098
+ */
19094
19099
  updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse>;
19095
19100
  updateDISyncTaskWithOptions(request: UpdateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDISyncTaskResponse>;
19096
19101
  updateDISyncTask(request: UpdateDISyncTaskRequest): Promise<UpdateDISyncTaskResponse>;
package/dist/client.js CHANGED
@@ -17534,16 +17534,8 @@ class GetBaselineKeyPathResponseBodyDataRuns extends $tea.Model {
17534
17534
  beginRunningTime: 'BeginRunningTime',
17535
17535
  beginWaitResTime: 'BeginWaitResTime',
17536
17536
  beginWaitTimeTime: 'BeginWaitTimeTime',
17537
- bizdate: 'Bizdate',
17538
- cycTime: 'CycTime',
17539
17537
  endCast: 'EndCast',
17540
17538
  finishTime: 'FinishTime',
17541
- inGroupId: 'InGroupId',
17542
- instanceId: 'InstanceId',
17543
- nodeId: 'NodeId',
17544
- nodeName: 'NodeName',
17545
- owner: 'Owner',
17546
- projectId: 'ProjectId',
17547
17539
  status: 'Status',
17548
17540
  };
17549
17541
  }
@@ -17554,16 +17546,8 @@ class GetBaselineKeyPathResponseBodyDataRuns extends $tea.Model {
17554
17546
  beginRunningTime: 'number',
17555
17547
  beginWaitResTime: 'number',
17556
17548
  beginWaitTimeTime: 'number',
17557
- bizdate: 'number',
17558
- cycTime: 'number',
17559
17549
  endCast: 'number',
17560
17550
  finishTime: 'number',
17561
- inGroupId: 'number',
17562
- instanceId: 'number',
17563
- nodeId: 'number',
17564
- nodeName: 'string',
17565
- owner: 'string',
17566
- projectId: 'number',
17567
17551
  status: 'string',
17568
17552
  };
17569
17553
  }
@@ -17586,7 +17570,7 @@ class GetBaselineKeyPathResponseBodyDataTopics extends $tea.Model {
17586
17570
  addTime: 'number',
17587
17571
  instanceId: 'number',
17588
17572
  topicId: 'number',
17589
- topicName: 'number',
17573
+ topicName: 'string',
17590
17574
  };
17591
17575
  }
17592
17576
  }
@@ -35133,6 +35117,13 @@ class Client extends openapi_client_1.default {
35133
35117
  let runtime = new $Util.RuntimeOptions({});
35134
35118
  return await this.updateConnectionWithOptions(request, runtime);
35135
35119
  }
35120
+ /**
35121
+ * DataWorks allows you to specify a default global configuration only for the processing rules of DDL messages in synchronization solutions. After you configure the **processing rules of DDL messages** in synchronization solutions, the configuration is used as the default global configuration and applies to all real-time synchronization nodes in the solutions. You can modify the **processing rules of DDL messages** based on your business requirements. For more information about how to configure a synchronization solution, see [Synchronization solutions](~~199008~~).
35122
+ *
35123
+ * @param request UpdateDIProjectConfigRequest
35124
+ * @param runtime runtime options for this request RuntimeOptions
35125
+ * @return UpdateDIProjectConfigResponse
35126
+ */
35136
35127
  async updateDIProjectConfigWithOptions(request, runtime) {
35137
35128
  tea_util_1.default.validateModel(request);
35138
35129
  let query = {};
@@ -35164,6 +35155,12 @@ class Client extends openapi_client_1.default {
35164
35155
  });
35165
35156
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
35166
35157
  }
35158
+ /**
35159
+ * DataWorks allows you to specify a default global configuration only for the processing rules of DDL messages in synchronization solutions. After you configure the **processing rules of DDL messages** in synchronization solutions, the configuration is used as the default global configuration and applies to all real-time synchronization nodes in the solutions. You can modify the **processing rules of DDL messages** based on your business requirements. For more information about how to configure a synchronization solution, see [Synchronization solutions](~~199008~~).
35160
+ *
35161
+ * @param request UpdateDIProjectConfigRequest
35162
+ * @return UpdateDIProjectConfigResponse
35163
+ */
35167
35164
  async updateDIProjectConfig(request) {
35168
35165
  let runtime = new $Util.RuntimeOptions({});
35169
35166
  return await this.updateDIProjectConfigWithOptions(request, runtime);