@alicloud/adb20211201 4.0.0 → 4.0.2
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 +1 -1
- package/dist/client.js +208 -1248
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +209 -1249
package/src/client.ts
CHANGED
|
@@ -783,7 +783,7 @@ export class CreateApsSlsADBJobRequestUnixTimestampConvert extends $dara.Model {
|
|
|
783
783
|
* The format of the timestamp.
|
|
784
784
|
*
|
|
785
785
|
* @example
|
|
786
|
-
*
|
|
786
|
+
* yyyyMMdd
|
|
787
787
|
*/
|
|
788
788
|
format?: string;
|
|
789
789
|
/**
|
|
@@ -56153,12 +56153,7 @@ export default class Client extends OpenApi {
|
|
|
56153
56153
|
reqBodyType: "formData",
|
|
56154
56154
|
bodyType: "json",
|
|
56155
56155
|
});
|
|
56156
|
-
|
|
56157
|
-
return $dara.cast<AllocateClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new AllocateClusterPublicConnectionResponse({}));
|
|
56158
|
-
} else {
|
|
56159
|
-
return $dara.cast<AllocateClusterPublicConnectionResponse>(await this.execute(params, req, runtime), new AllocateClusterPublicConnectionResponse({}));
|
|
56160
|
-
}
|
|
56161
|
-
|
|
56156
|
+
return $dara.cast<AllocateClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new AllocateClusterPublicConnectionResponse({}));
|
|
56162
56157
|
}
|
|
56163
56158
|
|
|
56164
56159
|
/**
|
|
@@ -56218,12 +56213,7 @@ export default class Client extends OpenApi {
|
|
|
56218
56213
|
reqBodyType: "formData",
|
|
56219
56214
|
bodyType: "json",
|
|
56220
56215
|
});
|
|
56221
|
-
|
|
56222
|
-
return $dara.cast<ApplyAdviceByIdResponse>(await this.callApi(params, req, runtime), new ApplyAdviceByIdResponse({}));
|
|
56223
|
-
} else {
|
|
56224
|
-
return $dara.cast<ApplyAdviceByIdResponse>(await this.execute(params, req, runtime), new ApplyAdviceByIdResponse({}));
|
|
56225
|
-
}
|
|
56226
|
-
|
|
56216
|
+
return $dara.cast<ApplyAdviceByIdResponse>(await this.callApi(params, req, runtime), new ApplyAdviceByIdResponse({}));
|
|
56227
56217
|
}
|
|
56228
56218
|
|
|
56229
56219
|
/**
|
|
@@ -56271,12 +56261,7 @@ export default class Client extends OpenApi {
|
|
|
56271
56261
|
reqBodyType: "formData",
|
|
56272
56262
|
bodyType: "json",
|
|
56273
56263
|
});
|
|
56274
|
-
|
|
56275
|
-
return $dara.cast<AttachUserENIResponse>(await this.callApi(params, req, runtime), new AttachUserENIResponse({}));
|
|
56276
|
-
} else {
|
|
56277
|
-
return $dara.cast<AttachUserENIResponse>(await this.execute(params, req, runtime), new AttachUserENIResponse({}));
|
|
56278
|
-
}
|
|
56279
|
-
|
|
56264
|
+
return $dara.cast<AttachUserENIResponse>(await this.callApi(params, req, runtime), new AttachUserENIResponse({}));
|
|
56280
56265
|
}
|
|
56281
56266
|
|
|
56282
56267
|
/**
|
|
@@ -56333,12 +56318,7 @@ export default class Client extends OpenApi {
|
|
|
56333
56318
|
reqBodyType: "formData",
|
|
56334
56319
|
bodyType: "json",
|
|
56335
56320
|
});
|
|
56336
|
-
|
|
56337
|
-
return $dara.cast<BatchApplyAdviceByIdListResponse>(await this.callApi(params, req, runtime), new BatchApplyAdviceByIdListResponse({}));
|
|
56338
|
-
} else {
|
|
56339
|
-
return $dara.cast<BatchApplyAdviceByIdListResponse>(await this.execute(params, req, runtime), new BatchApplyAdviceByIdListResponse({}));
|
|
56340
|
-
}
|
|
56341
|
-
|
|
56321
|
+
return $dara.cast<BatchApplyAdviceByIdListResponse>(await this.callApi(params, req, runtime), new BatchApplyAdviceByIdListResponse({}));
|
|
56342
56322
|
}
|
|
56343
56323
|
|
|
56344
56324
|
/**
|
|
@@ -56391,12 +56371,7 @@ export default class Client extends OpenApi {
|
|
|
56391
56371
|
reqBodyType: "formData",
|
|
56392
56372
|
bodyType: "json",
|
|
56393
56373
|
});
|
|
56394
|
-
|
|
56395
|
-
return $dara.cast<BindAccountResponse>(await this.callApi(params, req, runtime), new BindAccountResponse({}));
|
|
56396
|
-
} else {
|
|
56397
|
-
return $dara.cast<BindAccountResponse>(await this.execute(params, req, runtime), new BindAccountResponse({}));
|
|
56398
|
-
}
|
|
56399
|
-
|
|
56374
|
+
return $dara.cast<BindAccountResponse>(await this.callApi(params, req, runtime), new BindAccountResponse({}));
|
|
56400
56375
|
}
|
|
56401
56376
|
|
|
56402
56377
|
/**
|
|
@@ -56452,12 +56427,7 @@ export default class Client extends OpenApi {
|
|
|
56452
56427
|
reqBodyType: "formData",
|
|
56453
56428
|
bodyType: "json",
|
|
56454
56429
|
});
|
|
56455
|
-
|
|
56456
|
-
return $dara.cast<BindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new BindDBResourceGroupWithUserResponse({}));
|
|
56457
|
-
} else {
|
|
56458
|
-
return $dara.cast<BindDBResourceGroupWithUserResponse>(await this.execute(params, req, runtime), new BindDBResourceGroupWithUserResponse({}));
|
|
56459
|
-
}
|
|
56460
|
-
|
|
56430
|
+
return $dara.cast<BindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new BindDBResourceGroupWithUserResponse({}));
|
|
56461
56431
|
}
|
|
56462
56432
|
|
|
56463
56433
|
/**
|
|
@@ -56510,12 +56480,7 @@ export default class Client extends OpenApi {
|
|
|
56510
56480
|
reqBodyType: "formData",
|
|
56511
56481
|
bodyType: "json",
|
|
56512
56482
|
});
|
|
56513
|
-
|
|
56514
|
-
return $dara.cast<CancelSparkReplStatementResponse>(await this.callApi(params, req, runtime), new CancelSparkReplStatementResponse({}));
|
|
56515
|
-
} else {
|
|
56516
|
-
return $dara.cast<CancelSparkReplStatementResponse>(await this.execute(params, req, runtime), new CancelSparkReplStatementResponse({}));
|
|
56517
|
-
}
|
|
56518
|
-
|
|
56483
|
+
return $dara.cast<CancelSparkReplStatementResponse>(await this.callApi(params, req, runtime), new CancelSparkReplStatementResponse({}));
|
|
56519
56484
|
}
|
|
56520
56485
|
|
|
56521
56486
|
/**
|
|
@@ -56565,12 +56530,7 @@ export default class Client extends OpenApi {
|
|
|
56565
56530
|
reqBodyType: "formData",
|
|
56566
56531
|
bodyType: "json",
|
|
56567
56532
|
});
|
|
56568
|
-
|
|
56569
|
-
return $dara.cast<CancelSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new CancelSparkWarehouseBatchSQLResponse({}));
|
|
56570
|
-
} else {
|
|
56571
|
-
return $dara.cast<CancelSparkWarehouseBatchSQLResponse>(await this.execute(params, req, runtime), new CancelSparkWarehouseBatchSQLResponse({}));
|
|
56572
|
-
}
|
|
56573
|
-
|
|
56533
|
+
return $dara.cast<CancelSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new CancelSparkWarehouseBatchSQLResponse({}));
|
|
56574
56534
|
}
|
|
56575
56535
|
|
|
56576
56536
|
/**
|
|
@@ -56619,12 +56579,7 @@ export default class Client extends OpenApi {
|
|
|
56619
56579
|
reqBodyType: "formData",
|
|
56620
56580
|
bodyType: "json",
|
|
56621
56581
|
});
|
|
56622
|
-
|
|
56623
|
-
return $dara.cast<CheckBindRamUserResponse>(await this.callApi(params, req, runtime), new CheckBindRamUserResponse({}));
|
|
56624
|
-
} else {
|
|
56625
|
-
return $dara.cast<CheckBindRamUserResponse>(await this.execute(params, req, runtime), new CheckBindRamUserResponse({}));
|
|
56626
|
-
}
|
|
56627
|
-
|
|
56582
|
+
return $dara.cast<CheckBindRamUserResponse>(await this.callApi(params, req, runtime), new CheckBindRamUserResponse({}));
|
|
56628
56583
|
}
|
|
56629
56584
|
|
|
56630
56585
|
/**
|
|
@@ -56670,12 +56625,7 @@ export default class Client extends OpenApi {
|
|
|
56670
56625
|
reqBodyType: "formData",
|
|
56671
56626
|
bodyType: "json",
|
|
56672
56627
|
});
|
|
56673
|
-
|
|
56674
|
-
return $dara.cast<CheckSampleDataSetResponse>(await this.callApi(params, req, runtime), new CheckSampleDataSetResponse({}));
|
|
56675
|
-
} else {
|
|
56676
|
-
return $dara.cast<CheckSampleDataSetResponse>(await this.execute(params, req, runtime), new CheckSampleDataSetResponse({}));
|
|
56677
|
-
}
|
|
56678
|
-
|
|
56628
|
+
return $dara.cast<CheckSampleDataSetResponse>(await this.callApi(params, req, runtime), new CheckSampleDataSetResponse({}));
|
|
56679
56629
|
}
|
|
56680
56630
|
|
|
56681
56631
|
/**
|
|
@@ -56765,12 +56715,7 @@ export default class Client extends OpenApi {
|
|
|
56765
56715
|
reqBodyType: "formData",
|
|
56766
56716
|
bodyType: "json",
|
|
56767
56717
|
});
|
|
56768
|
-
|
|
56769
|
-
return $dara.cast<CreateAPSJobResponse>(await this.callApi(params, req, runtime), new CreateAPSJobResponse({}));
|
|
56770
|
-
} else {
|
|
56771
|
-
return $dara.cast<CreateAPSJobResponse>(await this.execute(params, req, runtime), new CreateAPSJobResponse({}));
|
|
56772
|
-
}
|
|
56773
|
-
|
|
56718
|
+
return $dara.cast<CreateAPSJobResponse>(await this.callApi(params, req, runtime), new CreateAPSJobResponse({}));
|
|
56774
56719
|
}
|
|
56775
56720
|
|
|
56776
56721
|
/**
|
|
@@ -56838,12 +56783,7 @@ export default class Client extends OpenApi {
|
|
|
56838
56783
|
reqBodyType: "formData",
|
|
56839
56784
|
bodyType: "json",
|
|
56840
56785
|
});
|
|
56841
|
-
|
|
56842
|
-
return $dara.cast<CreateAccountResponse>(await this.callApi(params, req, runtime), new CreateAccountResponse({}));
|
|
56843
|
-
} else {
|
|
56844
|
-
return $dara.cast<CreateAccountResponse>(await this.execute(params, req, runtime), new CreateAccountResponse({}));
|
|
56845
|
-
}
|
|
56846
|
-
|
|
56786
|
+
return $dara.cast<CreateAccountResponse>(await this.callApi(params, req, runtime), new CreateAccountResponse({}));
|
|
56847
56787
|
}
|
|
56848
56788
|
|
|
56849
56789
|
/**
|
|
@@ -56912,12 +56852,7 @@ export default class Client extends OpenApi {
|
|
|
56912
56852
|
reqBodyType: "formData",
|
|
56913
56853
|
bodyType: "json",
|
|
56914
56854
|
});
|
|
56915
|
-
|
|
56916
|
-
return $dara.cast<CreateApsCopyWorkloadResponse>(await this.callApi(params, req, runtime), new CreateApsCopyWorkloadResponse({}));
|
|
56917
|
-
} else {
|
|
56918
|
-
return $dara.cast<CreateApsCopyWorkloadResponse>(await this.execute(params, req, runtime), new CreateApsCopyWorkloadResponse({}));
|
|
56919
|
-
}
|
|
56920
|
-
|
|
56855
|
+
return $dara.cast<CreateApsCopyWorkloadResponse>(await this.callApi(params, req, runtime), new CreateApsCopyWorkloadResponse({}));
|
|
56921
56856
|
}
|
|
56922
56857
|
|
|
56923
56858
|
/**
|
|
@@ -57040,12 +56975,7 @@ export default class Client extends OpenApi {
|
|
|
57040
56975
|
reqBodyType: "formData",
|
|
57041
56976
|
bodyType: "json",
|
|
57042
56977
|
});
|
|
57043
|
-
|
|
57044
|
-
return $dara.cast<CreateApsDatasoureResponse>(await this.callApi(params, req, runtime), new CreateApsDatasoureResponse({}));
|
|
57045
|
-
} else {
|
|
57046
|
-
return $dara.cast<CreateApsDatasoureResponse>(await this.execute(params, req, runtime), new CreateApsDatasoureResponse({}));
|
|
57047
|
-
}
|
|
57048
|
-
|
|
56978
|
+
return $dara.cast<CreateApsDatasoureResponse>(await this.callApi(params, req, runtime), new CreateApsDatasoureResponse({}));
|
|
57049
56979
|
}
|
|
57050
56980
|
|
|
57051
56981
|
/**
|
|
@@ -57141,12 +57071,7 @@ export default class Client extends OpenApi {
|
|
|
57141
57071
|
reqBodyType: "formData",
|
|
57142
57072
|
bodyType: "json",
|
|
57143
57073
|
});
|
|
57144
|
-
|
|
57145
|
-
return $dara.cast<CreateApsHiveJobResponse>(await this.callApi(params, req, runtime), new CreateApsHiveJobResponse({}));
|
|
57146
|
-
} else {
|
|
57147
|
-
return $dara.cast<CreateApsHiveJobResponse>(await this.execute(params, req, runtime), new CreateApsHiveJobResponse({}));
|
|
57148
|
-
}
|
|
57149
|
-
|
|
57074
|
+
return $dara.cast<CreateApsHiveJobResponse>(await this.callApi(params, req, runtime), new CreateApsHiveJobResponse({}));
|
|
57150
57075
|
}
|
|
57151
57076
|
|
|
57152
57077
|
/**
|
|
@@ -57329,12 +57254,7 @@ export default class Client extends OpenApi {
|
|
|
57329
57254
|
reqBodyType: "formData",
|
|
57330
57255
|
bodyType: "json",
|
|
57331
57256
|
});
|
|
57332
|
-
|
|
57333
|
-
return $dara.cast<CreateApsSlsADBJobResponse>(await this.callApi(params, req, runtime), new CreateApsSlsADBJobResponse({}));
|
|
57334
|
-
} else {
|
|
57335
|
-
return $dara.cast<CreateApsSlsADBJobResponse>(await this.execute(params, req, runtime), new CreateApsSlsADBJobResponse({}));
|
|
57336
|
-
}
|
|
57337
|
-
|
|
57257
|
+
return $dara.cast<CreateApsSlsADBJobResponse>(await this.callApi(params, req, runtime), new CreateApsSlsADBJobResponse({}));
|
|
57338
57258
|
}
|
|
57339
57259
|
|
|
57340
57260
|
/**
|
|
@@ -57487,12 +57407,7 @@ export default class Client extends OpenApi {
|
|
|
57487
57407
|
reqBodyType: "formData",
|
|
57488
57408
|
bodyType: "json",
|
|
57489
57409
|
});
|
|
57490
|
-
|
|
57491
|
-
return $dara.cast<CreateDBClusterResponse>(await this.callApi(params, req, runtime), new CreateDBClusterResponse({}));
|
|
57492
|
-
} else {
|
|
57493
|
-
return $dara.cast<CreateDBClusterResponse>(await this.execute(params, req, runtime), new CreateDBClusterResponse({}));
|
|
57494
|
-
}
|
|
57495
|
-
|
|
57410
|
+
return $dara.cast<CreateDBClusterResponse>(await this.callApi(params, req, runtime), new CreateDBClusterResponse({}));
|
|
57496
57411
|
}
|
|
57497
57412
|
|
|
57498
57413
|
/**
|
|
@@ -57630,12 +57545,7 @@ export default class Client extends OpenApi {
|
|
|
57630
57545
|
reqBodyType: "formData",
|
|
57631
57546
|
bodyType: "json",
|
|
57632
57547
|
});
|
|
57633
|
-
|
|
57634
|
-
return $dara.cast<CreateDBResourceGroupResponse>(await this.callApi(params, req, runtime), new CreateDBResourceGroupResponse({}));
|
|
57635
|
-
} else {
|
|
57636
|
-
return $dara.cast<CreateDBResourceGroupResponse>(await this.execute(params, req, runtime), new CreateDBResourceGroupResponse({}));
|
|
57637
|
-
}
|
|
57638
|
-
|
|
57548
|
+
return $dara.cast<CreateDBResourceGroupResponse>(await this.callApi(params, req, runtime), new CreateDBResourceGroupResponse({}));
|
|
57639
57549
|
}
|
|
57640
57550
|
|
|
57641
57551
|
/**
|
|
@@ -57719,12 +57629,7 @@ export default class Client extends OpenApi {
|
|
|
57719
57629
|
reqBodyType: "formData",
|
|
57720
57630
|
bodyType: "json",
|
|
57721
57631
|
});
|
|
57722
|
-
|
|
57723
|
-
return $dara.cast<CreateElasticPlanResponse>(await this.callApi(params, req, runtime), new CreateElasticPlanResponse({}));
|
|
57724
|
-
} else {
|
|
57725
|
-
return $dara.cast<CreateElasticPlanResponse>(await this.execute(params, req, runtime), new CreateElasticPlanResponse({}));
|
|
57726
|
-
}
|
|
57727
|
-
|
|
57632
|
+
return $dara.cast<CreateElasticPlanResponse>(await this.callApi(params, req, runtime), new CreateElasticPlanResponse({}));
|
|
57728
57633
|
}
|
|
57729
57634
|
|
|
57730
57635
|
/**
|
|
@@ -57793,12 +57698,7 @@ export default class Client extends OpenApi {
|
|
|
57793
57698
|
reqBodyType: "formData",
|
|
57794
57699
|
bodyType: "json",
|
|
57795
57700
|
});
|
|
57796
|
-
|
|
57797
|
-
return $dara.cast<CreateLakeStorageResponse>(await this.callApi(params, req, runtime), new CreateLakeStorageResponse({}));
|
|
57798
|
-
} else {
|
|
57799
|
-
return $dara.cast<CreateLakeStorageResponse>(await this.execute(params, req, runtime), new CreateLakeStorageResponse({}));
|
|
57800
|
-
}
|
|
57801
|
-
|
|
57701
|
+
return $dara.cast<CreateLakeStorageResponse>(await this.callApi(params, req, runtime), new CreateLakeStorageResponse({}));
|
|
57802
57702
|
}
|
|
57803
57703
|
|
|
57804
57704
|
/**
|
|
@@ -57849,12 +57749,7 @@ export default class Client extends OpenApi {
|
|
|
57849
57749
|
reqBodyType: "formData",
|
|
57850
57750
|
bodyType: "json",
|
|
57851
57751
|
});
|
|
57852
|
-
|
|
57853
|
-
return $dara.cast<CreateOssSubDirectoryResponse>(await this.callApi(params, req, runtime), new CreateOssSubDirectoryResponse({}));
|
|
57854
|
-
} else {
|
|
57855
|
-
return $dara.cast<CreateOssSubDirectoryResponse>(await this.execute(params, req, runtime), new CreateOssSubDirectoryResponse({}));
|
|
57856
|
-
}
|
|
57857
|
-
|
|
57752
|
+
return $dara.cast<CreateOssSubDirectoryResponse>(await this.callApi(params, req, runtime), new CreateOssSubDirectoryResponse({}));
|
|
57858
57753
|
}
|
|
57859
57754
|
|
|
57860
57755
|
/**
|
|
@@ -57943,12 +57838,7 @@ export default class Client extends OpenApi {
|
|
|
57943
57838
|
reqBodyType: "formData",
|
|
57944
57839
|
bodyType: "json",
|
|
57945
57840
|
});
|
|
57946
|
-
|
|
57947
|
-
return $dara.cast<CreatePerformanceViewResponse>(await this.callApi(params, req, runtime), new CreatePerformanceViewResponse({}));
|
|
57948
|
-
} else {
|
|
57949
|
-
return $dara.cast<CreatePerformanceViewResponse>(await this.execute(params, req, runtime), new CreatePerformanceViewResponse({}));
|
|
57950
|
-
}
|
|
57951
|
-
|
|
57841
|
+
return $dara.cast<CreatePerformanceViewResponse>(await this.callApi(params, req, runtime), new CreatePerformanceViewResponse({}));
|
|
57952
57842
|
}
|
|
57953
57843
|
|
|
57954
57844
|
/**
|
|
@@ -58011,12 +57901,7 @@ export default class Client extends OpenApi {
|
|
|
58011
57901
|
reqBodyType: "formData",
|
|
58012
57902
|
bodyType: "json",
|
|
58013
57903
|
});
|
|
58014
|
-
|
|
58015
|
-
return $dara.cast<CreateSparkTemplateResponse>(await this.callApi(params, req, runtime), new CreateSparkTemplateResponse({}));
|
|
58016
|
-
} else {
|
|
58017
|
-
return $dara.cast<CreateSparkTemplateResponse>(await this.execute(params, req, runtime), new CreateSparkTemplateResponse({}));
|
|
58018
|
-
}
|
|
58019
|
-
|
|
57904
|
+
return $dara.cast<CreateSparkTemplateResponse>(await this.callApi(params, req, runtime), new CreateSparkTemplateResponse({}));
|
|
58020
57905
|
}
|
|
58021
57906
|
|
|
58022
57907
|
/**
|
|
@@ -58074,12 +57959,7 @@ export default class Client extends OpenApi {
|
|
|
58074
57959
|
reqBodyType: "formData",
|
|
58075
57960
|
bodyType: "json",
|
|
58076
57961
|
});
|
|
58077
|
-
|
|
58078
|
-
return $dara.cast<DeleteAccountResponse>(await this.callApi(params, req, runtime), new DeleteAccountResponse({}));
|
|
58079
|
-
} else {
|
|
58080
|
-
return $dara.cast<DeleteAccountResponse>(await this.execute(params, req, runtime), new DeleteAccountResponse({}));
|
|
58081
|
-
}
|
|
58082
|
-
|
|
57962
|
+
return $dara.cast<DeleteAccountResponse>(await this.callApi(params, req, runtime), new DeleteAccountResponse({}));
|
|
58083
57963
|
}
|
|
58084
57964
|
|
|
58085
57965
|
/**
|
|
@@ -58135,12 +58015,7 @@ export default class Client extends OpenApi {
|
|
|
58135
58015
|
reqBodyType: "formData",
|
|
58136
58016
|
bodyType: "json",
|
|
58137
58017
|
});
|
|
58138
|
-
|
|
58139
|
-
return $dara.cast<DeleteApsDatasoureResponse>(await this.callApi(params, req, runtime), new DeleteApsDatasoureResponse({}));
|
|
58140
|
-
} else {
|
|
58141
|
-
return $dara.cast<DeleteApsDatasoureResponse>(await this.execute(params, req, runtime), new DeleteApsDatasoureResponse({}));
|
|
58142
|
-
}
|
|
58143
|
-
|
|
58018
|
+
return $dara.cast<DeleteApsDatasoureResponse>(await this.callApi(params, req, runtime), new DeleteApsDatasoureResponse({}));
|
|
58144
58019
|
}
|
|
58145
58020
|
|
|
58146
58021
|
/**
|
|
@@ -58194,12 +58069,7 @@ export default class Client extends OpenApi {
|
|
|
58194
58069
|
reqBodyType: "formData",
|
|
58195
58070
|
bodyType: "json",
|
|
58196
58071
|
});
|
|
58197
|
-
|
|
58198
|
-
return $dara.cast<DeleteApsJobResponse>(await this.callApi(params, req, runtime), new DeleteApsJobResponse({}));
|
|
58199
|
-
} else {
|
|
58200
|
-
return $dara.cast<DeleteApsJobResponse>(await this.execute(params, req, runtime), new DeleteApsJobResponse({}));
|
|
58201
|
-
}
|
|
58202
|
-
|
|
58072
|
+
return $dara.cast<DeleteApsJobResponse>(await this.callApi(params, req, runtime), new DeleteApsJobResponse({}));
|
|
58203
58073
|
}
|
|
58204
58074
|
|
|
58205
58075
|
/**
|
|
@@ -58274,12 +58144,7 @@ export default class Client extends OpenApi {
|
|
|
58274
58144
|
reqBodyType: "formData",
|
|
58275
58145
|
bodyType: "json",
|
|
58276
58146
|
});
|
|
58277
|
-
|
|
58278
|
-
return $dara.cast<DeleteBackupsResponse>(await this.callApi(params, req, runtime), new DeleteBackupsResponse({}));
|
|
58279
|
-
} else {
|
|
58280
|
-
return $dara.cast<DeleteBackupsResponse>(await this.execute(params, req, runtime), new DeleteBackupsResponse({}));
|
|
58281
|
-
}
|
|
58282
|
-
|
|
58147
|
+
return $dara.cast<DeleteBackupsResponse>(await this.callApi(params, req, runtime), new DeleteBackupsResponse({}));
|
|
58283
58148
|
}
|
|
58284
58149
|
|
|
58285
58150
|
/**
|
|
@@ -58331,12 +58196,7 @@ export default class Client extends OpenApi {
|
|
|
58331
58196
|
reqBodyType: "formData",
|
|
58332
58197
|
bodyType: "json",
|
|
58333
58198
|
});
|
|
58334
|
-
|
|
58335
|
-
return $dara.cast<DeleteDBClusterResponse>(await this.callApi(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
58336
|
-
} else {
|
|
58337
|
-
return $dara.cast<DeleteDBClusterResponse>(await this.execute(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
58338
|
-
}
|
|
58339
|
-
|
|
58199
|
+
return $dara.cast<DeleteDBClusterResponse>(await this.callApi(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
58340
58200
|
}
|
|
58341
58201
|
|
|
58342
58202
|
/**
|
|
@@ -58391,12 +58251,7 @@ export default class Client extends OpenApi {
|
|
|
58391
58251
|
reqBodyType: "formData",
|
|
58392
58252
|
bodyType: "json",
|
|
58393
58253
|
});
|
|
58394
|
-
|
|
58395
|
-
return $dara.cast<DeleteDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DeleteDBResourceGroupResponse({}));
|
|
58396
|
-
} else {
|
|
58397
|
-
return $dara.cast<DeleteDBResourceGroupResponse>(await this.execute(params, req, runtime), new DeleteDBResourceGroupResponse({}));
|
|
58398
|
-
}
|
|
58399
|
-
|
|
58254
|
+
return $dara.cast<DeleteDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DeleteDBResourceGroupResponse({}));
|
|
58400
58255
|
}
|
|
58401
58256
|
|
|
58402
58257
|
/**
|
|
@@ -58448,12 +58303,7 @@ export default class Client extends OpenApi {
|
|
|
58448
58303
|
reqBodyType: "formData",
|
|
58449
58304
|
bodyType: "json",
|
|
58450
58305
|
});
|
|
58451
|
-
|
|
58452
|
-
return $dara.cast<DeleteElasticPlanResponse>(await this.callApi(params, req, runtime), new DeleteElasticPlanResponse({}));
|
|
58453
|
-
} else {
|
|
58454
|
-
return $dara.cast<DeleteElasticPlanResponse>(await this.execute(params, req, runtime), new DeleteElasticPlanResponse({}));
|
|
58455
|
-
}
|
|
58456
|
-
|
|
58306
|
+
return $dara.cast<DeleteElasticPlanResponse>(await this.callApi(params, req, runtime), new DeleteElasticPlanResponse({}));
|
|
58457
58307
|
}
|
|
58458
58308
|
|
|
58459
58309
|
/**
|
|
@@ -58511,12 +58361,7 @@ export default class Client extends OpenApi {
|
|
|
58511
58361
|
reqBodyType: "formData",
|
|
58512
58362
|
bodyType: "json",
|
|
58513
58363
|
});
|
|
58514
|
-
|
|
58515
|
-
return $dara.cast<DeleteLakeStorageResponse>(await this.callApi(params, req, runtime), new DeleteLakeStorageResponse({}));
|
|
58516
|
-
} else {
|
|
58517
|
-
return $dara.cast<DeleteLakeStorageResponse>(await this.execute(params, req, runtime), new DeleteLakeStorageResponse({}));
|
|
58518
|
-
}
|
|
58519
|
-
|
|
58364
|
+
return $dara.cast<DeleteLakeStorageResponse>(await this.callApi(params, req, runtime), new DeleteLakeStorageResponse({}));
|
|
58520
58365
|
}
|
|
58521
58366
|
|
|
58522
58367
|
/**
|
|
@@ -58585,12 +58430,7 @@ export default class Client extends OpenApi {
|
|
|
58585
58430
|
reqBodyType: "formData",
|
|
58586
58431
|
bodyType: "json",
|
|
58587
58432
|
});
|
|
58588
|
-
|
|
58589
|
-
return $dara.cast<DeletePerformanceViewResponse>(await this.callApi(params, req, runtime), new DeletePerformanceViewResponse({}));
|
|
58590
|
-
} else {
|
|
58591
|
-
return $dara.cast<DeletePerformanceViewResponse>(await this.execute(params, req, runtime), new DeletePerformanceViewResponse({}));
|
|
58592
|
-
}
|
|
58593
|
-
|
|
58433
|
+
return $dara.cast<DeletePerformanceViewResponse>(await this.callApi(params, req, runtime), new DeletePerformanceViewResponse({}));
|
|
58594
58434
|
}
|
|
58595
58435
|
|
|
58596
58436
|
/**
|
|
@@ -58641,12 +58481,7 @@ export default class Client extends OpenApi {
|
|
|
58641
58481
|
reqBodyType: "formData",
|
|
58642
58482
|
bodyType: "json",
|
|
58643
58483
|
});
|
|
58644
|
-
|
|
58645
|
-
return $dara.cast<DeleteSparkTemplateResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateResponse({}));
|
|
58646
|
-
} else {
|
|
58647
|
-
return $dara.cast<DeleteSparkTemplateResponse>(await this.execute(params, req, runtime), new DeleteSparkTemplateResponse({}));
|
|
58648
|
-
}
|
|
58649
|
-
|
|
58484
|
+
return $dara.cast<DeleteSparkTemplateResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateResponse({}));
|
|
58650
58485
|
}
|
|
58651
58486
|
|
|
58652
58487
|
/**
|
|
@@ -58702,12 +58537,7 @@ export default class Client extends OpenApi {
|
|
|
58702
58537
|
reqBodyType: "formData",
|
|
58703
58538
|
bodyType: "json",
|
|
58704
58539
|
});
|
|
58705
|
-
|
|
58706
|
-
return $dara.cast<DeleteSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateFileResponse({}));
|
|
58707
|
-
} else {
|
|
58708
|
-
return $dara.cast<DeleteSparkTemplateFileResponse>(await this.execute(params, req, runtime), new DeleteSparkTemplateFileResponse({}));
|
|
58709
|
-
}
|
|
58710
|
-
|
|
58540
|
+
return $dara.cast<DeleteSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateFileResponse({}));
|
|
58711
58541
|
}
|
|
58712
58542
|
|
|
58713
58543
|
/**
|
|
@@ -58753,12 +58583,7 @@ export default class Client extends OpenApi {
|
|
|
58753
58583
|
reqBodyType: "formData",
|
|
58754
58584
|
bodyType: "json",
|
|
58755
58585
|
});
|
|
58756
|
-
|
|
58757
|
-
return $dara.cast<DescribeAPSADBInstancesResponse>(await this.callApi(params, req, runtime), new DescribeAPSADBInstancesResponse({}));
|
|
58758
|
-
} else {
|
|
58759
|
-
return $dara.cast<DescribeAPSADBInstancesResponse>(await this.execute(params, req, runtime), new DescribeAPSADBInstancesResponse({}));
|
|
58760
|
-
}
|
|
58761
|
-
|
|
58586
|
+
return $dara.cast<DescribeAPSADBInstancesResponse>(await this.callApi(params, req, runtime), new DescribeAPSADBInstancesResponse({}));
|
|
58762
58587
|
}
|
|
58763
58588
|
|
|
58764
58589
|
/**
|
|
@@ -58835,12 +58660,7 @@ export default class Client extends OpenApi {
|
|
|
58835
58660
|
reqBodyType: "formData",
|
|
58836
58661
|
bodyType: "json",
|
|
58837
58662
|
});
|
|
58838
|
-
|
|
58839
|
-
return $dara.cast<DescribeAbnormalPatternDetectionResponse>(await this.callApi(params, req, runtime), new DescribeAbnormalPatternDetectionResponse({}));
|
|
58840
|
-
} else {
|
|
58841
|
-
return $dara.cast<DescribeAbnormalPatternDetectionResponse>(await this.execute(params, req, runtime), new DescribeAbnormalPatternDetectionResponse({}));
|
|
58842
|
-
}
|
|
58843
|
-
|
|
58663
|
+
return $dara.cast<DescribeAbnormalPatternDetectionResponse>(await this.callApi(params, req, runtime), new DescribeAbnormalPatternDetectionResponse({}));
|
|
58844
58664
|
}
|
|
58845
58665
|
|
|
58846
58666
|
/**
|
|
@@ -58897,12 +58717,7 @@ export default class Client extends OpenApi {
|
|
|
58897
58717
|
reqBodyType: "formData",
|
|
58898
58718
|
bodyType: "json",
|
|
58899
58719
|
});
|
|
58900
|
-
|
|
58901
|
-
return $dara.cast<DescribeAccountAllPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountAllPrivilegesResponse({}));
|
|
58902
|
-
} else {
|
|
58903
|
-
return $dara.cast<DescribeAccountAllPrivilegesResponse>(await this.execute(params, req, runtime), new DescribeAccountAllPrivilegesResponse({}));
|
|
58904
|
-
}
|
|
58905
|
-
|
|
58720
|
+
return $dara.cast<DescribeAccountAllPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountAllPrivilegesResponse({}));
|
|
58906
58721
|
}
|
|
58907
58722
|
|
|
58908
58723
|
/**
|
|
@@ -58982,12 +58797,7 @@ export default class Client extends OpenApi {
|
|
|
58982
58797
|
reqBodyType: "formData",
|
|
58983
58798
|
bodyType: "json",
|
|
58984
58799
|
});
|
|
58985
|
-
|
|
58986
|
-
return $dara.cast<DescribeAccountPrivilegeObjectsResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegeObjectsResponse({}));
|
|
58987
|
-
} else {
|
|
58988
|
-
return $dara.cast<DescribeAccountPrivilegeObjectsResponse>(await this.execute(params, req, runtime), new DescribeAccountPrivilegeObjectsResponse({}));
|
|
58989
|
-
}
|
|
58990
|
-
|
|
58800
|
+
return $dara.cast<DescribeAccountPrivilegeObjectsResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegeObjectsResponse({}));
|
|
58991
58801
|
}
|
|
58992
58802
|
|
|
58993
58803
|
/**
|
|
@@ -59064,12 +58874,7 @@ export default class Client extends OpenApi {
|
|
|
59064
58874
|
reqBodyType: "formData",
|
|
59065
58875
|
bodyType: "json",
|
|
59066
58876
|
});
|
|
59067
|
-
|
|
59068
|
-
return $dara.cast<DescribeAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegesResponse({}));
|
|
59069
|
-
} else {
|
|
59070
|
-
return $dara.cast<DescribeAccountPrivilegesResponse>(await this.execute(params, req, runtime), new DescribeAccountPrivilegesResponse({}));
|
|
59071
|
-
}
|
|
59072
|
-
|
|
58877
|
+
return $dara.cast<DescribeAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegesResponse({}));
|
|
59073
58878
|
}
|
|
59074
58879
|
|
|
59075
58880
|
/**
|
|
@@ -59126,12 +58931,7 @@ export default class Client extends OpenApi {
|
|
|
59126
58931
|
reqBodyType: "formData",
|
|
59127
58932
|
bodyType: "json",
|
|
59128
58933
|
});
|
|
59129
|
-
|
|
59130
|
-
return $dara.cast<DescribeAccountsResponse>(await this.callApi(params, req, runtime), new DescribeAccountsResponse({}));
|
|
59131
|
-
} else {
|
|
59132
|
-
return $dara.cast<DescribeAccountsResponse>(await this.execute(params, req, runtime), new DescribeAccountsResponse({}));
|
|
59133
|
-
}
|
|
59134
|
-
|
|
58934
|
+
return $dara.cast<DescribeAccountsResponse>(await this.callApi(params, req, runtime), new DescribeAccountsResponse({}));
|
|
59135
58935
|
}
|
|
59136
58936
|
|
|
59137
58937
|
/**
|
|
@@ -59192,12 +58992,7 @@ export default class Client extends OpenApi {
|
|
|
59192
58992
|
reqBodyType: "formData",
|
|
59193
58993
|
bodyType: "json",
|
|
59194
58994
|
});
|
|
59195
|
-
|
|
59196
|
-
return $dara.cast<DescribeAdbMySqlColumnsResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlColumnsResponse({}));
|
|
59197
|
-
} else {
|
|
59198
|
-
return $dara.cast<DescribeAdbMySqlColumnsResponse>(await this.execute(params, req, runtime), new DescribeAdbMySqlColumnsResponse({}));
|
|
59199
|
-
}
|
|
59200
|
-
|
|
58995
|
+
return $dara.cast<DescribeAdbMySqlColumnsResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlColumnsResponse({}));
|
|
59201
58996
|
}
|
|
59202
58997
|
|
|
59203
58998
|
/**
|
|
@@ -59251,12 +59046,7 @@ export default class Client extends OpenApi {
|
|
|
59251
59046
|
reqBodyType: "formData",
|
|
59252
59047
|
bodyType: "json",
|
|
59253
59048
|
});
|
|
59254
|
-
|
|
59255
|
-
return $dara.cast<DescribeAdbMySqlSchemasResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlSchemasResponse({}));
|
|
59256
|
-
} else {
|
|
59257
|
-
return $dara.cast<DescribeAdbMySqlSchemasResponse>(await this.execute(params, req, runtime), new DescribeAdbMySqlSchemasResponse({}));
|
|
59258
|
-
}
|
|
59259
|
-
|
|
59049
|
+
return $dara.cast<DescribeAdbMySqlSchemasResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlSchemasResponse({}));
|
|
59260
59050
|
}
|
|
59261
59051
|
|
|
59262
59052
|
/**
|
|
@@ -59314,12 +59104,7 @@ export default class Client extends OpenApi {
|
|
|
59314
59104
|
reqBodyType: "formData",
|
|
59315
59105
|
bodyType: "json",
|
|
59316
59106
|
});
|
|
59317
|
-
|
|
59318
|
-
return $dara.cast<DescribeAdbMySqlTablesResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlTablesResponse({}));
|
|
59319
|
-
} else {
|
|
59320
|
-
return $dara.cast<DescribeAdbMySqlTablesResponse>(await this.execute(params, req, runtime), new DescribeAdbMySqlTablesResponse({}));
|
|
59321
|
-
}
|
|
59322
|
-
|
|
59107
|
+
return $dara.cast<DescribeAdbMySqlTablesResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlTablesResponse({}));
|
|
59323
59108
|
}
|
|
59324
59109
|
|
|
59325
59110
|
/**
|
|
@@ -59372,12 +59157,7 @@ export default class Client extends OpenApi {
|
|
|
59372
59157
|
reqBodyType: "formData",
|
|
59373
59158
|
bodyType: "json",
|
|
59374
59159
|
});
|
|
59375
|
-
|
|
59376
|
-
return $dara.cast<DescribeAdviceServiceEnabledResponse>(await this.callApi(params, req, runtime), new DescribeAdviceServiceEnabledResponse({}));
|
|
59377
|
-
} else {
|
|
59378
|
-
return $dara.cast<DescribeAdviceServiceEnabledResponse>(await this.execute(params, req, runtime), new DescribeAdviceServiceEnabledResponse({}));
|
|
59379
|
-
}
|
|
59380
|
-
|
|
59160
|
+
return $dara.cast<DescribeAdviceServiceEnabledResponse>(await this.callApi(params, req, runtime), new DescribeAdviceServiceEnabledResponse({}));
|
|
59381
59161
|
}
|
|
59382
59162
|
|
|
59383
59163
|
/**
|
|
@@ -59438,12 +59218,7 @@ export default class Client extends OpenApi {
|
|
|
59438
59218
|
reqBodyType: "formData",
|
|
59439
59219
|
bodyType: "json",
|
|
59440
59220
|
});
|
|
59441
|
-
|
|
59442
|
-
return $dara.cast<DescribeAllDataSourceResponse>(await this.callApi(params, req, runtime), new DescribeAllDataSourceResponse({}));
|
|
59443
|
-
} else {
|
|
59444
|
-
return $dara.cast<DescribeAllDataSourceResponse>(await this.execute(params, req, runtime), new DescribeAllDataSourceResponse({}));
|
|
59445
|
-
}
|
|
59446
|
-
|
|
59221
|
+
return $dara.cast<DescribeAllDataSourceResponse>(await this.callApi(params, req, runtime), new DescribeAllDataSourceResponse({}));
|
|
59447
59222
|
}
|
|
59448
59223
|
|
|
59449
59224
|
/**
|
|
@@ -59529,12 +59304,7 @@ export default class Client extends OpenApi {
|
|
|
59529
59304
|
reqBodyType: "formData",
|
|
59530
59305
|
bodyType: "json",
|
|
59531
59306
|
});
|
|
59532
|
-
|
|
59533
|
-
return $dara.cast<DescribeAppliedAdvicesResponse>(await this.callApi(params, req, runtime), new DescribeAppliedAdvicesResponse({}));
|
|
59534
|
-
} else {
|
|
59535
|
-
return $dara.cast<DescribeAppliedAdvicesResponse>(await this.execute(params, req, runtime), new DescribeAppliedAdvicesResponse({}));
|
|
59536
|
-
}
|
|
59537
|
-
|
|
59307
|
+
return $dara.cast<DescribeAppliedAdvicesResponse>(await this.callApi(params, req, runtime), new DescribeAppliedAdvicesResponse({}));
|
|
59538
59308
|
}
|
|
59539
59309
|
|
|
59540
59310
|
/**
|
|
@@ -59633,12 +59403,7 @@ export default class Client extends OpenApi {
|
|
|
59633
59403
|
reqBodyType: "formData",
|
|
59634
59404
|
bodyType: "json",
|
|
59635
59405
|
});
|
|
59636
|
-
|
|
59637
|
-
return $dara.cast<DescribeApsActionLogsResponse>(await this.callApi(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
59638
|
-
} else {
|
|
59639
|
-
return $dara.cast<DescribeApsActionLogsResponse>(await this.execute(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
59640
|
-
}
|
|
59641
|
-
|
|
59406
|
+
return $dara.cast<DescribeApsActionLogsResponse>(await this.callApi(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
59642
59407
|
}
|
|
59643
59408
|
|
|
59644
59409
|
/**
|
|
@@ -59693,12 +59458,7 @@ export default class Client extends OpenApi {
|
|
|
59693
59458
|
reqBodyType: "formData",
|
|
59694
59459
|
bodyType: "json",
|
|
59695
59460
|
});
|
|
59696
|
-
|
|
59697
|
-
return $dara.cast<DescribeApsDatasourceResponse>(await this.callApi(params, req, runtime), new DescribeApsDatasourceResponse({}));
|
|
59698
|
-
} else {
|
|
59699
|
-
return $dara.cast<DescribeApsDatasourceResponse>(await this.execute(params, req, runtime), new DescribeApsDatasourceResponse({}));
|
|
59700
|
-
}
|
|
59701
|
-
|
|
59461
|
+
return $dara.cast<DescribeApsDatasourceResponse>(await this.callApi(params, req, runtime), new DescribeApsDatasourceResponse({}));
|
|
59702
59462
|
}
|
|
59703
59463
|
|
|
59704
59464
|
/**
|
|
@@ -59768,12 +59528,7 @@ export default class Client extends OpenApi {
|
|
|
59768
59528
|
reqBodyType: "formData",
|
|
59769
59529
|
bodyType: "json",
|
|
59770
59530
|
});
|
|
59771
|
-
|
|
59772
|
-
return $dara.cast<DescribeApsDatasourcesResponse>(await this.callApi(params, req, runtime), new DescribeApsDatasourcesResponse({}));
|
|
59773
|
-
} else {
|
|
59774
|
-
return $dara.cast<DescribeApsDatasourcesResponse>(await this.execute(params, req, runtime), new DescribeApsDatasourcesResponse({}));
|
|
59775
|
-
}
|
|
59776
|
-
|
|
59531
|
+
return $dara.cast<DescribeApsDatasourcesResponse>(await this.callApi(params, req, runtime), new DescribeApsDatasourcesResponse({}));
|
|
59777
59532
|
}
|
|
59778
59533
|
|
|
59779
59534
|
/**
|
|
@@ -59823,12 +59578,7 @@ export default class Client extends OpenApi {
|
|
|
59823
59578
|
reqBodyType: "formData",
|
|
59824
59579
|
bodyType: "json",
|
|
59825
59580
|
});
|
|
59826
|
-
|
|
59827
|
-
return $dara.cast<DescribeApsHiveWorkloadResponse>(await this.callApi(params, req, runtime), new DescribeApsHiveWorkloadResponse({}));
|
|
59828
|
-
} else {
|
|
59829
|
-
return $dara.cast<DescribeApsHiveWorkloadResponse>(await this.execute(params, req, runtime), new DescribeApsHiveWorkloadResponse({}));
|
|
59830
|
-
}
|
|
59831
|
-
|
|
59581
|
+
return $dara.cast<DescribeApsHiveWorkloadResponse>(await this.callApi(params, req, runtime), new DescribeApsHiveWorkloadResponse({}));
|
|
59832
59582
|
}
|
|
59833
59583
|
|
|
59834
59584
|
/**
|
|
@@ -59874,12 +59624,7 @@ export default class Client extends OpenApi {
|
|
|
59874
59624
|
reqBodyType: "formData",
|
|
59875
59625
|
bodyType: "json",
|
|
59876
59626
|
});
|
|
59877
|
-
|
|
59878
|
-
return $dara.cast<DescribeApsJobDetailResponse>(await this.callApi(params, req, runtime), new DescribeApsJobDetailResponse({}));
|
|
59879
|
-
} else {
|
|
59880
|
-
return $dara.cast<DescribeApsJobDetailResponse>(await this.execute(params, req, runtime), new DescribeApsJobDetailResponse({}));
|
|
59881
|
-
}
|
|
59882
|
-
|
|
59627
|
+
return $dara.cast<DescribeApsJobDetailResponse>(await this.callApi(params, req, runtime), new DescribeApsJobDetailResponse({}));
|
|
59883
59628
|
}
|
|
59884
59629
|
|
|
59885
59630
|
/**
|
|
@@ -59941,12 +59686,7 @@ export default class Client extends OpenApi {
|
|
|
59941
59686
|
reqBodyType: "formData",
|
|
59942
59687
|
bodyType: "json",
|
|
59943
59688
|
});
|
|
59944
|
-
|
|
59945
|
-
return $dara.cast<DescribeApsJobsResponse>(await this.callApi(params, req, runtime), new DescribeApsJobsResponse({}));
|
|
59946
|
-
} else {
|
|
59947
|
-
return $dara.cast<DescribeApsJobsResponse>(await this.execute(params, req, runtime), new DescribeApsJobsResponse({}));
|
|
59948
|
-
}
|
|
59949
|
-
|
|
59689
|
+
return $dara.cast<DescribeApsJobsResponse>(await this.callApi(params, req, runtime), new DescribeApsJobsResponse({}));
|
|
59950
59690
|
}
|
|
59951
59691
|
|
|
59952
59692
|
/**
|
|
@@ -60012,12 +59752,7 @@ export default class Client extends OpenApi {
|
|
|
60012
59752
|
reqBodyType: "formData",
|
|
60013
59753
|
bodyType: "json",
|
|
60014
59754
|
});
|
|
60015
|
-
|
|
60016
|
-
return $dara.cast<DescribeApsMigrationWorkloadsResponse>(await this.callApi(params, req, runtime), new DescribeApsMigrationWorkloadsResponse({}));
|
|
60017
|
-
} else {
|
|
60018
|
-
return $dara.cast<DescribeApsMigrationWorkloadsResponse>(await this.execute(params, req, runtime), new DescribeApsMigrationWorkloadsResponse({}));
|
|
60019
|
-
}
|
|
60020
|
-
|
|
59755
|
+
return $dara.cast<DescribeApsMigrationWorkloadsResponse>(await this.callApi(params, req, runtime), new DescribeApsMigrationWorkloadsResponse({}));
|
|
60021
59756
|
}
|
|
60022
59757
|
|
|
60023
59758
|
/**
|
|
@@ -60067,12 +59802,7 @@ export default class Client extends OpenApi {
|
|
|
60067
59802
|
reqBodyType: "formData",
|
|
60068
59803
|
bodyType: "json",
|
|
60069
59804
|
});
|
|
60070
|
-
|
|
60071
|
-
return $dara.cast<DescribeApsProgressResponse>(await this.callApi(params, req, runtime), new DescribeApsProgressResponse({}));
|
|
60072
|
-
} else {
|
|
60073
|
-
return $dara.cast<DescribeApsProgressResponse>(await this.execute(params, req, runtime), new DescribeApsProgressResponse({}));
|
|
60074
|
-
}
|
|
60075
|
-
|
|
59805
|
+
return $dara.cast<DescribeApsProgressResponse>(await this.callApi(params, req, runtime), new DescribeApsProgressResponse({}));
|
|
60076
59806
|
}
|
|
60077
59807
|
|
|
60078
59808
|
/**
|
|
@@ -60126,12 +59856,7 @@ export default class Client extends OpenApi {
|
|
|
60126
59856
|
reqBodyType: "formData",
|
|
60127
59857
|
bodyType: "json",
|
|
60128
59858
|
});
|
|
60129
|
-
|
|
60130
|
-
return $dara.cast<DescribeApsResourceGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApsResourceGroupsResponse({}));
|
|
60131
|
-
} else {
|
|
60132
|
-
return $dara.cast<DescribeApsResourceGroupsResponse>(await this.execute(params, req, runtime), new DescribeApsResourceGroupsResponse({}));
|
|
60133
|
-
}
|
|
60134
|
-
|
|
59859
|
+
return $dara.cast<DescribeApsResourceGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApsResourceGroupsResponse({}));
|
|
60135
59860
|
}
|
|
60136
59861
|
|
|
60137
59862
|
/**
|
|
@@ -60253,12 +59978,7 @@ export default class Client extends OpenApi {
|
|
|
60253
59978
|
reqBodyType: "formData",
|
|
60254
59979
|
bodyType: "json",
|
|
60255
59980
|
});
|
|
60256
|
-
|
|
60257
|
-
return $dara.cast<DescribeAuditLogRecordsResponse>(await this.callApi(params, req, runtime), new DescribeAuditLogRecordsResponse({}));
|
|
60258
|
-
} else {
|
|
60259
|
-
return $dara.cast<DescribeAuditLogRecordsResponse>(await this.execute(params, req, runtime), new DescribeAuditLogRecordsResponse({}));
|
|
60260
|
-
}
|
|
60261
|
-
|
|
59981
|
+
return $dara.cast<DescribeAuditLogRecordsResponse>(await this.callApi(params, req, runtime), new DescribeAuditLogRecordsResponse({}));
|
|
60262
59982
|
}
|
|
60263
59983
|
|
|
60264
59984
|
/**
|
|
@@ -60340,12 +60060,7 @@ export default class Client extends OpenApi {
|
|
|
60340
60060
|
reqBodyType: "formData",
|
|
60341
60061
|
bodyType: "json",
|
|
60342
60062
|
});
|
|
60343
|
-
|
|
60344
|
-
return $dara.cast<DescribeAvailableAdvicesResponse>(await this.callApi(params, req, runtime), new DescribeAvailableAdvicesResponse({}));
|
|
60345
|
-
} else {
|
|
60346
|
-
return $dara.cast<DescribeAvailableAdvicesResponse>(await this.execute(params, req, runtime), new DescribeAvailableAdvicesResponse({}));
|
|
60347
|
-
}
|
|
60348
|
-
|
|
60063
|
+
return $dara.cast<DescribeAvailableAdvicesResponse>(await this.callApi(params, req, runtime), new DescribeAvailableAdvicesResponse({}));
|
|
60349
60064
|
}
|
|
60350
60065
|
|
|
60351
60066
|
/**
|
|
@@ -60406,12 +60121,7 @@ export default class Client extends OpenApi {
|
|
|
60406
60121
|
reqBodyType: "formData",
|
|
60407
60122
|
bodyType: "json",
|
|
60408
60123
|
});
|
|
60409
|
-
|
|
60410
|
-
return $dara.cast<DescribeBackupPolicyResponse>(await this.callApi(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
60411
|
-
} else {
|
|
60412
|
-
return $dara.cast<DescribeBackupPolicyResponse>(await this.execute(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
60413
|
-
}
|
|
60414
|
-
|
|
60124
|
+
return $dara.cast<DescribeBackupPolicyResponse>(await this.callApi(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
60415
60125
|
}
|
|
60416
60126
|
|
|
60417
60127
|
/**
|
|
@@ -60493,12 +60203,7 @@ export default class Client extends OpenApi {
|
|
|
60493
60203
|
reqBodyType: "formData",
|
|
60494
60204
|
bodyType: "json",
|
|
60495
60205
|
});
|
|
60496
|
-
|
|
60497
|
-
return $dara.cast<DescribeBackupsResponse>(await this.callApi(params, req, runtime), new DescribeBackupsResponse({}));
|
|
60498
|
-
} else {
|
|
60499
|
-
return $dara.cast<DescribeBackupsResponse>(await this.execute(params, req, runtime), new DescribeBackupsResponse({}));
|
|
60500
|
-
}
|
|
60501
|
-
|
|
60206
|
+
return $dara.cast<DescribeBackupsResponse>(await this.callApi(params, req, runtime), new DescribeBackupsResponse({}));
|
|
60502
60207
|
}
|
|
60503
60208
|
|
|
60504
60209
|
/**
|
|
@@ -60573,12 +60278,7 @@ export default class Client extends OpenApi {
|
|
|
60573
60278
|
reqBodyType: "formData",
|
|
60574
60279
|
bodyType: "json",
|
|
60575
60280
|
});
|
|
60576
|
-
|
|
60577
|
-
return $dara.cast<DescribeBadSqlDetectionResponse>(await this.callApi(params, req, runtime), new DescribeBadSqlDetectionResponse({}));
|
|
60578
|
-
} else {
|
|
60579
|
-
return $dara.cast<DescribeBadSqlDetectionResponse>(await this.execute(params, req, runtime), new DescribeBadSqlDetectionResponse({}));
|
|
60580
|
-
}
|
|
60581
|
-
|
|
60281
|
+
return $dara.cast<DescribeBadSqlDetectionResponse>(await this.callApi(params, req, runtime), new DescribeBadSqlDetectionResponse({}));
|
|
60582
60282
|
}
|
|
60583
60283
|
|
|
60584
60284
|
/**
|
|
@@ -60631,12 +60331,7 @@ export default class Client extends OpenApi {
|
|
|
60631
60331
|
reqBodyType: "formData",
|
|
60632
60332
|
bodyType: "json",
|
|
60633
60333
|
});
|
|
60634
|
-
|
|
60635
|
-
return $dara.cast<DescribeClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new DescribeClusterAccessWhiteListResponse({}));
|
|
60636
|
-
} else {
|
|
60637
|
-
return $dara.cast<DescribeClusterAccessWhiteListResponse>(await this.execute(params, req, runtime), new DescribeClusterAccessWhiteListResponse({}));
|
|
60638
|
-
}
|
|
60639
|
-
|
|
60334
|
+
return $dara.cast<DescribeClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new DescribeClusterAccessWhiteListResponse({}));
|
|
60640
60335
|
}
|
|
60641
60336
|
|
|
60642
60337
|
/**
|
|
@@ -60688,12 +60383,7 @@ export default class Client extends OpenApi {
|
|
|
60688
60383
|
reqBodyType: "formData",
|
|
60689
60384
|
bodyType: "json",
|
|
60690
60385
|
});
|
|
60691
|
-
|
|
60692
|
-
return $dara.cast<DescribeClusterNetInfoResponse>(await this.callApi(params, req, runtime), new DescribeClusterNetInfoResponse({}));
|
|
60693
|
-
} else {
|
|
60694
|
-
return $dara.cast<DescribeClusterNetInfoResponse>(await this.execute(params, req, runtime), new DescribeClusterNetInfoResponse({}));
|
|
60695
|
-
}
|
|
60696
|
-
|
|
60386
|
+
return $dara.cast<DescribeClusterNetInfoResponse>(await this.callApi(params, req, runtime), new DescribeClusterNetInfoResponse({}));
|
|
60697
60387
|
}
|
|
60698
60388
|
|
|
60699
60389
|
/**
|
|
@@ -60741,12 +60431,7 @@ export default class Client extends OpenApi {
|
|
|
60741
60431
|
reqBodyType: "formData",
|
|
60742
60432
|
bodyType: "json",
|
|
60743
60433
|
});
|
|
60744
|
-
|
|
60745
|
-
return $dara.cast<DescribeClusterResourceDetailResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceDetailResponse({}));
|
|
60746
|
-
} else {
|
|
60747
|
-
return $dara.cast<DescribeClusterResourceDetailResponse>(await this.execute(params, req, runtime), new DescribeClusterResourceDetailResponse({}));
|
|
60748
|
-
}
|
|
60749
|
-
|
|
60434
|
+
return $dara.cast<DescribeClusterResourceDetailResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceDetailResponse({}));
|
|
60750
60435
|
}
|
|
60751
60436
|
|
|
60752
60437
|
/**
|
|
@@ -60790,12 +60475,7 @@ export default class Client extends OpenApi {
|
|
|
60790
60475
|
reqBodyType: "formData",
|
|
60791
60476
|
bodyType: "json",
|
|
60792
60477
|
});
|
|
60793
|
-
|
|
60794
|
-
return $dara.cast<DescribeClusterResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceUsageResponse({}));
|
|
60795
|
-
} else {
|
|
60796
|
-
return $dara.cast<DescribeClusterResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeClusterResourceUsageResponse({}));
|
|
60797
|
-
}
|
|
60798
|
-
|
|
60478
|
+
return $dara.cast<DescribeClusterResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceUsageResponse({}));
|
|
60799
60479
|
}
|
|
60800
60480
|
|
|
60801
60481
|
/**
|
|
@@ -60856,12 +60536,7 @@ export default class Client extends OpenApi {
|
|
|
60856
60536
|
reqBodyType: "formData",
|
|
60857
60537
|
bodyType: "json",
|
|
60858
60538
|
});
|
|
60859
|
-
|
|
60860
|
-
return $dara.cast<DescribeColumnsResponse>(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
60861
|
-
} else {
|
|
60862
|
-
return $dara.cast<DescribeColumnsResponse>(await this.execute(params, req, runtime), new DescribeColumnsResponse({}));
|
|
60863
|
-
}
|
|
60864
|
-
|
|
60539
|
+
return $dara.cast<DescribeColumnsResponse>(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
60865
60540
|
}
|
|
60866
60541
|
|
|
60867
60542
|
/**
|
|
@@ -60907,12 +60582,7 @@ export default class Client extends OpenApi {
|
|
|
60907
60582
|
reqBodyType: "formData",
|
|
60908
60583
|
bodyType: "json",
|
|
60909
60584
|
});
|
|
60910
|
-
|
|
60911
|
-
return $dara.cast<DescribeCompactionServiceSwitchResponse>(await this.callApi(params, req, runtime), new DescribeCompactionServiceSwitchResponse({}));
|
|
60912
|
-
} else {
|
|
60913
|
-
return $dara.cast<DescribeCompactionServiceSwitchResponse>(await this.execute(params, req, runtime), new DescribeCompactionServiceSwitchResponse({}));
|
|
60914
|
-
}
|
|
60915
|
-
|
|
60585
|
+
return $dara.cast<DescribeCompactionServiceSwitchResponse>(await this.callApi(params, req, runtime), new DescribeCompactionServiceSwitchResponse({}));
|
|
60916
60586
|
}
|
|
60917
60587
|
|
|
60918
60588
|
/**
|
|
@@ -60969,12 +60639,7 @@ export default class Client extends OpenApi {
|
|
|
60969
60639
|
reqBodyType: "formData",
|
|
60970
60640
|
bodyType: "json",
|
|
60971
60641
|
});
|
|
60972
|
-
|
|
60973
|
-
return $dara.cast<DescribeComputeResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeComputeResourceUsageResponse({}));
|
|
60974
|
-
} else {
|
|
60975
|
-
return $dara.cast<DescribeComputeResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeComputeResourceUsageResponse({}));
|
|
60976
|
-
}
|
|
60977
|
-
|
|
60642
|
+
return $dara.cast<DescribeComputeResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeComputeResourceUsageResponse({}));
|
|
60978
60643
|
}
|
|
60979
60644
|
|
|
60980
60645
|
/**
|
|
@@ -61051,12 +60716,7 @@ export default class Client extends OpenApi {
|
|
|
61051
60716
|
reqBodyType: "formData",
|
|
61052
60717
|
bodyType: "json",
|
|
61053
60718
|
});
|
|
61054
|
-
|
|
61055
|
-
return $dara.cast<DescribeControllerDetectionResponse>(await this.callApi(params, req, runtime), new DescribeControllerDetectionResponse({}));
|
|
61056
|
-
} else {
|
|
61057
|
-
return $dara.cast<DescribeControllerDetectionResponse>(await this.execute(params, req, runtime), new DescribeControllerDetectionResponse({}));
|
|
61058
|
-
}
|
|
61059
|
-
|
|
60719
|
+
return $dara.cast<DescribeControllerDetectionResponse>(await this.callApi(params, req, runtime), new DescribeControllerDetectionResponse({}));
|
|
61060
60720
|
}
|
|
61061
60721
|
|
|
61062
60722
|
/**
|
|
@@ -61101,12 +60761,7 @@ export default class Client extends OpenApi {
|
|
|
61101
60761
|
reqBodyType: "formData",
|
|
61102
60762
|
bodyType: "json",
|
|
61103
60763
|
});
|
|
61104
|
-
|
|
61105
|
-
return $dara.cast<DescribeDBClusterAttributeResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
61106
|
-
} else {
|
|
61107
|
-
return $dara.cast<DescribeDBClusterAttributeResponse>(await this.execute(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
61108
|
-
}
|
|
61109
|
-
|
|
60764
|
+
return $dara.cast<DescribeDBClusterAttributeResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
61110
60765
|
}
|
|
61111
60766
|
|
|
61112
60767
|
/**
|
|
@@ -61158,12 +60813,7 @@ export default class Client extends OpenApi {
|
|
|
61158
60813
|
reqBodyType: "formData",
|
|
61159
60814
|
bodyType: "json",
|
|
61160
60815
|
});
|
|
61161
|
-
|
|
61162
|
-
return $dara.cast<DescribeDBClusterHealthStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
61163
|
-
} else {
|
|
61164
|
-
return $dara.cast<DescribeDBClusterHealthStatusResponse>(await this.execute(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
61165
|
-
}
|
|
61166
|
-
|
|
60816
|
+
return $dara.cast<DescribeDBClusterHealthStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
61167
60817
|
}
|
|
61168
60818
|
|
|
61169
60819
|
/**
|
|
@@ -61231,12 +60881,7 @@ export default class Client extends OpenApi {
|
|
|
61231
60881
|
reqBodyType: "formData",
|
|
61232
60882
|
bodyType: "json",
|
|
61233
60883
|
});
|
|
61234
|
-
|
|
61235
|
-
return $dara.cast<DescribeDBClusterPerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
61236
|
-
} else {
|
|
61237
|
-
return $dara.cast<DescribeDBClusterPerformanceResponse>(await this.execute(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
61238
|
-
}
|
|
61239
|
-
|
|
60884
|
+
return $dara.cast<DescribeDBClusterPerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
61240
60885
|
}
|
|
61241
60886
|
|
|
61242
60887
|
/**
|
|
@@ -61304,12 +60949,7 @@ export default class Client extends OpenApi {
|
|
|
61304
60949
|
reqBodyType: "formData",
|
|
61305
60950
|
bodyType: "json",
|
|
61306
60951
|
});
|
|
61307
|
-
|
|
61308
|
-
return $dara.cast<DescribeDBClusterSpaceSummaryResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterSpaceSummaryResponse({}));
|
|
61309
|
-
} else {
|
|
61310
|
-
return $dara.cast<DescribeDBClusterSpaceSummaryResponse>(await this.execute(params, req, runtime), new DescribeDBClusterSpaceSummaryResponse({}));
|
|
61311
|
-
}
|
|
61312
|
-
|
|
60952
|
+
return $dara.cast<DescribeDBClusterSpaceSummaryResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterSpaceSummaryResponse({}));
|
|
61313
60953
|
}
|
|
61314
60954
|
|
|
61315
60955
|
/**
|
|
@@ -61357,12 +60997,7 @@ export default class Client extends OpenApi {
|
|
|
61357
60997
|
reqBodyType: "formData",
|
|
61358
60998
|
bodyType: "json",
|
|
61359
60999
|
});
|
|
61360
|
-
|
|
61361
|
-
return $dara.cast<DescribeDBClusterStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterStatusResponse({}));
|
|
61362
|
-
} else {
|
|
61363
|
-
return $dara.cast<DescribeDBClusterStatusResponse>(await this.execute(params, req, runtime), new DescribeDBClusterStatusResponse({}));
|
|
61364
|
-
}
|
|
61365
|
-
|
|
61000
|
+
return $dara.cast<DescribeDBClusterStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterStatusResponse({}));
|
|
61366
61001
|
}
|
|
61367
61002
|
|
|
61368
61003
|
/**
|
|
@@ -61446,12 +61081,7 @@ export default class Client extends OpenApi {
|
|
|
61446
61081
|
reqBodyType: "formData",
|
|
61447
61082
|
bodyType: "json",
|
|
61448
61083
|
});
|
|
61449
|
-
|
|
61450
|
-
return $dara.cast<DescribeDBClustersResponse>(await this.callApi(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
61451
|
-
} else {
|
|
61452
|
-
return $dara.cast<DescribeDBClustersResponse>(await this.execute(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
61453
|
-
}
|
|
61454
|
-
|
|
61084
|
+
return $dara.cast<DescribeDBClustersResponse>(await this.callApi(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
61455
61085
|
}
|
|
61456
61086
|
|
|
61457
61087
|
/**
|
|
@@ -61515,12 +61145,7 @@ export default class Client extends OpenApi {
|
|
|
61515
61145
|
reqBodyType: "formData",
|
|
61516
61146
|
bodyType: "json",
|
|
61517
61147
|
});
|
|
61518
|
-
|
|
61519
|
-
return $dara.cast<DescribeDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DescribeDBResourceGroupResponse({}));
|
|
61520
|
-
} else {
|
|
61521
|
-
return $dara.cast<DescribeDBResourceGroupResponse>(await this.execute(params, req, runtime), new DescribeDBResourceGroupResponse({}));
|
|
61522
|
-
}
|
|
61523
|
-
|
|
61148
|
+
return $dara.cast<DescribeDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DescribeDBResourceGroupResponse({}));
|
|
61524
61149
|
}
|
|
61525
61150
|
|
|
61526
61151
|
/**
|
|
@@ -61588,12 +61213,7 @@ export default class Client extends OpenApi {
|
|
|
61588
61213
|
reqBodyType: "formData",
|
|
61589
61214
|
bodyType: "json",
|
|
61590
61215
|
});
|
|
61591
|
-
|
|
61592
|
-
return $dara.cast<DescribeDiagnosisDimensionsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisDimensionsResponse({}));
|
|
61593
|
-
} else {
|
|
61594
|
-
return $dara.cast<DescribeDiagnosisDimensionsResponse>(await this.execute(params, req, runtime), new DescribeDiagnosisDimensionsResponse({}));
|
|
61595
|
-
}
|
|
61596
|
-
|
|
61216
|
+
return $dara.cast<DescribeDiagnosisDimensionsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisDimensionsResponse({}));
|
|
61597
61217
|
}
|
|
61598
61218
|
|
|
61599
61219
|
/**
|
|
@@ -61713,12 +61333,7 @@ export default class Client extends OpenApi {
|
|
|
61713
61333
|
reqBodyType: "formData",
|
|
61714
61334
|
bodyType: "json",
|
|
61715
61335
|
});
|
|
61716
|
-
|
|
61717
|
-
return $dara.cast<DescribeDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisRecordsResponse({}));
|
|
61718
|
-
} else {
|
|
61719
|
-
return $dara.cast<DescribeDiagnosisRecordsResponse>(await this.execute(params, req, runtime), new DescribeDiagnosisRecordsResponse({}));
|
|
61720
|
-
}
|
|
61721
|
-
|
|
61336
|
+
return $dara.cast<DescribeDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisRecordsResponse({}));
|
|
61722
61337
|
}
|
|
61723
61338
|
|
|
61724
61339
|
/**
|
|
@@ -61762,12 +61377,7 @@ export default class Client extends OpenApi {
|
|
|
61762
61377
|
reqBodyType: "formData",
|
|
61763
61378
|
bodyType: "json",
|
|
61764
61379
|
});
|
|
61765
|
-
|
|
61766
|
-
return $dara.cast<DescribeDiagnosisSQLInfoResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisSQLInfoResponse({}));
|
|
61767
|
-
} else {
|
|
61768
|
-
return $dara.cast<DescribeDiagnosisSQLInfoResponse>(await this.execute(params, req, runtime), new DescribeDiagnosisSQLInfoResponse({}));
|
|
61769
|
-
}
|
|
61770
|
-
|
|
61380
|
+
return $dara.cast<DescribeDiagnosisSQLInfoResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisSQLInfoResponse({}));
|
|
61771
61381
|
}
|
|
61772
61382
|
|
|
61773
61383
|
/**
|
|
@@ -61823,12 +61433,7 @@ export default class Client extends OpenApi {
|
|
|
61823
61433
|
reqBodyType: "formData",
|
|
61824
61434
|
bodyType: "json",
|
|
61825
61435
|
});
|
|
61826
|
-
|
|
61827
|
-
return $dara.cast<DescribeDownloadRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDownloadRecordsResponse({}));
|
|
61828
|
-
} else {
|
|
61829
|
-
return $dara.cast<DescribeDownloadRecordsResponse>(await this.execute(params, req, runtime), new DescribeDownloadRecordsResponse({}));
|
|
61830
|
-
}
|
|
61831
|
-
|
|
61436
|
+
return $dara.cast<DescribeDownloadRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDownloadRecordsResponse({}));
|
|
61832
61437
|
}
|
|
61833
61438
|
|
|
61834
61439
|
/**
|
|
@@ -61880,12 +61485,7 @@ export default class Client extends OpenApi {
|
|
|
61880
61485
|
reqBodyType: "formData",
|
|
61881
61486
|
bodyType: "json",
|
|
61882
61487
|
});
|
|
61883
|
-
|
|
61884
|
-
return $dara.cast<DescribeElasticPlanAttributeResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanAttributeResponse({}));
|
|
61885
|
-
} else {
|
|
61886
|
-
return $dara.cast<DescribeElasticPlanAttributeResponse>(await this.execute(params, req, runtime), new DescribeElasticPlanAttributeResponse({}));
|
|
61887
|
-
}
|
|
61888
|
-
|
|
61488
|
+
return $dara.cast<DescribeElasticPlanAttributeResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanAttributeResponse({}));
|
|
61889
61489
|
}
|
|
61890
61490
|
|
|
61891
61491
|
/**
|
|
@@ -61957,12 +61557,7 @@ export default class Client extends OpenApi {
|
|
|
61957
61557
|
reqBodyType: "formData",
|
|
61958
61558
|
bodyType: "json",
|
|
61959
61559
|
});
|
|
61960
|
-
|
|
61961
|
-
return $dara.cast<DescribeElasticPlanJobsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanJobsResponse({}));
|
|
61962
|
-
} else {
|
|
61963
|
-
return $dara.cast<DescribeElasticPlanJobsResponse>(await this.execute(params, req, runtime), new DescribeElasticPlanJobsResponse({}));
|
|
61964
|
-
}
|
|
61965
|
-
|
|
61560
|
+
return $dara.cast<DescribeElasticPlanJobsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanJobsResponse({}));
|
|
61966
61561
|
}
|
|
61967
61562
|
|
|
61968
61563
|
/**
|
|
@@ -62018,12 +61613,7 @@ export default class Client extends OpenApi {
|
|
|
62018
61613
|
reqBodyType: "formData",
|
|
62019
61614
|
bodyType: "json",
|
|
62020
61615
|
});
|
|
62021
|
-
|
|
62022
|
-
return $dara.cast<DescribeElasticPlanSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanSpecificationsResponse({}));
|
|
62023
|
-
} else {
|
|
62024
|
-
return $dara.cast<DescribeElasticPlanSpecificationsResponse>(await this.execute(params, req, runtime), new DescribeElasticPlanSpecificationsResponse({}));
|
|
62025
|
-
}
|
|
62026
|
-
|
|
61616
|
+
return $dara.cast<DescribeElasticPlanSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanSpecificationsResponse({}));
|
|
62027
61617
|
}
|
|
62028
61618
|
|
|
62029
61619
|
/**
|
|
@@ -62095,12 +61685,7 @@ export default class Client extends OpenApi {
|
|
|
62095
61685
|
reqBodyType: "formData",
|
|
62096
61686
|
bodyType: "json",
|
|
62097
61687
|
});
|
|
62098
|
-
|
|
62099
|
-
return $dara.cast<DescribeElasticPlansResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlansResponse({}));
|
|
62100
|
-
} else {
|
|
62101
|
-
return $dara.cast<DescribeElasticPlansResponse>(await this.execute(params, req, runtime), new DescribeElasticPlansResponse({}));
|
|
62102
|
-
}
|
|
62103
|
-
|
|
61688
|
+
return $dara.cast<DescribeElasticPlansResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlansResponse({}));
|
|
62104
61689
|
}
|
|
62105
61690
|
|
|
62106
61691
|
/**
|
|
@@ -62141,12 +61726,7 @@ export default class Client extends OpenApi {
|
|
|
62141
61726
|
reqBodyType: "formData",
|
|
62142
61727
|
bodyType: "json",
|
|
62143
61728
|
});
|
|
62144
|
-
|
|
62145
|
-
return $dara.cast<DescribeEnabledPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeEnabledPrivilegesResponse({}));
|
|
62146
|
-
} else {
|
|
62147
|
-
return $dara.cast<DescribeEnabledPrivilegesResponse>(await this.execute(params, req, runtime), new DescribeEnabledPrivilegesResponse({}));
|
|
62148
|
-
}
|
|
62149
|
-
|
|
61729
|
+
return $dara.cast<DescribeEnabledPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeEnabledPrivilegesResponse({}));
|
|
62150
61730
|
}
|
|
62151
61731
|
|
|
62152
61732
|
/**
|
|
@@ -62188,12 +61768,7 @@ export default class Client extends OpenApi {
|
|
|
62188
61768
|
reqBodyType: "formData",
|
|
62189
61769
|
bodyType: "json",
|
|
62190
61770
|
});
|
|
62191
|
-
|
|
62192
|
-
return $dara.cast<DescribeEssdCacheConfigResponse>(await this.callApi(params, req, runtime), new DescribeEssdCacheConfigResponse({}));
|
|
62193
|
-
} else {
|
|
62194
|
-
return $dara.cast<DescribeEssdCacheConfigResponse>(await this.execute(params, req, runtime), new DescribeEssdCacheConfigResponse({}));
|
|
62195
|
-
}
|
|
62196
|
-
|
|
61771
|
+
return $dara.cast<DescribeEssdCacheConfigResponse>(await this.callApi(params, req, runtime), new DescribeEssdCacheConfigResponse({}));
|
|
62197
61772
|
}
|
|
62198
61773
|
|
|
62199
61774
|
/**
|
|
@@ -62279,12 +61854,7 @@ export default class Client extends OpenApi {
|
|
|
62279
61854
|
reqBodyType: "formData",
|
|
62280
61855
|
bodyType: "json",
|
|
62281
61856
|
});
|
|
62282
|
-
|
|
62283
|
-
return $dara.cast<DescribeExcessivePrimaryKeysResponse>(await this.callApi(params, req, runtime), new DescribeExcessivePrimaryKeysResponse({}));
|
|
62284
|
-
} else {
|
|
62285
|
-
return $dara.cast<DescribeExcessivePrimaryKeysResponse>(await this.execute(params, req, runtime), new DescribeExcessivePrimaryKeysResponse({}));
|
|
62286
|
-
}
|
|
62287
|
-
|
|
61857
|
+
return $dara.cast<DescribeExcessivePrimaryKeysResponse>(await this.callApi(params, req, runtime), new DescribeExcessivePrimaryKeysResponse({}));
|
|
62288
61858
|
}
|
|
62289
61859
|
|
|
62290
61860
|
/**
|
|
@@ -62358,12 +61928,7 @@ export default class Client extends OpenApi {
|
|
|
62358
61928
|
reqBodyType: "formData",
|
|
62359
61929
|
bodyType: "json",
|
|
62360
61930
|
});
|
|
62361
|
-
|
|
62362
|
-
return $dara.cast<DescribeExecutorDetectionResponse>(await this.callApi(params, req, runtime), new DescribeExecutorDetectionResponse({}));
|
|
62363
|
-
} else {
|
|
62364
|
-
return $dara.cast<DescribeExecutorDetectionResponse>(await this.execute(params, req, runtime), new DescribeExecutorDetectionResponse({}));
|
|
62365
|
-
}
|
|
62366
|
-
|
|
61931
|
+
return $dara.cast<DescribeExecutorDetectionResponse>(await this.callApi(params, req, runtime), new DescribeExecutorDetectionResponse({}));
|
|
62367
61932
|
}
|
|
62368
61933
|
|
|
62369
61934
|
/**
|
|
@@ -62432,12 +61997,7 @@ export default class Client extends OpenApi {
|
|
|
62432
61997
|
reqBodyType: "formData",
|
|
62433
61998
|
bodyType: "json",
|
|
62434
61999
|
});
|
|
62435
|
-
|
|
62436
|
-
return $dara.cast<DescribeInclinedNodesResponse>(await this.callApi(params, req, runtime), new DescribeInclinedNodesResponse({}));
|
|
62437
|
-
} else {
|
|
62438
|
-
return $dara.cast<DescribeInclinedNodesResponse>(await this.execute(params, req, runtime), new DescribeInclinedNodesResponse({}));
|
|
62439
|
-
}
|
|
62440
|
-
|
|
62000
|
+
return $dara.cast<DescribeInclinedNodesResponse>(await this.callApi(params, req, runtime), new DescribeInclinedNodesResponse({}));
|
|
62441
62001
|
}
|
|
62442
62002
|
|
|
62443
62003
|
/**
|
|
@@ -62506,12 +62066,7 @@ export default class Client extends OpenApi {
|
|
|
62506
62066
|
reqBodyType: "formData",
|
|
62507
62067
|
bodyType: "json",
|
|
62508
62068
|
});
|
|
62509
|
-
|
|
62510
|
-
return $dara.cast<DescribeInclinedTablesResponse>(await this.callApi(params, req, runtime), new DescribeInclinedTablesResponse({}));
|
|
62511
|
-
} else {
|
|
62512
|
-
return $dara.cast<DescribeInclinedTablesResponse>(await this.execute(params, req, runtime), new DescribeInclinedTablesResponse({}));
|
|
62513
|
-
}
|
|
62514
|
-
|
|
62069
|
+
return $dara.cast<DescribeInclinedTablesResponse>(await this.callApi(params, req, runtime), new DescribeInclinedTablesResponse({}));
|
|
62515
62070
|
}
|
|
62516
62071
|
|
|
62517
62072
|
/**
|
|
@@ -62564,12 +62119,7 @@ export default class Client extends OpenApi {
|
|
|
62564
62119
|
reqBodyType: "formData",
|
|
62565
62120
|
bodyType: "json",
|
|
62566
62121
|
});
|
|
62567
|
-
|
|
62568
|
-
return $dara.cast<DescribeJobResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeJobResourceUsageResponse({}));
|
|
62569
|
-
} else {
|
|
62570
|
-
return $dara.cast<DescribeJobResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeJobResourceUsageResponse({}));
|
|
62571
|
-
}
|
|
62572
|
-
|
|
62122
|
+
return $dara.cast<DescribeJobResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeJobResourceUsageResponse({}));
|
|
62573
62123
|
}
|
|
62574
62124
|
|
|
62575
62125
|
/**
|
|
@@ -62634,12 +62184,7 @@ export default class Client extends OpenApi {
|
|
|
62634
62184
|
reqBodyType: "formData",
|
|
62635
62185
|
bodyType: "json",
|
|
62636
62186
|
});
|
|
62637
|
-
|
|
62638
|
-
return $dara.cast<DescribeKernelVersionResponse>(await this.callApi(params, req, runtime), new DescribeKernelVersionResponse({}));
|
|
62639
|
-
} else {
|
|
62640
|
-
return $dara.cast<DescribeKernelVersionResponse>(await this.execute(params, req, runtime), new DescribeKernelVersionResponse({}));
|
|
62641
|
-
}
|
|
62642
|
-
|
|
62187
|
+
return $dara.cast<DescribeKernelVersionResponse>(await this.callApi(params, req, runtime), new DescribeKernelVersionResponse({}));
|
|
62643
62188
|
}
|
|
62644
62189
|
|
|
62645
62190
|
/**
|
|
@@ -62681,12 +62226,7 @@ export default class Client extends OpenApi {
|
|
|
62681
62226
|
reqBodyType: "formData",
|
|
62682
62227
|
bodyType: "json",
|
|
62683
62228
|
});
|
|
62684
|
-
|
|
62685
|
-
return $dara.cast<DescribeLakeCacheSizeResponse>(await this.callApi(params, req, runtime), new DescribeLakeCacheSizeResponse({}));
|
|
62686
|
-
} else {
|
|
62687
|
-
return $dara.cast<DescribeLakeCacheSizeResponse>(await this.execute(params, req, runtime), new DescribeLakeCacheSizeResponse({}));
|
|
62688
|
-
}
|
|
62689
|
-
|
|
62229
|
+
return $dara.cast<DescribeLakeCacheSizeResponse>(await this.callApi(params, req, runtime), new DescribeLakeCacheSizeResponse({}));
|
|
62690
62230
|
}
|
|
62691
62231
|
|
|
62692
62232
|
/**
|
|
@@ -62744,12 +62284,7 @@ export default class Client extends OpenApi {
|
|
|
62744
62284
|
reqBodyType: "formData",
|
|
62745
62285
|
bodyType: "json",
|
|
62746
62286
|
});
|
|
62747
|
-
|
|
62748
|
-
return $dara.cast<DescribeOperatorPermissionResponse>(await this.callApi(params, req, runtime), new DescribeOperatorPermissionResponse({}));
|
|
62749
|
-
} else {
|
|
62750
|
-
return $dara.cast<DescribeOperatorPermissionResponse>(await this.execute(params, req, runtime), new DescribeOperatorPermissionResponse({}));
|
|
62751
|
-
}
|
|
62752
|
-
|
|
62287
|
+
return $dara.cast<DescribeOperatorPermissionResponse>(await this.callApi(params, req, runtime), new DescribeOperatorPermissionResponse({}));
|
|
62753
62288
|
}
|
|
62754
62289
|
|
|
62755
62290
|
/**
|
|
@@ -62835,12 +62370,7 @@ export default class Client extends OpenApi {
|
|
|
62835
62370
|
reqBodyType: "formData",
|
|
62836
62371
|
bodyType: "json",
|
|
62837
62372
|
});
|
|
62838
|
-
|
|
62839
|
-
return $dara.cast<DescribeOversizeNonPartitionTableInfosResponse>(await this.callApi(params, req, runtime), new DescribeOversizeNonPartitionTableInfosResponse({}));
|
|
62840
|
-
} else {
|
|
62841
|
-
return $dara.cast<DescribeOversizeNonPartitionTableInfosResponse>(await this.execute(params, req, runtime), new DescribeOversizeNonPartitionTableInfosResponse({}));
|
|
62842
|
-
}
|
|
62843
|
-
|
|
62373
|
+
return $dara.cast<DescribeOversizeNonPartitionTableInfosResponse>(await this.callApi(params, req, runtime), new DescribeOversizeNonPartitionTableInfosResponse({}));
|
|
62844
62374
|
}
|
|
62845
62375
|
|
|
62846
62376
|
/**
|
|
@@ -62903,12 +62433,7 @@ export default class Client extends OpenApi {
|
|
|
62903
62433
|
reqBodyType: "formData",
|
|
62904
62434
|
bodyType: "json",
|
|
62905
62435
|
});
|
|
62906
|
-
|
|
62907
|
-
return $dara.cast<DescribePatternPerformanceResponse>(await this.callApi(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
62908
|
-
} else {
|
|
62909
|
-
return $dara.cast<DescribePatternPerformanceResponse>(await this.execute(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
62910
|
-
}
|
|
62911
|
-
|
|
62436
|
+
return $dara.cast<DescribePatternPerformanceResponse>(await this.callApi(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
62912
62437
|
}
|
|
62913
62438
|
|
|
62914
62439
|
/**
|
|
@@ -62979,12 +62504,7 @@ export default class Client extends OpenApi {
|
|
|
62979
62504
|
reqBodyType: "formData",
|
|
62980
62505
|
bodyType: "json",
|
|
62981
62506
|
});
|
|
62982
|
-
|
|
62983
|
-
return $dara.cast<DescribePerformanceViewAttributeResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewAttributeResponse({}));
|
|
62984
|
-
} else {
|
|
62985
|
-
return $dara.cast<DescribePerformanceViewAttributeResponse>(await this.execute(params, req, runtime), new DescribePerformanceViewAttributeResponse({}));
|
|
62986
|
-
}
|
|
62987
|
-
|
|
62507
|
+
return $dara.cast<DescribePerformanceViewAttributeResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewAttributeResponse({}));
|
|
62988
62508
|
}
|
|
62989
62509
|
|
|
62990
62510
|
/**
|
|
@@ -63046,12 +62566,7 @@ export default class Client extends OpenApi {
|
|
|
63046
62566
|
reqBodyType: "formData",
|
|
63047
62567
|
bodyType: "json",
|
|
63048
62568
|
});
|
|
63049
|
-
|
|
63050
|
-
return $dara.cast<DescribePerformanceViewsResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewsResponse({}));
|
|
63051
|
-
} else {
|
|
63052
|
-
return $dara.cast<DescribePerformanceViewsResponse>(await this.execute(params, req, runtime), new DescribePerformanceViewsResponse({}));
|
|
63053
|
-
}
|
|
63054
|
-
|
|
62569
|
+
return $dara.cast<DescribePerformanceViewsResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewsResponse({}));
|
|
63055
62570
|
}
|
|
63056
62571
|
|
|
63057
62572
|
/**
|
|
@@ -63116,12 +62631,7 @@ export default class Client extends OpenApi {
|
|
|
63116
62631
|
reqBodyType: "formData",
|
|
63117
62632
|
bodyType: "json",
|
|
63118
62633
|
});
|
|
63119
|
-
|
|
63120
|
-
return $dara.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
63121
|
-
} else {
|
|
63122
|
-
return $dara.cast<DescribeRegionsResponse>(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
|
|
63123
|
-
}
|
|
63124
|
-
|
|
62634
|
+
return $dara.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
63125
62635
|
}
|
|
63126
62636
|
|
|
63127
62637
|
/**
|
|
@@ -63174,12 +62684,7 @@ export default class Client extends OpenApi {
|
|
|
63174
62684
|
reqBodyType: "formData",
|
|
63175
62685
|
bodyType: "json",
|
|
63176
62686
|
});
|
|
63177
|
-
|
|
63178
|
-
return $dara.cast<DescribeResourceGroupSpecResponse>(await this.callApi(params, req, runtime), new DescribeResourceGroupSpecResponse({}));
|
|
63179
|
-
} else {
|
|
63180
|
-
return $dara.cast<DescribeResourceGroupSpecResponse>(await this.execute(params, req, runtime), new DescribeResourceGroupSpecResponse({}));
|
|
63181
|
-
}
|
|
63182
|
-
|
|
62687
|
+
return $dara.cast<DescribeResourceGroupSpecResponse>(await this.callApi(params, req, runtime), new DescribeResourceGroupSpecResponse({}));
|
|
63183
62688
|
}
|
|
63184
62689
|
|
|
63185
62690
|
/**
|
|
@@ -63258,12 +62763,7 @@ export default class Client extends OpenApi {
|
|
|
63258
62763
|
reqBodyType: "formData",
|
|
63259
62764
|
bodyType: "json",
|
|
63260
62765
|
});
|
|
63261
|
-
|
|
63262
|
-
return $dara.cast<DescribeSQLPatternsResponse>(await this.callApi(params, req, runtime), new DescribeSQLPatternsResponse({}));
|
|
63263
|
-
} else {
|
|
63264
|
-
return $dara.cast<DescribeSQLPatternsResponse>(await this.execute(params, req, runtime), new DescribeSQLPatternsResponse({}));
|
|
63265
|
-
}
|
|
63266
|
-
|
|
62766
|
+
return $dara.cast<DescribeSQLPatternsResponse>(await this.callApi(params, req, runtime), new DescribeSQLPatternsResponse({}));
|
|
63267
62767
|
}
|
|
63268
62768
|
|
|
63269
62769
|
/**
|
|
@@ -63318,12 +62818,7 @@ export default class Client extends OpenApi {
|
|
|
63318
62818
|
reqBodyType: "formData",
|
|
63319
62819
|
bodyType: "json",
|
|
63320
62820
|
});
|
|
63321
|
-
|
|
63322
|
-
return $dara.cast<DescribeSchemasResponse>(await this.callApi(params, req, runtime), new DescribeSchemasResponse({}));
|
|
63323
|
-
} else {
|
|
63324
|
-
return $dara.cast<DescribeSchemasResponse>(await this.execute(params, req, runtime), new DescribeSchemasResponse({}));
|
|
63325
|
-
}
|
|
63326
|
-
|
|
62821
|
+
return $dara.cast<DescribeSchemasResponse>(await this.callApi(params, req, runtime), new DescribeSchemasResponse({}));
|
|
63327
62822
|
}
|
|
63328
62823
|
|
|
63329
62824
|
/**
|
|
@@ -63381,12 +62876,7 @@ export default class Client extends OpenApi {
|
|
|
63381
62876
|
reqBodyType: "formData",
|
|
63382
62877
|
bodyType: "json",
|
|
63383
62878
|
});
|
|
63384
|
-
|
|
63385
|
-
return $dara.cast<DescribeSparkAppDiagnosisInfoResponse>(await this.callApi(params, req, runtime), new DescribeSparkAppDiagnosisInfoResponse({}));
|
|
63386
|
-
} else {
|
|
63387
|
-
return $dara.cast<DescribeSparkAppDiagnosisInfoResponse>(await this.execute(params, req, runtime), new DescribeSparkAppDiagnosisInfoResponse({}));
|
|
63388
|
-
}
|
|
63389
|
-
|
|
62879
|
+
return $dara.cast<DescribeSparkAppDiagnosisInfoResponse>(await this.callApi(params, req, runtime), new DescribeSparkAppDiagnosisInfoResponse({}));
|
|
63390
62880
|
}
|
|
63391
62881
|
|
|
63392
62882
|
/**
|
|
@@ -63436,12 +62926,7 @@ export default class Client extends OpenApi {
|
|
|
63436
62926
|
reqBodyType: "formData",
|
|
63437
62927
|
bodyType: "json",
|
|
63438
62928
|
});
|
|
63439
|
-
|
|
63440
|
-
return $dara.cast<DescribeSparkAppTypeResponse>(await this.callApi(params, req, runtime), new DescribeSparkAppTypeResponse({}));
|
|
63441
|
-
} else {
|
|
63442
|
-
return $dara.cast<DescribeSparkAppTypeResponse>(await this.execute(params, req, runtime), new DescribeSparkAppTypeResponse({}));
|
|
63443
|
-
}
|
|
63444
|
-
|
|
62929
|
+
return $dara.cast<DescribeSparkAppTypeResponse>(await this.callApi(params, req, runtime), new DescribeSparkAppTypeResponse({}));
|
|
63445
62930
|
}
|
|
63446
62931
|
|
|
63447
62932
|
/**
|
|
@@ -63495,12 +62980,7 @@ export default class Client extends OpenApi {
|
|
|
63495
62980
|
reqBodyType: "formData",
|
|
63496
62981
|
bodyType: "json",
|
|
63497
62982
|
});
|
|
63498
|
-
|
|
63499
|
-
return $dara.cast<DescribeSparkCodeLogResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeLogResponse({}));
|
|
63500
|
-
} else {
|
|
63501
|
-
return $dara.cast<DescribeSparkCodeLogResponse>(await this.execute(params, req, runtime), new DescribeSparkCodeLogResponse({}));
|
|
63502
|
-
}
|
|
63503
|
-
|
|
62983
|
+
return $dara.cast<DescribeSparkCodeLogResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeLogResponse({}));
|
|
63504
62984
|
}
|
|
63505
62985
|
|
|
63506
62986
|
/**
|
|
@@ -63558,12 +63038,7 @@ export default class Client extends OpenApi {
|
|
|
63558
63038
|
reqBodyType: "formData",
|
|
63559
63039
|
bodyType: "json",
|
|
63560
63040
|
});
|
|
63561
|
-
|
|
63562
|
-
return $dara.cast<DescribeSparkCodeOutputResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeOutputResponse({}));
|
|
63563
|
-
} else {
|
|
63564
|
-
return $dara.cast<DescribeSparkCodeOutputResponse>(await this.execute(params, req, runtime), new DescribeSparkCodeOutputResponse({}));
|
|
63565
|
-
}
|
|
63566
|
-
|
|
63041
|
+
return $dara.cast<DescribeSparkCodeOutputResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeOutputResponse({}));
|
|
63567
63042
|
}
|
|
63568
63043
|
|
|
63569
63044
|
/**
|
|
@@ -63621,12 +63096,7 @@ export default class Client extends OpenApi {
|
|
|
63621
63096
|
reqBodyType: "formData",
|
|
63622
63097
|
bodyType: "json",
|
|
63623
63098
|
});
|
|
63624
|
-
|
|
63625
|
-
return $dara.cast<DescribeSparkCodeWebUiResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeWebUiResponse({}));
|
|
63626
|
-
} else {
|
|
63627
|
-
return $dara.cast<DescribeSparkCodeWebUiResponse>(await this.execute(params, req, runtime), new DescribeSparkCodeWebUiResponse({}));
|
|
63628
|
-
}
|
|
63629
|
-
|
|
63099
|
+
return $dara.cast<DescribeSparkCodeWebUiResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeWebUiResponse({}));
|
|
63630
63100
|
}
|
|
63631
63101
|
|
|
63632
63102
|
/**
|
|
@@ -63688,12 +63158,7 @@ export default class Client extends OpenApi {
|
|
|
63688
63158
|
reqBodyType: "formData",
|
|
63689
63159
|
bodyType: "json",
|
|
63690
63160
|
});
|
|
63691
|
-
|
|
63692
|
-
return $dara.cast<DescribeSparkSQLDiagnosisAttributeResponse>(await this.callApi(params, req, runtime), new DescribeSparkSQLDiagnosisAttributeResponse({}));
|
|
63693
|
-
} else {
|
|
63694
|
-
return $dara.cast<DescribeSparkSQLDiagnosisAttributeResponse>(await this.execute(params, req, runtime), new DescribeSparkSQLDiagnosisAttributeResponse({}));
|
|
63695
|
-
}
|
|
63696
|
-
|
|
63161
|
+
return $dara.cast<DescribeSparkSQLDiagnosisAttributeResponse>(await this.callApi(params, req, runtime), new DescribeSparkSQLDiagnosisAttributeResponse({}));
|
|
63697
63162
|
}
|
|
63698
63163
|
|
|
63699
63164
|
/**
|
|
@@ -63763,12 +63228,7 @@ export default class Client extends OpenApi {
|
|
|
63763
63228
|
reqBodyType: "formData",
|
|
63764
63229
|
bodyType: "json",
|
|
63765
63230
|
});
|
|
63766
|
-
|
|
63767
|
-
return $dara.cast<DescribeSparkSQLDiagnosisListResponse>(await this.callApi(params, req, runtime), new DescribeSparkSQLDiagnosisListResponse({}));
|
|
63768
|
-
} else {
|
|
63769
|
-
return $dara.cast<DescribeSparkSQLDiagnosisListResponse>(await this.execute(params, req, runtime), new DescribeSparkSQLDiagnosisListResponse({}));
|
|
63770
|
-
}
|
|
63771
|
-
|
|
63231
|
+
return $dara.cast<DescribeSparkSQLDiagnosisListResponse>(await this.callApi(params, req, runtime), new DescribeSparkSQLDiagnosisListResponse({}));
|
|
63772
63232
|
}
|
|
63773
63233
|
|
|
63774
63234
|
/**
|
|
@@ -63841,12 +63301,7 @@ export default class Client extends OpenApi {
|
|
|
63841
63301
|
reqBodyType: "formData",
|
|
63842
63302
|
bodyType: "json",
|
|
63843
63303
|
});
|
|
63844
|
-
|
|
63845
|
-
return $dara.cast<DescribeSqlPatternResponse>(await this.callApi(params, req, runtime), new DescribeSqlPatternResponse({}));
|
|
63846
|
-
} else {
|
|
63847
|
-
return $dara.cast<DescribeSqlPatternResponse>(await this.execute(params, req, runtime), new DescribeSqlPatternResponse({}));
|
|
63848
|
-
}
|
|
63849
|
-
|
|
63304
|
+
return $dara.cast<DescribeSqlPatternResponse>(await this.callApi(params, req, runtime), new DescribeSqlPatternResponse({}));
|
|
63850
63305
|
}
|
|
63851
63306
|
|
|
63852
63307
|
/**
|
|
@@ -63902,12 +63357,7 @@ export default class Client extends OpenApi {
|
|
|
63902
63357
|
reqBodyType: "formData",
|
|
63903
63358
|
bodyType: "json",
|
|
63904
63359
|
});
|
|
63905
|
-
|
|
63906
|
-
return $dara.cast<DescribeStorageResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeStorageResourceUsageResponse({}));
|
|
63907
|
-
} else {
|
|
63908
|
-
return $dara.cast<DescribeStorageResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeStorageResourceUsageResponse({}));
|
|
63909
|
-
}
|
|
63910
|
-
|
|
63360
|
+
return $dara.cast<DescribeStorageResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeStorageResourceUsageResponse({}));
|
|
63911
63361
|
}
|
|
63912
63362
|
|
|
63913
63363
|
/**
|
|
@@ -63979,12 +63429,7 @@ export default class Client extends OpenApi {
|
|
|
63979
63429
|
reqBodyType: "formData",
|
|
63980
63430
|
bodyType: "json",
|
|
63981
63431
|
});
|
|
63982
|
-
|
|
63983
|
-
return $dara.cast<DescribeTableAccessCountResponse>(await this.callApi(params, req, runtime), new DescribeTableAccessCountResponse({}));
|
|
63984
|
-
} else {
|
|
63985
|
-
return $dara.cast<DescribeTableAccessCountResponse>(await this.execute(params, req, runtime), new DescribeTableAccessCountResponse({}));
|
|
63986
|
-
}
|
|
63987
|
-
|
|
63432
|
+
return $dara.cast<DescribeTableAccessCountResponse>(await this.callApi(params, req, runtime), new DescribeTableAccessCountResponse({}));
|
|
63988
63433
|
}
|
|
63989
63434
|
|
|
63990
63435
|
/**
|
|
@@ -64041,12 +63486,7 @@ export default class Client extends OpenApi {
|
|
|
64041
63486
|
reqBodyType: "formData",
|
|
64042
63487
|
bodyType: "json",
|
|
64043
63488
|
});
|
|
64044
|
-
|
|
64045
|
-
return $dara.cast<DescribeTableDetailResponse>(await this.callApi(params, req, runtime), new DescribeTableDetailResponse({}));
|
|
64046
|
-
} else {
|
|
64047
|
-
return $dara.cast<DescribeTableDetailResponse>(await this.execute(params, req, runtime), new DescribeTableDetailResponse({}));
|
|
64048
|
-
}
|
|
64049
|
-
|
|
63489
|
+
return $dara.cast<DescribeTableDetailResponse>(await this.callApi(params, req, runtime), new DescribeTableDetailResponse({}));
|
|
64050
63490
|
}
|
|
64051
63491
|
|
|
64052
63492
|
/**
|
|
@@ -64108,12 +63548,7 @@ export default class Client extends OpenApi {
|
|
|
64108
63548
|
reqBodyType: "formData",
|
|
64109
63549
|
bodyType: "json",
|
|
64110
63550
|
});
|
|
64111
|
-
|
|
64112
|
-
return $dara.cast<DescribeTablePartitionDiagnoseResponse>(await this.callApi(params, req, runtime), new DescribeTablePartitionDiagnoseResponse({}));
|
|
64113
|
-
} else {
|
|
64114
|
-
return $dara.cast<DescribeTablePartitionDiagnoseResponse>(await this.execute(params, req, runtime), new DescribeTablePartitionDiagnoseResponse({}));
|
|
64115
|
-
}
|
|
64116
|
-
|
|
63551
|
+
return $dara.cast<DescribeTablePartitionDiagnoseResponse>(await this.callApi(params, req, runtime), new DescribeTablePartitionDiagnoseResponse({}));
|
|
64117
63552
|
}
|
|
64118
63553
|
|
|
64119
63554
|
/**
|
|
@@ -64167,12 +63602,7 @@ export default class Client extends OpenApi {
|
|
|
64167
63602
|
reqBodyType: "formData",
|
|
64168
63603
|
bodyType: "json",
|
|
64169
63604
|
});
|
|
64170
|
-
|
|
64171
|
-
return $dara.cast<DescribeTablesResponse>(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
64172
|
-
} else {
|
|
64173
|
-
return $dara.cast<DescribeTablesResponse>(await this.execute(params, req, runtime), new DescribeTablesResponse({}));
|
|
64174
|
-
}
|
|
64175
|
-
|
|
63605
|
+
return $dara.cast<DescribeTablesResponse>(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
64176
63606
|
}
|
|
64177
63607
|
|
|
64178
63608
|
/**
|
|
@@ -64217,12 +63647,7 @@ export default class Client extends OpenApi {
|
|
|
64217
63647
|
reqBodyType: "formData",
|
|
64218
63648
|
bodyType: "json",
|
|
64219
63649
|
});
|
|
64220
|
-
|
|
64221
|
-
return $dara.cast<DescribeUserQuotaResponse>(await this.callApi(params, req, runtime), new DescribeUserQuotaResponse({}));
|
|
64222
|
-
} else {
|
|
64223
|
-
return $dara.cast<DescribeUserQuotaResponse>(await this.execute(params, req, runtime), new DescribeUserQuotaResponse({}));
|
|
64224
|
-
}
|
|
64225
|
-
|
|
63650
|
+
return $dara.cast<DescribeUserQuotaResponse>(await this.callApi(params, req, runtime), new DescribeUserQuotaResponse({}));
|
|
64226
63651
|
}
|
|
64227
63652
|
|
|
64228
63653
|
/**
|
|
@@ -64299,12 +63724,7 @@ export default class Client extends OpenApi {
|
|
|
64299
63724
|
reqBodyType: "formData",
|
|
64300
63725
|
bodyType: "json",
|
|
64301
63726
|
});
|
|
64302
|
-
|
|
64303
|
-
return $dara.cast<DescribeWorkerDetectionResponse>(await this.callApi(params, req, runtime), new DescribeWorkerDetectionResponse({}));
|
|
64304
|
-
} else {
|
|
64305
|
-
return $dara.cast<DescribeWorkerDetectionResponse>(await this.execute(params, req, runtime), new DescribeWorkerDetectionResponse({}));
|
|
64306
|
-
}
|
|
64307
|
-
|
|
63727
|
+
return $dara.cast<DescribeWorkerDetectionResponse>(await this.callApi(params, req, runtime), new DescribeWorkerDetectionResponse({}));
|
|
64308
63728
|
}
|
|
64309
63729
|
|
|
64310
63730
|
/**
|
|
@@ -64349,12 +63769,7 @@ export default class Client extends OpenApi {
|
|
|
64349
63769
|
reqBodyType: "formData",
|
|
64350
63770
|
bodyType: "json",
|
|
64351
63771
|
});
|
|
64352
|
-
|
|
64353
|
-
return $dara.cast<DetachUserENIResponse>(await this.callApi(params, req, runtime), new DetachUserENIResponse({}));
|
|
64354
|
-
} else {
|
|
64355
|
-
return $dara.cast<DetachUserENIResponse>(await this.execute(params, req, runtime), new DetachUserENIResponse({}));
|
|
64356
|
-
}
|
|
64357
|
-
|
|
63772
|
+
return $dara.cast<DetachUserENIResponse>(await this.callApi(params, req, runtime), new DetachUserENIResponse({}));
|
|
64358
63773
|
}
|
|
64359
63774
|
|
|
64360
63775
|
/**
|
|
@@ -64403,12 +63818,7 @@ export default class Client extends OpenApi {
|
|
|
64403
63818
|
reqBodyType: "formData",
|
|
64404
63819
|
bodyType: "json",
|
|
64405
63820
|
});
|
|
64406
|
-
|
|
64407
|
-
return $dara.cast<DisableAdviceServiceResponse>(await this.callApi(params, req, runtime), new DisableAdviceServiceResponse({}));
|
|
64408
|
-
} else {
|
|
64409
|
-
return $dara.cast<DisableAdviceServiceResponse>(await this.execute(params, req, runtime), new DisableAdviceServiceResponse({}));
|
|
64410
|
-
}
|
|
64411
|
-
|
|
63821
|
+
return $dara.cast<DisableAdviceServiceResponse>(await this.callApi(params, req, runtime), new DisableAdviceServiceResponse({}));
|
|
64412
63822
|
}
|
|
64413
63823
|
|
|
64414
63824
|
/**
|
|
@@ -64457,12 +63867,7 @@ export default class Client extends OpenApi {
|
|
|
64457
63867
|
reqBodyType: "formData",
|
|
64458
63868
|
bodyType: "json",
|
|
64459
63869
|
});
|
|
64460
|
-
|
|
64461
|
-
return $dara.cast<DisableElasticPlanResponse>(await this.callApi(params, req, runtime), new DisableElasticPlanResponse({}));
|
|
64462
|
-
} else {
|
|
64463
|
-
return $dara.cast<DisableElasticPlanResponse>(await this.execute(params, req, runtime), new DisableElasticPlanResponse({}));
|
|
64464
|
-
}
|
|
64465
|
-
|
|
63870
|
+
return $dara.cast<DisableElasticPlanResponse>(await this.callApi(params, req, runtime), new DisableElasticPlanResponse({}));
|
|
64466
63871
|
}
|
|
64467
63872
|
|
|
64468
63873
|
/**
|
|
@@ -64566,12 +63971,7 @@ export default class Client extends OpenApi {
|
|
|
64566
63971
|
reqBodyType: "formData",
|
|
64567
63972
|
bodyType: "json",
|
|
64568
63973
|
});
|
|
64569
|
-
|
|
64570
|
-
return $dara.cast<DownloadDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DownloadDiagnosisRecordsResponse({}));
|
|
64571
|
-
} else {
|
|
64572
|
-
return $dara.cast<DownloadDiagnosisRecordsResponse>(await this.execute(params, req, runtime), new DownloadDiagnosisRecordsResponse({}));
|
|
64573
|
-
}
|
|
64574
|
-
|
|
63974
|
+
return $dara.cast<DownloadDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DownloadDiagnosisRecordsResponse({}));
|
|
64575
63975
|
}
|
|
64576
63976
|
|
|
64577
63977
|
/**
|
|
@@ -64628,12 +64028,7 @@ export default class Client extends OpenApi {
|
|
|
64628
64028
|
reqBodyType: "formData",
|
|
64629
64029
|
bodyType: "json",
|
|
64630
64030
|
});
|
|
64631
|
-
|
|
64632
|
-
return $dara.cast<DownloadInstanceCACertificateResponse>(await this.callApi(params, req, runtime), new DownloadInstanceCACertificateResponse({}));
|
|
64633
|
-
} else {
|
|
64634
|
-
return $dara.cast<DownloadInstanceCACertificateResponse>(await this.execute(params, req, runtime), new DownloadInstanceCACertificateResponse({}));
|
|
64635
|
-
}
|
|
64636
|
-
|
|
64031
|
+
return $dara.cast<DownloadInstanceCACertificateResponse>(await this.callApi(params, req, runtime), new DownloadInstanceCACertificateResponse({}));
|
|
64637
64032
|
}
|
|
64638
64033
|
|
|
64639
64034
|
/**
|
|
@@ -64679,12 +64074,7 @@ export default class Client extends OpenApi {
|
|
|
64679
64074
|
reqBodyType: "formData",
|
|
64680
64075
|
bodyType: "json",
|
|
64681
64076
|
});
|
|
64682
|
-
|
|
64683
|
-
return $dara.cast<EnableAdviceServiceResponse>(await this.callApi(params, req, runtime), new EnableAdviceServiceResponse({}));
|
|
64684
|
-
} else {
|
|
64685
|
-
return $dara.cast<EnableAdviceServiceResponse>(await this.execute(params, req, runtime), new EnableAdviceServiceResponse({}));
|
|
64686
|
-
}
|
|
64687
|
-
|
|
64077
|
+
return $dara.cast<EnableAdviceServiceResponse>(await this.callApi(params, req, runtime), new EnableAdviceServiceResponse({}));
|
|
64688
64078
|
}
|
|
64689
64079
|
|
|
64690
64080
|
/**
|
|
@@ -64733,12 +64123,7 @@ export default class Client extends OpenApi {
|
|
|
64733
64123
|
reqBodyType: "formData",
|
|
64734
64124
|
bodyType: "json",
|
|
64735
64125
|
});
|
|
64736
|
-
|
|
64737
|
-
return $dara.cast<EnableElasticPlanResponse>(await this.callApi(params, req, runtime), new EnableElasticPlanResponse({}));
|
|
64738
|
-
} else {
|
|
64739
|
-
return $dara.cast<EnableElasticPlanResponse>(await this.execute(params, req, runtime), new EnableElasticPlanResponse({}));
|
|
64740
|
-
}
|
|
64741
|
-
|
|
64126
|
+
return $dara.cast<EnableElasticPlanResponse>(await this.callApi(params, req, runtime), new EnableElasticPlanResponse({}));
|
|
64742
64127
|
}
|
|
64743
64128
|
|
|
64744
64129
|
/**
|
|
@@ -64795,12 +64180,7 @@ export default class Client extends OpenApi {
|
|
|
64795
64180
|
reqBodyType: "formData",
|
|
64796
64181
|
bodyType: "json",
|
|
64797
64182
|
});
|
|
64798
|
-
|
|
64799
|
-
return $dara.cast<ExecuteSparkReplStatementResponse>(await this.callApi(params, req, runtime), new ExecuteSparkReplStatementResponse({}));
|
|
64800
|
-
} else {
|
|
64801
|
-
return $dara.cast<ExecuteSparkReplStatementResponse>(await this.execute(params, req, runtime), new ExecuteSparkReplStatementResponse({}));
|
|
64802
|
-
}
|
|
64803
|
-
|
|
64183
|
+
return $dara.cast<ExecuteSparkReplStatementResponse>(await this.callApi(params, req, runtime), new ExecuteSparkReplStatementResponse({}));
|
|
64804
64184
|
}
|
|
64805
64185
|
|
|
64806
64186
|
/**
|
|
@@ -64870,12 +64250,7 @@ export default class Client extends OpenApi {
|
|
|
64870
64250
|
reqBodyType: "formData",
|
|
64871
64251
|
bodyType: "json",
|
|
64872
64252
|
});
|
|
64873
|
-
|
|
64874
|
-
return $dara.cast<ExecuteSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new ExecuteSparkWarehouseBatchSQLResponse({}));
|
|
64875
|
-
} else {
|
|
64876
|
-
return $dara.cast<ExecuteSparkWarehouseBatchSQLResponse>(await this.execute(params, req, runtime), new ExecuteSparkWarehouseBatchSQLResponse({}));
|
|
64877
|
-
}
|
|
64878
|
-
|
|
64253
|
+
return $dara.cast<ExecuteSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new ExecuteSparkWarehouseBatchSQLResponse({}));
|
|
64879
64254
|
}
|
|
64880
64255
|
|
|
64881
64256
|
/**
|
|
@@ -64926,12 +64301,7 @@ export default class Client extends OpenApi {
|
|
|
64926
64301
|
reqBodyType: "formData",
|
|
64927
64302
|
bodyType: "json",
|
|
64928
64303
|
});
|
|
64929
|
-
|
|
64930
|
-
return $dara.cast<ExistRunningSQLEngineResponse>(await this.callApi(params, req, runtime), new ExistRunningSQLEngineResponse({}));
|
|
64931
|
-
} else {
|
|
64932
|
-
return $dara.cast<ExistRunningSQLEngineResponse>(await this.execute(params, req, runtime), new ExistRunningSQLEngineResponse({}));
|
|
64933
|
-
}
|
|
64934
|
-
|
|
64304
|
+
return $dara.cast<ExistRunningSQLEngineResponse>(await this.callApi(params, req, runtime), new ExistRunningSQLEngineResponse({}));
|
|
64935
64305
|
}
|
|
64936
64306
|
|
|
64937
64307
|
/**
|
|
@@ -64982,12 +64352,7 @@ export default class Client extends OpenApi {
|
|
|
64982
64352
|
reqBodyType: "formData",
|
|
64983
64353
|
bodyType: "json",
|
|
64984
64354
|
});
|
|
64985
|
-
|
|
64986
|
-
return $dara.cast<GetApsManagedDatabasesResponse>(await this.callApi(params, req, runtime), new GetApsManagedDatabasesResponse({}));
|
|
64987
|
-
} else {
|
|
64988
|
-
return $dara.cast<GetApsManagedDatabasesResponse>(await this.execute(params, req, runtime), new GetApsManagedDatabasesResponse({}));
|
|
64989
|
-
}
|
|
64990
|
-
|
|
64355
|
+
return $dara.cast<GetApsManagedDatabasesResponse>(await this.callApi(params, req, runtime), new GetApsManagedDatabasesResponse({}));
|
|
64991
64356
|
}
|
|
64992
64357
|
|
|
64993
64358
|
/**
|
|
@@ -65057,12 +64422,7 @@ export default class Client extends OpenApi {
|
|
|
65057
64422
|
reqBodyType: "formData",
|
|
65058
64423
|
bodyType: "json",
|
|
65059
64424
|
});
|
|
65060
|
-
|
|
65061
|
-
return $dara.cast<GetCreateTableSQLResponse>(await this.callApi(params, req, runtime), new GetCreateTableSQLResponse({}));
|
|
65062
|
-
} else {
|
|
65063
|
-
return $dara.cast<GetCreateTableSQLResponse>(await this.execute(params, req, runtime), new GetCreateTableSQLResponse({}));
|
|
65064
|
-
}
|
|
65065
|
-
|
|
64425
|
+
return $dara.cast<GetCreateTableSQLResponse>(await this.callApi(params, req, runtime), new GetCreateTableSQLResponse({}));
|
|
65066
64426
|
}
|
|
65067
64427
|
|
|
65068
64428
|
/**
|
|
@@ -65132,12 +64492,7 @@ export default class Client extends OpenApi {
|
|
|
65132
64492
|
reqBodyType: "formData",
|
|
65133
64493
|
bodyType: "json",
|
|
65134
64494
|
});
|
|
65135
|
-
|
|
65136
|
-
return $dara.cast<GetDatabaseObjectsResponse>(await this.callApi(params, req, runtime), new GetDatabaseObjectsResponse({}));
|
|
65137
|
-
} else {
|
|
65138
|
-
return $dara.cast<GetDatabaseObjectsResponse>(await this.execute(params, req, runtime), new GetDatabaseObjectsResponse({}));
|
|
65139
|
-
}
|
|
65140
|
-
|
|
64495
|
+
return $dara.cast<GetDatabaseObjectsResponse>(await this.callApi(params, req, runtime), new GetDatabaseObjectsResponse({}));
|
|
65141
64496
|
}
|
|
65142
64497
|
|
|
65143
64498
|
/**
|
|
@@ -65193,12 +64548,7 @@ export default class Client extends OpenApi {
|
|
|
65193
64548
|
reqBodyType: "formData",
|
|
65194
64549
|
bodyType: "json",
|
|
65195
64550
|
});
|
|
65196
|
-
|
|
65197
|
-
return $dara.cast<GetLakeStorageResponse>(await this.callApi(params, req, runtime), new GetLakeStorageResponse({}));
|
|
65198
|
-
} else {
|
|
65199
|
-
return $dara.cast<GetLakeStorageResponse>(await this.execute(params, req, runtime), new GetLakeStorageResponse({}));
|
|
65200
|
-
}
|
|
65201
|
-
|
|
64551
|
+
return $dara.cast<GetLakeStorageResponse>(await this.callApi(params, req, runtime), new GetLakeStorageResponse({}));
|
|
65202
64552
|
}
|
|
65203
64553
|
|
|
65204
64554
|
/**
|
|
@@ -65259,12 +64609,7 @@ export default class Client extends OpenApi {
|
|
|
65259
64609
|
reqBodyType: "formData",
|
|
65260
64610
|
bodyType: "json",
|
|
65261
64611
|
});
|
|
65262
|
-
|
|
65263
|
-
return $dara.cast<GetSparkAppAttemptLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppAttemptLogResponse({}));
|
|
65264
|
-
} else {
|
|
65265
|
-
return $dara.cast<GetSparkAppAttemptLogResponse>(await this.execute(params, req, runtime), new GetSparkAppAttemptLogResponse({}));
|
|
65266
|
-
}
|
|
65267
|
-
|
|
64612
|
+
return $dara.cast<GetSparkAppAttemptLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppAttemptLogResponse({}));
|
|
65268
64613
|
}
|
|
65269
64614
|
|
|
65270
64615
|
/**
|
|
@@ -65322,12 +64667,7 @@ export default class Client extends OpenApi {
|
|
|
65322
64667
|
reqBodyType: "formData",
|
|
65323
64668
|
bodyType: "json",
|
|
65324
64669
|
});
|
|
65325
|
-
|
|
65326
|
-
return $dara.cast<GetSparkAppInfoResponse>(await this.callApi(params, req, runtime), new GetSparkAppInfoResponse({}));
|
|
65327
|
-
} else {
|
|
65328
|
-
return $dara.cast<GetSparkAppInfoResponse>(await this.execute(params, req, runtime), new GetSparkAppInfoResponse({}));
|
|
65329
|
-
}
|
|
65330
|
-
|
|
64670
|
+
return $dara.cast<GetSparkAppInfoResponse>(await this.callApi(params, req, runtime), new GetSparkAppInfoResponse({}));
|
|
65331
64671
|
}
|
|
65332
64672
|
|
|
65333
64673
|
/**
|
|
@@ -65397,12 +64737,7 @@ export default class Client extends OpenApi {
|
|
|
65397
64737
|
reqBodyType: "formData",
|
|
65398
64738
|
bodyType: "json",
|
|
65399
64739
|
});
|
|
65400
|
-
|
|
65401
|
-
return $dara.cast<GetSparkAppLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppLogResponse({}));
|
|
65402
|
-
} else {
|
|
65403
|
-
return $dara.cast<GetSparkAppLogResponse>(await this.execute(params, req, runtime), new GetSparkAppLogResponse({}));
|
|
65404
|
-
}
|
|
65405
|
-
|
|
64740
|
+
return $dara.cast<GetSparkAppLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppLogResponse({}));
|
|
65406
64741
|
}
|
|
65407
64742
|
|
|
65408
64743
|
/**
|
|
@@ -65460,12 +64795,7 @@ export default class Client extends OpenApi {
|
|
|
65460
64795
|
reqBodyType: "formData",
|
|
65461
64796
|
bodyType: "json",
|
|
65462
64797
|
});
|
|
65463
|
-
|
|
65464
|
-
return $dara.cast<GetSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new GetSparkAppMetricsResponse({}));
|
|
65465
|
-
} else {
|
|
65466
|
-
return $dara.cast<GetSparkAppMetricsResponse>(await this.execute(params, req, runtime), new GetSparkAppMetricsResponse({}));
|
|
65467
|
-
}
|
|
65468
|
-
|
|
64798
|
+
return $dara.cast<GetSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new GetSparkAppMetricsResponse({}));
|
|
65469
64799
|
}
|
|
65470
64800
|
|
|
65471
64801
|
/**
|
|
@@ -65523,12 +64853,7 @@ export default class Client extends OpenApi {
|
|
|
65523
64853
|
reqBodyType: "formData",
|
|
65524
64854
|
bodyType: "json",
|
|
65525
64855
|
});
|
|
65526
|
-
|
|
65527
|
-
return $dara.cast<GetSparkAppStateResponse>(await this.callApi(params, req, runtime), new GetSparkAppStateResponse({}));
|
|
65528
|
-
} else {
|
|
65529
|
-
return $dara.cast<GetSparkAppStateResponse>(await this.execute(params, req, runtime), new GetSparkAppStateResponse({}));
|
|
65530
|
-
}
|
|
65531
|
-
|
|
64856
|
+
return $dara.cast<GetSparkAppStateResponse>(await this.callApi(params, req, runtime), new GetSparkAppStateResponse({}));
|
|
65532
64857
|
}
|
|
65533
64858
|
|
|
65534
64859
|
/**
|
|
@@ -65586,12 +64911,7 @@ export default class Client extends OpenApi {
|
|
|
65586
64911
|
reqBodyType: "formData",
|
|
65587
64912
|
bodyType: "json",
|
|
65588
64913
|
});
|
|
65589
|
-
|
|
65590
|
-
return $dara.cast<GetSparkAppWebUiAddressResponse>(await this.callApi(params, req, runtime), new GetSparkAppWebUiAddressResponse({}));
|
|
65591
|
-
} else {
|
|
65592
|
-
return $dara.cast<GetSparkAppWebUiAddressResponse>(await this.execute(params, req, runtime), new GetSparkAppWebUiAddressResponse({}));
|
|
65593
|
-
}
|
|
65594
|
-
|
|
64914
|
+
return $dara.cast<GetSparkAppWebUiAddressResponse>(await this.callApi(params, req, runtime), new GetSparkAppWebUiAddressResponse({}));
|
|
65595
64915
|
}
|
|
65596
64916
|
|
|
65597
64917
|
/**
|
|
@@ -65643,12 +64963,7 @@ export default class Client extends OpenApi {
|
|
|
65643
64963
|
reqBodyType: "formData",
|
|
65644
64964
|
bodyType: "json",
|
|
65645
64965
|
});
|
|
65646
|
-
|
|
65647
|
-
return $dara.cast<GetSparkConfigLogPathResponse>(await this.callApi(params, req, runtime), new GetSparkConfigLogPathResponse({}));
|
|
65648
|
-
} else {
|
|
65649
|
-
return $dara.cast<GetSparkConfigLogPathResponse>(await this.execute(params, req, runtime), new GetSparkConfigLogPathResponse({}));
|
|
65650
|
-
}
|
|
65651
|
-
|
|
64966
|
+
return $dara.cast<GetSparkConfigLogPathResponse>(await this.callApi(params, req, runtime), new GetSparkConfigLogPathResponse({}));
|
|
65652
64967
|
}
|
|
65653
64968
|
|
|
65654
64969
|
/**
|
|
@@ -65700,12 +65015,7 @@ export default class Client extends OpenApi {
|
|
|
65700
65015
|
reqBodyType: "formData",
|
|
65701
65016
|
bodyType: "json",
|
|
65702
65017
|
});
|
|
65703
|
-
|
|
65704
|
-
return $dara.cast<GetSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new GetSparkLogAnalyzeTaskResponse({}));
|
|
65705
|
-
} else {
|
|
65706
|
-
return $dara.cast<GetSparkLogAnalyzeTaskResponse>(await this.execute(params, req, runtime), new GetSparkLogAnalyzeTaskResponse({}));
|
|
65707
|
-
}
|
|
65708
|
-
|
|
65018
|
+
return $dara.cast<GetSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new GetSparkLogAnalyzeTaskResponse({}));
|
|
65709
65019
|
}
|
|
65710
65020
|
|
|
65711
65021
|
/**
|
|
@@ -65756,12 +65066,7 @@ export default class Client extends OpenApi {
|
|
|
65756
65066
|
reqBodyType: "formData",
|
|
65757
65067
|
bodyType: "json",
|
|
65758
65068
|
});
|
|
65759
|
-
|
|
65760
|
-
return $dara.cast<GetSparkReplSessionResponse>(await this.callApi(params, req, runtime), new GetSparkReplSessionResponse({}));
|
|
65761
|
-
} else {
|
|
65762
|
-
return $dara.cast<GetSparkReplSessionResponse>(await this.execute(params, req, runtime), new GetSparkReplSessionResponse({}));
|
|
65763
|
-
}
|
|
65764
|
-
|
|
65069
|
+
return $dara.cast<GetSparkReplSessionResponse>(await this.callApi(params, req, runtime), new GetSparkReplSessionResponse({}));
|
|
65765
65070
|
}
|
|
65766
65071
|
|
|
65767
65072
|
/**
|
|
@@ -65811,12 +65116,7 @@ export default class Client extends OpenApi {
|
|
|
65811
65116
|
reqBodyType: "formData",
|
|
65812
65117
|
bodyType: "json",
|
|
65813
65118
|
});
|
|
65814
|
-
|
|
65815
|
-
return $dara.cast<GetSparkReplStatementResponse>(await this.callApi(params, req, runtime), new GetSparkReplStatementResponse({}));
|
|
65816
|
-
} else {
|
|
65817
|
-
return $dara.cast<GetSparkReplStatementResponse>(await this.execute(params, req, runtime), new GetSparkReplStatementResponse({}));
|
|
65818
|
-
}
|
|
65819
|
-
|
|
65119
|
+
return $dara.cast<GetSparkReplStatementResponse>(await this.callApi(params, req, runtime), new GetSparkReplStatementResponse({}));
|
|
65820
65120
|
}
|
|
65821
65121
|
|
|
65822
65122
|
/**
|
|
@@ -65867,12 +65167,7 @@ export default class Client extends OpenApi {
|
|
|
65867
65167
|
reqBodyType: "formData",
|
|
65868
65168
|
bodyType: "json",
|
|
65869
65169
|
});
|
|
65870
|
-
|
|
65871
|
-
return $dara.cast<GetSparkSQLEngineStateResponse>(await this.callApi(params, req, runtime), new GetSparkSQLEngineStateResponse({}));
|
|
65872
|
-
} else {
|
|
65873
|
-
return $dara.cast<GetSparkSQLEngineStateResponse>(await this.execute(params, req, runtime), new GetSparkSQLEngineStateResponse({}));
|
|
65874
|
-
}
|
|
65875
|
-
|
|
65170
|
+
return $dara.cast<GetSparkSQLEngineStateResponse>(await this.callApi(params, req, runtime), new GetSparkSQLEngineStateResponse({}));
|
|
65876
65171
|
}
|
|
65877
65172
|
|
|
65878
65173
|
/**
|
|
@@ -65928,12 +65223,7 @@ export default class Client extends OpenApi {
|
|
|
65928
65223
|
reqBodyType: "formData",
|
|
65929
65224
|
bodyType: "json",
|
|
65930
65225
|
});
|
|
65931
|
-
|
|
65932
|
-
return $dara.cast<GetSparkTemplateFileContentResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFileContentResponse({}));
|
|
65933
|
-
} else {
|
|
65934
|
-
return $dara.cast<GetSparkTemplateFileContentResponse>(await this.execute(params, req, runtime), new GetSparkTemplateFileContentResponse({}));
|
|
65935
|
-
}
|
|
65936
|
-
|
|
65226
|
+
return $dara.cast<GetSparkTemplateFileContentResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFileContentResponse({}));
|
|
65937
65227
|
}
|
|
65938
65228
|
|
|
65939
65229
|
/**
|
|
@@ -65985,12 +65275,7 @@ export default class Client extends OpenApi {
|
|
|
65985
65275
|
reqBodyType: "formData",
|
|
65986
65276
|
bodyType: "json",
|
|
65987
65277
|
});
|
|
65988
|
-
|
|
65989
|
-
return $dara.cast<GetSparkTemplateFolderTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFolderTreeResponse({}));
|
|
65990
|
-
} else {
|
|
65991
|
-
return $dara.cast<GetSparkTemplateFolderTreeResponse>(await this.execute(params, req, runtime), new GetSparkTemplateFolderTreeResponse({}));
|
|
65992
|
-
}
|
|
65993
|
-
|
|
65278
|
+
return $dara.cast<GetSparkTemplateFolderTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFolderTreeResponse({}));
|
|
65994
65279
|
}
|
|
65995
65280
|
|
|
65996
65281
|
/**
|
|
@@ -66042,12 +65327,7 @@ export default class Client extends OpenApi {
|
|
|
66042
65327
|
reqBodyType: "formData",
|
|
66043
65328
|
bodyType: "json",
|
|
66044
65329
|
});
|
|
66045
|
-
|
|
66046
|
-
return $dara.cast<GetSparkTemplateFullTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFullTreeResponse({}));
|
|
66047
|
-
} else {
|
|
66048
|
-
return $dara.cast<GetSparkTemplateFullTreeResponse>(await this.execute(params, req, runtime), new GetSparkTemplateFullTreeResponse({}));
|
|
66049
|
-
}
|
|
66050
|
-
|
|
65330
|
+
return $dara.cast<GetSparkTemplateFullTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFullTreeResponse({}));
|
|
66051
65331
|
}
|
|
66052
65332
|
|
|
66053
65333
|
/**
|
|
@@ -66102,12 +65382,7 @@ export default class Client extends OpenApi {
|
|
|
66102
65382
|
reqBodyType: "formData",
|
|
66103
65383
|
bodyType: "json",
|
|
66104
65384
|
});
|
|
66105
|
-
|
|
66106
|
-
return $dara.cast<GetSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new GetSparkWarehouseBatchSQLResponse({}));
|
|
66107
|
-
} else {
|
|
66108
|
-
return $dara.cast<GetSparkWarehouseBatchSQLResponse>(await this.execute(params, req, runtime), new GetSparkWarehouseBatchSQLResponse({}));
|
|
66109
|
-
}
|
|
66110
|
-
|
|
65385
|
+
return $dara.cast<GetSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new GetSparkWarehouseBatchSQLResponse({}));
|
|
66111
65386
|
}
|
|
66112
65387
|
|
|
66113
65388
|
/**
|
|
@@ -66161,12 +65436,7 @@ export default class Client extends OpenApi {
|
|
|
66161
65436
|
reqBodyType: "formData",
|
|
66162
65437
|
bodyType: "json",
|
|
66163
65438
|
});
|
|
66164
|
-
|
|
66165
|
-
return $dara.cast<GetTableResponse>(await this.callApi(params, req, runtime), new GetTableResponse({}));
|
|
66166
|
-
} else {
|
|
66167
|
-
return $dara.cast<GetTableResponse>(await this.execute(params, req, runtime), new GetTableResponse({}));
|
|
66168
|
-
}
|
|
66169
|
-
|
|
65439
|
+
return $dara.cast<GetTableResponse>(await this.callApi(params, req, runtime), new GetTableResponse({}));
|
|
66170
65440
|
}
|
|
66171
65441
|
|
|
66172
65442
|
/**
|
|
@@ -66236,12 +65506,7 @@ export default class Client extends OpenApi {
|
|
|
66236
65506
|
reqBodyType: "formData",
|
|
66237
65507
|
bodyType: "json",
|
|
66238
65508
|
});
|
|
66239
|
-
|
|
66240
|
-
return $dara.cast<GetTableColumnsResponse>(await this.callApi(params, req, runtime), new GetTableColumnsResponse({}));
|
|
66241
|
-
} else {
|
|
66242
|
-
return $dara.cast<GetTableColumnsResponse>(await this.execute(params, req, runtime), new GetTableColumnsResponse({}));
|
|
66243
|
-
}
|
|
66244
|
-
|
|
65509
|
+
return $dara.cast<GetTableColumnsResponse>(await this.callApi(params, req, runtime), new GetTableColumnsResponse({}));
|
|
66245
65510
|
}
|
|
66246
65511
|
|
|
66247
65512
|
/**
|
|
@@ -66303,12 +65568,7 @@ export default class Client extends OpenApi {
|
|
|
66303
65568
|
reqBodyType: "formData",
|
|
66304
65569
|
bodyType: "json",
|
|
66305
65570
|
});
|
|
66306
|
-
|
|
66307
|
-
return $dara.cast<GetTableDDLResponse>(await this.callApi(params, req, runtime), new GetTableDDLResponse({}));
|
|
66308
|
-
} else {
|
|
66309
|
-
return $dara.cast<GetTableDDLResponse>(await this.execute(params, req, runtime), new GetTableDDLResponse({}));
|
|
66310
|
-
}
|
|
66311
|
-
|
|
65571
|
+
return $dara.cast<GetTableDDLResponse>(await this.callApi(params, req, runtime), new GetTableDDLResponse({}));
|
|
66312
65572
|
}
|
|
66313
65573
|
|
|
66314
65574
|
/**
|
|
@@ -66390,12 +65650,7 @@ export default class Client extends OpenApi {
|
|
|
66390
65650
|
reqBodyType: "formData",
|
|
66391
65651
|
bodyType: "json",
|
|
66392
65652
|
});
|
|
66393
|
-
|
|
66394
|
-
return $dara.cast<GetTableObjectsResponse>(await this.callApi(params, req, runtime), new GetTableObjectsResponse({}));
|
|
66395
|
-
} else {
|
|
66396
|
-
return $dara.cast<GetTableObjectsResponse>(await this.execute(params, req, runtime), new GetTableObjectsResponse({}));
|
|
66397
|
-
}
|
|
66398
|
-
|
|
65653
|
+
return $dara.cast<GetTableObjectsResponse>(await this.callApi(params, req, runtime), new GetTableObjectsResponse({}));
|
|
66399
65654
|
}
|
|
66400
65655
|
|
|
66401
65656
|
/**
|
|
@@ -66453,12 +65708,7 @@ export default class Client extends OpenApi {
|
|
|
66453
65708
|
reqBodyType: "formData",
|
|
66454
65709
|
bodyType: "json",
|
|
66455
65710
|
});
|
|
66456
|
-
|
|
66457
|
-
return $dara.cast<GetViewDDLResponse>(await this.callApi(params, req, runtime), new GetViewDDLResponse({}));
|
|
66458
|
-
} else {
|
|
66459
|
-
return $dara.cast<GetViewDDLResponse>(await this.execute(params, req, runtime), new GetViewDDLResponse({}));
|
|
66460
|
-
}
|
|
66461
|
-
|
|
65711
|
+
return $dara.cast<GetViewDDLResponse>(await this.callApi(params, req, runtime), new GetViewDDLResponse({}));
|
|
66462
65712
|
}
|
|
66463
65713
|
|
|
66464
65714
|
/**
|
|
@@ -66544,12 +65794,7 @@ export default class Client extends OpenApi {
|
|
|
66544
65794
|
reqBodyType: "formData",
|
|
66545
65795
|
bodyType: "json",
|
|
66546
65796
|
});
|
|
66547
|
-
|
|
66548
|
-
return $dara.cast<GetViewObjectsResponse>(await this.callApi(params, req, runtime), new GetViewObjectsResponse({}));
|
|
66549
|
-
} else {
|
|
66550
|
-
return $dara.cast<GetViewObjectsResponse>(await this.execute(params, req, runtime), new GetViewObjectsResponse({}));
|
|
66551
|
-
}
|
|
66552
|
-
|
|
65797
|
+
return $dara.cast<GetViewObjectsResponse>(await this.callApi(params, req, runtime), new GetViewObjectsResponse({}));
|
|
66553
65798
|
}
|
|
66554
65799
|
|
|
66555
65800
|
/**
|
|
@@ -66619,12 +65864,7 @@ export default class Client extends OpenApi {
|
|
|
66619
65864
|
reqBodyType: "formData",
|
|
66620
65865
|
bodyType: "json",
|
|
66621
65866
|
});
|
|
66622
|
-
|
|
66623
|
-
return $dara.cast<GrantOperatorPermissionResponse>(await this.callApi(params, req, runtime), new GrantOperatorPermissionResponse({}));
|
|
66624
|
-
} else {
|
|
66625
|
-
return $dara.cast<GrantOperatorPermissionResponse>(await this.execute(params, req, runtime), new GrantOperatorPermissionResponse({}));
|
|
66626
|
-
}
|
|
66627
|
-
|
|
65867
|
+
return $dara.cast<GrantOperatorPermissionResponse>(await this.callApi(params, req, runtime), new GrantOperatorPermissionResponse({}));
|
|
66628
65868
|
}
|
|
66629
65869
|
|
|
66630
65870
|
/**
|
|
@@ -66662,12 +65902,7 @@ export default class Client extends OpenApi {
|
|
|
66662
65902
|
reqBodyType: "formData",
|
|
66663
65903
|
bodyType: "json",
|
|
66664
65904
|
});
|
|
66665
|
-
|
|
66666
|
-
return $dara.cast<KillProcessResponse>(await this.callApi(params, req, runtime), new KillProcessResponse({}));
|
|
66667
|
-
} else {
|
|
66668
|
-
return $dara.cast<KillProcessResponse>(await this.execute(params, req, runtime), new KillProcessResponse({}));
|
|
66669
|
-
}
|
|
66670
|
-
|
|
65905
|
+
return $dara.cast<KillProcessResponse>(await this.callApi(params, req, runtime), new KillProcessResponse({}));
|
|
66671
65906
|
}
|
|
66672
65907
|
|
|
66673
65908
|
/**
|
|
@@ -66720,12 +65955,7 @@ export default class Client extends OpenApi {
|
|
|
66720
65955
|
reqBodyType: "formData",
|
|
66721
65956
|
bodyType: "json",
|
|
66722
65957
|
});
|
|
66723
|
-
|
|
66724
|
-
return $dara.cast<KillSparkAppResponse>(await this.callApi(params, req, runtime), new KillSparkAppResponse({}));
|
|
66725
|
-
} else {
|
|
66726
|
-
return $dara.cast<KillSparkAppResponse>(await this.execute(params, req, runtime), new KillSparkAppResponse({}));
|
|
66727
|
-
}
|
|
66728
|
-
|
|
65958
|
+
return $dara.cast<KillSparkAppResponse>(await this.callApi(params, req, runtime), new KillSparkAppResponse({}));
|
|
66729
65959
|
}
|
|
66730
65960
|
|
|
66731
65961
|
/**
|
|
@@ -66777,12 +66007,7 @@ export default class Client extends OpenApi {
|
|
|
66777
66007
|
reqBodyType: "formData",
|
|
66778
66008
|
bodyType: "json",
|
|
66779
66009
|
});
|
|
66780
|
-
|
|
66781
|
-
return $dara.cast<KillSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new KillSparkLogAnalyzeTaskResponse({}));
|
|
66782
|
-
} else {
|
|
66783
|
-
return $dara.cast<KillSparkLogAnalyzeTaskResponse>(await this.execute(params, req, runtime), new KillSparkLogAnalyzeTaskResponse({}));
|
|
66784
|
-
}
|
|
66785
|
-
|
|
66010
|
+
return $dara.cast<KillSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new KillSparkLogAnalyzeTaskResponse({}));
|
|
66786
66011
|
}
|
|
66787
66012
|
|
|
66788
66013
|
/**
|
|
@@ -66838,12 +66063,7 @@ export default class Client extends OpenApi {
|
|
|
66838
66063
|
reqBodyType: "formData",
|
|
66839
66064
|
bodyType: "json",
|
|
66840
66065
|
});
|
|
66841
|
-
|
|
66842
|
-
return $dara.cast<KillSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new KillSparkSQLEngineResponse({}));
|
|
66843
|
-
} else {
|
|
66844
|
-
return $dara.cast<KillSparkSQLEngineResponse>(await this.execute(params, req, runtime), new KillSparkSQLEngineResponse({}));
|
|
66845
|
-
}
|
|
66846
|
-
|
|
66066
|
+
return $dara.cast<KillSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new KillSparkSQLEngineResponse({}));
|
|
66847
66067
|
}
|
|
66848
66068
|
|
|
66849
66069
|
/**
|
|
@@ -66910,12 +66130,7 @@ export default class Client extends OpenApi {
|
|
|
66910
66130
|
reqBodyType: "formData",
|
|
66911
66131
|
bodyType: "json",
|
|
66912
66132
|
});
|
|
66913
|
-
|
|
66914
|
-
return $dara.cast<ListApsLifecycleStrategyResponse>(await this.callApi(params, req, runtime), new ListApsLifecycleStrategyResponse({}));
|
|
66915
|
-
} else {
|
|
66916
|
-
return $dara.cast<ListApsLifecycleStrategyResponse>(await this.execute(params, req, runtime), new ListApsLifecycleStrategyResponse({}));
|
|
66917
|
-
}
|
|
66918
|
-
|
|
66133
|
+
return $dara.cast<ListApsLifecycleStrategyResponse>(await this.callApi(params, req, runtime), new ListApsLifecycleStrategyResponse({}));
|
|
66919
66134
|
}
|
|
66920
66135
|
|
|
66921
66136
|
/**
|
|
@@ -66964,12 +66179,7 @@ export default class Client extends OpenApi {
|
|
|
66964
66179
|
reqBodyType: "formData",
|
|
66965
66180
|
bodyType: "json",
|
|
66966
66181
|
});
|
|
66967
|
-
|
|
66968
|
-
return $dara.cast<ListApsOptimizationStrategyResponse>(await this.callApi(params, req, runtime), new ListApsOptimizationStrategyResponse({}));
|
|
66969
|
-
} else {
|
|
66970
|
-
return $dara.cast<ListApsOptimizationStrategyResponse>(await this.execute(params, req, runtime), new ListApsOptimizationStrategyResponse({}));
|
|
66971
|
-
}
|
|
66972
|
-
|
|
66182
|
+
return $dara.cast<ListApsOptimizationStrategyResponse>(await this.callApi(params, req, runtime), new ListApsOptimizationStrategyResponse({}));
|
|
66973
66183
|
}
|
|
66974
66184
|
|
|
66975
66185
|
/**
|
|
@@ -67038,12 +66248,7 @@ export default class Client extends OpenApi {
|
|
|
67038
66248
|
reqBodyType: "formData",
|
|
67039
66249
|
bodyType: "json",
|
|
67040
66250
|
});
|
|
67041
|
-
|
|
67042
|
-
return $dara.cast<ListApsOptimizationTasksResponse>(await this.callApi(params, req, runtime), new ListApsOptimizationTasksResponse({}));
|
|
67043
|
-
} else {
|
|
67044
|
-
return $dara.cast<ListApsOptimizationTasksResponse>(await this.execute(params, req, runtime), new ListApsOptimizationTasksResponse({}));
|
|
67045
|
-
}
|
|
67046
|
-
|
|
66251
|
+
return $dara.cast<ListApsOptimizationTasksResponse>(await this.callApi(params, req, runtime), new ListApsOptimizationTasksResponse({}));
|
|
67047
66252
|
}
|
|
67048
66253
|
|
|
67049
66254
|
/**
|
|
@@ -67081,12 +66286,7 @@ export default class Client extends OpenApi {
|
|
|
67081
66286
|
reqBodyType: "formData",
|
|
67082
66287
|
bodyType: "json",
|
|
67083
66288
|
});
|
|
67084
|
-
|
|
67085
|
-
return $dara.cast<ListLakeStoragesResponse>(await this.callApi(params, req, runtime), new ListLakeStoragesResponse({}));
|
|
67086
|
-
} else {
|
|
67087
|
-
return $dara.cast<ListLakeStoragesResponse>(await this.execute(params, req, runtime), new ListLakeStoragesResponse({}));
|
|
67088
|
-
}
|
|
67089
|
-
|
|
66289
|
+
return $dara.cast<ListLakeStoragesResponse>(await this.callApi(params, req, runtime), new ListLakeStoragesResponse({}));
|
|
67090
66290
|
}
|
|
67091
66291
|
|
|
67092
66292
|
/**
|
|
@@ -67174,12 +66374,7 @@ export default class Client extends OpenApi {
|
|
|
67174
66374
|
reqBodyType: "formData",
|
|
67175
66375
|
bodyType: "json",
|
|
67176
66376
|
});
|
|
67177
|
-
|
|
67178
|
-
return $dara.cast<ListResultExportJobHistoryResponse>(await this.callApi(params, req, runtime), new ListResultExportJobHistoryResponse({}));
|
|
67179
|
-
} else {
|
|
67180
|
-
return $dara.cast<ListResultExportJobHistoryResponse>(await this.execute(params, req, runtime), new ListResultExportJobHistoryResponse({}));
|
|
67181
|
-
}
|
|
67182
|
-
|
|
66377
|
+
return $dara.cast<ListResultExportJobHistoryResponse>(await this.callApi(params, req, runtime), new ListResultExportJobHistoryResponse({}));
|
|
67183
66378
|
}
|
|
67184
66379
|
|
|
67185
66380
|
/**
|
|
@@ -67238,12 +66433,7 @@ export default class Client extends OpenApi {
|
|
|
67238
66433
|
reqBodyType: "formData",
|
|
67239
66434
|
bodyType: "json",
|
|
67240
66435
|
});
|
|
67241
|
-
|
|
67242
|
-
return $dara.cast<ListSparkAppAttemptsResponse>(await this.callApi(params, req, runtime), new ListSparkAppAttemptsResponse({}));
|
|
67243
|
-
} else {
|
|
67244
|
-
return $dara.cast<ListSparkAppAttemptsResponse>(await this.execute(params, req, runtime), new ListSparkAppAttemptsResponse({}));
|
|
67245
|
-
}
|
|
67246
|
-
|
|
66436
|
+
return $dara.cast<ListSparkAppAttemptsResponse>(await this.callApi(params, req, runtime), new ListSparkAppAttemptsResponse({}));
|
|
67247
66437
|
}
|
|
67248
66438
|
|
|
67249
66439
|
/**
|
|
@@ -67306,12 +66496,7 @@ export default class Client extends OpenApi {
|
|
|
67306
66496
|
reqBodyType: "formData",
|
|
67307
66497
|
bodyType: "json",
|
|
67308
66498
|
});
|
|
67309
|
-
|
|
67310
|
-
return $dara.cast<ListSparkAppsResponse>(await this.callApi(params, req, runtime), new ListSparkAppsResponse({}));
|
|
67311
|
-
} else {
|
|
67312
|
-
return $dara.cast<ListSparkAppsResponse>(await this.execute(params, req, runtime), new ListSparkAppsResponse({}));
|
|
67313
|
-
}
|
|
67314
|
-
|
|
66499
|
+
return $dara.cast<ListSparkAppsResponse>(await this.callApi(params, req, runtime), new ListSparkAppsResponse({}));
|
|
67315
66500
|
}
|
|
67316
66501
|
|
|
67317
66502
|
/**
|
|
@@ -67366,12 +66551,7 @@ export default class Client extends OpenApi {
|
|
|
67366
66551
|
reqBodyType: "formData",
|
|
67367
66552
|
bodyType: "json",
|
|
67368
66553
|
});
|
|
67369
|
-
|
|
67370
|
-
return $dara.cast<ListSparkLogAnalyzeTasksResponse>(await this.callApi(params, req, runtime), new ListSparkLogAnalyzeTasksResponse({}));
|
|
67371
|
-
} else {
|
|
67372
|
-
return $dara.cast<ListSparkLogAnalyzeTasksResponse>(await this.execute(params, req, runtime), new ListSparkLogAnalyzeTasksResponse({}));
|
|
67373
|
-
}
|
|
67374
|
-
|
|
66554
|
+
return $dara.cast<ListSparkLogAnalyzeTasksResponse>(await this.callApi(params, req, runtime), new ListSparkLogAnalyzeTasksResponse({}));
|
|
67375
66555
|
}
|
|
67376
66556
|
|
|
67377
66557
|
/**
|
|
@@ -67423,12 +66603,7 @@ export default class Client extends OpenApi {
|
|
|
67423
66603
|
reqBodyType: "formData",
|
|
67424
66604
|
bodyType: "json",
|
|
67425
66605
|
});
|
|
67426
|
-
|
|
67427
|
-
return $dara.cast<ListSparkTemplateFileIdsResponse>(await this.callApi(params, req, runtime), new ListSparkTemplateFileIdsResponse({}));
|
|
67428
|
-
} else {
|
|
67429
|
-
return $dara.cast<ListSparkTemplateFileIdsResponse>(await this.execute(params, req, runtime), new ListSparkTemplateFileIdsResponse({}));
|
|
67430
|
-
}
|
|
67431
|
-
|
|
66606
|
+
return $dara.cast<ListSparkTemplateFileIdsResponse>(await this.callApi(params, req, runtime), new ListSparkTemplateFileIdsResponse({}));
|
|
67432
66607
|
}
|
|
67433
66608
|
|
|
67434
66609
|
/**
|
|
@@ -67487,12 +66662,7 @@ export default class Client extends OpenApi {
|
|
|
67487
66662
|
reqBodyType: "formData",
|
|
67488
66663
|
bodyType: "json",
|
|
67489
66664
|
});
|
|
67490
|
-
|
|
67491
|
-
return $dara.cast<ListSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new ListSparkWarehouseBatchSQLResponse({}));
|
|
67492
|
-
} else {
|
|
67493
|
-
return $dara.cast<ListSparkWarehouseBatchSQLResponse>(await this.execute(params, req, runtime), new ListSparkWarehouseBatchSQLResponse({}));
|
|
67494
|
-
}
|
|
67495
|
-
|
|
66665
|
+
return $dara.cast<ListSparkWarehouseBatchSQLResponse>(await this.callApi(params, req, runtime), new ListSparkWarehouseBatchSQLResponse({}));
|
|
67496
66666
|
}
|
|
67497
66667
|
|
|
67498
66668
|
/**
|
|
@@ -67566,12 +66736,7 @@ export default class Client extends OpenApi {
|
|
|
67566
66736
|
reqBodyType: "formData",
|
|
67567
66737
|
bodyType: "json",
|
|
67568
66738
|
});
|
|
67569
|
-
|
|
67570
|
-
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
67571
|
-
} else {
|
|
67572
|
-
return $dara.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
|
|
67573
|
-
}
|
|
67574
|
-
|
|
66739
|
+
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
67575
66740
|
}
|
|
67576
66741
|
|
|
67577
66742
|
/**
|
|
@@ -67616,12 +66781,7 @@ export default class Client extends OpenApi {
|
|
|
67616
66781
|
reqBodyType: "formData",
|
|
67617
66782
|
bodyType: "json",
|
|
67618
66783
|
});
|
|
67619
|
-
|
|
67620
|
-
return $dara.cast<LoadSampleDataSetResponse>(await this.callApi(params, req, runtime), new LoadSampleDataSetResponse({}));
|
|
67621
|
-
} else {
|
|
67622
|
-
return $dara.cast<LoadSampleDataSetResponse>(await this.execute(params, req, runtime), new LoadSampleDataSetResponse({}));
|
|
67623
|
-
}
|
|
67624
|
-
|
|
66784
|
+
return $dara.cast<LoadSampleDataSetResponse>(await this.callApi(params, req, runtime), new LoadSampleDataSetResponse({}));
|
|
67625
66785
|
}
|
|
67626
66786
|
|
|
67627
66787
|
/**
|
|
@@ -67681,12 +66841,7 @@ export default class Client extends OpenApi {
|
|
|
67681
66841
|
reqBodyType: "formData",
|
|
67682
66842
|
bodyType: "json",
|
|
67683
66843
|
});
|
|
67684
|
-
|
|
67685
|
-
return $dara.cast<ModifyAccountDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
67686
|
-
} else {
|
|
67687
|
-
return $dara.cast<ModifyAccountDescriptionResponse>(await this.execute(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
67688
|
-
}
|
|
67689
|
-
|
|
66844
|
+
return $dara.cast<ModifyAccountDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
67690
66845
|
}
|
|
67691
66846
|
|
|
67692
66847
|
/**
|
|
@@ -67752,12 +66907,7 @@ export default class Client extends OpenApi {
|
|
|
67752
66907
|
reqBodyType: "formData",
|
|
67753
66908
|
bodyType: "json",
|
|
67754
66909
|
});
|
|
67755
|
-
|
|
67756
|
-
return $dara.cast<ModifyAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new ModifyAccountPrivilegesResponse({}));
|
|
67757
|
-
} else {
|
|
67758
|
-
return $dara.cast<ModifyAccountPrivilegesResponse>(await this.execute(params, req, runtime), new ModifyAccountPrivilegesResponse({}));
|
|
67759
|
-
}
|
|
67760
|
-
|
|
66910
|
+
return $dara.cast<ModifyAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new ModifyAccountPrivilegesResponse({}));
|
|
67761
66911
|
}
|
|
67762
66912
|
|
|
67763
66913
|
/**
|
|
@@ -67865,12 +67015,7 @@ export default class Client extends OpenApi {
|
|
|
67865
67015
|
reqBodyType: "formData",
|
|
67866
67016
|
bodyType: "json",
|
|
67867
67017
|
});
|
|
67868
|
-
|
|
67869
|
-
return $dara.cast<ModifyApsDatasoureResponse>(await this.callApi(params, req, runtime), new ModifyApsDatasoureResponse({}));
|
|
67870
|
-
} else {
|
|
67871
|
-
return $dara.cast<ModifyApsDatasoureResponse>(await this.execute(params, req, runtime), new ModifyApsDatasoureResponse({}));
|
|
67872
|
-
}
|
|
67873
|
-
|
|
67018
|
+
return $dara.cast<ModifyApsDatasoureResponse>(await this.callApi(params, req, runtime), new ModifyApsDatasoureResponse({}));
|
|
67874
67019
|
}
|
|
67875
67020
|
|
|
67876
67021
|
/**
|
|
@@ -67932,12 +67077,7 @@ export default class Client extends OpenApi {
|
|
|
67932
67077
|
reqBodyType: "formData",
|
|
67933
67078
|
bodyType: "json",
|
|
67934
67079
|
});
|
|
67935
|
-
|
|
67936
|
-
return $dara.cast<ModifyApsJobResponse>(await this.callApi(params, req, runtime), new ModifyApsJobResponse({}));
|
|
67937
|
-
} else {
|
|
67938
|
-
return $dara.cast<ModifyApsJobResponse>(await this.execute(params, req, runtime), new ModifyApsJobResponse({}));
|
|
67939
|
-
}
|
|
67940
|
-
|
|
67080
|
+
return $dara.cast<ModifyApsJobResponse>(await this.callApi(params, req, runtime), new ModifyApsJobResponse({}));
|
|
67941
67081
|
}
|
|
67942
67082
|
|
|
67943
67083
|
/**
|
|
@@ -68036,12 +67176,7 @@ export default class Client extends OpenApi {
|
|
|
68036
67176
|
reqBodyType: "formData",
|
|
68037
67177
|
bodyType: "json",
|
|
68038
67178
|
});
|
|
68039
|
-
|
|
68040
|
-
return $dara.cast<ModifyApsSlsADBJobResponse>(await this.callApi(params, req, runtime), new ModifyApsSlsADBJobResponse({}));
|
|
68041
|
-
} else {
|
|
68042
|
-
return $dara.cast<ModifyApsSlsADBJobResponse>(await this.execute(params, req, runtime), new ModifyApsSlsADBJobResponse({}));
|
|
68043
|
-
}
|
|
68044
|
-
|
|
67179
|
+
return $dara.cast<ModifyApsSlsADBJobResponse>(await this.callApi(params, req, runtime), new ModifyApsSlsADBJobResponse({}));
|
|
68045
67180
|
}
|
|
68046
67181
|
|
|
68047
67182
|
/**
|
|
@@ -68098,12 +67233,7 @@ export default class Client extends OpenApi {
|
|
|
68098
67233
|
reqBodyType: "formData",
|
|
68099
67234
|
bodyType: "json",
|
|
68100
67235
|
});
|
|
68101
|
-
|
|
68102
|
-
return $dara.cast<ModifyApsWorkloadNameResponse>(await this.callApi(params, req, runtime), new ModifyApsWorkloadNameResponse({}));
|
|
68103
|
-
} else {
|
|
68104
|
-
return $dara.cast<ModifyApsWorkloadNameResponse>(await this.execute(params, req, runtime), new ModifyApsWorkloadNameResponse({}));
|
|
68105
|
-
}
|
|
68106
|
-
|
|
67236
|
+
return $dara.cast<ModifyApsWorkloadNameResponse>(await this.callApi(params, req, runtime), new ModifyApsWorkloadNameResponse({}));
|
|
68107
67237
|
}
|
|
68108
67238
|
|
|
68109
67239
|
/**
|
|
@@ -68179,12 +67309,7 @@ export default class Client extends OpenApi {
|
|
|
68179
67309
|
reqBodyType: "formData",
|
|
68180
67310
|
bodyType: "json",
|
|
68181
67311
|
});
|
|
68182
|
-
|
|
68183
|
-
return $dara.cast<ModifyAuditLogConfigResponse>(await this.callApi(params, req, runtime), new ModifyAuditLogConfigResponse({}));
|
|
68184
|
-
} else {
|
|
68185
|
-
return $dara.cast<ModifyAuditLogConfigResponse>(await this.execute(params, req, runtime), new ModifyAuditLogConfigResponse({}));
|
|
68186
|
-
}
|
|
68187
|
-
|
|
67312
|
+
return $dara.cast<ModifyAuditLogConfigResponse>(await this.callApi(params, req, runtime), new ModifyAuditLogConfigResponse({}));
|
|
68188
67313
|
}
|
|
68189
67314
|
|
|
68190
67315
|
/**
|
|
@@ -68268,12 +67393,7 @@ export default class Client extends OpenApi {
|
|
|
68268
67393
|
reqBodyType: "formData",
|
|
68269
67394
|
bodyType: "json",
|
|
68270
67395
|
});
|
|
68271
|
-
|
|
68272
|
-
return $dara.cast<ModifyBackupPolicyResponse>(await this.callApi(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
68273
|
-
} else {
|
|
68274
|
-
return $dara.cast<ModifyBackupPolicyResponse>(await this.execute(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
68275
|
-
}
|
|
68276
|
-
|
|
67396
|
+
return $dara.cast<ModifyBackupPolicyResponse>(await this.callApi(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
68277
67397
|
}
|
|
68278
67398
|
|
|
68279
67399
|
/**
|
|
@@ -68330,12 +67450,7 @@ export default class Client extends OpenApi {
|
|
|
68330
67450
|
reqBodyType: "formData",
|
|
68331
67451
|
bodyType: "json",
|
|
68332
67452
|
});
|
|
68333
|
-
|
|
68334
|
-
return $dara.cast<ModifyClickhouseEngineResponse>(await this.callApi(params, req, runtime), new ModifyClickhouseEngineResponse({}));
|
|
68335
|
-
} else {
|
|
68336
|
-
return $dara.cast<ModifyClickhouseEngineResponse>(await this.execute(params, req, runtime), new ModifyClickhouseEngineResponse({}));
|
|
68337
|
-
}
|
|
68338
|
-
|
|
67453
|
+
return $dara.cast<ModifyClickhouseEngineResponse>(await this.callApi(params, req, runtime), new ModifyClickhouseEngineResponse({}));
|
|
68339
67454
|
}
|
|
68340
67455
|
|
|
68341
67456
|
/**
|
|
@@ -68396,12 +67511,7 @@ export default class Client extends OpenApi {
|
|
|
68396
67511
|
reqBodyType: "formData",
|
|
68397
67512
|
bodyType: "json",
|
|
68398
67513
|
});
|
|
68399
|
-
|
|
68400
|
-
return $dara.cast<ModifyClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new ModifyClusterAccessWhiteListResponse({}));
|
|
68401
|
-
} else {
|
|
68402
|
-
return $dara.cast<ModifyClusterAccessWhiteListResponse>(await this.execute(params, req, runtime), new ModifyClusterAccessWhiteListResponse({}));
|
|
68403
|
-
}
|
|
68404
|
-
|
|
67514
|
+
return $dara.cast<ModifyClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new ModifyClusterAccessWhiteListResponse({}));
|
|
68405
67515
|
}
|
|
68406
67516
|
|
|
68407
67517
|
/**
|
|
@@ -68461,12 +67571,7 @@ export default class Client extends OpenApi {
|
|
|
68461
67571
|
reqBodyType: "formData",
|
|
68462
67572
|
bodyType: "json",
|
|
68463
67573
|
});
|
|
68464
|
-
|
|
68465
|
-
return $dara.cast<ModifyClusterConnectionStringResponse>(await this.callApi(params, req, runtime), new ModifyClusterConnectionStringResponse({}));
|
|
68466
|
-
} else {
|
|
68467
|
-
return $dara.cast<ModifyClusterConnectionStringResponse>(await this.execute(params, req, runtime), new ModifyClusterConnectionStringResponse({}));
|
|
68468
|
-
}
|
|
68469
|
-
|
|
67574
|
+
return $dara.cast<ModifyClusterConnectionStringResponse>(await this.callApi(params, req, runtime), new ModifyClusterConnectionStringResponse({}));
|
|
68470
67575
|
}
|
|
68471
67576
|
|
|
68472
67577
|
/**
|
|
@@ -68515,12 +67620,7 @@ export default class Client extends OpenApi {
|
|
|
68515
67620
|
reqBodyType: "formData",
|
|
68516
67621
|
bodyType: "json",
|
|
68517
67622
|
});
|
|
68518
|
-
|
|
68519
|
-
return $dara.cast<ModifyCompactionServiceSwitchResponse>(await this.callApi(params, req, runtime), new ModifyCompactionServiceSwitchResponse({}));
|
|
68520
|
-
} else {
|
|
68521
|
-
return $dara.cast<ModifyCompactionServiceSwitchResponse>(await this.execute(params, req, runtime), new ModifyCompactionServiceSwitchResponse({}));
|
|
68522
|
-
}
|
|
68523
|
-
|
|
67623
|
+
return $dara.cast<ModifyCompactionServiceSwitchResponse>(await this.callApi(params, req, runtime), new ModifyCompactionServiceSwitchResponse({}));
|
|
68524
67624
|
}
|
|
68525
67625
|
|
|
68526
67626
|
/**
|
|
@@ -68599,12 +67699,7 @@ export default class Client extends OpenApi {
|
|
|
68599
67699
|
reqBodyType: "formData",
|
|
68600
67700
|
bodyType: "json",
|
|
68601
67701
|
});
|
|
68602
|
-
|
|
68603
|
-
return $dara.cast<ModifyDBClusterResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
68604
|
-
} else {
|
|
68605
|
-
return $dara.cast<ModifyDBClusterResponse>(await this.execute(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
68606
|
-
}
|
|
68607
|
-
|
|
67702
|
+
return $dara.cast<ModifyDBClusterResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
68608
67703
|
}
|
|
68609
67704
|
|
|
68610
67705
|
/**
|
|
@@ -68662,12 +67757,7 @@ export default class Client extends OpenApi {
|
|
|
68662
67757
|
reqBodyType: "formData",
|
|
68663
67758
|
bodyType: "json",
|
|
68664
67759
|
});
|
|
68665
|
-
|
|
68666
|
-
return $dara.cast<ModifyDBClusterDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
68667
|
-
} else {
|
|
68668
|
-
return $dara.cast<ModifyDBClusterDescriptionResponse>(await this.execute(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
68669
|
-
}
|
|
68670
|
-
|
|
67760
|
+
return $dara.cast<ModifyDBClusterDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
68671
67761
|
}
|
|
68672
67762
|
|
|
68673
67763
|
/**
|
|
@@ -68719,12 +67809,7 @@ export default class Client extends OpenApi {
|
|
|
68719
67809
|
reqBodyType: "formData",
|
|
68720
67810
|
bodyType: "json",
|
|
68721
67811
|
});
|
|
68722
|
-
|
|
68723
|
-
return $dara.cast<ModifyDBClusterMaintainTimeResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
68724
|
-
} else {
|
|
68725
|
-
return $dara.cast<ModifyDBClusterMaintainTimeResponse>(await this.execute(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
68726
|
-
}
|
|
68727
|
-
|
|
67812
|
+
return $dara.cast<ModifyDBClusterMaintainTimeResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
68728
67813
|
}
|
|
68729
67814
|
|
|
68730
67815
|
/**
|
|
@@ -68789,12 +67874,7 @@ export default class Client extends OpenApi {
|
|
|
68789
67874
|
reqBodyType: "formData",
|
|
68790
67875
|
bodyType: "json",
|
|
68791
67876
|
});
|
|
68792
|
-
|
|
68793
|
-
return $dara.cast<ModifyDBClusterResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResourceGroupResponse({}));
|
|
68794
|
-
} else {
|
|
68795
|
-
return $dara.cast<ModifyDBClusterResourceGroupResponse>(await this.execute(params, req, runtime), new ModifyDBClusterResourceGroupResponse({}));
|
|
68796
|
-
}
|
|
68797
|
-
|
|
67877
|
+
return $dara.cast<ModifyDBClusterResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResourceGroupResponse({}));
|
|
68798
67878
|
}
|
|
68799
67879
|
|
|
68800
67880
|
/**
|
|
@@ -68848,12 +67928,7 @@ export default class Client extends OpenApi {
|
|
|
68848
67928
|
reqBodyType: "formData",
|
|
68849
67929
|
bodyType: "json",
|
|
68850
67930
|
});
|
|
68851
|
-
|
|
68852
|
-
return $dara.cast<ModifyDBClusterVipResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterVipResponse({}));
|
|
68853
|
-
} else {
|
|
68854
|
-
return $dara.cast<ModifyDBClusterVipResponse>(await this.execute(params, req, runtime), new ModifyDBClusterVipResponse({}));
|
|
68855
|
-
}
|
|
68856
|
-
|
|
67931
|
+
return $dara.cast<ModifyDBClusterVipResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterVipResponse({}));
|
|
68857
67932
|
}
|
|
68858
67933
|
|
|
68859
67934
|
/**
|
|
@@ -68988,12 +68063,7 @@ export default class Client extends OpenApi {
|
|
|
68988
68063
|
reqBodyType: "formData",
|
|
68989
68064
|
bodyType: "json",
|
|
68990
68065
|
});
|
|
68991
|
-
|
|
68992
|
-
return $dara.cast<ModifyDBResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBResourceGroupResponse({}));
|
|
68993
|
-
} else {
|
|
68994
|
-
return $dara.cast<ModifyDBResourceGroupResponse>(await this.execute(params, req, runtime), new ModifyDBResourceGroupResponse({}));
|
|
68995
|
-
}
|
|
68996
|
-
|
|
68066
|
+
return $dara.cast<ModifyDBResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBResourceGroupResponse({}));
|
|
68997
68067
|
}
|
|
68998
68068
|
|
|
68999
68069
|
/**
|
|
@@ -69061,12 +68131,7 @@ export default class Client extends OpenApi {
|
|
|
69061
68131
|
reqBodyType: "formData",
|
|
69062
68132
|
bodyType: "json",
|
|
69063
68133
|
});
|
|
69064
|
-
|
|
69065
|
-
return $dara.cast<ModifyElasticPlanResponse>(await this.callApi(params, req, runtime), new ModifyElasticPlanResponse({}));
|
|
69066
|
-
} else {
|
|
69067
|
-
return $dara.cast<ModifyElasticPlanResponse>(await this.execute(params, req, runtime), new ModifyElasticPlanResponse({}));
|
|
69068
|
-
}
|
|
69069
|
-
|
|
68134
|
+
return $dara.cast<ModifyElasticPlanResponse>(await this.callApi(params, req, runtime), new ModifyElasticPlanResponse({}));
|
|
69070
68135
|
}
|
|
69071
68136
|
|
|
69072
68137
|
/**
|
|
@@ -69119,12 +68184,7 @@ export default class Client extends OpenApi {
|
|
|
69119
68184
|
reqBodyType: "formData",
|
|
69120
68185
|
bodyType: "json",
|
|
69121
68186
|
});
|
|
69122
|
-
|
|
69123
|
-
return $dara.cast<ModifyEssdCacheConfigResponse>(await this.callApi(params, req, runtime), new ModifyEssdCacheConfigResponse({}));
|
|
69124
|
-
} else {
|
|
69125
|
-
return $dara.cast<ModifyEssdCacheConfigResponse>(await this.execute(params, req, runtime), new ModifyEssdCacheConfigResponse({}));
|
|
69126
|
-
}
|
|
69127
|
-
|
|
68187
|
+
return $dara.cast<ModifyEssdCacheConfigResponse>(await this.callApi(params, req, runtime), new ModifyEssdCacheConfigResponse({}));
|
|
69128
68188
|
}
|
|
69129
68189
|
|
|
69130
68190
|
/**
|
|
@@ -69174,12 +68234,7 @@ export default class Client extends OpenApi {
|
|
|
69174
68234
|
reqBodyType: "formData",
|
|
69175
68235
|
bodyType: "json",
|
|
69176
68236
|
});
|
|
69177
|
-
|
|
69178
|
-
return $dara.cast<ModifyLakeCacheSizeResponse>(await this.callApi(params, req, runtime), new ModifyLakeCacheSizeResponse({}));
|
|
69179
|
-
} else {
|
|
69180
|
-
return $dara.cast<ModifyLakeCacheSizeResponse>(await this.execute(params, req, runtime), new ModifyLakeCacheSizeResponse({}));
|
|
69181
|
-
}
|
|
69182
|
-
|
|
68237
|
+
return $dara.cast<ModifyLakeCacheSizeResponse>(await this.callApi(params, req, runtime), new ModifyLakeCacheSizeResponse({}));
|
|
69183
68238
|
}
|
|
69184
68239
|
|
|
69185
68240
|
/**
|
|
@@ -69255,12 +68310,7 @@ export default class Client extends OpenApi {
|
|
|
69255
68310
|
reqBodyType: "formData",
|
|
69256
68311
|
bodyType: "json",
|
|
69257
68312
|
});
|
|
69258
|
-
|
|
69259
|
-
return $dara.cast<ModifyPerformanceViewResponse>(await this.callApi(params, req, runtime), new ModifyPerformanceViewResponse({}));
|
|
69260
|
-
} else {
|
|
69261
|
-
return $dara.cast<ModifyPerformanceViewResponse>(await this.execute(params, req, runtime), new ModifyPerformanceViewResponse({}));
|
|
69262
|
-
}
|
|
69263
|
-
|
|
68313
|
+
return $dara.cast<ModifyPerformanceViewResponse>(await this.callApi(params, req, runtime), new ModifyPerformanceViewResponse({}));
|
|
69264
68314
|
}
|
|
69265
68315
|
|
|
69266
68316
|
/**
|
|
@@ -69328,12 +68378,7 @@ export default class Client extends OpenApi {
|
|
|
69328
68378
|
reqBodyType: "formData",
|
|
69329
68379
|
bodyType: "json",
|
|
69330
68380
|
});
|
|
69331
|
-
|
|
69332
|
-
return $dara.cast<ModifyUserEniVswitchOptionsResponse>(await this.callApi(params, req, runtime), new ModifyUserEniVswitchOptionsResponse({}));
|
|
69333
|
-
} else {
|
|
69334
|
-
return $dara.cast<ModifyUserEniVswitchOptionsResponse>(await this.execute(params, req, runtime), new ModifyUserEniVswitchOptionsResponse({}));
|
|
69335
|
-
}
|
|
69336
|
-
|
|
68381
|
+
return $dara.cast<ModifyUserEniVswitchOptionsResponse>(await this.callApi(params, req, runtime), new ModifyUserEniVswitchOptionsResponse({}));
|
|
69337
68382
|
}
|
|
69338
68383
|
|
|
69339
68384
|
/**
|
|
@@ -69386,12 +68431,7 @@ export default class Client extends OpenApi {
|
|
|
69386
68431
|
reqBodyType: "formData",
|
|
69387
68432
|
bodyType: "json",
|
|
69388
68433
|
});
|
|
69389
|
-
|
|
69390
|
-
return $dara.cast<PreloadSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new PreloadSparkAppMetricsResponse({}));
|
|
69391
|
-
} else {
|
|
69392
|
-
return $dara.cast<PreloadSparkAppMetricsResponse>(await this.execute(params, req, runtime), new PreloadSparkAppMetricsResponse({}));
|
|
69393
|
-
}
|
|
69394
|
-
|
|
68434
|
+
return $dara.cast<PreloadSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new PreloadSparkAppMetricsResponse({}));
|
|
69395
68435
|
}
|
|
69396
68436
|
|
|
69397
68437
|
/**
|
|
@@ -69445,12 +68485,7 @@ export default class Client extends OpenApi {
|
|
|
69445
68485
|
reqBodyType: "formData",
|
|
69446
68486
|
bodyType: "json",
|
|
69447
68487
|
});
|
|
69448
|
-
|
|
69449
|
-
return $dara.cast<ReleaseClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
|
|
69450
|
-
} else {
|
|
69451
|
-
return $dara.cast<ReleaseClusterPublicConnectionResponse>(await this.execute(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
|
|
69452
|
-
}
|
|
69453
|
-
|
|
68488
|
+
return $dara.cast<ReleaseClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
|
|
69454
68489
|
}
|
|
69455
68490
|
|
|
69456
68491
|
/**
|
|
@@ -69514,12 +68549,7 @@ export default class Client extends OpenApi {
|
|
|
69514
68549
|
reqBodyType: "formData",
|
|
69515
68550
|
bodyType: "json",
|
|
69516
68551
|
});
|
|
69517
|
-
|
|
69518
|
-
return $dara.cast<ResetAccountPasswordResponse>(await this.callApi(params, req, runtime), new ResetAccountPasswordResponse({}));
|
|
69519
|
-
} else {
|
|
69520
|
-
return $dara.cast<ResetAccountPasswordResponse>(await this.execute(params, req, runtime), new ResetAccountPasswordResponse({}));
|
|
69521
|
-
}
|
|
69522
|
-
|
|
68552
|
+
return $dara.cast<ResetAccountPasswordResponse>(await this.callApi(params, req, runtime), new ResetAccountPasswordResponse({}));
|
|
69523
68553
|
}
|
|
69524
68554
|
|
|
69525
68555
|
/**
|
|
@@ -69580,12 +68610,7 @@ export default class Client extends OpenApi {
|
|
|
69580
68610
|
reqBodyType: "formData",
|
|
69581
68611
|
bodyType: "json",
|
|
69582
68612
|
});
|
|
69583
|
-
|
|
69584
|
-
return $dara.cast<RevokeOperatorPermissionResponse>(await this.callApi(params, req, runtime), new RevokeOperatorPermissionResponse({}));
|
|
69585
|
-
} else {
|
|
69586
|
-
return $dara.cast<RevokeOperatorPermissionResponse>(await this.execute(params, req, runtime), new RevokeOperatorPermissionResponse({}));
|
|
69587
|
-
}
|
|
69588
|
-
|
|
68613
|
+
return $dara.cast<RevokeOperatorPermissionResponse>(await this.callApi(params, req, runtime), new RevokeOperatorPermissionResponse({}));
|
|
69589
68614
|
}
|
|
69590
68615
|
|
|
69591
68616
|
/**
|
|
@@ -69640,12 +68665,7 @@ export default class Client extends OpenApi {
|
|
|
69640
68665
|
reqBodyType: "formData",
|
|
69641
68666
|
bodyType: "json",
|
|
69642
68667
|
});
|
|
69643
|
-
|
|
69644
|
-
return $dara.cast<SetSparkAppLogRootPathResponse>(await this.callApi(params, req, runtime), new SetSparkAppLogRootPathResponse({}));
|
|
69645
|
-
} else {
|
|
69646
|
-
return $dara.cast<SetSparkAppLogRootPathResponse>(await this.execute(params, req, runtime), new SetSparkAppLogRootPathResponse({}));
|
|
69647
|
-
}
|
|
69648
|
-
|
|
68668
|
+
return $dara.cast<SetSparkAppLogRootPathResponse>(await this.callApi(params, req, runtime), new SetSparkAppLogRootPathResponse({}));
|
|
69649
68669
|
}
|
|
69650
68670
|
|
|
69651
68671
|
/**
|
|
@@ -69696,12 +68716,7 @@ export default class Client extends OpenApi {
|
|
|
69696
68716
|
reqBodyType: "formData",
|
|
69697
68717
|
bodyType: "json",
|
|
69698
68718
|
});
|
|
69699
|
-
|
|
69700
|
-
return $dara.cast<StartApsJobResponse>(await this.callApi(params, req, runtime), new StartApsJobResponse({}));
|
|
69701
|
-
} else {
|
|
69702
|
-
return $dara.cast<StartApsJobResponse>(await this.execute(params, req, runtime), new StartApsJobResponse({}));
|
|
69703
|
-
}
|
|
69704
|
-
|
|
68719
|
+
return $dara.cast<StartApsJobResponse>(await this.callApi(params, req, runtime), new StartApsJobResponse({}));
|
|
69705
68720
|
}
|
|
69706
68721
|
|
|
69707
68722
|
/**
|
|
@@ -69751,12 +68766,7 @@ export default class Client extends OpenApi {
|
|
|
69751
68766
|
reqBodyType: "formData",
|
|
69752
68767
|
bodyType: "json",
|
|
69753
68768
|
});
|
|
69754
|
-
|
|
69755
|
-
return $dara.cast<StartSparkReplSessionResponse>(await this.callApi(params, req, runtime), new StartSparkReplSessionResponse({}));
|
|
69756
|
-
} else {
|
|
69757
|
-
return $dara.cast<StartSparkReplSessionResponse>(await this.execute(params, req, runtime), new StartSparkReplSessionResponse({}));
|
|
69758
|
-
}
|
|
69759
|
-
|
|
68769
|
+
return $dara.cast<StartSparkReplSessionResponse>(await this.callApi(params, req, runtime), new StartSparkReplSessionResponse({}));
|
|
69760
68770
|
}
|
|
69761
68771
|
|
|
69762
68772
|
/**
|
|
@@ -69827,12 +68837,7 @@ export default class Client extends OpenApi {
|
|
|
69827
68837
|
reqBodyType: "formData",
|
|
69828
68838
|
bodyType: "json",
|
|
69829
68839
|
});
|
|
69830
|
-
|
|
69831
|
-
return $dara.cast<StartSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new StartSparkSQLEngineResponse({}));
|
|
69832
|
-
} else {
|
|
69833
|
-
return $dara.cast<StartSparkSQLEngineResponse>(await this.execute(params, req, runtime), new StartSparkSQLEngineResponse({}));
|
|
69834
|
-
}
|
|
69835
|
-
|
|
68840
|
+
return $dara.cast<StartSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new StartSparkSQLEngineResponse({}));
|
|
69836
68841
|
}
|
|
69837
68842
|
|
|
69838
68843
|
/**
|
|
@@ -69903,12 +68908,7 @@ export default class Client extends OpenApi {
|
|
|
69903
68908
|
reqBodyType: "formData",
|
|
69904
68909
|
bodyType: "json",
|
|
69905
68910
|
});
|
|
69906
|
-
|
|
69907
|
-
return $dara.cast<SubmitResultExportJobResponse>(await this.callApi(params, req, runtime), new SubmitResultExportJobResponse({}));
|
|
69908
|
-
} else {
|
|
69909
|
-
return $dara.cast<SubmitResultExportJobResponse>(await this.execute(params, req, runtime), new SubmitResultExportJobResponse({}));
|
|
69910
|
-
}
|
|
69911
|
-
|
|
68911
|
+
return $dara.cast<SubmitResultExportJobResponse>(await this.callApi(params, req, runtime), new SubmitResultExportJobResponse({}));
|
|
69912
68912
|
}
|
|
69913
68913
|
|
|
69914
68914
|
/**
|
|
@@ -69983,12 +68983,7 @@ export default class Client extends OpenApi {
|
|
|
69983
68983
|
reqBodyType: "formData",
|
|
69984
68984
|
bodyType: "json",
|
|
69985
68985
|
});
|
|
69986
|
-
|
|
69987
|
-
return $dara.cast<SubmitSparkAppResponse>(await this.callApi(params, req, runtime), new SubmitSparkAppResponse({}));
|
|
69988
|
-
} else {
|
|
69989
|
-
return $dara.cast<SubmitSparkAppResponse>(await this.execute(params, req, runtime), new SubmitSparkAppResponse({}));
|
|
69990
|
-
}
|
|
69991
|
-
|
|
68986
|
+
return $dara.cast<SubmitSparkAppResponse>(await this.callApi(params, req, runtime), new SubmitSparkAppResponse({}));
|
|
69992
68987
|
}
|
|
69993
68988
|
|
|
69994
68989
|
/**
|
|
@@ -70040,12 +69035,7 @@ export default class Client extends OpenApi {
|
|
|
70040
69035
|
reqBodyType: "formData",
|
|
70041
69036
|
bodyType: "json",
|
|
70042
69037
|
});
|
|
70043
|
-
|
|
70044
|
-
return $dara.cast<SubmitSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new SubmitSparkLogAnalyzeTaskResponse({}));
|
|
70045
|
-
} else {
|
|
70046
|
-
return $dara.cast<SubmitSparkLogAnalyzeTaskResponse>(await this.execute(params, req, runtime), new SubmitSparkLogAnalyzeTaskResponse({}));
|
|
70047
|
-
}
|
|
70048
|
-
|
|
69038
|
+
return $dara.cast<SubmitSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new SubmitSparkLogAnalyzeTaskResponse({}));
|
|
70049
69039
|
}
|
|
70050
69040
|
|
|
70051
69041
|
/**
|
|
@@ -70096,12 +69086,7 @@ export default class Client extends OpenApi {
|
|
|
70096
69086
|
reqBodyType: "formData",
|
|
70097
69087
|
bodyType: "json",
|
|
70098
69088
|
});
|
|
70099
|
-
|
|
70100
|
-
return $dara.cast<SuspendApsJobResponse>(await this.callApi(params, req, runtime), new SuspendApsJobResponse({}));
|
|
70101
|
-
} else {
|
|
70102
|
-
return $dara.cast<SuspendApsJobResponse>(await this.execute(params, req, runtime), new SuspendApsJobResponse({}));
|
|
70103
|
-
}
|
|
70104
|
-
|
|
69089
|
+
return $dara.cast<SuspendApsJobResponse>(await this.callApi(params, req, runtime), new SuspendApsJobResponse({}));
|
|
70105
69090
|
}
|
|
70106
69091
|
|
|
70107
69092
|
/**
|
|
@@ -70150,12 +69135,7 @@ export default class Client extends OpenApi {
|
|
|
70150
69135
|
reqBodyType: "formData",
|
|
70151
69136
|
bodyType: "json",
|
|
70152
69137
|
});
|
|
70153
|
-
|
|
70154
|
-
return $dara.cast<UnbindAccountResponse>(await this.callApi(params, req, runtime), new UnbindAccountResponse({}));
|
|
70155
|
-
} else {
|
|
70156
|
-
return $dara.cast<UnbindAccountResponse>(await this.execute(params, req, runtime), new UnbindAccountResponse({}));
|
|
70157
|
-
}
|
|
70158
|
-
|
|
69138
|
+
return $dara.cast<UnbindAccountResponse>(await this.callApi(params, req, runtime), new UnbindAccountResponse({}));
|
|
70159
69139
|
}
|
|
70160
69140
|
|
|
70161
69141
|
/**
|
|
@@ -70211,12 +69191,7 @@ export default class Client extends OpenApi {
|
|
|
70211
69191
|
reqBodyType: "formData",
|
|
70212
69192
|
bodyType: "json",
|
|
70213
69193
|
});
|
|
70214
|
-
|
|
70215
|
-
return $dara.cast<UnbindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new UnbindDBResourceGroupWithUserResponse({}));
|
|
70216
|
-
} else {
|
|
70217
|
-
return $dara.cast<UnbindDBResourceGroupWithUserResponse>(await this.execute(params, req, runtime), new UnbindDBResourceGroupWithUserResponse({}));
|
|
70218
|
-
}
|
|
70219
|
-
|
|
69194
|
+
return $dara.cast<UnbindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new UnbindDBResourceGroupWithUserResponse({}));
|
|
70220
69195
|
}
|
|
70221
69196
|
|
|
70222
69197
|
/**
|
|
@@ -70283,12 +69258,7 @@ export default class Client extends OpenApi {
|
|
|
70283
69258
|
reqBodyType: "formData",
|
|
70284
69259
|
bodyType: "json",
|
|
70285
69260
|
});
|
|
70286
|
-
|
|
70287
|
-
return $dara.cast<UpdateLakeStorageResponse>(await this.callApi(params, req, runtime), new UpdateLakeStorageResponse({}));
|
|
70288
|
-
} else {
|
|
70289
|
-
return $dara.cast<UpdateLakeStorageResponse>(await this.execute(params, req, runtime), new UpdateLakeStorageResponse({}));
|
|
70290
|
-
}
|
|
70291
|
-
|
|
69261
|
+
return $dara.cast<UpdateLakeStorageResponse>(await this.callApi(params, req, runtime), new UpdateLakeStorageResponse({}));
|
|
70292
69262
|
}
|
|
70293
69263
|
|
|
70294
69264
|
/**
|
|
@@ -70347,12 +69317,7 @@ export default class Client extends OpenApi {
|
|
|
70347
69317
|
reqBodyType: "formData",
|
|
70348
69318
|
bodyType: "json",
|
|
70349
69319
|
});
|
|
70350
|
-
|
|
70351
|
-
return $dara.cast<UpdateSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new UpdateSparkTemplateFileResponse({}));
|
|
70352
|
-
} else {
|
|
70353
|
-
return $dara.cast<UpdateSparkTemplateFileResponse>(await this.execute(params, req, runtime), new UpdateSparkTemplateFileResponse({}));
|
|
70354
|
-
}
|
|
70355
|
-
|
|
69320
|
+
return $dara.cast<UpdateSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new UpdateSparkTemplateFileResponse({}));
|
|
70356
69321
|
}
|
|
70357
69322
|
|
|
70358
69323
|
/**
|
|
@@ -70423,12 +69388,7 @@ export default class Client extends OpenApi {
|
|
|
70423
69388
|
reqBodyType: "formData",
|
|
70424
69389
|
bodyType: "json",
|
|
70425
69390
|
});
|
|
70426
|
-
|
|
70427
|
-
return $dara.cast<UpgradeKernelVersionResponse>(await this.callApi(params, req, runtime), new UpgradeKernelVersionResponse({}));
|
|
70428
|
-
} else {
|
|
70429
|
-
return $dara.cast<UpgradeKernelVersionResponse>(await this.execute(params, req, runtime), new UpgradeKernelVersionResponse({}));
|
|
70430
|
-
}
|
|
70431
|
-
|
|
69391
|
+
return $dara.cast<UpgradeKernelVersionResponse>(await this.callApi(params, req, runtime), new UpgradeKernelVersionResponse({}));
|
|
70432
69392
|
}
|
|
70433
69393
|
|
|
70434
69394
|
/**
|