@alicloud/adb20211201 1.5.5 → 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 +849 -62
- package/dist/client.js +1514 -148
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1823 -141
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
|
|
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
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
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;
|
|
@@ -7910,7 +8469,7 @@ export default class Client extends OpenApi {
|
|
|
7910
8469
|
/**
|
|
7911
8470
|
* @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7912
8471
|
*
|
|
7913
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8472
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7914
8473
|
*
|
|
7915
8474
|
* @param request AllocateClusterPublicConnectionRequest
|
|
7916
8475
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7920,7 +8479,7 @@ export default class Client extends OpenApi {
|
|
|
7920
8479
|
/**
|
|
7921
8480
|
* @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7922
8481
|
*
|
|
7923
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8482
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7924
8483
|
*
|
|
7925
8484
|
* @param request AllocateClusterPublicConnectionRequest
|
|
7926
8485
|
* @return AllocateClusterPublicConnectionResponse
|
|
@@ -8058,7 +8617,7 @@ export default class Client extends OpenApi {
|
|
|
8058
8617
|
/**
|
|
8059
8618
|
* @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8060
8619
|
*
|
|
8061
|
-
* @description For information about the endpoints of
|
|
8620
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8062
8621
|
*
|
|
8063
8622
|
* @param tmpReq CreateDBResourceGroupRequest
|
|
8064
8623
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8068,7 +8627,7 @@ export default class Client extends OpenApi {
|
|
|
8068
8627
|
/**
|
|
8069
8628
|
* @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8070
8629
|
*
|
|
8071
|
-
* @description For information about the endpoints of
|
|
8630
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8072
8631
|
*
|
|
8073
8632
|
* @param request CreateDBResourceGroupRequest
|
|
8074
8633
|
* @return CreateDBResourceGroupResponse
|
|
@@ -8116,6 +8675,17 @@ export default class Client extends OpenApi {
|
|
|
8116
8675
|
* @return CreateOssSubDirectoryResponse
|
|
8117
8676
|
*/
|
|
8118
8677
|
createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
|
|
8678
|
+
/**
|
|
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>;
|
|
8119
8689
|
/**
|
|
8120
8690
|
* @summary Creates a Spark application template.
|
|
8121
8691
|
*
|
|
@@ -8142,6 +8712,8 @@ export default class Client extends OpenApi {
|
|
|
8142
8712
|
/**
|
|
8143
8713
|
* @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8144
8714
|
*
|
|
8715
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8716
|
+
*
|
|
8145
8717
|
* @param request DeleteAccountRequest
|
|
8146
8718
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8147
8719
|
* @return DeleteAccountResponse
|
|
@@ -8150,6 +8722,8 @@ export default class Client extends OpenApi {
|
|
|
8150
8722
|
/**
|
|
8151
8723
|
* @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8152
8724
|
*
|
|
8725
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8726
|
+
*
|
|
8153
8727
|
* @param request DeleteAccountRequest
|
|
8154
8728
|
* @return DeleteAccountResponse
|
|
8155
8729
|
*/
|
|
@@ -8215,6 +8789,17 @@ export default class Client extends OpenApi {
|
|
|
8215
8789
|
* @return DeleteElasticPlanResponse
|
|
8216
8790
|
*/
|
|
8217
8791
|
deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
|
|
8792
|
+
/**
|
|
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>;
|
|
8218
8803
|
/**
|
|
8219
8804
|
* @summary Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8220
8805
|
*
|
|
@@ -8262,6 +8847,10 @@ export default class Client extends OpenApi {
|
|
|
8262
8847
|
/**
|
|
8263
8848
|
* @summary Deletes Spark template files.
|
|
8264
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
|
+
*
|
|
8265
8854
|
* @param request DeleteSparkTemplateFileRequest
|
|
8266
8855
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8267
8856
|
* @return DeleteSparkTemplateFileResponse
|
|
@@ -8270,6 +8859,10 @@ export default class Client extends OpenApi {
|
|
|
8270
8859
|
/**
|
|
8271
8860
|
* @summary Deletes Spark template files.
|
|
8272
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
|
+
*
|
|
8273
8866
|
* @param request DeleteSparkTemplateFileRequest
|
|
8274
8867
|
* @return DeleteSparkTemplateFileResponse
|
|
8275
8868
|
*/
|
|
@@ -8347,7 +8940,10 @@ export default class Client extends OpenApi {
|
|
|
8347
8940
|
*/
|
|
8348
8941
|
describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
|
|
8349
8942
|
/**
|
|
8350
|
-
* @summary
|
|
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`.
|
|
8351
8947
|
*
|
|
8352
8948
|
* @param request DescribeAdbMySqlColumnsRequest
|
|
8353
8949
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8355,7 +8951,10 @@ export default class Client extends OpenApi {
|
|
|
8355
8951
|
*/
|
|
8356
8952
|
describeAdbMySqlColumnsWithOptions(request: DescribeAdbMySqlColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlColumnsResponse>;
|
|
8357
8953
|
/**
|
|
8358
|
-
* @summary
|
|
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`.
|
|
8359
8958
|
*
|
|
8360
8959
|
* @param request DescribeAdbMySqlColumnsRequest
|
|
8361
8960
|
* @return DescribeAdbMySqlColumnsResponse
|
|
@@ -8364,6 +8963,9 @@ export default class Client extends OpenApi {
|
|
|
8364
8963
|
/**
|
|
8365
8964
|
* @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8366
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
|
+
*
|
|
8367
8969
|
* @param request DescribeAdbMySqlSchemasRequest
|
|
8368
8970
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8369
8971
|
* @return DescribeAdbMySqlSchemasResponse
|
|
@@ -8372,6 +8974,9 @@ export default class Client extends OpenApi {
|
|
|
8372
8974
|
/**
|
|
8373
8975
|
* @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8374
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
|
+
*
|
|
8375
8980
|
* @param request DescribeAdbMySqlSchemasRequest
|
|
8376
8981
|
* @return DescribeAdbMySqlSchemasResponse
|
|
8377
8982
|
*/
|
|
@@ -8379,6 +8984,9 @@ export default class Client extends OpenApi {
|
|
|
8379
8984
|
/**
|
|
8380
8985
|
* @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8381
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
|
+
*
|
|
8382
8990
|
* @param request DescribeAdbMySqlTablesRequest
|
|
8383
8991
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8384
8992
|
* @return DescribeAdbMySqlTablesResponse
|
|
@@ -8387,6 +8995,9 @@ export default class Client extends OpenApi {
|
|
|
8387
8995
|
/**
|
|
8388
8996
|
* @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8389
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
|
+
*
|
|
8390
9001
|
* @param request DescribeAdbMySqlTablesRequest
|
|
8391
9002
|
* @return DescribeAdbMySqlTablesResponse
|
|
8392
9003
|
*/
|
|
@@ -8394,6 +9005,9 @@ export default class Client extends OpenApi {
|
|
|
8394
9005
|
/**
|
|
8395
9006
|
* @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
|
|
8396
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
|
+
*
|
|
8397
9011
|
* @param request DescribeAllDataSourceRequest
|
|
8398
9012
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8399
9013
|
* @return DescribeAllDataSourceResponse
|
|
@@ -8402,23 +9016,38 @@ export default class Client extends OpenApi {
|
|
|
8402
9016
|
/**
|
|
8403
9017
|
* @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
|
|
8404
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
|
+
*
|
|
8405
9022
|
* @param request DescribeAllDataSourceRequest
|
|
8406
9023
|
* @return DescribeAllDataSourceResponse
|
|
8407
9024
|
*/
|
|
8408
9025
|
describeAllDataSource(request: DescribeAllDataSourceRequest): Promise<DescribeAllDataSourceResponse>;
|
|
8409
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
|
+
*
|
|
8410
9033
|
* @param request DescribeApsActionLogsRequest
|
|
8411
9034
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8412
9035
|
* @return DescribeApsActionLogsResponse
|
|
8413
9036
|
*/
|
|
8414
9037
|
describeApsActionLogsWithOptions(request: DescribeApsActionLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsActionLogsResponse>;
|
|
8415
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
|
+
*
|
|
8416
9045
|
* @param request DescribeApsActionLogsRequest
|
|
8417
9046
|
* @return DescribeApsActionLogsResponse
|
|
8418
9047
|
*/
|
|
8419
9048
|
describeApsActionLogs(request: DescribeApsActionLogsRequest): Promise<DescribeApsActionLogsResponse>;
|
|
8420
9049
|
/**
|
|
8421
|
-
* @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster
|
|
9050
|
+
* @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8422
9051
|
*
|
|
8423
9052
|
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8424
9053
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
@@ -8429,7 +9058,7 @@ export default class Client extends OpenApi {
|
|
|
8429
9058
|
*/
|
|
8430
9059
|
describeApsResourceGroupsWithOptions(request: DescribeApsResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsResourceGroupsResponse>;
|
|
8431
9060
|
/**
|
|
8432
|
-
* @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster
|
|
9061
|
+
* @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8433
9062
|
*
|
|
8434
9063
|
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8435
9064
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
@@ -8442,9 +9071,7 @@ export default class Client extends OpenApi {
|
|
|
8442
9071
|
* @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8443
9072
|
*
|
|
8444
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**.
|
|
8445
|
-
* *
|
|
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`.
|
|
9074
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8448
9075
|
*
|
|
8449
9076
|
* @param request DescribeAuditLogRecordsRequest
|
|
8450
9077
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8455,9 +9082,7 @@ export default class Client extends OpenApi {
|
|
|
8455
9082
|
* @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8456
9083
|
*
|
|
8457
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**.
|
|
8458
|
-
* *
|
|
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`.
|
|
9085
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8461
9086
|
*
|
|
8462
9087
|
* @param request DescribeAuditLogRecordsRequest
|
|
8463
9088
|
* @return DescribeAuditLogRecordsResponse
|
|
@@ -8564,6 +9189,9 @@ export default class Client extends OpenApi {
|
|
|
8564
9189
|
/**
|
|
8565
9190
|
* @summary Queries a list of columns in a table.
|
|
8566
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
|
+
*
|
|
8567
9195
|
* @param request DescribeColumnsRequest
|
|
8568
9196
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8569
9197
|
* @return DescribeColumnsResponse
|
|
@@ -8572,6 +9200,9 @@ export default class Client extends OpenApi {
|
|
|
8572
9200
|
/**
|
|
8573
9201
|
* @summary Queries a list of columns in a table.
|
|
8574
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
|
+
*
|
|
8575
9206
|
* @param request DescribeColumnsRequest
|
|
8576
9207
|
* @return DescribeColumnsResponse
|
|
8577
9208
|
*/
|
|
@@ -8632,9 +9263,7 @@ export default class Client extends OpenApi {
|
|
|
8632
9263
|
/**
|
|
8633
9264
|
* @summary Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
8634
9265
|
*
|
|
8635
|
-
* @description
|
|
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`.
|
|
9266
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8638
9267
|
*
|
|
8639
9268
|
* @param request DescribeDBClusterPerformanceRequest
|
|
8640
9269
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8644,9 +9273,7 @@ export default class Client extends OpenApi {
|
|
|
8644
9273
|
/**
|
|
8645
9274
|
* @summary Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
8646
9275
|
*
|
|
8647
|
-
* @description
|
|
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`.
|
|
9276
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8650
9277
|
*
|
|
8651
9278
|
* @param request DescribeDBClusterPerformanceRequest
|
|
8652
9279
|
* @return DescribeDBClusterPerformanceResponse
|
|
@@ -8796,6 +9423,8 @@ export default class Client extends OpenApi {
|
|
|
8796
9423
|
/**
|
|
8797
9424
|
* @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8798
9425
|
*
|
|
9426
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9427
|
+
*
|
|
8799
9428
|
* @param request DescribeDownloadRecordsRequest
|
|
8800
9429
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8801
9430
|
* @return DescribeDownloadRecordsResponse
|
|
@@ -8804,6 +9433,8 @@ export default class Client extends OpenApi {
|
|
|
8804
9433
|
/**
|
|
8805
9434
|
* @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8806
9435
|
*
|
|
9436
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9437
|
+
*
|
|
8807
9438
|
* @param request DescribeDownloadRecordsRequest
|
|
8808
9439
|
* @return DescribeDownloadRecordsResponse
|
|
8809
9440
|
*/
|
|
@@ -8830,7 +9461,7 @@ export default class Client extends OpenApi {
|
|
|
8830
9461
|
/**
|
|
8831
9462
|
* @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8832
9463
|
*
|
|
8833
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see
|
|
9464
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8834
9465
|
*
|
|
8835
9466
|
* @param request DescribeElasticPlanJobsRequest
|
|
8836
9467
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8840,14 +9471,16 @@ export default class Client extends OpenApi {
|
|
|
8840
9471
|
/**
|
|
8841
9472
|
* @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8842
9473
|
*
|
|
8843
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see
|
|
9474
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8844
9475
|
*
|
|
8845
9476
|
* @param request DescribeElasticPlanJobsRequest
|
|
8846
9477
|
* @return DescribeElasticPlanJobsResponse
|
|
8847
9478
|
*/
|
|
8848
9479
|
describeElasticPlanJobs(request: DescribeElasticPlanJobsRequest): Promise<DescribeElasticPlanJobsResponse>;
|
|
8849
9480
|
/**
|
|
8850
|
-
* @summary Queries the resource specifications that
|
|
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).
|
|
8851
9484
|
*
|
|
8852
9485
|
* @param request DescribeElasticPlanSpecificationsRequest
|
|
8853
9486
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8855,7 +9488,9 @@ export default class Client extends OpenApi {
|
|
|
8855
9488
|
*/
|
|
8856
9489
|
describeElasticPlanSpecificationsWithOptions(request: DescribeElasticPlanSpecificationsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanSpecificationsResponse>;
|
|
8857
9490
|
/**
|
|
8858
|
-
* @summary Queries the resource specifications that
|
|
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).
|
|
8859
9494
|
*
|
|
8860
9495
|
* @param request DescribeElasticPlanSpecificationsRequest
|
|
8861
9496
|
* @return DescribeElasticPlanSpecificationsResponse
|
|
@@ -8891,6 +9526,21 @@ export default class Client extends OpenApi {
|
|
|
8891
9526
|
* @return DescribeEnabledPrivilegesResponse
|
|
8892
9527
|
*/
|
|
8893
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>;
|
|
8894
9544
|
/**
|
|
8895
9545
|
* @summary 获取作业资源使用统计
|
|
8896
9546
|
*
|
|
@@ -8909,7 +9559,9 @@ export default class Client extends OpenApi {
|
|
|
8909
9559
|
/**
|
|
8910
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.
|
|
8911
9561
|
*
|
|
8912
|
-
* @description
|
|
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`.
|
|
8913
9565
|
*
|
|
8914
9566
|
* @param request DescribePatternPerformanceRequest
|
|
8915
9567
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8919,12 +9571,36 @@ export default class Client extends OpenApi {
|
|
|
8919
9571
|
/**
|
|
8920
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.
|
|
8921
9573
|
*
|
|
8922
|
-
* @description
|
|
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`.
|
|
8923
9577
|
*
|
|
8924
9578
|
* @param request DescribePatternPerformanceRequest
|
|
8925
9579
|
* @return DescribePatternPerformanceResponse
|
|
8926
9580
|
*/
|
|
8927
9581
|
describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
|
|
9582
|
+
/**
|
|
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>;
|
|
8928
9604
|
/**
|
|
8929
9605
|
* @summary Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
|
|
8930
9606
|
*
|
|
@@ -8947,6 +9623,10 @@ export default class Client extends OpenApi {
|
|
|
8947
9623
|
/**
|
|
8948
9624
|
* @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
8949
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
|
+
*
|
|
8950
9630
|
* @param request DescribeSQLPatternsRequest
|
|
8951
9631
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8952
9632
|
* @return DescribeSQLPatternsResponse
|
|
@@ -8955,6 +9635,10 @@ export default class Client extends OpenApi {
|
|
|
8955
9635
|
/**
|
|
8956
9636
|
* @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
8957
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
|
+
*
|
|
8958
9642
|
* @param request DescribeSQLPatternsRequest
|
|
8959
9643
|
* @return DescribeSQLPatternsResponse
|
|
8960
9644
|
*/
|
|
@@ -8962,6 +9646,9 @@ export default class Client extends OpenApi {
|
|
|
8962
9646
|
/**
|
|
8963
9647
|
* @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
|
|
8964
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
|
+
*
|
|
8965
9652
|
* @param request DescribeSchemasRequest
|
|
8966
9653
|
* @param runtime runtime options for this request RuntimeOptions
|
|
8967
9654
|
* @return DescribeSchemasResponse
|
|
@@ -8970,12 +9657,18 @@ export default class Client extends OpenApi {
|
|
|
8970
9657
|
/**
|
|
8971
9658
|
* @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
|
|
8972
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
|
+
*
|
|
8973
9663
|
* @param request DescribeSchemasRequest
|
|
8974
9664
|
* @return DescribeSchemasResponse
|
|
8975
9665
|
*/
|
|
8976
9666
|
describeSchemas(request: DescribeSchemasRequest): Promise<DescribeSchemasResponse>;
|
|
8977
9667
|
/**
|
|
8978
|
-
* @summary
|
|
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`.
|
|
8979
9672
|
*
|
|
8980
9673
|
* @param request DescribeSparkCodeLogRequest
|
|
8981
9674
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8983,7 +9676,10 @@ export default class Client extends OpenApi {
|
|
|
8983
9676
|
*/
|
|
8984
9677
|
describeSparkCodeLogWithOptions(request: DescribeSparkCodeLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeLogResponse>;
|
|
8985
9678
|
/**
|
|
8986
|
-
* @summary
|
|
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`.
|
|
8987
9683
|
*
|
|
8988
9684
|
* @param request DescribeSparkCodeLogRequest
|
|
8989
9685
|
* @return DescribeSparkCodeLogResponse
|
|
@@ -9013,6 +9709,9 @@ export default class Client extends OpenApi {
|
|
|
9013
9709
|
/**
|
|
9014
9710
|
* @summary Queries the URL of the web UI for a Spark application.
|
|
9015
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
|
+
*
|
|
9016
9715
|
* @param request DescribeSparkCodeWebUiRequest
|
|
9017
9716
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9018
9717
|
* @return DescribeSparkCodeWebUiResponse
|
|
@@ -9021,6 +9720,9 @@ export default class Client extends OpenApi {
|
|
|
9021
9720
|
/**
|
|
9022
9721
|
* @summary Queries the URL of the web UI for a Spark application.
|
|
9023
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
|
+
*
|
|
9024
9726
|
* @param request DescribeSparkCodeWebUiRequest
|
|
9025
9727
|
* @return DescribeSparkCodeWebUiResponse
|
|
9026
9728
|
*/
|
|
@@ -9085,6 +9787,9 @@ export default class Client extends OpenApi {
|
|
|
9085
9787
|
/**
|
|
9086
9788
|
* @summary Queries a list of tables in a database.
|
|
9087
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
|
+
*
|
|
9088
9793
|
* @param request DescribeTablesRequest
|
|
9089
9794
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9090
9795
|
* @return DescribeTablesResponse
|
|
@@ -9093,6 +9798,9 @@ export default class Client extends OpenApi {
|
|
|
9093
9798
|
/**
|
|
9094
9799
|
* @summary Queries a list of tables in a database.
|
|
9095
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
|
+
*
|
|
9096
9804
|
* @param request DescribeTablesRequest
|
|
9097
9805
|
* @return DescribeTablesResponse
|
|
9098
9806
|
*/
|
|
@@ -9195,6 +9903,10 @@ export default class Client extends OpenApi {
|
|
|
9195
9903
|
/**
|
|
9196
9904
|
* @summary Queries whether a running SQL engine exists.
|
|
9197
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
|
+
*
|
|
9198
9910
|
* @param request ExistRunningSQLEngineRequest
|
|
9199
9911
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9200
9912
|
* @return ExistRunningSQLEngineResponse
|
|
@@ -9203,6 +9915,10 @@ export default class Client extends OpenApi {
|
|
|
9203
9915
|
/**
|
|
9204
9916
|
* @summary Queries whether a running SQL engine exists.
|
|
9205
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
|
+
*
|
|
9206
9922
|
* @param request ExistRunningSQLEngineRequest
|
|
9207
9923
|
* @return ExistRunningSQLEngineResponse
|
|
9208
9924
|
*/
|
|
@@ -9254,6 +9970,10 @@ export default class Client extends OpenApi {
|
|
|
9254
9970
|
/**
|
|
9255
9971
|
* @summary Queries the information about an Spark application.
|
|
9256
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
|
+
*
|
|
9257
9977
|
* @param request GetSparkAppInfoRequest
|
|
9258
9978
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9259
9979
|
* @return GetSparkAppInfoResponse
|
|
@@ -9262,6 +9982,10 @@ export default class Client extends OpenApi {
|
|
|
9262
9982
|
/**
|
|
9263
9983
|
* @summary Queries the information about an Spark application.
|
|
9264
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
|
+
*
|
|
9265
9989
|
* @param request GetSparkAppInfoRequest
|
|
9266
9990
|
* @return GetSparkAppInfoResponse
|
|
9267
9991
|
*/
|
|
@@ -9384,9 +10108,9 @@ export default class Client extends OpenApi {
|
|
|
9384
10108
|
/**
|
|
9385
10109
|
* @summary Queries the common definitions of Spark applications.
|
|
9386
10110
|
*
|
|
9387
|
-
* @description *
|
|
9388
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10111
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9389
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.
|
|
9390
10114
|
*
|
|
9391
10115
|
* @param request GetSparkDefinitionsRequest
|
|
9392
10116
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9396,9 +10120,9 @@ export default class Client extends OpenApi {
|
|
|
9396
10120
|
/**
|
|
9397
10121
|
* @summary Queries the common definitions of Spark applications.
|
|
9398
10122
|
*
|
|
9399
|
-
* @description *
|
|
9400
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10123
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9401
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.
|
|
9402
10126
|
*
|
|
9403
10127
|
* @param request GetSparkDefinitionsRequest
|
|
9404
10128
|
* @return GetSparkDefinitionsResponse
|
|
@@ -9430,6 +10154,10 @@ export default class Client extends OpenApi {
|
|
|
9430
10154
|
/**
|
|
9431
10155
|
* @summary Queries the state information about the Spark SQL engine.
|
|
9432
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
|
+
*
|
|
9433
10161
|
* @param request GetSparkSQLEngineStateRequest
|
|
9434
10162
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9435
10163
|
* @return GetSparkSQLEngineStateResponse
|
|
@@ -9438,6 +10166,10 @@ export default class Client extends OpenApi {
|
|
|
9438
10166
|
/**
|
|
9439
10167
|
* @summary Queries the state information about the Spark SQL engine.
|
|
9440
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
|
+
*
|
|
9441
10173
|
* @param request GetSparkSQLEngineStateRequest
|
|
9442
10174
|
* @return GetSparkSQLEngineStateResponse
|
|
9443
10175
|
*/
|
|
@@ -9514,8 +10246,6 @@ export default class Client extends OpenApi {
|
|
|
9514
10246
|
*/
|
|
9515
10247
|
getSparkTemplateFullTree(request: GetSparkTemplateFullTreeRequest): Promise<GetSparkTemplateFullTreeResponse>;
|
|
9516
10248
|
/**
|
|
9517
|
-
* @deprecated OpenAPI GetTable is deprecated
|
|
9518
|
-
*
|
|
9519
10249
|
* @summary 获取表
|
|
9520
10250
|
*
|
|
9521
10251
|
* @param request GetTableRequest
|
|
@@ -9524,8 +10254,6 @@ export default class Client extends OpenApi {
|
|
|
9524
10254
|
*/
|
|
9525
10255
|
getTableWithOptions(request: GetTableRequest, runtime: $Util.RuntimeOptions): Promise<GetTableResponse>;
|
|
9526
10256
|
/**
|
|
9527
|
-
* @deprecated OpenAPI GetTable is deprecated
|
|
9528
|
-
*
|
|
9529
10257
|
* @summary 获取表
|
|
9530
10258
|
*
|
|
9531
10259
|
* @param request GetTableRequest
|
|
@@ -9535,6 +10263,9 @@ export default class Client extends OpenApi {
|
|
|
9535
10263
|
/**
|
|
9536
10264
|
* @summary Queries the information about columns.
|
|
9537
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
|
+
*
|
|
9538
10269
|
* @param request GetTableColumnsRequest
|
|
9539
10270
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9540
10271
|
* @return GetTableColumnsResponse
|
|
@@ -9543,6 +10274,9 @@ export default class Client extends OpenApi {
|
|
|
9543
10274
|
/**
|
|
9544
10275
|
* @summary Queries the information about columns.
|
|
9545
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
|
+
*
|
|
9546
10280
|
* @param request GetTableColumnsRequest
|
|
9547
10281
|
* @return GetTableColumnsResponse
|
|
9548
10282
|
*/
|
|
@@ -9550,6 +10284,9 @@ export default class Client extends OpenApi {
|
|
|
9550
10284
|
/**
|
|
9551
10285
|
* @summary Queries the statement that is used to create a table.
|
|
9552
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
|
+
*
|
|
9553
10290
|
* @param request GetTableDDLRequest
|
|
9554
10291
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9555
10292
|
* @return GetTableDDLResponse
|
|
@@ -9558,6 +10295,9 @@ export default class Client extends OpenApi {
|
|
|
9558
10295
|
/**
|
|
9559
10296
|
* @summary Queries the statement that is used to create a table.
|
|
9560
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
|
+
*
|
|
9561
10301
|
* @param request GetTableDDLRequest
|
|
9562
10302
|
* @return GetTableDDLResponse
|
|
9563
10303
|
*/
|
|
@@ -9794,7 +10534,7 @@ export default class Client extends OpenApi {
|
|
|
9794
10534
|
/**
|
|
9795
10535
|
* @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9796
10536
|
*
|
|
9797
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
10537
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9798
10538
|
*
|
|
9799
10539
|
* @param request ModifyAccountDescriptionRequest
|
|
9800
10540
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9804,14 +10544,16 @@ export default class Client extends OpenApi {
|
|
|
9804
10544
|
/**
|
|
9805
10545
|
* @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9806
10546
|
*
|
|
9807
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
10547
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9808
10548
|
*
|
|
9809
10549
|
* @param request ModifyAccountDescriptionRequest
|
|
9810
10550
|
* @return ModifyAccountDescriptionResponse
|
|
9811
10551
|
*/
|
|
9812
10552
|
modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
|
|
9813
10553
|
/**
|
|
9814
|
-
* @summary
|
|
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).
|
|
9815
10557
|
*
|
|
9816
10558
|
* @param tmpReq ModifyAccountPrivilegesRequest
|
|
9817
10559
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9819,7 +10561,9 @@ export default class Client extends OpenApi {
|
|
|
9819
10561
|
*/
|
|
9820
10562
|
modifyAccountPrivilegesWithOptions(tmpReq: ModifyAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountPrivilegesResponse>;
|
|
9821
10563
|
/**
|
|
9822
|
-
* @summary
|
|
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).
|
|
9823
10567
|
*
|
|
9824
10568
|
* @param request ModifyAccountPrivilegesRequest
|
|
9825
10569
|
* @return ModifyAccountPrivilegesResponse
|
|
@@ -9828,6 +10572,8 @@ export default class Client extends OpenApi {
|
|
|
9828
10572
|
/**
|
|
9829
10573
|
* @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9830
10574
|
*
|
|
10575
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10576
|
+
*
|
|
9831
10577
|
* @param request ModifyAuditLogConfigRequest
|
|
9832
10578
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9833
10579
|
* @return ModifyAuditLogConfigResponse
|
|
@@ -9836,6 +10582,8 @@ export default class Client extends OpenApi {
|
|
|
9836
10582
|
/**
|
|
9837
10583
|
* @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9838
10584
|
*
|
|
10585
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10586
|
+
*
|
|
9839
10587
|
* @param request ModifyAuditLogConfigRequest
|
|
9840
10588
|
* @return ModifyAuditLogConfigResponse
|
|
9841
10589
|
*/
|
|
@@ -9862,7 +10610,7 @@ export default class Client extends OpenApi {
|
|
|
9862
10610
|
/**
|
|
9863
10611
|
* @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9864
10612
|
*
|
|
9865
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see
|
|
10613
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9866
10614
|
*
|
|
9867
10615
|
* @param request ModifyClusterAccessWhiteListRequest
|
|
9868
10616
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9872,7 +10620,7 @@ export default class Client extends OpenApi {
|
|
|
9872
10620
|
/**
|
|
9873
10621
|
* @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9874
10622
|
*
|
|
9875
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see
|
|
10623
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9876
10624
|
*
|
|
9877
10625
|
* @param request ModifyClusterAccessWhiteListRequest
|
|
9878
10626
|
* @return ModifyClusterAccessWhiteListResponse
|
|
@@ -9902,10 +10650,10 @@ export default class Client extends OpenApi {
|
|
|
9902
10650
|
*
|
|
9903
10651
|
* @description ### [](#)
|
|
9904
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.
|
|
9905
|
-
* * When
|
|
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.
|
|
9906
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.
|
|
9907
|
-
* * When the scaling process is about to end,
|
|
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.
|
|
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.
|
|
9909
10657
|
*
|
|
9910
10658
|
* @param request ModifyDBClusterRequest
|
|
9911
10659
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9917,10 +10665,10 @@ export default class Client extends OpenApi {
|
|
|
9917
10665
|
*
|
|
9918
10666
|
* @description ### [](#)
|
|
9919
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.
|
|
9920
|
-
* * When
|
|
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.
|
|
9921
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.
|
|
9922
|
-
* * When the scaling process is about to end,
|
|
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.
|
|
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.
|
|
9924
10672
|
*
|
|
9925
10673
|
* @param request ModifyDBClusterRequest
|
|
9926
10674
|
* @return ModifyDBClusterResponse
|
|
@@ -9986,7 +10734,7 @@ export default class Client extends OpenApi {
|
|
|
9986
10734
|
/**
|
|
9987
10735
|
* @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9988
10736
|
*
|
|
9989
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see
|
|
10737
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9990
10738
|
*
|
|
9991
10739
|
* @param request ModifyElasticPlanRequest
|
|
9992
10740
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9996,15 +10744,30 @@ export default class Client extends OpenApi {
|
|
|
9996
10744
|
/**
|
|
9997
10745
|
* @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9998
10746
|
*
|
|
9999
|
-
* @description For information about the endpoints of AnalyticDB for MySQL, see
|
|
10747
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
10000
10748
|
*
|
|
10001
10749
|
* @param request ModifyElasticPlanRequest
|
|
10002
10750
|
* @return ModifyElasticPlanResponse
|
|
10003
10751
|
*/
|
|
10004
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>;
|
|
10005
10764
|
/**
|
|
10006
10765
|
* @summary Preloads metrics for a Spark application.
|
|
10007
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
|
+
*
|
|
10008
10771
|
* @param request PreloadSparkAppMetricsRequest
|
|
10009
10772
|
* @param runtime runtime options for this request RuntimeOptions
|
|
10010
10773
|
* @return PreloadSparkAppMetricsResponse
|
|
@@ -10013,6 +10776,10 @@ export default class Client extends OpenApi {
|
|
|
10013
10776
|
/**
|
|
10014
10777
|
* @summary Preloads metrics for a Spark application.
|
|
10015
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
|
+
*
|
|
10016
10783
|
* @param request PreloadSparkAppMetricsRequest
|
|
10017
10784
|
* @return PreloadSparkAppMetricsResponse
|
|
10018
10785
|
*/
|
|
@@ -10031,6 +10798,10 @@ export default class Client extends OpenApi {
|
|
|
10031
10798
|
/**
|
|
10032
10799
|
* @summary Renames a Spark template file.
|
|
10033
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
|
+
*
|
|
10034
10805
|
* @param request RenameSparkTemplateFileRequest
|
|
10035
10806
|
* @param runtime runtime options for this request RuntimeOptions
|
|
10036
10807
|
* @return RenameSparkTemplateFileResponse
|
|
@@ -10039,6 +10810,10 @@ export default class Client extends OpenApi {
|
|
|
10039
10810
|
/**
|
|
10040
10811
|
* @summary Renames a Spark template file.
|
|
10041
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
|
+
*
|
|
10042
10817
|
* @param request RenameSparkTemplateFileRequest
|
|
10043
10818
|
* @return RenameSparkTemplateFileResponse
|
|
10044
10819
|
*/
|
|
@@ -10046,6 +10821,8 @@ export default class Client extends OpenApi {
|
|
|
10046
10821
|
/**
|
|
10047
10822
|
* @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
10048
10823
|
*
|
|
10824
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10825
|
+
*
|
|
10049
10826
|
* @param request ResetAccountPasswordRequest
|
|
10050
10827
|
* @param runtime runtime options for this request RuntimeOptions
|
|
10051
10828
|
* @return ResetAccountPasswordResponse
|
|
@@ -10054,6 +10831,8 @@ export default class Client extends OpenApi {
|
|
|
10054
10831
|
/**
|
|
10055
10832
|
* @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
10056
10833
|
*
|
|
10834
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10835
|
+
*
|
|
10057
10836
|
* @param request ResetAccountPasswordRequest
|
|
10058
10837
|
* @return ResetAccountPasswordResponse
|
|
10059
10838
|
*/
|
|
@@ -10084,9 +10863,9 @@ export default class Client extends OpenApi {
|
|
|
10084
10863
|
/**
|
|
10085
10864
|
* @summary Starts the Spark SQL engine.
|
|
10086
10865
|
*
|
|
10087
|
-
* @description *
|
|
10088
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10866
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10089
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.
|
|
10090
10869
|
*
|
|
10091
10870
|
* @param request StartSparkSQLEngineRequest
|
|
10092
10871
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10096,9 +10875,9 @@ export default class Client extends OpenApi {
|
|
|
10096
10875
|
/**
|
|
10097
10876
|
* @summary Starts the Spark SQL engine.
|
|
10098
10877
|
*
|
|
10099
|
-
* @description *
|
|
10100
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10878
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10101
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.
|
|
10102
10881
|
*
|
|
10103
10882
|
* @param request StartSparkSQLEngineRequest
|
|
10104
10883
|
* @return StartSparkSQLEngineResponse
|
|
@@ -10130,6 +10909,10 @@ export default class Client extends OpenApi {
|
|
|
10130
10909
|
/**
|
|
10131
10910
|
* @summary Submits a Spark log analysis task and queries the analysis results.
|
|
10132
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
|
+
*
|
|
10133
10916
|
* @param request SubmitSparkLogAnalyzeTaskRequest
|
|
10134
10917
|
* @param runtime runtime options for this request RuntimeOptions
|
|
10135
10918
|
* @return SubmitSparkLogAnalyzeTaskResponse
|
|
@@ -10138,6 +10921,10 @@ export default class Client extends OpenApi {
|
|
|
10138
10921
|
/**
|
|
10139
10922
|
* @summary Submits a Spark log analysis task and queries the analysis results.
|
|
10140
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
|
+
*
|
|
10141
10928
|
* @param request SubmitSparkLogAnalyzeTaskRequest
|
|
10142
10929
|
* @return SubmitSparkLogAnalyzeTaskResponse
|
|
10143
10930
|
*/
|