@alicloud/dataworks-public20200518 4.4.4 → 4.4.5
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 +14 -13
- package/dist/client.js +70 -13
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +98 -13
package/dist/client.d.ts
CHANGED
|
@@ -1477,6 +1477,7 @@ export declare class CreateQualityEntityRequest extends $tea.Model {
|
|
|
1477
1477
|
entityLevel?: number;
|
|
1478
1478
|
envType?: string;
|
|
1479
1479
|
matchExpression?: string;
|
|
1480
|
+
projectId?: number;
|
|
1480
1481
|
projectName?: string;
|
|
1481
1482
|
tableName?: string;
|
|
1482
1483
|
static names(): {
|
|
@@ -1526,6 +1527,7 @@ export declare class CreateQualityFollowerRequest extends $tea.Model {
|
|
|
1526
1527
|
alarmMode?: number;
|
|
1527
1528
|
entityId?: number;
|
|
1528
1529
|
follower?: string;
|
|
1530
|
+
projectId?: number;
|
|
1529
1531
|
projectName?: string;
|
|
1530
1532
|
static names(): {
|
|
1531
1533
|
[key: string]: string;
|
|
@@ -1632,6 +1634,7 @@ export declare class CreateQualityRuleRequest extends $tea.Model {
|
|
|
1632
1634
|
methodName?: string;
|
|
1633
1635
|
operator?: string;
|
|
1634
1636
|
predictType?: number;
|
|
1637
|
+
projectId?: number;
|
|
1635
1638
|
projectName?: string;
|
|
1636
1639
|
property?: string;
|
|
1637
1640
|
propertyType?: string;
|
|
@@ -2590,6 +2593,7 @@ export declare class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
2590
2593
|
export declare class DeleteQualityEntityRequest extends $tea.Model {
|
|
2591
2594
|
entityId?: number;
|
|
2592
2595
|
envType?: string;
|
|
2596
|
+
projectId?: number;
|
|
2593
2597
|
projectName?: string;
|
|
2594
2598
|
static names(): {
|
|
2595
2599
|
[key: string]: string;
|
|
@@ -2636,6 +2640,7 @@ export declare class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
2636
2640
|
}
|
|
2637
2641
|
export declare class DeleteQualityFollowerRequest extends $tea.Model {
|
|
2638
2642
|
followerId?: number;
|
|
2643
|
+
projectId?: number;
|
|
2639
2644
|
projectName?: string;
|
|
2640
2645
|
static names(): {
|
|
2641
2646
|
[key: string]: string;
|
|
@@ -2733,6 +2738,7 @@ export declare class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
2733
2738
|
});
|
|
2734
2739
|
}
|
|
2735
2740
|
export declare class DeleteQualityRuleRequest extends $tea.Model {
|
|
2741
|
+
projectId?: number;
|
|
2736
2742
|
projectName?: string;
|
|
2737
2743
|
ruleId?: number;
|
|
2738
2744
|
static names(): {
|
|
@@ -6094,6 +6100,7 @@ export declare class GetProjectDetailResponse extends $tea.Model {
|
|
|
6094
6100
|
export declare class GetQualityEntityRequest extends $tea.Model {
|
|
6095
6101
|
envType?: string;
|
|
6096
6102
|
matchExpression?: string;
|
|
6103
|
+
projectId?: number;
|
|
6097
6104
|
projectName?: string;
|
|
6098
6105
|
tableName?: string;
|
|
6099
6106
|
static names(): {
|
|
@@ -6141,6 +6148,7 @@ export declare class GetQualityEntityResponse extends $tea.Model {
|
|
|
6141
6148
|
}
|
|
6142
6149
|
export declare class GetQualityFollowerRequest extends $tea.Model {
|
|
6143
6150
|
entityId?: number;
|
|
6151
|
+
projectId?: number;
|
|
6144
6152
|
projectName?: string;
|
|
6145
6153
|
static names(): {
|
|
6146
6154
|
[key: string]: string;
|
|
@@ -6186,6 +6194,7 @@ export declare class GetQualityFollowerResponse extends $tea.Model {
|
|
|
6186
6194
|
});
|
|
6187
6195
|
}
|
|
6188
6196
|
export declare class GetQualityRuleRequest extends $tea.Model {
|
|
6197
|
+
projectId?: number;
|
|
6189
6198
|
projectName?: string;
|
|
6190
6199
|
ruleId?: number;
|
|
6191
6200
|
static names(): {
|
|
@@ -8656,6 +8665,7 @@ export declare class ListQualityResultsByEntityRequest extends $tea.Model {
|
|
|
8656
8665
|
entityId?: number;
|
|
8657
8666
|
pageNumber?: number;
|
|
8658
8667
|
pageSize?: number;
|
|
8668
|
+
projectId?: number;
|
|
8659
8669
|
projectName?: string;
|
|
8660
8670
|
startDate?: string;
|
|
8661
8671
|
static names(): {
|
|
@@ -8705,6 +8715,7 @@ export declare class ListQualityResultsByRuleRequest extends $tea.Model {
|
|
|
8705
8715
|
endDate?: string;
|
|
8706
8716
|
pageNumber?: number;
|
|
8707
8717
|
pageSize?: number;
|
|
8718
|
+
projectId?: number;
|
|
8708
8719
|
projectName?: string;
|
|
8709
8720
|
ruleId?: number;
|
|
8710
8721
|
startDate?: string;
|
|
@@ -8755,6 +8766,7 @@ export declare class ListQualityRulesRequest extends $tea.Model {
|
|
|
8755
8766
|
entityId?: number;
|
|
8756
8767
|
pageNumber?: number;
|
|
8757
8768
|
pageSize?: number;
|
|
8769
|
+
projectId?: number;
|
|
8758
8770
|
projectName?: string;
|
|
8759
8771
|
static names(): {
|
|
8760
8772
|
[key: string]: string;
|
|
@@ -11569,6 +11581,7 @@ export declare class UpdateQualityFollowerRequest extends $tea.Model {
|
|
|
11569
11581
|
alarmMode?: number;
|
|
11570
11582
|
follower?: string;
|
|
11571
11583
|
followerId?: number;
|
|
11584
|
+
projectId?: number;
|
|
11572
11585
|
projectName?: string;
|
|
11573
11586
|
static names(): {
|
|
11574
11587
|
[key: string]: string;
|
|
@@ -11625,6 +11638,7 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
|
|
|
11625
11638
|
openSwitch?: boolean;
|
|
11626
11639
|
operator?: string;
|
|
11627
11640
|
predictType?: number;
|
|
11641
|
+
projectId?: number;
|
|
11628
11642
|
projectName?: string;
|
|
11629
11643
|
property?: string;
|
|
11630
11644
|
propertyType?: string;
|
|
@@ -19076,20 +19090,7 @@ export default class Client extends OpenApi {
|
|
|
19076
19090
|
* @return UpdateConnectionResponse
|
|
19077
19091
|
*/
|
|
19078
19092
|
updateConnection(request: UpdateConnectionRequest): Promise<UpdateConnectionResponse>;
|
|
19079
|
-
/**
|
|
19080
|
-
* 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~~).
|
|
19081
|
-
*
|
|
19082
|
-
* @param request UpdateDIProjectConfigRequest
|
|
19083
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
19084
|
-
* @return UpdateDIProjectConfigResponse
|
|
19085
|
-
*/
|
|
19086
19093
|
updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse>;
|
|
19087
|
-
/**
|
|
19088
|
-
* 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~~).
|
|
19089
|
-
*
|
|
19090
|
-
* @param request UpdateDIProjectConfigRequest
|
|
19091
|
-
* @return UpdateDIProjectConfigResponse
|
|
19092
|
-
*/
|
|
19093
19094
|
updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse>;
|
|
19094
19095
|
updateDISyncTaskWithOptions(request: UpdateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDISyncTaskResponse>;
|
|
19095
19096
|
updateDISyncTask(request: UpdateDISyncTaskRequest): Promise<UpdateDISyncTaskResponse>;
|
package/dist/client.js
CHANGED
|
@@ -2126,6 +2126,7 @@ class CreateQualityEntityRequest extends $tea.Model {
|
|
|
2126
2126
|
entityLevel: 'EntityLevel',
|
|
2127
2127
|
envType: 'EnvType',
|
|
2128
2128
|
matchExpression: 'MatchExpression',
|
|
2129
|
+
projectId: 'ProjectId',
|
|
2129
2130
|
projectName: 'ProjectName',
|
|
2130
2131
|
tableName: 'TableName',
|
|
2131
2132
|
};
|
|
@@ -2135,6 +2136,7 @@ class CreateQualityEntityRequest extends $tea.Model {
|
|
|
2135
2136
|
entityLevel: 'number',
|
|
2136
2137
|
envType: 'string',
|
|
2137
2138
|
matchExpression: 'string',
|
|
2139
|
+
projectId: 'number',
|
|
2138
2140
|
projectName: 'string',
|
|
2139
2141
|
tableName: 'string',
|
|
2140
2142
|
};
|
|
@@ -2196,6 +2198,7 @@ class CreateQualityFollowerRequest extends $tea.Model {
|
|
|
2196
2198
|
alarmMode: 'AlarmMode',
|
|
2197
2199
|
entityId: 'EntityId',
|
|
2198
2200
|
follower: 'Follower',
|
|
2201
|
+
projectId: 'ProjectId',
|
|
2199
2202
|
projectName: 'ProjectName',
|
|
2200
2203
|
};
|
|
2201
2204
|
}
|
|
@@ -2204,6 +2207,7 @@ class CreateQualityFollowerRequest extends $tea.Model {
|
|
|
2204
2207
|
alarmMode: 'number',
|
|
2205
2208
|
entityId: 'number',
|
|
2206
2209
|
follower: 'string',
|
|
2210
|
+
projectId: 'number',
|
|
2207
2211
|
projectName: 'string',
|
|
2208
2212
|
};
|
|
2209
2213
|
}
|
|
@@ -2346,6 +2350,7 @@ class CreateQualityRuleRequest extends $tea.Model {
|
|
|
2346
2350
|
methodName: 'MethodName',
|
|
2347
2351
|
operator: 'Operator',
|
|
2348
2352
|
predictType: 'PredictType',
|
|
2353
|
+
projectId: 'ProjectId',
|
|
2349
2354
|
projectName: 'ProjectName',
|
|
2350
2355
|
property: 'Property',
|
|
2351
2356
|
propertyType: 'PropertyType',
|
|
@@ -2368,6 +2373,7 @@ class CreateQualityRuleRequest extends $tea.Model {
|
|
|
2368
2373
|
methodName: 'string',
|
|
2369
2374
|
operator: 'string',
|
|
2370
2375
|
predictType: 'number',
|
|
2376
|
+
projectId: 'number',
|
|
2371
2377
|
projectName: 'string',
|
|
2372
2378
|
property: 'string',
|
|
2373
2379
|
propertyType: 'string',
|
|
@@ -3709,6 +3715,7 @@ class DeleteQualityEntityRequest extends $tea.Model {
|
|
|
3709
3715
|
return {
|
|
3710
3716
|
entityId: 'EntityId',
|
|
3711
3717
|
envType: 'EnvType',
|
|
3718
|
+
projectId: 'ProjectId',
|
|
3712
3719
|
projectName: 'ProjectName',
|
|
3713
3720
|
};
|
|
3714
3721
|
}
|
|
@@ -3716,6 +3723,7 @@ class DeleteQualityEntityRequest extends $tea.Model {
|
|
|
3716
3723
|
return {
|
|
3717
3724
|
entityId: 'number',
|
|
3718
3725
|
envType: 'string',
|
|
3726
|
+
projectId: 'number',
|
|
3719
3727
|
projectName: 'string',
|
|
3720
3728
|
};
|
|
3721
3729
|
}
|
|
@@ -3774,12 +3782,14 @@ class DeleteQualityFollowerRequest extends $tea.Model {
|
|
|
3774
3782
|
static names() {
|
|
3775
3783
|
return {
|
|
3776
3784
|
followerId: 'FollowerId',
|
|
3785
|
+
projectId: 'ProjectId',
|
|
3777
3786
|
projectName: 'ProjectName',
|
|
3778
3787
|
};
|
|
3779
3788
|
}
|
|
3780
3789
|
static types() {
|
|
3781
3790
|
return {
|
|
3782
3791
|
followerId: 'number',
|
|
3792
|
+
projectId: 'number',
|
|
3783
3793
|
projectName: 'string',
|
|
3784
3794
|
};
|
|
3785
3795
|
}
|
|
@@ -3913,12 +3923,14 @@ class DeleteQualityRuleRequest extends $tea.Model {
|
|
|
3913
3923
|
}
|
|
3914
3924
|
static names() {
|
|
3915
3925
|
return {
|
|
3926
|
+
projectId: 'ProjectId',
|
|
3916
3927
|
projectName: 'ProjectName',
|
|
3917
3928
|
ruleId: 'RuleId',
|
|
3918
3929
|
};
|
|
3919
3930
|
}
|
|
3920
3931
|
static types() {
|
|
3921
3932
|
return {
|
|
3933
|
+
projectId: 'number',
|
|
3922
3934
|
projectName: 'string',
|
|
3923
3935
|
ruleId: 'number',
|
|
3924
3936
|
};
|
|
@@ -8581,6 +8593,7 @@ class GetQualityEntityRequest extends $tea.Model {
|
|
|
8581
8593
|
return {
|
|
8582
8594
|
envType: 'EnvType',
|
|
8583
8595
|
matchExpression: 'MatchExpression',
|
|
8596
|
+
projectId: 'ProjectId',
|
|
8584
8597
|
projectName: 'ProjectName',
|
|
8585
8598
|
tableName: 'TableName',
|
|
8586
8599
|
};
|
|
@@ -8589,6 +8602,7 @@ class GetQualityEntityRequest extends $tea.Model {
|
|
|
8589
8602
|
return {
|
|
8590
8603
|
envType: 'string',
|
|
8591
8604
|
matchExpression: 'string',
|
|
8605
|
+
projectId: 'number',
|
|
8592
8606
|
projectName: 'string',
|
|
8593
8607
|
tableName: 'string',
|
|
8594
8608
|
};
|
|
@@ -8648,12 +8662,14 @@ class GetQualityFollowerRequest extends $tea.Model {
|
|
|
8648
8662
|
static names() {
|
|
8649
8663
|
return {
|
|
8650
8664
|
entityId: 'EntityId',
|
|
8665
|
+
projectId: 'ProjectId',
|
|
8651
8666
|
projectName: 'ProjectName',
|
|
8652
8667
|
};
|
|
8653
8668
|
}
|
|
8654
8669
|
static types() {
|
|
8655
8670
|
return {
|
|
8656
8671
|
entityId: 'number',
|
|
8672
|
+
projectId: 'number',
|
|
8657
8673
|
projectName: 'string',
|
|
8658
8674
|
};
|
|
8659
8675
|
}
|
|
@@ -8711,12 +8727,14 @@ class GetQualityRuleRequest extends $tea.Model {
|
|
|
8711
8727
|
}
|
|
8712
8728
|
static names() {
|
|
8713
8729
|
return {
|
|
8730
|
+
projectId: 'ProjectId',
|
|
8714
8731
|
projectName: 'ProjectName',
|
|
8715
8732
|
ruleId: 'RuleId',
|
|
8716
8733
|
};
|
|
8717
8734
|
}
|
|
8718
8735
|
static types() {
|
|
8719
8736
|
return {
|
|
8737
|
+
projectId: 'number',
|
|
8720
8738
|
projectName: 'string',
|
|
8721
8739
|
ruleId: 'number',
|
|
8722
8740
|
};
|
|
@@ -12179,6 +12197,7 @@ class ListQualityResultsByEntityRequest extends $tea.Model {
|
|
|
12179
12197
|
entityId: 'EntityId',
|
|
12180
12198
|
pageNumber: 'PageNumber',
|
|
12181
12199
|
pageSize: 'PageSize',
|
|
12200
|
+
projectId: 'ProjectId',
|
|
12182
12201
|
projectName: 'ProjectName',
|
|
12183
12202
|
startDate: 'StartDate',
|
|
12184
12203
|
};
|
|
@@ -12189,6 +12208,7 @@ class ListQualityResultsByEntityRequest extends $tea.Model {
|
|
|
12189
12208
|
entityId: 'number',
|
|
12190
12209
|
pageNumber: 'number',
|
|
12191
12210
|
pageSize: 'number',
|
|
12211
|
+
projectId: 'number',
|
|
12192
12212
|
projectName: 'string',
|
|
12193
12213
|
startDate: 'string',
|
|
12194
12214
|
};
|
|
@@ -12250,6 +12270,7 @@ class ListQualityResultsByRuleRequest extends $tea.Model {
|
|
|
12250
12270
|
endDate: 'EndDate',
|
|
12251
12271
|
pageNumber: 'PageNumber',
|
|
12252
12272
|
pageSize: 'PageSize',
|
|
12273
|
+
projectId: 'ProjectId',
|
|
12253
12274
|
projectName: 'ProjectName',
|
|
12254
12275
|
ruleId: 'RuleId',
|
|
12255
12276
|
startDate: 'StartDate',
|
|
@@ -12260,6 +12281,7 @@ class ListQualityResultsByRuleRequest extends $tea.Model {
|
|
|
12260
12281
|
endDate: 'string',
|
|
12261
12282
|
pageNumber: 'number',
|
|
12262
12283
|
pageSize: 'number',
|
|
12284
|
+
projectId: 'number',
|
|
12263
12285
|
projectName: 'string',
|
|
12264
12286
|
ruleId: 'number',
|
|
12265
12287
|
startDate: 'string',
|
|
@@ -12322,6 +12344,7 @@ class ListQualityRulesRequest extends $tea.Model {
|
|
|
12322
12344
|
entityId: 'EntityId',
|
|
12323
12345
|
pageNumber: 'PageNumber',
|
|
12324
12346
|
pageSize: 'PageSize',
|
|
12347
|
+
projectId: 'ProjectId',
|
|
12325
12348
|
projectName: 'ProjectName',
|
|
12326
12349
|
};
|
|
12327
12350
|
}
|
|
@@ -12330,6 +12353,7 @@ class ListQualityRulesRequest extends $tea.Model {
|
|
|
12330
12353
|
entityId: 'number',
|
|
12331
12354
|
pageNumber: 'number',
|
|
12332
12355
|
pageSize: 'number',
|
|
12356
|
+
projectId: 'number',
|
|
12333
12357
|
projectName: 'string',
|
|
12334
12358
|
};
|
|
12335
12359
|
}
|
|
@@ -16270,6 +16294,7 @@ class UpdateQualityFollowerRequest extends $tea.Model {
|
|
|
16270
16294
|
alarmMode: 'AlarmMode',
|
|
16271
16295
|
follower: 'Follower',
|
|
16272
16296
|
followerId: 'FollowerId',
|
|
16297
|
+
projectId: 'ProjectId',
|
|
16273
16298
|
projectName: 'ProjectName',
|
|
16274
16299
|
};
|
|
16275
16300
|
}
|
|
@@ -16278,6 +16303,7 @@ class UpdateQualityFollowerRequest extends $tea.Model {
|
|
|
16278
16303
|
alarmMode: 'number',
|
|
16279
16304
|
follower: 'string',
|
|
16280
16305
|
followerId: 'number',
|
|
16306
|
+
projectId: 'number',
|
|
16281
16307
|
projectName: 'string',
|
|
16282
16308
|
};
|
|
16283
16309
|
}
|
|
@@ -16346,6 +16372,7 @@ class UpdateQualityRuleRequest extends $tea.Model {
|
|
|
16346
16372
|
openSwitch: 'OpenSwitch',
|
|
16347
16373
|
operator: 'Operator',
|
|
16348
16374
|
predictType: 'PredictType',
|
|
16375
|
+
projectId: 'ProjectId',
|
|
16349
16376
|
projectName: 'ProjectName',
|
|
16350
16377
|
property: 'Property',
|
|
16351
16378
|
propertyType: 'PropertyType',
|
|
@@ -16370,6 +16397,7 @@ class UpdateQualityRuleRequest extends $tea.Model {
|
|
|
16370
16397
|
openSwitch: 'boolean',
|
|
16371
16398
|
operator: 'string',
|
|
16372
16399
|
predictType: 'number',
|
|
16400
|
+
projectId: 'number',
|
|
16373
16401
|
projectName: 'string',
|
|
16374
16402
|
property: 'string',
|
|
16375
16403
|
propertyType: 'string',
|
|
@@ -27604,6 +27632,9 @@ class Client extends openapi_client_1.default {
|
|
|
27604
27632
|
if (!tea_util_1.default.isUnset(request.matchExpression)) {
|
|
27605
27633
|
body["MatchExpression"] = request.matchExpression;
|
|
27606
27634
|
}
|
|
27635
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
27636
|
+
body["ProjectId"] = request.projectId;
|
|
27637
|
+
}
|
|
27607
27638
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
27608
27639
|
body["ProjectName"] = request.projectName;
|
|
27609
27640
|
}
|
|
@@ -27642,6 +27673,9 @@ class Client extends openapi_client_1.default {
|
|
|
27642
27673
|
if (!tea_util_1.default.isUnset(request.follower)) {
|
|
27643
27674
|
body["Follower"] = request.follower;
|
|
27644
27675
|
}
|
|
27676
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
27677
|
+
body["ProjectId"] = request.projectId;
|
|
27678
|
+
}
|
|
27645
27679
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
27646
27680
|
body["ProjectName"] = request.projectName;
|
|
27647
27681
|
}
|
|
@@ -27742,6 +27776,9 @@ class Client extends openapi_client_1.default {
|
|
|
27742
27776
|
if (!tea_util_1.default.isUnset(request.predictType)) {
|
|
27743
27777
|
body["PredictType"] = request.predictType;
|
|
27744
27778
|
}
|
|
27779
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
27780
|
+
body["ProjectId"] = request.projectId;
|
|
27781
|
+
}
|
|
27745
27782
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
27746
27783
|
body["ProjectName"] = request.projectName;
|
|
27747
27784
|
}
|
|
@@ -28510,6 +28547,9 @@ class Client extends openapi_client_1.default {
|
|
|
28510
28547
|
if (!tea_util_1.default.isUnset(request.envType)) {
|
|
28511
28548
|
body["EnvType"] = request.envType;
|
|
28512
28549
|
}
|
|
28550
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
28551
|
+
body["ProjectId"] = request.projectId;
|
|
28552
|
+
}
|
|
28513
28553
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
28514
28554
|
body["ProjectName"] = request.projectName;
|
|
28515
28555
|
}
|
|
@@ -28546,6 +28586,9 @@ class Client extends openapi_client_1.default {
|
|
|
28546
28586
|
if (!tea_util_1.default.isUnset(request.followerId)) {
|
|
28547
28587
|
body["FollowerId"] = request.followerId;
|
|
28548
28588
|
}
|
|
28589
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
28590
|
+
body["ProjectId"] = request.projectId;
|
|
28591
|
+
}
|
|
28549
28592
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
28550
28593
|
body["ProjectName"] = request.projectName;
|
|
28551
28594
|
}
|
|
@@ -28625,6 +28668,9 @@ class Client extends openapi_client_1.default {
|
|
|
28625
28668
|
async deleteQualityRuleWithOptions(request, runtime) {
|
|
28626
28669
|
tea_util_1.default.validateModel(request);
|
|
28627
28670
|
let body = {};
|
|
28671
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
28672
|
+
body["ProjectId"] = request.projectId;
|
|
28673
|
+
}
|
|
28628
28674
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
28629
28675
|
body["ProjectName"] = request.projectName;
|
|
28630
28676
|
}
|
|
@@ -31134,6 +31180,9 @@ class Client extends openapi_client_1.default {
|
|
|
31134
31180
|
if (!tea_util_1.default.isUnset(request.matchExpression)) {
|
|
31135
31181
|
body["MatchExpression"] = request.matchExpression;
|
|
31136
31182
|
}
|
|
31183
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
31184
|
+
body["ProjectId"] = request.projectId;
|
|
31185
|
+
}
|
|
31137
31186
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
31138
31187
|
body["ProjectName"] = request.projectName;
|
|
31139
31188
|
}
|
|
@@ -31166,6 +31215,9 @@ class Client extends openapi_client_1.default {
|
|
|
31166
31215
|
if (!tea_util_1.default.isUnset(request.entityId)) {
|
|
31167
31216
|
body["EntityId"] = request.entityId;
|
|
31168
31217
|
}
|
|
31218
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
31219
|
+
body["ProjectId"] = request.projectId;
|
|
31220
|
+
}
|
|
31169
31221
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
31170
31222
|
body["ProjectName"] = request.projectName;
|
|
31171
31223
|
}
|
|
@@ -31192,6 +31244,9 @@ class Client extends openapi_client_1.default {
|
|
|
31192
31244
|
async getQualityRuleWithOptions(request, runtime) {
|
|
31193
31245
|
tea_util_1.default.validateModel(request);
|
|
31194
31246
|
let body = {};
|
|
31247
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
31248
|
+
body["ProjectId"] = request.projectId;
|
|
31249
|
+
}
|
|
31195
31250
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
31196
31251
|
body["ProjectName"] = request.projectName;
|
|
31197
31252
|
}
|
|
@@ -33254,6 +33309,9 @@ class Client extends openapi_client_1.default {
|
|
|
33254
33309
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
33255
33310
|
body["PageSize"] = request.pageSize;
|
|
33256
33311
|
}
|
|
33312
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
33313
|
+
body["ProjectId"] = request.projectId;
|
|
33314
|
+
}
|
|
33257
33315
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
33258
33316
|
body["ProjectName"] = request.projectName;
|
|
33259
33317
|
}
|
|
@@ -33298,6 +33356,9 @@ class Client extends openapi_client_1.default {
|
|
|
33298
33356
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
33299
33357
|
body["PageSize"] = request.pageSize;
|
|
33300
33358
|
}
|
|
33359
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
33360
|
+
body["ProjectId"] = request.projectId;
|
|
33361
|
+
}
|
|
33301
33362
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
33302
33363
|
body["ProjectName"] = request.projectName;
|
|
33303
33364
|
}
|
|
@@ -33339,6 +33400,9 @@ class Client extends openapi_client_1.default {
|
|
|
33339
33400
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
33340
33401
|
body["PageSize"] = request.pageSize;
|
|
33341
33402
|
}
|
|
33403
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
33404
|
+
body["ProjectId"] = request.projectId;
|
|
33405
|
+
}
|
|
33342
33406
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
33343
33407
|
body["ProjectName"] = request.projectName;
|
|
33344
33408
|
}
|
|
@@ -35069,13 +35133,6 @@ class Client extends openapi_client_1.default {
|
|
|
35069
35133
|
let runtime = new $Util.RuntimeOptions({});
|
|
35070
35134
|
return await this.updateConnectionWithOptions(request, runtime);
|
|
35071
35135
|
}
|
|
35072
|
-
/**
|
|
35073
|
-
* 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~~).
|
|
35074
|
-
*
|
|
35075
|
-
* @param request UpdateDIProjectConfigRequest
|
|
35076
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
35077
|
-
* @return UpdateDIProjectConfigResponse
|
|
35078
|
-
*/
|
|
35079
35136
|
async updateDIProjectConfigWithOptions(request, runtime) {
|
|
35080
35137
|
tea_util_1.default.validateModel(request);
|
|
35081
35138
|
let query = {};
|
|
@@ -35107,12 +35164,6 @@ class Client extends openapi_client_1.default {
|
|
|
35107
35164
|
});
|
|
35108
35165
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
|
|
35109
35166
|
}
|
|
35110
|
-
/**
|
|
35111
|
-
* 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~~).
|
|
35112
|
-
*
|
|
35113
|
-
* @param request UpdateDIProjectConfigRequest
|
|
35114
|
-
* @return UpdateDIProjectConfigResponse
|
|
35115
|
-
*/
|
|
35116
35167
|
async updateDIProjectConfig(request) {
|
|
35117
35168
|
let runtime = new $Util.RuntimeOptions({});
|
|
35118
35169
|
return await this.updateDIProjectConfigWithOptions(request, runtime);
|
|
@@ -35693,6 +35744,9 @@ class Client extends openapi_client_1.default {
|
|
|
35693
35744
|
if (!tea_util_1.default.isUnset(request.followerId)) {
|
|
35694
35745
|
body["FollowerId"] = request.followerId;
|
|
35695
35746
|
}
|
|
35747
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
35748
|
+
body["ProjectId"] = request.projectId;
|
|
35749
|
+
}
|
|
35696
35750
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
35697
35751
|
body["ProjectName"] = request.projectName;
|
|
35698
35752
|
}
|
|
@@ -35752,6 +35806,9 @@ class Client extends openapi_client_1.default {
|
|
|
35752
35806
|
if (!tea_util_1.default.isUnset(request.predictType)) {
|
|
35753
35807
|
body["PredictType"] = request.predictType;
|
|
35754
35808
|
}
|
|
35809
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
35810
|
+
body["ProjectId"] = request.projectId;
|
|
35811
|
+
}
|
|
35755
35812
|
if (!tea_util_1.default.isUnset(request.projectName)) {
|
|
35756
35813
|
body["ProjectName"] = request.projectName;
|
|
35757
35814
|
}
|