@alicloud/adb20211201 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +190 -10
- package/dist/client.js +152 -774
- package/dist/client.js.map +1 -1
- package/package.json +1 -2
- package/src/client.ts +324 -782
package/src/client.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/**
|
|
3
3
|
*/
|
|
4
4
|
import Util, * as $Util from '@alicloud/tea-util';
|
|
5
|
-
import GatewayClient from '@alicloud/gateway-pop';
|
|
6
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
7
6
|
import OpenApiUtil from '@alicloud/openapi-util';
|
|
8
7
|
import EndpointUtil from '@alicloud/endpoint-util';
|
|
@@ -2114,6 +2113,15 @@ export class CreateDBClusterRequest extends $tea.Model {
|
|
|
2114
2113
|
* 1880808684
|
|
2115
2114
|
*/
|
|
2116
2115
|
backupSetId?: string;
|
|
2116
|
+
/**
|
|
2117
|
+
* @remarks
|
|
2118
|
+
* The region ID of the source cluster.
|
|
2119
|
+
*
|
|
2120
|
+
* > This parameter must be specified for cloning clusters across regions.
|
|
2121
|
+
*
|
|
2122
|
+
* @example
|
|
2123
|
+
* cn-beijing
|
|
2124
|
+
*/
|
|
2117
2125
|
cloneSourceRegionId?: string;
|
|
2118
2126
|
/**
|
|
2119
2127
|
* @remarks
|
|
@@ -3206,6 +3214,9 @@ export class CreateOssSubDirectoryResponse extends $tea.Model {
|
|
|
3206
3214
|
|
|
3207
3215
|
export class CreatePerformanceViewRequest extends $tea.Model {
|
|
3208
3216
|
/**
|
|
3217
|
+
* @remarks
|
|
3218
|
+
* The type of the view.
|
|
3219
|
+
*
|
|
3209
3220
|
* @example
|
|
3210
3221
|
* Basic
|
|
3211
3222
|
*/
|
|
@@ -3258,7 +3269,12 @@ export class CreatePerformanceViewRequest extends $tea.Model {
|
|
|
3258
3269
|
viewDetail?: CreatePerformanceViewRequestViewDetail;
|
|
3259
3270
|
/**
|
|
3260
3271
|
* @remarks
|
|
3272
|
+
* The name of the view.
|
|
3273
|
+
*
|
|
3261
3274
|
* This parameter is required.
|
|
3275
|
+
*
|
|
3276
|
+
* @example
|
|
3277
|
+
* viewname
|
|
3262
3278
|
*/
|
|
3263
3279
|
viewName?: string;
|
|
3264
3280
|
static names(): { [key: string]: string } {
|
|
@@ -3298,6 +3314,9 @@ export class CreatePerformanceViewRequest extends $tea.Model {
|
|
|
3298
3314
|
|
|
3299
3315
|
export class CreatePerformanceViewShrinkRequest extends $tea.Model {
|
|
3300
3316
|
/**
|
|
3317
|
+
* @remarks
|
|
3318
|
+
* The type of the view.
|
|
3319
|
+
*
|
|
3301
3320
|
* @example
|
|
3302
3321
|
* Basic
|
|
3303
3322
|
*/
|
|
@@ -3350,7 +3369,12 @@ export class CreatePerformanceViewShrinkRequest extends $tea.Model {
|
|
|
3350
3369
|
viewDetailShrink?: string;
|
|
3351
3370
|
/**
|
|
3352
3371
|
* @remarks
|
|
3372
|
+
* The name of the view.
|
|
3373
|
+
*
|
|
3353
3374
|
* This parameter is required.
|
|
3375
|
+
*
|
|
3376
|
+
* @example
|
|
3377
|
+
* viewname
|
|
3354
3378
|
*/
|
|
3355
3379
|
viewName?: string;
|
|
3356
3380
|
static names(): { [key: string]: string } {
|
|
@@ -3390,6 +3414,11 @@ export class CreatePerformanceViewShrinkRequest extends $tea.Model {
|
|
|
3390
3414
|
|
|
3391
3415
|
export class CreatePerformanceViewResponseBody extends $tea.Model {
|
|
3392
3416
|
/**
|
|
3417
|
+
* @remarks
|
|
3418
|
+
* The details about the access denial.
|
|
3419
|
+
*
|
|
3420
|
+
* > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
|
|
3421
|
+
*
|
|
3393
3422
|
* @example
|
|
3394
3423
|
* {
|
|
3395
3424
|
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
@@ -3414,6 +3443,9 @@ export class CreatePerformanceViewResponseBody extends $tea.Model {
|
|
|
3414
3443
|
*/
|
|
3415
3444
|
createStatus?: string;
|
|
3416
3445
|
/**
|
|
3446
|
+
* @remarks
|
|
3447
|
+
* The request ID.
|
|
3448
|
+
*
|
|
3417
3449
|
* @example
|
|
3418
3450
|
* E031AABF-BD56-5966-A063-4283EF18DB45
|
|
3419
3451
|
*/
|
|
@@ -4023,7 +4055,12 @@ export class DeletePerformanceViewRequest extends $tea.Model {
|
|
|
4023
4055
|
resourceOwnerId?: number;
|
|
4024
4056
|
/**
|
|
4025
4057
|
* @remarks
|
|
4058
|
+
* The name of the view.
|
|
4059
|
+
*
|
|
4026
4060
|
* This parameter is required.
|
|
4061
|
+
*
|
|
4062
|
+
* @example
|
|
4063
|
+
* view_dwd_plan_double_term
|
|
4027
4064
|
*/
|
|
4028
4065
|
viewName?: string;
|
|
4029
4066
|
static names(): { [key: string]: string } {
|
|
@@ -4075,11 +4112,17 @@ export class DeletePerformanceViewResponseBody extends $tea.Model {
|
|
|
4075
4112
|
*/
|
|
4076
4113
|
accessDeniedDetail?: string;
|
|
4077
4114
|
/**
|
|
4115
|
+
* @remarks
|
|
4116
|
+
* The delete status.
|
|
4117
|
+
*
|
|
4078
4118
|
* @example
|
|
4079
4119
|
* SUCCESS
|
|
4080
4120
|
*/
|
|
4081
4121
|
deleteStatus?: boolean;
|
|
4082
4122
|
/**
|
|
4123
|
+
* @remarks
|
|
4124
|
+
* The request ID.
|
|
4125
|
+
*
|
|
4083
4126
|
* @example
|
|
4084
4127
|
* 1AD222E9-E606-4A42-BF6D-8A4442913CEF
|
|
4085
4128
|
*/
|
|
@@ -5724,7 +5767,7 @@ export class DescribeApsActionLogsRequest extends $tea.Model {
|
|
|
5724
5767
|
DBClusterId?: string;
|
|
5725
5768
|
/**
|
|
5726
5769
|
* @remarks
|
|
5727
|
-
* The end time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:
|
|
5770
|
+
* The end time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:mmZ** format. The time must be in UTC.
|
|
5728
5771
|
*
|
|
5729
5772
|
* > The end time must be later than the start time. The maximum time range that can be specified is 30 days.
|
|
5730
5773
|
*
|
|
@@ -5794,7 +5837,7 @@ export class DescribeApsActionLogsRequest extends $tea.Model {
|
|
|
5794
5837
|
stage?: string;
|
|
5795
5838
|
/**
|
|
5796
5839
|
* @remarks
|
|
5797
|
-
* The start time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:
|
|
5840
|
+
* The start time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:mmZ** format. The time must be in UTC.
|
|
5798
5841
|
*
|
|
5799
5842
|
* This parameter is required.
|
|
5800
5843
|
*
|
|
@@ -6730,6 +6773,7 @@ export class DescribeBackupsRequest extends $tea.Model {
|
|
|
6730
6773
|
}
|
|
6731
6774
|
|
|
6732
6775
|
export class DescribeBackupsResponseBody extends $tea.Model {
|
|
6776
|
+
freeBackupSize?: number;
|
|
6733
6777
|
/**
|
|
6734
6778
|
* @remarks
|
|
6735
6779
|
* The queried backup sets.
|
|
@@ -6759,6 +6803,7 @@ export class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
6759
6803
|
* CE17270B-F8F8-5A31-9DB4-DADDFDAD7940
|
|
6760
6804
|
*/
|
|
6761
6805
|
requestId?: string;
|
|
6806
|
+
totalBackupSize?: number;
|
|
6762
6807
|
/**
|
|
6763
6808
|
* @remarks
|
|
6764
6809
|
* The total number of entries returned.
|
|
@@ -6769,20 +6814,24 @@ export class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
6769
6814
|
totalCount?: string;
|
|
6770
6815
|
static names(): { [key: string]: string } {
|
|
6771
6816
|
return {
|
|
6817
|
+
freeBackupSize: 'FreeBackupSize',
|
|
6772
6818
|
items: 'Items',
|
|
6773
6819
|
pageNumber: 'PageNumber',
|
|
6774
6820
|
pageSize: 'PageSize',
|
|
6775
6821
|
requestId: 'RequestId',
|
|
6822
|
+
totalBackupSize: 'TotalBackupSize',
|
|
6776
6823
|
totalCount: 'TotalCount',
|
|
6777
6824
|
};
|
|
6778
6825
|
}
|
|
6779
6826
|
|
|
6780
6827
|
static types(): { [key: string]: any } {
|
|
6781
6828
|
return {
|
|
6829
|
+
freeBackupSize: 'number',
|
|
6782
6830
|
items: DescribeBackupsResponseBodyItems,
|
|
6783
6831
|
pageNumber: 'string',
|
|
6784
6832
|
pageSize: 'string',
|
|
6785
6833
|
requestId: 'string',
|
|
6834
|
+
totalBackupSize: 'number',
|
|
6786
6835
|
totalCount: 'string',
|
|
6787
6836
|
};
|
|
6788
6837
|
}
|
|
@@ -6820,7 +6869,7 @@ export class DescribeBackupsResponse extends $tea.Model {
|
|
|
6820
6869
|
export class DescribeClusterAccessWhiteListRequest extends $tea.Model {
|
|
6821
6870
|
/**
|
|
6822
6871
|
* @remarks
|
|
6823
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
6872
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
6824
6873
|
*
|
|
6825
6874
|
* This parameter is required.
|
|
6826
6875
|
*
|
|
@@ -10633,7 +10682,12 @@ export class DescribePerformanceViewAttributeRequest extends $tea.Model {
|
|
|
10633
10682
|
resourceOwnerId?: number;
|
|
10634
10683
|
/**
|
|
10635
10684
|
* @remarks
|
|
10685
|
+
* The name of the view.
|
|
10686
|
+
*
|
|
10636
10687
|
* This parameter is required.
|
|
10688
|
+
*
|
|
10689
|
+
* @example
|
|
10690
|
+
* Basic
|
|
10637
10691
|
*/
|
|
10638
10692
|
viewName?: string;
|
|
10639
10693
|
static names(): { [key: string]: string } {
|
|
@@ -10667,6 +10721,11 @@ export class DescribePerformanceViewAttributeRequest extends $tea.Model {
|
|
|
10667
10721
|
|
|
10668
10722
|
export class DescribePerformanceViewAttributeResponseBody extends $tea.Model {
|
|
10669
10723
|
/**
|
|
10724
|
+
* @remarks
|
|
10725
|
+
* The details about the access denial.
|
|
10726
|
+
*
|
|
10727
|
+
* > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
|
|
10728
|
+
*
|
|
10670
10729
|
* @example
|
|
10671
10730
|
* {
|
|
10672
10731
|
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
@@ -10680,26 +10739,54 @@ export class DescribePerformanceViewAttributeResponseBody extends $tea.Model {
|
|
|
10680
10739
|
*/
|
|
10681
10740
|
accessDeniedDetail?: string;
|
|
10682
10741
|
/**
|
|
10742
|
+
* @remarks
|
|
10743
|
+
* The type of the view.
|
|
10744
|
+
*
|
|
10683
10745
|
* @example
|
|
10684
10746
|
* Basic
|
|
10685
10747
|
*/
|
|
10686
10748
|
createFromViewType?: string;
|
|
10687
10749
|
/**
|
|
10750
|
+
* @remarks
|
|
10751
|
+
* The cluster ID.
|
|
10752
|
+
*
|
|
10753
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the information about all AnalyticDB for MySQL clusters within a region, including cluster IDs.
|
|
10754
|
+
*
|
|
10688
10755
|
* @example
|
|
10689
10756
|
* amv-bp198m028ih55xxxx
|
|
10690
10757
|
*/
|
|
10691
10758
|
DBClusterId?: string;
|
|
10692
10759
|
/**
|
|
10760
|
+
* @remarks
|
|
10761
|
+
* Specifies whether to populate the names of the metrics in the original monitoring view when you view the monitoring view. Valid values:
|
|
10762
|
+
*
|
|
10763
|
+
* * **true**
|
|
10764
|
+
* * **false**
|
|
10765
|
+
*
|
|
10693
10766
|
* @example
|
|
10694
10767
|
* true
|
|
10695
10768
|
*/
|
|
10696
10769
|
fillOriginViewKeys?: boolean;
|
|
10697
10770
|
/**
|
|
10771
|
+
* @remarks
|
|
10772
|
+
* The request ID.
|
|
10773
|
+
*
|
|
10698
10774
|
* @example
|
|
10699
10775
|
* E031AABF-BD56-5966-A063-4283EF18DB45
|
|
10700
10776
|
*/
|
|
10701
10777
|
requestId?: string;
|
|
10778
|
+
/**
|
|
10779
|
+
* @remarks
|
|
10780
|
+
* The information about the monitoring view.
|
|
10781
|
+
*/
|
|
10702
10782
|
viewDetail?: DescribePerformanceViewAttributeResponseBodyViewDetail;
|
|
10783
|
+
/**
|
|
10784
|
+
* @remarks
|
|
10785
|
+
* The name of the view.
|
|
10786
|
+
*
|
|
10787
|
+
* @example
|
|
10788
|
+
* Basic
|
|
10789
|
+
*/
|
|
10703
10790
|
viewName?: string;
|
|
10704
10791
|
static names(): { [key: string]: string } {
|
|
10705
10792
|
return {
|
|
@@ -10813,6 +10900,11 @@ export class DescribePerformanceViewsRequest extends $tea.Model {
|
|
|
10813
10900
|
|
|
10814
10901
|
export class DescribePerformanceViewsResponseBody extends $tea.Model {
|
|
10815
10902
|
/**
|
|
10903
|
+
* @remarks
|
|
10904
|
+
* The details about the access denial.
|
|
10905
|
+
*
|
|
10906
|
+
* > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
|
|
10907
|
+
*
|
|
10816
10908
|
* @example
|
|
10817
10909
|
* {
|
|
10818
10910
|
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
@@ -10826,10 +10918,17 @@ export class DescribePerformanceViewsResponseBody extends $tea.Model {
|
|
|
10826
10918
|
*/
|
|
10827
10919
|
accessDeniedDetail?: string;
|
|
10828
10920
|
/**
|
|
10921
|
+
* @remarks
|
|
10922
|
+
* The request ID.
|
|
10923
|
+
*
|
|
10829
10924
|
* @example
|
|
10830
10925
|
* 3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8
|
|
10831
10926
|
*/
|
|
10832
10927
|
requestId?: string;
|
|
10928
|
+
/**
|
|
10929
|
+
* @remarks
|
|
10930
|
+
* the list of view.
|
|
10931
|
+
*/
|
|
10833
10932
|
views?: DescribePerformanceViewsResponseBodyViews[];
|
|
10834
10933
|
static names(): { [key: string]: string } {
|
|
10835
10934
|
return {
|
|
@@ -17124,8 +17223,6 @@ export class ModifyBackupPolicyRequest extends $tea.Model {
|
|
|
17124
17223
|
*
|
|
17125
17224
|
* > To ensure data security, we recommend that you specify at least two values.
|
|
17126
17225
|
*
|
|
17127
|
-
* This parameter is required.
|
|
17128
|
-
*
|
|
17129
17226
|
* @example
|
|
17130
17227
|
* Monday,Wednesday,Friday,Sunday
|
|
17131
17228
|
*/
|
|
@@ -17512,9 +17609,9 @@ export class ModifyDBClusterRequest extends $tea.Model {
|
|
|
17512
17609
|
computeResource?: string;
|
|
17513
17610
|
/**
|
|
17514
17611
|
* @remarks
|
|
17515
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17612
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17516
17613
|
*
|
|
17517
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition
|
|
17614
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition clusters within a region.
|
|
17518
17615
|
*
|
|
17519
17616
|
* This parameter is required.
|
|
17520
17617
|
*
|
|
@@ -17551,6 +17648,10 @@ export class ModifyDBClusterRequest extends $tea.Model {
|
|
|
17551
17648
|
*/
|
|
17552
17649
|
regionId?: string;
|
|
17553
17650
|
reservedNodeCount?: number;
|
|
17651
|
+
/**
|
|
17652
|
+
* @example
|
|
17653
|
+
* LegacyForm
|
|
17654
|
+
*/
|
|
17554
17655
|
reservedNodeSize?: string;
|
|
17555
17656
|
resourceOwnerAccount?: string;
|
|
17556
17657
|
/**
|
|
@@ -17603,7 +17704,7 @@ export class ModifyDBClusterRequest extends $tea.Model {
|
|
|
17603
17704
|
export class ModifyDBClusterResponseBody extends $tea.Model {
|
|
17604
17705
|
/**
|
|
17605
17706
|
* @remarks
|
|
17606
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17707
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17607
17708
|
*
|
|
17608
17709
|
* @example
|
|
17609
17710
|
* amv-bp1r053byu48p****
|
|
@@ -18439,6 +18540,9 @@ export class ModifyPerformanceViewRequest extends $tea.Model {
|
|
|
18439
18540
|
* The name of the monitoring view.
|
|
18440
18541
|
*
|
|
18441
18542
|
* This parameter is required.
|
|
18543
|
+
*
|
|
18544
|
+
* @example
|
|
18545
|
+
* Basic
|
|
18442
18546
|
*/
|
|
18443
18547
|
viewName?: string;
|
|
18444
18548
|
static names(): { [key: string]: string } {
|
|
@@ -18513,6 +18617,9 @@ export class ModifyPerformanceViewShrinkRequest extends $tea.Model {
|
|
|
18513
18617
|
* The name of the monitoring view.
|
|
18514
18618
|
*
|
|
18515
18619
|
* This parameter is required.
|
|
18620
|
+
*
|
|
18621
|
+
* @example
|
|
18622
|
+
* Basic
|
|
18516
18623
|
*/
|
|
18517
18624
|
viewName?: string;
|
|
18518
18625
|
static names(): { [key: string]: string } {
|
|
@@ -21336,6 +21443,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
|
|
|
21336
21443
|
* 2022-06-02T16:00Z
|
|
21337
21444
|
*/
|
|
21338
21445
|
backupEndTime?: string;
|
|
21446
|
+
backupExpiredTime?: string;
|
|
21339
21447
|
/**
|
|
21340
21448
|
* @remarks
|
|
21341
21449
|
* The backup set ID.
|
|
@@ -21390,6 +21498,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
|
|
|
21390
21498
|
static names(): { [key: string]: string } {
|
|
21391
21499
|
return {
|
|
21392
21500
|
backupEndTime: 'BackupEndTime',
|
|
21501
|
+
backupExpiredTime: 'BackupExpiredTime',
|
|
21393
21502
|
backupId: 'BackupId',
|
|
21394
21503
|
backupMethod: 'BackupMethod',
|
|
21395
21504
|
backupSize: 'BackupSize',
|
|
@@ -21402,6 +21511,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
|
|
|
21402
21511
|
static types(): { [key: string]: any } {
|
|
21403
21512
|
return {
|
|
21404
21513
|
backupEndTime: 'string',
|
|
21514
|
+
backupExpiredTime: 'string',
|
|
21405
21515
|
backupId: 'string',
|
|
21406
21516
|
backupMethod: 'string',
|
|
21407
21517
|
backupSize: 'number',
|
|
@@ -25178,11 +25288,17 @@ export class DescribeExcessivePrimaryKeysResponseBodyDetectionItems extends $tea
|
|
|
25178
25288
|
/**
|
|
25179
25289
|
* @remarks
|
|
25180
25290
|
* The detection result.
|
|
25291
|
+
*
|
|
25292
|
+
* @example
|
|
25293
|
+
* OK
|
|
25181
25294
|
*/
|
|
25182
25295
|
message?: string;
|
|
25183
25296
|
/**
|
|
25184
25297
|
* @remarks
|
|
25185
25298
|
* The name of the detection item.
|
|
25299
|
+
*
|
|
25300
|
+
* @example
|
|
25301
|
+
* test
|
|
25186
25302
|
*/
|
|
25187
25303
|
name?: string;
|
|
25188
25304
|
/**
|
|
@@ -25334,11 +25450,17 @@ export class DescribeJobResourceUsageResponseBodyDataJobAcuUsageAcuUsageDetail e
|
|
|
25334
25450
|
*/
|
|
25335
25451
|
reservedAcuNumber?: number;
|
|
25336
25452
|
/**
|
|
25453
|
+
* @remarks
|
|
25454
|
+
* The number of spot ACUs.
|
|
25455
|
+
*
|
|
25337
25456
|
* @example
|
|
25338
25457
|
* 16ACU
|
|
25339
25458
|
*/
|
|
25340
25459
|
spotAcuNumber?: number;
|
|
25341
25460
|
/**
|
|
25461
|
+
* @remarks
|
|
25462
|
+
* The percent of spot ACUs.
|
|
25463
|
+
*
|
|
25342
25464
|
* @example
|
|
25343
25465
|
* 0.9
|
|
25344
25466
|
*/
|
|
@@ -25603,11 +25725,20 @@ export class DescribePatternPerformanceResponseBodyPerformances extends $tea.Mod
|
|
|
25603
25725
|
|
|
25604
25726
|
export class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys extends $tea.Model {
|
|
25605
25727
|
/**
|
|
25728
|
+
* @remarks
|
|
25729
|
+
* The name of the metric.
|
|
25730
|
+
*
|
|
25606
25731
|
* @example
|
|
25607
25732
|
* AnalyticDB_CPU
|
|
25608
25733
|
*/
|
|
25609
25734
|
keyName?: string;
|
|
25610
25735
|
/**
|
|
25736
|
+
* @remarks
|
|
25737
|
+
* Specifies whether to select the metric. Valid values:
|
|
25738
|
+
*
|
|
25739
|
+
* * **true**
|
|
25740
|
+
* * **false**
|
|
25741
|
+
*
|
|
25611
25742
|
* @example
|
|
25612
25743
|
* true
|
|
25613
25744
|
*/
|
|
@@ -25633,10 +25764,22 @@ export class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKey
|
|
|
25633
25764
|
|
|
25634
25765
|
export class DescribePerformanceViewAttributeResponseBodyViewDetailCategories extends $tea.Model {
|
|
25635
25766
|
/**
|
|
25767
|
+
* @remarks
|
|
25768
|
+
* The name of the metric category. Valid values:
|
|
25769
|
+
*
|
|
25770
|
+
* * **Node**
|
|
25771
|
+
* * **DiskData**
|
|
25772
|
+
* * **WorkLoad**
|
|
25773
|
+
* * **ResourceGroup**
|
|
25774
|
+
*
|
|
25636
25775
|
* @example
|
|
25637
25776
|
* Node
|
|
25638
25777
|
*/
|
|
25639
25778
|
category?: string;
|
|
25779
|
+
/**
|
|
25780
|
+
* @remarks
|
|
25781
|
+
* The metrics.
|
|
25782
|
+
*/
|
|
25640
25783
|
keys?: DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys[];
|
|
25641
25784
|
static names(): { [key: string]: string } {
|
|
25642
25785
|
return {
|
|
@@ -25658,13 +25801,26 @@ export class DescribePerformanceViewAttributeResponseBodyViewDetailCategories ex
|
|
|
25658
25801
|
}
|
|
25659
25802
|
|
|
25660
25803
|
export class DescribePerformanceViewAttributeResponseBodyViewDetail extends $tea.Model {
|
|
25804
|
+
/**
|
|
25805
|
+
* @remarks
|
|
25806
|
+
* The metric category.
|
|
25807
|
+
*/
|
|
25661
25808
|
categories?: DescribePerformanceViewAttributeResponseBodyViewDetailCategories[];
|
|
25662
25809
|
/**
|
|
25810
|
+
* @remarks
|
|
25811
|
+
* Specifies whether to enable the filter interaction feature. Valid values:
|
|
25812
|
+
*
|
|
25813
|
+
* * **true**
|
|
25814
|
+
* * **false**
|
|
25815
|
+
*
|
|
25663
25816
|
* @example
|
|
25664
25817
|
* true
|
|
25665
25818
|
*/
|
|
25666
25819
|
chartLinked?: boolean;
|
|
25667
25820
|
/**
|
|
25821
|
+
* @remarks
|
|
25822
|
+
* The number of charts to display in each row.
|
|
25823
|
+
*
|
|
25668
25824
|
* @example
|
|
25669
25825
|
* 2
|
|
25670
25826
|
*/
|
|
@@ -25692,15 +25848,28 @@ export class DescribePerformanceViewAttributeResponseBodyViewDetail extends $tea
|
|
|
25692
25848
|
|
|
25693
25849
|
export class DescribePerformanceViewsResponseBodyViews extends $tea.Model {
|
|
25694
25850
|
/**
|
|
25851
|
+
* @remarks
|
|
25852
|
+
* The time when created.
|
|
25853
|
+
*
|
|
25695
25854
|
* @example
|
|
25696
25855
|
* 2024-06-18T07:06:53.000+00:00
|
|
25697
25856
|
*/
|
|
25698
25857
|
createTime?: string;
|
|
25699
25858
|
/**
|
|
25859
|
+
* @remarks
|
|
25860
|
+
* The time when updated.
|
|
25861
|
+
*
|
|
25700
25862
|
* @example
|
|
25701
25863
|
* 2024-06-18T07:07:32.000+00:00
|
|
25702
25864
|
*/
|
|
25703
25865
|
updateTime?: string;
|
|
25866
|
+
/**
|
|
25867
|
+
* @remarks
|
|
25868
|
+
* The name of the view.
|
|
25869
|
+
*
|
|
25870
|
+
* @example
|
|
25871
|
+
* Basic
|
|
25872
|
+
*/
|
|
25704
25873
|
viewName?: string;
|
|
25705
25874
|
static names(): { [key: string]: string } {
|
|
25706
25875
|
return {
|
|
@@ -28283,9 +28452,6 @@ export default class Client extends OpenApi {
|
|
|
28283
28452
|
|
|
28284
28453
|
constructor(config: $OpenApi.Config) {
|
|
28285
28454
|
super(config);
|
|
28286
|
-
this._productId = "adb";
|
|
28287
|
-
let gatewayClient = new GatewayClient();
|
|
28288
|
-
this._spi = gatewayClient;
|
|
28289
28455
|
this._endpointRule = "regional";
|
|
28290
28456
|
this._endpointMap = {
|
|
28291
28457
|
'cn-qingdao': "adb.aliyuncs.com",
|
|
@@ -28389,12 +28555,7 @@ export default class Client extends OpenApi {
|
|
|
28389
28555
|
reqBodyType: "formData",
|
|
28390
28556
|
bodyType: "json",
|
|
28391
28557
|
});
|
|
28392
|
-
|
|
28393
|
-
return $tea.cast<AllocateClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new AllocateClusterPublicConnectionResponse({}));
|
|
28394
|
-
} else {
|
|
28395
|
-
return $tea.cast<AllocateClusterPublicConnectionResponse>(await this.execute(params, req, runtime), new AllocateClusterPublicConnectionResponse({}));
|
|
28396
|
-
}
|
|
28397
|
-
|
|
28558
|
+
return $tea.cast<AllocateClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new AllocateClusterPublicConnectionResponse({}));
|
|
28398
28559
|
}
|
|
28399
28560
|
|
|
28400
28561
|
/**
|
|
@@ -28442,12 +28603,7 @@ export default class Client extends OpenApi {
|
|
|
28442
28603
|
reqBodyType: "formData",
|
|
28443
28604
|
bodyType: "json",
|
|
28444
28605
|
});
|
|
28445
|
-
|
|
28446
|
-
return $tea.cast<AttachUserENIResponse>(await this.callApi(params, req, runtime), new AttachUserENIResponse({}));
|
|
28447
|
-
} else {
|
|
28448
|
-
return $tea.cast<AttachUserENIResponse>(await this.execute(params, req, runtime), new AttachUserENIResponse({}));
|
|
28449
|
-
}
|
|
28450
|
-
|
|
28606
|
+
return $tea.cast<AttachUserENIResponse>(await this.callApi(params, req, runtime), new AttachUserENIResponse({}));
|
|
28451
28607
|
}
|
|
28452
28608
|
|
|
28453
28609
|
/**
|
|
@@ -28503,12 +28659,7 @@ export default class Client extends OpenApi {
|
|
|
28503
28659
|
reqBodyType: "formData",
|
|
28504
28660
|
bodyType: "json",
|
|
28505
28661
|
});
|
|
28506
|
-
|
|
28507
|
-
return $tea.cast<BindAccountResponse>(await this.callApi(params, req, runtime), new BindAccountResponse({}));
|
|
28508
|
-
} else {
|
|
28509
|
-
return $tea.cast<BindAccountResponse>(await this.execute(params, req, runtime), new BindAccountResponse({}));
|
|
28510
|
-
}
|
|
28511
|
-
|
|
28662
|
+
return $tea.cast<BindAccountResponse>(await this.callApi(params, req, runtime), new BindAccountResponse({}));
|
|
28512
28663
|
}
|
|
28513
28664
|
|
|
28514
28665
|
/**
|
|
@@ -28564,12 +28715,7 @@ export default class Client extends OpenApi {
|
|
|
28564
28715
|
reqBodyType: "formData",
|
|
28565
28716
|
bodyType: "json",
|
|
28566
28717
|
});
|
|
28567
|
-
|
|
28568
|
-
return $tea.cast<BindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new BindDBResourceGroupWithUserResponse({}));
|
|
28569
|
-
} else {
|
|
28570
|
-
return $tea.cast<BindDBResourceGroupWithUserResponse>(await this.execute(params, req, runtime), new BindDBResourceGroupWithUserResponse({}));
|
|
28571
|
-
}
|
|
28572
|
-
|
|
28718
|
+
return $tea.cast<BindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new BindDBResourceGroupWithUserResponse({}));
|
|
28573
28719
|
}
|
|
28574
28720
|
|
|
28575
28721
|
/**
|
|
@@ -28621,12 +28767,7 @@ export default class Client extends OpenApi {
|
|
|
28621
28767
|
reqBodyType: "formData",
|
|
28622
28768
|
bodyType: "json",
|
|
28623
28769
|
});
|
|
28624
|
-
|
|
28625
|
-
return $tea.cast<CheckBindRamUserResponse>(await this.callApi(params, req, runtime), new CheckBindRamUserResponse({}));
|
|
28626
|
-
} else {
|
|
28627
|
-
return $tea.cast<CheckBindRamUserResponse>(await this.execute(params, req, runtime), new CheckBindRamUserResponse({}));
|
|
28628
|
-
}
|
|
28629
|
-
|
|
28770
|
+
return $tea.cast<CheckBindRamUserResponse>(await this.callApi(params, req, runtime), new CheckBindRamUserResponse({}));
|
|
28630
28771
|
}
|
|
28631
28772
|
|
|
28632
28773
|
/**
|
|
@@ -28672,12 +28813,7 @@ export default class Client extends OpenApi {
|
|
|
28672
28813
|
reqBodyType: "formData",
|
|
28673
28814
|
bodyType: "json",
|
|
28674
28815
|
});
|
|
28675
|
-
|
|
28676
|
-
return $tea.cast<CheckSampleDataSetResponse>(await this.callApi(params, req, runtime), new CheckSampleDataSetResponse({}));
|
|
28677
|
-
} else {
|
|
28678
|
-
return $tea.cast<CheckSampleDataSetResponse>(await this.execute(params, req, runtime), new CheckSampleDataSetResponse({}));
|
|
28679
|
-
}
|
|
28680
|
-
|
|
28816
|
+
return $tea.cast<CheckSampleDataSetResponse>(await this.callApi(params, req, runtime), new CheckSampleDataSetResponse({}));
|
|
28681
28817
|
}
|
|
28682
28818
|
|
|
28683
28819
|
/**
|
|
@@ -28743,12 +28879,7 @@ export default class Client extends OpenApi {
|
|
|
28743
28879
|
reqBodyType: "formData",
|
|
28744
28880
|
bodyType: "json",
|
|
28745
28881
|
});
|
|
28746
|
-
|
|
28747
|
-
return $tea.cast<CreateAccountResponse>(await this.callApi(params, req, runtime), new CreateAccountResponse({}));
|
|
28748
|
-
} else {
|
|
28749
|
-
return $tea.cast<CreateAccountResponse>(await this.execute(params, req, runtime), new CreateAccountResponse({}));
|
|
28750
|
-
}
|
|
28751
|
-
|
|
28882
|
+
return $tea.cast<CreateAccountResponse>(await this.callApi(params, req, runtime), new CreateAccountResponse({}));
|
|
28752
28883
|
}
|
|
28753
28884
|
|
|
28754
28885
|
/**
|
|
@@ -28892,12 +29023,7 @@ export default class Client extends OpenApi {
|
|
|
28892
29023
|
reqBodyType: "formData",
|
|
28893
29024
|
bodyType: "json",
|
|
28894
29025
|
});
|
|
28895
|
-
|
|
28896
|
-
return $tea.cast<CreateDBClusterResponse>(await this.callApi(params, req, runtime), new CreateDBClusterResponse({}));
|
|
28897
|
-
} else {
|
|
28898
|
-
return $tea.cast<CreateDBClusterResponse>(await this.execute(params, req, runtime), new CreateDBClusterResponse({}));
|
|
28899
|
-
}
|
|
28900
|
-
|
|
29026
|
+
return $tea.cast<CreateDBClusterResponse>(await this.callApi(params, req, runtime), new CreateDBClusterResponse({}));
|
|
28901
29027
|
}
|
|
28902
29028
|
|
|
28903
29029
|
/**
|
|
@@ -29023,12 +29149,7 @@ export default class Client extends OpenApi {
|
|
|
29023
29149
|
reqBodyType: "formData",
|
|
29024
29150
|
bodyType: "json",
|
|
29025
29151
|
});
|
|
29026
|
-
|
|
29027
|
-
return $tea.cast<CreateDBResourceGroupResponse>(await this.callApi(params, req, runtime), new CreateDBResourceGroupResponse({}));
|
|
29028
|
-
} else {
|
|
29029
|
-
return $tea.cast<CreateDBResourceGroupResponse>(await this.execute(params, req, runtime), new CreateDBResourceGroupResponse({}));
|
|
29030
|
-
}
|
|
29031
|
-
|
|
29152
|
+
return $tea.cast<CreateDBResourceGroupResponse>(await this.callApi(params, req, runtime), new CreateDBResourceGroupResponse({}));
|
|
29032
29153
|
}
|
|
29033
29154
|
|
|
29034
29155
|
/**
|
|
@@ -29112,12 +29233,7 @@ export default class Client extends OpenApi {
|
|
|
29112
29233
|
reqBodyType: "formData",
|
|
29113
29234
|
bodyType: "json",
|
|
29114
29235
|
});
|
|
29115
|
-
|
|
29116
|
-
return $tea.cast<CreateElasticPlanResponse>(await this.callApi(params, req, runtime), new CreateElasticPlanResponse({}));
|
|
29117
|
-
} else {
|
|
29118
|
-
return $tea.cast<CreateElasticPlanResponse>(await this.execute(params, req, runtime), new CreateElasticPlanResponse({}));
|
|
29119
|
-
}
|
|
29120
|
-
|
|
29236
|
+
return $tea.cast<CreateElasticPlanResponse>(await this.callApi(params, req, runtime), new CreateElasticPlanResponse({}));
|
|
29121
29237
|
}
|
|
29122
29238
|
|
|
29123
29239
|
/**
|
|
@@ -29171,12 +29287,7 @@ export default class Client extends OpenApi {
|
|
|
29171
29287
|
reqBodyType: "formData",
|
|
29172
29288
|
bodyType: "json",
|
|
29173
29289
|
});
|
|
29174
|
-
|
|
29175
|
-
return $tea.cast<CreateOssSubDirectoryResponse>(await this.callApi(params, req, runtime), new CreateOssSubDirectoryResponse({}));
|
|
29176
|
-
} else {
|
|
29177
|
-
return $tea.cast<CreateOssSubDirectoryResponse>(await this.execute(params, req, runtime), new CreateOssSubDirectoryResponse({}));
|
|
29178
|
-
}
|
|
29179
|
-
|
|
29290
|
+
return $tea.cast<CreateOssSubDirectoryResponse>(await this.callApi(params, req, runtime), new CreateOssSubDirectoryResponse({}));
|
|
29180
29291
|
}
|
|
29181
29292
|
|
|
29182
29293
|
/**
|
|
@@ -29196,6 +29307,8 @@ export default class Client extends OpenApi {
|
|
|
29196
29307
|
}
|
|
29197
29308
|
|
|
29198
29309
|
/**
|
|
29310
|
+
* Creates a custom monitoring view.
|
|
29311
|
+
*
|
|
29199
29312
|
* @param tmpReq - CreatePerformanceViewRequest
|
|
29200
29313
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29201
29314
|
* @returns CreatePerformanceViewResponse
|
|
@@ -29263,15 +29376,12 @@ export default class Client extends OpenApi {
|
|
|
29263
29376
|
reqBodyType: "formData",
|
|
29264
29377
|
bodyType: "json",
|
|
29265
29378
|
});
|
|
29266
|
-
|
|
29267
|
-
return $tea.cast<CreatePerformanceViewResponse>(await this.callApi(params, req, runtime), new CreatePerformanceViewResponse({}));
|
|
29268
|
-
} else {
|
|
29269
|
-
return $tea.cast<CreatePerformanceViewResponse>(await this.execute(params, req, runtime), new CreatePerformanceViewResponse({}));
|
|
29270
|
-
}
|
|
29271
|
-
|
|
29379
|
+
return $tea.cast<CreatePerformanceViewResponse>(await this.callApi(params, req, runtime), new CreatePerformanceViewResponse({}));
|
|
29272
29380
|
}
|
|
29273
29381
|
|
|
29274
29382
|
/**
|
|
29383
|
+
* Creates a custom monitoring view.
|
|
29384
|
+
*
|
|
29275
29385
|
* @param request - CreatePerformanceViewRequest
|
|
29276
29386
|
* @returns CreatePerformanceViewResponse
|
|
29277
29387
|
*/
|
|
@@ -29329,12 +29439,7 @@ export default class Client extends OpenApi {
|
|
|
29329
29439
|
reqBodyType: "formData",
|
|
29330
29440
|
bodyType: "json",
|
|
29331
29441
|
});
|
|
29332
|
-
|
|
29333
|
-
return $tea.cast<CreateSparkTemplateResponse>(await this.callApi(params, req, runtime), new CreateSparkTemplateResponse({}));
|
|
29334
|
-
} else {
|
|
29335
|
-
return $tea.cast<CreateSparkTemplateResponse>(await this.execute(params, req, runtime), new CreateSparkTemplateResponse({}));
|
|
29336
|
-
}
|
|
29337
|
-
|
|
29442
|
+
return $tea.cast<CreateSparkTemplateResponse>(await this.callApi(params, req, runtime), new CreateSparkTemplateResponse({}));
|
|
29338
29443
|
}
|
|
29339
29444
|
|
|
29340
29445
|
/**
|
|
@@ -29392,12 +29497,7 @@ export default class Client extends OpenApi {
|
|
|
29392
29497
|
reqBodyType: "formData",
|
|
29393
29498
|
bodyType: "json",
|
|
29394
29499
|
});
|
|
29395
|
-
|
|
29396
|
-
return $tea.cast<DeleteAccountResponse>(await this.callApi(params, req, runtime), new DeleteAccountResponse({}));
|
|
29397
|
-
} else {
|
|
29398
|
-
return $tea.cast<DeleteAccountResponse>(await this.execute(params, req, runtime), new DeleteAccountResponse({}));
|
|
29399
|
-
}
|
|
29400
|
-
|
|
29500
|
+
return $tea.cast<DeleteAccountResponse>(await this.callApi(params, req, runtime), new DeleteAccountResponse({}));
|
|
29401
29501
|
}
|
|
29402
29502
|
|
|
29403
29503
|
/**
|
|
@@ -29447,12 +29547,7 @@ export default class Client extends OpenApi {
|
|
|
29447
29547
|
reqBodyType: "formData",
|
|
29448
29548
|
bodyType: "json",
|
|
29449
29549
|
});
|
|
29450
|
-
|
|
29451
|
-
return $tea.cast<DeleteDBClusterResponse>(await this.callApi(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
29452
|
-
} else {
|
|
29453
|
-
return $tea.cast<DeleteDBClusterResponse>(await this.execute(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
29454
|
-
}
|
|
29455
|
-
|
|
29550
|
+
return $tea.cast<DeleteDBClusterResponse>(await this.callApi(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
29456
29551
|
}
|
|
29457
29552
|
|
|
29458
29553
|
/**
|
|
@@ -29506,12 +29601,7 @@ export default class Client extends OpenApi {
|
|
|
29506
29601
|
reqBodyType: "formData",
|
|
29507
29602
|
bodyType: "json",
|
|
29508
29603
|
});
|
|
29509
|
-
|
|
29510
|
-
return $tea.cast<DeleteDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DeleteDBResourceGroupResponse({}));
|
|
29511
|
-
} else {
|
|
29512
|
-
return $tea.cast<DeleteDBResourceGroupResponse>(await this.execute(params, req, runtime), new DeleteDBResourceGroupResponse({}));
|
|
29513
|
-
}
|
|
29514
|
-
|
|
29604
|
+
return $tea.cast<DeleteDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DeleteDBResourceGroupResponse({}));
|
|
29515
29605
|
}
|
|
29516
29606
|
|
|
29517
29607
|
/**
|
|
@@ -29563,12 +29653,7 @@ export default class Client extends OpenApi {
|
|
|
29563
29653
|
reqBodyType: "formData",
|
|
29564
29654
|
bodyType: "json",
|
|
29565
29655
|
});
|
|
29566
|
-
|
|
29567
|
-
return $tea.cast<DeleteElasticPlanResponse>(await this.callApi(params, req, runtime), new DeleteElasticPlanResponse({}));
|
|
29568
|
-
} else {
|
|
29569
|
-
return $tea.cast<DeleteElasticPlanResponse>(await this.execute(params, req, runtime), new DeleteElasticPlanResponse({}));
|
|
29570
|
-
}
|
|
29571
|
-
|
|
29656
|
+
return $tea.cast<DeleteElasticPlanResponse>(await this.callApi(params, req, runtime), new DeleteElasticPlanResponse({}));
|
|
29572
29657
|
}
|
|
29573
29658
|
|
|
29574
29659
|
/**
|
|
@@ -29586,6 +29671,8 @@ export default class Client extends OpenApi {
|
|
|
29586
29671
|
}
|
|
29587
29672
|
|
|
29588
29673
|
/**
|
|
29674
|
+
* Deletes a monitoring view.
|
|
29675
|
+
*
|
|
29589
29676
|
* @param request - DeletePerformanceViewRequest
|
|
29590
29677
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29591
29678
|
* @returns DeletePerformanceViewResponse
|
|
@@ -29635,15 +29722,12 @@ export default class Client extends OpenApi {
|
|
|
29635
29722
|
reqBodyType: "formData",
|
|
29636
29723
|
bodyType: "json",
|
|
29637
29724
|
});
|
|
29638
|
-
|
|
29639
|
-
return $tea.cast<DeletePerformanceViewResponse>(await this.callApi(params, req, runtime), new DeletePerformanceViewResponse({}));
|
|
29640
|
-
} else {
|
|
29641
|
-
return $tea.cast<DeletePerformanceViewResponse>(await this.execute(params, req, runtime), new DeletePerformanceViewResponse({}));
|
|
29642
|
-
}
|
|
29643
|
-
|
|
29725
|
+
return $tea.cast<DeletePerformanceViewResponse>(await this.callApi(params, req, runtime), new DeletePerformanceViewResponse({}));
|
|
29644
29726
|
}
|
|
29645
29727
|
|
|
29646
29728
|
/**
|
|
29729
|
+
* Deletes a monitoring view.
|
|
29730
|
+
*
|
|
29647
29731
|
* @param request - DeletePerformanceViewRequest
|
|
29648
29732
|
* @returns DeletePerformanceViewResponse
|
|
29649
29733
|
*/
|
|
@@ -29696,12 +29780,7 @@ export default class Client extends OpenApi {
|
|
|
29696
29780
|
reqBodyType: "formData",
|
|
29697
29781
|
bodyType: "json",
|
|
29698
29782
|
});
|
|
29699
|
-
|
|
29700
|
-
return $tea.cast<DeleteProcessInstanceResponse>(await this.callApi(params, req, runtime), new DeleteProcessInstanceResponse({}));
|
|
29701
|
-
} else {
|
|
29702
|
-
return $tea.cast<DeleteProcessInstanceResponse>(await this.execute(params, req, runtime), new DeleteProcessInstanceResponse({}));
|
|
29703
|
-
}
|
|
29704
|
-
|
|
29783
|
+
return $tea.cast<DeleteProcessInstanceResponse>(await this.callApi(params, req, runtime), new DeleteProcessInstanceResponse({}));
|
|
29705
29784
|
}
|
|
29706
29785
|
|
|
29707
29786
|
/**
|
|
@@ -29756,12 +29835,7 @@ export default class Client extends OpenApi {
|
|
|
29756
29835
|
reqBodyType: "formData",
|
|
29757
29836
|
bodyType: "json",
|
|
29758
29837
|
});
|
|
29759
|
-
|
|
29760
|
-
return $tea.cast<DeleteSparkTemplateResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateResponse({}));
|
|
29761
|
-
} else {
|
|
29762
|
-
return $tea.cast<DeleteSparkTemplateResponse>(await this.execute(params, req, runtime), new DeleteSparkTemplateResponse({}));
|
|
29763
|
-
}
|
|
29764
|
-
|
|
29838
|
+
return $tea.cast<DeleteSparkTemplateResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateResponse({}));
|
|
29765
29839
|
}
|
|
29766
29840
|
|
|
29767
29841
|
/**
|
|
@@ -29817,12 +29891,7 @@ export default class Client extends OpenApi {
|
|
|
29817
29891
|
reqBodyType: "formData",
|
|
29818
29892
|
bodyType: "json",
|
|
29819
29893
|
});
|
|
29820
|
-
|
|
29821
|
-
return $tea.cast<DeleteSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateFileResponse({}));
|
|
29822
|
-
} else {
|
|
29823
|
-
return $tea.cast<DeleteSparkTemplateFileResponse>(await this.execute(params, req, runtime), new DeleteSparkTemplateFileResponse({}));
|
|
29824
|
-
}
|
|
29825
|
-
|
|
29894
|
+
return $tea.cast<DeleteSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new DeleteSparkTemplateFileResponse({}));
|
|
29826
29895
|
}
|
|
29827
29896
|
|
|
29828
29897
|
/**
|
|
@@ -29884,12 +29953,7 @@ export default class Client extends OpenApi {
|
|
|
29884
29953
|
reqBodyType: "formData",
|
|
29885
29954
|
bodyType: "json",
|
|
29886
29955
|
});
|
|
29887
|
-
|
|
29888
|
-
return $tea.cast<DescribeAccountAllPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountAllPrivilegesResponse({}));
|
|
29889
|
-
} else {
|
|
29890
|
-
return $tea.cast<DescribeAccountAllPrivilegesResponse>(await this.execute(params, req, runtime), new DescribeAccountAllPrivilegesResponse({}));
|
|
29891
|
-
}
|
|
29892
|
-
|
|
29956
|
+
return $tea.cast<DescribeAccountAllPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountAllPrivilegesResponse({}));
|
|
29893
29957
|
}
|
|
29894
29958
|
|
|
29895
29959
|
/**
|
|
@@ -29969,12 +30033,7 @@ export default class Client extends OpenApi {
|
|
|
29969
30033
|
reqBodyType: "formData",
|
|
29970
30034
|
bodyType: "json",
|
|
29971
30035
|
});
|
|
29972
|
-
|
|
29973
|
-
return $tea.cast<DescribeAccountPrivilegeObjectsResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegeObjectsResponse({}));
|
|
29974
|
-
} else {
|
|
29975
|
-
return $tea.cast<DescribeAccountPrivilegeObjectsResponse>(await this.execute(params, req, runtime), new DescribeAccountPrivilegeObjectsResponse({}));
|
|
29976
|
-
}
|
|
29977
|
-
|
|
30036
|
+
return $tea.cast<DescribeAccountPrivilegeObjectsResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegeObjectsResponse({}));
|
|
29978
30037
|
}
|
|
29979
30038
|
|
|
29980
30039
|
/**
|
|
@@ -30051,12 +30110,7 @@ export default class Client extends OpenApi {
|
|
|
30051
30110
|
reqBodyType: "formData",
|
|
30052
30111
|
bodyType: "json",
|
|
30053
30112
|
});
|
|
30054
|
-
|
|
30055
|
-
return $tea.cast<DescribeAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegesResponse({}));
|
|
30056
|
-
} else {
|
|
30057
|
-
return $tea.cast<DescribeAccountPrivilegesResponse>(await this.execute(params, req, runtime), new DescribeAccountPrivilegesResponse({}));
|
|
30058
|
-
}
|
|
30059
|
-
|
|
30113
|
+
return $tea.cast<DescribeAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeAccountPrivilegesResponse({}));
|
|
30060
30114
|
}
|
|
30061
30115
|
|
|
30062
30116
|
/**
|
|
@@ -30113,12 +30167,7 @@ export default class Client extends OpenApi {
|
|
|
30113
30167
|
reqBodyType: "formData",
|
|
30114
30168
|
bodyType: "json",
|
|
30115
30169
|
});
|
|
30116
|
-
|
|
30117
|
-
return $tea.cast<DescribeAccountsResponse>(await this.callApi(params, req, runtime), new DescribeAccountsResponse({}));
|
|
30118
|
-
} else {
|
|
30119
|
-
return $tea.cast<DescribeAccountsResponse>(await this.execute(params, req, runtime), new DescribeAccountsResponse({}));
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30170
|
+
return $tea.cast<DescribeAccountsResponse>(await this.callApi(params, req, runtime), new DescribeAccountsResponse({}));
|
|
30122
30171
|
}
|
|
30123
30172
|
|
|
30124
30173
|
/**
|
|
@@ -30179,12 +30228,7 @@ export default class Client extends OpenApi {
|
|
|
30179
30228
|
reqBodyType: "formData",
|
|
30180
30229
|
bodyType: "json",
|
|
30181
30230
|
});
|
|
30182
|
-
|
|
30183
|
-
return $tea.cast<DescribeAdbMySqlColumnsResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlColumnsResponse({}));
|
|
30184
|
-
} else {
|
|
30185
|
-
return $tea.cast<DescribeAdbMySqlColumnsResponse>(await this.execute(params, req, runtime), new DescribeAdbMySqlColumnsResponse({}));
|
|
30186
|
-
}
|
|
30187
|
-
|
|
30231
|
+
return $tea.cast<DescribeAdbMySqlColumnsResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlColumnsResponse({}));
|
|
30188
30232
|
}
|
|
30189
30233
|
|
|
30190
30234
|
/**
|
|
@@ -30238,12 +30282,7 @@ export default class Client extends OpenApi {
|
|
|
30238
30282
|
reqBodyType: "formData",
|
|
30239
30283
|
bodyType: "json",
|
|
30240
30284
|
});
|
|
30241
|
-
|
|
30242
|
-
return $tea.cast<DescribeAdbMySqlSchemasResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlSchemasResponse({}));
|
|
30243
|
-
} else {
|
|
30244
|
-
return $tea.cast<DescribeAdbMySqlSchemasResponse>(await this.execute(params, req, runtime), new DescribeAdbMySqlSchemasResponse({}));
|
|
30245
|
-
}
|
|
30246
|
-
|
|
30285
|
+
return $tea.cast<DescribeAdbMySqlSchemasResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlSchemasResponse({}));
|
|
30247
30286
|
}
|
|
30248
30287
|
|
|
30249
30288
|
/**
|
|
@@ -30301,12 +30340,7 @@ export default class Client extends OpenApi {
|
|
|
30301
30340
|
reqBodyType: "formData",
|
|
30302
30341
|
bodyType: "json",
|
|
30303
30342
|
});
|
|
30304
|
-
|
|
30305
|
-
return $tea.cast<DescribeAdbMySqlTablesResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlTablesResponse({}));
|
|
30306
|
-
} else {
|
|
30307
|
-
return $tea.cast<DescribeAdbMySqlTablesResponse>(await this.execute(params, req, runtime), new DescribeAdbMySqlTablesResponse({}));
|
|
30308
|
-
}
|
|
30309
|
-
|
|
30343
|
+
return $tea.cast<DescribeAdbMySqlTablesResponse>(await this.callApi(params, req, runtime), new DescribeAdbMySqlTablesResponse({}));
|
|
30310
30344
|
}
|
|
30311
30345
|
|
|
30312
30346
|
/**
|
|
@@ -30368,12 +30402,7 @@ export default class Client extends OpenApi {
|
|
|
30368
30402
|
reqBodyType: "formData",
|
|
30369
30403
|
bodyType: "json",
|
|
30370
30404
|
});
|
|
30371
|
-
|
|
30372
|
-
return $tea.cast<DescribeAllDataSourceResponse>(await this.callApi(params, req, runtime), new DescribeAllDataSourceResponse({}));
|
|
30373
|
-
} else {
|
|
30374
|
-
return $tea.cast<DescribeAllDataSourceResponse>(await this.execute(params, req, runtime), new DescribeAllDataSourceResponse({}));
|
|
30375
|
-
}
|
|
30376
|
-
|
|
30405
|
+
return $tea.cast<DescribeAllDataSourceResponse>(await this.callApi(params, req, runtime), new DescribeAllDataSourceResponse({}));
|
|
30377
30406
|
}
|
|
30378
30407
|
|
|
30379
30408
|
/**
|
|
@@ -30476,12 +30505,7 @@ export default class Client extends OpenApi {
|
|
|
30476
30505
|
reqBodyType: "formData",
|
|
30477
30506
|
bodyType: "json",
|
|
30478
30507
|
});
|
|
30479
|
-
|
|
30480
|
-
return $tea.cast<DescribeApsActionLogsResponse>(await this.callApi(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
30481
|
-
} else {
|
|
30482
|
-
return $tea.cast<DescribeApsActionLogsResponse>(await this.execute(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
30483
|
-
}
|
|
30484
|
-
|
|
30508
|
+
return $tea.cast<DescribeApsActionLogsResponse>(await this.callApi(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
30485
30509
|
}
|
|
30486
30510
|
|
|
30487
30511
|
/**
|
|
@@ -30540,12 +30564,7 @@ export default class Client extends OpenApi {
|
|
|
30540
30564
|
reqBodyType: "formData",
|
|
30541
30565
|
bodyType: "json",
|
|
30542
30566
|
});
|
|
30543
|
-
|
|
30544
|
-
return $tea.cast<DescribeApsResourceGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApsResourceGroupsResponse({}));
|
|
30545
|
-
} else {
|
|
30546
|
-
return $tea.cast<DescribeApsResourceGroupsResponse>(await this.execute(params, req, runtime), new DescribeApsResourceGroupsResponse({}));
|
|
30547
|
-
}
|
|
30548
|
-
|
|
30567
|
+
return $tea.cast<DescribeApsResourceGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApsResourceGroupsResponse({}));
|
|
30549
30568
|
}
|
|
30550
30569
|
|
|
30551
30570
|
/**
|
|
@@ -30667,12 +30686,7 @@ export default class Client extends OpenApi {
|
|
|
30667
30686
|
reqBodyType: "formData",
|
|
30668
30687
|
bodyType: "json",
|
|
30669
30688
|
});
|
|
30670
|
-
|
|
30671
|
-
return $tea.cast<DescribeAuditLogRecordsResponse>(await this.callApi(params, req, runtime), new DescribeAuditLogRecordsResponse({}));
|
|
30672
|
-
} else {
|
|
30673
|
-
return $tea.cast<DescribeAuditLogRecordsResponse>(await this.execute(params, req, runtime), new DescribeAuditLogRecordsResponse({}));
|
|
30674
|
-
}
|
|
30675
|
-
|
|
30689
|
+
return $tea.cast<DescribeAuditLogRecordsResponse>(await this.callApi(params, req, runtime), new DescribeAuditLogRecordsResponse({}));
|
|
30676
30690
|
}
|
|
30677
30691
|
|
|
30678
30692
|
/**
|
|
@@ -30735,12 +30749,7 @@ export default class Client extends OpenApi {
|
|
|
30735
30749
|
reqBodyType: "formData",
|
|
30736
30750
|
bodyType: "json",
|
|
30737
30751
|
});
|
|
30738
|
-
|
|
30739
|
-
return $tea.cast<DescribeBackupPolicyResponse>(await this.callApi(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
30740
|
-
} else {
|
|
30741
|
-
return $tea.cast<DescribeBackupPolicyResponse>(await this.execute(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
30742
|
-
}
|
|
30743
|
-
|
|
30752
|
+
return $tea.cast<DescribeBackupPolicyResponse>(await this.callApi(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
30744
30753
|
}
|
|
30745
30754
|
|
|
30746
30755
|
/**
|
|
@@ -30820,12 +30829,7 @@ export default class Client extends OpenApi {
|
|
|
30820
30829
|
reqBodyType: "formData",
|
|
30821
30830
|
bodyType: "json",
|
|
30822
30831
|
});
|
|
30823
|
-
|
|
30824
|
-
return $tea.cast<DescribeBackupsResponse>(await this.callApi(params, req, runtime), new DescribeBackupsResponse({}));
|
|
30825
|
-
} else {
|
|
30826
|
-
return $tea.cast<DescribeBackupsResponse>(await this.execute(params, req, runtime), new DescribeBackupsResponse({}));
|
|
30827
|
-
}
|
|
30828
|
-
|
|
30832
|
+
return $tea.cast<DescribeBackupsResponse>(await this.callApi(params, req, runtime), new DescribeBackupsResponse({}));
|
|
30829
30833
|
}
|
|
30830
30834
|
|
|
30831
30835
|
/**
|
|
@@ -30879,12 +30883,7 @@ export default class Client extends OpenApi {
|
|
|
30879
30883
|
reqBodyType: "formData",
|
|
30880
30884
|
bodyType: "json",
|
|
30881
30885
|
});
|
|
30882
|
-
|
|
30883
|
-
return $tea.cast<DescribeClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new DescribeClusterAccessWhiteListResponse({}));
|
|
30884
|
-
} else {
|
|
30885
|
-
return $tea.cast<DescribeClusterAccessWhiteListResponse>(await this.execute(params, req, runtime), new DescribeClusterAccessWhiteListResponse({}));
|
|
30886
|
-
}
|
|
30887
|
-
|
|
30886
|
+
return $tea.cast<DescribeClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new DescribeClusterAccessWhiteListResponse({}));
|
|
30888
30887
|
}
|
|
30889
30888
|
|
|
30890
30889
|
/**
|
|
@@ -30936,12 +30935,7 @@ export default class Client extends OpenApi {
|
|
|
30936
30935
|
reqBodyType: "formData",
|
|
30937
30936
|
bodyType: "json",
|
|
30938
30937
|
});
|
|
30939
|
-
|
|
30940
|
-
return $tea.cast<DescribeClusterNetInfoResponse>(await this.callApi(params, req, runtime), new DescribeClusterNetInfoResponse({}));
|
|
30941
|
-
} else {
|
|
30942
|
-
return $tea.cast<DescribeClusterNetInfoResponse>(await this.execute(params, req, runtime), new DescribeClusterNetInfoResponse({}));
|
|
30943
|
-
}
|
|
30944
|
-
|
|
30938
|
+
return $tea.cast<DescribeClusterNetInfoResponse>(await this.callApi(params, req, runtime), new DescribeClusterNetInfoResponse({}));
|
|
30945
30939
|
}
|
|
30946
30940
|
|
|
30947
30941
|
/**
|
|
@@ -30989,12 +30983,7 @@ export default class Client extends OpenApi {
|
|
|
30989
30983
|
reqBodyType: "formData",
|
|
30990
30984
|
bodyType: "json",
|
|
30991
30985
|
});
|
|
30992
|
-
|
|
30993
|
-
return $tea.cast<DescribeClusterResourceDetailResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceDetailResponse({}));
|
|
30994
|
-
} else {
|
|
30995
|
-
return $tea.cast<DescribeClusterResourceDetailResponse>(await this.execute(params, req, runtime), new DescribeClusterResourceDetailResponse({}));
|
|
30996
|
-
}
|
|
30997
|
-
|
|
30986
|
+
return $tea.cast<DescribeClusterResourceDetailResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceDetailResponse({}));
|
|
30998
30987
|
}
|
|
30999
30988
|
|
|
31000
30989
|
/**
|
|
@@ -31035,12 +31024,7 @@ export default class Client extends OpenApi {
|
|
|
31035
31024
|
reqBodyType: "formData",
|
|
31036
31025
|
bodyType: "json",
|
|
31037
31026
|
});
|
|
31038
|
-
|
|
31039
|
-
return $tea.cast<DescribeClusterResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceUsageResponse({}));
|
|
31040
|
-
} else {
|
|
31041
|
-
return $tea.cast<DescribeClusterResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeClusterResourceUsageResponse({}));
|
|
31042
|
-
}
|
|
31043
|
-
|
|
31027
|
+
return $tea.cast<DescribeClusterResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeClusterResourceUsageResponse({}));
|
|
31044
31028
|
}
|
|
31045
31029
|
|
|
31046
31030
|
/**
|
|
@@ -31098,12 +31082,7 @@ export default class Client extends OpenApi {
|
|
|
31098
31082
|
reqBodyType: "formData",
|
|
31099
31083
|
bodyType: "json",
|
|
31100
31084
|
});
|
|
31101
|
-
|
|
31102
|
-
return $tea.cast<DescribeColumnsResponse>(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
31103
|
-
} else {
|
|
31104
|
-
return $tea.cast<DescribeColumnsResponse>(await this.execute(params, req, runtime), new DescribeColumnsResponse({}));
|
|
31105
|
-
}
|
|
31106
|
-
|
|
31085
|
+
return $tea.cast<DescribeColumnsResponse>(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
|
|
31107
31086
|
}
|
|
31108
31087
|
|
|
31109
31088
|
/**
|
|
@@ -31164,12 +31143,7 @@ export default class Client extends OpenApi {
|
|
|
31164
31143
|
reqBodyType: "formData",
|
|
31165
31144
|
bodyType: "json",
|
|
31166
31145
|
});
|
|
31167
|
-
|
|
31168
|
-
return $tea.cast<DescribeComputeResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeComputeResourceUsageResponse({}));
|
|
31169
|
-
} else {
|
|
31170
|
-
return $tea.cast<DescribeComputeResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeComputeResourceUsageResponse({}));
|
|
31171
|
-
}
|
|
31172
|
-
|
|
31146
|
+
return $tea.cast<DescribeComputeResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeComputeResourceUsageResponse({}));
|
|
31173
31147
|
}
|
|
31174
31148
|
|
|
31175
31149
|
/**
|
|
@@ -31217,12 +31191,7 @@ export default class Client extends OpenApi {
|
|
|
31217
31191
|
reqBodyType: "formData",
|
|
31218
31192
|
bodyType: "json",
|
|
31219
31193
|
});
|
|
31220
|
-
|
|
31221
|
-
return $tea.cast<DescribeDBClusterAttributeResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
31222
|
-
} else {
|
|
31223
|
-
return $tea.cast<DescribeDBClusterAttributeResponse>(await this.execute(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
31224
|
-
}
|
|
31225
|
-
|
|
31194
|
+
return $tea.cast<DescribeDBClusterAttributeResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
31226
31195
|
}
|
|
31227
31196
|
|
|
31228
31197
|
/**
|
|
@@ -31274,12 +31243,7 @@ export default class Client extends OpenApi {
|
|
|
31274
31243
|
reqBodyType: "formData",
|
|
31275
31244
|
bodyType: "json",
|
|
31276
31245
|
});
|
|
31277
|
-
|
|
31278
|
-
return $tea.cast<DescribeDBClusterHealthStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
31279
|
-
} else {
|
|
31280
|
-
return $tea.cast<DescribeDBClusterHealthStatusResponse>(await this.execute(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
31281
|
-
}
|
|
31282
|
-
|
|
31246
|
+
return $tea.cast<DescribeDBClusterHealthStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
31283
31247
|
}
|
|
31284
31248
|
|
|
31285
31249
|
/**
|
|
@@ -31347,12 +31311,7 @@ export default class Client extends OpenApi {
|
|
|
31347
31311
|
reqBodyType: "formData",
|
|
31348
31312
|
bodyType: "json",
|
|
31349
31313
|
});
|
|
31350
|
-
|
|
31351
|
-
return $tea.cast<DescribeDBClusterPerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
31352
|
-
} else {
|
|
31353
|
-
return $tea.cast<DescribeDBClusterPerformanceResponse>(await this.execute(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
31354
|
-
}
|
|
31355
|
-
|
|
31314
|
+
return $tea.cast<DescribeDBClusterPerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
31356
31315
|
}
|
|
31357
31316
|
|
|
31358
31317
|
/**
|
|
@@ -31420,12 +31379,7 @@ export default class Client extends OpenApi {
|
|
|
31420
31379
|
reqBodyType: "formData",
|
|
31421
31380
|
bodyType: "json",
|
|
31422
31381
|
});
|
|
31423
|
-
|
|
31424
|
-
return $tea.cast<DescribeDBClusterSpaceSummaryResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterSpaceSummaryResponse({}));
|
|
31425
|
-
} else {
|
|
31426
|
-
return $tea.cast<DescribeDBClusterSpaceSummaryResponse>(await this.execute(params, req, runtime), new DescribeDBClusterSpaceSummaryResponse({}));
|
|
31427
|
-
}
|
|
31428
|
-
|
|
31382
|
+
return $tea.cast<DescribeDBClusterSpaceSummaryResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterSpaceSummaryResponse({}));
|
|
31429
31383
|
}
|
|
31430
31384
|
|
|
31431
31385
|
/**
|
|
@@ -31473,12 +31427,7 @@ export default class Client extends OpenApi {
|
|
|
31473
31427
|
reqBodyType: "formData",
|
|
31474
31428
|
bodyType: "json",
|
|
31475
31429
|
});
|
|
31476
|
-
|
|
31477
|
-
return $tea.cast<DescribeDBClusterStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterStatusResponse({}));
|
|
31478
|
-
} else {
|
|
31479
|
-
return $tea.cast<DescribeDBClusterStatusResponse>(await this.execute(params, req, runtime), new DescribeDBClusterStatusResponse({}));
|
|
31480
|
-
}
|
|
31481
|
-
|
|
31430
|
+
return $tea.cast<DescribeDBClusterStatusResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterStatusResponse({}));
|
|
31482
31431
|
}
|
|
31483
31432
|
|
|
31484
31433
|
/**
|
|
@@ -31562,12 +31511,7 @@ export default class Client extends OpenApi {
|
|
|
31562
31511
|
reqBodyType: "formData",
|
|
31563
31512
|
bodyType: "json",
|
|
31564
31513
|
});
|
|
31565
|
-
|
|
31566
|
-
return $tea.cast<DescribeDBClustersResponse>(await this.callApi(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
31567
|
-
} else {
|
|
31568
|
-
return $tea.cast<DescribeDBClustersResponse>(await this.execute(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
31569
|
-
}
|
|
31570
|
-
|
|
31514
|
+
return $tea.cast<DescribeDBClustersResponse>(await this.callApi(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
31571
31515
|
}
|
|
31572
31516
|
|
|
31573
31517
|
/**
|
|
@@ -31631,12 +31575,7 @@ export default class Client extends OpenApi {
|
|
|
31631
31575
|
reqBodyType: "formData",
|
|
31632
31576
|
bodyType: "json",
|
|
31633
31577
|
});
|
|
31634
|
-
|
|
31635
|
-
return $tea.cast<DescribeDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DescribeDBResourceGroupResponse({}));
|
|
31636
|
-
} else {
|
|
31637
|
-
return $tea.cast<DescribeDBResourceGroupResponse>(await this.execute(params, req, runtime), new DescribeDBResourceGroupResponse({}));
|
|
31638
|
-
}
|
|
31639
|
-
|
|
31578
|
+
return $tea.cast<DescribeDBResourceGroupResponse>(await this.callApi(params, req, runtime), new DescribeDBResourceGroupResponse({}));
|
|
31640
31579
|
}
|
|
31641
31580
|
|
|
31642
31581
|
/**
|
|
@@ -31704,12 +31643,7 @@ export default class Client extends OpenApi {
|
|
|
31704
31643
|
reqBodyType: "formData",
|
|
31705
31644
|
bodyType: "json",
|
|
31706
31645
|
});
|
|
31707
|
-
|
|
31708
|
-
return $tea.cast<DescribeDiagnosisDimensionsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisDimensionsResponse({}));
|
|
31709
|
-
} else {
|
|
31710
|
-
return $tea.cast<DescribeDiagnosisDimensionsResponse>(await this.execute(params, req, runtime), new DescribeDiagnosisDimensionsResponse({}));
|
|
31711
|
-
}
|
|
31712
|
-
|
|
31646
|
+
return $tea.cast<DescribeDiagnosisDimensionsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisDimensionsResponse({}));
|
|
31713
31647
|
}
|
|
31714
31648
|
|
|
31715
31649
|
/**
|
|
@@ -31829,12 +31763,7 @@ export default class Client extends OpenApi {
|
|
|
31829
31763
|
reqBodyType: "formData",
|
|
31830
31764
|
bodyType: "json",
|
|
31831
31765
|
});
|
|
31832
|
-
|
|
31833
|
-
return $tea.cast<DescribeDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisRecordsResponse({}));
|
|
31834
|
-
} else {
|
|
31835
|
-
return $tea.cast<DescribeDiagnosisRecordsResponse>(await this.execute(params, req, runtime), new DescribeDiagnosisRecordsResponse({}));
|
|
31836
|
-
}
|
|
31837
|
-
|
|
31766
|
+
return $tea.cast<DescribeDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisRecordsResponse({}));
|
|
31838
31767
|
}
|
|
31839
31768
|
|
|
31840
31769
|
/**
|
|
@@ -31878,12 +31807,7 @@ export default class Client extends OpenApi {
|
|
|
31878
31807
|
reqBodyType: "formData",
|
|
31879
31808
|
bodyType: "json",
|
|
31880
31809
|
});
|
|
31881
|
-
|
|
31882
|
-
return $tea.cast<DescribeDiagnosisSQLInfoResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisSQLInfoResponse({}));
|
|
31883
|
-
} else {
|
|
31884
|
-
return $tea.cast<DescribeDiagnosisSQLInfoResponse>(await this.execute(params, req, runtime), new DescribeDiagnosisSQLInfoResponse({}));
|
|
31885
|
-
}
|
|
31886
|
-
|
|
31810
|
+
return $tea.cast<DescribeDiagnosisSQLInfoResponse>(await this.callApi(params, req, runtime), new DescribeDiagnosisSQLInfoResponse({}));
|
|
31887
31811
|
}
|
|
31888
31812
|
|
|
31889
31813
|
/**
|
|
@@ -31939,12 +31863,7 @@ export default class Client extends OpenApi {
|
|
|
31939
31863
|
reqBodyType: "formData",
|
|
31940
31864
|
bodyType: "json",
|
|
31941
31865
|
});
|
|
31942
|
-
|
|
31943
|
-
return $tea.cast<DescribeDownloadRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDownloadRecordsResponse({}));
|
|
31944
|
-
} else {
|
|
31945
|
-
return $tea.cast<DescribeDownloadRecordsResponse>(await this.execute(params, req, runtime), new DescribeDownloadRecordsResponse({}));
|
|
31946
|
-
}
|
|
31947
|
-
|
|
31866
|
+
return $tea.cast<DescribeDownloadRecordsResponse>(await this.callApi(params, req, runtime), new DescribeDownloadRecordsResponse({}));
|
|
31948
31867
|
}
|
|
31949
31868
|
|
|
31950
31869
|
/**
|
|
@@ -31996,12 +31915,7 @@ export default class Client extends OpenApi {
|
|
|
31996
31915
|
reqBodyType: "formData",
|
|
31997
31916
|
bodyType: "json",
|
|
31998
31917
|
});
|
|
31999
|
-
|
|
32000
|
-
return $tea.cast<DescribeElasticPlanAttributeResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanAttributeResponse({}));
|
|
32001
|
-
} else {
|
|
32002
|
-
return $tea.cast<DescribeElasticPlanAttributeResponse>(await this.execute(params, req, runtime), new DescribeElasticPlanAttributeResponse({}));
|
|
32003
|
-
}
|
|
32004
|
-
|
|
31918
|
+
return $tea.cast<DescribeElasticPlanAttributeResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanAttributeResponse({}));
|
|
32005
31919
|
}
|
|
32006
31920
|
|
|
32007
31921
|
/**
|
|
@@ -32073,12 +31987,7 @@ export default class Client extends OpenApi {
|
|
|
32073
31987
|
reqBodyType: "formData",
|
|
32074
31988
|
bodyType: "json",
|
|
32075
31989
|
});
|
|
32076
|
-
|
|
32077
|
-
return $tea.cast<DescribeElasticPlanJobsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanJobsResponse({}));
|
|
32078
|
-
} else {
|
|
32079
|
-
return $tea.cast<DescribeElasticPlanJobsResponse>(await this.execute(params, req, runtime), new DescribeElasticPlanJobsResponse({}));
|
|
32080
|
-
}
|
|
32081
|
-
|
|
31990
|
+
return $tea.cast<DescribeElasticPlanJobsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanJobsResponse({}));
|
|
32082
31991
|
}
|
|
32083
31992
|
|
|
32084
31993
|
/**
|
|
@@ -32134,12 +32043,7 @@ export default class Client extends OpenApi {
|
|
|
32134
32043
|
reqBodyType: "formData",
|
|
32135
32044
|
bodyType: "json",
|
|
32136
32045
|
});
|
|
32137
|
-
|
|
32138
|
-
return $tea.cast<DescribeElasticPlanSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanSpecificationsResponse({}));
|
|
32139
|
-
} else {
|
|
32140
|
-
return $tea.cast<DescribeElasticPlanSpecificationsResponse>(await this.execute(params, req, runtime), new DescribeElasticPlanSpecificationsResponse({}));
|
|
32141
|
-
}
|
|
32142
|
-
|
|
32046
|
+
return $tea.cast<DescribeElasticPlanSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlanSpecificationsResponse({}));
|
|
32143
32047
|
}
|
|
32144
32048
|
|
|
32145
32049
|
/**
|
|
@@ -32211,12 +32115,7 @@ export default class Client extends OpenApi {
|
|
|
32211
32115
|
reqBodyType: "formData",
|
|
32212
32116
|
bodyType: "json",
|
|
32213
32117
|
});
|
|
32214
|
-
|
|
32215
|
-
return $tea.cast<DescribeElasticPlansResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlansResponse({}));
|
|
32216
|
-
} else {
|
|
32217
|
-
return $tea.cast<DescribeElasticPlansResponse>(await this.execute(params, req, runtime), new DescribeElasticPlansResponse({}));
|
|
32218
|
-
}
|
|
32219
|
-
|
|
32118
|
+
return $tea.cast<DescribeElasticPlansResponse>(await this.callApi(params, req, runtime), new DescribeElasticPlansResponse({}));
|
|
32220
32119
|
}
|
|
32221
32120
|
|
|
32222
32121
|
/**
|
|
@@ -32257,12 +32156,7 @@ export default class Client extends OpenApi {
|
|
|
32257
32156
|
reqBodyType: "formData",
|
|
32258
32157
|
bodyType: "json",
|
|
32259
32158
|
});
|
|
32260
|
-
|
|
32261
|
-
return $tea.cast<DescribeEnabledPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeEnabledPrivilegesResponse({}));
|
|
32262
|
-
} else {
|
|
32263
|
-
return $tea.cast<DescribeEnabledPrivilegesResponse>(await this.execute(params, req, runtime), new DescribeEnabledPrivilegesResponse({}));
|
|
32264
|
-
}
|
|
32265
|
-
|
|
32159
|
+
return $tea.cast<DescribeEnabledPrivilegesResponse>(await this.callApi(params, req, runtime), new DescribeEnabledPrivilegesResponse({}));
|
|
32266
32160
|
}
|
|
32267
32161
|
|
|
32268
32162
|
/**
|
|
@@ -32348,12 +32242,7 @@ export default class Client extends OpenApi {
|
|
|
32348
32242
|
reqBodyType: "formData",
|
|
32349
32243
|
bodyType: "json",
|
|
32350
32244
|
});
|
|
32351
|
-
|
|
32352
|
-
return $tea.cast<DescribeExcessivePrimaryKeysResponse>(await this.callApi(params, req, runtime), new DescribeExcessivePrimaryKeysResponse({}));
|
|
32353
|
-
} else {
|
|
32354
|
-
return $tea.cast<DescribeExcessivePrimaryKeysResponse>(await this.execute(params, req, runtime), new DescribeExcessivePrimaryKeysResponse({}));
|
|
32355
|
-
}
|
|
32356
|
-
|
|
32245
|
+
return $tea.cast<DescribeExcessivePrimaryKeysResponse>(await this.callApi(params, req, runtime), new DescribeExcessivePrimaryKeysResponse({}));
|
|
32357
32246
|
}
|
|
32358
32247
|
|
|
32359
32248
|
/**
|
|
@@ -32406,12 +32295,7 @@ export default class Client extends OpenApi {
|
|
|
32406
32295
|
reqBodyType: "formData",
|
|
32407
32296
|
bodyType: "json",
|
|
32408
32297
|
});
|
|
32409
|
-
|
|
32410
|
-
return $tea.cast<DescribeJobResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeJobResourceUsageResponse({}));
|
|
32411
|
-
} else {
|
|
32412
|
-
return $tea.cast<DescribeJobResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeJobResourceUsageResponse({}));
|
|
32413
|
-
}
|
|
32414
|
-
|
|
32298
|
+
return $tea.cast<DescribeJobResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeJobResourceUsageResponse({}));
|
|
32415
32299
|
}
|
|
32416
32300
|
|
|
32417
32301
|
/**
|
|
@@ -32477,12 +32361,7 @@ export default class Client extends OpenApi {
|
|
|
32477
32361
|
reqBodyType: "formData",
|
|
32478
32362
|
bodyType: "json",
|
|
32479
32363
|
});
|
|
32480
|
-
|
|
32481
|
-
return $tea.cast<DescribePatternPerformanceResponse>(await this.callApi(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
32482
|
-
} else {
|
|
32483
|
-
return $tea.cast<DescribePatternPerformanceResponse>(await this.execute(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
32484
|
-
}
|
|
32485
|
-
|
|
32364
|
+
return $tea.cast<DescribePatternPerformanceResponse>(await this.callApi(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
32486
32365
|
}
|
|
32487
32366
|
|
|
32488
32367
|
/**
|
|
@@ -32502,6 +32381,8 @@ export default class Client extends OpenApi {
|
|
|
32502
32381
|
}
|
|
32503
32382
|
|
|
32504
32383
|
/**
|
|
32384
|
+
* Queries the information about a monitoring view.
|
|
32385
|
+
*
|
|
32505
32386
|
* @param request - DescribePerformanceViewAttributeRequest
|
|
32506
32387
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
32507
32388
|
* @returns DescribePerformanceViewAttributeResponse
|
|
@@ -32551,15 +32432,12 @@ export default class Client extends OpenApi {
|
|
|
32551
32432
|
reqBodyType: "formData",
|
|
32552
32433
|
bodyType: "json",
|
|
32553
32434
|
});
|
|
32554
|
-
|
|
32555
|
-
return $tea.cast<DescribePerformanceViewAttributeResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewAttributeResponse({}));
|
|
32556
|
-
} else {
|
|
32557
|
-
return $tea.cast<DescribePerformanceViewAttributeResponse>(await this.execute(params, req, runtime), new DescribePerformanceViewAttributeResponse({}));
|
|
32558
|
-
}
|
|
32559
|
-
|
|
32435
|
+
return $tea.cast<DescribePerformanceViewAttributeResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewAttributeResponse({}));
|
|
32560
32436
|
}
|
|
32561
32437
|
|
|
32562
32438
|
/**
|
|
32439
|
+
* Queries the information about a monitoring view.
|
|
32440
|
+
*
|
|
32563
32441
|
* @param request - DescribePerformanceViewAttributeRequest
|
|
32564
32442
|
* @returns DescribePerformanceViewAttributeResponse
|
|
32565
32443
|
*/
|
|
@@ -32569,6 +32447,8 @@ export default class Client extends OpenApi {
|
|
|
32569
32447
|
}
|
|
32570
32448
|
|
|
32571
32449
|
/**
|
|
32450
|
+
* Queries a list of monitoring views.
|
|
32451
|
+
*
|
|
32572
32452
|
* @param request - DescribePerformanceViewsRequest
|
|
32573
32453
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
32574
32454
|
* @returns DescribePerformanceViewsResponse
|
|
@@ -32614,15 +32494,12 @@ export default class Client extends OpenApi {
|
|
|
32614
32494
|
reqBodyType: "formData",
|
|
32615
32495
|
bodyType: "json",
|
|
32616
32496
|
});
|
|
32617
|
-
|
|
32618
|
-
return $tea.cast<DescribePerformanceViewsResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewsResponse({}));
|
|
32619
|
-
} else {
|
|
32620
|
-
return $tea.cast<DescribePerformanceViewsResponse>(await this.execute(params, req, runtime), new DescribePerformanceViewsResponse({}));
|
|
32621
|
-
}
|
|
32622
|
-
|
|
32497
|
+
return $tea.cast<DescribePerformanceViewsResponse>(await this.callApi(params, req, runtime), new DescribePerformanceViewsResponse({}));
|
|
32623
32498
|
}
|
|
32624
32499
|
|
|
32625
32500
|
/**
|
|
32501
|
+
* Queries a list of monitoring views.
|
|
32502
|
+
*
|
|
32626
32503
|
* @param request - DescribePerformanceViewsRequest
|
|
32627
32504
|
* @returns DescribePerformanceViewsResponse
|
|
32628
32505
|
*/
|
|
@@ -32682,12 +32559,7 @@ export default class Client extends OpenApi {
|
|
|
32682
32559
|
reqBodyType: "formData",
|
|
32683
32560
|
bodyType: "json",
|
|
32684
32561
|
});
|
|
32685
|
-
|
|
32686
|
-
return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
32687
|
-
} else {
|
|
32688
|
-
return $tea.cast<DescribeRegionsResponse>(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
|
|
32689
|
-
}
|
|
32690
|
-
|
|
32562
|
+
return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
32691
32563
|
}
|
|
32692
32564
|
|
|
32693
32565
|
/**
|
|
@@ -32769,12 +32641,7 @@ export default class Client extends OpenApi {
|
|
|
32769
32641
|
reqBodyType: "formData",
|
|
32770
32642
|
bodyType: "json",
|
|
32771
32643
|
});
|
|
32772
|
-
|
|
32773
|
-
return $tea.cast<DescribeSQLPatternsResponse>(await this.callApi(params, req, runtime), new DescribeSQLPatternsResponse({}));
|
|
32774
|
-
} else {
|
|
32775
|
-
return $tea.cast<DescribeSQLPatternsResponse>(await this.execute(params, req, runtime), new DescribeSQLPatternsResponse({}));
|
|
32776
|
-
}
|
|
32777
|
-
|
|
32644
|
+
return $tea.cast<DescribeSQLPatternsResponse>(await this.callApi(params, req, runtime), new DescribeSQLPatternsResponse({}));
|
|
32778
32645
|
}
|
|
32779
32646
|
|
|
32780
32647
|
/**
|
|
@@ -32829,12 +32696,7 @@ export default class Client extends OpenApi {
|
|
|
32829
32696
|
reqBodyType: "formData",
|
|
32830
32697
|
bodyType: "json",
|
|
32831
32698
|
});
|
|
32832
|
-
|
|
32833
|
-
return $tea.cast<DescribeSchemasResponse>(await this.callApi(params, req, runtime), new DescribeSchemasResponse({}));
|
|
32834
|
-
} else {
|
|
32835
|
-
return $tea.cast<DescribeSchemasResponse>(await this.execute(params, req, runtime), new DescribeSchemasResponse({}));
|
|
32836
|
-
}
|
|
32837
|
-
|
|
32699
|
+
return $tea.cast<DescribeSchemasResponse>(await this.callApi(params, req, runtime), new DescribeSchemasResponse({}));
|
|
32838
32700
|
}
|
|
32839
32701
|
|
|
32840
32702
|
/**
|
|
@@ -32892,12 +32754,7 @@ export default class Client extends OpenApi {
|
|
|
32892
32754
|
reqBodyType: "formData",
|
|
32893
32755
|
bodyType: "json",
|
|
32894
32756
|
});
|
|
32895
|
-
|
|
32896
|
-
return $tea.cast<DescribeSparkCodeLogResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeLogResponse({}));
|
|
32897
|
-
} else {
|
|
32898
|
-
return $tea.cast<DescribeSparkCodeLogResponse>(await this.execute(params, req, runtime), new DescribeSparkCodeLogResponse({}));
|
|
32899
|
-
}
|
|
32900
|
-
|
|
32757
|
+
return $tea.cast<DescribeSparkCodeLogResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeLogResponse({}));
|
|
32901
32758
|
}
|
|
32902
32759
|
|
|
32903
32760
|
/**
|
|
@@ -32955,12 +32812,7 @@ export default class Client extends OpenApi {
|
|
|
32955
32812
|
reqBodyType: "formData",
|
|
32956
32813
|
bodyType: "json",
|
|
32957
32814
|
});
|
|
32958
|
-
|
|
32959
|
-
return $tea.cast<DescribeSparkCodeOutputResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeOutputResponse({}));
|
|
32960
|
-
} else {
|
|
32961
|
-
return $tea.cast<DescribeSparkCodeOutputResponse>(await this.execute(params, req, runtime), new DescribeSparkCodeOutputResponse({}));
|
|
32962
|
-
}
|
|
32963
|
-
|
|
32815
|
+
return $tea.cast<DescribeSparkCodeOutputResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeOutputResponse({}));
|
|
32964
32816
|
}
|
|
32965
32817
|
|
|
32966
32818
|
/**
|
|
@@ -33018,12 +32870,7 @@ export default class Client extends OpenApi {
|
|
|
33018
32870
|
reqBodyType: "formData",
|
|
33019
32871
|
bodyType: "json",
|
|
33020
32872
|
});
|
|
33021
|
-
|
|
33022
|
-
return $tea.cast<DescribeSparkCodeWebUiResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeWebUiResponse({}));
|
|
33023
|
-
} else {
|
|
33024
|
-
return $tea.cast<DescribeSparkCodeWebUiResponse>(await this.execute(params, req, runtime), new DescribeSparkCodeWebUiResponse({}));
|
|
33025
|
-
}
|
|
33026
|
-
|
|
32873
|
+
return $tea.cast<DescribeSparkCodeWebUiResponse>(await this.callApi(params, req, runtime), new DescribeSparkCodeWebUiResponse({}));
|
|
33027
32874
|
}
|
|
33028
32875
|
|
|
33029
32876
|
/**
|
|
@@ -33100,12 +32947,7 @@ export default class Client extends OpenApi {
|
|
|
33100
32947
|
reqBodyType: "formData",
|
|
33101
32948
|
bodyType: "json",
|
|
33102
32949
|
});
|
|
33103
|
-
|
|
33104
|
-
return $tea.cast<DescribeSqlPatternResponse>(await this.callApi(params, req, runtime), new DescribeSqlPatternResponse({}));
|
|
33105
|
-
} else {
|
|
33106
|
-
return $tea.cast<DescribeSqlPatternResponse>(await this.execute(params, req, runtime), new DescribeSqlPatternResponse({}));
|
|
33107
|
-
}
|
|
33108
|
-
|
|
32950
|
+
return $tea.cast<DescribeSqlPatternResponse>(await this.callApi(params, req, runtime), new DescribeSqlPatternResponse({}));
|
|
33109
32951
|
}
|
|
33110
32952
|
|
|
33111
32953
|
/**
|
|
@@ -33161,12 +33003,7 @@ export default class Client extends OpenApi {
|
|
|
33161
33003
|
reqBodyType: "formData",
|
|
33162
33004
|
bodyType: "json",
|
|
33163
33005
|
});
|
|
33164
|
-
|
|
33165
|
-
return $tea.cast<DescribeStorageResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeStorageResourceUsageResponse({}));
|
|
33166
|
-
} else {
|
|
33167
|
-
return $tea.cast<DescribeStorageResourceUsageResponse>(await this.execute(params, req, runtime), new DescribeStorageResourceUsageResponse({}));
|
|
33168
|
-
}
|
|
33169
|
-
|
|
33006
|
+
return $tea.cast<DescribeStorageResourceUsageResponse>(await this.callApi(params, req, runtime), new DescribeStorageResourceUsageResponse({}));
|
|
33170
33007
|
}
|
|
33171
33008
|
|
|
33172
33009
|
/**
|
|
@@ -33238,12 +33075,7 @@ export default class Client extends OpenApi {
|
|
|
33238
33075
|
reqBodyType: "formData",
|
|
33239
33076
|
bodyType: "json",
|
|
33240
33077
|
});
|
|
33241
|
-
|
|
33242
|
-
return $tea.cast<DescribeTableAccessCountResponse>(await this.callApi(params, req, runtime), new DescribeTableAccessCountResponse({}));
|
|
33243
|
-
} else {
|
|
33244
|
-
return $tea.cast<DescribeTableAccessCountResponse>(await this.execute(params, req, runtime), new DescribeTableAccessCountResponse({}));
|
|
33245
|
-
}
|
|
33246
|
-
|
|
33078
|
+
return $tea.cast<DescribeTableAccessCountResponse>(await this.callApi(params, req, runtime), new DescribeTableAccessCountResponse({}));
|
|
33247
33079
|
}
|
|
33248
33080
|
|
|
33249
33081
|
/**
|
|
@@ -33300,12 +33132,7 @@ export default class Client extends OpenApi {
|
|
|
33300
33132
|
reqBodyType: "formData",
|
|
33301
33133
|
bodyType: "json",
|
|
33302
33134
|
});
|
|
33303
|
-
|
|
33304
|
-
return $tea.cast<DescribeTablesResponse>(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
33305
|
-
} else {
|
|
33306
|
-
return $tea.cast<DescribeTablesResponse>(await this.execute(params, req, runtime), new DescribeTablesResponse({}));
|
|
33307
|
-
}
|
|
33308
|
-
|
|
33135
|
+
return $tea.cast<DescribeTablesResponse>(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
|
|
33309
33136
|
}
|
|
33310
33137
|
|
|
33311
33138
|
/**
|
|
@@ -33350,12 +33177,7 @@ export default class Client extends OpenApi {
|
|
|
33350
33177
|
reqBodyType: "formData",
|
|
33351
33178
|
bodyType: "json",
|
|
33352
33179
|
});
|
|
33353
|
-
|
|
33354
|
-
return $tea.cast<DescribeUserQuotaResponse>(await this.callApi(params, req, runtime), new DescribeUserQuotaResponse({}));
|
|
33355
|
-
} else {
|
|
33356
|
-
return $tea.cast<DescribeUserQuotaResponse>(await this.execute(params, req, runtime), new DescribeUserQuotaResponse({}));
|
|
33357
|
-
}
|
|
33358
|
-
|
|
33180
|
+
return $tea.cast<DescribeUserQuotaResponse>(await this.callApi(params, req, runtime), new DescribeUserQuotaResponse({}));
|
|
33359
33181
|
}
|
|
33360
33182
|
|
|
33361
33183
|
/**
|
|
@@ -33401,12 +33223,7 @@ export default class Client extends OpenApi {
|
|
|
33401
33223
|
reqBodyType: "formData",
|
|
33402
33224
|
bodyType: "json",
|
|
33403
33225
|
});
|
|
33404
|
-
|
|
33405
|
-
return $tea.cast<DetachUserENIResponse>(await this.callApi(params, req, runtime), new DetachUserENIResponse({}));
|
|
33406
|
-
} else {
|
|
33407
|
-
return $tea.cast<DetachUserENIResponse>(await this.execute(params, req, runtime), new DetachUserENIResponse({}));
|
|
33408
|
-
}
|
|
33409
|
-
|
|
33226
|
+
return $tea.cast<DetachUserENIResponse>(await this.callApi(params, req, runtime), new DetachUserENIResponse({}));
|
|
33410
33227
|
}
|
|
33411
33228
|
|
|
33412
33229
|
/**
|
|
@@ -33456,12 +33273,7 @@ export default class Client extends OpenApi {
|
|
|
33456
33273
|
reqBodyType: "formData",
|
|
33457
33274
|
bodyType: "json",
|
|
33458
33275
|
});
|
|
33459
|
-
|
|
33460
|
-
return $tea.cast<DisableElasticPlanResponse>(await this.callApi(params, req, runtime), new DisableElasticPlanResponse({}));
|
|
33461
|
-
} else {
|
|
33462
|
-
return $tea.cast<DisableElasticPlanResponse>(await this.execute(params, req, runtime), new DisableElasticPlanResponse({}));
|
|
33463
|
-
}
|
|
33464
|
-
|
|
33276
|
+
return $tea.cast<DisableElasticPlanResponse>(await this.callApi(params, req, runtime), new DisableElasticPlanResponse({}));
|
|
33465
33277
|
}
|
|
33466
33278
|
|
|
33467
33279
|
/**
|
|
@@ -33565,12 +33377,7 @@ export default class Client extends OpenApi {
|
|
|
33565
33377
|
reqBodyType: "formData",
|
|
33566
33378
|
bodyType: "json",
|
|
33567
33379
|
});
|
|
33568
|
-
|
|
33569
|
-
return $tea.cast<DownloadDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DownloadDiagnosisRecordsResponse({}));
|
|
33570
|
-
} else {
|
|
33571
|
-
return $tea.cast<DownloadDiagnosisRecordsResponse>(await this.execute(params, req, runtime), new DownloadDiagnosisRecordsResponse({}));
|
|
33572
|
-
}
|
|
33573
|
-
|
|
33380
|
+
return $tea.cast<DownloadDiagnosisRecordsResponse>(await this.callApi(params, req, runtime), new DownloadDiagnosisRecordsResponse({}));
|
|
33574
33381
|
}
|
|
33575
33382
|
|
|
33576
33383
|
/**
|
|
@@ -33622,12 +33429,7 @@ export default class Client extends OpenApi {
|
|
|
33622
33429
|
reqBodyType: "formData",
|
|
33623
33430
|
bodyType: "json",
|
|
33624
33431
|
});
|
|
33625
|
-
|
|
33626
|
-
return $tea.cast<EnableElasticPlanResponse>(await this.callApi(params, req, runtime), new EnableElasticPlanResponse({}));
|
|
33627
|
-
} else {
|
|
33628
|
-
return $tea.cast<EnableElasticPlanResponse>(await this.execute(params, req, runtime), new EnableElasticPlanResponse({}));
|
|
33629
|
-
}
|
|
33630
|
-
|
|
33432
|
+
return $tea.cast<EnableElasticPlanResponse>(await this.callApi(params, req, runtime), new EnableElasticPlanResponse({}));
|
|
33631
33433
|
}
|
|
33632
33434
|
|
|
33633
33435
|
/**
|
|
@@ -33681,12 +33483,7 @@ export default class Client extends OpenApi {
|
|
|
33681
33483
|
reqBodyType: "formData",
|
|
33682
33484
|
bodyType: "json",
|
|
33683
33485
|
});
|
|
33684
|
-
|
|
33685
|
-
return $tea.cast<ExistRunningSQLEngineResponse>(await this.callApi(params, req, runtime), new ExistRunningSQLEngineResponse({}));
|
|
33686
|
-
} else {
|
|
33687
|
-
return $tea.cast<ExistRunningSQLEngineResponse>(await this.execute(params, req, runtime), new ExistRunningSQLEngineResponse({}));
|
|
33688
|
-
}
|
|
33689
|
-
|
|
33486
|
+
return $tea.cast<ExistRunningSQLEngineResponse>(await this.callApi(params, req, runtime), new ExistRunningSQLEngineResponse({}));
|
|
33690
33487
|
}
|
|
33691
33488
|
|
|
33692
33489
|
/**
|
|
@@ -33761,12 +33558,7 @@ export default class Client extends OpenApi {
|
|
|
33761
33558
|
reqBodyType: "formData",
|
|
33762
33559
|
bodyType: "json",
|
|
33763
33560
|
});
|
|
33764
|
-
|
|
33765
|
-
return $tea.cast<GetDatabaseObjectsResponse>(await this.callApi(params, req, runtime), new GetDatabaseObjectsResponse({}));
|
|
33766
|
-
} else {
|
|
33767
|
-
return $tea.cast<GetDatabaseObjectsResponse>(await this.execute(params, req, runtime), new GetDatabaseObjectsResponse({}));
|
|
33768
|
-
}
|
|
33769
|
-
|
|
33561
|
+
return $tea.cast<GetDatabaseObjectsResponse>(await this.callApi(params, req, runtime), new GetDatabaseObjectsResponse({}));
|
|
33770
33562
|
}
|
|
33771
33563
|
|
|
33772
33564
|
/**
|
|
@@ -33831,12 +33623,7 @@ export default class Client extends OpenApi {
|
|
|
33831
33623
|
reqBodyType: "formData",
|
|
33832
33624
|
bodyType: "json",
|
|
33833
33625
|
});
|
|
33834
|
-
|
|
33835
|
-
return $tea.cast<GetSparkAppAttemptLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppAttemptLogResponse({}));
|
|
33836
|
-
} else {
|
|
33837
|
-
return $tea.cast<GetSparkAppAttemptLogResponse>(await this.execute(params, req, runtime), new GetSparkAppAttemptLogResponse({}));
|
|
33838
|
-
}
|
|
33839
|
-
|
|
33626
|
+
return $tea.cast<GetSparkAppAttemptLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppAttemptLogResponse({}));
|
|
33840
33627
|
}
|
|
33841
33628
|
|
|
33842
33629
|
/**
|
|
@@ -33894,12 +33681,7 @@ export default class Client extends OpenApi {
|
|
|
33894
33681
|
reqBodyType: "formData",
|
|
33895
33682
|
bodyType: "json",
|
|
33896
33683
|
});
|
|
33897
|
-
|
|
33898
|
-
return $tea.cast<GetSparkAppInfoResponse>(await this.callApi(params, req, runtime), new GetSparkAppInfoResponse({}));
|
|
33899
|
-
} else {
|
|
33900
|
-
return $tea.cast<GetSparkAppInfoResponse>(await this.execute(params, req, runtime), new GetSparkAppInfoResponse({}));
|
|
33901
|
-
}
|
|
33902
|
-
|
|
33684
|
+
return $tea.cast<GetSparkAppInfoResponse>(await this.callApi(params, req, runtime), new GetSparkAppInfoResponse({}));
|
|
33903
33685
|
}
|
|
33904
33686
|
|
|
33905
33687
|
/**
|
|
@@ -33969,12 +33751,7 @@ export default class Client extends OpenApi {
|
|
|
33969
33751
|
reqBodyType: "formData",
|
|
33970
33752
|
bodyType: "json",
|
|
33971
33753
|
});
|
|
33972
|
-
|
|
33973
|
-
return $tea.cast<GetSparkAppLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppLogResponse({}));
|
|
33974
|
-
} else {
|
|
33975
|
-
return $tea.cast<GetSparkAppLogResponse>(await this.execute(params, req, runtime), new GetSparkAppLogResponse({}));
|
|
33976
|
-
}
|
|
33977
|
-
|
|
33754
|
+
return $tea.cast<GetSparkAppLogResponse>(await this.callApi(params, req, runtime), new GetSparkAppLogResponse({}));
|
|
33978
33755
|
}
|
|
33979
33756
|
|
|
33980
33757
|
/**
|
|
@@ -34032,12 +33809,7 @@ export default class Client extends OpenApi {
|
|
|
34032
33809
|
reqBodyType: "formData",
|
|
34033
33810
|
bodyType: "json",
|
|
34034
33811
|
});
|
|
34035
|
-
|
|
34036
|
-
return $tea.cast<GetSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new GetSparkAppMetricsResponse({}));
|
|
34037
|
-
} else {
|
|
34038
|
-
return $tea.cast<GetSparkAppMetricsResponse>(await this.execute(params, req, runtime), new GetSparkAppMetricsResponse({}));
|
|
34039
|
-
}
|
|
34040
|
-
|
|
33812
|
+
return $tea.cast<GetSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new GetSparkAppMetricsResponse({}));
|
|
34041
33813
|
}
|
|
34042
33814
|
|
|
34043
33815
|
/**
|
|
@@ -34095,12 +33867,7 @@ export default class Client extends OpenApi {
|
|
|
34095
33867
|
reqBodyType: "formData",
|
|
34096
33868
|
bodyType: "json",
|
|
34097
33869
|
});
|
|
34098
|
-
|
|
34099
|
-
return $tea.cast<GetSparkAppStateResponse>(await this.callApi(params, req, runtime), new GetSparkAppStateResponse({}));
|
|
34100
|
-
} else {
|
|
34101
|
-
return $tea.cast<GetSparkAppStateResponse>(await this.execute(params, req, runtime), new GetSparkAppStateResponse({}));
|
|
34102
|
-
}
|
|
34103
|
-
|
|
33870
|
+
return $tea.cast<GetSparkAppStateResponse>(await this.callApi(params, req, runtime), new GetSparkAppStateResponse({}));
|
|
34104
33871
|
}
|
|
34105
33872
|
|
|
34106
33873
|
/**
|
|
@@ -34158,12 +33925,7 @@ export default class Client extends OpenApi {
|
|
|
34158
33925
|
reqBodyType: "formData",
|
|
34159
33926
|
bodyType: "json",
|
|
34160
33927
|
});
|
|
34161
|
-
|
|
34162
|
-
return $tea.cast<GetSparkAppWebUiAddressResponse>(await this.callApi(params, req, runtime), new GetSparkAppWebUiAddressResponse({}));
|
|
34163
|
-
} else {
|
|
34164
|
-
return $tea.cast<GetSparkAppWebUiAddressResponse>(await this.execute(params, req, runtime), new GetSparkAppWebUiAddressResponse({}));
|
|
34165
|
-
}
|
|
34166
|
-
|
|
33928
|
+
return $tea.cast<GetSparkAppWebUiAddressResponse>(await this.callApi(params, req, runtime), new GetSparkAppWebUiAddressResponse({}));
|
|
34167
33929
|
}
|
|
34168
33930
|
|
|
34169
33931
|
/**
|
|
@@ -34215,12 +33977,7 @@ export default class Client extends OpenApi {
|
|
|
34215
33977
|
reqBodyType: "formData",
|
|
34216
33978
|
bodyType: "json",
|
|
34217
33979
|
});
|
|
34218
|
-
|
|
34219
|
-
return $tea.cast<GetSparkConfigLogPathResponse>(await this.callApi(params, req, runtime), new GetSparkConfigLogPathResponse({}));
|
|
34220
|
-
} else {
|
|
34221
|
-
return $tea.cast<GetSparkConfigLogPathResponse>(await this.execute(params, req, runtime), new GetSparkConfigLogPathResponse({}));
|
|
34222
|
-
}
|
|
34223
|
-
|
|
33980
|
+
return $tea.cast<GetSparkConfigLogPathResponse>(await this.callApi(params, req, runtime), new GetSparkConfigLogPathResponse({}));
|
|
34224
33981
|
}
|
|
34225
33982
|
|
|
34226
33983
|
/**
|
|
@@ -34272,12 +34029,7 @@ export default class Client extends OpenApi {
|
|
|
34272
34029
|
reqBodyType: "formData",
|
|
34273
34030
|
bodyType: "json",
|
|
34274
34031
|
});
|
|
34275
|
-
|
|
34276
|
-
return $tea.cast<GetSparkDefinitionsResponse>(await this.callApi(params, req, runtime), new GetSparkDefinitionsResponse({}));
|
|
34277
|
-
} else {
|
|
34278
|
-
return $tea.cast<GetSparkDefinitionsResponse>(await this.execute(params, req, runtime), new GetSparkDefinitionsResponse({}));
|
|
34279
|
-
}
|
|
34280
|
-
|
|
34032
|
+
return $tea.cast<GetSparkDefinitionsResponse>(await this.callApi(params, req, runtime), new GetSparkDefinitionsResponse({}));
|
|
34281
34033
|
}
|
|
34282
34034
|
|
|
34283
34035
|
/**
|
|
@@ -34329,12 +34081,7 @@ export default class Client extends OpenApi {
|
|
|
34329
34081
|
reqBodyType: "formData",
|
|
34330
34082
|
bodyType: "json",
|
|
34331
34083
|
});
|
|
34332
|
-
|
|
34333
|
-
return $tea.cast<GetSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new GetSparkLogAnalyzeTaskResponse({}));
|
|
34334
|
-
} else {
|
|
34335
|
-
return $tea.cast<GetSparkLogAnalyzeTaskResponse>(await this.execute(params, req, runtime), new GetSparkLogAnalyzeTaskResponse({}));
|
|
34336
|
-
}
|
|
34337
|
-
|
|
34084
|
+
return $tea.cast<GetSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new GetSparkLogAnalyzeTaskResponse({}));
|
|
34338
34085
|
}
|
|
34339
34086
|
|
|
34340
34087
|
/**
|
|
@@ -34390,12 +34137,7 @@ export default class Client extends OpenApi {
|
|
|
34390
34137
|
reqBodyType: "formData",
|
|
34391
34138
|
bodyType: "json",
|
|
34392
34139
|
});
|
|
34393
|
-
|
|
34394
|
-
return $tea.cast<GetSparkSQLEngineStateResponse>(await this.callApi(params, req, runtime), new GetSparkSQLEngineStateResponse({}));
|
|
34395
|
-
} else {
|
|
34396
|
-
return $tea.cast<GetSparkSQLEngineStateResponse>(await this.execute(params, req, runtime), new GetSparkSQLEngineStateResponse({}));
|
|
34397
|
-
}
|
|
34398
|
-
|
|
34140
|
+
return $tea.cast<GetSparkSQLEngineStateResponse>(await this.callApi(params, req, runtime), new GetSparkSQLEngineStateResponse({}));
|
|
34399
34141
|
}
|
|
34400
34142
|
|
|
34401
34143
|
/**
|
|
@@ -34451,12 +34193,7 @@ export default class Client extends OpenApi {
|
|
|
34451
34193
|
reqBodyType: "formData",
|
|
34452
34194
|
bodyType: "json",
|
|
34453
34195
|
});
|
|
34454
|
-
|
|
34455
|
-
return $tea.cast<GetSparkTemplateFileContentResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFileContentResponse({}));
|
|
34456
|
-
} else {
|
|
34457
|
-
return $tea.cast<GetSparkTemplateFileContentResponse>(await this.execute(params, req, runtime), new GetSparkTemplateFileContentResponse({}));
|
|
34458
|
-
}
|
|
34459
|
-
|
|
34196
|
+
return $tea.cast<GetSparkTemplateFileContentResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFileContentResponse({}));
|
|
34460
34197
|
}
|
|
34461
34198
|
|
|
34462
34199
|
/**
|
|
@@ -34508,12 +34245,7 @@ export default class Client extends OpenApi {
|
|
|
34508
34245
|
reqBodyType: "formData",
|
|
34509
34246
|
bodyType: "json",
|
|
34510
34247
|
});
|
|
34511
|
-
|
|
34512
|
-
return $tea.cast<GetSparkTemplateFolderTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFolderTreeResponse({}));
|
|
34513
|
-
} else {
|
|
34514
|
-
return $tea.cast<GetSparkTemplateFolderTreeResponse>(await this.execute(params, req, runtime), new GetSparkTemplateFolderTreeResponse({}));
|
|
34515
|
-
}
|
|
34516
|
-
|
|
34248
|
+
return $tea.cast<GetSparkTemplateFolderTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFolderTreeResponse({}));
|
|
34517
34249
|
}
|
|
34518
34250
|
|
|
34519
34251
|
/**
|
|
@@ -34565,12 +34297,7 @@ export default class Client extends OpenApi {
|
|
|
34565
34297
|
reqBodyType: "formData",
|
|
34566
34298
|
bodyType: "json",
|
|
34567
34299
|
});
|
|
34568
|
-
|
|
34569
|
-
return $tea.cast<GetSparkTemplateFullTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFullTreeResponse({}));
|
|
34570
|
-
} else {
|
|
34571
|
-
return $tea.cast<GetSparkTemplateFullTreeResponse>(await this.execute(params, req, runtime), new GetSparkTemplateFullTreeResponse({}));
|
|
34572
|
-
}
|
|
34573
|
-
|
|
34300
|
+
return $tea.cast<GetSparkTemplateFullTreeResponse>(await this.callApi(params, req, runtime), new GetSparkTemplateFullTreeResponse({}));
|
|
34574
34301
|
}
|
|
34575
34302
|
|
|
34576
34303
|
/**
|
|
@@ -34629,12 +34356,7 @@ export default class Client extends OpenApi {
|
|
|
34629
34356
|
reqBodyType: "formData",
|
|
34630
34357
|
bodyType: "json",
|
|
34631
34358
|
});
|
|
34632
|
-
|
|
34633
|
-
return $tea.cast<GetTableResponse>(await this.callApi(params, req, runtime), new GetTableResponse({}));
|
|
34634
|
-
} else {
|
|
34635
|
-
return $tea.cast<GetTableResponse>(await this.execute(params, req, runtime), new GetTableResponse({}));
|
|
34636
|
-
}
|
|
34637
|
-
|
|
34359
|
+
return $tea.cast<GetTableResponse>(await this.callApi(params, req, runtime), new GetTableResponse({}));
|
|
34638
34360
|
}
|
|
34639
34361
|
|
|
34640
34362
|
/**
|
|
@@ -34704,12 +34426,7 @@ export default class Client extends OpenApi {
|
|
|
34704
34426
|
reqBodyType: "formData",
|
|
34705
34427
|
bodyType: "json",
|
|
34706
34428
|
});
|
|
34707
|
-
|
|
34708
|
-
return $tea.cast<GetTableColumnsResponse>(await this.callApi(params, req, runtime), new GetTableColumnsResponse({}));
|
|
34709
|
-
} else {
|
|
34710
|
-
return $tea.cast<GetTableColumnsResponse>(await this.execute(params, req, runtime), new GetTableColumnsResponse({}));
|
|
34711
|
-
}
|
|
34712
|
-
|
|
34429
|
+
return $tea.cast<GetTableColumnsResponse>(await this.callApi(params, req, runtime), new GetTableColumnsResponse({}));
|
|
34713
34430
|
}
|
|
34714
34431
|
|
|
34715
34432
|
/**
|
|
@@ -34771,12 +34488,7 @@ export default class Client extends OpenApi {
|
|
|
34771
34488
|
reqBodyType: "formData",
|
|
34772
34489
|
bodyType: "json",
|
|
34773
34490
|
});
|
|
34774
|
-
|
|
34775
|
-
return $tea.cast<GetTableDDLResponse>(await this.callApi(params, req, runtime), new GetTableDDLResponse({}));
|
|
34776
|
-
} else {
|
|
34777
|
-
return $tea.cast<GetTableDDLResponse>(await this.execute(params, req, runtime), new GetTableDDLResponse({}));
|
|
34778
|
-
}
|
|
34779
|
-
|
|
34491
|
+
return $tea.cast<GetTableDDLResponse>(await this.callApi(params, req, runtime), new GetTableDDLResponse({}));
|
|
34780
34492
|
}
|
|
34781
34493
|
|
|
34782
34494
|
/**
|
|
@@ -34858,12 +34570,7 @@ export default class Client extends OpenApi {
|
|
|
34858
34570
|
reqBodyType: "formData",
|
|
34859
34571
|
bodyType: "json",
|
|
34860
34572
|
});
|
|
34861
|
-
|
|
34862
|
-
return $tea.cast<GetTableObjectsResponse>(await this.callApi(params, req, runtime), new GetTableObjectsResponse({}));
|
|
34863
|
-
} else {
|
|
34864
|
-
return $tea.cast<GetTableObjectsResponse>(await this.execute(params, req, runtime), new GetTableObjectsResponse({}));
|
|
34865
|
-
}
|
|
34866
|
-
|
|
34573
|
+
return $tea.cast<GetTableObjectsResponse>(await this.callApi(params, req, runtime), new GetTableObjectsResponse({}));
|
|
34867
34574
|
}
|
|
34868
34575
|
|
|
34869
34576
|
/**
|
|
@@ -34921,12 +34628,7 @@ export default class Client extends OpenApi {
|
|
|
34921
34628
|
reqBodyType: "formData",
|
|
34922
34629
|
bodyType: "json",
|
|
34923
34630
|
});
|
|
34924
|
-
|
|
34925
|
-
return $tea.cast<GetViewDDLResponse>(await this.callApi(params, req, runtime), new GetViewDDLResponse({}));
|
|
34926
|
-
} else {
|
|
34927
|
-
return $tea.cast<GetViewDDLResponse>(await this.execute(params, req, runtime), new GetViewDDLResponse({}));
|
|
34928
|
-
}
|
|
34929
|
-
|
|
34631
|
+
return $tea.cast<GetViewDDLResponse>(await this.callApi(params, req, runtime), new GetViewDDLResponse({}));
|
|
34930
34632
|
}
|
|
34931
34633
|
|
|
34932
34634
|
/**
|
|
@@ -35008,12 +34710,7 @@ export default class Client extends OpenApi {
|
|
|
35008
34710
|
reqBodyType: "formData",
|
|
35009
34711
|
bodyType: "json",
|
|
35010
34712
|
});
|
|
35011
|
-
|
|
35012
|
-
return $tea.cast<GetViewObjectsResponse>(await this.callApi(params, req, runtime), new GetViewObjectsResponse({}));
|
|
35013
|
-
} else {
|
|
35014
|
-
return $tea.cast<GetViewObjectsResponse>(await this.execute(params, req, runtime), new GetViewObjectsResponse({}));
|
|
35015
|
-
}
|
|
35016
|
-
|
|
34713
|
+
return $tea.cast<GetViewObjectsResponse>(await this.callApi(params, req, runtime), new GetViewObjectsResponse({}));
|
|
35017
34714
|
}
|
|
35018
34715
|
|
|
35019
34716
|
/**
|
|
@@ -35070,12 +34767,7 @@ export default class Client extends OpenApi {
|
|
|
35070
34767
|
reqBodyType: "formData",
|
|
35071
34768
|
bodyType: "json",
|
|
35072
34769
|
});
|
|
35073
|
-
|
|
35074
|
-
return $tea.cast<KillSparkAppResponse>(await this.callApi(params, req, runtime), new KillSparkAppResponse({}));
|
|
35075
|
-
} else {
|
|
35076
|
-
return $tea.cast<KillSparkAppResponse>(await this.execute(params, req, runtime), new KillSparkAppResponse({}));
|
|
35077
|
-
}
|
|
35078
|
-
|
|
34770
|
+
return $tea.cast<KillSparkAppResponse>(await this.callApi(params, req, runtime), new KillSparkAppResponse({}));
|
|
35079
34771
|
}
|
|
35080
34772
|
|
|
35081
34773
|
/**
|
|
@@ -35127,12 +34819,7 @@ export default class Client extends OpenApi {
|
|
|
35127
34819
|
reqBodyType: "formData",
|
|
35128
34820
|
bodyType: "json",
|
|
35129
34821
|
});
|
|
35130
|
-
|
|
35131
|
-
return $tea.cast<KillSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new KillSparkLogAnalyzeTaskResponse({}));
|
|
35132
|
-
} else {
|
|
35133
|
-
return $tea.cast<KillSparkLogAnalyzeTaskResponse>(await this.execute(params, req, runtime), new KillSparkLogAnalyzeTaskResponse({}));
|
|
35134
|
-
}
|
|
35135
|
-
|
|
34822
|
+
return $tea.cast<KillSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new KillSparkLogAnalyzeTaskResponse({}));
|
|
35136
34823
|
}
|
|
35137
34824
|
|
|
35138
34825
|
/**
|
|
@@ -35188,12 +34875,7 @@ export default class Client extends OpenApi {
|
|
|
35188
34875
|
reqBodyType: "formData",
|
|
35189
34876
|
bodyType: "json",
|
|
35190
34877
|
});
|
|
35191
|
-
|
|
35192
|
-
return $tea.cast<KillSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new KillSparkSQLEngineResponse({}));
|
|
35193
|
-
} else {
|
|
35194
|
-
return $tea.cast<KillSparkSQLEngineResponse>(await this.execute(params, req, runtime), new KillSparkSQLEngineResponse({}));
|
|
35195
|
-
}
|
|
35196
|
-
|
|
34878
|
+
return $tea.cast<KillSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new KillSparkSQLEngineResponse({}));
|
|
35197
34879
|
}
|
|
35198
34880
|
|
|
35199
34881
|
/**
|
|
@@ -35257,12 +34939,7 @@ export default class Client extends OpenApi {
|
|
|
35257
34939
|
reqBodyType: "formData",
|
|
35258
34940
|
bodyType: "json",
|
|
35259
34941
|
});
|
|
35260
|
-
|
|
35261
|
-
return $tea.cast<ListSparkAppAttemptsResponse>(await this.callApi(params, req, runtime), new ListSparkAppAttemptsResponse({}));
|
|
35262
|
-
} else {
|
|
35263
|
-
return $tea.cast<ListSparkAppAttemptsResponse>(await this.execute(params, req, runtime), new ListSparkAppAttemptsResponse({}));
|
|
35264
|
-
}
|
|
35265
|
-
|
|
34942
|
+
return $tea.cast<ListSparkAppAttemptsResponse>(await this.callApi(params, req, runtime), new ListSparkAppAttemptsResponse({}));
|
|
35266
34943
|
}
|
|
35267
34944
|
|
|
35268
34945
|
/**
|
|
@@ -35321,12 +34998,7 @@ export default class Client extends OpenApi {
|
|
|
35321
34998
|
reqBodyType: "formData",
|
|
35322
34999
|
bodyType: "json",
|
|
35323
35000
|
});
|
|
35324
|
-
|
|
35325
|
-
return $tea.cast<ListSparkAppsResponse>(await this.callApi(params, req, runtime), new ListSparkAppsResponse({}));
|
|
35326
|
-
} else {
|
|
35327
|
-
return $tea.cast<ListSparkAppsResponse>(await this.execute(params, req, runtime), new ListSparkAppsResponse({}));
|
|
35328
|
-
}
|
|
35329
|
-
|
|
35001
|
+
return $tea.cast<ListSparkAppsResponse>(await this.callApi(params, req, runtime), new ListSparkAppsResponse({}));
|
|
35330
35002
|
}
|
|
35331
35003
|
|
|
35332
35004
|
/**
|
|
@@ -35381,12 +35053,7 @@ export default class Client extends OpenApi {
|
|
|
35381
35053
|
reqBodyType: "formData",
|
|
35382
35054
|
bodyType: "json",
|
|
35383
35055
|
});
|
|
35384
|
-
|
|
35385
|
-
return $tea.cast<ListSparkLogAnalyzeTasksResponse>(await this.callApi(params, req, runtime), new ListSparkLogAnalyzeTasksResponse({}));
|
|
35386
|
-
} else {
|
|
35387
|
-
return $tea.cast<ListSparkLogAnalyzeTasksResponse>(await this.execute(params, req, runtime), new ListSparkLogAnalyzeTasksResponse({}));
|
|
35388
|
-
}
|
|
35389
|
-
|
|
35056
|
+
return $tea.cast<ListSparkLogAnalyzeTasksResponse>(await this.callApi(params, req, runtime), new ListSparkLogAnalyzeTasksResponse({}));
|
|
35390
35057
|
}
|
|
35391
35058
|
|
|
35392
35059
|
/**
|
|
@@ -35438,12 +35105,7 @@ export default class Client extends OpenApi {
|
|
|
35438
35105
|
reqBodyType: "formData",
|
|
35439
35106
|
bodyType: "json",
|
|
35440
35107
|
});
|
|
35441
|
-
|
|
35442
|
-
return $tea.cast<ListSparkTemplateFileIdsResponse>(await this.callApi(params, req, runtime), new ListSparkTemplateFileIdsResponse({}));
|
|
35443
|
-
} else {
|
|
35444
|
-
return $tea.cast<ListSparkTemplateFileIdsResponse>(await this.execute(params, req, runtime), new ListSparkTemplateFileIdsResponse({}));
|
|
35445
|
-
}
|
|
35446
|
-
|
|
35108
|
+
return $tea.cast<ListSparkTemplateFileIdsResponse>(await this.callApi(params, req, runtime), new ListSparkTemplateFileIdsResponse({}));
|
|
35447
35109
|
}
|
|
35448
35110
|
|
|
35449
35111
|
/**
|
|
@@ -35493,12 +35155,7 @@ export default class Client extends OpenApi {
|
|
|
35493
35155
|
reqBodyType: "formData",
|
|
35494
35156
|
bodyType: "json",
|
|
35495
35157
|
});
|
|
35496
|
-
|
|
35497
|
-
return $tea.cast<LoadSampleDataSetResponse>(await this.callApi(params, req, runtime), new LoadSampleDataSetResponse({}));
|
|
35498
|
-
} else {
|
|
35499
|
-
return $tea.cast<LoadSampleDataSetResponse>(await this.execute(params, req, runtime), new LoadSampleDataSetResponse({}));
|
|
35500
|
-
}
|
|
35501
|
-
|
|
35158
|
+
return $tea.cast<LoadSampleDataSetResponse>(await this.callApi(params, req, runtime), new LoadSampleDataSetResponse({}));
|
|
35502
35159
|
}
|
|
35503
35160
|
|
|
35504
35161
|
/**
|
|
@@ -35558,12 +35215,7 @@ export default class Client extends OpenApi {
|
|
|
35558
35215
|
reqBodyType: "formData",
|
|
35559
35216
|
bodyType: "json",
|
|
35560
35217
|
});
|
|
35561
|
-
|
|
35562
|
-
return $tea.cast<ModifyAccountDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
35563
|
-
} else {
|
|
35564
|
-
return $tea.cast<ModifyAccountDescriptionResponse>(await this.execute(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
35565
|
-
}
|
|
35566
|
-
|
|
35218
|
+
return $tea.cast<ModifyAccountDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
35567
35219
|
}
|
|
35568
35220
|
|
|
35569
35221
|
/**
|
|
@@ -35629,12 +35281,7 @@ export default class Client extends OpenApi {
|
|
|
35629
35281
|
reqBodyType: "formData",
|
|
35630
35282
|
bodyType: "json",
|
|
35631
35283
|
});
|
|
35632
|
-
|
|
35633
|
-
return $tea.cast<ModifyAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new ModifyAccountPrivilegesResponse({}));
|
|
35634
|
-
} else {
|
|
35635
|
-
return $tea.cast<ModifyAccountPrivilegesResponse>(await this.execute(params, req, runtime), new ModifyAccountPrivilegesResponse({}));
|
|
35636
|
-
}
|
|
35637
|
-
|
|
35284
|
+
return $tea.cast<ModifyAccountPrivilegesResponse>(await this.callApi(params, req, runtime), new ModifyAccountPrivilegesResponse({}));
|
|
35638
35285
|
}
|
|
35639
35286
|
|
|
35640
35287
|
/**
|
|
@@ -35710,12 +35357,7 @@ export default class Client extends OpenApi {
|
|
|
35710
35357
|
reqBodyType: "formData",
|
|
35711
35358
|
bodyType: "json",
|
|
35712
35359
|
});
|
|
35713
|
-
|
|
35714
|
-
return $tea.cast<ModifyAuditLogConfigResponse>(await this.callApi(params, req, runtime), new ModifyAuditLogConfigResponse({}));
|
|
35715
|
-
} else {
|
|
35716
|
-
return $tea.cast<ModifyAuditLogConfigResponse>(await this.execute(params, req, runtime), new ModifyAuditLogConfigResponse({}));
|
|
35717
|
-
}
|
|
35718
|
-
|
|
35360
|
+
return $tea.cast<ModifyAuditLogConfigResponse>(await this.callApi(params, req, runtime), new ModifyAuditLogConfigResponse({}));
|
|
35719
35361
|
}
|
|
35720
35362
|
|
|
35721
35363
|
/**
|
|
@@ -35799,12 +35441,7 @@ export default class Client extends OpenApi {
|
|
|
35799
35441
|
reqBodyType: "formData",
|
|
35800
35442
|
bodyType: "json",
|
|
35801
35443
|
});
|
|
35802
|
-
|
|
35803
|
-
return $tea.cast<ModifyBackupPolicyResponse>(await this.callApi(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
35804
|
-
} else {
|
|
35805
|
-
return $tea.cast<ModifyBackupPolicyResponse>(await this.execute(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
35806
|
-
}
|
|
35807
|
-
|
|
35444
|
+
return $tea.cast<ModifyBackupPolicyResponse>(await this.callApi(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
35808
35445
|
}
|
|
35809
35446
|
|
|
35810
35447
|
/**
|
|
@@ -35868,12 +35505,7 @@ export default class Client extends OpenApi {
|
|
|
35868
35505
|
reqBodyType: "formData",
|
|
35869
35506
|
bodyType: "json",
|
|
35870
35507
|
});
|
|
35871
|
-
|
|
35872
|
-
return $tea.cast<ModifyClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new ModifyClusterAccessWhiteListResponse({}));
|
|
35873
|
-
} else {
|
|
35874
|
-
return $tea.cast<ModifyClusterAccessWhiteListResponse>(await this.execute(params, req, runtime), new ModifyClusterAccessWhiteListResponse({}));
|
|
35875
|
-
}
|
|
35876
|
-
|
|
35508
|
+
return $tea.cast<ModifyClusterAccessWhiteListResponse>(await this.callApi(params, req, runtime), new ModifyClusterAccessWhiteListResponse({}));
|
|
35877
35509
|
}
|
|
35878
35510
|
|
|
35879
35511
|
/**
|
|
@@ -35933,12 +35565,7 @@ export default class Client extends OpenApi {
|
|
|
35933
35565
|
reqBodyType: "formData",
|
|
35934
35566
|
bodyType: "json",
|
|
35935
35567
|
});
|
|
35936
|
-
|
|
35937
|
-
return $tea.cast<ModifyClusterConnectionStringResponse>(await this.callApi(params, req, runtime), new ModifyClusterConnectionStringResponse({}));
|
|
35938
|
-
} else {
|
|
35939
|
-
return $tea.cast<ModifyClusterConnectionStringResponse>(await this.execute(params, req, runtime), new ModifyClusterConnectionStringResponse({}));
|
|
35940
|
-
}
|
|
35941
|
-
|
|
35568
|
+
return $tea.cast<ModifyClusterConnectionStringResponse>(await this.callApi(params, req, runtime), new ModifyClusterConnectionStringResponse({}));
|
|
35942
35569
|
}
|
|
35943
35570
|
|
|
35944
35571
|
/**
|
|
@@ -35965,7 +35592,7 @@ export default class Client extends OpenApi {
|
|
|
35965
35592
|
* * If the cluster has a built-in dataset loaded, make sure that the cluster has reserved storage resources of at least 24 AnalyticDB compute units (ACUs). Otherwise, the built-in dataset cannot be used.
|
|
35966
35593
|
* * When the scaling process is about to end, transient connections may occur. We recommend that you scale your cluster during off-peak hours or make sure that your application is configured to automatically reconnect to your cluster.
|
|
35967
35594
|
* * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition to Data Lakehouse Edition, but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
|
|
35968
|
-
* * For information about the endpoints of
|
|
35595
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
35969
35596
|
*
|
|
35970
35597
|
* @param request - ModifyDBClusterRequest
|
|
35971
35598
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -36032,12 +35659,7 @@ export default class Client extends OpenApi {
|
|
|
36032
35659
|
reqBodyType: "formData",
|
|
36033
35660
|
bodyType: "json",
|
|
36034
35661
|
});
|
|
36035
|
-
|
|
36036
|
-
return $tea.cast<ModifyDBClusterResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
36037
|
-
} else {
|
|
36038
|
-
return $tea.cast<ModifyDBClusterResponse>(await this.execute(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
36039
|
-
}
|
|
36040
|
-
|
|
35662
|
+
return $tea.cast<ModifyDBClusterResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
36041
35663
|
}
|
|
36042
35664
|
|
|
36043
35665
|
/**
|
|
@@ -36050,7 +35672,7 @@ export default class Client extends OpenApi {
|
|
|
36050
35672
|
* * If the cluster has a built-in dataset loaded, make sure that the cluster has reserved storage resources of at least 24 AnalyticDB compute units (ACUs). Otherwise, the built-in dataset cannot be used.
|
|
36051
35673
|
* * When the scaling process is about to end, transient connections may occur. We recommend that you scale your cluster during off-peak hours or make sure that your application is configured to automatically reconnect to your cluster.
|
|
36052
35674
|
* * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition to Data Lakehouse Edition, but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
|
|
36053
|
-
* * For information about the endpoints of
|
|
35675
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
36054
35676
|
*
|
|
36055
35677
|
* @param request - ModifyDBClusterRequest
|
|
36056
35678
|
* @returns ModifyDBClusterResponse
|
|
@@ -36095,12 +35717,7 @@ export default class Client extends OpenApi {
|
|
|
36095
35717
|
reqBodyType: "formData",
|
|
36096
35718
|
bodyType: "json",
|
|
36097
35719
|
});
|
|
36098
|
-
|
|
36099
|
-
return $tea.cast<ModifyDBClusterDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
36100
|
-
} else {
|
|
36101
|
-
return $tea.cast<ModifyDBClusterDescriptionResponse>(await this.execute(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
36102
|
-
}
|
|
36103
|
-
|
|
35720
|
+
return $tea.cast<ModifyDBClusterDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
36104
35721
|
}
|
|
36105
35722
|
|
|
36106
35723
|
/**
|
|
@@ -36152,12 +35769,7 @@ export default class Client extends OpenApi {
|
|
|
36152
35769
|
reqBodyType: "formData",
|
|
36153
35770
|
bodyType: "json",
|
|
36154
35771
|
});
|
|
36155
|
-
|
|
36156
|
-
return $tea.cast<ModifyDBClusterMaintainTimeResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
36157
|
-
} else {
|
|
36158
|
-
return $tea.cast<ModifyDBClusterMaintainTimeResponse>(await this.execute(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
36159
|
-
}
|
|
36160
|
-
|
|
35772
|
+
return $tea.cast<ModifyDBClusterMaintainTimeResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
36161
35773
|
}
|
|
36162
35774
|
|
|
36163
35775
|
/**
|
|
@@ -36279,12 +35891,7 @@ export default class Client extends OpenApi {
|
|
|
36279
35891
|
reqBodyType: "formData",
|
|
36280
35892
|
bodyType: "json",
|
|
36281
35893
|
});
|
|
36282
|
-
|
|
36283
|
-
return $tea.cast<ModifyDBResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBResourceGroupResponse({}));
|
|
36284
|
-
} else {
|
|
36285
|
-
return $tea.cast<ModifyDBResourceGroupResponse>(await this.execute(params, req, runtime), new ModifyDBResourceGroupResponse({}));
|
|
36286
|
-
}
|
|
36287
|
-
|
|
35894
|
+
return $tea.cast<ModifyDBResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBResourceGroupResponse({}));
|
|
36288
35895
|
}
|
|
36289
35896
|
|
|
36290
35897
|
/**
|
|
@@ -36352,12 +35959,7 @@ export default class Client extends OpenApi {
|
|
|
36352
35959
|
reqBodyType: "formData",
|
|
36353
35960
|
bodyType: "json",
|
|
36354
35961
|
});
|
|
36355
|
-
|
|
36356
|
-
return $tea.cast<ModifyElasticPlanResponse>(await this.callApi(params, req, runtime), new ModifyElasticPlanResponse({}));
|
|
36357
|
-
} else {
|
|
36358
|
-
return $tea.cast<ModifyElasticPlanResponse>(await this.execute(params, req, runtime), new ModifyElasticPlanResponse({}));
|
|
36359
|
-
}
|
|
36360
|
-
|
|
35962
|
+
return $tea.cast<ModifyElasticPlanResponse>(await this.callApi(params, req, runtime), new ModifyElasticPlanResponse({}));
|
|
36361
35963
|
}
|
|
36362
35964
|
|
|
36363
35965
|
/**
|
|
@@ -36436,12 +36038,7 @@ export default class Client extends OpenApi {
|
|
|
36436
36038
|
reqBodyType: "formData",
|
|
36437
36039
|
bodyType: "json",
|
|
36438
36040
|
});
|
|
36439
|
-
|
|
36440
|
-
return $tea.cast<ModifyPerformanceViewResponse>(await this.callApi(params, req, runtime), new ModifyPerformanceViewResponse({}));
|
|
36441
|
-
} else {
|
|
36442
|
-
return $tea.cast<ModifyPerformanceViewResponse>(await this.execute(params, req, runtime), new ModifyPerformanceViewResponse({}));
|
|
36443
|
-
}
|
|
36444
|
-
|
|
36041
|
+
return $tea.cast<ModifyPerformanceViewResponse>(await this.callApi(params, req, runtime), new ModifyPerformanceViewResponse({}));
|
|
36445
36042
|
}
|
|
36446
36043
|
|
|
36447
36044
|
/**
|
|
@@ -36494,12 +36091,7 @@ export default class Client extends OpenApi {
|
|
|
36494
36091
|
reqBodyType: "formData",
|
|
36495
36092
|
bodyType: "json",
|
|
36496
36093
|
});
|
|
36497
|
-
|
|
36498
|
-
return $tea.cast<PreloadSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new PreloadSparkAppMetricsResponse({}));
|
|
36499
|
-
} else {
|
|
36500
|
-
return $tea.cast<PreloadSparkAppMetricsResponse>(await this.execute(params, req, runtime), new PreloadSparkAppMetricsResponse({}));
|
|
36501
|
-
}
|
|
36502
|
-
|
|
36094
|
+
return $tea.cast<PreloadSparkAppMetricsResponse>(await this.callApi(params, req, runtime), new PreloadSparkAppMetricsResponse({}));
|
|
36503
36095
|
}
|
|
36504
36096
|
|
|
36505
36097
|
/**
|
|
@@ -36553,12 +36145,7 @@ export default class Client extends OpenApi {
|
|
|
36553
36145
|
reqBodyType: "formData",
|
|
36554
36146
|
bodyType: "json",
|
|
36555
36147
|
});
|
|
36556
|
-
|
|
36557
|
-
return $tea.cast<ReleaseClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
|
|
36558
|
-
} else {
|
|
36559
|
-
return $tea.cast<ReleaseClusterPublicConnectionResponse>(await this.execute(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
|
|
36560
|
-
}
|
|
36561
|
-
|
|
36148
|
+
return $tea.cast<ReleaseClusterPublicConnectionResponse>(await this.callApi(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
|
|
36562
36149
|
}
|
|
36563
36150
|
|
|
36564
36151
|
/**
|
|
@@ -36616,12 +36203,7 @@ export default class Client extends OpenApi {
|
|
|
36616
36203
|
reqBodyType: "formData",
|
|
36617
36204
|
bodyType: "json",
|
|
36618
36205
|
});
|
|
36619
|
-
|
|
36620
|
-
return $tea.cast<RenameSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new RenameSparkTemplateFileResponse({}));
|
|
36621
|
-
} else {
|
|
36622
|
-
return $tea.cast<RenameSparkTemplateFileResponse>(await this.execute(params, req, runtime), new RenameSparkTemplateFileResponse({}));
|
|
36623
|
-
}
|
|
36624
|
-
|
|
36206
|
+
return $tea.cast<RenameSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new RenameSparkTemplateFileResponse({}));
|
|
36625
36207
|
}
|
|
36626
36208
|
|
|
36627
36209
|
/**
|
|
@@ -36687,12 +36269,7 @@ export default class Client extends OpenApi {
|
|
|
36687
36269
|
reqBodyType: "formData",
|
|
36688
36270
|
bodyType: "json",
|
|
36689
36271
|
});
|
|
36690
|
-
|
|
36691
|
-
return $tea.cast<ResetAccountPasswordResponse>(await this.callApi(params, req, runtime), new ResetAccountPasswordResponse({}));
|
|
36692
|
-
} else {
|
|
36693
|
-
return $tea.cast<ResetAccountPasswordResponse>(await this.execute(params, req, runtime), new ResetAccountPasswordResponse({}));
|
|
36694
|
-
}
|
|
36695
|
-
|
|
36272
|
+
return $tea.cast<ResetAccountPasswordResponse>(await this.callApi(params, req, runtime), new ResetAccountPasswordResponse({}));
|
|
36696
36273
|
}
|
|
36697
36274
|
|
|
36698
36275
|
/**
|
|
@@ -36750,12 +36327,7 @@ export default class Client extends OpenApi {
|
|
|
36750
36327
|
reqBodyType: "formData",
|
|
36751
36328
|
bodyType: "json",
|
|
36752
36329
|
});
|
|
36753
|
-
|
|
36754
|
-
return $tea.cast<SetSparkAppLogRootPathResponse>(await this.callApi(params, req, runtime), new SetSparkAppLogRootPathResponse({}));
|
|
36755
|
-
} else {
|
|
36756
|
-
return $tea.cast<SetSparkAppLogRootPathResponse>(await this.execute(params, req, runtime), new SetSparkAppLogRootPathResponse({}));
|
|
36757
|
-
}
|
|
36758
|
-
|
|
36330
|
+
return $tea.cast<SetSparkAppLogRootPathResponse>(await this.callApi(params, req, runtime), new SetSparkAppLogRootPathResponse({}));
|
|
36759
36331
|
}
|
|
36760
36332
|
|
|
36761
36333
|
/**
|
|
@@ -36831,12 +36403,7 @@ export default class Client extends OpenApi {
|
|
|
36831
36403
|
reqBodyType: "formData",
|
|
36832
36404
|
bodyType: "json",
|
|
36833
36405
|
});
|
|
36834
|
-
|
|
36835
|
-
return $tea.cast<StartSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new StartSparkSQLEngineResponse({}));
|
|
36836
|
-
} else {
|
|
36837
|
-
return $tea.cast<StartSparkSQLEngineResponse>(await this.execute(params, req, runtime), new StartSparkSQLEngineResponse({}));
|
|
36838
|
-
}
|
|
36839
|
-
|
|
36406
|
+
return $tea.cast<StartSparkSQLEngineResponse>(await this.callApi(params, req, runtime), new StartSparkSQLEngineResponse({}));
|
|
36840
36407
|
}
|
|
36841
36408
|
|
|
36842
36409
|
/**
|
|
@@ -36916,12 +36483,7 @@ export default class Client extends OpenApi {
|
|
|
36916
36483
|
reqBodyType: "formData",
|
|
36917
36484
|
bodyType: "json",
|
|
36918
36485
|
});
|
|
36919
|
-
|
|
36920
|
-
return $tea.cast<SubmitSparkAppResponse>(await this.callApi(params, req, runtime), new SubmitSparkAppResponse({}));
|
|
36921
|
-
} else {
|
|
36922
|
-
return $tea.cast<SubmitSparkAppResponse>(await this.execute(params, req, runtime), new SubmitSparkAppResponse({}));
|
|
36923
|
-
}
|
|
36924
|
-
|
|
36486
|
+
return $tea.cast<SubmitSparkAppResponse>(await this.callApi(params, req, runtime), new SubmitSparkAppResponse({}));
|
|
36925
36487
|
}
|
|
36926
36488
|
|
|
36927
36489
|
/**
|
|
@@ -36973,12 +36535,7 @@ export default class Client extends OpenApi {
|
|
|
36973
36535
|
reqBodyType: "formData",
|
|
36974
36536
|
bodyType: "json",
|
|
36975
36537
|
});
|
|
36976
|
-
|
|
36977
|
-
return $tea.cast<SubmitSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new SubmitSparkLogAnalyzeTaskResponse({}));
|
|
36978
|
-
} else {
|
|
36979
|
-
return $tea.cast<SubmitSparkLogAnalyzeTaskResponse>(await this.execute(params, req, runtime), new SubmitSparkLogAnalyzeTaskResponse({}));
|
|
36980
|
-
}
|
|
36981
|
-
|
|
36538
|
+
return $tea.cast<SubmitSparkLogAnalyzeTaskResponse>(await this.callApi(params, req, runtime), new SubmitSparkLogAnalyzeTaskResponse({}));
|
|
36982
36539
|
}
|
|
36983
36540
|
|
|
36984
36541
|
/**
|
|
@@ -37032,12 +36589,7 @@ export default class Client extends OpenApi {
|
|
|
37032
36589
|
reqBodyType: "formData",
|
|
37033
36590
|
bodyType: "json",
|
|
37034
36591
|
});
|
|
37035
|
-
|
|
37036
|
-
return $tea.cast<UnbindAccountResponse>(await this.callApi(params, req, runtime), new UnbindAccountResponse({}));
|
|
37037
|
-
} else {
|
|
37038
|
-
return $tea.cast<UnbindAccountResponse>(await this.execute(params, req, runtime), new UnbindAccountResponse({}));
|
|
37039
|
-
}
|
|
37040
|
-
|
|
36592
|
+
return $tea.cast<UnbindAccountResponse>(await this.callApi(params, req, runtime), new UnbindAccountResponse({}));
|
|
37041
36593
|
}
|
|
37042
36594
|
|
|
37043
36595
|
/**
|
|
@@ -37093,12 +36645,7 @@ export default class Client extends OpenApi {
|
|
|
37093
36645
|
reqBodyType: "formData",
|
|
37094
36646
|
bodyType: "json",
|
|
37095
36647
|
});
|
|
37096
|
-
|
|
37097
|
-
return $tea.cast<UnbindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new UnbindDBResourceGroupWithUserResponse({}));
|
|
37098
|
-
} else {
|
|
37099
|
-
return $tea.cast<UnbindDBResourceGroupWithUserResponse>(await this.execute(params, req, runtime), new UnbindDBResourceGroupWithUserResponse({}));
|
|
37100
|
-
}
|
|
37101
|
-
|
|
36648
|
+
return $tea.cast<UnbindDBResourceGroupWithUserResponse>(await this.callApi(params, req, runtime), new UnbindDBResourceGroupWithUserResponse({}));
|
|
37102
36649
|
}
|
|
37103
36650
|
|
|
37104
36651
|
/**
|
|
@@ -37160,12 +36707,7 @@ export default class Client extends OpenApi {
|
|
|
37160
36707
|
reqBodyType: "formData",
|
|
37161
36708
|
bodyType: "json",
|
|
37162
36709
|
});
|
|
37163
|
-
|
|
37164
|
-
return $tea.cast<UpdateSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new UpdateSparkTemplateFileResponse({}));
|
|
37165
|
-
} else {
|
|
37166
|
-
return $tea.cast<UpdateSparkTemplateFileResponse>(await this.execute(params, req, runtime), new UpdateSparkTemplateFileResponse({}));
|
|
37167
|
-
}
|
|
37168
|
-
|
|
36710
|
+
return $tea.cast<UpdateSparkTemplateFileResponse>(await this.callApi(params, req, runtime), new UpdateSparkTemplateFileResponse({}));
|
|
37169
36711
|
}
|
|
37170
36712
|
|
|
37171
36713
|
/**
|