@alicloud/dataworks-public20200518 4.4.5 → 4.4.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 +15 -9
- package/dist/client.js +19 -17
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +22 -26
package/dist/client.d.ts
CHANGED
|
@@ -763,6 +763,7 @@ export declare class CreateDataServiceApiRequest extends $tea.Model {
|
|
|
763
763
|
projectId?: number;
|
|
764
764
|
protocols?: string;
|
|
765
765
|
registrationDetails?: string;
|
|
766
|
+
requestContentType?: number;
|
|
766
767
|
requestMethod?: number;
|
|
767
768
|
resourceGroupId?: number;
|
|
768
769
|
responseContentType?: number;
|
|
@@ -12422,16 +12423,8 @@ export declare class GetBaselineKeyPathResponseBodyDataRuns extends $tea.Model {
|
|
|
12422
12423
|
beginRunningTime?: number;
|
|
12423
12424
|
beginWaitResTime?: number;
|
|
12424
12425
|
beginWaitTimeTime?: number;
|
|
12425
|
-
bizdate?: number;
|
|
12426
|
-
cycTime?: number;
|
|
12427
12426
|
endCast?: number;
|
|
12428
12427
|
finishTime?: number;
|
|
12429
|
-
inGroupId?: number;
|
|
12430
|
-
instanceId?: number;
|
|
12431
|
-
nodeId?: number;
|
|
12432
|
-
nodeName?: string;
|
|
12433
|
-
owner?: string;
|
|
12434
|
-
projectId?: number;
|
|
12435
12428
|
status?: string;
|
|
12436
12429
|
static names(): {
|
|
12437
12430
|
[key: string]: string;
|
|
@@ -12447,7 +12440,7 @@ export declare class GetBaselineKeyPathResponseBodyDataTopics extends $tea.Model
|
|
|
12447
12440
|
addTime?: number;
|
|
12448
12441
|
instanceId?: number;
|
|
12449
12442
|
topicId?: number;
|
|
12450
|
-
topicName?:
|
|
12443
|
+
topicName?: string;
|
|
12451
12444
|
static names(): {
|
|
12452
12445
|
[key: string]: string;
|
|
12453
12446
|
};
|
|
@@ -19090,7 +19083,20 @@ export default class Client extends OpenApi {
|
|
|
19090
19083
|
* @return UpdateConnectionResponse
|
|
19091
19084
|
*/
|
|
19092
19085
|
updateConnection(request: UpdateConnectionRequest): Promise<UpdateConnectionResponse>;
|
|
19086
|
+
/**
|
|
19087
|
+
* 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~~).
|
|
19088
|
+
*
|
|
19089
|
+
* @param request UpdateDIProjectConfigRequest
|
|
19090
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19091
|
+
* @return UpdateDIProjectConfigResponse
|
|
19092
|
+
*/
|
|
19093
19093
|
updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse>;
|
|
19094
|
+
/**
|
|
19095
|
+
* 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~~).
|
|
19096
|
+
*
|
|
19097
|
+
* @param request UpdateDIProjectConfigRequest
|
|
19098
|
+
* @return UpdateDIProjectConfigResponse
|
|
19099
|
+
*/
|
|
19094
19100
|
updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse>;
|
|
19095
19101
|
updateDISyncTaskWithOptions(request: UpdateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDISyncTaskResponse>;
|
|
19096
19102
|
updateDISyncTask(request: UpdateDISyncTaskRequest): Promise<UpdateDISyncTaskResponse>;
|
package/dist/client.js
CHANGED
|
@@ -1092,6 +1092,7 @@ class CreateDataServiceApiRequest extends $tea.Model {
|
|
|
1092
1092
|
projectId: 'ProjectId',
|
|
1093
1093
|
protocols: 'Protocols',
|
|
1094
1094
|
registrationDetails: 'RegistrationDetails',
|
|
1095
|
+
requestContentType: 'RequestContentType',
|
|
1095
1096
|
requestMethod: 'RequestMethod',
|
|
1096
1097
|
resourceGroupId: 'ResourceGroupId',
|
|
1097
1098
|
responseContentType: 'ResponseContentType',
|
|
@@ -1114,6 +1115,7 @@ class CreateDataServiceApiRequest extends $tea.Model {
|
|
|
1114
1115
|
projectId: 'number',
|
|
1115
1116
|
protocols: 'string',
|
|
1116
1117
|
registrationDetails: 'string',
|
|
1118
|
+
requestContentType: 'number',
|
|
1117
1119
|
requestMethod: 'number',
|
|
1118
1120
|
resourceGroupId: 'number',
|
|
1119
1121
|
responseContentType: 'number',
|
|
@@ -17534,16 +17536,8 @@ class GetBaselineKeyPathResponseBodyDataRuns extends $tea.Model {
|
|
|
17534
17536
|
beginRunningTime: 'BeginRunningTime',
|
|
17535
17537
|
beginWaitResTime: 'BeginWaitResTime',
|
|
17536
17538
|
beginWaitTimeTime: 'BeginWaitTimeTime',
|
|
17537
|
-
bizdate: 'Bizdate',
|
|
17538
|
-
cycTime: 'CycTime',
|
|
17539
17539
|
endCast: 'EndCast',
|
|
17540
17540
|
finishTime: 'FinishTime',
|
|
17541
|
-
inGroupId: 'InGroupId',
|
|
17542
|
-
instanceId: 'InstanceId',
|
|
17543
|
-
nodeId: 'NodeId',
|
|
17544
|
-
nodeName: 'NodeName',
|
|
17545
|
-
owner: 'Owner',
|
|
17546
|
-
projectId: 'ProjectId',
|
|
17547
17541
|
status: 'Status',
|
|
17548
17542
|
};
|
|
17549
17543
|
}
|
|
@@ -17554,16 +17548,8 @@ class GetBaselineKeyPathResponseBodyDataRuns extends $tea.Model {
|
|
|
17554
17548
|
beginRunningTime: 'number',
|
|
17555
17549
|
beginWaitResTime: 'number',
|
|
17556
17550
|
beginWaitTimeTime: 'number',
|
|
17557
|
-
bizdate: 'number',
|
|
17558
|
-
cycTime: 'number',
|
|
17559
17551
|
endCast: 'number',
|
|
17560
17552
|
finishTime: 'number',
|
|
17561
|
-
inGroupId: 'number',
|
|
17562
|
-
instanceId: 'number',
|
|
17563
|
-
nodeId: 'number',
|
|
17564
|
-
nodeName: 'string',
|
|
17565
|
-
owner: 'string',
|
|
17566
|
-
projectId: 'number',
|
|
17567
17553
|
status: 'string',
|
|
17568
17554
|
};
|
|
17569
17555
|
}
|
|
@@ -17586,7 +17572,7 @@ class GetBaselineKeyPathResponseBodyDataTopics extends $tea.Model {
|
|
|
17586
17572
|
addTime: 'number',
|
|
17587
17573
|
instanceId: 'number',
|
|
17588
17574
|
topicId: 'number',
|
|
17589
|
-
topicName: '
|
|
17575
|
+
topicName: 'string',
|
|
17590
17576
|
};
|
|
17591
17577
|
}
|
|
17592
17578
|
}
|
|
@@ -26847,6 +26833,9 @@ class Client extends openapi_client_1.default {
|
|
|
26847
26833
|
if (!tea_util_1.default.isUnset(request.registrationDetails)) {
|
|
26848
26834
|
body["RegistrationDetails"] = request.registrationDetails;
|
|
26849
26835
|
}
|
|
26836
|
+
if (!tea_util_1.default.isUnset(request.requestContentType)) {
|
|
26837
|
+
body["RequestContentType"] = request.requestContentType;
|
|
26838
|
+
}
|
|
26850
26839
|
if (!tea_util_1.default.isUnset(request.requestMethod)) {
|
|
26851
26840
|
body["RequestMethod"] = request.requestMethod;
|
|
26852
26841
|
}
|
|
@@ -35133,6 +35122,13 @@ class Client extends openapi_client_1.default {
|
|
|
35133
35122
|
let runtime = new $Util.RuntimeOptions({});
|
|
35134
35123
|
return await this.updateConnectionWithOptions(request, runtime);
|
|
35135
35124
|
}
|
|
35125
|
+
/**
|
|
35126
|
+
* 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~~).
|
|
35127
|
+
*
|
|
35128
|
+
* @param request UpdateDIProjectConfigRequest
|
|
35129
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
35130
|
+
* @return UpdateDIProjectConfigResponse
|
|
35131
|
+
*/
|
|
35136
35132
|
async updateDIProjectConfigWithOptions(request, runtime) {
|
|
35137
35133
|
tea_util_1.default.validateModel(request);
|
|
35138
35134
|
let query = {};
|
|
@@ -35164,6 +35160,12 @@ class Client extends openapi_client_1.default {
|
|
|
35164
35160
|
});
|
|
35165
35161
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
|
|
35166
35162
|
}
|
|
35163
|
+
/**
|
|
35164
|
+
* 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~~).
|
|
35165
|
+
*
|
|
35166
|
+
* @param request UpdateDIProjectConfigRequest
|
|
35167
|
+
* @return UpdateDIProjectConfigResponse
|
|
35168
|
+
*/
|
|
35167
35169
|
async updateDIProjectConfig(request) {
|
|
35168
35170
|
let runtime = new $Util.RuntimeOptions({});
|
|
35169
35171
|
return await this.updateDIProjectConfigWithOptions(request, runtime);
|