@alicloud/dataworks-public20200518 4.3.9 → 4.3.12

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
@@ -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(): {
@@ -4929,6 +4886,26 @@ export declare class GetMetaTablePartitionRequest extends $tea.Model {
4929
4886
  databaseName?: string;
4930
4887
  pageNumber?: number;
4931
4888
  pageSize?: number;
4889
+ sortCriterion?: GetMetaTablePartitionRequestSortCriterion;
4890
+ tableGuid?: string;
4891
+ tableName?: string;
4892
+ static names(): {
4893
+ [key: string]: string;
4894
+ };
4895
+ static types(): {
4896
+ [key: string]: any;
4897
+ };
4898
+ constructor(map?: {
4899
+ [key: string]: any;
4900
+ });
4901
+ }
4902
+ export declare class GetMetaTablePartitionShrinkRequest extends $tea.Model {
4903
+ clusterId?: string;
4904
+ dataSourceType?: string;
4905
+ databaseName?: string;
4906
+ pageNumber?: number;
4907
+ pageSize?: number;
4908
+ sortCriterionShrink?: string;
4932
4909
  tableGuid?: string;
4933
4910
  tableName?: string;
4934
4911
  static names(): {
@@ -7017,50 +6994,6 @@ export declare class ListDeploymentsResponse extends $tea.Model {
7017
6994
  [key: string]: any;
7018
6995
  });
7019
6996
  }
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
6997
  export declare class ListExtensionsRequest extends $tea.Model {
7065
6998
  pageNumber?: number;
7066
6999
  pageSize?: number;
@@ -8373,6 +8306,95 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
8373
8306
  [key: string]: any;
8374
8307
  });
8375
8308
  }
8309
+ export declare class ListShiftPersonnelsRequest extends $tea.Model {
8310
+ beginTime?: number;
8311
+ endTime?: number;
8312
+ shiftPersonUID?: string;
8313
+ shiftScheduleIdentifier?: string;
8314
+ userType?: string;
8315
+ static names(): {
8316
+ [key: string]: string;
8317
+ };
8318
+ static types(): {
8319
+ [key: string]: any;
8320
+ };
8321
+ constructor(map?: {
8322
+ [key: string]: any;
8323
+ });
8324
+ }
8325
+ export declare class ListShiftPersonnelsResponseBody extends $tea.Model {
8326
+ paging?: ListShiftPersonnelsResponseBodyPaging;
8327
+ requestId?: string;
8328
+ static names(): {
8329
+ [key: string]: string;
8330
+ };
8331
+ static types(): {
8332
+ [key: string]: any;
8333
+ };
8334
+ constructor(map?: {
8335
+ [key: string]: any;
8336
+ });
8337
+ }
8338
+ export declare class ListShiftPersonnelsResponse extends $tea.Model {
8339
+ headers: {
8340
+ [key: string]: string;
8341
+ };
8342
+ statusCode: number;
8343
+ body: ListShiftPersonnelsResponseBody;
8344
+ static names(): {
8345
+ [key: string]: string;
8346
+ };
8347
+ static types(): {
8348
+ [key: string]: any;
8349
+ };
8350
+ constructor(map?: {
8351
+ [key: string]: any;
8352
+ });
8353
+ }
8354
+ export declare class ListShiftSchedulesRequest extends $tea.Model {
8355
+ owner?: string;
8356
+ pageNumber?: number;
8357
+ pageSize?: number;
8358
+ shiftScheduleName?: string;
8359
+ static names(): {
8360
+ [key: string]: string;
8361
+ };
8362
+ static types(): {
8363
+ [key: string]: any;
8364
+ };
8365
+ constructor(map?: {
8366
+ [key: string]: any;
8367
+ });
8368
+ }
8369
+ export declare class ListShiftSchedulesResponseBody extends $tea.Model {
8370
+ paging?: ListShiftSchedulesResponseBodyPaging;
8371
+ requestId?: string;
8372
+ static names(): {
8373
+ [key: string]: string;
8374
+ };
8375
+ static types(): {
8376
+ [key: string]: any;
8377
+ };
8378
+ constructor(map?: {
8379
+ [key: string]: any;
8380
+ });
8381
+ }
8382
+ export declare class ListShiftSchedulesResponse extends $tea.Model {
8383
+ headers: {
8384
+ [key: string]: string;
8385
+ };
8386
+ statusCode: number;
8387
+ body: ListShiftSchedulesResponseBody;
8388
+ static names(): {
8389
+ [key: string]: string;
8390
+ };
8391
+ static types(): {
8392
+ [key: string]: any;
8393
+ };
8394
+ constructor(map?: {
8395
+ [key: string]: any;
8396
+ });
8397
+ }
8376
8398
  export declare class ListSuccessInstanceAmountRequest extends $tea.Model {
8377
8399
  projectId?: number;
8378
8400
  static names(): {
@@ -9220,6 +9242,7 @@ export declare class SearchMetaTablesRequest extends $tea.Model {
9220
9242
  keyword?: string;
9221
9243
  pageNumber?: number;
9222
9244
  pageSize?: number;
9245
+ schema?: string;
9223
9246
  static names(): {
9224
9247
  [key: string]: string;
9225
9248
  };
@@ -9589,6 +9612,7 @@ export declare class SubmitFileRequest extends $tea.Model {
9589
9612
  fileId?: number;
9590
9613
  projectId?: number;
9591
9614
  projectIdentifier?: string;
9615
+ skipAllDeployFileExtensions?: boolean;
9592
9616
  static names(): {
9593
9617
  [key: string]: string;
9594
9618
  };
@@ -10403,6 +10427,7 @@ export declare class UpdateMetaTableRequest extends $tea.Model {
10403
10427
  newOwnerId?: string;
10404
10428
  projectId?: number;
10405
10429
  removedLabels?: string;
10430
+ schema?: string;
10406
10431
  tableGuid?: string;
10407
10432
  tableName?: string;
10408
10433
  visibility?: number;
@@ -10763,6 +10788,7 @@ export declare class UpdateTableRequest extends $tea.Model {
10763
10788
  ownerId?: string;
10764
10789
  physicsLevelId?: number;
10765
10790
  projectId?: number;
10791
+ schema?: string;
10766
10792
  tableName?: string;
10767
10793
  themes?: UpdateTableRequestThemes[];
10768
10794
  visibility?: number;
@@ -12189,36 +12215,6 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
12189
12215
  [key: string]: any;
12190
12216
  });
12191
12217
  }
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
12218
  export declare class GetExtensionResponseBodyExtensionBindEventList extends $tea.Model {
12223
12219
  eventCode?: string;
12224
12220
  eventName?: string;
@@ -12941,6 +12937,7 @@ export declare class GetMetaTableBasicInfoResponseBodyData extends $tea.Model {
12941
12937
  projectId?: number;
12942
12938
  projectName?: string;
12943
12939
  readCount?: number;
12940
+ schema?: string;
12944
12941
  tableGuid?: string;
12945
12942
  tableName?: string;
12946
12943
  tenantId?: number;
@@ -13061,6 +13058,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
13061
13058
  partitionKeys?: string;
13062
13059
  projectId?: number;
13063
13060
  projectName?: string;
13061
+ schema?: string;
13064
13062
  tableGuid?: string;
13065
13063
  tableName?: string;
13066
13064
  tenantId?: number;
@@ -13168,6 +13166,19 @@ export declare class GetMetaTableOutputResponseBodyData extends $tea.Model {
13168
13166
  [key: string]: any;
13169
13167
  });
13170
13168
  }
13169
+ export declare class GetMetaTablePartitionRequestSortCriterion extends $tea.Model {
13170
+ order?: string;
13171
+ sortField?: string;
13172
+ static names(): {
13173
+ [key: string]: string;
13174
+ };
13175
+ static types(): {
13176
+ [key: string]: any;
13177
+ };
13178
+ constructor(map?: {
13179
+ [key: string]: any;
13180
+ });
13181
+ }
13171
13182
  export declare class GetMetaTablePartitionResponseBodyDataDataEntityList extends $tea.Model {
13172
13183
  comment?: string;
13173
13184
  createTime?: number;
@@ -15066,34 +15077,6 @@ export declare class ListDeploymentsResponseBodyData extends $tea.Model {
15066
15077
  [key: string]: any;
15067
15078
  });
15068
15079
  }
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
15080
  export declare class ListExtensionsResponseBodyPagingInfoExtensionsBindEventList extends $tea.Model {
15098
15081
  eventCode?: string;
15099
15082
  eventName?: string;
@@ -16134,6 +16117,64 @@ export declare class ListResourceGroupsResponseBodyData extends $tea.Model {
16134
16117
  [key: string]: any;
16135
16118
  });
16136
16119
  }
16120
+ export declare class ListShiftPersonnelsResponseBodyPagingShiftPersons extends $tea.Model {
16121
+ beginTime?: number;
16122
+ endTime?: number;
16123
+ shiftPersonName?: string;
16124
+ shiftPersonUID?: string;
16125
+ static names(): {
16126
+ [key: string]: string;
16127
+ };
16128
+ static types(): {
16129
+ [key: string]: any;
16130
+ };
16131
+ constructor(map?: {
16132
+ [key: string]: any;
16133
+ });
16134
+ }
16135
+ export declare class ListShiftPersonnelsResponseBodyPaging extends $tea.Model {
16136
+ pageNumber?: number;
16137
+ pageSize?: number;
16138
+ shiftPersons?: ListShiftPersonnelsResponseBodyPagingShiftPersons[];
16139
+ totalCount?: number;
16140
+ static names(): {
16141
+ [key: string]: string;
16142
+ };
16143
+ static types(): {
16144
+ [key: string]: any;
16145
+ };
16146
+ constructor(map?: {
16147
+ [key: string]: any;
16148
+ });
16149
+ }
16150
+ export declare class ListShiftSchedulesResponseBodyPagingShiftSchedules extends $tea.Model {
16151
+ shiftScheduleIdentifier?: string;
16152
+ shiftScheduleName?: string;
16153
+ static names(): {
16154
+ [key: string]: string;
16155
+ };
16156
+ static types(): {
16157
+ [key: string]: any;
16158
+ };
16159
+ constructor(map?: {
16160
+ [key: string]: any;
16161
+ });
16162
+ }
16163
+ export declare class ListShiftSchedulesResponseBodyPaging extends $tea.Model {
16164
+ pageNumber?: number;
16165
+ pageSize?: number;
16166
+ shiftSchedules?: ListShiftSchedulesResponseBodyPagingShiftSchedules[];
16167
+ totalCount?: number;
16168
+ static names(): {
16169
+ [key: string]: string;
16170
+ };
16171
+ static types(): {
16172
+ [key: string]: any;
16173
+ };
16174
+ constructor(map?: {
16175
+ [key: string]: any;
16176
+ });
16177
+ }
16137
16178
  export declare class ListSuccessInstanceAmountResponseBodyInstanceStatusTrendAvgTrend extends $tea.Model {
16138
16179
  count?: number;
16139
16180
  timePoint?: string;
@@ -16320,6 +16361,7 @@ export declare class SearchMetaTablesResponseBodyDataDataEntityList extends $tea
16320
16361
  ownerId?: string;
16321
16362
  projectId?: number;
16322
16363
  projectName?: string;
16364
+ schema?: string;
16323
16365
  tableGuid?: string;
16324
16366
  tableName?: string;
16325
16367
  tenantId?: number;
@@ -16799,8 +16841,6 @@ export default class Client extends OpenApi {
16799
16841
  getDataSourceMeta(request: GetDataSourceMetaRequest): Promise<GetDataSourceMetaResponse>;
16800
16842
  getDeploymentWithOptions(request: GetDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<GetDeploymentResponse>;
16801
16843
  getDeployment(request: GetDeploymentRequest): Promise<GetDeploymentResponse>;
16802
- getDutyRosterWithOptions(request: GetDutyRosterRequest, runtime: $Util.RuntimeOptions): Promise<GetDutyRosterResponse>;
16803
- getDutyRoster(request: GetDutyRosterRequest): Promise<GetDutyRosterResponse>;
16804
16844
  getExtensionWithOptions(request: GetExtensionRequest, runtime: $Util.RuntimeOptions): Promise<GetExtensionResponse>;
16805
16845
  getExtension(request: GetExtensionRequest): Promise<GetExtensionResponse>;
16806
16846
  getFileWithOptions(request: GetFileRequest, runtime: $Util.RuntimeOptions): Promise<GetFileResponse>;
@@ -16853,7 +16893,7 @@ export default class Client extends OpenApi {
16853
16893
  getMetaTableListByCategory(request: GetMetaTableListByCategoryRequest): Promise<GetMetaTableListByCategoryResponse>;
16854
16894
  getMetaTableOutputWithOptions(request: GetMetaTableOutputRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableOutputResponse>;
16855
16895
  getMetaTableOutput(request: GetMetaTableOutputRequest): Promise<GetMetaTableOutputResponse>;
16856
- getMetaTablePartitionWithOptions(request: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
16896
+ getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
16857
16897
  getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse>;
16858
16898
  getMetaTableThemeLevelWithOptions(request: GetMetaTableThemeLevelRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableThemeLevelResponse>;
16859
16899
  getMetaTableThemeLevel(request: GetMetaTableThemeLevelRequest): Promise<GetMetaTableThemeLevelResponse>;
@@ -16943,8 +16983,6 @@ export default class Client extends OpenApi {
16943
16983
  listDataSources(request: ListDataSourcesRequest): Promise<ListDataSourcesResponse>;
16944
16984
  listDeploymentsWithOptions(request: ListDeploymentsRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentsResponse>;
16945
16985
  listDeployments(request: ListDeploymentsRequest): Promise<ListDeploymentsResponse>;
16946
- listDutyRostersWithOptions(request: ListDutyRostersRequest, runtime: $Util.RuntimeOptions): Promise<ListDutyRostersResponse>;
16947
- listDutyRosters(request: ListDutyRostersRequest): Promise<ListDutyRostersResponse>;
16948
16986
  listExtensionsWithOptions(request: ListExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExtensionsResponse>;
16949
16987
  listExtensions(request: ListExtensionsRequest): Promise<ListExtensionsResponse>;
16950
16988
  listFileTypeWithOptions(request: ListFileTypeRequest, runtime: $Util.RuntimeOptions): Promise<ListFileTypeResponse>;
@@ -17001,6 +17039,10 @@ export default class Client extends OpenApi {
17001
17039
  listReminds(request: ListRemindsRequest): Promise<ListRemindsResponse>;
17002
17040
  listResourceGroupsWithOptions(request: ListResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceGroupsResponse>;
17003
17041
  listResourceGroups(request: ListResourceGroupsRequest): Promise<ListResourceGroupsResponse>;
17042
+ listShiftPersonnelsWithOptions(request: ListShiftPersonnelsRequest, runtime: $Util.RuntimeOptions): Promise<ListShiftPersonnelsResponse>;
17043
+ listShiftPersonnels(request: ListShiftPersonnelsRequest): Promise<ListShiftPersonnelsResponse>;
17044
+ listShiftSchedulesWithOptions(request: ListShiftSchedulesRequest, runtime: $Util.RuntimeOptions): Promise<ListShiftSchedulesResponse>;
17045
+ listShiftSchedules(request: ListShiftSchedulesRequest): Promise<ListShiftSchedulesResponse>;
17004
17046
  listSuccessInstanceAmountWithOptions(request: ListSuccessInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListSuccessInstanceAmountResponse>;
17005
17047
  listSuccessInstanceAmount(request: ListSuccessInstanceAmountRequest): Promise<ListSuccessInstanceAmountResponse>;
17006
17048
  listTableLevelWithOptions(request: ListTableLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListTableLevelResponse>;