@alicloud/adb20211201 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +38 -24
- package/dist/client.js +42 -24
- package/dist/client.js.map +1 -1
- package/dist/models/CreateDbresourceGroupRequest.d.ts +16 -0
- package/dist/models/CreateDbresourceGroupRequest.js.map +1 -1
- package/dist/models/CreateDbresourceGroupRequestRayConfig.d.ts +8 -0
- package/dist/models/CreateDbresourceGroupRequestRayConfig.js.map +1 -1
- package/dist/models/CreateDbresourceGroupRequestRayConfigWorkerGroups.d.ts +28 -0
- package/dist/models/CreateDbresourceGroupRequestRayConfigWorkerGroups.js.map +1 -1
- package/dist/models/CreateDbresourceGroupShrinkRequest.d.ts +16 -0
- package/dist/models/CreateDbresourceGroupShrinkRequest.js.map +1 -1
- package/dist/models/DeleteSparkTemplateRequest.d.ts +2 -2
- package/dist/models/DescribeAdbMySqlIndexesRequest.d.ts +16 -0
- package/dist/models/DescribeAdbMySqlIndexesRequest.js.map +1 -1
- package/dist/models/DescribeAdbMySqlIndexesResponseBody.d.ts +32 -0
- package/dist/models/DescribeAdbMySqlIndexesResponseBody.js.map +1 -1
- package/dist/models/DescribeAdbMySqlIndexesResponseBodyIndexes.d.ts +9 -0
- package/dist/models/DescribeAdbMySqlIndexesResponseBodyIndexes.js.map +1 -1
- package/dist/models/DescribeAdbMySqlTableMetaRequest.d.ts +14 -0
- package/dist/models/DescribeAdbMySqlTableMetaRequest.js.map +1 -1
- package/dist/models/DescribeAdbMySqlTableMetaResponseBody.d.ts +19 -0
- package/dist/models/DescribeAdbMySqlTableMetaResponseBody.js.map +1 -1
- package/dist/models/DescribeAdbMySqlTableMetaResponseBodyTableMeta.d.ts +52 -0
- package/dist/models/DescribeAdbMySqlTableMetaResponseBodyTableMeta.js.map +1 -1
- package/dist/models/DescribeClusterAccessWhiteListResponseBodyItemsIparray.d.ts +2 -2
- package/dist/models/DescribeDbclusterAttributeResponseBodyItemsDbcluster.d.ts +2 -0
- package/dist/models/DescribeDbclusterAttributeResponseBodyItemsDbcluster.js +4 -0
- package/dist/models/DescribeDbclusterAttributeResponseBodyItemsDbcluster.js.map +1 -1
- package/dist/models/DescribeDbclustersRequest.d.ts +8 -17
- package/dist/models/DescribeDbclustersRequest.js.map +1 -1
- package/dist/models/DescribeDbclustersResponseBodyItemsDbcluster.d.ts +6 -15
- package/dist/models/DescribeDbclustersResponseBodyItemsDbcluster.js.map +1 -1
- package/dist/models/DescribeDiagnosisRecordsRequest.d.ts +2 -2
- package/dist/models/DescribeDiagnosisRecordsResponseBodyQuerys.d.ts +10 -0
- package/dist/models/DescribeDiagnosisRecordsResponseBodyQuerys.js.map +1 -1
- package/dist/models/DescribeDiagnosisRecordsResponseBodyQuerysQueryProperties.d.ts +8 -0
- package/dist/models/DescribeDiagnosisRecordsResponseBodyQuerysQueryProperties.js.map +1 -1
- package/dist/models/DescribeLlmsimilarQuestionsRequest.d.ts +12 -0
- package/dist/models/DescribeLlmsimilarQuestionsRequest.js.map +1 -1
- package/dist/models/DescribeLlmsimilarQuestionsResponseBody.d.ts +10 -0
- package/dist/models/DescribeLlmsimilarQuestionsResponseBody.js.map +1 -1
- package/dist/models/DescribeLlmsimilarQuestionsResponseBodyItems.d.ts +25 -0
- package/dist/models/DescribeLlmsimilarQuestionsResponseBodyItems.js.map +1 -1
- package/dist/models/DescribeResourceGroupSpecRequest.d.ts +1 -1
- package/dist/models/DescribeSparkAppDiagnosisInfoRequest.d.ts +4 -1
- package/dist/models/DescribeSparkAppDiagnosisInfoRequest.js.map +1 -1
- package/dist/models/DescribeSqlwebSocketDomainRequest.d.ts +8 -0
- package/dist/models/DescribeSqlwebSocketDomainRequest.js.map +1 -1
- package/dist/models/DescribeSqlwebSocketDomainResponseBody.d.ts +21 -0
- package/dist/models/DescribeSqlwebSocketDomainResponseBody.js.map +1 -1
- package/dist/models/DescribeTableStatisticsRequest.d.ts +42 -0
- package/dist/models/DescribeTableStatisticsRequest.js.map +1 -1
- package/dist/models/DescribeTableStatisticsResponseBody.d.ts +22 -0
- package/dist/models/DescribeTableStatisticsResponseBody.js.map +1 -1
- package/dist/models/DescribeTableStatisticsResponseBodyItemsTableStatisticRecords.d.ts +45 -0
- package/dist/models/DescribeTableStatisticsResponseBodyItemsTableStatisticRecords.js.map +1 -1
- package/dist/models/GetDatabaseObjectsResponseBody.d.ts +1 -1
- package/dist/models/GetDatabaseObjectsResponseBodyData.d.ts +1 -1
- package/dist/models/GetTableColumnsResponseBody.d.ts +1 -1
- package/dist/models/GetViewObjectsRequest.d.ts +4 -0
- package/dist/models/GetViewObjectsRequest.js.map +1 -1
- package/dist/models/KillProcessRequest.d.ts +1 -1
- package/dist/models/ModifyClusterAccessWhiteListRequest.d.ts +1 -1
- package/dist/models/SubmitResultExportJobRequest.d.ts +4 -1
- package/dist/models/SubmitResultExportJobRequest.js.map +1 -1
- package/dist/models/SubmitSparkAppRequest.d.ts +1 -1
- package/package.json +1 -1
- package/src/client.ts +42 -24
- package/src/models/CreateDbresourceGroupRequest.ts +16 -0
- package/src/models/CreateDbresourceGroupRequestRayConfig.ts +8 -0
- package/src/models/CreateDbresourceGroupRequestRayConfigWorkerGroups.ts +28 -0
- package/src/models/CreateDbresourceGroupShrinkRequest.ts +16 -0
- package/src/models/DeleteSparkTemplateRequest.ts +2 -2
- package/src/models/DescribeAdbMySqlIndexesRequest.ts +16 -0
- package/src/models/DescribeAdbMySqlIndexesResponseBody.ts +32 -0
- package/src/models/DescribeAdbMySqlIndexesResponseBodyIndexes.ts +9 -0
- package/src/models/DescribeAdbMySqlTableMetaRequest.ts +14 -0
- package/src/models/DescribeAdbMySqlTableMetaResponseBody.ts +19 -0
- package/src/models/DescribeAdbMySqlTableMetaResponseBodyTableMeta.ts +52 -0
- package/src/models/DescribeClusterAccessWhiteListResponseBodyItemsIparray.ts +2 -2
- package/src/models/DescribeDbclusterAttributeResponseBodyItemsDbcluster.ts +6 -0
- package/src/models/DescribeDbclustersRequest.ts +8 -17
- package/src/models/DescribeDbclustersResponseBodyItemsDbcluster.ts +6 -15
- package/src/models/DescribeDiagnosisRecordsRequest.ts +2 -2
- package/src/models/DescribeDiagnosisRecordsResponseBodyQuerys.ts +10 -0
- package/src/models/DescribeDiagnosisRecordsResponseBodyQuerysQueryProperties.ts +8 -0
- package/src/models/DescribeLlmsimilarQuestionsRequest.ts +12 -0
- package/src/models/DescribeLlmsimilarQuestionsResponseBody.ts +10 -0
- package/src/models/DescribeLlmsimilarQuestionsResponseBodyItems.ts +25 -0
- package/src/models/DescribeResourceGroupSpecRequest.ts +1 -1
- package/src/models/DescribeSparkAppDiagnosisInfoRequest.ts +4 -1
- package/src/models/DescribeSqlwebSocketDomainRequest.ts +8 -0
- package/src/models/DescribeSqlwebSocketDomainResponseBody.ts +21 -0
- package/src/models/DescribeTableStatisticsRequest.ts +42 -0
- package/src/models/DescribeTableStatisticsResponseBody.ts +22 -0
- package/src/models/DescribeTableStatisticsResponseBodyItemsTableStatisticRecords.ts +45 -0
- package/src/models/GetDatabaseObjectsResponseBody.ts +1 -1
- package/src/models/GetDatabaseObjectsResponseBodyData.ts +1 -1
- package/src/models/GetTableColumnsResponseBody.ts +1 -1
- package/src/models/GetViewObjectsRequest.ts +4 -0
- package/src/models/KillProcessRequest.ts +1 -1
- package/src/models/ModifyClusterAccessWhiteListRequest.ts +1 -1
- package/src/models/SubmitResultExportJobRequest.ts +4 -1
- package/src/models/SubmitSparkAppRequest.ts +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -836,7 +836,7 @@ export default class Client extends OpenApi {
|
|
|
836
836
|
*/
|
|
837
837
|
describeAdbMySqlColumns(request: $_model.DescribeAdbMySqlColumnsRequest): Promise<$_model.DescribeAdbMySqlColumnsResponse>;
|
|
838
838
|
/**
|
|
839
|
-
*
|
|
839
|
+
* Queries the information about table indexes.
|
|
840
840
|
*
|
|
841
841
|
* @param request - DescribeAdbMySqlIndexesRequest
|
|
842
842
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -844,7 +844,7 @@ export default class Client extends OpenApi {
|
|
|
844
844
|
*/
|
|
845
845
|
describeAdbMySqlIndexesWithOptions(request: $_model.DescribeAdbMySqlIndexesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAdbMySqlIndexesResponse>;
|
|
846
846
|
/**
|
|
847
|
-
*
|
|
847
|
+
* Queries the information about table indexes.
|
|
848
848
|
*
|
|
849
849
|
* @param request - DescribeAdbMySqlIndexesRequest
|
|
850
850
|
* @returns DescribeAdbMySqlIndexesResponse
|
|
@@ -874,7 +874,7 @@ export default class Client extends OpenApi {
|
|
|
874
874
|
*/
|
|
875
875
|
describeAdbMySqlSchemas(request: $_model.DescribeAdbMySqlSchemasRequest): Promise<$_model.DescribeAdbMySqlSchemasResponse>;
|
|
876
876
|
/**
|
|
877
|
-
*
|
|
877
|
+
* Queries the information about table metadata.
|
|
878
878
|
*
|
|
879
879
|
* @param request - DescribeAdbMySqlTableMetaRequest
|
|
880
880
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -882,7 +882,7 @@ export default class Client extends OpenApi {
|
|
|
882
882
|
*/
|
|
883
883
|
describeAdbMySqlTableMetaWithOptions(request: $_model.DescribeAdbMySqlTableMetaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAdbMySqlTableMetaResponse>;
|
|
884
884
|
/**
|
|
885
|
-
*
|
|
885
|
+
* Queries the information about table metadata.
|
|
886
886
|
*
|
|
887
887
|
* @param request - DescribeAdbMySqlTableMetaRequest
|
|
888
888
|
* @returns DescribeAdbMySqlTableMetaResponse
|
|
@@ -1527,7 +1527,7 @@ export default class Client extends OpenApi {
|
|
|
1527
1527
|
* Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
1528
1528
|
*
|
|
1529
1529
|
* @remarks
|
|
1530
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
1530
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1531
1531
|
*
|
|
1532
1532
|
* @param request - DescribeDiagnosisDimensionsRequest
|
|
1533
1533
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1538,14 +1538,14 @@ export default class Client extends OpenApi {
|
|
|
1538
1538
|
* Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
1539
1539
|
*
|
|
1540
1540
|
* @remarks
|
|
1541
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
1541
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1542
1542
|
*
|
|
1543
1543
|
* @param request - DescribeDiagnosisDimensionsRequest
|
|
1544
1544
|
* @returns DescribeDiagnosisDimensionsResponse
|
|
1545
1545
|
*/
|
|
1546
1546
|
describeDiagnosisDimensions(request: $_model.DescribeDiagnosisDimensionsRequest): Promise<$_model.DescribeDiagnosisDimensionsResponse>;
|
|
1547
1547
|
/**
|
|
1548
|
-
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL
|
|
1548
|
+
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL cluster.
|
|
1549
1549
|
*
|
|
1550
1550
|
* @remarks
|
|
1551
1551
|
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
@@ -1556,7 +1556,7 @@ export default class Client extends OpenApi {
|
|
|
1556
1556
|
*/
|
|
1557
1557
|
describeDiagnosisRecordsWithOptions(request: $_model.DescribeDiagnosisRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDiagnosisRecordsResponse>;
|
|
1558
1558
|
/**
|
|
1559
|
-
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL
|
|
1559
|
+
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL cluster.
|
|
1560
1560
|
*
|
|
1561
1561
|
* @remarks
|
|
1562
1562
|
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
@@ -1569,7 +1569,7 @@ export default class Client extends OpenApi {
|
|
|
1569
1569
|
* Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
|
|
1570
1570
|
*
|
|
1571
1571
|
* @remarks
|
|
1572
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
1572
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1573
1573
|
*
|
|
1574
1574
|
* @param request - DescribeDiagnosisSQLInfoRequest
|
|
1575
1575
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1580,7 +1580,7 @@ export default class Client extends OpenApi {
|
|
|
1580
1580
|
* Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
|
|
1581
1581
|
*
|
|
1582
1582
|
* @remarks
|
|
1583
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
1583
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1584
1584
|
*
|
|
1585
1585
|
* @param request - DescribeDiagnosisSQLInfoRequest
|
|
1586
1586
|
* @returns DescribeDiagnosisSQLInfoResponse
|
|
@@ -1590,7 +1590,7 @@ export default class Client extends OpenApi {
|
|
|
1590
1590
|
* Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
1591
1591
|
*
|
|
1592
1592
|
* @remarks
|
|
1593
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
1593
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1594
1594
|
*
|
|
1595
1595
|
* @param request - DescribeDownloadRecordsRequest
|
|
1596
1596
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1601,7 +1601,7 @@ export default class Client extends OpenApi {
|
|
|
1601
1601
|
* Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
1602
1602
|
*
|
|
1603
1603
|
* @remarks
|
|
1604
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
1604
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1605
1605
|
*
|
|
1606
1606
|
* @param request - DescribeDownloadRecordsRequest
|
|
1607
1607
|
* @returns DescribeDownloadRecordsResponse
|
|
@@ -1839,12 +1839,16 @@ export default class Client extends OpenApi {
|
|
|
1839
1839
|
*/
|
|
1840
1840
|
describeLLMAnswer(request: $_model.DescribeLLMAnswerRequest): Promise<$_model.DescribeLLMAnswerResponse>;
|
|
1841
1841
|
/**
|
|
1842
|
+
* Queries a list of questions similar to a user question.
|
|
1843
|
+
*
|
|
1842
1844
|
* @param request - DescribeLLMSimilarQuestionsRequest
|
|
1843
1845
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1844
1846
|
* @returns DescribeLLMSimilarQuestionsResponse
|
|
1845
1847
|
*/
|
|
1846
1848
|
describeLLMSimilarQuestionsWithOptions(request: $_model.DescribeLLMSimilarQuestionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeLLMSimilarQuestionsResponse>;
|
|
1847
1849
|
/**
|
|
1850
|
+
* Queries a list of questions similar to a user question.
|
|
1851
|
+
*
|
|
1848
1852
|
* @param request - DescribeLLMSimilarQuestionsRequest
|
|
1849
1853
|
* @returns DescribeLLMSimilarQuestionsResponse
|
|
1850
1854
|
*/
|
|
@@ -1975,7 +1979,7 @@ export default class Client extends OpenApi {
|
|
|
1975
1979
|
*
|
|
1976
1980
|
* @remarks
|
|
1977
1981
|
* ### [](#)
|
|
1978
|
-
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://
|
|
1982
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1979
1983
|
*
|
|
1980
1984
|
* @param request - DescribeResourceGroupSpecRequest
|
|
1981
1985
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1987,7 +1991,7 @@ export default class Client extends OpenApi {
|
|
|
1987
1991
|
*
|
|
1988
1992
|
* @remarks
|
|
1989
1993
|
* ### [](#)
|
|
1990
|
-
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://
|
|
1994
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
1991
1995
|
*
|
|
1992
1996
|
* @param request - DescribeResourceGroupSpecRequest
|
|
1993
1997
|
* @returns DescribeResourceGroupSpecResponse
|
|
@@ -2019,7 +2023,7 @@ export default class Client extends OpenApi {
|
|
|
2019
2023
|
*/
|
|
2020
2024
|
describeSQLPatterns(request: $_model.DescribeSQLPatternsRequest): Promise<$_model.DescribeSQLPatternsResponse>;
|
|
2021
2025
|
/**
|
|
2022
|
-
*
|
|
2026
|
+
* Queries the WebSocket domain name of an AnalyticDB for MySQL cluster.
|
|
2023
2027
|
*
|
|
2024
2028
|
* @param request - DescribeSQLWebSocketDomainRequest
|
|
2025
2029
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2027,7 +2031,7 @@ export default class Client extends OpenApi {
|
|
|
2027
2031
|
*/
|
|
2028
2032
|
describeSQLWebSocketDomainWithOptions(request: $_model.DescribeSQLWebSocketDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSQLWebSocketDomainResponse>;
|
|
2029
2033
|
/**
|
|
2030
|
-
*
|
|
2034
|
+
* Queries the WebSocket domain name of an AnalyticDB for MySQL cluster.
|
|
2031
2035
|
*
|
|
2032
2036
|
* @param request - DescribeSQLWebSocketDomainRequest
|
|
2033
2037
|
* @returns DescribeSQLWebSocketDomainResponse
|
|
@@ -2231,7 +2235,7 @@ export default class Client extends OpenApi {
|
|
|
2231
2235
|
* Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL cluster on a date.
|
|
2232
2236
|
*
|
|
2233
2237
|
* @remarks
|
|
2234
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
2238
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
2235
2239
|
*
|
|
2236
2240
|
* @param request - DescribeTableAccessCountRequest
|
|
2237
2241
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2242,7 +2246,7 @@ export default class Client extends OpenApi {
|
|
|
2242
2246
|
* Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL cluster on a date.
|
|
2243
2247
|
*
|
|
2244
2248
|
* @remarks
|
|
2245
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
2249
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
2246
2250
|
*
|
|
2247
2251
|
* @param request - DescribeTableAccessCountRequest
|
|
2248
2252
|
* @returns DescribeTableAccessCountResponse
|
|
@@ -2279,7 +2283,7 @@ export default class Client extends OpenApi {
|
|
|
2279
2283
|
*/
|
|
2280
2284
|
describeTablePartitionDiagnose(request: $_model.DescribeTablePartitionDiagnoseRequest): Promise<$_model.DescribeTablePartitionDiagnoseResponse>;
|
|
2281
2285
|
/**
|
|
2282
|
-
*
|
|
2286
|
+
* Queries the table statistics of an AnalyticDB for MySQL cluster.
|
|
2283
2287
|
*
|
|
2284
2288
|
* @param request - DescribeTableStatisticsRequest
|
|
2285
2289
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2287,7 +2291,7 @@ export default class Client extends OpenApi {
|
|
|
2287
2291
|
*/
|
|
2288
2292
|
describeTableStatisticsWithOptions(request: $_model.DescribeTableStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTableStatisticsResponse>;
|
|
2289
2293
|
/**
|
|
2290
|
-
*
|
|
2294
|
+
* Queries the table statistics of an AnalyticDB for MySQL cluster.
|
|
2291
2295
|
*
|
|
2292
2296
|
* @param request - DescribeTableStatisticsRequest
|
|
2293
2297
|
* @returns DescribeTableStatisticsResponse
|
|
@@ -2413,7 +2417,7 @@ export default class Client extends OpenApi {
|
|
|
2413
2417
|
* Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
2414
2418
|
*
|
|
2415
2419
|
* @remarks
|
|
2416
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
2420
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
2417
2421
|
*
|
|
2418
2422
|
* @param request - DownloadDiagnosisRecordsRequest
|
|
2419
2423
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2424,7 +2428,7 @@ export default class Client extends OpenApi {
|
|
|
2424
2428
|
* Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
2425
2429
|
*
|
|
2426
2430
|
* @remarks
|
|
2427
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
2431
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
2428
2432
|
*
|
|
2429
2433
|
* @param request - DownloadDiagnosisRecordsRequest
|
|
2430
2434
|
* @returns DownloadDiagnosisRecordsResponse
|
|
@@ -2687,7 +2691,8 @@ export default class Client extends OpenApi {
|
|
|
2687
2691
|
* Queries the metrics of a Spark application.
|
|
2688
2692
|
*
|
|
2689
2693
|
* @remarks
|
|
2690
|
-
*
|
|
2694
|
+
* Before you call this operation, you must call the [PreloadSparkAppMetrics](https://help.aliyun.com/document_detail/612447.html) operation to preload the metrics of a Spark application.
|
|
2695
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
2691
2696
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
2692
2697
|
* > 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.
|
|
2693
2698
|
*
|
|
@@ -2700,7 +2705,8 @@ export default class Client extends OpenApi {
|
|
|
2700
2705
|
* Queries the metrics of a Spark application.
|
|
2701
2706
|
*
|
|
2702
2707
|
* @remarks
|
|
2703
|
-
*
|
|
2708
|
+
* Before you call this operation, you must call the [PreloadSparkAppMetrics](https://help.aliyun.com/document_detail/612447.html) operation to preload the metrics of a Spark application.
|
|
2709
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
2704
2710
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
2705
2711
|
* > 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.
|
|
2706
2712
|
*
|
|
@@ -2846,6 +2852,8 @@ export default class Client extends OpenApi {
|
|
|
2846
2852
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
2847
2853
|
* > 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.
|
|
2848
2854
|
*
|
|
2855
|
+
* @deprecated OpenAPI GetSparkSQLEngineState is deprecated
|
|
2856
|
+
*
|
|
2849
2857
|
* @param request - GetSparkSQLEngineStateRequest
|
|
2850
2858
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2851
2859
|
* @returns GetSparkSQLEngineStateResponse
|
|
@@ -2859,6 +2867,8 @@ export default class Client extends OpenApi {
|
|
|
2859
2867
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
2860
2868
|
* > 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.
|
|
2861
2869
|
*
|
|
2870
|
+
* @deprecated OpenAPI GetSparkSQLEngineState is deprecated
|
|
2871
|
+
*
|
|
2862
2872
|
* @param request - GetSparkSQLEngineStateRequest
|
|
2863
2873
|
* @returns GetSparkSQLEngineStateResponse
|
|
2864
2874
|
*/
|
|
@@ -3163,6 +3173,8 @@ export default class Client extends OpenApi {
|
|
|
3163
3173
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
3164
3174
|
* > 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.
|
|
3165
3175
|
*
|
|
3176
|
+
* @deprecated OpenAPI KillSparkSQLEngine is deprecated
|
|
3177
|
+
*
|
|
3166
3178
|
* @param request - KillSparkSQLEngineRequest
|
|
3167
3179
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3168
3180
|
* @returns KillSparkSQLEngineResponse
|
|
@@ -3176,6 +3188,8 @@ export default class Client extends OpenApi {
|
|
|
3176
3188
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
3177
3189
|
* > 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.
|
|
3178
3190
|
*
|
|
3191
|
+
* @deprecated OpenAPI KillSparkSQLEngine is deprecated
|
|
3192
|
+
*
|
|
3179
3193
|
* @param request - KillSparkSQLEngineRequest
|
|
3180
3194
|
* @returns KillSparkSQLEngineResponse
|
|
3181
3195
|
*/
|
package/dist/client.js
CHANGED
|
@@ -2644,7 +2644,7 @@ class Client extends openapi_core_1.default {
|
|
|
2644
2644
|
return await this.describeAdbMySqlColumnsWithOptions(request, runtime);
|
|
2645
2645
|
}
|
|
2646
2646
|
/**
|
|
2647
|
-
*
|
|
2647
|
+
* Queries the information about table indexes.
|
|
2648
2648
|
*
|
|
2649
2649
|
* @param request - DescribeAdbMySqlIndexesRequest
|
|
2650
2650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2682,7 +2682,7 @@ class Client extends openapi_core_1.default {
|
|
|
2682
2682
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAdbMySqlIndexesResponse({}));
|
|
2683
2683
|
}
|
|
2684
2684
|
/**
|
|
2685
|
-
*
|
|
2685
|
+
* Queries the information about table indexes.
|
|
2686
2686
|
*
|
|
2687
2687
|
* @param request - DescribeAdbMySqlIndexesRequest
|
|
2688
2688
|
* @returns DescribeAdbMySqlIndexesResponse
|
|
@@ -2742,7 +2742,7 @@ class Client extends openapi_core_1.default {
|
|
|
2742
2742
|
return await this.describeAdbMySqlSchemasWithOptions(request, runtime);
|
|
2743
2743
|
}
|
|
2744
2744
|
/**
|
|
2745
|
-
*
|
|
2745
|
+
* Queries the information about table metadata.
|
|
2746
2746
|
*
|
|
2747
2747
|
* @param request - DescribeAdbMySqlTableMetaRequest
|
|
2748
2748
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2780,7 +2780,7 @@ class Client extends openapi_core_1.default {
|
|
|
2780
2780
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAdbMySqlTableMetaResponse({}));
|
|
2781
2781
|
}
|
|
2782
2782
|
/**
|
|
2783
|
-
*
|
|
2783
|
+
* Queries the information about table metadata.
|
|
2784
2784
|
*
|
|
2785
2785
|
* @param request - DescribeAdbMySqlTableMetaRequest
|
|
2786
2786
|
* @returns DescribeAdbMySqlTableMetaResponse
|
|
@@ -4655,7 +4655,7 @@ class Client extends openapi_core_1.default {
|
|
|
4655
4655
|
* Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
4656
4656
|
*
|
|
4657
4657
|
* @remarks
|
|
4658
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
4658
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
4659
4659
|
*
|
|
4660
4660
|
* @param request - DescribeDiagnosisDimensionsRequest
|
|
4661
4661
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4702,7 +4702,7 @@ class Client extends openapi_core_1.default {
|
|
|
4702
4702
|
* Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
4703
4703
|
*
|
|
4704
4704
|
* @remarks
|
|
4705
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
4705
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
4706
4706
|
*
|
|
4707
4707
|
* @param request - DescribeDiagnosisDimensionsRequest
|
|
4708
4708
|
* @returns DescribeDiagnosisDimensionsResponse
|
|
@@ -4712,7 +4712,7 @@ class Client extends openapi_core_1.default {
|
|
|
4712
4712
|
return await this.describeDiagnosisDimensionsWithOptions(request, runtime);
|
|
4713
4713
|
}
|
|
4714
4714
|
/**
|
|
4715
|
-
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL
|
|
4715
|
+
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL cluster.
|
|
4716
4716
|
*
|
|
4717
4717
|
* @remarks
|
|
4718
4718
|
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
@@ -4798,7 +4798,7 @@ class Client extends openapi_core_1.default {
|
|
|
4798
4798
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiagnosisRecordsResponse({}));
|
|
4799
4799
|
}
|
|
4800
4800
|
/**
|
|
4801
|
-
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL
|
|
4801
|
+
* Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL cluster.
|
|
4802
4802
|
*
|
|
4803
4803
|
* @remarks
|
|
4804
4804
|
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
@@ -4814,7 +4814,7 @@ class Client extends openapi_core_1.default {
|
|
|
4814
4814
|
* Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
|
|
4815
4815
|
*
|
|
4816
4816
|
* @remarks
|
|
4817
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
4817
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
4818
4818
|
*
|
|
4819
4819
|
* @param request - DescribeDiagnosisSQLInfoRequest
|
|
4820
4820
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4864,7 +4864,7 @@ class Client extends openapi_core_1.default {
|
|
|
4864
4864
|
* Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
|
|
4865
4865
|
*
|
|
4866
4866
|
* @remarks
|
|
4867
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
4867
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
4868
4868
|
*
|
|
4869
4869
|
* @param request - DescribeDiagnosisSQLInfoRequest
|
|
4870
4870
|
* @returns DescribeDiagnosisSQLInfoResponse
|
|
@@ -4877,7 +4877,7 @@ class Client extends openapi_core_1.default {
|
|
|
4877
4877
|
* Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
4878
4878
|
*
|
|
4879
4879
|
* @remarks
|
|
4880
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
4880
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
4881
4881
|
*
|
|
4882
4882
|
* @param request - DescribeDownloadRecordsRequest
|
|
4883
4883
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4915,7 +4915,7 @@ class Client extends openapi_core_1.default {
|
|
|
4915
4915
|
* Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
4916
4916
|
*
|
|
4917
4917
|
* @remarks
|
|
4918
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
4918
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
4919
4919
|
*
|
|
4920
4920
|
* @param request - DescribeDownloadRecordsRequest
|
|
4921
4921
|
* @returns DescribeDownloadRecordsResponse
|
|
@@ -5642,6 +5642,8 @@ class Client extends openapi_core_1.default {
|
|
|
5642
5642
|
return await this.describeLLMAnswerWithOptions(request, runtime);
|
|
5643
5643
|
}
|
|
5644
5644
|
/**
|
|
5645
|
+
* Queries a list of questions similar to a user question.
|
|
5646
|
+
*
|
|
5645
5647
|
* @param request - DescribeLLMSimilarQuestionsRequest
|
|
5646
5648
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5647
5649
|
* @returns DescribeLLMSimilarQuestionsResponse
|
|
@@ -5687,6 +5689,8 @@ class Client extends openapi_core_1.default {
|
|
|
5687
5689
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLLMSimilarQuestionsResponse({}));
|
|
5688
5690
|
}
|
|
5689
5691
|
/**
|
|
5692
|
+
* Queries a list of questions similar to a user question.
|
|
5693
|
+
*
|
|
5690
5694
|
* @param request - DescribeLLMSimilarQuestionsRequest
|
|
5691
5695
|
* @returns DescribeLLMSimilarQuestionsResponse
|
|
5692
5696
|
*/
|
|
@@ -6093,7 +6097,7 @@ class Client extends openapi_core_1.default {
|
|
|
6093
6097
|
*
|
|
6094
6098
|
* @remarks
|
|
6095
6099
|
* ### [](#)
|
|
6096
|
-
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://
|
|
6100
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
6097
6101
|
*
|
|
6098
6102
|
* @param request - DescribeResourceGroupSpecRequest
|
|
6099
6103
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6132,7 +6136,7 @@ class Client extends openapi_core_1.default {
|
|
|
6132
6136
|
*
|
|
6133
6137
|
* @remarks
|
|
6134
6138
|
* ### [](#)
|
|
6135
|
-
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://
|
|
6139
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
6136
6140
|
*
|
|
6137
6141
|
* @param request - DescribeResourceGroupSpecRequest
|
|
6138
6142
|
* @returns DescribeResourceGroupSpecResponse
|
|
@@ -6215,7 +6219,7 @@ class Client extends openapi_core_1.default {
|
|
|
6215
6219
|
return await this.describeSQLPatternsWithOptions(request, runtime);
|
|
6216
6220
|
}
|
|
6217
6221
|
/**
|
|
6218
|
-
*
|
|
6222
|
+
* Queries the WebSocket domain name of an AnalyticDB for MySQL cluster.
|
|
6219
6223
|
*
|
|
6220
6224
|
* @param request - DescribeSQLWebSocketDomainRequest
|
|
6221
6225
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6247,7 +6251,7 @@ class Client extends openapi_core_1.default {
|
|
|
6247
6251
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSQLWebSocketDomainResponse({}));
|
|
6248
6252
|
}
|
|
6249
6253
|
/**
|
|
6250
|
-
*
|
|
6254
|
+
* Queries the WebSocket domain name of an AnalyticDB for MySQL cluster.
|
|
6251
6255
|
*
|
|
6252
6256
|
* @param request - DescribeSQLWebSocketDomainRequest
|
|
6253
6257
|
* @returns DescribeSQLWebSocketDomainResponse
|
|
@@ -6790,7 +6794,7 @@ class Client extends openapi_core_1.default {
|
|
|
6790
6794
|
* Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL cluster on a date.
|
|
6791
6795
|
*
|
|
6792
6796
|
* @remarks
|
|
6793
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
6797
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
6794
6798
|
*
|
|
6795
6799
|
* @param request - DescribeTableAccessCountRequest
|
|
6796
6800
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6840,7 +6844,7 @@ class Client extends openapi_core_1.default {
|
|
|
6840
6844
|
* Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL cluster on a date.
|
|
6841
6845
|
*
|
|
6842
6846
|
* @remarks
|
|
6843
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
6847
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
6844
6848
|
*
|
|
6845
6849
|
* @param request - DescribeTableAccessCountRequest
|
|
6846
6850
|
* @returns DescribeTableAccessCountResponse
|
|
@@ -6952,7 +6956,7 @@ class Client extends openapi_core_1.default {
|
|
|
6952
6956
|
return await this.describeTablePartitionDiagnoseWithOptions(request, runtime);
|
|
6953
6957
|
}
|
|
6954
6958
|
/**
|
|
6955
|
-
*
|
|
6959
|
+
* Queries the table statistics of an AnalyticDB for MySQL cluster.
|
|
6956
6960
|
*
|
|
6957
6961
|
* @param request - DescribeTableStatisticsRequest
|
|
6958
6962
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6999,7 +7003,7 @@ class Client extends openapi_core_1.default {
|
|
|
6999
7003
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTableStatisticsResponse({}));
|
|
7000
7004
|
}
|
|
7001
7005
|
/**
|
|
7002
|
-
*
|
|
7006
|
+
* Queries the table statistics of an AnalyticDB for MySQL cluster.
|
|
7003
7007
|
*
|
|
7004
7008
|
* @param request - DescribeTableStatisticsRequest
|
|
7005
7009
|
* @returns DescribeTableStatisticsResponse
|
|
@@ -7305,7 +7309,7 @@ class Client extends openapi_core_1.default {
|
|
|
7305
7309
|
* Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7306
7310
|
*
|
|
7307
7311
|
* @remarks
|
|
7308
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
7312
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7309
7313
|
*
|
|
7310
7314
|
* @param request - DownloadDiagnosisRecordsRequest
|
|
7311
7315
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7379,7 +7383,7 @@ class Client extends openapi_core_1.default {
|
|
|
7379
7383
|
* Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7380
7384
|
*
|
|
7381
7385
|
* @remarks
|
|
7382
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
7386
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7383
7387
|
*
|
|
7384
7388
|
* @param request - DownloadDiagnosisRecordsRequest
|
|
7385
7389
|
* @returns DownloadDiagnosisRecordsResponse
|
|
@@ -8087,7 +8091,8 @@ class Client extends openapi_core_1.default {
|
|
|
8087
8091
|
* Queries the metrics of a Spark application.
|
|
8088
8092
|
*
|
|
8089
8093
|
* @remarks
|
|
8090
|
-
*
|
|
8094
|
+
* Before you call this operation, you must call the [PreloadSparkAppMetrics](https://help.aliyun.com/document_detail/612447.html) operation to preload the metrics of a Spark application.
|
|
8095
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8091
8096
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8092
8097
|
* > 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.
|
|
8093
8098
|
*
|
|
@@ -8126,7 +8131,8 @@ class Client extends openapi_core_1.default {
|
|
|
8126
8131
|
* Queries the metrics of a Spark application.
|
|
8127
8132
|
*
|
|
8128
8133
|
* @remarks
|
|
8129
|
-
*
|
|
8134
|
+
* Before you call this operation, you must call the [PreloadSparkAppMetrics](https://help.aliyun.com/document_detail/612447.html) operation to preload the metrics of a Spark application.
|
|
8135
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8130
8136
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8131
8137
|
* > 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.
|
|
8132
8138
|
*
|
|
@@ -8438,10 +8444,13 @@ class Client extends openapi_core_1.default {
|
|
|
8438
8444
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8439
8445
|
* > 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.
|
|
8440
8446
|
*
|
|
8447
|
+
* @deprecated OpenAPI GetSparkSQLEngineState is deprecated
|
|
8448
|
+
*
|
|
8441
8449
|
* @param request - GetSparkSQLEngineStateRequest
|
|
8442
8450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
8443
8451
|
* @returns GetSparkSQLEngineStateResponse
|
|
8444
8452
|
*/
|
|
8453
|
+
// Deprecated
|
|
8445
8454
|
async getSparkSQLEngineStateWithOptions(request, runtime) {
|
|
8446
8455
|
request.validate();
|
|
8447
8456
|
let body = {};
|
|
@@ -8475,9 +8484,12 @@ class Client extends openapi_core_1.default {
|
|
|
8475
8484
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8476
8485
|
* > 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.
|
|
8477
8486
|
*
|
|
8487
|
+
* @deprecated OpenAPI GetSparkSQLEngineState is deprecated
|
|
8488
|
+
*
|
|
8478
8489
|
* @param request - GetSparkSQLEngineStateRequest
|
|
8479
8490
|
* @returns GetSparkSQLEngineStateResponse
|
|
8480
8491
|
*/
|
|
8492
|
+
// Deprecated
|
|
8481
8493
|
async getSparkSQLEngineState(request) {
|
|
8482
8494
|
let runtime = new $dara.RuntimeOptions({});
|
|
8483
8495
|
return await this.getSparkSQLEngineStateWithOptions(request, runtime);
|
|
@@ -9246,10 +9258,13 @@ class Client extends openapi_core_1.default {
|
|
|
9246
9258
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9247
9259
|
* > 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.
|
|
9248
9260
|
*
|
|
9261
|
+
* @deprecated OpenAPI KillSparkSQLEngine is deprecated
|
|
9262
|
+
*
|
|
9249
9263
|
* @param request - KillSparkSQLEngineRequest
|
|
9250
9264
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
9251
9265
|
* @returns KillSparkSQLEngineResponse
|
|
9252
9266
|
*/
|
|
9267
|
+
// Deprecated
|
|
9253
9268
|
async killSparkSQLEngineWithOptions(request, runtime) {
|
|
9254
9269
|
request.validate();
|
|
9255
9270
|
let body = {};
|
|
@@ -9283,9 +9298,12 @@ class Client extends openapi_core_1.default {
|
|
|
9283
9298
|
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9284
9299
|
* > 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.
|
|
9285
9300
|
*
|
|
9301
|
+
* @deprecated OpenAPI KillSparkSQLEngine is deprecated
|
|
9302
|
+
*
|
|
9286
9303
|
* @param request - KillSparkSQLEngineRequest
|
|
9287
9304
|
* @returns KillSparkSQLEngineResponse
|
|
9288
9305
|
*/
|
|
9306
|
+
// Deprecated
|
|
9289
9307
|
async killSparkSQLEngine(request) {
|
|
9290
9308
|
let runtime = new $dara.RuntimeOptions({});
|
|
9291
9309
|
return await this.killSparkSQLEngineWithOptions(request, runtime);
|