@alicloud/adb20211201 1.5.5 → 2.0.1

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,10 +3257,110 @@ 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;
3076
3362
  ownerId?: number;
3363
+ regionId?: string;
3077
3364
  resourceOwnerAccount?: string;
3078
3365
  resourceOwnerId?: number;
3079
3366
  static names(): {
@@ -3136,6 +3423,7 @@ export declare class DescribeSQLPatternsRequest extends $tea.Model {
3136
3423
  });
3137
3424
  }
3138
3425
  export declare class DescribeSQLPatternsResponseBody extends $tea.Model {
3426
+ accessDeniedDetail?: string;
3139
3427
  pageNumber?: number;
3140
3428
  pageSize?: number;
3141
3429
  patternDetails?: DescribeSQLPatternsResponseBodyPatternDetails[];
@@ -5027,6 +5315,7 @@ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
5027
5315
  accountDescription?: string;
5028
5316
  accountName?: string;
5029
5317
  DBClusterId?: string;
5318
+ engine?: string;
5030
5319
  static names(): {
5031
5320
  [key: string]: string;
5032
5321
  };
@@ -5560,9 +5849,15 @@ export declare class ModifyElasticPlanResponse extends $tea.Model {
5560
5849
  [key: string]: any;
5561
5850
  });
5562
5851
  }
5563
- export declare class PreloadSparkAppMetricsRequest extends $tea.Model {
5564
- appId?: string;
5852
+ export declare class ModifyPerformanceViewRequest extends $tea.Model {
5565
5853
  DBClusterId?: string;
5854
+ ownerAccount?: string;
5855
+ ownerId?: number;
5856
+ regionId?: string;
5857
+ resourceOwnerAccount?: string;
5858
+ resourceOwnerId?: number;
5859
+ viewDetail?: ModifyPerformanceViewRequestViewDetail;
5860
+ viewName?: string;
5566
5861
  static names(): {
5567
5862
  [key: string]: string;
5568
5863
  };
@@ -5573,10 +5868,72 @@ export declare class PreloadSparkAppMetricsRequest extends $tea.Model {
5573
5868
  [key: string]: any;
5574
5869
  });
5575
5870
  }
5576
- export declare class PreloadSparkAppMetricsResponseBody extends $tea.Model {
5577
- data?: PreloadSparkAppMetricsResponseBodyData;
5578
- requestId?: string;
5579
- static names(): {
5871
+ export declare class ModifyPerformanceViewShrinkRequest extends $tea.Model {
5872
+ DBClusterId?: string;
5873
+ ownerAccount?: string;
5874
+ ownerId?: number;
5875
+ regionId?: string;
5876
+ resourceOwnerAccount?: string;
5877
+ resourceOwnerId?: number;
5878
+ viewDetailShrink?: string;
5879
+ viewName?: string;
5880
+ static names(): {
5881
+ [key: string]: string;
5882
+ };
5883
+ static types(): {
5884
+ [key: string]: any;
5885
+ };
5886
+ constructor(map?: {
5887
+ [key: string]: any;
5888
+ });
5889
+ }
5890
+ export declare class ModifyPerformanceViewResponseBody extends $tea.Model {
5891
+ accessDeniedDetail?: string;
5892
+ modifyStatus?: string;
5893
+ requestId?: string;
5894
+ static names(): {
5895
+ [key: string]: string;
5896
+ };
5897
+ static types(): {
5898
+ [key: string]: any;
5899
+ };
5900
+ constructor(map?: {
5901
+ [key: string]: any;
5902
+ });
5903
+ }
5904
+ export declare class ModifyPerformanceViewResponse extends $tea.Model {
5905
+ headers?: {
5906
+ [key: string]: string;
5907
+ };
5908
+ statusCode?: number;
5909
+ body?: ModifyPerformanceViewResponseBody;
5910
+ static names(): {
5911
+ [key: string]: string;
5912
+ };
5913
+ static types(): {
5914
+ [key: string]: any;
5915
+ };
5916
+ constructor(map?: {
5917
+ [key: string]: any;
5918
+ });
5919
+ }
5920
+ export declare class PreloadSparkAppMetricsRequest extends $tea.Model {
5921
+ appId?: string;
5922
+ DBClusterId?: string;
5923
+ static names(): {
5924
+ [key: string]: string;
5925
+ };
5926
+ static types(): {
5927
+ [key: string]: any;
5928
+ };
5929
+ constructor(map?: {
5930
+ [key: string]: any;
5931
+ });
5932
+ }
5933
+ export declare class PreloadSparkAppMetricsResponseBody extends $tea.Model {
5934
+ data?: PreloadSparkAppMetricsResponseBodyData;
5935
+ requestId?: string;
5936
+ static names(): {
5580
5937
  [key: string]: string;
5581
5938
  };
5582
5939
  static types(): {
@@ -5604,6 +5961,7 @@ export declare class PreloadSparkAppMetricsResponse extends $tea.Model {
5604
5961
  }
5605
5962
  export declare class ReleaseClusterPublicConnectionRequest extends $tea.Model {
5606
5963
  DBClusterId?: string;
5964
+ engine?: string;
5607
5965
  static names(): {
5608
5966
  [key: string]: string;
5609
5967
  };
@@ -5690,6 +6048,7 @@ export declare class ResetAccountPasswordRequest extends $tea.Model {
5690
6048
  accountName?: string;
5691
6049
  accountPassword?: string;
5692
6050
  DBClusterId?: string;
6051
+ engine?: string;
5693
6052
  static names(): {
5694
6053
  [key: string]: string;
5695
6054
  };
@@ -6131,6 +6490,46 @@ export declare class CreateOssSubDirectoryResponseBodyData extends $tea.Model {
6131
6490
  [key: string]: any;
6132
6491
  });
6133
6492
  }
6493
+ export declare class CreatePerformanceViewRequestViewDetailCategoriesKeys extends $tea.Model {
6494
+ keyName?: string;
6495
+ selected?: boolean;
6496
+ static names(): {
6497
+ [key: string]: string;
6498
+ };
6499
+ static types(): {
6500
+ [key: string]: any;
6501
+ };
6502
+ constructor(map?: {
6503
+ [key: string]: any;
6504
+ });
6505
+ }
6506
+ export declare class CreatePerformanceViewRequestViewDetailCategories extends $tea.Model {
6507
+ category?: string;
6508
+ keys?: CreatePerformanceViewRequestViewDetailCategoriesKeys[];
6509
+ static names(): {
6510
+ [key: string]: string;
6511
+ };
6512
+ static types(): {
6513
+ [key: string]: any;
6514
+ };
6515
+ constructor(map?: {
6516
+ [key: string]: any;
6517
+ });
6518
+ }
6519
+ export declare class CreatePerformanceViewRequestViewDetail extends $tea.Model {
6520
+ categories?: CreatePerformanceViewRequestViewDetailCategories[];
6521
+ chartLinked?: boolean;
6522
+ chartsPerLine?: number;
6523
+ static names(): {
6524
+ [key: string]: string;
6525
+ };
6526
+ static types(): {
6527
+ [key: string]: any;
6528
+ };
6529
+ constructor(map?: {
6530
+ [key: string]: any;
6531
+ });
6532
+ }
6134
6533
  export declare class CreateSparkTemplateResponseBodyData extends $tea.Model {
6135
6534
  succeeded?: boolean;
6136
6535
  static names(): {
@@ -6259,6 +6658,7 @@ export declare class DescribeAccountsResponseBodyAccountListDBAccount extends $t
6259
6658
  accountName?: string;
6260
6659
  accountStatus?: string;
6261
6660
  accountType?: string;
6661
+ engine?: string;
6262
6662
  ramUsers?: string;
6263
6663
  static names(): {
6264
6664
  [key: string]: string;
@@ -6500,12 +6900,38 @@ export declare class DescribeClusterAccessWhiteListResponseBodyItems extends $te
6500
6900
  [key: string]: any;
6501
6901
  });
6502
6902
  }
6903
+ export declare class DescribeClusterNetInfoResponseBodyItemsAddressPortsPorts extends $tea.Model {
6904
+ port?: string;
6905
+ protocol?: string;
6906
+ static names(): {
6907
+ [key: string]: string;
6908
+ };
6909
+ static types(): {
6910
+ [key: string]: any;
6911
+ };
6912
+ constructor(map?: {
6913
+ [key: string]: any;
6914
+ });
6915
+ }
6916
+ export declare class DescribeClusterNetInfoResponseBodyItemsAddressPorts extends $tea.Model {
6917
+ ports?: DescribeClusterNetInfoResponseBodyItemsAddressPortsPorts[];
6918
+ static names(): {
6919
+ [key: string]: string;
6920
+ };
6921
+ static types(): {
6922
+ [key: string]: any;
6923
+ };
6924
+ constructor(map?: {
6925
+ [key: string]: any;
6926
+ });
6927
+ }
6503
6928
  export declare class DescribeClusterNetInfoResponseBodyItemsAddress extends $tea.Model {
6504
6929
  connectionString?: string;
6505
6930
  connectionStringPrefix?: string;
6506
6931
  IPAddress?: string;
6507
6932
  netType?: string;
6508
6933
  port?: string;
6934
+ ports?: DescribeClusterNetInfoResponseBodyItemsAddressPorts;
6509
6935
  VPCId?: string;
6510
6936
  vSwitchId?: string;
6511
6937
  static names(): {
@@ -6684,6 +7110,8 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBClusterTags ex
6684
7110
  });
6685
7111
  }
6686
7112
  export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extends $tea.Model {
7113
+ clickhouseEngineCacheSize?: number;
7114
+ clickhouseEngineEnabled?: boolean;
6687
7115
  commodityCode?: string;
6688
7116
  computeResource?: string;
6689
7117
  computeResourceTotal?: string;
@@ -6699,6 +7127,7 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extend
6699
7127
  engineVersion?: string;
6700
7128
  expireTime?: string;
6701
7129
  expired?: string;
7130
+ kmsId?: string;
6702
7131
  lockMode?: string;
6703
7132
  lockReason?: string;
6704
7133
  maintainTime?: string;
@@ -6706,6 +7135,7 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extend
6706
7135
  payType?: string;
6707
7136
  port?: number;
6708
7137
  productForm?: string;
7138
+ productVersion?: string;
6709
7139
  regionId?: string;
6710
7140
  reservedACU?: string;
6711
7141
  reservedNodeCount?: number;
@@ -6991,6 +7421,7 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
6991
7421
  payType?: string;
6992
7422
  port?: string;
6993
7423
  productForm?: string;
7424
+ productVersion?: string;
6994
7425
  rdsInstanceId?: string;
6995
7426
  regionId?: string;
6996
7427
  reservedACU?: string;
@@ -7224,9 +7655,44 @@ export declare class DescribeEnabledPrivilegesResponseBodyData extends $tea.Mode
7224
7655
  [key: string]: any;
7225
7656
  });
7226
7657
  }
7658
+ export declare class DescribeExcessivePrimaryKeysResponseBodyDetectionItems extends $tea.Model {
7659
+ message?: string;
7660
+ name?: string;
7661
+ status?: string;
7662
+ static names(): {
7663
+ [key: string]: string;
7664
+ };
7665
+ static types(): {
7666
+ [key: string]: any;
7667
+ };
7668
+ constructor(map?: {
7669
+ [key: string]: any;
7670
+ });
7671
+ }
7672
+ export declare class DescribeExcessivePrimaryKeysResponseBodyTables extends $tea.Model {
7673
+ columnCount?: number;
7674
+ primaryKeyColumns?: string;
7675
+ primaryKeyCount?: number;
7676
+ primaryKeyIndexSize?: number;
7677
+ schemaName?: string;
7678
+ spaceRatio?: number;
7679
+ tableName?: string;
7680
+ totalSize?: number;
7681
+ static names(): {
7682
+ [key: string]: string;
7683
+ };
7684
+ static types(): {
7685
+ [key: string]: any;
7686
+ };
7687
+ constructor(map?: {
7688
+ [key: string]: any;
7689
+ });
7690
+ }
7227
7691
  export declare class DescribeJobResourceUsageResponseBodyDataJobAcuUsageAcuUsageDetail extends $tea.Model {
7228
7692
  elasticAcuNumber?: number;
7229
7693
  reservedAcuNumber?: number;
7694
+ spotAcuNumber?: number;
7695
+ spotAcuPercentage?: number;
7230
7696
  totalAcuNumber?: number;
7231
7697
  static names(): {
7232
7698
  [key: string]: string;
@@ -7296,6 +7762,60 @@ export declare class DescribePatternPerformanceResponseBodyPerformances extends
7296
7762
  [key: string]: any;
7297
7763
  });
7298
7764
  }
7765
+ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys extends $tea.Model {
7766
+ keyName?: string;
7767
+ selected?: boolean;
7768
+ static names(): {
7769
+ [key: string]: string;
7770
+ };
7771
+ static types(): {
7772
+ [key: string]: any;
7773
+ };
7774
+ constructor(map?: {
7775
+ [key: string]: any;
7776
+ });
7777
+ }
7778
+ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategories extends $tea.Model {
7779
+ category?: string;
7780
+ keys?: DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys[];
7781
+ static names(): {
7782
+ [key: string]: string;
7783
+ };
7784
+ static types(): {
7785
+ [key: string]: any;
7786
+ };
7787
+ constructor(map?: {
7788
+ [key: string]: any;
7789
+ });
7790
+ }
7791
+ export declare class DescribePerformanceViewAttributeResponseBodyViewDetail extends $tea.Model {
7792
+ categories?: DescribePerformanceViewAttributeResponseBodyViewDetailCategories[];
7793
+ chartLinked?: boolean;
7794
+ chartsPerLine?: number;
7795
+ static names(): {
7796
+ [key: string]: string;
7797
+ };
7798
+ static types(): {
7799
+ [key: string]: any;
7800
+ };
7801
+ constructor(map?: {
7802
+ [key: string]: any;
7803
+ });
7804
+ }
7805
+ export declare class DescribePerformanceViewsResponseBodyViews extends $tea.Model {
7806
+ createTime?: string;
7807
+ updateTime?: string;
7808
+ viewName?: string;
7809
+ static names(): {
7810
+ [key: string]: string;
7811
+ };
7812
+ static types(): {
7813
+ [key: string]: any;
7814
+ };
7815
+ constructor(map?: {
7816
+ [key: string]: any;
7817
+ });
7818
+ }
7299
7819
  export declare class DescribeRegionsResponseBodyRegionsRegionZonesZone extends $tea.Model {
7300
7820
  localName?: string;
7301
7821
  vpcEnabled?: boolean;
@@ -7804,6 +8324,46 @@ export declare class ModifyDBResourceGroupRequestRules extends $tea.Model {
7804
8324
  [key: string]: any;
7805
8325
  });
7806
8326
  }
8327
+ export declare class ModifyPerformanceViewRequestViewDetailCategoriesKeys extends $tea.Model {
8328
+ keyName?: string;
8329
+ selected?: boolean;
8330
+ static names(): {
8331
+ [key: string]: string;
8332
+ };
8333
+ static types(): {
8334
+ [key: string]: any;
8335
+ };
8336
+ constructor(map?: {
8337
+ [key: string]: any;
8338
+ });
8339
+ }
8340
+ export declare class ModifyPerformanceViewRequestViewDetailCategories extends $tea.Model {
8341
+ category?: string;
8342
+ keys?: ModifyPerformanceViewRequestViewDetailCategoriesKeys[];
8343
+ static names(): {
8344
+ [key: string]: string;
8345
+ };
8346
+ static types(): {
8347
+ [key: string]: any;
8348
+ };
8349
+ constructor(map?: {
8350
+ [key: string]: any;
8351
+ });
8352
+ }
8353
+ export declare class ModifyPerformanceViewRequestViewDetail extends $tea.Model {
8354
+ categories?: ModifyPerformanceViewRequestViewDetailCategories[];
8355
+ chartLinked?: boolean;
8356
+ chartsPerLine?: number;
8357
+ static names(): {
8358
+ [key: string]: string;
8359
+ };
8360
+ static types(): {
8361
+ [key: string]: any;
8362
+ };
8363
+ constructor(map?: {
8364
+ [key: string]: any;
8365
+ });
8366
+ }
7807
8367
  export declare class PreloadSparkAppMetricsResponseBodyDataScanMetrics extends $tea.Model {
7808
8368
  outputRowsCount?: number;
7809
8369
  totalReadFileSizeInByte?: number;
@@ -7910,7 +8470,7 @@ export default class Client extends OpenApi {
7910
8470
  /**
7911
8471
  * @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
7912
8472
  *
7913
- * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8473
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
7914
8474
  *
7915
8475
  * @param request AllocateClusterPublicConnectionRequest
7916
8476
  * @param runtime runtime options for this request RuntimeOptions
@@ -7920,7 +8480,7 @@ export default class Client extends OpenApi {
7920
8480
  /**
7921
8481
  * @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
7922
8482
  *
7923
- * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8483
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
7924
8484
  *
7925
8485
  * @param request AllocateClusterPublicConnectionRequest
7926
8486
  * @return AllocateClusterPublicConnectionResponse
@@ -8058,7 +8618,7 @@ export default class Client extends OpenApi {
8058
8618
  /**
8059
8619
  * @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8060
8620
  *
8061
- * @description For information about the endpoints of the current service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8621
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8062
8622
  *
8063
8623
  * @param tmpReq CreateDBResourceGroupRequest
8064
8624
  * @param runtime runtime options for this request RuntimeOptions
@@ -8068,7 +8628,7 @@ export default class Client extends OpenApi {
8068
8628
  /**
8069
8629
  * @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8070
8630
  *
8071
- * @description For information about the endpoints of the current service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8631
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8072
8632
  *
8073
8633
  * @param request CreateDBResourceGroupRequest
8074
8634
  * @return CreateDBResourceGroupResponse
@@ -8116,6 +8676,17 @@ export default class Client extends OpenApi {
8116
8676
  * @return CreateOssSubDirectoryResponse
8117
8677
  */
8118
8678
  createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
8679
+ /**
8680
+ * @param tmpReq CreatePerformanceViewRequest
8681
+ * @param runtime runtime options for this request RuntimeOptions
8682
+ * @return CreatePerformanceViewResponse
8683
+ */
8684
+ createPerformanceViewWithOptions(tmpReq: CreatePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<CreatePerformanceViewResponse>;
8685
+ /**
8686
+ * @param request CreatePerformanceViewRequest
8687
+ * @return CreatePerformanceViewResponse
8688
+ */
8689
+ createPerformanceView(request: CreatePerformanceViewRequest): Promise<CreatePerformanceViewResponse>;
8119
8690
  /**
8120
8691
  * @summary Creates a Spark application template.
8121
8692
  *
@@ -8142,6 +8713,8 @@ export default class Client extends OpenApi {
8142
8713
  /**
8143
8714
  * @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8144
8715
  *
8716
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8717
+ *
8145
8718
  * @param request DeleteAccountRequest
8146
8719
  * @param runtime runtime options for this request RuntimeOptions
8147
8720
  * @return DeleteAccountResponse
@@ -8150,6 +8723,8 @@ export default class Client extends OpenApi {
8150
8723
  /**
8151
8724
  * @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8152
8725
  *
8726
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8727
+ *
8153
8728
  * @param request DeleteAccountRequest
8154
8729
  * @return DeleteAccountResponse
8155
8730
  */
@@ -8215,6 +8790,17 @@ export default class Client extends OpenApi {
8215
8790
  * @return DeleteElasticPlanResponse
8216
8791
  */
8217
8792
  deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
8793
+ /**
8794
+ * @param request DeletePerformanceViewRequest
8795
+ * @param runtime runtime options for this request RuntimeOptions
8796
+ * @return DeletePerformanceViewResponse
8797
+ */
8798
+ deletePerformanceViewWithOptions(request: DeletePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<DeletePerformanceViewResponse>;
8799
+ /**
8800
+ * @param request DeletePerformanceViewRequest
8801
+ * @return DeletePerformanceViewResponse
8802
+ */
8803
+ deletePerformanceView(request: DeletePerformanceViewRequest): Promise<DeletePerformanceViewResponse>;
8218
8804
  /**
8219
8805
  * @summary Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8220
8806
  *
@@ -8262,6 +8848,10 @@ export default class Client extends OpenApi {
8262
8848
  /**
8263
8849
  * @summary Deletes Spark template files.
8264
8850
  *
8851
+ * @description * General endpoint: `adb.aliyuncs.com`.
8852
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8853
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8854
+ *
8265
8855
  * @param request DeleteSparkTemplateFileRequest
8266
8856
  * @param runtime runtime options for this request RuntimeOptions
8267
8857
  * @return DeleteSparkTemplateFileResponse
@@ -8270,6 +8860,10 @@ export default class Client extends OpenApi {
8270
8860
  /**
8271
8861
  * @summary Deletes Spark template files.
8272
8862
  *
8863
+ * @description * General endpoint: `adb.aliyuncs.com`.
8864
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8865
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8866
+ *
8273
8867
  * @param request DeleteSparkTemplateFileRequest
8274
8868
  * @return DeleteSparkTemplateFileResponse
8275
8869
  */
@@ -8347,7 +8941,10 @@ export default class Client extends OpenApi {
8347
8941
  */
8348
8942
  describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
8349
8943
  /**
8350
- * @summary 用于查询ADB for MySQL实例下某个数据库某个表的列的列表
8944
+ * @summary Queries the information about table columns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8945
+ *
8946
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8947
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8351
8948
  *
8352
8949
  * @param request DescribeAdbMySqlColumnsRequest
8353
8950
  * @param runtime runtime options for this request RuntimeOptions
@@ -8355,7 +8952,10 @@ export default class Client extends OpenApi {
8355
8952
  */
8356
8953
  describeAdbMySqlColumnsWithOptions(request: DescribeAdbMySqlColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlColumnsResponse>;
8357
8954
  /**
8358
- * @summary 用于查询ADB for MySQL实例下某个数据库某个表的列的列表
8955
+ * @summary Queries the information about table columns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8956
+ *
8957
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8958
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8359
8959
  *
8360
8960
  * @param request DescribeAdbMySqlColumnsRequest
8361
8961
  * @return DescribeAdbMySqlColumnsResponse
@@ -8364,6 +8964,9 @@ export default class Client extends OpenApi {
8364
8964
  /**
8365
8965
  * @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8366
8966
  *
8967
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8968
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8969
+ *
8367
8970
  * @param request DescribeAdbMySqlSchemasRequest
8368
8971
  * @param runtime runtime options for this request RuntimeOptions
8369
8972
  * @return DescribeAdbMySqlSchemasResponse
@@ -8372,6 +8975,9 @@ export default class Client extends OpenApi {
8372
8975
  /**
8373
8976
  * @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8374
8977
  *
8978
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8979
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8980
+ *
8375
8981
  * @param request DescribeAdbMySqlSchemasRequest
8376
8982
  * @return DescribeAdbMySqlSchemasResponse
8377
8983
  */
@@ -8379,6 +8985,9 @@ export default class Client extends OpenApi {
8379
8985
  /**
8380
8986
  * @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8381
8987
  *
8988
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8989
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8990
+ *
8382
8991
  * @param request DescribeAdbMySqlTablesRequest
8383
8992
  * @param runtime runtime options for this request RuntimeOptions
8384
8993
  * @return DescribeAdbMySqlTablesResponse
@@ -8387,6 +8996,9 @@ export default class Client extends OpenApi {
8387
8996
  /**
8388
8997
  * @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8389
8998
  *
8999
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9000
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9001
+ *
8390
9002
  * @param request DescribeAdbMySqlTablesRequest
8391
9003
  * @return DescribeAdbMySqlTablesResponse
8392
9004
  */
@@ -8394,6 +9006,9 @@ export default class Client extends OpenApi {
8394
9006
  /**
8395
9007
  * @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
8396
9008
  *
9009
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9010
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9011
+ *
8397
9012
  * @param request DescribeAllDataSourceRequest
8398
9013
  * @param runtime runtime options for this request RuntimeOptions
8399
9014
  * @return DescribeAllDataSourceResponse
@@ -8402,23 +9017,38 @@ export default class Client extends OpenApi {
8402
9017
  /**
8403
9018
  * @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
8404
9019
  *
9020
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9021
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9022
+ *
8405
9023
  * @param request DescribeAllDataSourceRequest
8406
9024
  * @return DescribeAllDataSourceResponse
8407
9025
  */
8408
9026
  describeAllDataSource(request: DescribeAllDataSourceRequest): Promise<DescribeAllDataSourceResponse>;
8409
9027
  /**
9028
+ * @summary Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9029
+ *
9030
+ * @description * General endpoint: `adb.aliyuncs.com`.
9031
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9032
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9033
+ *
8410
9034
  * @param request DescribeApsActionLogsRequest
8411
9035
  * @param runtime runtime options for this request RuntimeOptions
8412
9036
  * @return DescribeApsActionLogsResponse
8413
9037
  */
8414
9038
  describeApsActionLogsWithOptions(request: DescribeApsActionLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsActionLogsResponse>;
8415
9039
  /**
9040
+ * @summary Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9041
+ *
9042
+ * @description * General endpoint: `adb.aliyuncs.com`.
9043
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9044
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9045
+ *
8416
9046
  * @param request DescribeApsActionLogsRequest
8417
9047
  * @return DescribeApsActionLogsResponse
8418
9048
  */
8419
9049
  describeApsActionLogs(request: DescribeApsActionLogsRequest): Promise<DescribeApsActionLogsResponse>;
8420
9050
  /**
8421
- * @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster, including the resource metrics.
9051
+ * @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8422
9052
  *
8423
9053
  * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8424
9054
  * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
@@ -8429,7 +9059,7 @@ export default class Client extends OpenApi {
8429
9059
  */
8430
9060
  describeApsResourceGroupsWithOptions(request: DescribeApsResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsResourceGroupsResponse>;
8431
9061
  /**
8432
- * @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster, including the resource metrics.
9062
+ * @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8433
9063
  *
8434
9064
  * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8435
9065
  * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
@@ -8442,9 +9072,7 @@ export default class Client extends OpenApi {
8442
9072
  * @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8443
9073
  *
8444
9074
  * @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**.
8445
- * * General endpoint: `adb.aliyuncs.com`.
8446
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8447
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9075
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8448
9076
  *
8449
9077
  * @param request DescribeAuditLogRecordsRequest
8450
9078
  * @param runtime runtime options for this request RuntimeOptions
@@ -8455,9 +9083,7 @@ export default class Client extends OpenApi {
8455
9083
  * @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8456
9084
  *
8457
9085
  * @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**.
8458
- * * General endpoint: `adb.aliyuncs.com`.
8459
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8460
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9086
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8461
9087
  *
8462
9088
  * @param request DescribeAuditLogRecordsRequest
8463
9089
  * @return DescribeAuditLogRecordsResponse
@@ -8564,6 +9190,9 @@ export default class Client extends OpenApi {
8564
9190
  /**
8565
9191
  * @summary Queries a list of columns in a table.
8566
9192
  *
9193
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9194
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9195
+ *
8567
9196
  * @param request DescribeColumnsRequest
8568
9197
  * @param runtime runtime options for this request RuntimeOptions
8569
9198
  * @return DescribeColumnsResponse
@@ -8572,6 +9201,9 @@ export default class Client extends OpenApi {
8572
9201
  /**
8573
9202
  * @summary Queries a list of columns in a table.
8574
9203
  *
9204
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9205
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9206
+ *
8575
9207
  * @param request DescribeColumnsRequest
8576
9208
  * @return DescribeColumnsResponse
8577
9209
  */
@@ -8632,9 +9264,7 @@ export default class Client extends OpenApi {
8632
9264
  /**
8633
9265
  * @summary Queries the performance data of an AnalyticDB for MySQL cluster.
8634
9266
  *
8635
- * @description * 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`.
9267
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8638
9268
  *
8639
9269
  * @param request DescribeDBClusterPerformanceRequest
8640
9270
  * @param runtime runtime options for this request RuntimeOptions
@@ -8644,9 +9274,7 @@ export default class Client extends OpenApi {
8644
9274
  /**
8645
9275
  * @summary Queries the performance data of an AnalyticDB for MySQL cluster.
8646
9276
  *
8647
- * @description * General endpoint: `adb.aliyuncs.com`.
8648
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
8649
- * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9277
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8650
9278
  *
8651
9279
  * @param request DescribeDBClusterPerformanceRequest
8652
9280
  * @return DescribeDBClusterPerformanceResponse
@@ -8796,6 +9424,8 @@ export default class Client extends OpenApi {
8796
9424
  /**
8797
9425
  * @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8798
9426
  *
9427
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9428
+ *
8799
9429
  * @param request DescribeDownloadRecordsRequest
8800
9430
  * @param runtime runtime options for this request RuntimeOptions
8801
9431
  * @return DescribeDownloadRecordsResponse
@@ -8804,6 +9434,8 @@ export default class Client extends OpenApi {
8804
9434
  /**
8805
9435
  * @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8806
9436
  *
9437
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9438
+ *
8807
9439
  * @param request DescribeDownloadRecordsRequest
8808
9440
  * @return DescribeDownloadRecordsResponse
8809
9441
  */
@@ -8830,7 +9462,7 @@ export default class Client extends OpenApi {
8830
9462
  /**
8831
9463
  * @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8832
9464
  *
8833
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9465
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8834
9466
  *
8835
9467
  * @param request DescribeElasticPlanJobsRequest
8836
9468
  * @param runtime runtime options for this request RuntimeOptions
@@ -8840,14 +9472,16 @@ export default class Client extends OpenApi {
8840
9472
  /**
8841
9473
  * @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
8842
9474
  *
8843
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9475
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
8844
9476
  *
8845
9477
  * @param request DescribeElasticPlanJobsRequest
8846
9478
  * @return DescribeElasticPlanJobsResponse
8847
9479
  */
8848
9480
  describeElasticPlanJobs(request: DescribeElasticPlanJobsRequest): Promise<DescribeElasticPlanJobsResponse>;
8849
9481
  /**
8850
- * @summary Queries the resource specifications that can be scaled for different types of scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9482
+ * @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.
9483
+ *
9484
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8851
9485
  *
8852
9486
  * @param request DescribeElasticPlanSpecificationsRequest
8853
9487
  * @param runtime runtime options for this request RuntimeOptions
@@ -8855,7 +9489,9 @@ export default class Client extends OpenApi {
8855
9489
  */
8856
9490
  describeElasticPlanSpecificationsWithOptions(request: DescribeElasticPlanSpecificationsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanSpecificationsResponse>;
8857
9491
  /**
8858
- * @summary Queries the resource specifications that can be scaled for different types of scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9492
+ * @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.
9493
+ *
9494
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
8859
9495
  *
8860
9496
  * @param request DescribeElasticPlanSpecificationsRequest
8861
9497
  * @return DescribeElasticPlanSpecificationsResponse
@@ -8891,6 +9527,21 @@ export default class Client extends OpenApi {
8891
9527
  * @return DescribeEnabledPrivilegesResponse
8892
9528
  */
8893
9529
  describeEnabledPrivileges(request: DescribeEnabledPrivilegesRequest): Promise<DescribeEnabledPrivilegesResponse>;
9530
+ /**
9531
+ * @summary Queries the information about tables that have excessive primary key fields in an AnalyticDB for MySQL Data Lakehouse Edition (V5.0) cluster.
9532
+ *
9533
+ * @param request DescribeExcessivePrimaryKeysRequest
9534
+ * @param runtime runtime options for this request RuntimeOptions
9535
+ * @return DescribeExcessivePrimaryKeysResponse
9536
+ */
9537
+ describeExcessivePrimaryKeysWithOptions(request: DescribeExcessivePrimaryKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcessivePrimaryKeysResponse>;
9538
+ /**
9539
+ * @summary Queries the information about tables that have excessive primary key fields in an AnalyticDB for MySQL Data Lakehouse Edition (V5.0) cluster.
9540
+ *
9541
+ * @param request DescribeExcessivePrimaryKeysRequest
9542
+ * @return DescribeExcessivePrimaryKeysResponse
9543
+ */
9544
+ describeExcessivePrimaryKeys(request: DescribeExcessivePrimaryKeysRequest): Promise<DescribeExcessivePrimaryKeysResponse>;
8894
9545
  /**
8895
9546
  * @summary 获取作业资源使用统计
8896
9547
  *
@@ -8909,7 +9560,9 @@ export default class Client extends OpenApi {
8909
9560
  /**
8910
9561
  * @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.
8911
9562
  *
8912
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9563
+ * @description * General endpoint: `adb.aliyuncs.com`.
9564
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9565
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8913
9566
  *
8914
9567
  * @param request DescribePatternPerformanceRequest
8915
9568
  * @param runtime runtime options for this request RuntimeOptions
@@ -8919,12 +9572,36 @@ export default class Client extends OpenApi {
8919
9572
  /**
8920
9573
  * @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.
8921
9574
  *
8922
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9575
+ * @description * General endpoint: `adb.aliyuncs.com`.
9576
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9577
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8923
9578
  *
8924
9579
  * @param request DescribePatternPerformanceRequest
8925
9580
  * @return DescribePatternPerformanceResponse
8926
9581
  */
8927
9582
  describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
9583
+ /**
9584
+ * @param request DescribePerformanceViewAttributeRequest
9585
+ * @param runtime runtime options for this request RuntimeOptions
9586
+ * @return DescribePerformanceViewAttributeResponse
9587
+ */
9588
+ describePerformanceViewAttributeWithOptions(request: DescribePerformanceViewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewAttributeResponse>;
9589
+ /**
9590
+ * @param request DescribePerformanceViewAttributeRequest
9591
+ * @return DescribePerformanceViewAttributeResponse
9592
+ */
9593
+ describePerformanceViewAttribute(request: DescribePerformanceViewAttributeRequest): Promise<DescribePerformanceViewAttributeResponse>;
9594
+ /**
9595
+ * @param request DescribePerformanceViewsRequest
9596
+ * @param runtime runtime options for this request RuntimeOptions
9597
+ * @return DescribePerformanceViewsResponse
9598
+ */
9599
+ describePerformanceViewsWithOptions(request: DescribePerformanceViewsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewsResponse>;
9600
+ /**
9601
+ * @param request DescribePerformanceViewsRequest
9602
+ * @return DescribePerformanceViewsResponse
9603
+ */
9604
+ describePerformanceViews(request: DescribePerformanceViewsRequest): Promise<DescribePerformanceViewsResponse>;
8928
9605
  /**
8929
9606
  * @summary Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
8930
9607
  *
@@ -8947,6 +9624,10 @@ export default class Client extends OpenApi {
8947
9624
  /**
8948
9625
  * @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
8949
9626
  *
9627
+ * @description * General endpoint: `adb.aliyuncs.com`.
9628
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9629
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9630
+ *
8950
9631
  * @param request DescribeSQLPatternsRequest
8951
9632
  * @param runtime runtime options for this request RuntimeOptions
8952
9633
  * @return DescribeSQLPatternsResponse
@@ -8955,6 +9636,10 @@ export default class Client extends OpenApi {
8955
9636
  /**
8956
9637
  * @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
8957
9638
  *
9639
+ * @description * General endpoint: `adb.aliyuncs.com`.
9640
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9641
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9642
+ *
8958
9643
  * @param request DescribeSQLPatternsRequest
8959
9644
  * @return DescribeSQLPatternsResponse
8960
9645
  */
@@ -8962,6 +9647,9 @@ export default class Client extends OpenApi {
8962
9647
  /**
8963
9648
  * @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
8964
9649
  *
9650
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9651
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9652
+ *
8965
9653
  * @param request DescribeSchemasRequest
8966
9654
  * @param runtime runtime options for this request RuntimeOptions
8967
9655
  * @return DescribeSchemasResponse
@@ -8970,12 +9658,18 @@ export default class Client extends OpenApi {
8970
9658
  /**
8971
9659
  * @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
8972
9660
  *
9661
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9662
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9663
+ *
8973
9664
  * @param request DescribeSchemasRequest
8974
9665
  * @return DescribeSchemasResponse
8975
9666
  */
8976
9667
  describeSchemas(request: DescribeSchemasRequest): Promise<DescribeSchemasResponse>;
8977
9668
  /**
8978
- * @summary 查询Spark code的执行日志
9669
+ * @summary Queries the execution logs of Spark code.
9670
+ *
9671
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9672
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8979
9673
  *
8980
9674
  * @param request DescribeSparkCodeLogRequest
8981
9675
  * @param runtime runtime options for this request RuntimeOptions
@@ -8983,7 +9677,10 @@ export default class Client extends OpenApi {
8983
9677
  */
8984
9678
  describeSparkCodeLogWithOptions(request: DescribeSparkCodeLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeLogResponse>;
8985
9679
  /**
8986
- * @summary 查询Spark code的执行日志
9680
+ * @summary Queries the execution logs of Spark code.
9681
+ *
9682
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9683
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
8987
9684
  *
8988
9685
  * @param request DescribeSparkCodeLogRequest
8989
9686
  * @return DescribeSparkCodeLogResponse
@@ -9013,6 +9710,9 @@ export default class Client extends OpenApi {
9013
9710
  /**
9014
9711
  * @summary Queries the URL of the web UI for a Spark application.
9015
9712
  *
9713
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9714
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9715
+ *
9016
9716
  * @param request DescribeSparkCodeWebUiRequest
9017
9717
  * @param runtime runtime options for this request RuntimeOptions
9018
9718
  * @return DescribeSparkCodeWebUiResponse
@@ -9021,6 +9721,9 @@ export default class Client extends OpenApi {
9021
9721
  /**
9022
9722
  * @summary Queries the URL of the web UI for a Spark application.
9023
9723
  *
9724
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9725
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9726
+ *
9024
9727
  * @param request DescribeSparkCodeWebUiRequest
9025
9728
  * @return DescribeSparkCodeWebUiResponse
9026
9729
  */
@@ -9085,6 +9788,9 @@ export default class Client extends OpenApi {
9085
9788
  /**
9086
9789
  * @summary Queries a list of tables in a database.
9087
9790
  *
9791
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9792
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9793
+ *
9088
9794
  * @param request DescribeTablesRequest
9089
9795
  * @param runtime runtime options for this request RuntimeOptions
9090
9796
  * @return DescribeTablesResponse
@@ -9093,6 +9799,9 @@ export default class Client extends OpenApi {
9093
9799
  /**
9094
9800
  * @summary Queries a list of tables in a database.
9095
9801
  *
9802
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9803
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9804
+ *
9096
9805
  * @param request DescribeTablesRequest
9097
9806
  * @return DescribeTablesResponse
9098
9807
  */
@@ -9195,6 +9904,10 @@ export default class Client extends OpenApi {
9195
9904
  /**
9196
9905
  * @summary Queries whether a running SQL engine exists.
9197
9906
  *
9907
+ * @description * General endpoint: `adb.aliyuncs.com`.
9908
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9909
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9910
+ *
9198
9911
  * @param request ExistRunningSQLEngineRequest
9199
9912
  * @param runtime runtime options for this request RuntimeOptions
9200
9913
  * @return ExistRunningSQLEngineResponse
@@ -9203,6 +9916,10 @@ export default class Client extends OpenApi {
9203
9916
  /**
9204
9917
  * @summary Queries whether a running SQL engine exists.
9205
9918
  *
9919
+ * @description * General endpoint: `adb.aliyuncs.com`.
9920
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9921
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9922
+ *
9206
9923
  * @param request ExistRunningSQLEngineRequest
9207
9924
  * @return ExistRunningSQLEngineResponse
9208
9925
  */
@@ -9254,6 +9971,10 @@ export default class Client extends OpenApi {
9254
9971
  /**
9255
9972
  * @summary Queries the information about an Spark application.
9256
9973
  *
9974
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9975
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9976
+ * > 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.
9977
+ *
9257
9978
  * @param request GetSparkAppInfoRequest
9258
9979
  * @param runtime runtime options for this request RuntimeOptions
9259
9980
  * @return GetSparkAppInfoResponse
@@ -9262,6 +9983,10 @@ export default class Client extends OpenApi {
9262
9983
  /**
9263
9984
  * @summary Queries the information about an Spark application.
9264
9985
  *
9986
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9987
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
9988
+ * > 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.
9989
+ *
9265
9990
  * @param request GetSparkAppInfoRequest
9266
9991
  * @return GetSparkAppInfoResponse
9267
9992
  */
@@ -9384,9 +10109,9 @@ export default class Client extends OpenApi {
9384
10109
  /**
9385
10110
  * @summary Queries the common definitions of Spark applications.
9386
10111
  *
9387
- * @description * General endpoint: `adb.aliyuncs.com`.
9388
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10112
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9389
10113
  * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10114
+ * > 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.
9390
10115
  *
9391
10116
  * @param request GetSparkDefinitionsRequest
9392
10117
  * @param runtime runtime options for this request RuntimeOptions
@@ -9396,9 +10121,9 @@ export default class Client extends OpenApi {
9396
10121
  /**
9397
10122
  * @summary Queries the common definitions of Spark applications.
9398
10123
  *
9399
- * @description * General endpoint: `adb.aliyuncs.com`.
9400
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10124
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
9401
10125
  * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10126
+ * > 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.
9402
10127
  *
9403
10128
  * @param request GetSparkDefinitionsRequest
9404
10129
  * @return GetSparkDefinitionsResponse
@@ -9430,6 +10155,10 @@ export default class Client extends OpenApi {
9430
10155
  /**
9431
10156
  * @summary Queries the state information about the Spark SQL engine.
9432
10157
  *
10158
+ * @description * General endpoint: `adb.aliyuncs.com`.
10159
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10160
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10161
+ *
9433
10162
  * @param request GetSparkSQLEngineStateRequest
9434
10163
  * @param runtime runtime options for this request RuntimeOptions
9435
10164
  * @return GetSparkSQLEngineStateResponse
@@ -9438,6 +10167,10 @@ export default class Client extends OpenApi {
9438
10167
  /**
9439
10168
  * @summary Queries the state information about the Spark SQL engine.
9440
10169
  *
10170
+ * @description * General endpoint: `adb.aliyuncs.com`.
10171
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10172
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10173
+ *
9441
10174
  * @param request GetSparkSQLEngineStateRequest
9442
10175
  * @return GetSparkSQLEngineStateResponse
9443
10176
  */
@@ -9514,8 +10247,6 @@ export default class Client extends OpenApi {
9514
10247
  */
9515
10248
  getSparkTemplateFullTree(request: GetSparkTemplateFullTreeRequest): Promise<GetSparkTemplateFullTreeResponse>;
9516
10249
  /**
9517
- * @deprecated OpenAPI GetTable is deprecated
9518
- *
9519
10250
  * @summary 获取表
9520
10251
  *
9521
10252
  * @param request GetTableRequest
@@ -9524,8 +10255,6 @@ export default class Client extends OpenApi {
9524
10255
  */
9525
10256
  getTableWithOptions(request: GetTableRequest, runtime: $Util.RuntimeOptions): Promise<GetTableResponse>;
9526
10257
  /**
9527
- * @deprecated OpenAPI GetTable is deprecated
9528
- *
9529
10258
  * @summary 获取表
9530
10259
  *
9531
10260
  * @param request GetTableRequest
@@ -9535,6 +10264,9 @@ export default class Client extends OpenApi {
9535
10264
  /**
9536
10265
  * @summary Queries the information about columns.
9537
10266
  *
10267
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10268
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10269
+ *
9538
10270
  * @param request GetTableColumnsRequest
9539
10271
  * @param runtime runtime options for this request RuntimeOptions
9540
10272
  * @return GetTableColumnsResponse
@@ -9543,6 +10275,9 @@ export default class Client extends OpenApi {
9543
10275
  /**
9544
10276
  * @summary Queries the information about columns.
9545
10277
  *
10278
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10279
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10280
+ *
9546
10281
  * @param request GetTableColumnsRequest
9547
10282
  * @return GetTableColumnsResponse
9548
10283
  */
@@ -9550,6 +10285,9 @@ export default class Client extends OpenApi {
9550
10285
  /**
9551
10286
  * @summary Queries the statement that is used to create a table.
9552
10287
  *
10288
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10289
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10290
+ *
9553
10291
  * @param request GetTableDDLRequest
9554
10292
  * @param runtime runtime options for this request RuntimeOptions
9555
10293
  * @return GetTableDDLResponse
@@ -9558,6 +10296,9 @@ export default class Client extends OpenApi {
9558
10296
  /**
9559
10297
  * @summary Queries the statement that is used to create a table.
9560
10298
  *
10299
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10300
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10301
+ *
9561
10302
  * @param request GetTableDDLRequest
9562
10303
  * @return GetTableDDLResponse
9563
10304
  */
@@ -9794,7 +10535,7 @@ export default class Client extends OpenApi {
9794
10535
  /**
9795
10536
  * @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9796
10537
  *
9797
- * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10538
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9798
10539
  *
9799
10540
  * @param request ModifyAccountDescriptionRequest
9800
10541
  * @param runtime runtime options for this request RuntimeOptions
@@ -9804,14 +10545,16 @@ export default class Client extends OpenApi {
9804
10545
  /**
9805
10546
  * @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9806
10547
  *
9807
- * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10548
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9808
10549
  *
9809
10550
  * @param request ModifyAccountDescriptionRequest
9810
10551
  * @return ModifyAccountDescriptionResponse
9811
10552
  */
9812
10553
  modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
9813
10554
  /**
9814
- * @summary 修改某一用户的权限
10555
+ * @summary Modifies the permissions of a database account.
10556
+ *
10557
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9815
10558
  *
9816
10559
  * @param tmpReq ModifyAccountPrivilegesRequest
9817
10560
  * @param runtime runtime options for this request RuntimeOptions
@@ -9819,7 +10562,9 @@ export default class Client extends OpenApi {
9819
10562
  */
9820
10563
  modifyAccountPrivilegesWithOptions(tmpReq: ModifyAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountPrivilegesResponse>;
9821
10564
  /**
9822
- * @summary 修改某一用户的权限
10565
+ * @summary Modifies the permissions of a database account.
10566
+ *
10567
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
9823
10568
  *
9824
10569
  * @param request ModifyAccountPrivilegesRequest
9825
10570
  * @return ModifyAccountPrivilegesResponse
@@ -9828,6 +10573,8 @@ export default class Client extends OpenApi {
9828
10573
  /**
9829
10574
  * @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9830
10575
  *
10576
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10577
+ *
9831
10578
  * @param request ModifyAuditLogConfigRequest
9832
10579
  * @param runtime runtime options for this request RuntimeOptions
9833
10580
  * @return ModifyAuditLogConfigResponse
@@ -9836,6 +10583,8 @@ export default class Client extends OpenApi {
9836
10583
  /**
9837
10584
  * @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9838
10585
  *
10586
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10587
+ *
9839
10588
  * @param request ModifyAuditLogConfigRequest
9840
10589
  * @return ModifyAuditLogConfigResponse
9841
10590
  */
@@ -9862,7 +10611,7 @@ export default class Client extends OpenApi {
9862
10611
  /**
9863
10612
  * @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9864
10613
  *
9865
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10614
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9866
10615
  *
9867
10616
  * @param request ModifyClusterAccessWhiteListRequest
9868
10617
  * @param runtime runtime options for this request RuntimeOptions
@@ -9872,7 +10621,7 @@ export default class Client extends OpenApi {
9872
10621
  /**
9873
10622
  * @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9874
10623
  *
9875
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10624
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9876
10625
  *
9877
10626
  * @param request ModifyClusterAccessWhiteListRequest
9878
10627
  * @return ModifyClusterAccessWhiteListResponse
@@ -9902,10 +10651,10 @@ export default class Client extends OpenApi {
9902
10651
  *
9903
10652
  * @description ### [](#)
9904
10653
  * * 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.
9905
- * * 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.
10654
+ * * 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.
9906
10655
  * * 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.
9907
- * * 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.
9908
- * * 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.
10656
+ * * 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.
10657
+ * * 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.
9909
10658
  *
9910
10659
  * @param request ModifyDBClusterRequest
9911
10660
  * @param runtime runtime options for this request RuntimeOptions
@@ -9917,10 +10666,10 @@ export default class Client extends OpenApi {
9917
10666
  *
9918
10667
  * @description ### [](#)
9919
10668
  * * 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.
9920
- * * 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.
10669
+ * * 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.
9921
10670
  * * 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.
9922
- * * 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.
9923
- * * 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.
10671
+ * * 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.
10672
+ * * 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.
9924
10673
  *
9925
10674
  * @param request ModifyDBClusterRequest
9926
10675
  * @return ModifyDBClusterResponse
@@ -9986,7 +10735,7 @@ export default class Client extends OpenApi {
9986
10735
  /**
9987
10736
  * @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9988
10737
  *
9989
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10738
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
9990
10739
  *
9991
10740
  * @param request ModifyElasticPlanRequest
9992
10741
  * @param runtime runtime options for this request RuntimeOptions
@@ -9996,15 +10745,30 @@ export default class Client extends OpenApi {
9996
10745
  /**
9997
10746
  * @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
9998
10747
  *
9999
- * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10748
+ * @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
10000
10749
  *
10001
10750
  * @param request ModifyElasticPlanRequest
10002
10751
  * @return ModifyElasticPlanResponse
10003
10752
  */
10004
10753
  modifyElasticPlan(request: ModifyElasticPlanRequest): Promise<ModifyElasticPlanResponse>;
10754
+ /**
10755
+ * @param tmpReq ModifyPerformanceViewRequest
10756
+ * @param runtime runtime options for this request RuntimeOptions
10757
+ * @return ModifyPerformanceViewResponse
10758
+ */
10759
+ modifyPerformanceViewWithOptions(tmpReq: ModifyPerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPerformanceViewResponse>;
10760
+ /**
10761
+ * @param request ModifyPerformanceViewRequest
10762
+ * @return ModifyPerformanceViewResponse
10763
+ */
10764
+ modifyPerformanceView(request: ModifyPerformanceViewRequest): Promise<ModifyPerformanceViewResponse>;
10005
10765
  /**
10006
10766
  * @summary Preloads metrics for a Spark application.
10007
10767
  *
10768
+ * @description * General endpoint: `adb.aliyuncs.com`.
10769
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10770
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10771
+ *
10008
10772
  * @param request PreloadSparkAppMetricsRequest
10009
10773
  * @param runtime runtime options for this request RuntimeOptions
10010
10774
  * @return PreloadSparkAppMetricsResponse
@@ -10013,17 +10777,29 @@ export default class Client extends OpenApi {
10013
10777
  /**
10014
10778
  * @summary Preloads metrics for a Spark application.
10015
10779
  *
10780
+ * @description * General endpoint: `adb.aliyuncs.com`.
10781
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10782
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10783
+ *
10016
10784
  * @param request PreloadSparkAppMetricsRequest
10017
10785
  * @return PreloadSparkAppMetricsResponse
10018
10786
  */
10019
10787
  preloadSparkAppMetrics(request: PreloadSparkAppMetricsRequest): Promise<PreloadSparkAppMetricsResponse>;
10020
10788
  /**
10789
+ * @summary Releases the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10790
+ *
10791
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10792
+ *
10021
10793
  * @param request ReleaseClusterPublicConnectionRequest
10022
10794
  * @param runtime runtime options for this request RuntimeOptions
10023
10795
  * @return ReleaseClusterPublicConnectionResponse
10024
10796
  */
10025
10797
  releaseClusterPublicConnectionWithOptions(request: ReleaseClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseClusterPublicConnectionResponse>;
10026
10798
  /**
10799
+ * @summary Releases the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10800
+ *
10801
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10802
+ *
10027
10803
  * @param request ReleaseClusterPublicConnectionRequest
10028
10804
  * @return ReleaseClusterPublicConnectionResponse
10029
10805
  */
@@ -10031,6 +10807,10 @@ export default class Client extends OpenApi {
10031
10807
  /**
10032
10808
  * @summary Renames a Spark template file.
10033
10809
  *
10810
+ * @description * General endpoint: `adb.aliyuncs.com`.
10811
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10812
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10813
+ *
10034
10814
  * @param request RenameSparkTemplateFileRequest
10035
10815
  * @param runtime runtime options for this request RuntimeOptions
10036
10816
  * @return RenameSparkTemplateFileResponse
@@ -10039,6 +10819,10 @@ export default class Client extends OpenApi {
10039
10819
  /**
10040
10820
  * @summary Renames a Spark template file.
10041
10821
  *
10822
+ * @description * General endpoint: `adb.aliyuncs.com`.
10823
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10824
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10825
+ *
10042
10826
  * @param request RenameSparkTemplateFileRequest
10043
10827
  * @return RenameSparkTemplateFileResponse
10044
10828
  */
@@ -10046,6 +10830,8 @@ export default class Client extends OpenApi {
10046
10830
  /**
10047
10831
  * @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10048
10832
  *
10833
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10834
+ *
10049
10835
  * @param request ResetAccountPasswordRequest
10050
10836
  * @param runtime runtime options for this request RuntimeOptions
10051
10837
  * @return ResetAccountPasswordResponse
@@ -10054,6 +10840,8 @@ export default class Client extends OpenApi {
10054
10840
  /**
10055
10841
  * @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10056
10842
  *
10843
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10844
+ *
10057
10845
  * @param request ResetAccountPasswordRequest
10058
10846
  * @return ResetAccountPasswordResponse
10059
10847
  */
@@ -10084,9 +10872,9 @@ export default class Client extends OpenApi {
10084
10872
  /**
10085
10873
  * @summary Starts the Spark SQL engine.
10086
10874
  *
10087
- * @description * General endpoint: `adb.aliyuncs.com`.
10088
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10875
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10089
10876
  * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10877
+ * > 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.
10090
10878
  *
10091
10879
  * @param request StartSparkSQLEngineRequest
10092
10880
  * @param runtime runtime options for this request RuntimeOptions
@@ -10096,9 +10884,9 @@ export default class Client extends OpenApi {
10096
10884
  /**
10097
10885
  * @summary Starts the Spark SQL engine.
10098
10886
  *
10099
- * @description * General endpoint: `adb.aliyuncs.com`.
10100
- * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10887
+ * @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10101
10888
  * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10889
+ * > 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.
10102
10890
  *
10103
10891
  * @param request StartSparkSQLEngineRequest
10104
10892
  * @return StartSparkSQLEngineResponse
@@ -10130,6 +10918,10 @@ export default class Client extends OpenApi {
10130
10918
  /**
10131
10919
  * @summary Submits a Spark log analysis task and queries the analysis results.
10132
10920
  *
10921
+ * @description * General endpoint: `adb.aliyuncs.com`.
10922
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10923
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10924
+ *
10133
10925
  * @param request SubmitSparkLogAnalyzeTaskRequest
10134
10926
  * @param runtime runtime options for this request RuntimeOptions
10135
10927
  * @return SubmitSparkLogAnalyzeTaskResponse
@@ -10138,6 +10930,10 @@ export default class Client extends OpenApi {
10138
10930
  /**
10139
10931
  * @summary Submits a Spark log analysis task and queries the analysis results.
10140
10932
  *
10933
+ * @description * General endpoint: `adb.aliyuncs.com`.
10934
+ * * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
10935
+ * * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
10936
+ *
10141
10937
  * @param request SubmitSparkLogAnalyzeTaskRequest
10142
10938
  * @return SubmitSparkLogAnalyzeTaskResponse
10143
10939
  */