@alicloud/dataworks-public20200518 4.3.9 → 4.3.10
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 +159 -151
- package/dist/client.js +310 -279
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +389 -345
package/dist/client.d.ts
CHANGED
|
@@ -1529,6 +1529,7 @@ export declare class CreateTableRequest extends $tea.Model {
|
|
|
1529
1529
|
ownerId?: string;
|
|
1530
1530
|
physicsLevelId?: number;
|
|
1531
1531
|
projectId?: number;
|
|
1532
|
+
schema?: string;
|
|
1532
1533
|
tableName?: string;
|
|
1533
1534
|
themes?: CreateTableRequestThemes[];
|
|
1534
1535
|
visibility?: number;
|
|
@@ -2455,6 +2456,7 @@ export declare class DeleteTableRequest extends $tea.Model {
|
|
|
2455
2456
|
appGuid?: string;
|
|
2456
2457
|
envType?: number;
|
|
2457
2458
|
projectId?: number;
|
|
2459
|
+
schema?: string;
|
|
2458
2460
|
tableName?: string;
|
|
2459
2461
|
static names(): {
|
|
2460
2462
|
[key: string]: string;
|
|
@@ -3673,51 +3675,6 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3673
3675
|
[key: string]: any;
|
|
3674
3676
|
});
|
|
3675
3677
|
}
|
|
3676
|
-
export declare class GetDutyRosterRequest extends $tea.Model {
|
|
3677
|
-
beginTime?: number;
|
|
3678
|
-
dutyRosterIdentifier?: string;
|
|
3679
|
-
endTime?: number;
|
|
3680
|
-
userType?: string;
|
|
3681
|
-
watchkeeper?: string;
|
|
3682
|
-
static names(): {
|
|
3683
|
-
[key: string]: string;
|
|
3684
|
-
};
|
|
3685
|
-
static types(): {
|
|
3686
|
-
[key: string]: any;
|
|
3687
|
-
};
|
|
3688
|
-
constructor(map?: {
|
|
3689
|
-
[key: string]: any;
|
|
3690
|
-
});
|
|
3691
|
-
}
|
|
3692
|
-
export declare class GetDutyRosterResponseBody extends $tea.Model {
|
|
3693
|
-
paging?: GetDutyRosterResponseBodyPaging;
|
|
3694
|
-
requestId?: string;
|
|
3695
|
-
static names(): {
|
|
3696
|
-
[key: string]: string;
|
|
3697
|
-
};
|
|
3698
|
-
static types(): {
|
|
3699
|
-
[key: string]: any;
|
|
3700
|
-
};
|
|
3701
|
-
constructor(map?: {
|
|
3702
|
-
[key: string]: any;
|
|
3703
|
-
});
|
|
3704
|
-
}
|
|
3705
|
-
export declare class GetDutyRosterResponse extends $tea.Model {
|
|
3706
|
-
headers: {
|
|
3707
|
-
[key: string]: string;
|
|
3708
|
-
};
|
|
3709
|
-
statusCode: number;
|
|
3710
|
-
body: GetDutyRosterResponseBody;
|
|
3711
|
-
static names(): {
|
|
3712
|
-
[key: string]: string;
|
|
3713
|
-
};
|
|
3714
|
-
static types(): {
|
|
3715
|
-
[key: string]: any;
|
|
3716
|
-
};
|
|
3717
|
-
constructor(map?: {
|
|
3718
|
-
[key: string]: any;
|
|
3719
|
-
});
|
|
3720
|
-
}
|
|
3721
3678
|
export declare class GetExtensionRequest extends $tea.Model {
|
|
3722
3679
|
extensionCode?: string;
|
|
3723
3680
|
static names(): {
|
|
@@ -7017,50 +6974,6 @@ export declare class ListDeploymentsResponse extends $tea.Model {
|
|
|
7017
6974
|
[key: string]: any;
|
|
7018
6975
|
});
|
|
7019
6976
|
}
|
|
7020
|
-
export declare class ListDutyRostersRequest extends $tea.Model {
|
|
7021
|
-
dutyRosterName?: string;
|
|
7022
|
-
dutyRosterOwner?: string;
|
|
7023
|
-
pageNumber?: number;
|
|
7024
|
-
pageSize?: number;
|
|
7025
|
-
static names(): {
|
|
7026
|
-
[key: string]: string;
|
|
7027
|
-
};
|
|
7028
|
-
static types(): {
|
|
7029
|
-
[key: string]: any;
|
|
7030
|
-
};
|
|
7031
|
-
constructor(map?: {
|
|
7032
|
-
[key: string]: any;
|
|
7033
|
-
});
|
|
7034
|
-
}
|
|
7035
|
-
export declare class ListDutyRostersResponseBody extends $tea.Model {
|
|
7036
|
-
paging?: ListDutyRostersResponseBodyPaging;
|
|
7037
|
-
requestId?: string;
|
|
7038
|
-
static names(): {
|
|
7039
|
-
[key: string]: string;
|
|
7040
|
-
};
|
|
7041
|
-
static types(): {
|
|
7042
|
-
[key: string]: any;
|
|
7043
|
-
};
|
|
7044
|
-
constructor(map?: {
|
|
7045
|
-
[key: string]: any;
|
|
7046
|
-
});
|
|
7047
|
-
}
|
|
7048
|
-
export declare class ListDutyRostersResponse extends $tea.Model {
|
|
7049
|
-
headers: {
|
|
7050
|
-
[key: string]: string;
|
|
7051
|
-
};
|
|
7052
|
-
statusCode: number;
|
|
7053
|
-
body: ListDutyRostersResponseBody;
|
|
7054
|
-
static names(): {
|
|
7055
|
-
[key: string]: string;
|
|
7056
|
-
};
|
|
7057
|
-
static types(): {
|
|
7058
|
-
[key: string]: any;
|
|
7059
|
-
};
|
|
7060
|
-
constructor(map?: {
|
|
7061
|
-
[key: string]: any;
|
|
7062
|
-
});
|
|
7063
|
-
}
|
|
7064
6977
|
export declare class ListExtensionsRequest extends $tea.Model {
|
|
7065
6978
|
pageNumber?: number;
|
|
7066
6979
|
pageSize?: number;
|
|
@@ -8373,6 +8286,95 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
|
|
|
8373
8286
|
[key: string]: any;
|
|
8374
8287
|
});
|
|
8375
8288
|
}
|
|
8289
|
+
export declare class ListShiftPersonnelsRequest extends $tea.Model {
|
|
8290
|
+
beginTime?: number;
|
|
8291
|
+
endTime?: number;
|
|
8292
|
+
shiftPersonUID?: string;
|
|
8293
|
+
shiftScheduleIdentifier?: string;
|
|
8294
|
+
userType?: string;
|
|
8295
|
+
static names(): {
|
|
8296
|
+
[key: string]: string;
|
|
8297
|
+
};
|
|
8298
|
+
static types(): {
|
|
8299
|
+
[key: string]: any;
|
|
8300
|
+
};
|
|
8301
|
+
constructor(map?: {
|
|
8302
|
+
[key: string]: any;
|
|
8303
|
+
});
|
|
8304
|
+
}
|
|
8305
|
+
export declare class ListShiftPersonnelsResponseBody extends $tea.Model {
|
|
8306
|
+
paging?: ListShiftPersonnelsResponseBodyPaging;
|
|
8307
|
+
requestId?: string;
|
|
8308
|
+
static names(): {
|
|
8309
|
+
[key: string]: string;
|
|
8310
|
+
};
|
|
8311
|
+
static types(): {
|
|
8312
|
+
[key: string]: any;
|
|
8313
|
+
};
|
|
8314
|
+
constructor(map?: {
|
|
8315
|
+
[key: string]: any;
|
|
8316
|
+
});
|
|
8317
|
+
}
|
|
8318
|
+
export declare class ListShiftPersonnelsResponse extends $tea.Model {
|
|
8319
|
+
headers: {
|
|
8320
|
+
[key: string]: string;
|
|
8321
|
+
};
|
|
8322
|
+
statusCode: number;
|
|
8323
|
+
body: ListShiftPersonnelsResponseBody;
|
|
8324
|
+
static names(): {
|
|
8325
|
+
[key: string]: string;
|
|
8326
|
+
};
|
|
8327
|
+
static types(): {
|
|
8328
|
+
[key: string]: any;
|
|
8329
|
+
};
|
|
8330
|
+
constructor(map?: {
|
|
8331
|
+
[key: string]: any;
|
|
8332
|
+
});
|
|
8333
|
+
}
|
|
8334
|
+
export declare class ListShiftSchedulesRequest extends $tea.Model {
|
|
8335
|
+
owner?: string;
|
|
8336
|
+
pageNumber?: number;
|
|
8337
|
+
pageSize?: number;
|
|
8338
|
+
shiftScheduleName?: string;
|
|
8339
|
+
static names(): {
|
|
8340
|
+
[key: string]: string;
|
|
8341
|
+
};
|
|
8342
|
+
static types(): {
|
|
8343
|
+
[key: string]: any;
|
|
8344
|
+
};
|
|
8345
|
+
constructor(map?: {
|
|
8346
|
+
[key: string]: any;
|
|
8347
|
+
});
|
|
8348
|
+
}
|
|
8349
|
+
export declare class ListShiftSchedulesResponseBody extends $tea.Model {
|
|
8350
|
+
paging?: ListShiftSchedulesResponseBodyPaging;
|
|
8351
|
+
requestId?: string;
|
|
8352
|
+
static names(): {
|
|
8353
|
+
[key: string]: string;
|
|
8354
|
+
};
|
|
8355
|
+
static types(): {
|
|
8356
|
+
[key: string]: any;
|
|
8357
|
+
};
|
|
8358
|
+
constructor(map?: {
|
|
8359
|
+
[key: string]: any;
|
|
8360
|
+
});
|
|
8361
|
+
}
|
|
8362
|
+
export declare class ListShiftSchedulesResponse extends $tea.Model {
|
|
8363
|
+
headers: {
|
|
8364
|
+
[key: string]: string;
|
|
8365
|
+
};
|
|
8366
|
+
statusCode: number;
|
|
8367
|
+
body: ListShiftSchedulesResponseBody;
|
|
8368
|
+
static names(): {
|
|
8369
|
+
[key: string]: string;
|
|
8370
|
+
};
|
|
8371
|
+
static types(): {
|
|
8372
|
+
[key: string]: any;
|
|
8373
|
+
};
|
|
8374
|
+
constructor(map?: {
|
|
8375
|
+
[key: string]: any;
|
|
8376
|
+
});
|
|
8377
|
+
}
|
|
8376
8378
|
export declare class ListSuccessInstanceAmountRequest extends $tea.Model {
|
|
8377
8379
|
projectId?: number;
|
|
8378
8380
|
static names(): {
|
|
@@ -9220,6 +9222,7 @@ export declare class SearchMetaTablesRequest extends $tea.Model {
|
|
|
9220
9222
|
keyword?: string;
|
|
9221
9223
|
pageNumber?: number;
|
|
9222
9224
|
pageSize?: number;
|
|
9225
|
+
schema?: string;
|
|
9223
9226
|
static names(): {
|
|
9224
9227
|
[key: string]: string;
|
|
9225
9228
|
};
|
|
@@ -10403,6 +10406,7 @@ export declare class UpdateMetaTableRequest extends $tea.Model {
|
|
|
10403
10406
|
newOwnerId?: string;
|
|
10404
10407
|
projectId?: number;
|
|
10405
10408
|
removedLabels?: string;
|
|
10409
|
+
schema?: string;
|
|
10406
10410
|
tableGuid?: string;
|
|
10407
10411
|
tableName?: string;
|
|
10408
10412
|
visibility?: number;
|
|
@@ -10763,6 +10767,7 @@ export declare class UpdateTableRequest extends $tea.Model {
|
|
|
10763
10767
|
ownerId?: string;
|
|
10764
10768
|
physicsLevelId?: number;
|
|
10765
10769
|
projectId?: number;
|
|
10770
|
+
schema?: string;
|
|
10766
10771
|
tableName?: string;
|
|
10767
10772
|
themes?: UpdateTableRequestThemes[];
|
|
10768
10773
|
visibility?: number;
|
|
@@ -12189,36 +12194,6 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
|
|
|
12189
12194
|
[key: string]: any;
|
|
12190
12195
|
});
|
|
12191
12196
|
}
|
|
12192
|
-
export declare class GetDutyRosterResponseBodyPagingDutyRoster extends $tea.Model {
|
|
12193
|
-
endLong?: number;
|
|
12194
|
-
startLong?: number;
|
|
12195
|
-
watchkeeper?: string;
|
|
12196
|
-
watchkeeperName?: string;
|
|
12197
|
-
static names(): {
|
|
12198
|
-
[key: string]: string;
|
|
12199
|
-
};
|
|
12200
|
-
static types(): {
|
|
12201
|
-
[key: string]: any;
|
|
12202
|
-
};
|
|
12203
|
-
constructor(map?: {
|
|
12204
|
-
[key: string]: any;
|
|
12205
|
-
});
|
|
12206
|
-
}
|
|
12207
|
-
export declare class GetDutyRosterResponseBodyPaging extends $tea.Model {
|
|
12208
|
-
dutyRoster?: GetDutyRosterResponseBodyPagingDutyRoster[];
|
|
12209
|
-
pageNumber?: number;
|
|
12210
|
-
pageSize?: number;
|
|
12211
|
-
totalCount?: number;
|
|
12212
|
-
static names(): {
|
|
12213
|
-
[key: string]: string;
|
|
12214
|
-
};
|
|
12215
|
-
static types(): {
|
|
12216
|
-
[key: string]: any;
|
|
12217
|
-
};
|
|
12218
|
-
constructor(map?: {
|
|
12219
|
-
[key: string]: any;
|
|
12220
|
-
});
|
|
12221
|
-
}
|
|
12222
12197
|
export declare class GetExtensionResponseBodyExtensionBindEventList extends $tea.Model {
|
|
12223
12198
|
eventCode?: string;
|
|
12224
12199
|
eventName?: string;
|
|
@@ -12941,6 +12916,7 @@ export declare class GetMetaTableBasicInfoResponseBodyData extends $tea.Model {
|
|
|
12941
12916
|
projectId?: number;
|
|
12942
12917
|
projectName?: string;
|
|
12943
12918
|
readCount?: number;
|
|
12919
|
+
schema?: string;
|
|
12944
12920
|
tableGuid?: string;
|
|
12945
12921
|
tableName?: string;
|
|
12946
12922
|
tenantId?: number;
|
|
@@ -13061,6 +13037,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
13061
13037
|
partitionKeys?: string;
|
|
13062
13038
|
projectId?: number;
|
|
13063
13039
|
projectName?: string;
|
|
13040
|
+
schema?: string;
|
|
13064
13041
|
tableGuid?: string;
|
|
13065
13042
|
tableName?: string;
|
|
13066
13043
|
tenantId?: number;
|
|
@@ -15066,34 +15043,6 @@ export declare class ListDeploymentsResponseBodyData extends $tea.Model {
|
|
|
15066
15043
|
[key: string]: any;
|
|
15067
15044
|
});
|
|
15068
15045
|
}
|
|
15069
|
-
export declare class ListDutyRostersResponseBodyPagingDutyRosters extends $tea.Model {
|
|
15070
|
-
dutyRosterIdentifier?: string;
|
|
15071
|
-
dutyRosterName?: string;
|
|
15072
|
-
static names(): {
|
|
15073
|
-
[key: string]: string;
|
|
15074
|
-
};
|
|
15075
|
-
static types(): {
|
|
15076
|
-
[key: string]: any;
|
|
15077
|
-
};
|
|
15078
|
-
constructor(map?: {
|
|
15079
|
-
[key: string]: any;
|
|
15080
|
-
});
|
|
15081
|
-
}
|
|
15082
|
-
export declare class ListDutyRostersResponseBodyPaging extends $tea.Model {
|
|
15083
|
-
dutyRosters?: ListDutyRostersResponseBodyPagingDutyRosters[];
|
|
15084
|
-
pageNumber?: number;
|
|
15085
|
-
pageSize?: number;
|
|
15086
|
-
totalCount?: number;
|
|
15087
|
-
static names(): {
|
|
15088
|
-
[key: string]: string;
|
|
15089
|
-
};
|
|
15090
|
-
static types(): {
|
|
15091
|
-
[key: string]: any;
|
|
15092
|
-
};
|
|
15093
|
-
constructor(map?: {
|
|
15094
|
-
[key: string]: any;
|
|
15095
|
-
});
|
|
15096
|
-
}
|
|
15097
15046
|
export declare class ListExtensionsResponseBodyPagingInfoExtensionsBindEventList extends $tea.Model {
|
|
15098
15047
|
eventCode?: string;
|
|
15099
15048
|
eventName?: string;
|
|
@@ -16134,6 +16083,64 @@ export declare class ListResourceGroupsResponseBodyData extends $tea.Model {
|
|
|
16134
16083
|
[key: string]: any;
|
|
16135
16084
|
});
|
|
16136
16085
|
}
|
|
16086
|
+
export declare class ListShiftPersonnelsResponseBodyPagingShiftPersons extends $tea.Model {
|
|
16087
|
+
beginTime?: number;
|
|
16088
|
+
endTime?: number;
|
|
16089
|
+
shiftPersonName?: string;
|
|
16090
|
+
shiftPersonUID?: string;
|
|
16091
|
+
static names(): {
|
|
16092
|
+
[key: string]: string;
|
|
16093
|
+
};
|
|
16094
|
+
static types(): {
|
|
16095
|
+
[key: string]: any;
|
|
16096
|
+
};
|
|
16097
|
+
constructor(map?: {
|
|
16098
|
+
[key: string]: any;
|
|
16099
|
+
});
|
|
16100
|
+
}
|
|
16101
|
+
export declare class ListShiftPersonnelsResponseBodyPaging extends $tea.Model {
|
|
16102
|
+
pageNumber?: number;
|
|
16103
|
+
pageSize?: number;
|
|
16104
|
+
shiftPersons?: ListShiftPersonnelsResponseBodyPagingShiftPersons[];
|
|
16105
|
+
totalCount?: number;
|
|
16106
|
+
static names(): {
|
|
16107
|
+
[key: string]: string;
|
|
16108
|
+
};
|
|
16109
|
+
static types(): {
|
|
16110
|
+
[key: string]: any;
|
|
16111
|
+
};
|
|
16112
|
+
constructor(map?: {
|
|
16113
|
+
[key: string]: any;
|
|
16114
|
+
});
|
|
16115
|
+
}
|
|
16116
|
+
export declare class ListShiftSchedulesResponseBodyPagingShiftSchedules extends $tea.Model {
|
|
16117
|
+
shiftScheduleIdentifier?: string;
|
|
16118
|
+
shiftScheduleName?: string;
|
|
16119
|
+
static names(): {
|
|
16120
|
+
[key: string]: string;
|
|
16121
|
+
};
|
|
16122
|
+
static types(): {
|
|
16123
|
+
[key: string]: any;
|
|
16124
|
+
};
|
|
16125
|
+
constructor(map?: {
|
|
16126
|
+
[key: string]: any;
|
|
16127
|
+
});
|
|
16128
|
+
}
|
|
16129
|
+
export declare class ListShiftSchedulesResponseBodyPaging extends $tea.Model {
|
|
16130
|
+
pageNumber?: number;
|
|
16131
|
+
pageSize?: number;
|
|
16132
|
+
shiftSchedules?: ListShiftSchedulesResponseBodyPagingShiftSchedules[];
|
|
16133
|
+
totalCount?: number;
|
|
16134
|
+
static names(): {
|
|
16135
|
+
[key: string]: string;
|
|
16136
|
+
};
|
|
16137
|
+
static types(): {
|
|
16138
|
+
[key: string]: any;
|
|
16139
|
+
};
|
|
16140
|
+
constructor(map?: {
|
|
16141
|
+
[key: string]: any;
|
|
16142
|
+
});
|
|
16143
|
+
}
|
|
16137
16144
|
export declare class ListSuccessInstanceAmountResponseBodyInstanceStatusTrendAvgTrend extends $tea.Model {
|
|
16138
16145
|
count?: number;
|
|
16139
16146
|
timePoint?: string;
|
|
@@ -16320,6 +16327,7 @@ export declare class SearchMetaTablesResponseBodyDataDataEntityList extends $tea
|
|
|
16320
16327
|
ownerId?: string;
|
|
16321
16328
|
projectId?: number;
|
|
16322
16329
|
projectName?: string;
|
|
16330
|
+
schema?: string;
|
|
16323
16331
|
tableGuid?: string;
|
|
16324
16332
|
tableName?: string;
|
|
16325
16333
|
tenantId?: number;
|
|
@@ -16799,8 +16807,6 @@ export default class Client extends OpenApi {
|
|
|
16799
16807
|
getDataSourceMeta(request: GetDataSourceMetaRequest): Promise<GetDataSourceMetaResponse>;
|
|
16800
16808
|
getDeploymentWithOptions(request: GetDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<GetDeploymentResponse>;
|
|
16801
16809
|
getDeployment(request: GetDeploymentRequest): Promise<GetDeploymentResponse>;
|
|
16802
|
-
getDutyRosterWithOptions(request: GetDutyRosterRequest, runtime: $Util.RuntimeOptions): Promise<GetDutyRosterResponse>;
|
|
16803
|
-
getDutyRoster(request: GetDutyRosterRequest): Promise<GetDutyRosterResponse>;
|
|
16804
16810
|
getExtensionWithOptions(request: GetExtensionRequest, runtime: $Util.RuntimeOptions): Promise<GetExtensionResponse>;
|
|
16805
16811
|
getExtension(request: GetExtensionRequest): Promise<GetExtensionResponse>;
|
|
16806
16812
|
getFileWithOptions(request: GetFileRequest, runtime: $Util.RuntimeOptions): Promise<GetFileResponse>;
|
|
@@ -16943,8 +16949,6 @@ export default class Client extends OpenApi {
|
|
|
16943
16949
|
listDataSources(request: ListDataSourcesRequest): Promise<ListDataSourcesResponse>;
|
|
16944
16950
|
listDeploymentsWithOptions(request: ListDeploymentsRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentsResponse>;
|
|
16945
16951
|
listDeployments(request: ListDeploymentsRequest): Promise<ListDeploymentsResponse>;
|
|
16946
|
-
listDutyRostersWithOptions(request: ListDutyRostersRequest, runtime: $Util.RuntimeOptions): Promise<ListDutyRostersResponse>;
|
|
16947
|
-
listDutyRosters(request: ListDutyRostersRequest): Promise<ListDutyRostersResponse>;
|
|
16948
16952
|
listExtensionsWithOptions(request: ListExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExtensionsResponse>;
|
|
16949
16953
|
listExtensions(request: ListExtensionsRequest): Promise<ListExtensionsResponse>;
|
|
16950
16954
|
listFileTypeWithOptions(request: ListFileTypeRequest, runtime: $Util.RuntimeOptions): Promise<ListFileTypeResponse>;
|
|
@@ -17001,6 +17005,10 @@ export default class Client extends OpenApi {
|
|
|
17001
17005
|
listReminds(request: ListRemindsRequest): Promise<ListRemindsResponse>;
|
|
17002
17006
|
listResourceGroupsWithOptions(request: ListResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceGroupsResponse>;
|
|
17003
17007
|
listResourceGroups(request: ListResourceGroupsRequest): Promise<ListResourceGroupsResponse>;
|
|
17008
|
+
listShiftPersonnelsWithOptions(request: ListShiftPersonnelsRequest, runtime: $Util.RuntimeOptions): Promise<ListShiftPersonnelsResponse>;
|
|
17009
|
+
listShiftPersonnels(request: ListShiftPersonnelsRequest): Promise<ListShiftPersonnelsResponse>;
|
|
17010
|
+
listShiftSchedulesWithOptions(request: ListShiftSchedulesRequest, runtime: $Util.RuntimeOptions): Promise<ListShiftSchedulesResponse>;
|
|
17011
|
+
listShiftSchedules(request: ListShiftSchedulesRequest): Promise<ListShiftSchedulesResponse>;
|
|
17004
17012
|
listSuccessInstanceAmountWithOptions(request: ListSuccessInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListSuccessInstanceAmountResponse>;
|
|
17005
17013
|
listSuccessInstanceAmount(request: ListSuccessInstanceAmountRequest): Promise<ListSuccessInstanceAmountResponse>;
|
|
17006
17014
|
listTableLevelWithOptions(request: ListTableLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListTableLevelResponse>;
|