@alicloud/adb20211201 1.5.4 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /**
3
2
  *
4
3
  */
@@ -461,6 +460,7 @@ export declare class TableSummaryModel extends $tea.Model {
461
460
  export declare class AllocateClusterPublicConnectionRequest extends $tea.Model {
462
461
  connectionStringPrefix?: string;
463
462
  DBClusterId?: string;
463
+ engine?: string;
464
464
  static names(): {
465
465
  [key: string]: string;
466
466
  };
@@ -712,6 +712,7 @@ export declare class CreateAccountRequest extends $tea.Model {
712
712
  accountPassword?: string;
713
713
  accountType?: string;
714
714
  DBClusterId?: string;
715
+ engine?: string;
715
716
  static names(): {
716
717
  [key: string]: string;
717
718
  };
@@ -756,7 +757,9 @@ export declare class CreateDBClusterRequest extends $tea.Model {
756
757
  DBClusterDescription?: string;
757
758
  DBClusterNetworkType?: string;
758
759
  DBClusterVersion?: string;
760
+ diskEncryption?: boolean;
759
761
  enableDefaultResourcePool?: boolean;
762
+ kmsId?: string;
760
763
  payType?: string;
761
764
  period?: string;
762
765
  productForm?: string;
@@ -982,6 +985,78 @@ export declare class CreateOssSubDirectoryResponse extends $tea.Model {
982
985
  [key: string]: any;
983
986
  });
984
987
  }
988
+ export declare class CreatePerformanceViewRequest extends $tea.Model {
989
+ createFromViewType?: string;
990
+ DBClusterId?: string;
991
+ fillOriginViewKeys?: boolean;
992
+ ownerAccount?: string;
993
+ ownerId?: number;
994
+ regionId?: string;
995
+ resourceOwnerAccount?: string;
996
+ resourceOwnerId?: number;
997
+ viewDetail?: CreatePerformanceViewRequestViewDetail;
998
+ viewName?: string;
999
+ static names(): {
1000
+ [key: string]: string;
1001
+ };
1002
+ static types(): {
1003
+ [key: string]: any;
1004
+ };
1005
+ constructor(map?: {
1006
+ [key: string]: any;
1007
+ });
1008
+ }
1009
+ export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
1010
+ createFromViewType?: string;
1011
+ DBClusterId?: string;
1012
+ fillOriginViewKeys?: boolean;
1013
+ ownerAccount?: string;
1014
+ ownerId?: number;
1015
+ regionId?: string;
1016
+ resourceOwnerAccount?: string;
1017
+ resourceOwnerId?: number;
1018
+ viewDetailShrink?: string;
1019
+ viewName?: string;
1020
+ static names(): {
1021
+ [key: string]: string;
1022
+ };
1023
+ static types(): {
1024
+ [key: string]: any;
1025
+ };
1026
+ constructor(map?: {
1027
+ [key: string]: any;
1028
+ });
1029
+ }
1030
+ export declare class CreatePerformanceViewResponseBody extends $tea.Model {
1031
+ accessDeniedDetail?: string;
1032
+ createStatus?: string;
1033
+ requestId?: string;
1034
+ static names(): {
1035
+ [key: string]: string;
1036
+ };
1037
+ static types(): {
1038
+ [key: string]: any;
1039
+ };
1040
+ constructor(map?: {
1041
+ [key: string]: any;
1042
+ });
1043
+ }
1044
+ export declare class CreatePerformanceViewResponse extends $tea.Model {
1045
+ headers?: {
1046
+ [key: string]: string;
1047
+ };
1048
+ statusCode?: number;
1049
+ body?: CreatePerformanceViewResponseBody;
1050
+ static names(): {
1051
+ [key: string]: string;
1052
+ };
1053
+ static types(): {
1054
+ [key: string]: any;
1055
+ };
1056
+ constructor(map?: {
1057
+ [key: string]: any;
1058
+ });
1059
+ }
985
1060
  export declare class CreateSparkTemplateRequest extends $tea.Model {
986
1061
  appType?: string;
987
1062
  DBClusterId?: string;
@@ -1030,6 +1105,7 @@ export declare class CreateSparkTemplateResponse extends $tea.Model {
1030
1105
  export declare class DeleteAccountRequest extends $tea.Model {
1031
1106
  accountName?: string;
1032
1107
  DBClusterId?: string;
1108
+ engine?: string;
1033
1109
  static names(): {
1034
1110
  [key: string]: string;
1035
1111
  };
@@ -1191,6 +1267,54 @@ export declare class DeleteElasticPlanResponse extends $tea.Model {
1191
1267
  [key: string]: any;
1192
1268
  });
1193
1269
  }
1270
+ export declare class DeletePerformanceViewRequest extends $tea.Model {
1271
+ DBClusterId?: string;
1272
+ ownerAccount?: string;
1273
+ ownerId?: number;
1274
+ regionId?: string;
1275
+ resourceOwnerAccount?: string;
1276
+ resourceOwnerId?: number;
1277
+ viewName?: string;
1278
+ static names(): {
1279
+ [key: string]: string;
1280
+ };
1281
+ static types(): {
1282
+ [key: string]: any;
1283
+ };
1284
+ constructor(map?: {
1285
+ [key: string]: any;
1286
+ });
1287
+ }
1288
+ export declare class DeletePerformanceViewResponseBody extends $tea.Model {
1289
+ accessDeniedDetail?: string;
1290
+ deleteStatus?: boolean;
1291
+ requestId?: string;
1292
+ static names(): {
1293
+ [key: string]: string;
1294
+ };
1295
+ static types(): {
1296
+ [key: string]: any;
1297
+ };
1298
+ constructor(map?: {
1299
+ [key: string]: any;
1300
+ });
1301
+ }
1302
+ export declare class DeletePerformanceViewResponse extends $tea.Model {
1303
+ headers?: {
1304
+ [key: string]: string;
1305
+ };
1306
+ statusCode?: number;
1307
+ body?: DeletePerformanceViewResponseBody;
1308
+ static names(): {
1309
+ [key: string]: string;
1310
+ };
1311
+ static types(): {
1312
+ [key: string]: any;
1313
+ };
1314
+ constructor(map?: {
1315
+ [key: string]: any;
1316
+ });
1317
+ }
1194
1318
  export declare class DeleteProcessInstanceRequest extends $tea.Model {
1195
1319
  DBClusterId?: string;
1196
1320
  processInstanceId?: number;
@@ -1472,6 +1596,7 @@ export declare class DescribeAccountPrivilegesResponse extends $tea.Model {
1472
1596
  export declare class DescribeAccountsRequest extends $tea.Model {
1473
1597
  accountName?: string;
1474
1598
  DBClusterId?: string;
1599
+ engine?: string;
1475
1600
  ownerId?: string;
1476
1601
  static names(): {
1477
1602
  [key: string]: string;
@@ -1723,6 +1848,7 @@ export declare class DescribeApsActionLogsRequest extends $tea.Model {
1723
1848
  });
1724
1849
  }
1725
1850
  export declare class DescribeApsActionLogsResponseBody extends $tea.Model {
1851
+ accessDeniedDetail?: string;
1726
1852
  actionLogs?: DescribeApsActionLogsResponseBodyActionLogs[];
1727
1853
  DBClusterId?: string;
1728
1854
  pageNumber?: string;
@@ -2011,6 +2137,7 @@ export declare class DescribeClusterAccessWhiteListResponse extends $tea.Model {
2011
2137
  }
2012
2138
  export declare class DescribeClusterNetInfoRequest extends $tea.Model {
2013
2139
  DBClusterId?: string;
2140
+ engine?: string;
2014
2141
  static names(): {
2015
2142
  [key: string]: string;
2016
2143
  };
@@ -2281,6 +2408,7 @@ export declare class DescribeDBClusterHealthStatusRequest extends $tea.Model {
2281
2408
  });
2282
2409
  }
2283
2410
  export declare class DescribeDBClusterHealthStatusResponseBody extends $tea.Model {
2411
+ accessDeniedDetail?: string;
2284
2412
  CS?: DescribeDBClusterHealthStatusResponseBodyCS;
2285
2413
  executor?: DescribeDBClusterHealthStatusResponseBodyExecutor;
2286
2414
  instanceStatus?: string;
@@ -2720,6 +2848,7 @@ export declare class DescribeDownloadRecordsRequest extends $tea.Model {
2720
2848
  });
2721
2849
  }
2722
2850
  export declare class DescribeDownloadRecordsResponseBody extends $tea.Model {
2851
+ accessDeniedDetail?: string;
2723
2852
  records?: DescribeDownloadRecordsResponseBodyRecords[];
2724
2853
  requestId?: string;
2725
2854
  static names(): {
@@ -2979,6 +3108,64 @@ export declare class DescribeEnabledPrivilegesResponse extends $tea.Model {
2979
3108
  [key: string]: any;
2980
3109
  });
2981
3110
  }
3111
+ export declare class DescribeExcessivePrimaryKeysRequest extends $tea.Model {
3112
+ DBClusterId?: string;
3113
+ endTime?: string;
3114
+ lang?: string;
3115
+ order?: string;
3116
+ ownerAccount?: string;
3117
+ ownerId?: number;
3118
+ pageNumber?: number;
3119
+ pageSize?: number;
3120
+ regionId?: string;
3121
+ resourceOwnerAccount?: string;
3122
+ resourceOwnerId?: number;
3123
+ startTime?: string;
3124
+ static names(): {
3125
+ [key: string]: string;
3126
+ };
3127
+ static types(): {
3128
+ [key: string]: any;
3129
+ };
3130
+ constructor(map?: {
3131
+ [key: string]: any;
3132
+ });
3133
+ }
3134
+ export declare class DescribeExcessivePrimaryKeysResponseBody extends $tea.Model {
3135
+ accessDeniedDetail?: string;
3136
+ DBClusterId?: string;
3137
+ detectionItems?: DescribeExcessivePrimaryKeysResponseBodyDetectionItems[];
3138
+ pageNumber?: number;
3139
+ pageSize?: number;
3140
+ requestId?: string;
3141
+ tables?: DescribeExcessivePrimaryKeysResponseBodyTables[];
3142
+ totalCount?: string;
3143
+ static names(): {
3144
+ [key: string]: string;
3145
+ };
3146
+ static types(): {
3147
+ [key: string]: any;
3148
+ };
3149
+ constructor(map?: {
3150
+ [key: string]: any;
3151
+ });
3152
+ }
3153
+ export declare class DescribeExcessivePrimaryKeysResponse extends $tea.Model {
3154
+ headers?: {
3155
+ [key: string]: string;
3156
+ };
3157
+ statusCode?: number;
3158
+ body?: DescribeExcessivePrimaryKeysResponseBody;
3159
+ static names(): {
3160
+ [key: string]: string;
3161
+ };
3162
+ static types(): {
3163
+ [key: string]: any;
3164
+ };
3165
+ constructor(map?: {
3166
+ [key: string]: any;
3167
+ });
3168
+ }
2982
3169
  export declare class DescribeJobResourceUsageRequest extends $tea.Model {
2983
3170
  DBClusterId?: string;
2984
3171
  endTime?: string;
@@ -3070,6 +3257,105 @@ export declare class DescribePatternPerformanceResponse extends $tea.Model {
3070
3257
  [key: string]: any;
3071
3258
  });
3072
3259
  }
3260
+ export declare class DescribePerformanceViewAttributeRequest extends $tea.Model {
3261
+ DBClusterId?: string;
3262
+ ownerAccount?: string;
3263
+ ownerId?: number;
3264
+ regionId?: string;
3265
+ resourceOwnerAccount?: string;
3266
+ resourceOwnerId?: number;
3267
+ viewName?: string;
3268
+ static names(): {
3269
+ [key: string]: string;
3270
+ };
3271
+ static types(): {
3272
+ [key: string]: any;
3273
+ };
3274
+ constructor(map?: {
3275
+ [key: string]: any;
3276
+ });
3277
+ }
3278
+ export declare class DescribePerformanceViewAttributeResponseBody extends $tea.Model {
3279
+ accessDeniedDetail?: string;
3280
+ createFromViewType?: string;
3281
+ DBClusterId?: string;
3282
+ fillOriginViewKeys?: boolean;
3283
+ requestId?: string;
3284
+ viewDetail?: DescribePerformanceViewAttributeResponseBodyViewDetail;
3285
+ viewName?: string;
3286
+ static names(): {
3287
+ [key: string]: string;
3288
+ };
3289
+ static types(): {
3290
+ [key: string]: any;
3291
+ };
3292
+ constructor(map?: {
3293
+ [key: string]: any;
3294
+ });
3295
+ }
3296
+ export declare class DescribePerformanceViewAttributeResponse extends $tea.Model {
3297
+ headers?: {
3298
+ [key: string]: string;
3299
+ };
3300
+ statusCode?: number;
3301
+ body?: DescribePerformanceViewAttributeResponseBody;
3302
+ static names(): {
3303
+ [key: string]: string;
3304
+ };
3305
+ static types(): {
3306
+ [key: string]: any;
3307
+ };
3308
+ constructor(map?: {
3309
+ [key: string]: any;
3310
+ });
3311
+ }
3312
+ export declare class DescribePerformanceViewsRequest extends $tea.Model {
3313
+ DBClusterId?: string;
3314
+ ownerAccount?: string;
3315
+ ownerId?: number;
3316
+ regionId?: string;
3317
+ resourceOwnerAccount?: string;
3318
+ resourceOwnerId?: number;
3319
+ static names(): {
3320
+ [key: string]: string;
3321
+ };
3322
+ static types(): {
3323
+ [key: string]: any;
3324
+ };
3325
+ constructor(map?: {
3326
+ [key: string]: any;
3327
+ });
3328
+ }
3329
+ export declare class DescribePerformanceViewsResponseBody extends $tea.Model {
3330
+ accessDeniedDetail?: string;
3331
+ requestId?: string;
3332
+ views?: DescribePerformanceViewsResponseBodyViews[];
3333
+ static names(): {
3334
+ [key: string]: string;
3335
+ };
3336
+ static types(): {
3337
+ [key: string]: any;
3338
+ };
3339
+ constructor(map?: {
3340
+ [key: string]: any;
3341
+ });
3342
+ }
3343
+ export declare class DescribePerformanceViewsResponse extends $tea.Model {
3344
+ headers?: {
3345
+ [key: string]: string;
3346
+ };
3347
+ statusCode?: number;
3348
+ body?: DescribePerformanceViewsResponseBody;
3349
+ static names(): {
3350
+ [key: string]: string;
3351
+ };
3352
+ static types(): {
3353
+ [key: string]: any;
3354
+ };
3355
+ constructor(map?: {
3356
+ [key: string]: any;
3357
+ });
3358
+ }
3073
3359
  export declare class DescribeRegionsRequest extends $tea.Model {
3074
3360
  acceptLanguage?: string;
3075
3361
  ownerAccount?: string;
@@ -3136,6 +3422,7 @@ export declare class DescribeSQLPatternsRequest extends $tea.Model {
3136
3422
  });
3137
3423
  }
3138
3424
  export declare class DescribeSQLPatternsResponseBody extends $tea.Model {
3425
+ accessDeniedDetail?: string;
3139
3426
  pageNumber?: number;
3140
3427
  pageSize?: number;
3141
3428
  patternDetails?: DescribeSQLPatternsResponseBodyPatternDetails[];
@@ -5027,6 +5314,7 @@ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
5027
5314
  accountDescription?: string;
5028
5315
  accountName?: string;
5029
5316
  DBClusterId?: string;
5317
+ engine?: string;
5030
5318
  static names(): {
5031
5319
  [key: string]: string;
5032
5320
  };
@@ -5560,9 +5848,15 @@ export declare class ModifyElasticPlanResponse extends $tea.Model {
5560
5848
  [key: string]: any;
5561
5849
  });
5562
5850
  }
5563
- export declare class PreloadSparkAppMetricsRequest extends $tea.Model {
5564
- appId?: string;
5851
+ export declare class ModifyPerformanceViewRequest extends $tea.Model {
5565
5852
  DBClusterId?: string;
5853
+ ownerAccount?: string;
5854
+ ownerId?: number;
5855
+ regionId?: string;
5856
+ resourceOwnerAccount?: string;
5857
+ resourceOwnerId?: number;
5858
+ viewDetail?: ModifyPerformanceViewRequestViewDetail;
5859
+ viewName?: string;
5566
5860
  static names(): {
5567
5861
  [key: string]: string;
5568
5862
  };
@@ -5573,11 +5867,73 @@ export declare class PreloadSparkAppMetricsRequest extends $tea.Model {
5573
5867
  [key: string]: any;
5574
5868
  });
5575
5869
  }
5576
- export declare class PreloadSparkAppMetricsResponseBody extends $tea.Model {
5577
- data?: PreloadSparkAppMetricsResponseBodyData;
5578
- requestId?: string;
5579
- static names(): {
5580
- [key: string]: string;
5870
+ export declare class ModifyPerformanceViewShrinkRequest extends $tea.Model {
5871
+ DBClusterId?: string;
5872
+ ownerAccount?: string;
5873
+ ownerId?: number;
5874
+ regionId?: string;
5875
+ resourceOwnerAccount?: string;
5876
+ resourceOwnerId?: number;
5877
+ viewDetailShrink?: string;
5878
+ viewName?: string;
5879
+ static names(): {
5880
+ [key: string]: string;
5881
+ };
5882
+ static types(): {
5883
+ [key: string]: any;
5884
+ };
5885
+ constructor(map?: {
5886
+ [key: string]: any;
5887
+ });
5888
+ }
5889
+ export declare class ModifyPerformanceViewResponseBody extends $tea.Model {
5890
+ accessDeniedDetail?: string;
5891
+ modifyStatus?: string;
5892
+ requestId?: string;
5893
+ static names(): {
5894
+ [key: string]: string;
5895
+ };
5896
+ static types(): {
5897
+ [key: string]: any;
5898
+ };
5899
+ constructor(map?: {
5900
+ [key: string]: any;
5901
+ });
5902
+ }
5903
+ export declare class ModifyPerformanceViewResponse extends $tea.Model {
5904
+ headers?: {
5905
+ [key: string]: string;
5906
+ };
5907
+ statusCode?: number;
5908
+ body?: ModifyPerformanceViewResponseBody;
5909
+ static names(): {
5910
+ [key: string]: string;
5911
+ };
5912
+ static types(): {
5913
+ [key: string]: any;
5914
+ };
5915
+ constructor(map?: {
5916
+ [key: string]: any;
5917
+ });
5918
+ }
5919
+ export declare class PreloadSparkAppMetricsRequest extends $tea.Model {
5920
+ appId?: string;
5921
+ DBClusterId?: string;
5922
+ static names(): {
5923
+ [key: string]: string;
5924
+ };
5925
+ static types(): {
5926
+ [key: string]: any;
5927
+ };
5928
+ constructor(map?: {
5929
+ [key: string]: any;
5930
+ });
5931
+ }
5932
+ export declare class PreloadSparkAppMetricsResponseBody extends $tea.Model {
5933
+ data?: PreloadSparkAppMetricsResponseBodyData;
5934
+ requestId?: string;
5935
+ static names(): {
5936
+ [key: string]: string;
5581
5937
  };
5582
5938
  static types(): {
5583
5939
  [key: string]: any;
@@ -5604,6 +5960,7 @@ export declare class PreloadSparkAppMetricsResponse extends $tea.Model {
5604
5960
  }
5605
5961
  export declare class ReleaseClusterPublicConnectionRequest extends $tea.Model {
5606
5962
  DBClusterId?: string;
5963
+ engine?: string;
5607
5964
  static names(): {
5608
5965
  [key: string]: string;
5609
5966
  };
@@ -5690,6 +6047,7 @@ export declare class ResetAccountPasswordRequest extends $tea.Model {
5690
6047
  accountName?: string;
5691
6048
  accountPassword?: string;
5692
6049
  DBClusterId?: string;
6050
+ engine?: string;
5693
6051
  static names(): {
5694
6052
  [key: string]: string;
5695
6053
  };
@@ -6131,6 +6489,46 @@ export declare class CreateOssSubDirectoryResponseBodyData extends $tea.Model {
6131
6489
  [key: string]: any;
6132
6490
  });
6133
6491
  }
6492
+ export declare class CreatePerformanceViewRequestViewDetailCategoriesKeys extends $tea.Model {
6493
+ keyName?: string;
6494
+ selected?: boolean;
6495
+ static names(): {
6496
+ [key: string]: string;
6497
+ };
6498
+ static types(): {
6499
+ [key: string]: any;
6500
+ };
6501
+ constructor(map?: {
6502
+ [key: string]: any;
6503
+ });
6504
+ }
6505
+ export declare class CreatePerformanceViewRequestViewDetailCategories extends $tea.Model {
6506
+ category?: string;
6507
+ keys?: CreatePerformanceViewRequestViewDetailCategoriesKeys[];
6508
+ static names(): {
6509
+ [key: string]: string;
6510
+ };
6511
+ static types(): {
6512
+ [key: string]: any;
6513
+ };
6514
+ constructor(map?: {
6515
+ [key: string]: any;
6516
+ });
6517
+ }
6518
+ export declare class CreatePerformanceViewRequestViewDetail extends $tea.Model {
6519
+ categories?: CreatePerformanceViewRequestViewDetailCategories[];
6520
+ chartLinked?: boolean;
6521
+ chartsPerLine?: number;
6522
+ static names(): {
6523
+ [key: string]: string;
6524
+ };
6525
+ static types(): {
6526
+ [key: string]: any;
6527
+ };
6528
+ constructor(map?: {
6529
+ [key: string]: any;
6530
+ });
6531
+ }
6134
6532
  export declare class CreateSparkTemplateResponseBodyData extends $tea.Model {
6135
6533
  succeeded?: boolean;
6136
6534
  static names(): {
@@ -6259,6 +6657,7 @@ export declare class DescribeAccountsResponseBodyAccountListDBAccount extends $t
6259
6657
  accountName?: string;
6260
6658
  accountStatus?: string;
6261
6659
  accountType?: string;
6660
+ engine?: string;
6262
6661
  ramUsers?: string;
6263
6662
  static names(): {
6264
6663
  [key: string]: string;
@@ -6500,12 +6899,38 @@ export declare class DescribeClusterAccessWhiteListResponseBodyItems extends $te
6500
6899
  [key: string]: any;
6501
6900
  });
6502
6901
  }
6902
+ export declare class DescribeClusterNetInfoResponseBodyItemsAddressPortsPorts extends $tea.Model {
6903
+ port?: string;
6904
+ protocol?: string;
6905
+ static names(): {
6906
+ [key: string]: string;
6907
+ };
6908
+ static types(): {
6909
+ [key: string]: any;
6910
+ };
6911
+ constructor(map?: {
6912
+ [key: string]: any;
6913
+ });
6914
+ }
6915
+ export declare class DescribeClusterNetInfoResponseBodyItemsAddressPorts extends $tea.Model {
6916
+ ports?: DescribeClusterNetInfoResponseBodyItemsAddressPortsPorts[];
6917
+ static names(): {
6918
+ [key: string]: string;
6919
+ };
6920
+ static types(): {
6921
+ [key: string]: any;
6922
+ };
6923
+ constructor(map?: {
6924
+ [key: string]: any;
6925
+ });
6926
+ }
6503
6927
  export declare class DescribeClusterNetInfoResponseBodyItemsAddress extends $tea.Model {
6504
6928
  connectionString?: string;
6505
6929
  connectionStringPrefix?: string;
6506
6930
  IPAddress?: string;
6507
6931
  netType?: string;
6508
6932
  port?: string;
6933
+ ports?: DescribeClusterNetInfoResponseBodyItemsAddressPorts;
6509
6934
  VPCId?: string;
6510
6935
  vSwitchId?: string;
6511
6936
  static names(): {
@@ -6684,6 +7109,8 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBClusterTags ex
6684
7109
  });
6685
7110
  }
6686
7111
  export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.Model {
7112
+ clickhouseEngineCacheSize?: number;
7113
+ clickhouseEngineEnabled?: boolean;
6687
7114
  commodityCode?: string;
6688
7115
  computeResource?: string;
6689
7116
  computeResourceTotal?: string;
@@ -6699,6 +7126,7 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extend
6699
7126
  engineVersion?: string;
6700
7127
  expireTime?: string;
6701
7128
  expired?: string;
7129
+ kmsId?: string;
6702
7130
  lockMode?: string;
6703
7131
  lockReason?: string;
6704
7132
  maintainTime?: string;
@@ -6706,6 +7134,7 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extend
6706
7134
  payType?: string;
6707
7135
  port?: number;
6708
7136
  productForm?: string;
7137
+ productVersion?: string;
6709
7138
  regionId?: string;
6710
7139
  reservedACU?: string;
6711
7140
  reservedNodeCount?: number;
@@ -6991,6 +7420,7 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
6991
7420
  payType?: string;
6992
7421
  port?: string;
6993
7422
  productForm?: string;
7423
+ productVersion?: string;
6994
7424
  rdsInstanceId?: string;
6995
7425
  regionId?: string;
6996
7426
  reservedACU?: string;
@@ -7224,9 +7654,44 @@ export declare class DescribeEnabledPrivilegesResponseBodyData extends $tea.Mode
7224
7654
  [key: string]: any;
7225
7655
  });
7226
7656
  }
7657
+ export declare class DescribeExcessivePrimaryKeysResponseBodyDetectionItems extends $tea.Model {
7658
+ message?: string;
7659
+ name?: string;
7660
+ status?: string;
7661
+ static names(): {
7662
+ [key: string]: string;
7663
+ };
7664
+ static types(): {
7665
+ [key: string]: any;
7666
+ };
7667
+ constructor(map?: {
7668
+ [key: string]: any;
7669
+ });
7670
+ }
7671
+ export declare class DescribeExcessivePrimaryKeysResponseBodyTables extends $tea.Model {
7672
+ columnCount?: number;
7673
+ primaryKeyColumns?: string;
7674
+ primaryKeyCount?: number;
7675
+ primaryKeyIndexSize?: number;
7676
+ schemaName?: string;
7677
+ spaceRatio?: number;
7678
+ tableName?: string;
7679
+ totalSize?: number;
7680
+ static names(): {
7681
+ [key: string]: string;
7682
+ };
7683
+ static types(): {
7684
+ [key: string]: any;
7685
+ };
7686
+ constructor(map?: {
7687
+ [key: string]: any;
7688
+ });
7689
+ }
7227
7690
  export declare class DescribeJobResourceUsageResponseBodyDataJobAcuUsageAcuUsageDetail extends $tea.Model {
7228
7691
  elasticAcuNumber?: number;
7229
7692
  reservedAcuNumber?: number;
7693
+ spotAcuNumber?: number;
7694
+ spotAcuPercentage?: number;
7230
7695
  totalAcuNumber?: number;
7231
7696
  static names(): {
7232
7697
  [key: string]: string;
@@ -7296,6 +7761,60 @@ export declare class DescribePatternPerformanceResponseBodyPerformances extends
7296
7761
  [key: string]: any;
7297
7762
  });
7298
7763
  }
7764
+ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys extends $tea.Model {
7765
+ keyName?: string;
7766
+ selected?: boolean;
7767
+ static names(): {
7768
+ [key: string]: string;
7769
+ };
7770
+ static types(): {
7771
+ [key: string]: any;
7772
+ };
7773
+ constructor(map?: {
7774
+ [key: string]: any;
7775
+ });
7776
+ }
7777
+ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategories extends $tea.Model {
7778
+ category?: string;
7779
+ keys?: DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys[];
7780
+ static names(): {
7781
+ [key: string]: string;
7782
+ };
7783
+ static types(): {
7784
+ [key: string]: any;
7785
+ };
7786
+ constructor(map?: {
7787
+ [key: string]: any;
7788
+ });
7789
+ }
7790
+ export declare class DescribePerformanceViewAttributeResponseBodyViewDetail extends $tea.Model {
7791
+ categories?: DescribePerformanceViewAttributeResponseBodyViewDetailCategories[];
7792
+ chartLinked?: boolean;
7793
+ chartsPerLine?: number;
7794
+ static names(): {
7795
+ [key: string]: string;
7796
+ };
7797
+ static types(): {
7798
+ [key: string]: any;
7799
+ };
7800
+ constructor(map?: {
7801
+ [key: string]: any;
7802
+ });
7803
+ }
7804
+ export declare class DescribePerformanceViewsResponseBodyViews extends $tea.Model {
7805
+ createTime?: string;
7806
+ updateTime?: string;
7807
+ viewName?: string;
7808
+ static names(): {
7809
+ [key: string]: string;
7810
+ };
7811
+ static types(): {
7812
+ [key: string]: any;
7813
+ };
7814
+ constructor(map?: {
7815
+ [key: string]: any;
7816
+ });
7817
+ }
7299
7818
  export declare class DescribeRegionsResponseBodyRegionsRegionZonesZone extends $tea.Model {
7300
7819
  localName?: string;
7301
7820
  vpcEnabled?: boolean;
@@ -7804,6 +8323,46 @@ export declare class ModifyDBResourceGroupRequestRules extends $tea.Model {
7804
8323
  [key: string]: any;
7805
8324
  });
7806
8325
  }
8326
+ export declare class ModifyPerformanceViewRequestViewDetailCategoriesKeys extends $tea.Model {
8327
+ keyName?: string;
8328
+ selected?: boolean;
8329
+ static names(): {
8330
+ [key: string]: string;
8331
+ };
8332
+ static types(): {
8333
+ [key: string]: any;
8334
+ };
8335
+ constructor(map?: {
8336
+ [key: string]: any;
8337
+ });
8338
+ }
8339
+ export declare class ModifyPerformanceViewRequestViewDetailCategories extends $tea.Model {
8340
+ category?: string;
8341
+ keys?: ModifyPerformanceViewRequestViewDetailCategoriesKeys[];
8342
+ static names(): {
8343
+ [key: string]: string;
8344
+ };
8345
+ static types(): {
8346
+ [key: string]: any;
8347
+ };
8348
+ constructor(map?: {
8349
+ [key: string]: any;
8350
+ });
8351
+ }
8352
+ export declare class ModifyPerformanceViewRequestViewDetail extends $tea.Model {
8353
+ categories?: ModifyPerformanceViewRequestViewDetailCategories[];
8354
+ chartLinked?: boolean;
8355
+ chartsPerLine?: number;
8356
+ static names(): {
8357
+ [key: string]: string;
8358
+ };
8359
+ static types(): {
8360
+ [key: string]: any;
8361
+ };
8362
+ constructor(map?: {
8363
+ [key: string]: any;
8364
+ });
8365
+ }
7807
8366
  export declare class PreloadSparkAppMetricsResponseBodyDataScanMetrics extends $tea.Model {
7808
8367
  outputRowsCount?: number;
7809
8368
  totalReadFileSizeInByte?: number;
@@ -7908,1502 +8467,2527 @@ export default class Client extends OpenApi {
7908
8467
  [key: string]: string;
7909
8468
  }, endpoint: string): string;
7910
8469
  /**
7911
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
7912
- *
7913
- * @param request AllocateClusterPublicConnectionRequest
7914
- * @param runtime runtime options for this request RuntimeOptions
7915
- * @return AllocateClusterPublicConnectionResponse
8470
+ * @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8471
+ *
8472
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8473
+ *
8474
+ * @param request AllocateClusterPublicConnectionRequest
8475
+ * @param runtime runtime options for this request RuntimeOptions
8476
+ * @return AllocateClusterPublicConnectionResponse
7916
8477
  */
7917
8478
  allocateClusterPublicConnectionWithOptions(request: AllocateClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateClusterPublicConnectionResponse>;
7918
8479
  /**
7919
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
7920
- *
7921
- * @param request AllocateClusterPublicConnectionRequest
7922
- * @return AllocateClusterPublicConnectionResponse
8480
+ * @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8481
+ *
8482
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8483
+ *
8484
+ * @param request AllocateClusterPublicConnectionRequest
8485
+ * @return AllocateClusterPublicConnectionResponse
7923
8486
  */
7924
8487
  allocateClusterPublicConnection(request: AllocateClusterPublicConnectionRequest): Promise<AllocateClusterPublicConnectionResponse>;
7925
8488
  /**
7926
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7927
- *
7928
- * @param request AttachUserENIRequest
7929
- * @param runtime runtime options for this request RuntimeOptions
7930
- * @return AttachUserENIResponse
8489
+ * @summary Attaches an elastic network interface (ENI) to an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8490
+ *
8491
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8492
+ *
8493
+ * @param request AttachUserENIRequest
8494
+ * @param runtime runtime options for this request RuntimeOptions
8495
+ * @return AttachUserENIResponse
7931
8496
  */
7932
8497
  attachUserENIWithOptions(request: AttachUserENIRequest, runtime: $Util.RuntimeOptions): Promise<AttachUserENIResponse>;
7933
8498
  /**
7934
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7935
- *
7936
- * @param request AttachUserENIRequest
7937
- * @return AttachUserENIResponse
8499
+ * @summary Attaches an elastic network interface (ENI) to an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8500
+ *
8501
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8502
+ *
8503
+ * @param request AttachUserENIRequest
8504
+ * @return AttachUserENIResponse
7938
8505
  */
7939
8506
  attachUserENI(request: AttachUserENIRequest): Promise<AttachUserENIResponse>;
7940
8507
  /**
7941
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7942
- *
7943
- * @param request BindAccountRequest
7944
- * @param runtime runtime options for this request RuntimeOptions
7945
- * @return BindAccountResponse
8508
+ * @summary Associates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster with a Resource Access Management (RAM) user.
8509
+ *
8510
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8511
+ *
8512
+ * @param request BindAccountRequest
8513
+ * @param runtime runtime options for this request RuntimeOptions
8514
+ * @return BindAccountResponse
7946
8515
  */
7947
8516
  bindAccountWithOptions(request: BindAccountRequest, runtime: $Util.RuntimeOptions): Promise<BindAccountResponse>;
7948
8517
  /**
7949
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7950
- *
7951
- * @param request BindAccountRequest
7952
- * @return BindAccountResponse
8518
+ * @summary Associates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster with a Resource Access Management (RAM) user.
8519
+ *
8520
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8521
+ *
8522
+ * @param request BindAccountRequest
8523
+ * @return BindAccountResponse
7953
8524
  */
7954
8525
  bindAccount(request: BindAccountRequest): Promise<BindAccountResponse>;
7955
8526
  /**
7956
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7957
- *
7958
- * @param request BindDBResourceGroupWithUserRequest
7959
- * @param runtime runtime options for this request RuntimeOptions
7960
- * @return BindDBResourceGroupWithUserResponse
8527
+ * @summary Associates a resource group with a database account.
8528
+ *
8529
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8530
+ *
8531
+ * @param request BindDBResourceGroupWithUserRequest
8532
+ * @param runtime runtime options for this request RuntimeOptions
8533
+ * @return BindDBResourceGroupWithUserResponse
7961
8534
  */
7962
8535
  bindDBResourceGroupWithUserWithOptions(request: BindDBResourceGroupWithUserRequest, runtime: $Util.RuntimeOptions): Promise<BindDBResourceGroupWithUserResponse>;
7963
8536
  /**
7964
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7965
- *
7966
- * @param request BindDBResourceGroupWithUserRequest
7967
- * @return BindDBResourceGroupWithUserResponse
8537
+ * @summary Associates a resource group with a database account.
8538
+ *
8539
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8540
+ *
8541
+ * @param request BindDBResourceGroupWithUserRequest
8542
+ * @return BindDBResourceGroupWithUserResponse
7968
8543
  */
7969
8544
  bindDBResourceGroupWithUser(request: BindDBResourceGroupWithUserRequest): Promise<BindDBResourceGroupWithUserResponse>;
7970
8545
  /**
7971
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7972
- *
7973
- * @param request CheckBindRamUserRequest
7974
- * @param runtime runtime options for this request RuntimeOptions
7975
- * @return CheckBindRamUserResponse
8546
+ * @summary Queries whether a database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster is associated with a Resource Access Management (RAM) user.
8547
+ *
8548
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8549
+ *
8550
+ * @param request CheckBindRamUserRequest
8551
+ * @param runtime runtime options for this request RuntimeOptions
8552
+ * @return CheckBindRamUserResponse
7976
8553
  */
7977
8554
  checkBindRamUserWithOptions(request: CheckBindRamUserRequest, runtime: $Util.RuntimeOptions): Promise<CheckBindRamUserResponse>;
7978
8555
  /**
7979
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7980
- *
7981
- * @param request CheckBindRamUserRequest
7982
- * @return CheckBindRamUserResponse
8556
+ * @summary Queries whether a database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster is associated with a Resource Access Management (RAM) user.
8557
+ *
8558
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8559
+ *
8560
+ * @param request CheckBindRamUserRequest
8561
+ * @return CheckBindRamUserResponse
7983
8562
  */
7984
8563
  checkBindRamUser(request: CheckBindRamUserRequest): Promise<CheckBindRamUserResponse>;
7985
8564
  /**
7986
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7987
- *
7988
- * @param request CheckSampleDataSetRequest
7989
- * @param runtime runtime options for this request RuntimeOptions
7990
- * @return CheckSampleDataSetResponse
8565
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8566
+ *
8567
+ * @param request CheckSampleDataSetRequest
8568
+ * @param runtime runtime options for this request RuntimeOptions
8569
+ * @return CheckSampleDataSetResponse
7991
8570
  */
7992
8571
  checkSampleDataSetWithOptions(request: CheckSampleDataSetRequest, runtime: $Util.RuntimeOptions): Promise<CheckSampleDataSetResponse>;
7993
8572
  /**
7994
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
7995
- *
7996
- * @param request CheckSampleDataSetRequest
7997
- * @return CheckSampleDataSetResponse
8573
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8574
+ *
8575
+ * @param request CheckSampleDataSetRequest
8576
+ * @return CheckSampleDataSetResponse
7998
8577
  */
7999
8578
  checkSampleDataSet(request: CheckSampleDataSetRequest): Promise<CheckSampleDataSetResponse>;
8000
8579
  /**
8001
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8002
- *
8003
- * @param request CreateAccountRequest
8004
- * @param runtime runtime options for this request RuntimeOptions
8005
- * @return CreateAccountResponse
8580
+ * @summary Creates a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8581
+ *
8582
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8583
+ *
8584
+ * @param request CreateAccountRequest
8585
+ * @param runtime runtime options for this request RuntimeOptions
8586
+ * @return CreateAccountResponse
8006
8587
  */
8007
8588
  createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
8008
8589
  /**
8009
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8010
- *
8011
- * @param request CreateAccountRequest
8012
- * @return CreateAccountResponse
8590
+ * @summary Creates a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8591
+ *
8592
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8593
+ *
8594
+ * @param request CreateAccountRequest
8595
+ * @return CreateAccountResponse
8013
8596
  */
8014
8597
  createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
8015
8598
  /**
8016
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8017
- *
8018
- * @param request CreateDBClusterRequest
8019
- * @param runtime runtime options for this request RuntimeOptions
8020
- * @return CreateDBClusterResponse
8599
+ * @summary Creates an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8600
+ *
8601
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8602
+ *
8603
+ * @param request CreateDBClusterRequest
8604
+ * @param runtime runtime options for this request RuntimeOptions
8605
+ * @return CreateDBClusterResponse
8021
8606
  */
8022
8607
  createDBClusterWithOptions(request: CreateDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBClusterResponse>;
8023
8608
  /**
8024
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8025
- *
8026
- * @param request CreateDBClusterRequest
8027
- * @return CreateDBClusterResponse
8609
+ * @summary Creates an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8610
+ *
8611
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8612
+ *
8613
+ * @param request CreateDBClusterRequest
8614
+ * @return CreateDBClusterResponse
8028
8615
  */
8029
8616
  createDBCluster(request: CreateDBClusterRequest): Promise<CreateDBClusterResponse>;
8030
8617
  /**
8031
- * For information about the endpoints of the current service, see [Endpoints](~~612373~~).
8032
- *
8033
- * @param tmpReq CreateDBResourceGroupRequest
8034
- * @param runtime runtime options for this request RuntimeOptions
8035
- * @return CreateDBResourceGroupResponse
8618
+ * @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8619
+ *
8620
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8621
+ *
8622
+ * @param tmpReq CreateDBResourceGroupRequest
8623
+ * @param runtime runtime options for this request RuntimeOptions
8624
+ * @return CreateDBResourceGroupResponse
8036
8625
  */
8037
8626
  createDBResourceGroupWithOptions(tmpReq: CreateDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBResourceGroupResponse>;
8038
8627
  /**
8039
- * For information about the endpoints of the current service, see [Endpoints](~~612373~~).
8040
- *
8041
- * @param request CreateDBResourceGroupRequest
8042
- * @return CreateDBResourceGroupResponse
8628
+ * @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8629
+ *
8630
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8631
+ *
8632
+ * @param request CreateDBResourceGroupRequest
8633
+ * @return CreateDBResourceGroupResponse
8043
8634
  */
8044
8635
  createDBResourceGroup(request: CreateDBResourceGroupRequest): Promise<CreateDBResourceGroupResponse>;
8045
8636
  /**
8046
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8047
- *
8048
- * @param request CreateElasticPlanRequest
8049
- * @param runtime runtime options for this request RuntimeOptions
8050
- * @return CreateElasticPlanResponse
8637
+ * @summary Creates a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8638
+ *
8639
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8640
+ *
8641
+ * @param request CreateElasticPlanRequest
8642
+ * @param runtime runtime options for this request RuntimeOptions
8643
+ * @return CreateElasticPlanResponse
8051
8644
  */
8052
8645
  createElasticPlanWithOptions(request: CreateElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<CreateElasticPlanResponse>;
8053
8646
  /**
8054
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8055
- *
8056
- * @param request CreateElasticPlanRequest
8057
- * @return CreateElasticPlanResponse
8647
+ * @summary Creates a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8648
+ *
8649
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8650
+ *
8651
+ * @param request CreateElasticPlanRequest
8652
+ * @return CreateElasticPlanResponse
8058
8653
  */
8059
8654
  createElasticPlan(request: CreateElasticPlanRequest): Promise<CreateElasticPlanResponse>;
8060
8655
  /**
8061
- * * General endpoint: `adb.aliyuncs.com`.
8062
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8063
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8064
- *
8065
- * @param request CreateOssSubDirectoryRequest
8066
- * @param runtime runtime options for this request RuntimeOptions
8067
- * @return CreateOssSubDirectoryResponse
8656
+ * @summary Creates an Object Storage Service (OSS) subdirectory.
8657
+ *
8658
+ * @description * General endpoint: `adb.aliyuncs.com`.
8659
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8660
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8661
+ *
8662
+ * @param request CreateOssSubDirectoryRequest
8663
+ * @param runtime runtime options for this request RuntimeOptions
8664
+ * @return CreateOssSubDirectoryResponse
8068
8665
  */
8069
8666
  createOssSubDirectoryWithOptions(request: CreateOssSubDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateOssSubDirectoryResponse>;
8070
8667
  /**
8071
- * * General endpoint: `adb.aliyuncs.com`.
8072
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8073
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8074
- *
8075
- * @param request CreateOssSubDirectoryRequest
8076
- * @return CreateOssSubDirectoryResponse
8668
+ * @summary Creates an Object Storage Service (OSS) subdirectory.
8669
+ *
8670
+ * @description * General endpoint: `adb.aliyuncs.com`.
8671
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8672
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8673
+ *
8674
+ * @param request CreateOssSubDirectoryRequest
8675
+ * @return CreateOssSubDirectoryResponse
8077
8676
  */
8078
8677
  createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
8079
8678
  /**
8080
- * * General endpoint: `adb.aliyuncs.com`.
8081
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8082
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8083
- *
8084
- * @param request CreateSparkTemplateRequest
8085
- * @param runtime runtime options for this request RuntimeOptions
8086
- * @return CreateSparkTemplateResponse
8679
+ * @param tmpReq CreatePerformanceViewRequest
8680
+ * @param runtime runtime options for this request RuntimeOptions
8681
+ * @return CreatePerformanceViewResponse
8682
+ */
8683
+ createPerformanceViewWithOptions(tmpReq: CreatePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<CreatePerformanceViewResponse>;
8684
+ /**
8685
+ * @param request CreatePerformanceViewRequest
8686
+ * @return CreatePerformanceViewResponse
8687
+ */
8688
+ createPerformanceView(request: CreatePerformanceViewRequest): Promise<CreatePerformanceViewResponse>;
8689
+ /**
8690
+ * @summary Creates a Spark application template.
8691
+ *
8692
+ * @description * General endpoint: `adb.aliyuncs.com`.
8693
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8694
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8695
+ *
8696
+ * @param request CreateSparkTemplateRequest
8697
+ * @param runtime runtime options for this request RuntimeOptions
8698
+ * @return CreateSparkTemplateResponse
8087
8699
  */
8088
8700
  createSparkTemplateWithOptions(request: CreateSparkTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateSparkTemplateResponse>;
8089
8701
  /**
8090
- * * General endpoint: `adb.aliyuncs.com`.
8091
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8092
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8093
- *
8094
- * @param request CreateSparkTemplateRequest
8095
- * @return CreateSparkTemplateResponse
8702
+ * @summary Creates a Spark application template.
8703
+ *
8704
+ * @description * General endpoint: `adb.aliyuncs.com`.
8705
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8706
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8707
+ *
8708
+ * @param request CreateSparkTemplateRequest
8709
+ * @return CreateSparkTemplateResponse
8096
8710
  */
8097
8711
  createSparkTemplate(request: CreateSparkTemplateRequest): Promise<CreateSparkTemplateResponse>;
8712
+ /**
8713
+ * @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8714
+ *
8715
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8716
+ *
8717
+ * @param request DeleteAccountRequest
8718
+ * @param runtime runtime options for this request RuntimeOptions
8719
+ * @return DeleteAccountResponse
8720
+ */
8098
8721
  deleteAccountWithOptions(request: DeleteAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccountResponse>;
8722
+ /**
8723
+ * @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8724
+ *
8725
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8726
+ *
8727
+ * @param request DeleteAccountRequest
8728
+ * @return DeleteAccountResponse
8729
+ */
8099
8730
  deleteAccount(request: DeleteAccountRequest): Promise<DeleteAccountResponse>;
8100
8731
  /**
8101
- * ### [](#)
8102
- * * You can call this operation to delete only subscription clusters.
8103
- * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8104
- *
8105
- * @param request DeleteDBClusterRequest
8106
- * @param runtime runtime options for this request RuntimeOptions
8107
- * @return DeleteDBClusterResponse
8732
+ * @summary Deletes an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8733
+ *
8734
+ * @description ### [](#)
8735
+ * * You can call this operation to delete only subscription clusters.
8736
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8737
+ *
8738
+ * @param request DeleteDBClusterRequest
8739
+ * @param runtime runtime options for this request RuntimeOptions
8740
+ * @return DeleteDBClusterResponse
8108
8741
  */
8109
8742
  deleteDBClusterWithOptions(request: DeleteDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBClusterResponse>;
8110
8743
  /**
8111
- * ### [](#)
8112
- * * You can call this operation to delete only subscription clusters.
8113
- * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8114
- *
8115
- * @param request DeleteDBClusterRequest
8116
- * @return DeleteDBClusterResponse
8744
+ * @summary Deletes an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8745
+ *
8746
+ * @description ### [](#)
8747
+ * * You can call this operation to delete only subscription clusters.
8748
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8749
+ *
8750
+ * @param request DeleteDBClusterRequest
8751
+ * @return DeleteDBClusterResponse
8117
8752
  */
8118
8753
  deleteDBCluster(request: DeleteDBClusterRequest): Promise<DeleteDBClusterResponse>;
8119
8754
  /**
8120
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8121
- *
8122
- * @param request DeleteDBResourceGroupRequest
8123
- * @param runtime runtime options for this request RuntimeOptions
8124
- * @return DeleteDBResourceGroupResponse
8755
+ * @summary Deletes a resource group from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8756
+ *
8757
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8758
+ *
8759
+ * @param request DeleteDBResourceGroupRequest
8760
+ * @param runtime runtime options for this request RuntimeOptions
8761
+ * @return DeleteDBResourceGroupResponse
8125
8762
  */
8126
8763
  deleteDBResourceGroupWithOptions(request: DeleteDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBResourceGroupResponse>;
8127
8764
  /**
8128
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8129
- *
8130
- * @param request DeleteDBResourceGroupRequest
8131
- * @return DeleteDBResourceGroupResponse
8765
+ * @summary Deletes a resource group from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8766
+ *
8767
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8768
+ *
8769
+ * @param request DeleteDBResourceGroupRequest
8770
+ * @return DeleteDBResourceGroupResponse
8132
8771
  */
8133
8772
  deleteDBResourceGroup(request: DeleteDBResourceGroupRequest): Promise<DeleteDBResourceGroupResponse>;
8134
8773
  /**
8135
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8136
- *
8137
- * @param request DeleteElasticPlanRequest
8138
- * @param runtime runtime options for this request RuntimeOptions
8139
- * @return DeleteElasticPlanResponse
8774
+ * @summary Deletes a scaling plan from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8775
+ *
8776
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8777
+ *
8778
+ * @param request DeleteElasticPlanRequest
8779
+ * @param runtime runtime options for this request RuntimeOptions
8780
+ * @return DeleteElasticPlanResponse
8140
8781
  */
8141
8782
  deleteElasticPlanWithOptions(request: DeleteElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<DeleteElasticPlanResponse>;
8142
8783
  /**
8143
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8144
- *
8145
- * @param request DeleteElasticPlanRequest
8146
- * @return DeleteElasticPlanResponse
8784
+ * @summary Deletes a scaling plan from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8785
+ *
8786
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8787
+ *
8788
+ * @param request DeleteElasticPlanRequest
8789
+ * @return DeleteElasticPlanResponse
8147
8790
  */
8148
8791
  deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
8149
8792
  /**
8150
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8151
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8152
- *
8153
- * @param request DeleteProcessInstanceRequest
8154
- * @param runtime runtime options for this request RuntimeOptions
8155
- * @return DeleteProcessInstanceResponse
8793
+ * @param request DeletePerformanceViewRequest
8794
+ * @param runtime runtime options for this request RuntimeOptions
8795
+ * @return DeletePerformanceViewResponse
8796
+ */
8797
+ deletePerformanceViewWithOptions(request: DeletePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<DeletePerformanceViewResponse>;
8798
+ /**
8799
+ * @param request DeletePerformanceViewRequest
8800
+ * @return DeletePerformanceViewResponse
8801
+ */
8802
+ deletePerformanceView(request: DeletePerformanceViewRequest): Promise<DeletePerformanceViewResponse>;
8803
+ /**
8804
+ * @summary Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8805
+ *
8806
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8807
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8808
+ *
8809
+ * @param request DeleteProcessInstanceRequest
8810
+ * @param runtime runtime options for this request RuntimeOptions
8811
+ * @return DeleteProcessInstanceResponse
8156
8812
  */
8157
8813
  deleteProcessInstanceWithOptions(request: DeleteProcessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProcessInstanceResponse>;
8158
8814
  /**
8159
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8160
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8161
- *
8162
- * @param request DeleteProcessInstanceRequest
8163
- * @return DeleteProcessInstanceResponse
8815
+ * @summary Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8816
+ *
8817
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8818
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8819
+ *
8820
+ * @param request DeleteProcessInstanceRequest
8821
+ * @return DeleteProcessInstanceResponse
8164
8822
  */
8165
8823
  deleteProcessInstance(request: DeleteProcessInstanceRequest): Promise<DeleteProcessInstanceResponse>;
8166
8824
  /**
8167
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8168
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8169
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
8170
- *
8171
- * @param request DeleteSparkTemplateRequest
8172
- * @param runtime runtime options for this request RuntimeOptions
8173
- * @return DeleteSparkTemplateResponse
8825
+ * @summary Deletes Spark template files.
8826
+ *
8827
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8828
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8829
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
8830
+ *
8831
+ * @param request DeleteSparkTemplateRequest
8832
+ * @param runtime runtime options for this request RuntimeOptions
8833
+ * @return DeleteSparkTemplateResponse
8174
8834
  */
8175
8835
  deleteSparkTemplateWithOptions(request: DeleteSparkTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSparkTemplateResponse>;
8176
8836
  /**
8177
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8178
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8179
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
8180
- *
8181
- * @param request DeleteSparkTemplateRequest
8182
- * @return DeleteSparkTemplateResponse
8837
+ * @summary Deletes Spark template files.
8838
+ *
8839
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8840
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8841
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
8842
+ *
8843
+ * @param request DeleteSparkTemplateRequest
8844
+ * @return DeleteSparkTemplateResponse
8183
8845
  */
8184
8846
  deleteSparkTemplate(request: DeleteSparkTemplateRequest): Promise<DeleteSparkTemplateResponse>;
8847
+ /**
8848
+ * @summary Deletes Spark template files.
8849
+ *
8850
+ * @description * General endpoint: `adb.aliyuncs.com`.
8851
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8852
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8853
+ *
8854
+ * @param request DeleteSparkTemplateFileRequest
8855
+ * @param runtime runtime options for this request RuntimeOptions
8856
+ * @return DeleteSparkTemplateFileResponse
8857
+ */
8185
8858
  deleteSparkTemplateFileWithOptions(request: DeleteSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSparkTemplateFileResponse>;
8859
+ /**
8860
+ * @summary Deletes Spark template files.
8861
+ *
8862
+ * @description * General endpoint: `adb.aliyuncs.com`.
8863
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8864
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8865
+ *
8866
+ * @param request DeleteSparkTemplateFileRequest
8867
+ * @return DeleteSparkTemplateFileResponse
8868
+ */
8186
8869
  deleteSparkTemplateFile(request: DeleteSparkTemplateFileRequest): Promise<DeleteSparkTemplateFileResponse>;
8187
8870
  /**
8188
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8189
- *
8190
- * @param request DescribeAccountAllPrivilegesRequest
8191
- * @param runtime runtime options for this request RuntimeOptions
8192
- * @return DescribeAccountAllPrivilegesResponse
8871
+ * @summary Queries the permissions of a database account on all permission levels.
8872
+ *
8873
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8874
+ *
8875
+ * @param request DescribeAccountAllPrivilegesRequest
8876
+ * @param runtime runtime options for this request RuntimeOptions
8877
+ * @return DescribeAccountAllPrivilegesResponse
8193
8878
  */
8194
8879
  describeAccountAllPrivilegesWithOptions(request: DescribeAccountAllPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountAllPrivilegesResponse>;
8195
8880
  /**
8196
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8197
- *
8198
- * @param request DescribeAccountAllPrivilegesRequest
8199
- * @return DescribeAccountAllPrivilegesResponse
8881
+ * @summary Queries the permissions of a database account on all permission levels.
8882
+ *
8883
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8884
+ *
8885
+ * @param request DescribeAccountAllPrivilegesRequest
8886
+ * @return DescribeAccountAllPrivilegesResponse
8200
8887
  */
8201
8888
  describeAccountAllPrivileges(request: DescribeAccountAllPrivilegesRequest): Promise<DescribeAccountAllPrivilegesResponse>;
8202
8889
  /**
8203
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8204
- *
8205
- * @param request DescribeAccountPrivilegeObjectsRequest
8206
- * @param runtime runtime options for this request RuntimeOptions
8207
- * @return DescribeAccountPrivilegeObjectsResponse
8890
+ * @summary Queries the databases, tables, and columns on which a database account has permissions.
8891
+ *
8892
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8893
+ *
8894
+ * @param request DescribeAccountPrivilegeObjectsRequest
8895
+ * @param runtime runtime options for this request RuntimeOptions
8896
+ * @return DescribeAccountPrivilegeObjectsResponse
8208
8897
  */
8209
8898
  describeAccountPrivilegeObjectsWithOptions(request: DescribeAccountPrivilegeObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountPrivilegeObjectsResponse>;
8210
8899
  /**
8211
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8212
- *
8213
- * @param request DescribeAccountPrivilegeObjectsRequest
8214
- * @return DescribeAccountPrivilegeObjectsResponse
8900
+ * @summary Queries the databases, tables, and columns on which a database account has permissions.
8901
+ *
8902
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8903
+ *
8904
+ * @param request DescribeAccountPrivilegeObjectsRequest
8905
+ * @return DescribeAccountPrivilegeObjectsResponse
8215
8906
  */
8216
8907
  describeAccountPrivilegeObjects(request: DescribeAccountPrivilegeObjectsRequest): Promise<DescribeAccountPrivilegeObjectsResponse>;
8908
+ /**
8909
+ * @summary 获取某一ADB账户的权限
8910
+ *
8911
+ * @param request DescribeAccountPrivilegesRequest
8912
+ * @param runtime runtime options for this request RuntimeOptions
8913
+ * @return DescribeAccountPrivilegesResponse
8914
+ */
8217
8915
  describeAccountPrivilegesWithOptions(request: DescribeAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountPrivilegesResponse>;
8916
+ /**
8917
+ * @summary 获取某一ADB账户的权限
8918
+ *
8919
+ * @param request DescribeAccountPrivilegesRequest
8920
+ * @return DescribeAccountPrivilegesResponse
8921
+ */
8218
8922
  describeAccountPrivileges(request: DescribeAccountPrivilegesRequest): Promise<DescribeAccountPrivilegesResponse>;
8219
8923
  /**
8220
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8221
- *
8222
- * @param request DescribeAccountsRequest
8223
- * @param runtime runtime options for this request RuntimeOptions
8224
- * @return DescribeAccountsResponse
8924
+ * @summary Queries the database accounts of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8925
+ *
8926
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8927
+ *
8928
+ * @param request DescribeAccountsRequest
8929
+ * @param runtime runtime options for this request RuntimeOptions
8930
+ * @return DescribeAccountsResponse
8225
8931
  */
8226
8932
  describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
8227
8933
  /**
8228
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8229
- *
8230
- * @param request DescribeAccountsRequest
8231
- * @return DescribeAccountsResponse
8934
+ * @summary Queries the database accounts of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8935
+ *
8936
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8937
+ *
8938
+ * @param request DescribeAccountsRequest
8939
+ * @return DescribeAccountsResponse
8232
8940
  */
8233
8941
  describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
8942
+ /**
8943
+ * @summary Queries the information about table columns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8944
+ *
8945
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8946
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8947
+ *
8948
+ * @param request DescribeAdbMySqlColumnsRequest
8949
+ * @param runtime runtime options for this request RuntimeOptions
8950
+ * @return DescribeAdbMySqlColumnsResponse
8951
+ */
8234
8952
  describeAdbMySqlColumnsWithOptions(request: DescribeAdbMySqlColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlColumnsResponse>;
8953
+ /**
8954
+ * @summary Queries the information about table columns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8955
+ *
8956
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8957
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8958
+ *
8959
+ * @param request DescribeAdbMySqlColumnsRequest
8960
+ * @return DescribeAdbMySqlColumnsResponse
8961
+ */
8235
8962
  describeAdbMySqlColumns(request: DescribeAdbMySqlColumnsRequest): Promise<DescribeAdbMySqlColumnsResponse>;
8963
+ /**
8964
+ * @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8965
+ *
8966
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8967
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8968
+ *
8969
+ * @param request DescribeAdbMySqlSchemasRequest
8970
+ * @param runtime runtime options for this request RuntimeOptions
8971
+ * @return DescribeAdbMySqlSchemasResponse
8972
+ */
8236
8973
  describeAdbMySqlSchemasWithOptions(request: DescribeAdbMySqlSchemasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlSchemasResponse>;
8974
+ /**
8975
+ * @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8976
+ *
8977
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8978
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8979
+ *
8980
+ * @param request DescribeAdbMySqlSchemasRequest
8981
+ * @return DescribeAdbMySqlSchemasResponse
8982
+ */
8237
8983
  describeAdbMySqlSchemas(request: DescribeAdbMySqlSchemasRequest): Promise<DescribeAdbMySqlSchemasResponse>;
8984
+ /**
8985
+ * @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8986
+ *
8987
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8988
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8989
+ *
8990
+ * @param request DescribeAdbMySqlTablesRequest
8991
+ * @param runtime runtime options for this request RuntimeOptions
8992
+ * @return DescribeAdbMySqlTablesResponse
8993
+ */
8238
8994
  describeAdbMySqlTablesWithOptions(request: DescribeAdbMySqlTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlTablesResponse>;
8995
+ /**
8996
+ * @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8997
+ *
8998
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8999
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9000
+ *
9001
+ * @param request DescribeAdbMySqlTablesRequest
9002
+ * @return DescribeAdbMySqlTablesResponse
9003
+ */
8239
9004
  describeAdbMySqlTables(request: DescribeAdbMySqlTablesRequest): Promise<DescribeAdbMySqlTablesResponse>;
9005
+ /**
9006
+ * @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
9007
+ *
9008
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9009
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9010
+ *
9011
+ * @param request DescribeAllDataSourceRequest
9012
+ * @param runtime runtime options for this request RuntimeOptions
9013
+ * @return DescribeAllDataSourceResponse
9014
+ */
8240
9015
  describeAllDataSourceWithOptions(request: DescribeAllDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllDataSourceResponse>;
9016
+ /**
9017
+ * @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
9018
+ *
9019
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9020
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9021
+ *
9022
+ * @param request DescribeAllDataSourceRequest
9023
+ * @return DescribeAllDataSourceResponse
9024
+ */
8241
9025
  describeAllDataSource(request: DescribeAllDataSourceRequest): Promise<DescribeAllDataSourceResponse>;
9026
+ /**
9027
+ * @summary Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9028
+ *
9029
+ * @description * General endpoint: `adb.aliyuncs.com`.
9030
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9031
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9032
+ *
9033
+ * @param request DescribeApsActionLogsRequest
9034
+ * @param runtime runtime options for this request RuntimeOptions
9035
+ * @return DescribeApsActionLogsResponse
9036
+ */
8242
9037
  describeApsActionLogsWithOptions(request: DescribeApsActionLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsActionLogsResponse>;
9038
+ /**
9039
+ * @summary Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9040
+ *
9041
+ * @description * General endpoint: `adb.aliyuncs.com`.
9042
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9043
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9044
+ *
9045
+ * @param request DescribeApsActionLogsRequest
9046
+ * @return DescribeApsActionLogsResponse
9047
+ */
8243
9048
  describeApsActionLogs(request: DescribeApsActionLogsRequest): Promise<DescribeApsActionLogsResponse>;
8244
9049
  /**
8245
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8246
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8247
- *
8248
- * @param request DescribeApsResourceGroupsRequest
8249
- * @param runtime runtime options for this request RuntimeOptions
8250
- * @return DescribeApsResourceGroupsResponse
9050
+ * @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9051
+ *
9052
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9053
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9054
+ *
9055
+ * @param request DescribeApsResourceGroupsRequest
9056
+ * @param runtime runtime options for this request RuntimeOptions
9057
+ * @return DescribeApsResourceGroupsResponse
8251
9058
  */
8252
9059
  describeApsResourceGroupsWithOptions(request: DescribeApsResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsResourceGroupsResponse>;
8253
9060
  /**
8254
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8255
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8256
- *
8257
- * @param request DescribeApsResourceGroupsRequest
8258
- * @return DescribeApsResourceGroupsResponse
9061
+ * @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9062
+ *
9063
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9064
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9065
+ *
9066
+ * @param request DescribeApsResourceGroupsRequest
9067
+ * @return DescribeApsResourceGroupsResponse
8259
9068
  */
8260
9069
  describeApsResourceGroups(request: DescribeApsResourceGroupsRequest): Promise<DescribeApsResourceGroupsResponse>;
8261
9070
  /**
8262
- * * SQL audit logs can be queried only when SQL audit is enabled. Only SQL audit logs within the last 30 days can be queried. If SQL audit was disabled and re-enabled, only SQL audit logs from the time when SQL audit was re-enabled can be queried. The following operations are not recorded in SQL audit logs: **INSERT INTO VALUES**, **REPLACE INTO VALUES**, and **UPSERT INTO VALUES**.
8263
- * * General endpoint: `adb.aliyuncs.com`.
8264
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8265
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8266
- *
8267
- * @param request DescribeAuditLogRecordsRequest
8268
- * @param runtime runtime options for this request RuntimeOptions
8269
- * @return DescribeAuditLogRecordsResponse
9071
+ * @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9072
+ *
9073
+ * @description * SQL audit logs can be queried only when SQL audit is enabled. Only SQL audit logs within the last 30 days can be queried. If SQL audit was disabled and re-enabled, only SQL audit logs from the time when SQL audit was re-enabled can be queried. The following operations are not recorded in SQL audit logs: **INSERT INTO VALUES**, **REPLACE INTO VALUES**, and **UPSERT INTO VALUES**.
9074
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9075
+ *
9076
+ * @param request DescribeAuditLogRecordsRequest
9077
+ * @param runtime runtime options for this request RuntimeOptions
9078
+ * @return DescribeAuditLogRecordsResponse
8270
9079
  */
8271
9080
  describeAuditLogRecordsWithOptions(request: DescribeAuditLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditLogRecordsResponse>;
8272
9081
  /**
8273
- * * SQL audit logs can be queried only when SQL audit is enabled. Only SQL audit logs within the last 30 days can be queried. If SQL audit was disabled and re-enabled, only SQL audit logs from the time when SQL audit was re-enabled can be queried. The following operations are not recorded in SQL audit logs: **INSERT INTO VALUES**, **REPLACE INTO VALUES**, and **UPSERT INTO VALUES**.
8274
- * * General endpoint: `adb.aliyuncs.com`.
8275
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8276
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8277
- *
8278
- * @param request DescribeAuditLogRecordsRequest
8279
- * @return DescribeAuditLogRecordsResponse
9082
+ * @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9083
+ *
9084
+ * @description * SQL audit logs can be queried only when SQL audit is enabled. Only SQL audit logs within the last 30 days can be queried. If SQL audit was disabled and re-enabled, only SQL audit logs from the time when SQL audit was re-enabled can be queried. The following operations are not recorded in SQL audit logs: **INSERT INTO VALUES**, **REPLACE INTO VALUES**, and **UPSERT INTO VALUES**.
9085
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9086
+ *
9087
+ * @param request DescribeAuditLogRecordsRequest
9088
+ * @return DescribeAuditLogRecordsResponse
8280
9089
  */
8281
9090
  describeAuditLogRecords(request: DescribeAuditLogRecordsRequest): Promise<DescribeAuditLogRecordsResponse>;
8282
9091
  /**
8283
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8284
- *
8285
- * @param request DescribeBackupPolicyRequest
8286
- * @param runtime runtime options for this request RuntimeOptions
8287
- * @return DescribeBackupPolicyResponse
9092
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9093
+ *
9094
+ * @param request DescribeBackupPolicyRequest
9095
+ * @param runtime runtime options for this request RuntimeOptions
9096
+ * @return DescribeBackupPolicyResponse
8288
9097
  */
8289
9098
  describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
8290
9099
  /**
8291
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8292
- *
8293
- * @param request DescribeBackupPolicyRequest
8294
- * @return DescribeBackupPolicyResponse
9100
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9101
+ *
9102
+ * @param request DescribeBackupPolicyRequest
9103
+ * @return DescribeBackupPolicyResponse
8295
9104
  */
8296
9105
  describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
8297
9106
  /**
8298
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8299
- *
8300
- * @param request DescribeBackupsRequest
8301
- * @param runtime runtime options for this request RuntimeOptions
8302
- * @return DescribeBackupsResponse
9107
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9108
+ *
9109
+ * @param request DescribeBackupsRequest
9110
+ * @param runtime runtime options for this request RuntimeOptions
9111
+ * @return DescribeBackupsResponse
8303
9112
  */
8304
9113
  describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
8305
9114
  /**
8306
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8307
- *
8308
- * @param request DescribeBackupsRequest
8309
- * @return DescribeBackupsResponse
9115
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9116
+ *
9117
+ * @param request DescribeBackupsRequest
9118
+ * @return DescribeBackupsResponse
8310
9119
  */
8311
9120
  describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
8312
9121
  /**
8313
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8314
- *
8315
- * @param request DescribeClusterAccessWhiteListRequest
8316
- * @param runtime runtime options for this request RuntimeOptions
8317
- * @return DescribeClusterAccessWhiteListResponse
9122
+ * @summary Queries the IP address whitelist of an AnalyticDB for MySQL cluster.
9123
+ *
9124
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9125
+ *
9126
+ * @param request DescribeClusterAccessWhiteListRequest
9127
+ * @param runtime runtime options for this request RuntimeOptions
9128
+ * @return DescribeClusterAccessWhiteListResponse
8318
9129
  */
8319
9130
  describeClusterAccessWhiteListWithOptions(request: DescribeClusterAccessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAccessWhiteListResponse>;
8320
9131
  /**
8321
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8322
- *
8323
- * @param request DescribeClusterAccessWhiteListRequest
8324
- * @return DescribeClusterAccessWhiteListResponse
9132
+ * @summary Queries the IP address whitelist of an AnalyticDB for MySQL cluster.
9133
+ *
9134
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9135
+ *
9136
+ * @param request DescribeClusterAccessWhiteListRequest
9137
+ * @return DescribeClusterAccessWhiteListResponse
8325
9138
  */
8326
9139
  describeClusterAccessWhiteList(request: DescribeClusterAccessWhiteListRequest): Promise<DescribeClusterAccessWhiteListResponse>;
8327
9140
  /**
8328
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8329
- *
8330
- * @param request DescribeClusterNetInfoRequest
8331
- * @param runtime runtime options for this request RuntimeOptions
8332
- * @return DescribeClusterNetInfoResponse
9141
+ * @summary Queries the network information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9142
+ *
9143
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9144
+ *
9145
+ * @param request DescribeClusterNetInfoRequest
9146
+ * @param runtime runtime options for this request RuntimeOptions
9147
+ * @return DescribeClusterNetInfoResponse
8333
9148
  */
8334
9149
  describeClusterNetInfoWithOptions(request: DescribeClusterNetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNetInfoResponse>;
8335
9150
  /**
8336
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8337
- *
8338
- * @param request DescribeClusterNetInfoRequest
8339
- * @return DescribeClusterNetInfoResponse
9151
+ * @summary Queries the network information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9152
+ *
9153
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9154
+ *
9155
+ * @param request DescribeClusterNetInfoRequest
9156
+ * @return DescribeClusterNetInfoResponse
8340
9157
  */
8341
9158
  describeClusterNetInfo(request: DescribeClusterNetInfoRequest): Promise<DescribeClusterNetInfoResponse>;
9159
+ /**
9160
+ * @summary 获取集群资源统计
9161
+ *
9162
+ * @param request DescribeClusterResourceDetailRequest
9163
+ * @param runtime runtime options for this request RuntimeOptions
9164
+ * @return DescribeClusterResourceDetailResponse
9165
+ */
8342
9166
  describeClusterResourceDetailWithOptions(request: DescribeClusterResourceDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourceDetailResponse>;
9167
+ /**
9168
+ * @summary 获取集群资源统计
9169
+ *
9170
+ * @param request DescribeClusterResourceDetailRequest
9171
+ * @return DescribeClusterResourceDetailResponse
9172
+ */
8343
9173
  describeClusterResourceDetail(request: DescribeClusterResourceDetailRequest): Promise<DescribeClusterResourceDetailResponse>;
9174
+ /**
9175
+ * @summary 获取实例资源统计
9176
+ *
9177
+ * @param request DescribeClusterResourceUsageRequest
9178
+ * @param runtime runtime options for this request RuntimeOptions
9179
+ * @return DescribeClusterResourceUsageResponse
9180
+ */
8344
9181
  describeClusterResourceUsageWithOptions(request: DescribeClusterResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourceUsageResponse>;
9182
+ /**
9183
+ * @summary 获取实例资源统计
9184
+ *
9185
+ * @param request DescribeClusterResourceUsageRequest
9186
+ * @return DescribeClusterResourceUsageResponse
9187
+ */
8345
9188
  describeClusterResourceUsage(request: DescribeClusterResourceUsageRequest): Promise<DescribeClusterResourceUsageResponse>;
9189
+ /**
9190
+ * @summary Queries a list of columns in a table.
9191
+ *
9192
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9193
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9194
+ *
9195
+ * @param request DescribeColumnsRequest
9196
+ * @param runtime runtime options for this request RuntimeOptions
9197
+ * @return DescribeColumnsResponse
9198
+ */
8346
9199
  describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
9200
+ /**
9201
+ * @summary Queries a list of columns in a table.
9202
+ *
9203
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9204
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9205
+ *
9206
+ * @param request DescribeColumnsRequest
9207
+ * @return DescribeColumnsResponse
9208
+ */
8347
9209
  describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
9210
+ /**
9211
+ * @summary 获取实例计算资源使用统计
9212
+ *
9213
+ * @param request DescribeComputeResourceUsageRequest
9214
+ * @param runtime runtime options for this request RuntimeOptions
9215
+ * @return DescribeComputeResourceUsageResponse
9216
+ */
8348
9217
  describeComputeResourceUsageWithOptions(request: DescribeComputeResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComputeResourceUsageResponse>;
9218
+ /**
9219
+ * @summary 获取实例计算资源使用统计
9220
+ *
9221
+ * @param request DescribeComputeResourceUsageRequest
9222
+ * @return DescribeComputeResourceUsageResponse
9223
+ */
8349
9224
  describeComputeResourceUsage(request: DescribeComputeResourceUsageRequest): Promise<DescribeComputeResourceUsageResponse>;
8350
9225
  /**
8351
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8352
- *
8353
- * @param request DescribeDBClusterAttributeRequest
8354
- * @param runtime runtime options for this request RuntimeOptions
8355
- * @return DescribeDBClusterAttributeResponse
9226
+ * @summary Queries the information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9227
+ *
9228
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9229
+ *
9230
+ * @param request DescribeDBClusterAttributeRequest
9231
+ * @param runtime runtime options for this request RuntimeOptions
9232
+ * @return DescribeDBClusterAttributeResponse
8356
9233
  */
8357
9234
  describeDBClusterAttributeWithOptions(request: DescribeDBClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAttributeResponse>;
8358
9235
  /**
8359
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8360
- *
8361
- * @param request DescribeDBClusterAttributeRequest
8362
- * @return DescribeDBClusterAttributeResponse
9236
+ * @summary Queries the information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9237
+ *
9238
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9239
+ *
9240
+ * @param request DescribeDBClusterAttributeRequest
9241
+ * @return DescribeDBClusterAttributeResponse
8363
9242
  */
8364
9243
  describeDBClusterAttribute(request: DescribeDBClusterAttributeRequest): Promise<DescribeDBClusterAttributeResponse>;
8365
9244
  /**
8366
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8367
- *
8368
- * @param request DescribeDBClusterHealthStatusRequest
8369
- * @param runtime runtime options for this request RuntimeOptions
8370
- * @return DescribeDBClusterHealthStatusResponse
9245
+ * @summary Queries the health status of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9246
+ *
9247
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9248
+ *
9249
+ * @param request DescribeDBClusterHealthStatusRequest
9250
+ * @param runtime runtime options for this request RuntimeOptions
9251
+ * @return DescribeDBClusterHealthStatusResponse
8371
9252
  */
8372
9253
  describeDBClusterHealthStatusWithOptions(request: DescribeDBClusterHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterHealthStatusResponse>;
8373
9254
  /**
8374
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8375
- *
8376
- * @param request DescribeDBClusterHealthStatusRequest
8377
- * @return DescribeDBClusterHealthStatusResponse
9255
+ * @summary Queries the health status of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9256
+ *
9257
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9258
+ *
9259
+ * @param request DescribeDBClusterHealthStatusRequest
9260
+ * @return DescribeDBClusterHealthStatusResponse
8378
9261
  */
8379
9262
  describeDBClusterHealthStatus(request: DescribeDBClusterHealthStatusRequest): Promise<DescribeDBClusterHealthStatusResponse>;
8380
9263
  /**
8381
- * * General endpoint: `adb.aliyuncs.com`.
8382
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8383
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8384
- *
8385
- * @param request DescribeDBClusterPerformanceRequest
8386
- * @param runtime runtime options for this request RuntimeOptions
8387
- * @return DescribeDBClusterPerformanceResponse
9264
+ * @summary Queries the performance data of an AnalyticDB for MySQL cluster.
9265
+ *
9266
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9267
+ *
9268
+ * @param request DescribeDBClusterPerformanceRequest
9269
+ * @param runtime runtime options for this request RuntimeOptions
9270
+ * @return DescribeDBClusterPerformanceResponse
8388
9271
  */
8389
9272
  describeDBClusterPerformanceWithOptions(request: DescribeDBClusterPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterPerformanceResponse>;
8390
9273
  /**
8391
- * * General endpoint: `adb.aliyuncs.com`.
8392
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8393
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8394
- *
8395
- * @param request DescribeDBClusterPerformanceRequest
8396
- * @return DescribeDBClusterPerformanceResponse
9274
+ * @summary Queries the performance data of an AnalyticDB for MySQL cluster.
9275
+ *
9276
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9277
+ *
9278
+ * @param request DescribeDBClusterPerformanceRequest
9279
+ * @return DescribeDBClusterPerformanceResponse
8397
9280
  */
8398
9281
  describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
8399
9282
  /**
8400
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8401
- *
8402
- * @param request DescribeDBClusterSpaceSummaryRequest
8403
- * @param runtime runtime options for this request RuntimeOptions
8404
- * @return DescribeDBClusterSpaceSummaryResponse
9283
+ * @summary Queries the storage overview information of an AnalyticDB for MySQL cluster, such as the total data size, hot data size, cold data size, and data growth.
9284
+ *
9285
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9286
+ *
9287
+ * @param request DescribeDBClusterSpaceSummaryRequest
9288
+ * @param runtime runtime options for this request RuntimeOptions
9289
+ * @return DescribeDBClusterSpaceSummaryResponse
8405
9290
  */
8406
9291
  describeDBClusterSpaceSummaryWithOptions(request: DescribeDBClusterSpaceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterSpaceSummaryResponse>;
8407
9292
  /**
8408
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8409
- *
8410
- * @param request DescribeDBClusterSpaceSummaryRequest
8411
- * @return DescribeDBClusterSpaceSummaryResponse
9293
+ * @summary Queries the storage overview information of an AnalyticDB for MySQL cluster, such as the total data size, hot data size, cold data size, and data growth.
9294
+ *
9295
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9296
+ *
9297
+ * @param request DescribeDBClusterSpaceSummaryRequest
9298
+ * @return DescribeDBClusterSpaceSummaryResponse
8412
9299
  */
8413
9300
  describeDBClusterSpaceSummary(request: DescribeDBClusterSpaceSummaryRequest): Promise<DescribeDBClusterSpaceSummaryResponse>;
8414
9301
  /**
8415
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8416
- *
8417
- * @param request DescribeDBClusterStatusRequest
8418
- * @param runtime runtime options for this request RuntimeOptions
8419
- * @return DescribeDBClusterStatusResponse
9302
+ * @summary Queries a list of states for AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters.
9303
+ *
9304
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9305
+ *
9306
+ * @param request DescribeDBClusterStatusRequest
9307
+ * @param runtime runtime options for this request RuntimeOptions
9308
+ * @return DescribeDBClusterStatusResponse
8420
9309
  */
8421
9310
  describeDBClusterStatusWithOptions(request: DescribeDBClusterStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterStatusResponse>;
8422
9311
  /**
8423
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8424
- *
8425
- * @param request DescribeDBClusterStatusRequest
8426
- * @return DescribeDBClusterStatusResponse
9312
+ * @summary Queries a list of states for AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters.
9313
+ *
9314
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9315
+ *
9316
+ * @param request DescribeDBClusterStatusRequest
9317
+ * @return DescribeDBClusterStatusResponse
8427
9318
  */
8428
9319
  describeDBClusterStatus(request: DescribeDBClusterStatusRequest): Promise<DescribeDBClusterStatusResponse>;
8429
9320
  /**
8430
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8431
- *
8432
- * @param request DescribeDBClustersRequest
8433
- * @param runtime runtime options for this request RuntimeOptions
8434
- * @return DescribeDBClustersResponse
9321
+ * @summary Queries the information about AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters in a region.
9322
+ *
9323
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9324
+ *
9325
+ * @param request DescribeDBClustersRequest
9326
+ * @param runtime runtime options for this request RuntimeOptions
9327
+ * @return DescribeDBClustersResponse
8435
9328
  */
8436
9329
  describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
8437
9330
  /**
8438
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8439
- *
8440
- * @param request DescribeDBClustersRequest
8441
- * @return DescribeDBClustersResponse
9331
+ * @summary Queries the information about AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters in a region.
9332
+ *
9333
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9334
+ *
9335
+ * @param request DescribeDBClustersRequest
9336
+ * @return DescribeDBClustersResponse
8442
9337
  */
8443
9338
  describeDBClusters(request: DescribeDBClustersRequest): Promise<DescribeDBClustersResponse>;
8444
9339
  /**
8445
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8446
- *
8447
- * @param request DescribeDBResourceGroupRequest
8448
- * @param runtime runtime options for this request RuntimeOptions
8449
- * @return DescribeDBResourceGroupResponse
9340
+ * @summary Queries the information about resource groups for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9341
+ *
9342
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9343
+ *
9344
+ * @param request DescribeDBResourceGroupRequest
9345
+ * @param runtime runtime options for this request RuntimeOptions
9346
+ * @return DescribeDBResourceGroupResponse
8450
9347
  */
8451
9348
  describeDBResourceGroupWithOptions(request: DescribeDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBResourceGroupResponse>;
8452
9349
  /**
8453
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8454
- *
8455
- * @param request DescribeDBResourceGroupRequest
8456
- * @return DescribeDBResourceGroupResponse
9350
+ * @summary Queries the information about resource groups for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9351
+ *
9352
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9353
+ *
9354
+ * @param request DescribeDBResourceGroupRequest
9355
+ * @return DescribeDBResourceGroupResponse
8457
9356
  */
8458
9357
  describeDBResourceGroup(request: DescribeDBResourceGroupRequest): Promise<DescribeDBResourceGroupResponse>;
8459
9358
  /**
8460
- * * General endpoint: `adb.aliyuncs.com`.
8461
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8462
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8463
- *
8464
- * @param request DescribeDiagnosisDimensionsRequest
8465
- * @param runtime runtime options for this request RuntimeOptions
8466
- * @return DescribeDiagnosisDimensionsResponse
9359
+ * @summary Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9360
+ *
9361
+ * @description * General endpoint: `adb.aliyuncs.com`.
9362
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9363
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9364
+ *
9365
+ * @param request DescribeDiagnosisDimensionsRequest
9366
+ * @param runtime runtime options for this request RuntimeOptions
9367
+ * @return DescribeDiagnosisDimensionsResponse
8467
9368
  */
8468
9369
  describeDiagnosisDimensionsWithOptions(request: DescribeDiagnosisDimensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisDimensionsResponse>;
8469
9370
  /**
8470
- * * General endpoint: `adb.aliyuncs.com`.
8471
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8472
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8473
- *
8474
- * @param request DescribeDiagnosisDimensionsRequest
8475
- * @return DescribeDiagnosisDimensionsResponse
9371
+ * @summary Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9372
+ *
9373
+ * @description * General endpoint: `adb.aliyuncs.com`.
9374
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9375
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9376
+ *
9377
+ * @param request DescribeDiagnosisDimensionsRequest
9378
+ * @return DescribeDiagnosisDimensionsResponse
8476
9379
  */
8477
9380
  describeDiagnosisDimensions(request: DescribeDiagnosisDimensionsRequest): Promise<DescribeDiagnosisDimensionsResponse>;
8478
9381
  /**
8479
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8480
- *
8481
- * @param request DescribeDiagnosisRecordsRequest
8482
- * @param runtime runtime options for this request RuntimeOptions
8483
- * @return DescribeDiagnosisRecordsResponse
9382
+ * @summary Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9383
+ *
9384
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9385
+ *
9386
+ * @param request DescribeDiagnosisRecordsRequest
9387
+ * @param runtime runtime options for this request RuntimeOptions
9388
+ * @return DescribeDiagnosisRecordsResponse
8484
9389
  */
8485
9390
  describeDiagnosisRecordsWithOptions(request: DescribeDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisRecordsResponse>;
8486
9391
  /**
8487
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8488
- *
8489
- * @param request DescribeDiagnosisRecordsRequest
8490
- * @return DescribeDiagnosisRecordsResponse
9392
+ * @summary Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9393
+ *
9394
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9395
+ *
9396
+ * @param request DescribeDiagnosisRecordsRequest
9397
+ * @return DescribeDiagnosisRecordsResponse
8491
9398
  */
8492
9399
  describeDiagnosisRecords(request: DescribeDiagnosisRecordsRequest): Promise<DescribeDiagnosisRecordsResponse>;
8493
9400
  /**
8494
- * * General endpoint: `adb.aliyuncs.com`.
8495
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8496
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8497
- *
8498
- * @param request DescribeDiagnosisSQLInfoRequest
8499
- * @param runtime runtime options for this request RuntimeOptions
8500
- * @return DescribeDiagnosisSQLInfoResponse
9401
+ * @summary Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
9402
+ *
9403
+ * @description * General endpoint: `adb.aliyuncs.com`.
9404
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9405
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9406
+ *
9407
+ * @param request DescribeDiagnosisSQLInfoRequest
9408
+ * @param runtime runtime options for this request RuntimeOptions
9409
+ * @return DescribeDiagnosisSQLInfoResponse
8501
9410
  */
8502
9411
  describeDiagnosisSQLInfoWithOptions(request: DescribeDiagnosisSQLInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisSQLInfoResponse>;
8503
9412
  /**
8504
- * * General endpoint: `adb.aliyuncs.com`.
8505
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8506
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8507
- *
8508
- * @param request DescribeDiagnosisSQLInfoRequest
8509
- * @return DescribeDiagnosisSQLInfoResponse
9413
+ * @summary Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
9414
+ *
9415
+ * @description * General endpoint: `adb.aliyuncs.com`.
9416
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9417
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9418
+ *
9419
+ * @param request DescribeDiagnosisSQLInfoRequest
9420
+ * @return DescribeDiagnosisSQLInfoResponse
8510
9421
  */
8511
9422
  describeDiagnosisSQLInfo(request: DescribeDiagnosisSQLInfoRequest): Promise<DescribeDiagnosisSQLInfoResponse>;
9423
+ /**
9424
+ * @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9425
+ *
9426
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9427
+ *
9428
+ * @param request DescribeDownloadRecordsRequest
9429
+ * @param runtime runtime options for this request RuntimeOptions
9430
+ * @return DescribeDownloadRecordsResponse
9431
+ */
8512
9432
  describeDownloadRecordsWithOptions(request: DescribeDownloadRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDownloadRecordsResponse>;
9433
+ /**
9434
+ * @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9435
+ *
9436
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9437
+ *
9438
+ * @param request DescribeDownloadRecordsRequest
9439
+ * @return DescribeDownloadRecordsResponse
9440
+ */
8513
9441
  describeDownloadRecords(request: DescribeDownloadRecordsRequest): Promise<DescribeDownloadRecordsResponse>;
8514
9442
  /**
8515
- * For information about the endpoints of AnalyticDB for MySQL, see DescribeElasticPlanAttribute.
8516
- *
8517
- * @param request DescribeElasticPlanAttributeRequest
8518
- * @param runtime runtime options for this request RuntimeOptions
8519
- * @return DescribeElasticPlanAttributeResponse
9443
+ * @summary Queries the information about a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9444
+ *
9445
+ * @description For information about the endpoints of AnalyticDB for MySQL, see DescribeElasticPlanAttribute.
9446
+ *
9447
+ * @param request DescribeElasticPlanAttributeRequest
9448
+ * @param runtime runtime options for this request RuntimeOptions
9449
+ * @return DescribeElasticPlanAttributeResponse
8520
9450
  */
8521
9451
  describeElasticPlanAttributeWithOptions(request: DescribeElasticPlanAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanAttributeResponse>;
8522
9452
  /**
8523
- * For information about the endpoints of AnalyticDB for MySQL, see DescribeElasticPlanAttribute.
8524
- *
8525
- * @param request DescribeElasticPlanAttributeRequest
8526
- * @return DescribeElasticPlanAttributeResponse
9453
+ * @summary Queries the information about a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9454
+ *
9455
+ * @description For information about the endpoints of AnalyticDB for MySQL, see DescribeElasticPlanAttribute.
9456
+ *
9457
+ * @param request DescribeElasticPlanAttributeRequest
9458
+ * @return DescribeElasticPlanAttributeResponse
8527
9459
  */
8528
9460
  describeElasticPlanAttribute(request: DescribeElasticPlanAttributeRequest): Promise<DescribeElasticPlanAttributeResponse>;
8529
9461
  /**
8530
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8531
- *
8532
- * @param request DescribeElasticPlanJobsRequest
8533
- * @param runtime runtime options for this request RuntimeOptions
8534
- * @return DescribeElasticPlanJobsResponse
9462
+ * @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9463
+ *
9464
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9465
+ *
9466
+ * @param request DescribeElasticPlanJobsRequest
9467
+ * @param runtime runtime options for this request RuntimeOptions
9468
+ * @return DescribeElasticPlanJobsResponse
8535
9469
  */
8536
9470
  describeElasticPlanJobsWithOptions(request: DescribeElasticPlanJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanJobsResponse>;
8537
9471
  /**
8538
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8539
- *
8540
- * @param request DescribeElasticPlanJobsRequest
8541
- * @return DescribeElasticPlanJobsResponse
9472
+ * @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9473
+ *
9474
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9475
+ *
9476
+ * @param request DescribeElasticPlanJobsRequest
9477
+ * @return DescribeElasticPlanJobsResponse
8542
9478
  */
8543
9479
  describeElasticPlanJobs(request: DescribeElasticPlanJobsRequest): Promise<DescribeElasticPlanJobsResponse>;
9480
+ /**
9481
+ * @summary Queries the resource specifications that are supported by different types of scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9482
+ *
9483
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9484
+ *
9485
+ * @param request DescribeElasticPlanSpecificationsRequest
9486
+ * @param runtime runtime options for this request RuntimeOptions
9487
+ * @return DescribeElasticPlanSpecificationsResponse
9488
+ */
8544
9489
  describeElasticPlanSpecificationsWithOptions(request: DescribeElasticPlanSpecificationsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanSpecificationsResponse>;
9490
+ /**
9491
+ * @summary Queries the resource specifications that are supported by different types of scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9492
+ *
9493
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9494
+ *
9495
+ * @param request DescribeElasticPlanSpecificationsRequest
9496
+ * @return DescribeElasticPlanSpecificationsResponse
9497
+ */
8545
9498
  describeElasticPlanSpecifications(request: DescribeElasticPlanSpecificationsRequest): Promise<DescribeElasticPlanSpecificationsResponse>;
9499
+ /**
9500
+ * @summary Queries scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9501
+ *
9502
+ * @param request DescribeElasticPlansRequest
9503
+ * @param runtime runtime options for this request RuntimeOptions
9504
+ * @return DescribeElasticPlansResponse
9505
+ */
8546
9506
  describeElasticPlansWithOptions(request: DescribeElasticPlansRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlansResponse>;
9507
+ /**
9508
+ * @summary Queries scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9509
+ *
9510
+ * @param request DescribeElasticPlansRequest
9511
+ * @return DescribeElasticPlansResponse
9512
+ */
8547
9513
  describeElasticPlans(request: DescribeElasticPlansRequest): Promise<DescribeElasticPlansResponse>;
9514
+ /**
9515
+ * @summary Queries the permission level and permissions supported for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9516
+ *
9517
+ * @param request DescribeEnabledPrivilegesRequest
9518
+ * @param runtime runtime options for this request RuntimeOptions
9519
+ * @return DescribeEnabledPrivilegesResponse
9520
+ */
8548
9521
  describeEnabledPrivilegesWithOptions(request: DescribeEnabledPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEnabledPrivilegesResponse>;
9522
+ /**
9523
+ * @summary Queries the permission level and permissions supported for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9524
+ *
9525
+ * @param request DescribeEnabledPrivilegesRequest
9526
+ * @return DescribeEnabledPrivilegesResponse
9527
+ */
8549
9528
  describeEnabledPrivileges(request: DescribeEnabledPrivilegesRequest): Promise<DescribeEnabledPrivilegesResponse>;
9529
+ /**
9530
+ * @summary Queries the information about tables that have excessive primary key fields in an AnalyticDB for MySQL Data Lakehouse Edition (V5.0) cluster.
9531
+ *
9532
+ * @param request DescribeExcessivePrimaryKeysRequest
9533
+ * @param runtime runtime options for this request RuntimeOptions
9534
+ * @return DescribeExcessivePrimaryKeysResponse
9535
+ */
9536
+ describeExcessivePrimaryKeysWithOptions(request: DescribeExcessivePrimaryKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcessivePrimaryKeysResponse>;
9537
+ /**
9538
+ * @summary Queries the information about tables that have excessive primary key fields in an AnalyticDB for MySQL Data Lakehouse Edition (V5.0) cluster.
9539
+ *
9540
+ * @param request DescribeExcessivePrimaryKeysRequest
9541
+ * @return DescribeExcessivePrimaryKeysResponse
9542
+ */
9543
+ describeExcessivePrimaryKeys(request: DescribeExcessivePrimaryKeysRequest): Promise<DescribeExcessivePrimaryKeysResponse>;
9544
+ /**
9545
+ * @summary 获取作业资源使用统计
9546
+ *
9547
+ * @param request DescribeJobResourceUsageRequest
9548
+ * @param runtime runtime options for this request RuntimeOptions
9549
+ * @return DescribeJobResourceUsageResponse
9550
+ */
8550
9551
  describeJobResourceUsageWithOptions(request: DescribeJobResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeJobResourceUsageResponse>;
9552
+ /**
9553
+ * @summary 获取作业资源使用统计
9554
+ *
9555
+ * @param request DescribeJobResourceUsageRequest
9556
+ * @return DescribeJobResourceUsageResponse
9557
+ */
8551
9558
  describeJobResourceUsage(request: DescribeJobResourceUsageRequest): Promise<DescribeJobResourceUsageResponse>;
8552
9559
  /**
8553
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8554
- *
8555
- * @param request DescribePatternPerformanceRequest
8556
- * @param runtime runtime options for this request RuntimeOptions
8557
- * @return DescribePatternPerformanceResponse
9560
+ * @summary Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
9561
+ *
9562
+ * @description * General endpoint: `adb.aliyuncs.com`.
9563
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9564
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9565
+ *
9566
+ * @param request DescribePatternPerformanceRequest
9567
+ * @param runtime runtime options for this request RuntimeOptions
9568
+ * @return DescribePatternPerformanceResponse
8558
9569
  */
8559
9570
  describePatternPerformanceWithOptions(request: DescribePatternPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePatternPerformanceResponse>;
8560
9571
  /**
8561
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8562
- *
8563
- * @param request DescribePatternPerformanceRequest
8564
- * @return DescribePatternPerformanceResponse
9572
+ * @summary Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
9573
+ *
9574
+ * @description * General endpoint: `adb.aliyuncs.com`.
9575
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9576
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9577
+ *
9578
+ * @param request DescribePatternPerformanceRequest
9579
+ * @return DescribePatternPerformanceResponse
8565
9580
  */
8566
9581
  describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
8567
9582
  /**
8568
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8569
- *
8570
- * @param request DescribeRegionsRequest
8571
- * @param runtime runtime options for this request RuntimeOptions
8572
- * @return DescribeRegionsResponse
9583
+ * @param request DescribePerformanceViewAttributeRequest
9584
+ * @param runtime runtime options for this request RuntimeOptions
9585
+ * @return DescribePerformanceViewAttributeResponse
9586
+ */
9587
+ describePerformanceViewAttributeWithOptions(request: DescribePerformanceViewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewAttributeResponse>;
9588
+ /**
9589
+ * @param request DescribePerformanceViewAttributeRequest
9590
+ * @return DescribePerformanceViewAttributeResponse
9591
+ */
9592
+ describePerformanceViewAttribute(request: DescribePerformanceViewAttributeRequest): Promise<DescribePerformanceViewAttributeResponse>;
9593
+ /**
9594
+ * @param request DescribePerformanceViewsRequest
9595
+ * @param runtime runtime options for this request RuntimeOptions
9596
+ * @return DescribePerformanceViewsResponse
9597
+ */
9598
+ describePerformanceViewsWithOptions(request: DescribePerformanceViewsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewsResponse>;
9599
+ /**
9600
+ * @param request DescribePerformanceViewsRequest
9601
+ * @return DescribePerformanceViewsResponse
9602
+ */
9603
+ describePerformanceViews(request: DescribePerformanceViewsRequest): Promise<DescribePerformanceViewsResponse>;
9604
+ /**
9605
+ * @summary Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
9606
+ *
9607
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9608
+ *
9609
+ * @param request DescribeRegionsRequest
9610
+ * @param runtime runtime options for this request RuntimeOptions
9611
+ * @return DescribeRegionsResponse
8573
9612
  */
8574
9613
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
8575
9614
  /**
8576
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8577
- *
8578
- * @param request DescribeRegionsRequest
8579
- * @return DescribeRegionsResponse
9615
+ * @summary Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
9616
+ *
9617
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9618
+ *
9619
+ * @param request DescribeRegionsRequest
9620
+ * @return DescribeRegionsResponse
8580
9621
  */
8581
9622
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
9623
+ /**
9624
+ * @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
9625
+ *
9626
+ * @description * General endpoint: `adb.aliyuncs.com`.
9627
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9628
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9629
+ *
9630
+ * @param request DescribeSQLPatternsRequest
9631
+ * @param runtime runtime options for this request RuntimeOptions
9632
+ * @return DescribeSQLPatternsResponse
9633
+ */
8582
9634
  describeSQLPatternsWithOptions(request: DescribeSQLPatternsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLPatternsResponse>;
9635
+ /**
9636
+ * @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
9637
+ *
9638
+ * @description * General endpoint: `adb.aliyuncs.com`.
9639
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9640
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9641
+ *
9642
+ * @param request DescribeSQLPatternsRequest
9643
+ * @return DescribeSQLPatternsResponse
9644
+ */
8583
9645
  describeSQLPatterns(request: DescribeSQLPatternsRequest): Promise<DescribeSQLPatternsResponse>;
9646
+ /**
9647
+ * @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
9648
+ *
9649
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9650
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9651
+ *
9652
+ * @param request DescribeSchemasRequest
9653
+ * @param runtime runtime options for this request RuntimeOptions
9654
+ * @return DescribeSchemasResponse
9655
+ */
8584
9656
  describeSchemasWithOptions(request: DescribeSchemasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSchemasResponse>;
9657
+ /**
9658
+ * @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
9659
+ *
9660
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9661
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9662
+ *
9663
+ * @param request DescribeSchemasRequest
9664
+ * @return DescribeSchemasResponse
9665
+ */
8585
9666
  describeSchemas(request: DescribeSchemasRequest): Promise<DescribeSchemasResponse>;
9667
+ /**
9668
+ * @summary Queries the execution logs of Spark code.
9669
+ *
9670
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9671
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9672
+ *
9673
+ * @param request DescribeSparkCodeLogRequest
9674
+ * @param runtime runtime options for this request RuntimeOptions
9675
+ * @return DescribeSparkCodeLogResponse
9676
+ */
8586
9677
  describeSparkCodeLogWithOptions(request: DescribeSparkCodeLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeLogResponse>;
9678
+ /**
9679
+ * @summary Queries the execution logs of Spark code.
9680
+ *
9681
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9682
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9683
+ *
9684
+ * @param request DescribeSparkCodeLogRequest
9685
+ * @return DescribeSparkCodeLogResponse
9686
+ */
8587
9687
  describeSparkCodeLog(request: DescribeSparkCodeLogRequest): Promise<DescribeSparkCodeLogResponse>;
8588
9688
  /**
8589
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8590
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8591
- *
8592
- * @param request DescribeSparkCodeOutputRequest
8593
- * @param runtime runtime options for this request RuntimeOptions
8594
- * @return DescribeSparkCodeOutputResponse
9689
+ * @summary Queries the execution result of Spark code.
9690
+ *
9691
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9692
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9693
+ *
9694
+ * @param request DescribeSparkCodeOutputRequest
9695
+ * @param runtime runtime options for this request RuntimeOptions
9696
+ * @return DescribeSparkCodeOutputResponse
8595
9697
  */
8596
9698
  describeSparkCodeOutputWithOptions(request: DescribeSparkCodeOutputRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeOutputResponse>;
8597
9699
  /**
8598
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8599
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8600
- *
8601
- * @param request DescribeSparkCodeOutputRequest
8602
- * @return DescribeSparkCodeOutputResponse
9700
+ * @summary Queries the execution result of Spark code.
9701
+ *
9702
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9703
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9704
+ *
9705
+ * @param request DescribeSparkCodeOutputRequest
9706
+ * @return DescribeSparkCodeOutputResponse
8603
9707
  */
8604
9708
  describeSparkCodeOutput(request: DescribeSparkCodeOutputRequest): Promise<DescribeSparkCodeOutputResponse>;
9709
+ /**
9710
+ * @summary Queries the URL of the web UI for a Spark application.
9711
+ *
9712
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9713
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9714
+ *
9715
+ * @param request DescribeSparkCodeWebUiRequest
9716
+ * @param runtime runtime options for this request RuntimeOptions
9717
+ * @return DescribeSparkCodeWebUiResponse
9718
+ */
8605
9719
  describeSparkCodeWebUiWithOptions(request: DescribeSparkCodeWebUiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeWebUiResponse>;
9720
+ /**
9721
+ * @summary Queries the URL of the web UI for a Spark application.
9722
+ *
9723
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9724
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9725
+ *
9726
+ * @param request DescribeSparkCodeWebUiRequest
9727
+ * @return DescribeSparkCodeWebUiResponse
9728
+ */
8606
9729
  describeSparkCodeWebUi(request: DescribeSparkCodeWebUiRequest): Promise<DescribeSparkCodeWebUiResponse>;
8607
9730
  /**
8608
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8609
- *
8610
- * @param request DescribeSqlPatternRequest
8611
- * @param runtime runtime options for this request RuntimeOptions
8612
- * @return DescribeSqlPatternResponse
9731
+ * @summary Queries the information about SQL patterns of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
9732
+ *
9733
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9734
+ *
9735
+ * @param request DescribeSqlPatternRequest
9736
+ * @param runtime runtime options for this request RuntimeOptions
9737
+ * @return DescribeSqlPatternResponse
8613
9738
  */
8614
9739
  describeSqlPatternWithOptions(request: DescribeSqlPatternRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSqlPatternResponse>;
8615
9740
  /**
8616
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8617
- *
8618
- * @param request DescribeSqlPatternRequest
8619
- * @return DescribeSqlPatternResponse
9741
+ * @summary Queries the information about SQL patterns of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
9742
+ *
9743
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9744
+ *
9745
+ * @param request DescribeSqlPatternRequest
9746
+ * @return DescribeSqlPatternResponse
8620
9747
  */
8621
9748
  describeSqlPattern(request: DescribeSqlPatternRequest): Promise<DescribeSqlPatternResponse>;
9749
+ /**
9750
+ * @summary Queries the storage resource usage of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9751
+ *
9752
+ * @param request DescribeStorageResourceUsageRequest
9753
+ * @param runtime runtime options for this request RuntimeOptions
9754
+ * @return DescribeStorageResourceUsageResponse
9755
+ */
8622
9756
  describeStorageResourceUsageWithOptions(request: DescribeStorageResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStorageResourceUsageResponse>;
9757
+ /**
9758
+ * @summary Queries the storage resource usage of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9759
+ *
9760
+ * @param request DescribeStorageResourceUsageRequest
9761
+ * @return DescribeStorageResourceUsageResponse
9762
+ */
8623
9763
  describeStorageResourceUsage(request: DescribeStorageResourceUsageRequest): Promise<DescribeStorageResourceUsageResponse>;
8624
9764
  /**
8625
- * * General endpoint: `adb.aliyuncs.com`.
8626
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8627
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8628
- *
8629
- * @param request DescribeTableAccessCountRequest
8630
- * @param runtime runtime options for this request RuntimeOptions
8631
- * @return DescribeTableAccessCountResponse
9765
+ * @summary Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster on a date.
9766
+ *
9767
+ * @description * General endpoint: `adb.aliyuncs.com`.
9768
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9769
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9770
+ *
9771
+ * @param request DescribeTableAccessCountRequest
9772
+ * @param runtime runtime options for this request RuntimeOptions
9773
+ * @return DescribeTableAccessCountResponse
8632
9774
  */
8633
9775
  describeTableAccessCountWithOptions(request: DescribeTableAccessCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTableAccessCountResponse>;
8634
9776
  /**
8635
- * * General endpoint: `adb.aliyuncs.com`.
8636
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8637
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8638
- *
8639
- * @param request DescribeTableAccessCountRequest
8640
- * @return DescribeTableAccessCountResponse
9777
+ * @summary Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster on a date.
9778
+ *
9779
+ * @description * General endpoint: `adb.aliyuncs.com`.
9780
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9781
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9782
+ *
9783
+ * @param request DescribeTableAccessCountRequest
9784
+ * @return DescribeTableAccessCountResponse
8641
9785
  */
8642
9786
  describeTableAccessCount(request: DescribeTableAccessCountRequest): Promise<DescribeTableAccessCountResponse>;
9787
+ /**
9788
+ * @summary Queries a list of tables in a database.
9789
+ *
9790
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9791
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9792
+ *
9793
+ * @param request DescribeTablesRequest
9794
+ * @param runtime runtime options for this request RuntimeOptions
9795
+ * @return DescribeTablesResponse
9796
+ */
8643
9797
  describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
9798
+ /**
9799
+ * @summary Queries a list of tables in a database.
9800
+ *
9801
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9802
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9803
+ *
9804
+ * @param request DescribeTablesRequest
9805
+ * @return DescribeTablesResponse
9806
+ */
8644
9807
  describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
8645
9808
  /**
8646
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8647
- *
8648
- * @param request DescribeUserQuotaRequest
8649
- * @param runtime runtime options for this request RuntimeOptions
8650
- * @return DescribeUserQuotaResponse
9809
+ * @summary 查询配额
9810
+ *
9811
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9812
+ *
9813
+ * @param request DescribeUserQuotaRequest
9814
+ * @param runtime runtime options for this request RuntimeOptions
9815
+ * @return DescribeUserQuotaResponse
8651
9816
  */
8652
9817
  describeUserQuotaWithOptions(request: DescribeUserQuotaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserQuotaResponse>;
8653
9818
  /**
8654
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8655
- *
8656
- * @param request DescribeUserQuotaRequest
8657
- * @return DescribeUserQuotaResponse
9819
+ * @summary 查询配额
9820
+ *
9821
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9822
+ *
9823
+ * @param request DescribeUserQuotaRequest
9824
+ * @return DescribeUserQuotaResponse
8658
9825
  */
8659
9826
  describeUserQuota(request: DescribeUserQuotaRequest): Promise<DescribeUserQuotaResponse>;
8660
9827
  /**
8661
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8662
- *
8663
- * @param request DetachUserENIRequest
8664
- * @param runtime runtime options for this request RuntimeOptions
8665
- * @return DetachUserENIResponse
9828
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9829
+ *
9830
+ * @param request DetachUserENIRequest
9831
+ * @param runtime runtime options for this request RuntimeOptions
9832
+ * @return DetachUserENIResponse
8666
9833
  */
8667
9834
  detachUserENIWithOptions(request: DetachUserENIRequest, runtime: $Util.RuntimeOptions): Promise<DetachUserENIResponse>;
8668
9835
  /**
8669
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8670
- *
8671
- * @param request DetachUserENIRequest
8672
- * @return DetachUserENIResponse
9836
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9837
+ *
9838
+ * @param request DetachUserENIRequest
9839
+ * @return DetachUserENIResponse
8673
9840
  */
8674
9841
  detachUserENI(request: DetachUserENIRequest): Promise<DetachUserENIResponse>;
8675
9842
  /**
8676
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8677
- *
8678
- * @param request DisableElasticPlanRequest
8679
- * @param runtime runtime options for this request RuntimeOptions
8680
- * @return DisableElasticPlanResponse
9843
+ * @summary Disables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9844
+ *
9845
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9846
+ *
9847
+ * @param request DisableElasticPlanRequest
9848
+ * @param runtime runtime options for this request RuntimeOptions
9849
+ * @return DisableElasticPlanResponse
8681
9850
  */
8682
9851
  disableElasticPlanWithOptions(request: DisableElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<DisableElasticPlanResponse>;
8683
9852
  /**
8684
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8685
- *
8686
- * @param request DisableElasticPlanRequest
8687
- * @return DisableElasticPlanResponse
9853
+ * @summary Disables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9854
+ *
9855
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9856
+ *
9857
+ * @param request DisableElasticPlanRequest
9858
+ * @return DisableElasticPlanResponse
8688
9859
  */
8689
9860
  disableElasticPlan(request: DisableElasticPlanRequest): Promise<DisableElasticPlanResponse>;
8690
9861
  /**
8691
- * * General endpoint: `adb.aliyuncs.com`.
8692
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8693
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8694
- *
8695
- * @param request DownloadDiagnosisRecordsRequest
8696
- * @param runtime runtime options for this request RuntimeOptions
8697
- * @return DownloadDiagnosisRecordsResponse
9862
+ * @summary Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9863
+ *
9864
+ * @description * General endpoint: `adb.aliyuncs.com`.
9865
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9866
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9867
+ *
9868
+ * @param request DownloadDiagnosisRecordsRequest
9869
+ * @param runtime runtime options for this request RuntimeOptions
9870
+ * @return DownloadDiagnosisRecordsResponse
8698
9871
  */
8699
9872
  downloadDiagnosisRecordsWithOptions(request: DownloadDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DownloadDiagnosisRecordsResponse>;
8700
9873
  /**
8701
- * * General endpoint: `adb.aliyuncs.com`.
8702
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8703
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8704
- *
8705
- * @param request DownloadDiagnosisRecordsRequest
8706
- * @return DownloadDiagnosisRecordsResponse
9874
+ * @summary Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9875
+ *
9876
+ * @description * General endpoint: `adb.aliyuncs.com`.
9877
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9878
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9879
+ *
9880
+ * @param request DownloadDiagnosisRecordsRequest
9881
+ * @return DownloadDiagnosisRecordsResponse
8707
9882
  */
8708
9883
  downloadDiagnosisRecords(request: DownloadDiagnosisRecordsRequest): Promise<DownloadDiagnosisRecordsResponse>;
8709
9884
  /**
8710
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8711
- *
8712
- * @param request EnableElasticPlanRequest
8713
- * @param runtime runtime options for this request RuntimeOptions
8714
- * @return EnableElasticPlanResponse
9885
+ * @summary Enables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9886
+ *
9887
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9888
+ *
9889
+ * @param request EnableElasticPlanRequest
9890
+ * @param runtime runtime options for this request RuntimeOptions
9891
+ * @return EnableElasticPlanResponse
8715
9892
  */
8716
9893
  enableElasticPlanWithOptions(request: EnableElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<EnableElasticPlanResponse>;
8717
9894
  /**
8718
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
8719
- *
8720
- * @param request EnableElasticPlanRequest
8721
- * @return EnableElasticPlanResponse
9895
+ * @summary Enables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9896
+ *
9897
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9898
+ *
9899
+ * @param request EnableElasticPlanRequest
9900
+ * @return EnableElasticPlanResponse
8722
9901
  */
8723
9902
  enableElasticPlan(request: EnableElasticPlanRequest): Promise<EnableElasticPlanResponse>;
9903
+ /**
9904
+ * @summary Queries whether a running SQL engine exists.
9905
+ *
9906
+ * @description * General endpoint: `adb.aliyuncs.com`.
9907
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9908
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9909
+ *
9910
+ * @param request ExistRunningSQLEngineRequest
9911
+ * @param runtime runtime options for this request RuntimeOptions
9912
+ * @return ExistRunningSQLEngineResponse
9913
+ */
8724
9914
  existRunningSQLEngineWithOptions(request: ExistRunningSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<ExistRunningSQLEngineResponse>;
9915
+ /**
9916
+ * @summary Queries whether a running SQL engine exists.
9917
+ *
9918
+ * @description * General endpoint: `adb.aliyuncs.com`.
9919
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9920
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9921
+ *
9922
+ * @param request ExistRunningSQLEngineRequest
9923
+ * @return ExistRunningSQLEngineResponse
9924
+ */
8725
9925
  existRunningSQLEngine(request: ExistRunningSQLEngineRequest): Promise<ExistRunningSQLEngineResponse>;
8726
9926
  /**
8727
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8728
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8729
- *
8730
- * @param request GetDatabaseObjectsRequest
8731
- * @param runtime runtime options for this request RuntimeOptions
8732
- * @return GetDatabaseObjectsResponse
9927
+ * @summary Queries the information about databases.
9928
+ *
9929
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9930
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9931
+ *
9932
+ * @param request GetDatabaseObjectsRequest
9933
+ * @param runtime runtime options for this request RuntimeOptions
9934
+ * @return GetDatabaseObjectsResponse
8733
9935
  */
8734
9936
  getDatabaseObjectsWithOptions(request: GetDatabaseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetDatabaseObjectsResponse>;
8735
9937
  /**
8736
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8737
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8738
- *
8739
- * @param request GetDatabaseObjectsRequest
8740
- * @return GetDatabaseObjectsResponse
9938
+ * @summary Queries the information about databases.
9939
+ *
9940
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9941
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9942
+ *
9943
+ * @param request GetDatabaseObjectsRequest
9944
+ * @return GetDatabaseObjectsResponse
8741
9945
  */
8742
9946
  getDatabaseObjects(request: GetDatabaseObjectsRequest): Promise<GetDatabaseObjectsResponse>;
8743
9947
  /**
8744
- * * General endpoint: `adb.aliyuncs.com`.
8745
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8746
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8747
- *
8748
- * @param request GetSparkAppAttemptLogRequest
8749
- * @param runtime runtime options for this request RuntimeOptions
8750
- * @return GetSparkAppAttemptLogResponse
9948
+ * @summary Queries the information about the retry log of a Spark application.
9949
+ *
9950
+ * @description * General endpoint: `adb.aliyuncs.com`.
9951
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9952
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9953
+ *
9954
+ * @param request GetSparkAppAttemptLogRequest
9955
+ * @param runtime runtime options for this request RuntimeOptions
9956
+ * @return GetSparkAppAttemptLogResponse
8751
9957
  */
8752
9958
  getSparkAppAttemptLogWithOptions(request: GetSparkAppAttemptLogRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppAttemptLogResponse>;
8753
9959
  /**
8754
- * * General endpoint: `adb.aliyuncs.com`.
8755
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8756
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8757
- *
8758
- * @param request GetSparkAppAttemptLogRequest
8759
- * @return GetSparkAppAttemptLogResponse
9960
+ * @summary Queries the information about the retry log of a Spark application.
9961
+ *
9962
+ * @description * General endpoint: `adb.aliyuncs.com`.
9963
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9964
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9965
+ *
9966
+ * @param request GetSparkAppAttemptLogRequest
9967
+ * @return GetSparkAppAttemptLogResponse
8760
9968
  */
8761
9969
  getSparkAppAttemptLog(request: GetSparkAppAttemptLogRequest): Promise<GetSparkAppAttemptLogResponse>;
9970
+ /**
9971
+ * @summary Queries the information about an Spark application.
9972
+ *
9973
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9974
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9975
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
9976
+ *
9977
+ * @param request GetSparkAppInfoRequest
9978
+ * @param runtime runtime options for this request RuntimeOptions
9979
+ * @return GetSparkAppInfoResponse
9980
+ */
8762
9981
  getSparkAppInfoWithOptions(request: GetSparkAppInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppInfoResponse>;
9982
+ /**
9983
+ * @summary Queries the information about an Spark application.
9984
+ *
9985
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9986
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9987
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
9988
+ *
9989
+ * @param request GetSparkAppInfoRequest
9990
+ * @return GetSparkAppInfoResponse
9991
+ */
8763
9992
  getSparkAppInfo(request: GetSparkAppInfoRequest): Promise<GetSparkAppInfoResponse>;
8764
9993
  /**
8765
- * * General endpoint: `adb.aliyuncs.com`.
8766
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8767
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8768
- *
8769
- * @param request GetSparkAppLogRequest
8770
- * @param runtime runtime options for this request RuntimeOptions
8771
- * @return GetSparkAppLogResponse
9994
+ * @summary Queries the logs of a Spark application.
9995
+ *
9996
+ * @description * General endpoint: `adb.aliyuncs.com`.
9997
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9998
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9999
+ *
10000
+ * @param request GetSparkAppLogRequest
10001
+ * @param runtime runtime options for this request RuntimeOptions
10002
+ * @return GetSparkAppLogResponse
8772
10003
  */
8773
10004
  getSparkAppLogWithOptions(request: GetSparkAppLogRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppLogResponse>;
8774
10005
  /**
8775
- * * General endpoint: `adb.aliyuncs.com`.
8776
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8777
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8778
- *
8779
- * @param request GetSparkAppLogRequest
8780
- * @return GetSparkAppLogResponse
10006
+ * @summary Queries the logs of a Spark application.
10007
+ *
10008
+ * @description * General endpoint: `adb.aliyuncs.com`.
10009
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10010
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10011
+ *
10012
+ * @param request GetSparkAppLogRequest
10013
+ * @return GetSparkAppLogResponse
8781
10014
  */
8782
10015
  getSparkAppLog(request: GetSparkAppLogRequest): Promise<GetSparkAppLogResponse>;
8783
10016
  /**
8784
- * * General endpoint: `adb.aliyuncs.com`.
8785
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8786
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8787
- *
8788
- * @param request GetSparkAppMetricsRequest
8789
- * @param runtime runtime options for this request RuntimeOptions
8790
- * @return GetSparkAppMetricsResponse
10017
+ * @summary Queries the metrics of a Spark application.
10018
+ *
10019
+ * @description * General endpoint: `adb.aliyuncs.com`.
10020
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10021
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10022
+ *
10023
+ * @param request GetSparkAppMetricsRequest
10024
+ * @param runtime runtime options for this request RuntimeOptions
10025
+ * @return GetSparkAppMetricsResponse
8791
10026
  */
8792
10027
  getSparkAppMetricsWithOptions(request: GetSparkAppMetricsRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppMetricsResponse>;
8793
10028
  /**
8794
- * * General endpoint: `adb.aliyuncs.com`.
8795
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8796
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8797
- *
8798
- * @param request GetSparkAppMetricsRequest
8799
- * @return GetSparkAppMetricsResponse
10029
+ * @summary Queries the metrics of a Spark application.
10030
+ *
10031
+ * @description * General endpoint: `adb.aliyuncs.com`.
10032
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10033
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10034
+ *
10035
+ * @param request GetSparkAppMetricsRequest
10036
+ * @return GetSparkAppMetricsResponse
8800
10037
  */
8801
10038
  getSparkAppMetrics(request: GetSparkAppMetricsRequest): Promise<GetSparkAppMetricsResponse>;
8802
10039
  /**
8803
- * * General endpoint: `adb.aliyuncs.com`.
8804
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8805
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8806
- *
8807
- * @param request GetSparkAppStateRequest
8808
- * @param runtime runtime options for this request RuntimeOptions
8809
- * @return GetSparkAppStateResponse
10040
+ * @summary Queries the status of a Spark application.
10041
+ *
10042
+ * @description * General endpoint: `adb.aliyuncs.com`.
10043
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10044
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10045
+ *
10046
+ * @param request GetSparkAppStateRequest
10047
+ * @param runtime runtime options for this request RuntimeOptions
10048
+ * @return GetSparkAppStateResponse
8810
10049
  */
8811
10050
  getSparkAppStateWithOptions(request: GetSparkAppStateRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppStateResponse>;
8812
10051
  /**
8813
- * * General endpoint: `adb.aliyuncs.com`.
8814
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8815
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8816
- *
8817
- * @param request GetSparkAppStateRequest
8818
- * @return GetSparkAppStateResponse
10052
+ * @summary Queries the status of a Spark application.
10053
+ *
10054
+ * @description * General endpoint: `adb.aliyuncs.com`.
10055
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10056
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10057
+ *
10058
+ * @param request GetSparkAppStateRequest
10059
+ * @return GetSparkAppStateResponse
8819
10060
  */
8820
10061
  getSparkAppState(request: GetSparkAppStateRequest): Promise<GetSparkAppStateResponse>;
8821
10062
  /**
8822
- * * General endpoint: `adb.aliyuncs.com`.
8823
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8824
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8825
- *
8826
- * @param request GetSparkAppWebUiAddressRequest
8827
- * @param runtime runtime options for this request RuntimeOptions
8828
- * @return GetSparkAppWebUiAddressResponse
10063
+ * @summary Queries the URL of the web UI for a Spark application.
10064
+ *
10065
+ * @description * General endpoint: `adb.aliyuncs.com`.
10066
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10067
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10068
+ *
10069
+ * @param request GetSparkAppWebUiAddressRequest
10070
+ * @param runtime runtime options for this request RuntimeOptions
10071
+ * @return GetSparkAppWebUiAddressResponse
8829
10072
  */
8830
10073
  getSparkAppWebUiAddressWithOptions(request: GetSparkAppWebUiAddressRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppWebUiAddressResponse>;
8831
10074
  /**
8832
- * * General endpoint: `adb.aliyuncs.com`.
8833
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8834
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8835
- *
8836
- * @param request GetSparkAppWebUiAddressRequest
8837
- * @return GetSparkAppWebUiAddressResponse
10075
+ * @summary Queries the URL of the web UI for a Spark application.
10076
+ *
10077
+ * @description * General endpoint: `adb.aliyuncs.com`.
10078
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10079
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10080
+ *
10081
+ * @param request GetSparkAppWebUiAddressRequest
10082
+ * @return GetSparkAppWebUiAddressResponse
8838
10083
  */
8839
10084
  getSparkAppWebUiAddress(request: GetSparkAppWebUiAddressRequest): Promise<GetSparkAppWebUiAddressResponse>;
8840
10085
  /**
8841
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8842
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8843
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
8844
- *
8845
- * @param request GetSparkConfigLogPathRequest
8846
- * @param runtime runtime options for this request RuntimeOptions
8847
- * @return GetSparkConfigLogPathResponse
10086
+ * @summary Queries the Spark log configuration of an AnalyticDB for MySQL cluster, including the default Spark log path.
10087
+ *
10088
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10089
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10090
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10091
+ *
10092
+ * @param request GetSparkConfigLogPathRequest
10093
+ * @param runtime runtime options for this request RuntimeOptions
10094
+ * @return GetSparkConfigLogPathResponse
8848
10095
  */
8849
10096
  getSparkConfigLogPathWithOptions(request: GetSparkConfigLogPathRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkConfigLogPathResponse>;
8850
10097
  /**
8851
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8852
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8853
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
8854
- *
8855
- * @param request GetSparkConfigLogPathRequest
8856
- * @return GetSparkConfigLogPathResponse
10098
+ * @summary Queries the Spark log configuration of an AnalyticDB for MySQL cluster, including the default Spark log path.
10099
+ *
10100
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10101
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10102
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10103
+ *
10104
+ * @param request GetSparkConfigLogPathRequest
10105
+ * @return GetSparkConfigLogPathResponse
8857
10106
  */
8858
10107
  getSparkConfigLogPath(request: GetSparkConfigLogPathRequest): Promise<GetSparkConfigLogPathResponse>;
8859
10108
  /**
8860
- * * General endpoint: `adb.aliyuncs.com`.
8861
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8862
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8863
- *
8864
- * @param request GetSparkDefinitionsRequest
8865
- * @param runtime runtime options for this request RuntimeOptions
8866
- * @return GetSparkDefinitionsResponse
10109
+ * @summary Queries the common definitions of Spark applications.
10110
+ *
10111
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10112
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10113
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10114
+ *
10115
+ * @param request GetSparkDefinitionsRequest
10116
+ * @param runtime runtime options for this request RuntimeOptions
10117
+ * @return GetSparkDefinitionsResponse
8867
10118
  */
8868
10119
  getSparkDefinitionsWithOptions(request: GetSparkDefinitionsRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkDefinitionsResponse>;
8869
10120
  /**
8870
- * * General endpoint: `adb.aliyuncs.com`.
8871
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8872
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8873
- *
8874
- * @param request GetSparkDefinitionsRequest
8875
- * @return GetSparkDefinitionsResponse
10121
+ * @summary Queries the common definitions of Spark applications.
10122
+ *
10123
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10124
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10125
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10126
+ *
10127
+ * @param request GetSparkDefinitionsRequest
10128
+ * @return GetSparkDefinitionsResponse
8876
10129
  */
8877
10130
  getSparkDefinitions(request: GetSparkDefinitionsRequest): Promise<GetSparkDefinitionsResponse>;
8878
10131
  /**
8879
- * * General endpoint: `adb.aliyuncs.com`.
8880
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8881
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8882
- *
8883
- * @param request GetSparkLogAnalyzeTaskRequest
8884
- * @param runtime runtime options for this request RuntimeOptions
8885
- * @return GetSparkLogAnalyzeTaskResponse
10132
+ * @summary Queries the results of a Spark log analysis task.
10133
+ *
10134
+ * @description * General endpoint: `adb.aliyuncs.com`.
10135
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10136
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10137
+ *
10138
+ * @param request GetSparkLogAnalyzeTaskRequest
10139
+ * @param runtime runtime options for this request RuntimeOptions
10140
+ * @return GetSparkLogAnalyzeTaskResponse
8886
10141
  */
8887
10142
  getSparkLogAnalyzeTaskWithOptions(request: GetSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkLogAnalyzeTaskResponse>;
8888
10143
  /**
8889
- * * General endpoint: `adb.aliyuncs.com`.
8890
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8891
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8892
- *
8893
- * @param request GetSparkLogAnalyzeTaskRequest
8894
- * @return GetSparkLogAnalyzeTaskResponse
10144
+ * @summary Queries the results of a Spark log analysis task.
10145
+ *
10146
+ * @description * General endpoint: `adb.aliyuncs.com`.
10147
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10148
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10149
+ *
10150
+ * @param request GetSparkLogAnalyzeTaskRequest
10151
+ * @return GetSparkLogAnalyzeTaskResponse
8895
10152
  */
8896
10153
  getSparkLogAnalyzeTask(request: GetSparkLogAnalyzeTaskRequest): Promise<GetSparkLogAnalyzeTaskResponse>;
10154
+ /**
10155
+ * @summary Queries the state information about the Spark SQL engine.
10156
+ *
10157
+ * @description * General endpoint: `adb.aliyuncs.com`.
10158
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10159
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10160
+ *
10161
+ * @param request GetSparkSQLEngineStateRequest
10162
+ * @param runtime runtime options for this request RuntimeOptions
10163
+ * @return GetSparkSQLEngineStateResponse
10164
+ */
8897
10165
  getSparkSQLEngineStateWithOptions(request: GetSparkSQLEngineStateRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkSQLEngineStateResponse>;
10166
+ /**
10167
+ * @summary Queries the state information about the Spark SQL engine.
10168
+ *
10169
+ * @description * General endpoint: `adb.aliyuncs.com`.
10170
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10171
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10172
+ *
10173
+ * @param request GetSparkSQLEngineStateRequest
10174
+ * @return GetSparkSQLEngineStateResponse
10175
+ */
8898
10176
  getSparkSQLEngineState(request: GetSparkSQLEngineStateRequest): Promise<GetSparkSQLEngineStateResponse>;
8899
10177
  /**
8900
- * * General endpoint: `adb.aliyuncs.com`.
8901
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8902
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8903
- *
8904
- * @param request GetSparkTemplateFileContentRequest
8905
- * @param runtime runtime options for this request RuntimeOptions
8906
- * @return GetSparkTemplateFileContentResponse
10178
+ * @summary Queries the content of a Spark application template.
10179
+ *
10180
+ * @description * General endpoint: `adb.aliyuncs.com`.
10181
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10182
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10183
+ *
10184
+ * @param request GetSparkTemplateFileContentRequest
10185
+ * @param runtime runtime options for this request RuntimeOptions
10186
+ * @return GetSparkTemplateFileContentResponse
8907
10187
  */
8908
10188
  getSparkTemplateFileContentWithOptions(request: GetSparkTemplateFileContentRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFileContentResponse>;
8909
10189
  /**
8910
- * * General endpoint: `adb.aliyuncs.com`.
8911
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8912
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8913
- *
8914
- * @param request GetSparkTemplateFileContentRequest
8915
- * @return GetSparkTemplateFileContentResponse
10190
+ * @summary Queries the content of a Spark application template.
10191
+ *
10192
+ * @description * General endpoint: `adb.aliyuncs.com`.
10193
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10194
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10195
+ *
10196
+ * @param request GetSparkTemplateFileContentRequest
10197
+ * @return GetSparkTemplateFileContentResponse
8916
10198
  */
8917
10199
  getSparkTemplateFileContent(request: GetSparkTemplateFileContentRequest): Promise<GetSparkTemplateFileContentResponse>;
8918
10200
  /**
8919
- * * You can call this operation to query the directory structure but not application data in the directory. To query the directory structure that contains application data, call the [GetSparkTemplateFullTree](~~612467~~) operation.
8920
- * * General endpoint: `adb.aliyuncs.com`.
8921
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8922
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8923
- *
8924
- * @param request GetSparkTemplateFolderTreeRequest
8925
- * @param runtime runtime options for this request RuntimeOptions
8926
- * @return GetSparkTemplateFolderTreeResponse
10201
+ * @summary Queries the directory structure of Spark applications.
10202
+ *
10203
+ * @description * You can call this operation to query the directory structure but not application data in the directory. To query the directory structure that contains application data, call the [GetSparkTemplateFullTree](https://help.aliyun.com/document_detail/612467.html) operation.
10204
+ * * General endpoint: `adb.aliyuncs.com`.
10205
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10206
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10207
+ *
10208
+ * @param request GetSparkTemplateFolderTreeRequest
10209
+ * @param runtime runtime options for this request RuntimeOptions
10210
+ * @return GetSparkTemplateFolderTreeResponse
8927
10211
  */
8928
10212
  getSparkTemplateFolderTreeWithOptions(request: GetSparkTemplateFolderTreeRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFolderTreeResponse>;
8929
10213
  /**
8930
- * * You can call this operation to query the directory structure but not application data in the directory. To query the directory structure that contains application data, call the [GetSparkTemplateFullTree](~~612467~~) operation.
8931
- * * General endpoint: `adb.aliyuncs.com`.
8932
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8933
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8934
- *
8935
- * @param request GetSparkTemplateFolderTreeRequest
8936
- * @return GetSparkTemplateFolderTreeResponse
10214
+ * @summary Queries the directory structure of Spark applications.
10215
+ *
10216
+ * @description * You can call this operation to query the directory structure but not application data in the directory. To query the directory structure that contains application data, call the [GetSparkTemplateFullTree](https://help.aliyun.com/document_detail/612467.html) operation.
10217
+ * * General endpoint: `adb.aliyuncs.com`.
10218
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10219
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10220
+ *
10221
+ * @param request GetSparkTemplateFolderTreeRequest
10222
+ * @return GetSparkTemplateFolderTreeResponse
8937
10223
  */
8938
10224
  getSparkTemplateFolderTree(request: GetSparkTemplateFolderTreeRequest): Promise<GetSparkTemplateFolderTreeResponse>;
8939
10225
  /**
8940
- * * General endpoint: `adb.aliyuncs.com`.
8941
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8942
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8943
- *
8944
- * @param request GetSparkTemplateFullTreeRequest
8945
- * @param runtime runtime options for this request RuntimeOptions
8946
- * @return GetSparkTemplateFullTreeResponse
10226
+ * @summary Queries the directory structure of Spark applications.
10227
+ *
10228
+ * @description * General endpoint: `adb.aliyuncs.com`.
10229
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10230
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10231
+ *
10232
+ * @param request GetSparkTemplateFullTreeRequest
10233
+ * @param runtime runtime options for this request RuntimeOptions
10234
+ * @return GetSparkTemplateFullTreeResponse
8947
10235
  */
8948
10236
  getSparkTemplateFullTreeWithOptions(request: GetSparkTemplateFullTreeRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFullTreeResponse>;
8949
10237
  /**
8950
- * * General endpoint: `adb.aliyuncs.com`.
8951
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8952
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8953
- *
8954
- * @param request GetSparkTemplateFullTreeRequest
8955
- * @return GetSparkTemplateFullTreeResponse
10238
+ * @summary Queries the directory structure of Spark applications.
10239
+ *
10240
+ * @description * General endpoint: `adb.aliyuncs.com`.
10241
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10242
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10243
+ *
10244
+ * @param request GetSparkTemplateFullTreeRequest
10245
+ * @return GetSparkTemplateFullTreeResponse
8956
10246
  */
8957
10247
  getSparkTemplateFullTree(request: GetSparkTemplateFullTreeRequest): Promise<GetSparkTemplateFullTreeResponse>;
8958
10248
  /**
8959
- * @deprecated
8960
- *
8961
- * @param request GetTableRequest
8962
- * @param runtime runtime options for this request RuntimeOptions
8963
- * @return GetTableResponse
10249
+ * @summary 获取表
10250
+ *
10251
+ * @param request GetTableRequest
10252
+ * @param runtime runtime options for this request RuntimeOptions
10253
+ * @return GetTableResponse
8964
10254
  */
8965
10255
  getTableWithOptions(request: GetTableRequest, runtime: $Util.RuntimeOptions): Promise<GetTableResponse>;
8966
10256
  /**
8967
- * @deprecated
8968
- *
8969
- * @param request GetTableRequest
8970
- * @return GetTableResponse
10257
+ * @summary 获取表
10258
+ *
10259
+ * @param request GetTableRequest
10260
+ * @return GetTableResponse
8971
10261
  */
8972
10262
  getTable(request: GetTableRequest): Promise<GetTableResponse>;
10263
+ /**
10264
+ * @summary Queries the information about columns.
10265
+ *
10266
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10267
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10268
+ *
10269
+ * @param request GetTableColumnsRequest
10270
+ * @param runtime runtime options for this request RuntimeOptions
10271
+ * @return GetTableColumnsResponse
10272
+ */
8973
10273
  getTableColumnsWithOptions(request: GetTableColumnsRequest, runtime: $Util.RuntimeOptions): Promise<GetTableColumnsResponse>;
10274
+ /**
10275
+ * @summary Queries the information about columns.
10276
+ *
10277
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10278
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10279
+ *
10280
+ * @param request GetTableColumnsRequest
10281
+ * @return GetTableColumnsResponse
10282
+ */
8974
10283
  getTableColumns(request: GetTableColumnsRequest): Promise<GetTableColumnsResponse>;
10284
+ /**
10285
+ * @summary Queries the statement that is used to create a table.
10286
+ *
10287
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10288
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10289
+ *
10290
+ * @param request GetTableDDLRequest
10291
+ * @param runtime runtime options for this request RuntimeOptions
10292
+ * @return GetTableDDLResponse
10293
+ */
8975
10294
  getTableDDLWithOptions(request: GetTableDDLRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDDLResponse>;
10295
+ /**
10296
+ * @summary Queries the statement that is used to create a table.
10297
+ *
10298
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10299
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10300
+ *
10301
+ * @param request GetTableDDLRequest
10302
+ * @return GetTableDDLResponse
10303
+ */
8976
10304
  getTableDDL(request: GetTableDDLRequest): Promise<GetTableDDLResponse>;
10305
+ /**
10306
+ * @summary 获取table概要信息
10307
+ *
10308
+ * @param request GetTableObjectsRequest
10309
+ * @param runtime runtime options for this request RuntimeOptions
10310
+ * @return GetTableObjectsResponse
10311
+ */
8977
10312
  getTableObjectsWithOptions(request: GetTableObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetTableObjectsResponse>;
10313
+ /**
10314
+ * @summary 获取table概要信息
10315
+ *
10316
+ * @param request GetTableObjectsRequest
10317
+ * @return GetTableObjectsResponse
10318
+ */
8978
10319
  getTableObjects(request: GetTableObjectsRequest): Promise<GetTableObjectsResponse>;
8979
10320
  /**
8980
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8981
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8982
- *
8983
- * @param request GetViewDDLRequest
8984
- * @param runtime runtime options for this request RuntimeOptions
8985
- * @return GetViewDDLResponse
10321
+ * @summary Queries the statement that is used to create a view.
10322
+ *
10323
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10324
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10325
+ *
10326
+ * @param request GetViewDDLRequest
10327
+ * @param runtime runtime options for this request RuntimeOptions
10328
+ * @return GetViewDDLResponse
8986
10329
  */
8987
10330
  getViewDDLWithOptions(request: GetViewDDLRequest, runtime: $Util.RuntimeOptions): Promise<GetViewDDLResponse>;
8988
10331
  /**
8989
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8990
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8991
- *
8992
- * @param request GetViewDDLRequest
8993
- * @return GetViewDDLResponse
10332
+ * @summary Queries the statement that is used to create a view.
10333
+ *
10334
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10335
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10336
+ *
10337
+ * @param request GetViewDDLRequest
10338
+ * @return GetViewDDLResponse
8994
10339
  */
8995
10340
  getViewDDL(request: GetViewDDLRequest): Promise<GetViewDDLResponse>;
8996
10341
  /**
8997
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8998
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8999
- *
9000
- * @param request GetViewObjectsRequest
9001
- * @param runtime runtime options for this request RuntimeOptions
9002
- * @return GetViewObjectsResponse
10342
+ * @summary Queries the information about views.
10343
+ *
10344
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10345
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10346
+ *
10347
+ * @param request GetViewObjectsRequest
10348
+ * @param runtime runtime options for this request RuntimeOptions
10349
+ * @return GetViewObjectsResponse
9003
10350
  */
9004
10351
  getViewObjectsWithOptions(request: GetViewObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetViewObjectsResponse>;
9005
10352
  /**
9006
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9007
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9008
- *
9009
- * @param request GetViewObjectsRequest
9010
- * @return GetViewObjectsResponse
10353
+ * @summary Queries the information about views.
10354
+ *
10355
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10356
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10357
+ *
10358
+ * @param request GetViewObjectsRequest
10359
+ * @return GetViewObjectsResponse
9011
10360
  */
9012
10361
  getViewObjects(request: GetViewObjectsRequest): Promise<GetViewObjectsResponse>;
9013
10362
  /**
9014
- * * General endpoint: `adb.aliyuncs.com`.
9015
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9016
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9017
- *
9018
- * @param request KillSparkAppRequest
9019
- * @param runtime runtime options for this request RuntimeOptions
9020
- * @return KillSparkAppResponse
10363
+ * @summary Terminates a Spark application.
10364
+ *
10365
+ * @description * General endpoint: `adb.aliyuncs.com`.
10366
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10367
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10368
+ *
10369
+ * @param request KillSparkAppRequest
10370
+ * @param runtime runtime options for this request RuntimeOptions
10371
+ * @return KillSparkAppResponse
9021
10372
  */
9022
10373
  killSparkAppWithOptions(request: KillSparkAppRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkAppResponse>;
9023
10374
  /**
9024
- * * General endpoint: `adb.aliyuncs.com`.
9025
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9026
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9027
- *
9028
- * @param request KillSparkAppRequest
9029
- * @return KillSparkAppResponse
10375
+ * @summary Terminates a Spark application.
10376
+ *
10377
+ * @description * General endpoint: `adb.aliyuncs.com`.
10378
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10379
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10380
+ *
10381
+ * @param request KillSparkAppRequest
10382
+ * @return KillSparkAppResponse
9030
10383
  */
9031
10384
  killSparkApp(request: KillSparkAppRequest): Promise<KillSparkAppResponse>;
9032
10385
  /**
9033
- * * General endpoint: `adb.aliyuncs.com`.
9034
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9035
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9036
- *
9037
- * @param request KillSparkLogAnalyzeTaskRequest
9038
- * @param runtime runtime options for this request RuntimeOptions
9039
- * @return KillSparkLogAnalyzeTaskResponse
10386
+ * @summary Terminates a Spark log analysis task and queries the information about the analysis task.
10387
+ *
10388
+ * @description * General endpoint: `adb.aliyuncs.com`.
10389
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10390
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10391
+ *
10392
+ * @param request KillSparkLogAnalyzeTaskRequest
10393
+ * @param runtime runtime options for this request RuntimeOptions
10394
+ * @return KillSparkLogAnalyzeTaskResponse
9040
10395
  */
9041
10396
  killSparkLogAnalyzeTaskWithOptions(request: KillSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkLogAnalyzeTaskResponse>;
9042
10397
  /**
9043
- * * General endpoint: `adb.aliyuncs.com`.
9044
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9045
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9046
- *
9047
- * @param request KillSparkLogAnalyzeTaskRequest
9048
- * @return KillSparkLogAnalyzeTaskResponse
10398
+ * @summary Terminates a Spark log analysis task and queries the information about the analysis task.
10399
+ *
10400
+ * @description * General endpoint: `adb.aliyuncs.com`.
10401
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10402
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10403
+ *
10404
+ * @param request KillSparkLogAnalyzeTaskRequest
10405
+ * @return KillSparkLogAnalyzeTaskResponse
9049
10406
  */
9050
10407
  killSparkLogAnalyzeTask(request: KillSparkLogAnalyzeTaskRequest): Promise<KillSparkLogAnalyzeTaskResponse>;
9051
10408
  /**
9052
- * * General endpoint: `adb.aliyuncs.com`.
9053
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9054
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9055
- *
9056
- * @param request KillSparkSQLEngineRequest
9057
- * @param runtime runtime options for this request RuntimeOptions
9058
- * @return KillSparkSQLEngineResponse
10409
+ * @summary Shuts down a Spark SQL engine.
10410
+ *
10411
+ * @description * General endpoint: `adb.aliyuncs.com`.
10412
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10413
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10414
+ *
10415
+ * @param request KillSparkSQLEngineRequest
10416
+ * @param runtime runtime options for this request RuntimeOptions
10417
+ * @return KillSparkSQLEngineResponse
9059
10418
  */
9060
10419
  killSparkSQLEngineWithOptions(request: KillSparkSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkSQLEngineResponse>;
9061
10420
  /**
9062
- * * General endpoint: `adb.aliyuncs.com`.
9063
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9064
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9065
- *
9066
- * @param request KillSparkSQLEngineRequest
9067
- * @return KillSparkSQLEngineResponse
10421
+ * @summary Shuts down a Spark SQL engine.
10422
+ *
10423
+ * @description * General endpoint: `adb.aliyuncs.com`.
10424
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10425
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10426
+ *
10427
+ * @param request KillSparkSQLEngineRequest
10428
+ * @return KillSparkSQLEngineResponse
9068
10429
  */
9069
10430
  killSparkSQLEngine(request: KillSparkSQLEngineRequest): Promise<KillSparkSQLEngineResponse>;
9070
10431
  /**
9071
- * * General endpoint: `adb.aliyuncs.com`.
9072
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9073
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9074
- *
9075
- * @param request ListSparkAppAttemptsRequest
9076
- * @param runtime runtime options for this request RuntimeOptions
9077
- * @return ListSparkAppAttemptsResponse
10432
+ * @summary Queries the information about retry attempts of a Spark application.
10433
+ *
10434
+ * @description * General endpoint: `adb.aliyuncs.com`.
10435
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10436
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10437
+ *
10438
+ * @param request ListSparkAppAttemptsRequest
10439
+ * @param runtime runtime options for this request RuntimeOptions
10440
+ * @return ListSparkAppAttemptsResponse
9078
10441
  */
9079
10442
  listSparkAppAttemptsWithOptions(request: ListSparkAppAttemptsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkAppAttemptsResponse>;
9080
10443
  /**
9081
- * * General endpoint: `adb.aliyuncs.com`.
9082
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9083
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9084
- *
9085
- * @param request ListSparkAppAttemptsRequest
9086
- * @return ListSparkAppAttemptsResponse
10444
+ * @summary Queries the information about retry attempts of a Spark application.
10445
+ *
10446
+ * @description * General endpoint: `adb.aliyuncs.com`.
10447
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10448
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10449
+ *
10450
+ * @param request ListSparkAppAttemptsRequest
10451
+ * @return ListSparkAppAttemptsResponse
9087
10452
  */
9088
10453
  listSparkAppAttempts(request: ListSparkAppAttemptsRequest): Promise<ListSparkAppAttemptsResponse>;
10454
+ /**
10455
+ * @summary Queries the Spark applications that run on an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10456
+ *
10457
+ * @param request ListSparkAppsRequest
10458
+ * @param runtime runtime options for this request RuntimeOptions
10459
+ * @return ListSparkAppsResponse
10460
+ */
9089
10461
  listSparkAppsWithOptions(request: ListSparkAppsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkAppsResponse>;
10462
+ /**
10463
+ * @summary Queries the Spark applications that run on an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10464
+ *
10465
+ * @param request ListSparkAppsRequest
10466
+ * @return ListSparkAppsResponse
10467
+ */
9090
10468
  listSparkApps(request: ListSparkAppsRequest): Promise<ListSparkAppsResponse>;
9091
10469
  /**
9092
- * * General endpoint: `adb.aliyuncs.com`.
9093
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9094
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9095
- *
9096
- * @param request ListSparkLogAnalyzeTasksRequest
9097
- * @param runtime runtime options for this request RuntimeOptions
9098
- * @return ListSparkLogAnalyzeTasksResponse
10470
+ * @summary Queries a list of Spark log analysis tasks.
10471
+ *
10472
+ * @description * General endpoint: `adb.aliyuncs.com`.
10473
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10474
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10475
+ *
10476
+ * @param request ListSparkLogAnalyzeTasksRequest
10477
+ * @param runtime runtime options for this request RuntimeOptions
10478
+ * @return ListSparkLogAnalyzeTasksResponse
9099
10479
  */
9100
10480
  listSparkLogAnalyzeTasksWithOptions(request: ListSparkLogAnalyzeTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkLogAnalyzeTasksResponse>;
9101
10481
  /**
9102
- * * General endpoint: `adb.aliyuncs.com`.
9103
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9104
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9105
- *
9106
- * @param request ListSparkLogAnalyzeTasksRequest
9107
- * @return ListSparkLogAnalyzeTasksResponse
10482
+ * @summary Queries a list of Spark log analysis tasks.
10483
+ *
10484
+ * @description * General endpoint: `adb.aliyuncs.com`.
10485
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10486
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10487
+ *
10488
+ * @param request ListSparkLogAnalyzeTasksRequest
10489
+ * @return ListSparkLogAnalyzeTasksResponse
9108
10490
  */
9109
10491
  listSparkLogAnalyzeTasks(request: ListSparkLogAnalyzeTasksRequest): Promise<ListSparkLogAnalyzeTasksResponse>;
9110
10492
  /**
9111
- * * General endpoint: `adb.aliyuncs.com`.
9112
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9113
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9114
- *
9115
- * @param request ListSparkTemplateFileIdsRequest
9116
- * @param runtime runtime options for this request RuntimeOptions
9117
- * @return ListSparkTemplateFileIdsResponse
10493
+ * @summary Queries all Spark template file IDs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10494
+ *
10495
+ * @description * General endpoint: `adb.aliyuncs.com`.
10496
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10497
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10498
+ *
10499
+ * @param request ListSparkTemplateFileIdsRequest
10500
+ * @param runtime runtime options for this request RuntimeOptions
10501
+ * @return ListSparkTemplateFileIdsResponse
9118
10502
  */
9119
10503
  listSparkTemplateFileIdsWithOptions(request: ListSparkTemplateFileIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkTemplateFileIdsResponse>;
9120
10504
  /**
9121
- * * General endpoint: `adb.aliyuncs.com`.
9122
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9123
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9124
- *
9125
- * @param request ListSparkTemplateFileIdsRequest
9126
- * @return ListSparkTemplateFileIdsResponse
10505
+ * @summary Queries all Spark template file IDs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10506
+ *
10507
+ * @description * General endpoint: `adb.aliyuncs.com`.
10508
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10509
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10510
+ *
10511
+ * @param request ListSparkTemplateFileIdsRequest
10512
+ * @return ListSparkTemplateFileIdsResponse
9127
10513
  */
9128
10514
  listSparkTemplateFileIds(request: ListSparkTemplateFileIdsRequest): Promise<ListSparkTemplateFileIdsResponse>;
9129
10515
  /**
9130
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9131
- *
9132
- * @param request LoadSampleDataSetRequest
9133
- * @param runtime runtime options for this request RuntimeOptions
9134
- * @return LoadSampleDataSetResponse
10516
+ * @summary Loads a built-in dataset.
10517
+ *
10518
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10519
+ *
10520
+ * @param request LoadSampleDataSetRequest
10521
+ * @param runtime runtime options for this request RuntimeOptions
10522
+ * @return LoadSampleDataSetResponse
9135
10523
  */
9136
10524
  loadSampleDataSetWithOptions(request: LoadSampleDataSetRequest, runtime: $Util.RuntimeOptions): Promise<LoadSampleDataSetResponse>;
9137
10525
  /**
9138
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9139
- *
9140
- * @param request LoadSampleDataSetRequest
9141
- * @return LoadSampleDataSetResponse
10526
+ * @summary Loads a built-in dataset.
10527
+ *
10528
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10529
+ *
10530
+ * @param request LoadSampleDataSetRequest
10531
+ * @return LoadSampleDataSetResponse
9142
10532
  */
9143
10533
  loadSampleDataSet(request: LoadSampleDataSetRequest): Promise<LoadSampleDataSetResponse>;
9144
10534
  /**
9145
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9146
- *
9147
- * @param request ModifyAccountDescriptionRequest
9148
- * @param runtime runtime options for this request RuntimeOptions
9149
- * @return ModifyAccountDescriptionResponse
10535
+ * @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10536
+ *
10537
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10538
+ *
10539
+ * @param request ModifyAccountDescriptionRequest
10540
+ * @param runtime runtime options for this request RuntimeOptions
10541
+ * @return ModifyAccountDescriptionResponse
9150
10542
  */
9151
10543
  modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
9152
10544
  /**
9153
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9154
- *
9155
- * @param request ModifyAccountDescriptionRequest
9156
- * @return ModifyAccountDescriptionResponse
10545
+ * @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10546
+ *
10547
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10548
+ *
10549
+ * @param request ModifyAccountDescriptionRequest
10550
+ * @return ModifyAccountDescriptionResponse
9157
10551
  */
9158
10552
  modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
10553
+ /**
10554
+ * @summary Modifies the permissions of a database account.
10555
+ *
10556
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10557
+ *
10558
+ * @param tmpReq ModifyAccountPrivilegesRequest
10559
+ * @param runtime runtime options for this request RuntimeOptions
10560
+ * @return ModifyAccountPrivilegesResponse
10561
+ */
9159
10562
  modifyAccountPrivilegesWithOptions(tmpReq: ModifyAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountPrivilegesResponse>;
10563
+ /**
10564
+ * @summary Modifies the permissions of a database account.
10565
+ *
10566
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10567
+ *
10568
+ * @param request ModifyAccountPrivilegesRequest
10569
+ * @return ModifyAccountPrivilegesResponse
10570
+ */
9160
10571
  modifyAccountPrivileges(request: ModifyAccountPrivilegesRequest): Promise<ModifyAccountPrivilegesResponse>;
10572
+ /**
10573
+ * @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10574
+ *
10575
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10576
+ *
10577
+ * @param request ModifyAuditLogConfigRequest
10578
+ * @param runtime runtime options for this request RuntimeOptions
10579
+ * @return ModifyAuditLogConfigResponse
10580
+ */
9161
10581
  modifyAuditLogConfigWithOptions(request: ModifyAuditLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAuditLogConfigResponse>;
10582
+ /**
10583
+ * @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10584
+ *
10585
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10586
+ *
10587
+ * @param request ModifyAuditLogConfigRequest
10588
+ * @return ModifyAuditLogConfigResponse
10589
+ */
9162
10590
  modifyAuditLogConfig(request: ModifyAuditLogConfigRequest): Promise<ModifyAuditLogConfigResponse>;
9163
10591
  /**
9164
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9165
- *
9166
- * @param request ModifyBackupPolicyRequest
9167
- * @param runtime runtime options for this request RuntimeOptions
9168
- * @return ModifyBackupPolicyResponse
10592
+ * @summary Modifies the backup policy of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10593
+ *
10594
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10595
+ *
10596
+ * @param request ModifyBackupPolicyRequest
10597
+ * @param runtime runtime options for this request RuntimeOptions
10598
+ * @return ModifyBackupPolicyResponse
9169
10599
  */
9170
10600
  modifyBackupPolicyWithOptions(request: ModifyBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyResponse>;
9171
10601
  /**
9172
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9173
- *
9174
- * @param request ModifyBackupPolicyRequest
9175
- * @return ModifyBackupPolicyResponse
10602
+ * @summary Modifies the backup policy of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10603
+ *
10604
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10605
+ *
10606
+ * @param request ModifyBackupPolicyRequest
10607
+ * @return ModifyBackupPolicyResponse
9176
10608
  */
9177
10609
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
9178
10610
  /**
9179
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9180
- *
9181
- * @param request ModifyClusterAccessWhiteListRequest
9182
- * @param runtime runtime options for this request RuntimeOptions
9183
- * @return ModifyClusterAccessWhiteListResponse
10611
+ * @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10612
+ *
10613
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10614
+ *
10615
+ * @param request ModifyClusterAccessWhiteListRequest
10616
+ * @param runtime runtime options for this request RuntimeOptions
10617
+ * @return ModifyClusterAccessWhiteListResponse
9184
10618
  */
9185
10619
  modifyClusterAccessWhiteListWithOptions(request: ModifyClusterAccessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterAccessWhiteListResponse>;
9186
10620
  /**
9187
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9188
- *
9189
- * @param request ModifyClusterAccessWhiteListRequest
9190
- * @return ModifyClusterAccessWhiteListResponse
10621
+ * @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10622
+ *
10623
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10624
+ *
10625
+ * @param request ModifyClusterAccessWhiteListRequest
10626
+ * @return ModifyClusterAccessWhiteListResponse
9191
10627
  */
9192
10628
  modifyClusterAccessWhiteList(request: ModifyClusterAccessWhiteListRequest): Promise<ModifyClusterAccessWhiteListResponse>;
9193
10629
  /**
9194
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9195
- *
9196
- * @param request ModifyClusterConnectionStringRequest
9197
- * @param runtime runtime options for this request RuntimeOptions
9198
- * @return ModifyClusterConnectionStringResponse
10630
+ * @summary Modifies the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10631
+ *
10632
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10633
+ *
10634
+ * @param request ModifyClusterConnectionStringRequest
10635
+ * @param runtime runtime options for this request RuntimeOptions
10636
+ * @return ModifyClusterConnectionStringResponse
9199
10637
  */
9200
10638
  modifyClusterConnectionStringWithOptions(request: ModifyClusterConnectionStringRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterConnectionStringResponse>;
9201
10639
  /**
9202
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9203
- *
9204
- * @param request ModifyClusterConnectionStringRequest
9205
- * @return ModifyClusterConnectionStringResponse
10640
+ * @summary Modifies the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10641
+ *
10642
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10643
+ *
10644
+ * @param request ModifyClusterConnectionStringRequest
10645
+ * @return ModifyClusterConnectionStringResponse
9206
10646
  */
9207
10647
  modifyClusterConnectionString(request: ModifyClusterConnectionStringRequest): Promise<ModifyClusterConnectionStringResponse>;
9208
10648
  /**
9209
- * ### [](#)
9210
- * * During a scaling event, you are not allowed to execute the `SUBMIT JOB` statement to submit asynchronous jobs. If your business requires asynchronous jobs, perform scaling during appropriate periods.
9211
- * * When cluster specifications are scaled up or down, data in the cluster is migrated for redistribution. The amount of time that is required for data migration is proportional to the volume of data. During a scaling event, the services provided by the cluster are not interrupted. During a scale-down event, data migration can take up to dozens of hours to complete. Proceed with caution especially when your cluster contains a large amount of data.
9212
- * * 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.
9213
- * * When the scaling process is about to end, your service may encounter transient connections. 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.
9214
- * * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition (V3.0) to Data Lakehouse Edition (V3.0), but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
9215
- *
9216
- * @param request ModifyDBClusterRequest
9217
- * @param runtime runtime options for this request RuntimeOptions
9218
- * @return ModifyDBClusterResponse
10649
+ * @summary Changes the configurations of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10650
+ *
10651
+ * @description ### [](#)
10652
+ * * During a scaling event, you are not allowed to execute the `SUBMIT JOB` statement to submit asynchronous jobs. If your business requires asynchronous jobs, perform scaling during appropriate periods.
10653
+ * * When you scale a cluster, data in the cluster is migrated for redistribution. The amount of time that is required to migrate data is proportional to the data volume. During a scaling event, the services provided by the cluster are not interrupted. When you downgrade cluster specifications, data migration may require up to dozens of hours to complete. Proceed with caution especially if your cluster contains a large amount of data.
10654
+ * * 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.
10655
+ * * 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.
10656
+ * * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition (V3.0) to Data Lakehouse Edition (V3.0), but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition. For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10657
+ *
10658
+ * @param request ModifyDBClusterRequest
10659
+ * @param runtime runtime options for this request RuntimeOptions
10660
+ * @return ModifyDBClusterResponse
9219
10661
  */
9220
10662
  modifyDBClusterWithOptions(request: ModifyDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterResponse>;
9221
10663
  /**
9222
- * ### [](#)
9223
- * * During a scaling event, you are not allowed to execute the `SUBMIT JOB` statement to submit asynchronous jobs. If your business requires asynchronous jobs, perform scaling during appropriate periods.
9224
- * * When cluster specifications are scaled up or down, data in the cluster is migrated for redistribution. The amount of time that is required for data migration is proportional to the volume of data. During a scaling event, the services provided by the cluster are not interrupted. During a scale-down event, data migration can take up to dozens of hours to complete. Proceed with caution especially when your cluster contains a large amount of data.
9225
- * * 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.
9226
- * * When the scaling process is about to end, your service may encounter transient connections. 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.
9227
- * * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition (V3.0) to Data Lakehouse Edition (V3.0), but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
9228
- *
9229
- * @param request ModifyDBClusterRequest
9230
- * @return ModifyDBClusterResponse
10664
+ * @summary Changes the configurations of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10665
+ *
10666
+ * @description ### [](#)
10667
+ * * During a scaling event, you are not allowed to execute the `SUBMIT JOB` statement to submit asynchronous jobs. If your business requires asynchronous jobs, perform scaling during appropriate periods.
10668
+ * * When you scale a cluster, data in the cluster is migrated for redistribution. The amount of time that is required to migrate data is proportional to the data volume. During a scaling event, the services provided by the cluster are not interrupted. When you downgrade cluster specifications, data migration may require up to dozens of hours to complete. Proceed with caution especially if your cluster contains a large amount of data.
10669
+ * * 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.
10670
+ * * 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.
10671
+ * * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition (V3.0) to Data Lakehouse Edition (V3.0), but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition. For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10672
+ *
10673
+ * @param request ModifyDBClusterRequest
10674
+ * @return ModifyDBClusterResponse
9231
10675
  */
9232
10676
  modifyDBCluster(request: ModifyDBClusterRequest): Promise<ModifyDBClusterResponse>;
9233
10677
  /**
9234
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9235
- *
9236
- * @param request ModifyDBClusterDescriptionRequest
9237
- * @param runtime runtime options for this request RuntimeOptions
9238
- * @return ModifyDBClusterDescriptionResponse
10678
+ * @summary Modifies the description of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster to facilitate the maintenance and management of the cluster.
10679
+ *
10680
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10681
+ *
10682
+ * @param request ModifyDBClusterDescriptionRequest
10683
+ * @param runtime runtime options for this request RuntimeOptions
10684
+ * @return ModifyDBClusterDescriptionResponse
9239
10685
  */
9240
10686
  modifyDBClusterDescriptionWithOptions(request: ModifyDBClusterDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDescriptionResponse>;
9241
10687
  /**
9242
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9243
- *
9244
- * @param request ModifyDBClusterDescriptionRequest
9245
- * @return ModifyDBClusterDescriptionResponse
10688
+ * @summary Modifies the description of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster to facilitate the maintenance and management of the cluster.
10689
+ *
10690
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10691
+ *
10692
+ * @param request ModifyDBClusterDescriptionRequest
10693
+ * @return ModifyDBClusterDescriptionResponse
9246
10694
  */
9247
10695
  modifyDBClusterDescription(request: ModifyDBClusterDescriptionRequest): Promise<ModifyDBClusterDescriptionResponse>;
9248
10696
  /**
9249
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9250
- *
9251
- * @param request ModifyDBClusterMaintainTimeRequest
9252
- * @param runtime runtime options for this request RuntimeOptions
9253
- * @return ModifyDBClusterMaintainTimeResponse
10697
+ * @summary Modifies the maintenance window of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10698
+ *
10699
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10700
+ *
10701
+ * @param request ModifyDBClusterMaintainTimeRequest
10702
+ * @param runtime runtime options for this request RuntimeOptions
10703
+ * @return ModifyDBClusterMaintainTimeResponse
9254
10704
  */
9255
10705
  modifyDBClusterMaintainTimeWithOptions(request: ModifyDBClusterMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMaintainTimeResponse>;
9256
10706
  /**
9257
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9258
- *
9259
- * @param request ModifyDBClusterMaintainTimeRequest
9260
- * @return ModifyDBClusterMaintainTimeResponse
10707
+ * @summary Modifies the maintenance window of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10708
+ *
10709
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10710
+ *
10711
+ * @param request ModifyDBClusterMaintainTimeRequest
10712
+ * @return ModifyDBClusterMaintainTimeResponse
9261
10713
  */
9262
10714
  modifyDBClusterMaintainTime(request: ModifyDBClusterMaintainTimeRequest): Promise<ModifyDBClusterMaintainTimeResponse>;
9263
10715
  /**
9264
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9265
- *
9266
- * @param tmpReq ModifyDBResourceGroupRequest
9267
- * @param runtime runtime options for this request RuntimeOptions
9268
- * @return ModifyDBResourceGroupResponse
10716
+ * @summary Modifies the amount of reserved computing resources for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10717
+ *
10718
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10719
+ *
10720
+ * @param tmpReq ModifyDBResourceGroupRequest
10721
+ * @param runtime runtime options for this request RuntimeOptions
10722
+ * @return ModifyDBResourceGroupResponse
9269
10723
  */
9270
10724
  modifyDBResourceGroupWithOptions(tmpReq: ModifyDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBResourceGroupResponse>;
9271
10725
  /**
9272
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9273
- *
9274
- * @param request ModifyDBResourceGroupRequest
9275
- * @return ModifyDBResourceGroupResponse
10726
+ * @summary Modifies the amount of reserved computing resources for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10727
+ *
10728
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10729
+ *
10730
+ * @param request ModifyDBResourceGroupRequest
10731
+ * @return ModifyDBResourceGroupResponse
9276
10732
  */
9277
10733
  modifyDBResourceGroup(request: ModifyDBResourceGroupRequest): Promise<ModifyDBResourceGroupResponse>;
9278
10734
  /**
9279
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9280
- *
9281
- * @param request ModifyElasticPlanRequest
9282
- * @param runtime runtime options for this request RuntimeOptions
9283
- * @return ModifyElasticPlanResponse
10735
+ * @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10736
+ *
10737
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10738
+ *
10739
+ * @param request ModifyElasticPlanRequest
10740
+ * @param runtime runtime options for this request RuntimeOptions
10741
+ * @return ModifyElasticPlanResponse
9284
10742
  */
9285
10743
  modifyElasticPlanWithOptions(request: ModifyElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticPlanResponse>;
9286
10744
  /**
9287
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9288
- *
9289
- * @param request ModifyElasticPlanRequest
9290
- * @return ModifyElasticPlanResponse
10745
+ * @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10746
+ *
10747
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10748
+ *
10749
+ * @param request ModifyElasticPlanRequest
10750
+ * @return ModifyElasticPlanResponse
9291
10751
  */
9292
10752
  modifyElasticPlan(request: ModifyElasticPlanRequest): Promise<ModifyElasticPlanResponse>;
10753
+ /**
10754
+ * @param tmpReq ModifyPerformanceViewRequest
10755
+ * @param runtime runtime options for this request RuntimeOptions
10756
+ * @return ModifyPerformanceViewResponse
10757
+ */
10758
+ modifyPerformanceViewWithOptions(tmpReq: ModifyPerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPerformanceViewResponse>;
10759
+ /**
10760
+ * @param request ModifyPerformanceViewRequest
10761
+ * @return ModifyPerformanceViewResponse
10762
+ */
10763
+ modifyPerformanceView(request: ModifyPerformanceViewRequest): Promise<ModifyPerformanceViewResponse>;
10764
+ /**
10765
+ * @summary Preloads metrics for a Spark application.
10766
+ *
10767
+ * @description * General endpoint: `adb.aliyuncs.com`.
10768
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10769
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10770
+ *
10771
+ * @param request PreloadSparkAppMetricsRequest
10772
+ * @param runtime runtime options for this request RuntimeOptions
10773
+ * @return PreloadSparkAppMetricsResponse
10774
+ */
9293
10775
  preloadSparkAppMetricsWithOptions(request: PreloadSparkAppMetricsRequest, runtime: $Util.RuntimeOptions): Promise<PreloadSparkAppMetricsResponse>;
10776
+ /**
10777
+ * @summary Preloads metrics for a Spark application.
10778
+ *
10779
+ * @description * General endpoint: `adb.aliyuncs.com`.
10780
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10781
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10782
+ *
10783
+ * @param request PreloadSparkAppMetricsRequest
10784
+ * @return PreloadSparkAppMetricsResponse
10785
+ */
9294
10786
  preloadSparkAppMetrics(request: PreloadSparkAppMetricsRequest): Promise<PreloadSparkAppMetricsResponse>;
10787
+ /**
10788
+ * @param request ReleaseClusterPublicConnectionRequest
10789
+ * @param runtime runtime options for this request RuntimeOptions
10790
+ * @return ReleaseClusterPublicConnectionResponse
10791
+ */
9295
10792
  releaseClusterPublicConnectionWithOptions(request: ReleaseClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseClusterPublicConnectionResponse>;
10793
+ /**
10794
+ * @param request ReleaseClusterPublicConnectionRequest
10795
+ * @return ReleaseClusterPublicConnectionResponse
10796
+ */
9296
10797
  releaseClusterPublicConnection(request: ReleaseClusterPublicConnectionRequest): Promise<ReleaseClusterPublicConnectionResponse>;
10798
+ /**
10799
+ * @summary Renames a Spark template file.
10800
+ *
10801
+ * @description * General endpoint: `adb.aliyuncs.com`.
10802
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10803
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10804
+ *
10805
+ * @param request RenameSparkTemplateFileRequest
10806
+ * @param runtime runtime options for this request RuntimeOptions
10807
+ * @return RenameSparkTemplateFileResponse
10808
+ */
9297
10809
  renameSparkTemplateFileWithOptions(request: RenameSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<RenameSparkTemplateFileResponse>;
10810
+ /**
10811
+ * @summary Renames a Spark template file.
10812
+ *
10813
+ * @description * General endpoint: `adb.aliyuncs.com`.
10814
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10815
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10816
+ *
10817
+ * @param request RenameSparkTemplateFileRequest
10818
+ * @return RenameSparkTemplateFileResponse
10819
+ */
9298
10820
  renameSparkTemplateFile(request: RenameSparkTemplateFileRequest): Promise<RenameSparkTemplateFileResponse>;
10821
+ /**
10822
+ * @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10823
+ *
10824
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10825
+ *
10826
+ * @param request ResetAccountPasswordRequest
10827
+ * @param runtime runtime options for this request RuntimeOptions
10828
+ * @return ResetAccountPasswordResponse
10829
+ */
9299
10830
  resetAccountPasswordWithOptions(request: ResetAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountPasswordResponse>;
10831
+ /**
10832
+ * @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10833
+ *
10834
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10835
+ *
10836
+ * @param request ResetAccountPasswordRequest
10837
+ * @return ResetAccountPasswordResponse
10838
+ */
9300
10839
  resetAccountPassword(request: ResetAccountPasswordRequest): Promise<ResetAccountPasswordResponse>;
9301
10840
  /**
9302
- * * General endpoint: `adb.aliyuncs.com`.
9303
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9304
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9305
- *
9306
- * @param request SetSparkAppLogRootPathRequest
9307
- * @param runtime runtime options for this request RuntimeOptions
9308
- * @return SetSparkAppLogRootPathResponse
10841
+ * @summary Modifies the Spark log configuration.
10842
+ *
10843
+ * @description * General endpoint: `adb.aliyuncs.com`.
10844
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10845
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10846
+ *
10847
+ * @param request SetSparkAppLogRootPathRequest
10848
+ * @param runtime runtime options for this request RuntimeOptions
10849
+ * @return SetSparkAppLogRootPathResponse
9309
10850
  */
9310
10851
  setSparkAppLogRootPathWithOptions(request: SetSparkAppLogRootPathRequest, runtime: $Util.RuntimeOptions): Promise<SetSparkAppLogRootPathResponse>;
9311
10852
  /**
9312
- * * General endpoint: `adb.aliyuncs.com`.
9313
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9314
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9315
- *
9316
- * @param request SetSparkAppLogRootPathRequest
9317
- * @return SetSparkAppLogRootPathResponse
10853
+ * @summary Modifies the Spark log configuration.
10854
+ *
10855
+ * @description * General endpoint: `adb.aliyuncs.com`.
10856
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10857
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10858
+ *
10859
+ * @param request SetSparkAppLogRootPathRequest
10860
+ * @return SetSparkAppLogRootPathResponse
9318
10861
  */
9319
10862
  setSparkAppLogRootPath(request: SetSparkAppLogRootPathRequest): Promise<SetSparkAppLogRootPathResponse>;
9320
10863
  /**
9321
- * * General endpoint: `adb.aliyuncs.com`.
9322
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9323
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9324
- *
9325
- * @param request StartSparkSQLEngineRequest
9326
- * @param runtime runtime options for this request RuntimeOptions
9327
- * @return StartSparkSQLEngineResponse
10864
+ * @summary Starts the Spark SQL engine.
10865
+ *
10866
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10867
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10868
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10869
+ *
10870
+ * @param request StartSparkSQLEngineRequest
10871
+ * @param runtime runtime options for this request RuntimeOptions
10872
+ * @return StartSparkSQLEngineResponse
9328
10873
  */
9329
10874
  startSparkSQLEngineWithOptions(request: StartSparkSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<StartSparkSQLEngineResponse>;
9330
10875
  /**
9331
- * * General endpoint: `adb.aliyuncs.com`.
9332
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9333
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9334
- *
9335
- * @param request StartSparkSQLEngineRequest
9336
- * @return StartSparkSQLEngineResponse
10876
+ * @summary Starts the Spark SQL engine.
10877
+ *
10878
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10879
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10880
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10881
+ *
10882
+ * @param request StartSparkSQLEngineRequest
10883
+ * @return StartSparkSQLEngineResponse
9337
10884
  */
9338
10885
  startSparkSQLEngine(request: StartSparkSQLEngineRequest): Promise<StartSparkSQLEngineResponse>;
9339
10886
  /**
9340
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9341
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9342
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
9343
- *
9344
- * @param request SubmitSparkAppRequest
9345
- * @param runtime runtime options for this request RuntimeOptions
9346
- * @return SubmitSparkAppResponse
10887
+ * @summary Submits a Spark application.
10888
+ *
10889
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10890
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10891
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10892
+ *
10893
+ * @param request SubmitSparkAppRequest
10894
+ * @param runtime runtime options for this request RuntimeOptions
10895
+ * @return SubmitSparkAppResponse
9347
10896
  */
9348
10897
  submitSparkAppWithOptions(request: SubmitSparkAppRequest, runtime: $Util.RuntimeOptions): Promise<SubmitSparkAppResponse>;
9349
10898
  /**
9350
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9351
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9352
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
9353
- *
9354
- * @param request SubmitSparkAppRequest
9355
- * @return SubmitSparkAppResponse
10899
+ * @summary Submits a Spark application.
10900
+ *
10901
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10902
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10903
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10904
+ *
10905
+ * @param request SubmitSparkAppRequest
10906
+ * @return SubmitSparkAppResponse
9356
10907
  */
9357
10908
  submitSparkApp(request: SubmitSparkAppRequest): Promise<SubmitSparkAppResponse>;
10909
+ /**
10910
+ * @summary Submits a Spark log analysis task and queries the analysis results.
10911
+ *
10912
+ * @description * General endpoint: `adb.aliyuncs.com`.
10913
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10914
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10915
+ *
10916
+ * @param request SubmitSparkLogAnalyzeTaskRequest
10917
+ * @param runtime runtime options for this request RuntimeOptions
10918
+ * @return SubmitSparkLogAnalyzeTaskResponse
10919
+ */
9358
10920
  submitSparkLogAnalyzeTaskWithOptions(request: SubmitSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitSparkLogAnalyzeTaskResponse>;
10921
+ /**
10922
+ * @summary Submits a Spark log analysis task and queries the analysis results.
10923
+ *
10924
+ * @description * General endpoint: `adb.aliyuncs.com`.
10925
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10926
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10927
+ *
10928
+ * @param request SubmitSparkLogAnalyzeTaskRequest
10929
+ * @return SubmitSparkLogAnalyzeTaskResponse
10930
+ */
9359
10931
  submitSparkLogAnalyzeTask(request: SubmitSparkLogAnalyzeTaskRequest): Promise<SubmitSparkLogAnalyzeTaskResponse>;
9360
10932
  /**
9361
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9362
- *
9363
- * @param request UnbindAccountRequest
9364
- * @param runtime runtime options for this request RuntimeOptions
9365
- * @return UnbindAccountResponse
10933
+ * @summary Disassociates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster from a Resource Access Management (RAM) user.
10934
+ *
10935
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10936
+ *
10937
+ * @param request UnbindAccountRequest
10938
+ * @param runtime runtime options for this request RuntimeOptions
10939
+ * @return UnbindAccountResponse
9366
10940
  */
9367
10941
  unbindAccountWithOptions(request: UnbindAccountRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAccountResponse>;
9368
10942
  /**
9369
- * For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9370
- *
9371
- * @param request UnbindAccountRequest
9372
- * @return UnbindAccountResponse
10943
+ * @summary Disassociates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster from a Resource Access Management (RAM) user.
10944
+ *
10945
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10946
+ *
10947
+ * @param request UnbindAccountRequest
10948
+ * @return UnbindAccountResponse
9373
10949
  */
9374
10950
  unbindAccount(request: UnbindAccountRequest): Promise<UnbindAccountResponse>;
9375
10951
  /**
9376
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9377
- *
9378
- * @param request UnbindDBResourceGroupWithUserRequest
9379
- * @param runtime runtime options for this request RuntimeOptions
9380
- * @return UnbindDBResourceGroupWithUserResponse
10952
+ * @summary Disassociates resource groups from database accounts for an AnalyticDB for MySQL cluster.
10953
+ *
10954
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10955
+ *
10956
+ * @param request UnbindDBResourceGroupWithUserRequest
10957
+ * @param runtime runtime options for this request RuntimeOptions
10958
+ * @return UnbindDBResourceGroupWithUserResponse
9381
10959
  */
9382
10960
  unbindDBResourceGroupWithUserWithOptions(request: UnbindDBResourceGroupWithUserRequest, runtime: $Util.RuntimeOptions): Promise<UnbindDBResourceGroupWithUserResponse>;
9383
10961
  /**
9384
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](~~612373~~).
9385
- *
9386
- * @param request UnbindDBResourceGroupWithUserRequest
9387
- * @return UnbindDBResourceGroupWithUserResponse
10962
+ * @summary Disassociates resource groups from database accounts for an AnalyticDB for MySQL cluster.
10963
+ *
10964
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10965
+ *
10966
+ * @param request UnbindDBResourceGroupWithUserRequest
10967
+ * @return UnbindDBResourceGroupWithUserResponse
9388
10968
  */
9389
10969
  unbindDBResourceGroupWithUser(request: UnbindDBResourceGroupWithUserRequest): Promise<UnbindDBResourceGroupWithUserResponse>;
9390
10970
  /**
9391
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9392
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9393
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
9394
- *
9395
- * @param request UpdateSparkTemplateFileRequest
9396
- * @param runtime runtime options for this request RuntimeOptions
9397
- * @return UpdateSparkTemplateFileResponse
10971
+ * @summary Updates a Spark application template.
10972
+ *
10973
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10974
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10975
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10976
+ *
10977
+ * @param request UpdateSparkTemplateFileRequest
10978
+ * @param runtime runtime options for this request RuntimeOptions
10979
+ * @return UpdateSparkTemplateFileResponse
9398
10980
  */
9399
10981
  updateSparkTemplateFileWithOptions(request: UpdateSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSparkTemplateFileResponse>;
9400
10982
  /**
9401
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9402
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9403
- * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
9404
- *
9405
- * @param request UpdateSparkTemplateFileRequest
9406
- * @return UpdateSparkTemplateFileResponse
10983
+ * @summary Updates a Spark application template.
10984
+ *
10985
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10986
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10987
+ * > If HTTP status code 409 is returned when you call this operation in the China (Qingdao), China (Shenzhen), China (Guangzhou), or China (Hong Kong) region, contact technical support.
10988
+ *
10989
+ * @param request UpdateSparkTemplateFileRequest
10990
+ * @return UpdateSparkTemplateFileResponse
9407
10991
  */
9408
10992
  updateSparkTemplateFile(request: UpdateSparkTemplateFileRequest): Promise<UpdateSparkTemplateFileResponse>;
9409
10993
  }