@alicloud/adb20211201 2.0.2 → 2.0.3
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 +35 -41
- package/dist/client.js +16 -16
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +35 -41
package/dist/client.d.ts
CHANGED
|
@@ -3118,7 +3118,7 @@ export declare class DescribeAccountPrivilegeObjectsRequest extends $tea.Model {
|
|
|
3118
3118
|
columnPrivilegeObject?: string;
|
|
3119
3119
|
/**
|
|
3120
3120
|
* @remarks
|
|
3121
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
3121
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
3122
3122
|
*
|
|
3123
3123
|
* This parameter is required.
|
|
3124
3124
|
*
|
|
@@ -3932,9 +3932,9 @@ export declare class DescribeAllDataSourceResponse extends $tea.Model {
|
|
|
3932
3932
|
export declare class DescribeApsActionLogsRequest extends $tea.Model {
|
|
3933
3933
|
/**
|
|
3934
3934
|
* @remarks
|
|
3935
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
3935
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
3936
3936
|
*
|
|
3937
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the IDs of all AnalyticDB for MySQL
|
|
3937
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the IDs of all AnalyticDB for MySQL clusters within a region.
|
|
3938
3938
|
*
|
|
3939
3939
|
* This parameter is required.
|
|
3940
3940
|
*
|
|
@@ -5340,9 +5340,9 @@ export declare class DescribeDBClusterAttributeResponse extends $tea.Model {
|
|
|
5340
5340
|
export declare class DescribeDBClusterHealthStatusRequest extends $tea.Model {
|
|
5341
5341
|
/**
|
|
5342
5342
|
* @remarks
|
|
5343
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
5343
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
5344
5344
|
*
|
|
5345
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/612397.html) operation to query the IDs of all AnalyticDB for MySQL
|
|
5345
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/612397.html) operation to query the IDs of all AnalyticDB for MySQL clusters within a region.
|
|
5346
5346
|
*
|
|
5347
5347
|
* This parameter is required.
|
|
5348
5348
|
*
|
|
@@ -5440,9 +5440,9 @@ export declare class DescribeDBClusterHealthStatusResponse extends $tea.Model {
|
|
|
5440
5440
|
export declare class DescribeDBClusterPerformanceRequest extends $tea.Model {
|
|
5441
5441
|
/**
|
|
5442
5442
|
* @remarks
|
|
5443
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
5443
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
5444
5444
|
*
|
|
5445
|
-
* >
|
|
5445
|
+
* > You can call the [DescribeDBClusters](~~~612397~~~) operation to query the IDs of all AnalyticDB for MySQL clusters within a region.
|
|
5446
5446
|
*
|
|
5447
5447
|
* This parameter is required.
|
|
5448
5448
|
*
|
|
@@ -5608,7 +5608,7 @@ export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
|
|
|
5608
5608
|
export declare class DescribeDBClusterSpaceSummaryRequest extends $tea.Model {
|
|
5609
5609
|
/**
|
|
5610
5610
|
* @remarks
|
|
5611
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
5611
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
5612
5612
|
*
|
|
5613
5613
|
* This parameter is required.
|
|
5614
5614
|
*
|
|
@@ -7540,7 +7540,7 @@ export declare class DescribePatternPerformanceRequest extends $tea.Model {
|
|
|
7540
7540
|
* @remarks
|
|
7541
7541
|
* The cluster ID.
|
|
7542
7542
|
*
|
|
7543
|
-
* >
|
|
7543
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the information about all AnalyticDB for MySQL clusters within a region, including cluster IDs.
|
|
7544
7544
|
*
|
|
7545
7545
|
* This parameter is required.
|
|
7546
7546
|
*
|
|
@@ -7562,7 +7562,7 @@ export declare class DescribePatternPerformanceRequest extends $tea.Model {
|
|
|
7562
7562
|
* @remarks
|
|
7563
7563
|
* The SQL pattern ID.
|
|
7564
7564
|
*
|
|
7565
|
-
* > You can call the [DescribeSQLPatterns](https://help.aliyun.com/document_detail/321868.html) operation to query the information about all SQL patterns in an AnalyticDB for MySQL
|
|
7565
|
+
* > You can call the [DescribeSQLPatterns](https://help.aliyun.com/document_detail/321868.html) operation to query the information about all SQL patterns in an AnalyticDB for MySQL cluster within a period of time, including SQL pattern IDs.
|
|
7566
7566
|
*
|
|
7567
7567
|
* @example
|
|
7568
7568
|
* 3847585356974******
|
|
@@ -11717,7 +11717,7 @@ export declare class KillSparkLogAnalyzeTaskResponse extends $tea.Model {
|
|
|
11717
11717
|
export declare class KillSparkSQLEngineRequest extends $tea.Model {
|
|
11718
11718
|
/**
|
|
11719
11719
|
* @remarks
|
|
11720
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
11720
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
11721
11721
|
*
|
|
11722
11722
|
* This parameter is required.
|
|
11723
11723
|
*
|
|
@@ -13045,7 +13045,7 @@ export declare class ModifyDBClusterDescriptionResponse extends $tea.Model {
|
|
|
13045
13045
|
export declare class ModifyDBClusterMaintainTimeRequest extends $tea.Model {
|
|
13046
13046
|
/**
|
|
13047
13047
|
* @remarks
|
|
13048
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
13048
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
13049
13049
|
*
|
|
13050
13050
|
* This parameter is required.
|
|
13051
13051
|
*
|
|
@@ -17033,7 +17033,7 @@ export declare class DescribeDBClusterPerformanceResponseBodyPerformancesSeries
|
|
|
17033
17033
|
*
|
|
17034
17034
|
* * AnalyticDB_Avg_QueryRT: the average amount of time consumed by queries.
|
|
17035
17035
|
* * AnalyticDB_Max_QueryRT: the maximum amount of time consumed by a single query.
|
|
17036
|
-
* * etl_avg_rt: the average amount of time consumed by extract
|
|
17036
|
+
* * etl_avg_rt: the average amount of time consumed by extract, transform, load (ETL) operations.
|
|
17037
17037
|
* * etl_max_rt: the maximum amount of time consumed by a single ETL operation.
|
|
17038
17038
|
*
|
|
17039
17039
|
* * **AnalyticDB_QueryWaitTime**: the query wait time.
|
|
@@ -17131,37 +17131,31 @@ export declare class DescribeDBClusterPerformanceResponseBodyPerformancesSeries
|
|
|
17131
17131
|
*
|
|
17132
17132
|
* * AnalyticDB_WLM_TotalQueries_Count: the total number of WLM queries.
|
|
17133
17133
|
*
|
|
17134
|
-
* * APS
|
|
17134
|
+
* * AnalyticDB Pipeline Service (APS)
|
|
17135
17135
|
*
|
|
17136
|
-
* * AnalyticDB_APS_BPS: the bytes per second (BPS) of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17136
|
+
* * AnalyticDB_APS_BPS: the bytes per second (BPS) of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17137
17137
|
*
|
|
17138
17138
|
* * APS_Read_BPS: the read BPS of APS.
|
|
17139
17139
|
*
|
|
17140
|
-
* * AnalyticDB_APS_CPU: the CPU utilization of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17140
|
+
* * AnalyticDB_APS_CPU: the CPU utilization of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17141
17141
|
*
|
|
17142
17142
|
* * APS_CPU_Avg_Usage_Percentage: the average CPU utilization of APS.
|
|
17143
17143
|
* * APS_CPU_Max_Usage_Percentage: the maximum CPU utilization of APS.
|
|
17144
17144
|
*
|
|
17145
|
-
* * AnalyticDB_APS_Memory: the memory usage of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17145
|
+
* * AnalyticDB_APS_Memory: the memory usage of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17146
17146
|
*
|
|
17147
17147
|
* * APS_Memory_Avg_Usage_Percentage: the average memory usage of APS.
|
|
17148
17148
|
* * APS_Memory_Max_Usage_Percentage: the maximum memory usage of APS.
|
|
17149
17149
|
*
|
|
17150
|
-
* * AnalyticDB_APS_RPS: the number of records per second of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17150
|
+
* * AnalyticDB_APS_RPS: the number of records per second of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17151
17151
|
*
|
|
17152
17152
|
* * APS_Read_RPS: the number of read records per second of APS.
|
|
17153
17153
|
*
|
|
17154
|
-
* * AnalyticDB_APS_RT: the response time of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition
|
|
17154
|
+
* * AnalyticDB_APS_RT: the response time of APS provided by the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17155
17155
|
*
|
|
17156
17156
|
* * APS_Read_Avg_RT: the average response time of APS.
|
|
17157
17157
|
* * APS_Read_Max_RT: the maximum response time of APS.
|
|
17158
17158
|
*
|
|
17159
|
-
* * * *
|
|
17160
|
-
* * *
|
|
17161
|
-
* * *
|
|
17162
|
-
* * *
|
|
17163
|
-
* * *
|
|
17164
|
-
*
|
|
17165
17159
|
* @example
|
|
17166
17160
|
* AnalyticDB_Storage_CPU_Avg_Usage_Percentage
|
|
17167
17161
|
*/
|
|
@@ -21678,7 +21672,7 @@ export default class Client extends OpenApi {
|
|
|
21678
21672
|
*/
|
|
21679
21673
|
describeAllDataSource(request: DescribeAllDataSourceRequest): Promise<DescribeAllDataSourceResponse>;
|
|
21680
21674
|
/**
|
|
21681
|
-
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL
|
|
21675
|
+
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL cluster.
|
|
21682
21676
|
*
|
|
21683
21677
|
* @remarks
|
|
21684
21678
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -21691,7 +21685,7 @@ export default class Client extends OpenApi {
|
|
|
21691
21685
|
*/
|
|
21692
21686
|
describeApsActionLogsWithOptions(request: DescribeApsActionLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsActionLogsResponse>;
|
|
21693
21687
|
/**
|
|
21694
|
-
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL
|
|
21688
|
+
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL cluster.
|
|
21695
21689
|
*
|
|
21696
21690
|
* @remarks
|
|
21697
21691
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -21926,10 +21920,10 @@ export default class Client extends OpenApi {
|
|
|
21926
21920
|
*/
|
|
21927
21921
|
describeDBClusterAttribute(request: DescribeDBClusterAttributeRequest): Promise<DescribeDBClusterAttributeResponse>;
|
|
21928
21922
|
/**
|
|
21929
|
-
* Queries the health status of an AnalyticDB for MySQL
|
|
21923
|
+
* Queries the health status of an AnalyticDB for MySQL cluster.
|
|
21930
21924
|
*
|
|
21931
21925
|
* @remarks
|
|
21932
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
21926
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
21933
21927
|
*
|
|
21934
21928
|
* @param request - DescribeDBClusterHealthStatusRequest
|
|
21935
21929
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -21937,10 +21931,10 @@ export default class Client extends OpenApi {
|
|
|
21937
21931
|
*/
|
|
21938
21932
|
describeDBClusterHealthStatusWithOptions(request: DescribeDBClusterHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterHealthStatusResponse>;
|
|
21939
21933
|
/**
|
|
21940
|
-
* Queries the health status of an AnalyticDB for MySQL
|
|
21934
|
+
* Queries the health status of an AnalyticDB for MySQL cluster.
|
|
21941
21935
|
*
|
|
21942
21936
|
* @remarks
|
|
21943
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
21937
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
21944
21938
|
*
|
|
21945
21939
|
* @param request - DescribeDBClusterHealthStatusRequest
|
|
21946
21940
|
* @returns DescribeDBClusterHealthStatusResponse
|
|
@@ -21950,7 +21944,7 @@ export default class Client extends OpenApi {
|
|
|
21950
21944
|
* Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
21951
21945
|
*
|
|
21952
21946
|
* @remarks
|
|
21953
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
21947
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
21954
21948
|
*
|
|
21955
21949
|
* @param request - DescribeDBClusterPerformanceRequest
|
|
21956
21950
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -21961,7 +21955,7 @@ export default class Client extends OpenApi {
|
|
|
21961
21955
|
* Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
21962
21956
|
*
|
|
21963
21957
|
* @remarks
|
|
21964
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
21958
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
21965
21959
|
*
|
|
21966
21960
|
* @param request - DescribeDBClusterPerformanceRequest
|
|
21967
21961
|
* @returns DescribeDBClusterPerformanceResponse
|
|
@@ -22271,7 +22265,7 @@ export default class Client extends OpenApi {
|
|
|
22271
22265
|
*/
|
|
22272
22266
|
describeJobResourceUsage(request: DescribeJobResourceUsageRequest): Promise<DescribeJobResourceUsageResponse>;
|
|
22273
22267
|
/**
|
|
22274
|
-
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL
|
|
22268
|
+
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL cluster within a time range.
|
|
22275
22269
|
*
|
|
22276
22270
|
* @remarks
|
|
22277
22271
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -22284,7 +22278,7 @@ export default class Client extends OpenApi {
|
|
|
22284
22278
|
*/
|
|
22285
22279
|
describePatternPerformanceWithOptions(request: DescribePatternPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePatternPerformanceResponse>;
|
|
22286
22280
|
/**
|
|
22287
|
-
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL
|
|
22281
|
+
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL cluster within a time range.
|
|
22288
22282
|
*
|
|
22289
22283
|
* @remarks
|
|
22290
22284
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -23185,9 +23179,9 @@ export default class Client extends OpenApi {
|
|
|
23185
23179
|
* Shuts down a Spark SQL engine.
|
|
23186
23180
|
*
|
|
23187
23181
|
* @remarks
|
|
23188
|
-
*
|
|
23189
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
23182
|
+
* Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
23190
23183
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
23184
|
+
* > 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.
|
|
23191
23185
|
*
|
|
23192
23186
|
* @param request - KillSparkSQLEngineRequest
|
|
23193
23187
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23198,9 +23192,9 @@ export default class Client extends OpenApi {
|
|
|
23198
23192
|
* Shuts down a Spark SQL engine.
|
|
23199
23193
|
*
|
|
23200
23194
|
* @remarks
|
|
23201
|
-
*
|
|
23202
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
23195
|
+
* Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
23203
23196
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
23197
|
+
* > 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.
|
|
23204
23198
|
*
|
|
23205
23199
|
* @param request - KillSparkSQLEngineRequest
|
|
23206
23200
|
* @returns KillSparkSQLEngineResponse
|
|
@@ -23498,7 +23492,7 @@ export default class Client extends OpenApi {
|
|
|
23498
23492
|
*/
|
|
23499
23493
|
modifyDBClusterDescription(request: ModifyDBClusterDescriptionRequest): Promise<ModifyDBClusterDescriptionResponse>;
|
|
23500
23494
|
/**
|
|
23501
|
-
* Modifies the maintenance window of an AnalyticDB for MySQL
|
|
23495
|
+
* Modifies the maintenance window of an AnalyticDB for MySQL cluster.
|
|
23502
23496
|
*
|
|
23503
23497
|
* @remarks
|
|
23504
23498
|
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
@@ -23509,7 +23503,7 @@ export default class Client extends OpenApi {
|
|
|
23509
23503
|
*/
|
|
23510
23504
|
modifyDBClusterMaintainTimeWithOptions(request: ModifyDBClusterMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMaintainTimeResponse>;
|
|
23511
23505
|
/**
|
|
23512
|
-
* Modifies the maintenance window of an AnalyticDB for MySQL
|
|
23506
|
+
* Modifies the maintenance window of an AnalyticDB for MySQL cluster.
|
|
23513
23507
|
*
|
|
23514
23508
|
* @remarks
|
|
23515
23509
|
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
package/dist/client.js
CHANGED
|
@@ -13836,7 +13836,7 @@ class Client extends openapi_client_1.default {
|
|
|
13836
13836
|
return await this.describeAllDataSourceWithOptions(request, runtime);
|
|
13837
13837
|
}
|
|
13838
13838
|
/**
|
|
13839
|
-
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL
|
|
13839
|
+
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL cluster.
|
|
13840
13840
|
*
|
|
13841
13841
|
* @remarks
|
|
13842
13842
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -13909,7 +13909,7 @@ class Client extends openapi_client_1.default {
|
|
|
13909
13909
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApsActionLogsResponse({}));
|
|
13910
13910
|
}
|
|
13911
13911
|
/**
|
|
13912
|
-
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL
|
|
13912
|
+
* Queries the logs of a real-time data ingestion job for an AnalyticDB for MySQL cluster.
|
|
13913
13913
|
*
|
|
13914
13914
|
* @remarks
|
|
13915
13915
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -14531,10 +14531,10 @@ class Client extends openapi_client_1.default {
|
|
|
14531
14531
|
return await this.describeDBClusterAttributeWithOptions(request, runtime);
|
|
14532
14532
|
}
|
|
14533
14533
|
/**
|
|
14534
|
-
* Queries the health status of an AnalyticDB for MySQL
|
|
14534
|
+
* Queries the health status of an AnalyticDB for MySQL cluster.
|
|
14535
14535
|
*
|
|
14536
14536
|
* @remarks
|
|
14537
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
14537
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
14538
14538
|
*
|
|
14539
14539
|
* @param request - DescribeDBClusterHealthStatusRequest
|
|
14540
14540
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14566,10 +14566,10 @@ class Client extends openapi_client_1.default {
|
|
|
14566
14566
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDBClusterHealthStatusResponse({}));
|
|
14567
14567
|
}
|
|
14568
14568
|
/**
|
|
14569
|
-
* Queries the health status of an AnalyticDB for MySQL
|
|
14569
|
+
* Queries the health status of an AnalyticDB for MySQL cluster.
|
|
14570
14570
|
*
|
|
14571
14571
|
* @remarks
|
|
14572
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
14572
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
14573
14573
|
*
|
|
14574
14574
|
* @param request - DescribeDBClusterHealthStatusRequest
|
|
14575
14575
|
* @returns DescribeDBClusterHealthStatusResponse
|
|
@@ -14582,7 +14582,7 @@ class Client extends openapi_client_1.default {
|
|
|
14582
14582
|
* Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
14583
14583
|
*
|
|
14584
14584
|
* @remarks
|
|
14585
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
14585
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
14586
14586
|
*
|
|
14587
14587
|
* @param request - DescribeDBClusterPerformanceRequest
|
|
14588
14588
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14629,7 +14629,7 @@ class Client extends openapi_client_1.default {
|
|
|
14629
14629
|
* Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
14630
14630
|
*
|
|
14631
14631
|
* @remarks
|
|
14632
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
14632
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
14633
14633
|
*
|
|
14634
14634
|
* @param request - DescribeDBClusterPerformanceRequest
|
|
14635
14635
|
* @returns DescribeDBClusterPerformanceResponse
|
|
@@ -15509,7 +15509,7 @@ class Client extends openapi_client_1.default {
|
|
|
15509
15509
|
return await this.describeJobResourceUsageWithOptions(request, runtime);
|
|
15510
15510
|
}
|
|
15511
15511
|
/**
|
|
15512
|
-
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL
|
|
15512
|
+
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL cluster within a time range.
|
|
15513
15513
|
*
|
|
15514
15514
|
* @remarks
|
|
15515
15515
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -15555,7 +15555,7 @@ class Client extends openapi_client_1.default {
|
|
|
15555
15555
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePatternPerformanceResponse({}));
|
|
15556
15556
|
}
|
|
15557
15557
|
/**
|
|
15558
|
-
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL
|
|
15558
|
+
* Queries the information about performance metrics of an SQL pattern such as the query duration and average memory usage for an AnalyticDB for MySQL cluster within a time range.
|
|
15559
15559
|
*
|
|
15560
15560
|
* @remarks
|
|
15561
15561
|
* General endpoint: `adb.aliyuncs.com`.
|
|
@@ -17781,9 +17781,9 @@ class Client extends openapi_client_1.default {
|
|
|
17781
17781
|
* Shuts down a Spark SQL engine.
|
|
17782
17782
|
*
|
|
17783
17783
|
* @remarks
|
|
17784
|
-
*
|
|
17785
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
17784
|
+
* Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
17786
17785
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
17786
|
+
* > 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.
|
|
17787
17787
|
*
|
|
17788
17788
|
* @param request - KillSparkSQLEngineRequest
|
|
17789
17789
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -17818,9 +17818,9 @@ class Client extends openapi_client_1.default {
|
|
|
17818
17818
|
* Shuts down a Spark SQL engine.
|
|
17819
17819
|
*
|
|
17820
17820
|
* @remarks
|
|
17821
|
-
*
|
|
17822
|
-
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
17821
|
+
* Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
17823
17822
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
17823
|
+
* > 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.
|
|
17824
17824
|
*
|
|
17825
17825
|
* @param request - KillSparkSQLEngineRequest
|
|
17826
17826
|
* @returns KillSparkSQLEngineResponse
|
|
@@ -18576,7 +18576,7 @@ class Client extends openapi_client_1.default {
|
|
|
18576
18576
|
return await this.modifyDBClusterDescriptionWithOptions(request, runtime);
|
|
18577
18577
|
}
|
|
18578
18578
|
/**
|
|
18579
|
-
* Modifies the maintenance window of an AnalyticDB for MySQL
|
|
18579
|
+
* Modifies the maintenance window of an AnalyticDB for MySQL cluster.
|
|
18580
18580
|
*
|
|
18581
18581
|
* @remarks
|
|
18582
18582
|
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
@@ -18611,7 +18611,7 @@ class Client extends openapi_client_1.default {
|
|
|
18611
18611
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
18612
18612
|
}
|
|
18613
18613
|
/**
|
|
18614
|
-
* Modifies the maintenance window of an AnalyticDB for MySQL
|
|
18614
|
+
* Modifies the maintenance window of an AnalyticDB for MySQL cluster.
|
|
18615
18615
|
*
|
|
18616
18616
|
* @remarks
|
|
18617
18617
|
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|