@alicloud/adb20211201 1.5.4 → 1.5.5
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 +1712 -915
- package/dist/client.js +1712 -915
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1712 -915
package/dist/client.d.ts
CHANGED
|
@@ -7908,1502 +7908,2299 @@ export default class Client extends OpenApi {
|
|
|
7908
7908
|
[key: string]: string;
|
|
7909
7909
|
}, endpoint: string): string;
|
|
7910
7910
|
/**
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7911
|
+
* @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7912
|
+
*
|
|
7913
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
7914
|
+
*
|
|
7915
|
+
* @param request AllocateClusterPublicConnectionRequest
|
|
7916
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7917
|
+
* @return AllocateClusterPublicConnectionResponse
|
|
7916
7918
|
*/
|
|
7917
7919
|
allocateClusterPublicConnectionWithOptions(request: AllocateClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateClusterPublicConnectionResponse>;
|
|
7918
7920
|
/**
|
|
7919
|
-
|
|
7920
|
-
|
|
7921
|
-
|
|
7922
|
-
|
|
7921
|
+
* @summary Applies for a public endpoint for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7922
|
+
*
|
|
7923
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
7924
|
+
*
|
|
7925
|
+
* @param request AllocateClusterPublicConnectionRequest
|
|
7926
|
+
* @return AllocateClusterPublicConnectionResponse
|
|
7923
7927
|
*/
|
|
7924
7928
|
allocateClusterPublicConnection(request: AllocateClusterPublicConnectionRequest): Promise<AllocateClusterPublicConnectionResponse>;
|
|
7925
7929
|
/**
|
|
7926
|
-
|
|
7927
|
-
|
|
7928
|
-
|
|
7929
|
-
|
|
7930
|
-
|
|
7930
|
+
* @summary Attaches an elastic network interface (ENI) to an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7931
|
+
*
|
|
7932
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7933
|
+
*
|
|
7934
|
+
* @param request AttachUserENIRequest
|
|
7935
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7936
|
+
* @return AttachUserENIResponse
|
|
7931
7937
|
*/
|
|
7932
7938
|
attachUserENIWithOptions(request: AttachUserENIRequest, runtime: $Util.RuntimeOptions): Promise<AttachUserENIResponse>;
|
|
7933
7939
|
/**
|
|
7934
|
-
|
|
7935
|
-
|
|
7936
|
-
|
|
7937
|
-
|
|
7940
|
+
* @summary Attaches an elastic network interface (ENI) to an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
7941
|
+
*
|
|
7942
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7943
|
+
*
|
|
7944
|
+
* @param request AttachUserENIRequest
|
|
7945
|
+
* @return AttachUserENIResponse
|
|
7938
7946
|
*/
|
|
7939
7947
|
attachUserENI(request: AttachUserENIRequest): Promise<AttachUserENIResponse>;
|
|
7940
7948
|
/**
|
|
7941
|
-
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
7949
|
+
* @summary Associates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster with a Resource Access Management (RAM) user.
|
|
7950
|
+
*
|
|
7951
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7952
|
+
*
|
|
7953
|
+
* @param request BindAccountRequest
|
|
7954
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7955
|
+
* @return BindAccountResponse
|
|
7946
7956
|
*/
|
|
7947
7957
|
bindAccountWithOptions(request: BindAccountRequest, runtime: $Util.RuntimeOptions): Promise<BindAccountResponse>;
|
|
7948
7958
|
/**
|
|
7949
|
-
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
7959
|
+
* @summary Associates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster with a Resource Access Management (RAM) user.
|
|
7960
|
+
*
|
|
7961
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7962
|
+
*
|
|
7963
|
+
* @param request BindAccountRequest
|
|
7964
|
+
* @return BindAccountResponse
|
|
7953
7965
|
*/
|
|
7954
7966
|
bindAccount(request: BindAccountRequest): Promise<BindAccountResponse>;
|
|
7955
7967
|
/**
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
|
|
7968
|
+
* @summary Associates a resource group with a database account.
|
|
7969
|
+
*
|
|
7970
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7971
|
+
*
|
|
7972
|
+
* @param request BindDBResourceGroupWithUserRequest
|
|
7973
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7974
|
+
* @return BindDBResourceGroupWithUserResponse
|
|
7961
7975
|
*/
|
|
7962
7976
|
bindDBResourceGroupWithUserWithOptions(request: BindDBResourceGroupWithUserRequest, runtime: $Util.RuntimeOptions): Promise<BindDBResourceGroupWithUserResponse>;
|
|
7963
7977
|
/**
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
|
|
7978
|
+
* @summary Associates a resource group with a database account.
|
|
7979
|
+
*
|
|
7980
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7981
|
+
*
|
|
7982
|
+
* @param request BindDBResourceGroupWithUserRequest
|
|
7983
|
+
* @return BindDBResourceGroupWithUserResponse
|
|
7968
7984
|
*/
|
|
7969
7985
|
bindDBResourceGroupWithUser(request: BindDBResourceGroupWithUserRequest): Promise<BindDBResourceGroupWithUserResponse>;
|
|
7970
7986
|
/**
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7975
|
-
|
|
7987
|
+
* @summary Queries whether a database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster is associated with a Resource Access Management (RAM) user.
|
|
7988
|
+
*
|
|
7989
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
7990
|
+
*
|
|
7991
|
+
* @param request CheckBindRamUserRequest
|
|
7992
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7993
|
+
* @return CheckBindRamUserResponse
|
|
7976
7994
|
*/
|
|
7977
7995
|
checkBindRamUserWithOptions(request: CheckBindRamUserRequest, runtime: $Util.RuntimeOptions): Promise<CheckBindRamUserResponse>;
|
|
7978
7996
|
/**
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7997
|
+
* @summary Queries whether a database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster is associated with a Resource Access Management (RAM) user.
|
|
7998
|
+
*
|
|
7999
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8000
|
+
*
|
|
8001
|
+
* @param request CheckBindRamUserRequest
|
|
8002
|
+
* @return CheckBindRamUserResponse
|
|
7983
8003
|
*/
|
|
7984
8004
|
checkBindRamUser(request: CheckBindRamUserRequest): Promise<CheckBindRamUserResponse>;
|
|
7985
8005
|
/**
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
|
|
8006
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8007
|
+
*
|
|
8008
|
+
* @param request CheckSampleDataSetRequest
|
|
8009
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8010
|
+
* @return CheckSampleDataSetResponse
|
|
7991
8011
|
*/
|
|
7992
8012
|
checkSampleDataSetWithOptions(request: CheckSampleDataSetRequest, runtime: $Util.RuntimeOptions): Promise<CheckSampleDataSetResponse>;
|
|
7993
8013
|
/**
|
|
7994
|
-
|
|
7995
|
-
|
|
7996
|
-
|
|
7997
|
-
|
|
8014
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8015
|
+
*
|
|
8016
|
+
* @param request CheckSampleDataSetRequest
|
|
8017
|
+
* @return CheckSampleDataSetResponse
|
|
7998
8018
|
*/
|
|
7999
8019
|
checkSampleDataSet(request: CheckSampleDataSetRequest): Promise<CheckSampleDataSetResponse>;
|
|
8000
8020
|
/**
|
|
8001
|
-
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
|
|
8021
|
+
* @summary Creates a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8022
|
+
*
|
|
8023
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8024
|
+
*
|
|
8025
|
+
* @param request CreateAccountRequest
|
|
8026
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8027
|
+
* @return CreateAccountResponse
|
|
8006
8028
|
*/
|
|
8007
8029
|
createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
|
|
8008
8030
|
/**
|
|
8009
|
-
|
|
8010
|
-
|
|
8011
|
-
|
|
8012
|
-
|
|
8031
|
+
* @summary Creates a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8032
|
+
*
|
|
8033
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8034
|
+
*
|
|
8035
|
+
* @param request CreateAccountRequest
|
|
8036
|
+
* @return CreateAccountResponse
|
|
8013
8037
|
*/
|
|
8014
8038
|
createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
|
|
8015
8039
|
/**
|
|
8016
|
-
|
|
8017
|
-
|
|
8018
|
-
|
|
8019
|
-
|
|
8020
|
-
|
|
8040
|
+
* @summary Creates an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8041
|
+
*
|
|
8042
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8043
|
+
*
|
|
8044
|
+
* @param request CreateDBClusterRequest
|
|
8045
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8046
|
+
* @return CreateDBClusterResponse
|
|
8021
8047
|
*/
|
|
8022
8048
|
createDBClusterWithOptions(request: CreateDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBClusterResponse>;
|
|
8023
8049
|
/**
|
|
8024
|
-
|
|
8025
|
-
|
|
8026
|
-
|
|
8027
|
-
|
|
8050
|
+
* @summary Creates an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8051
|
+
*
|
|
8052
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8053
|
+
*
|
|
8054
|
+
* @param request CreateDBClusterRequest
|
|
8055
|
+
* @return CreateDBClusterResponse
|
|
8028
8056
|
*/
|
|
8029
8057
|
createDBCluster(request: CreateDBClusterRequest): Promise<CreateDBClusterResponse>;
|
|
8030
8058
|
/**
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8059
|
+
* @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8060
|
+
*
|
|
8061
|
+
* @description For information about the endpoints of the current service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8062
|
+
*
|
|
8063
|
+
* @param tmpReq CreateDBResourceGroupRequest
|
|
8064
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8065
|
+
* @return CreateDBResourceGroupResponse
|
|
8036
8066
|
*/
|
|
8037
8067
|
createDBResourceGroupWithOptions(tmpReq: CreateDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBResourceGroupResponse>;
|
|
8038
8068
|
/**
|
|
8039
|
-
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8069
|
+
* @summary Creates a resource group for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8070
|
+
*
|
|
8071
|
+
* @description For information about the endpoints of the current service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8072
|
+
*
|
|
8073
|
+
* @param request CreateDBResourceGroupRequest
|
|
8074
|
+
* @return CreateDBResourceGroupResponse
|
|
8043
8075
|
*/
|
|
8044
8076
|
createDBResourceGroup(request: CreateDBResourceGroupRequest): Promise<CreateDBResourceGroupResponse>;
|
|
8045
8077
|
/**
|
|
8046
|
-
|
|
8047
|
-
|
|
8048
|
-
|
|
8049
|
-
|
|
8050
|
-
|
|
8078
|
+
* @summary Creates a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8079
|
+
*
|
|
8080
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8081
|
+
*
|
|
8082
|
+
* @param request CreateElasticPlanRequest
|
|
8083
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8084
|
+
* @return CreateElasticPlanResponse
|
|
8051
8085
|
*/
|
|
8052
8086
|
createElasticPlanWithOptions(request: CreateElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<CreateElasticPlanResponse>;
|
|
8053
8087
|
/**
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8088
|
+
* @summary Creates a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8089
|
+
*
|
|
8090
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8091
|
+
*
|
|
8092
|
+
* @param request CreateElasticPlanRequest
|
|
8093
|
+
* @return CreateElasticPlanResponse
|
|
8058
8094
|
*/
|
|
8059
8095
|
createElasticPlan(request: CreateElasticPlanRequest): Promise<CreateElasticPlanResponse>;
|
|
8060
8096
|
/**
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
8097
|
+
* @summary Creates an Object Storage Service (OSS) subdirectory.
|
|
8098
|
+
*
|
|
8099
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8100
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8101
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8102
|
+
*
|
|
8103
|
+
* @param request CreateOssSubDirectoryRequest
|
|
8104
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8105
|
+
* @return CreateOssSubDirectoryResponse
|
|
8068
8106
|
*/
|
|
8069
8107
|
createOssSubDirectoryWithOptions(request: CreateOssSubDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateOssSubDirectoryResponse>;
|
|
8070
8108
|
/**
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
8109
|
+
* @summary Creates an Object Storage Service (OSS) subdirectory.
|
|
8110
|
+
*
|
|
8111
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8112
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8113
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8114
|
+
*
|
|
8115
|
+
* @param request CreateOssSubDirectoryRequest
|
|
8116
|
+
* @return CreateOssSubDirectoryResponse
|
|
8077
8117
|
*/
|
|
8078
8118
|
createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
|
|
8079
8119
|
/**
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
8086
|
-
|
|
8120
|
+
* @summary Creates a Spark application template.
|
|
8121
|
+
*
|
|
8122
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8123
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8124
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8125
|
+
*
|
|
8126
|
+
* @param request CreateSparkTemplateRequest
|
|
8127
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8128
|
+
* @return CreateSparkTemplateResponse
|
|
8087
8129
|
*/
|
|
8088
8130
|
createSparkTemplateWithOptions(request: CreateSparkTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateSparkTemplateResponse>;
|
|
8089
8131
|
/**
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
|
|
8094
|
-
|
|
8095
|
-
|
|
8132
|
+
* @summary Creates a Spark application template.
|
|
8133
|
+
*
|
|
8134
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8135
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8136
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8137
|
+
*
|
|
8138
|
+
* @param request CreateSparkTemplateRequest
|
|
8139
|
+
* @return CreateSparkTemplateResponse
|
|
8096
8140
|
*/
|
|
8097
8141
|
createSparkTemplate(request: CreateSparkTemplateRequest): Promise<CreateSparkTemplateResponse>;
|
|
8142
|
+
/**
|
|
8143
|
+
* @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8144
|
+
*
|
|
8145
|
+
* @param request DeleteAccountRequest
|
|
8146
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8147
|
+
* @return DeleteAccountResponse
|
|
8148
|
+
*/
|
|
8098
8149
|
deleteAccountWithOptions(request: DeleteAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccountResponse>;
|
|
8150
|
+
/**
|
|
8151
|
+
* @summary Deletes a database account from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8152
|
+
*
|
|
8153
|
+
* @param request DeleteAccountRequest
|
|
8154
|
+
* @return DeleteAccountResponse
|
|
8155
|
+
*/
|
|
8099
8156
|
deleteAccount(request: DeleteAccountRequest): Promise<DeleteAccountResponse>;
|
|
8100
8157
|
/**
|
|
8101
|
-
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
|
|
8106
|
-
|
|
8107
|
-
|
|
8158
|
+
* @summary Deletes an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8159
|
+
*
|
|
8160
|
+
* @description ### [](#)
|
|
8161
|
+
* * You can call this operation to delete only subscription clusters.
|
|
8162
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8163
|
+
*
|
|
8164
|
+
* @param request DeleteDBClusterRequest
|
|
8165
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8166
|
+
* @return DeleteDBClusterResponse
|
|
8108
8167
|
*/
|
|
8109
8168
|
deleteDBClusterWithOptions(request: DeleteDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBClusterResponse>;
|
|
8110
8169
|
/**
|
|
8111
|
-
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8170
|
+
* @summary Deletes an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8171
|
+
*
|
|
8172
|
+
* @description ### [](#)
|
|
8173
|
+
* * You can call this operation to delete only subscription clusters.
|
|
8174
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8175
|
+
*
|
|
8176
|
+
* @param request DeleteDBClusterRequest
|
|
8177
|
+
* @return DeleteDBClusterResponse
|
|
8117
8178
|
*/
|
|
8118
8179
|
deleteDBCluster(request: DeleteDBClusterRequest): Promise<DeleteDBClusterResponse>;
|
|
8119
8180
|
/**
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8181
|
+
* @summary Deletes a resource group from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8182
|
+
*
|
|
8183
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8184
|
+
*
|
|
8185
|
+
* @param request DeleteDBResourceGroupRequest
|
|
8186
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8187
|
+
* @return DeleteDBResourceGroupResponse
|
|
8125
8188
|
*/
|
|
8126
8189
|
deleteDBResourceGroupWithOptions(request: DeleteDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBResourceGroupResponse>;
|
|
8127
8190
|
/**
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
|
|
8191
|
+
* @summary Deletes a resource group from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8192
|
+
*
|
|
8193
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8194
|
+
*
|
|
8195
|
+
* @param request DeleteDBResourceGroupRequest
|
|
8196
|
+
* @return DeleteDBResourceGroupResponse
|
|
8132
8197
|
*/
|
|
8133
8198
|
deleteDBResourceGroup(request: DeleteDBResourceGroupRequest): Promise<DeleteDBResourceGroupResponse>;
|
|
8134
8199
|
/**
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
|
-
|
|
8138
|
-
|
|
8139
|
-
|
|
8200
|
+
* @summary Deletes a scaling plan from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8201
|
+
*
|
|
8202
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8203
|
+
*
|
|
8204
|
+
* @param request DeleteElasticPlanRequest
|
|
8205
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8206
|
+
* @return DeleteElasticPlanResponse
|
|
8140
8207
|
*/
|
|
8141
8208
|
deleteElasticPlanWithOptions(request: DeleteElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<DeleteElasticPlanResponse>;
|
|
8142
8209
|
/**
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
|
|
8146
|
-
|
|
8210
|
+
* @summary Deletes a scaling plan from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8211
|
+
*
|
|
8212
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8213
|
+
*
|
|
8214
|
+
* @param request DeleteElasticPlanRequest
|
|
8215
|
+
* @return DeleteElasticPlanResponse
|
|
8147
8216
|
*/
|
|
8148
8217
|
deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
|
|
8149
8218
|
/**
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
8219
|
+
* @summary Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8220
|
+
*
|
|
8221
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8222
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8223
|
+
*
|
|
8224
|
+
* @param request DeleteProcessInstanceRequest
|
|
8225
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8226
|
+
* @return DeleteProcessInstanceResponse
|
|
8156
8227
|
*/
|
|
8157
8228
|
deleteProcessInstanceWithOptions(request: DeleteProcessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProcessInstanceResponse>;
|
|
8158
8229
|
/**
|
|
8159
|
-
|
|
8160
|
-
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
|
|
8230
|
+
* @summary Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8231
|
+
*
|
|
8232
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8233
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8234
|
+
*
|
|
8235
|
+
* @param request DeleteProcessInstanceRequest
|
|
8236
|
+
* @return DeleteProcessInstanceResponse
|
|
8164
8237
|
*/
|
|
8165
8238
|
deleteProcessInstance(request: DeleteProcessInstanceRequest): Promise<DeleteProcessInstanceResponse>;
|
|
8166
8239
|
/**
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8240
|
+
* @summary Deletes Spark template files.
|
|
8241
|
+
*
|
|
8242
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8243
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8244
|
+
* > 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.
|
|
8245
|
+
*
|
|
8246
|
+
* @param request DeleteSparkTemplateRequest
|
|
8247
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8248
|
+
* @return DeleteSparkTemplateResponse
|
|
8174
8249
|
*/
|
|
8175
8250
|
deleteSparkTemplateWithOptions(request: DeleteSparkTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSparkTemplateResponse>;
|
|
8176
8251
|
/**
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
|
|
8181
|
-
|
|
8182
|
-
|
|
8252
|
+
* @summary Deletes Spark template files.
|
|
8253
|
+
*
|
|
8254
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8255
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8256
|
+
* > 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.
|
|
8257
|
+
*
|
|
8258
|
+
* @param request DeleteSparkTemplateRequest
|
|
8259
|
+
* @return DeleteSparkTemplateResponse
|
|
8183
8260
|
*/
|
|
8184
8261
|
deleteSparkTemplate(request: DeleteSparkTemplateRequest): Promise<DeleteSparkTemplateResponse>;
|
|
8262
|
+
/**
|
|
8263
|
+
* @summary Deletes Spark template files.
|
|
8264
|
+
*
|
|
8265
|
+
* @param request DeleteSparkTemplateFileRequest
|
|
8266
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8267
|
+
* @return DeleteSparkTemplateFileResponse
|
|
8268
|
+
*/
|
|
8185
8269
|
deleteSparkTemplateFileWithOptions(request: DeleteSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSparkTemplateFileResponse>;
|
|
8270
|
+
/**
|
|
8271
|
+
* @summary Deletes Spark template files.
|
|
8272
|
+
*
|
|
8273
|
+
* @param request DeleteSparkTemplateFileRequest
|
|
8274
|
+
* @return DeleteSparkTemplateFileResponse
|
|
8275
|
+
*/
|
|
8186
8276
|
deleteSparkTemplateFile(request: DeleteSparkTemplateFileRequest): Promise<DeleteSparkTemplateFileResponse>;
|
|
8187
8277
|
/**
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8278
|
+
* @summary Queries the permissions of a database account on all permission levels.
|
|
8279
|
+
*
|
|
8280
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8281
|
+
*
|
|
8282
|
+
* @param request DescribeAccountAllPrivilegesRequest
|
|
8283
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8284
|
+
* @return DescribeAccountAllPrivilegesResponse
|
|
8193
8285
|
*/
|
|
8194
8286
|
describeAccountAllPrivilegesWithOptions(request: DescribeAccountAllPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountAllPrivilegesResponse>;
|
|
8195
8287
|
/**
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
|
|
8199
|
-
|
|
8288
|
+
* @summary Queries the permissions of a database account on all permission levels.
|
|
8289
|
+
*
|
|
8290
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8291
|
+
*
|
|
8292
|
+
* @param request DescribeAccountAllPrivilegesRequest
|
|
8293
|
+
* @return DescribeAccountAllPrivilegesResponse
|
|
8200
8294
|
*/
|
|
8201
8295
|
describeAccountAllPrivileges(request: DescribeAccountAllPrivilegesRequest): Promise<DescribeAccountAllPrivilegesResponse>;
|
|
8202
8296
|
/**
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
|
|
8297
|
+
* @summary Queries the databases, tables, and columns on which a database account has permissions.
|
|
8298
|
+
*
|
|
8299
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8300
|
+
*
|
|
8301
|
+
* @param request DescribeAccountPrivilegeObjectsRequest
|
|
8302
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8303
|
+
* @return DescribeAccountPrivilegeObjectsResponse
|
|
8208
8304
|
*/
|
|
8209
8305
|
describeAccountPrivilegeObjectsWithOptions(request: DescribeAccountPrivilegeObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountPrivilegeObjectsResponse>;
|
|
8210
8306
|
/**
|
|
8211
|
-
|
|
8212
|
-
|
|
8213
|
-
|
|
8214
|
-
|
|
8307
|
+
* @summary Queries the databases, tables, and columns on which a database account has permissions.
|
|
8308
|
+
*
|
|
8309
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8310
|
+
*
|
|
8311
|
+
* @param request DescribeAccountPrivilegeObjectsRequest
|
|
8312
|
+
* @return DescribeAccountPrivilegeObjectsResponse
|
|
8215
8313
|
*/
|
|
8216
8314
|
describeAccountPrivilegeObjects(request: DescribeAccountPrivilegeObjectsRequest): Promise<DescribeAccountPrivilegeObjectsResponse>;
|
|
8315
|
+
/**
|
|
8316
|
+
* @summary 获取某一ADB账户的权限
|
|
8317
|
+
*
|
|
8318
|
+
* @param request DescribeAccountPrivilegesRequest
|
|
8319
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8320
|
+
* @return DescribeAccountPrivilegesResponse
|
|
8321
|
+
*/
|
|
8217
8322
|
describeAccountPrivilegesWithOptions(request: DescribeAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountPrivilegesResponse>;
|
|
8323
|
+
/**
|
|
8324
|
+
* @summary 获取某一ADB账户的权限
|
|
8325
|
+
*
|
|
8326
|
+
* @param request DescribeAccountPrivilegesRequest
|
|
8327
|
+
* @return DescribeAccountPrivilegesResponse
|
|
8328
|
+
*/
|
|
8218
8329
|
describeAccountPrivileges(request: DescribeAccountPrivilegesRequest): Promise<DescribeAccountPrivilegesResponse>;
|
|
8219
8330
|
/**
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8331
|
+
* @summary Queries the database accounts of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8332
|
+
*
|
|
8333
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8334
|
+
*
|
|
8335
|
+
* @param request DescribeAccountsRequest
|
|
8336
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8337
|
+
* @return DescribeAccountsResponse
|
|
8225
8338
|
*/
|
|
8226
8339
|
describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
|
|
8227
8340
|
/**
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
|
|
8341
|
+
* @summary Queries the database accounts of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8342
|
+
*
|
|
8343
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8344
|
+
*
|
|
8345
|
+
* @param request DescribeAccountsRequest
|
|
8346
|
+
* @return DescribeAccountsResponse
|
|
8232
8347
|
*/
|
|
8233
8348
|
describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
|
|
8349
|
+
/**
|
|
8350
|
+
* @summary 用于查询ADB for MySQL实例下某个数据库某个表的列的列表
|
|
8351
|
+
*
|
|
8352
|
+
* @param request DescribeAdbMySqlColumnsRequest
|
|
8353
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8354
|
+
* @return DescribeAdbMySqlColumnsResponse
|
|
8355
|
+
*/
|
|
8234
8356
|
describeAdbMySqlColumnsWithOptions(request: DescribeAdbMySqlColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlColumnsResponse>;
|
|
8357
|
+
/**
|
|
8358
|
+
* @summary 用于查询ADB for MySQL实例下某个数据库某个表的列的列表
|
|
8359
|
+
*
|
|
8360
|
+
* @param request DescribeAdbMySqlColumnsRequest
|
|
8361
|
+
* @return DescribeAdbMySqlColumnsResponse
|
|
8362
|
+
*/
|
|
8235
8363
|
describeAdbMySqlColumns(request: DescribeAdbMySqlColumnsRequest): Promise<DescribeAdbMySqlColumnsResponse>;
|
|
8364
|
+
/**
|
|
8365
|
+
* @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8366
|
+
*
|
|
8367
|
+
* @param request DescribeAdbMySqlSchemasRequest
|
|
8368
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8369
|
+
* @return DescribeAdbMySqlSchemasResponse
|
|
8370
|
+
*/
|
|
8236
8371
|
describeAdbMySqlSchemasWithOptions(request: DescribeAdbMySqlSchemasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlSchemasResponse>;
|
|
8372
|
+
/**
|
|
8373
|
+
* @summary Queries a list of databases for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8374
|
+
*
|
|
8375
|
+
* @param request DescribeAdbMySqlSchemasRequest
|
|
8376
|
+
* @return DescribeAdbMySqlSchemasResponse
|
|
8377
|
+
*/
|
|
8237
8378
|
describeAdbMySqlSchemas(request: DescribeAdbMySqlSchemasRequest): Promise<DescribeAdbMySqlSchemasResponse>;
|
|
8379
|
+
/**
|
|
8380
|
+
* @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8381
|
+
*
|
|
8382
|
+
* @param request DescribeAdbMySqlTablesRequest
|
|
8383
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8384
|
+
* @return DescribeAdbMySqlTablesResponse
|
|
8385
|
+
*/
|
|
8238
8386
|
describeAdbMySqlTablesWithOptions(request: DescribeAdbMySqlTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlTablesResponse>;
|
|
8387
|
+
/**
|
|
8388
|
+
* @summary Queries a list of tables for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8389
|
+
*
|
|
8390
|
+
* @param request DescribeAdbMySqlTablesRequest
|
|
8391
|
+
* @return DescribeAdbMySqlTablesResponse
|
|
8392
|
+
*/
|
|
8239
8393
|
describeAdbMySqlTables(request: DescribeAdbMySqlTablesRequest): Promise<DescribeAdbMySqlTablesResponse>;
|
|
8394
|
+
/**
|
|
8395
|
+
* @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
|
|
8396
|
+
*
|
|
8397
|
+
* @param request DescribeAllDataSourceRequest
|
|
8398
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8399
|
+
* @return DescribeAllDataSourceResponse
|
|
8400
|
+
*/
|
|
8240
8401
|
describeAllDataSourceWithOptions(request: DescribeAllDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllDataSourceResponse>;
|
|
8402
|
+
/**
|
|
8403
|
+
* @summary Queries a list of databases, tables, and columns in an AnalyticDB for MySQL cluster.
|
|
8404
|
+
*
|
|
8405
|
+
* @param request DescribeAllDataSourceRequest
|
|
8406
|
+
* @return DescribeAllDataSourceResponse
|
|
8407
|
+
*/
|
|
8241
8408
|
describeAllDataSource(request: DescribeAllDataSourceRequest): Promise<DescribeAllDataSourceResponse>;
|
|
8409
|
+
/**
|
|
8410
|
+
* @param request DescribeApsActionLogsRequest
|
|
8411
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8412
|
+
* @return DescribeApsActionLogsResponse
|
|
8413
|
+
*/
|
|
8242
8414
|
describeApsActionLogsWithOptions(request: DescribeApsActionLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsActionLogsResponse>;
|
|
8415
|
+
/**
|
|
8416
|
+
* @param request DescribeApsActionLogsRequest
|
|
8417
|
+
* @return DescribeApsActionLogsResponse
|
|
8418
|
+
*/
|
|
8243
8419
|
describeApsActionLogs(request: DescribeApsActionLogsRequest): Promise<DescribeApsActionLogsResponse>;
|
|
8244
8420
|
/**
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8421
|
+
* @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster, including the resource metrics.
|
|
8422
|
+
*
|
|
8423
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8424
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8425
|
+
*
|
|
8426
|
+
* @param request DescribeApsResourceGroupsRequest
|
|
8427
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8428
|
+
* @return DescribeApsResourceGroupsResponse
|
|
8251
8429
|
*/
|
|
8252
8430
|
describeApsResourceGroupsWithOptions(request: DescribeApsResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsResourceGroupsResponse>;
|
|
8253
8431
|
/**
|
|
8254
|
-
|
|
8255
|
-
|
|
8256
|
-
|
|
8257
|
-
|
|
8258
|
-
|
|
8432
|
+
* @summary Queries the information about resource groups of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster, including the resource metrics.
|
|
8433
|
+
*
|
|
8434
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8435
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8436
|
+
*
|
|
8437
|
+
* @param request DescribeApsResourceGroupsRequest
|
|
8438
|
+
* @return DescribeApsResourceGroupsResponse
|
|
8259
8439
|
*/
|
|
8260
8440
|
describeApsResourceGroups(request: DescribeApsResourceGroupsRequest): Promise<DescribeApsResourceGroupsResponse>;
|
|
8261
8441
|
/**
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
|
|
8442
|
+
* @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8443
|
+
*
|
|
8444
|
+
* @description * SQL audit logs can be queried only when SQL audit is enabled. Only SQL audit logs within the last 30 days can be queried. If SQL audit was disabled and re-enabled, only SQL audit logs from the time when SQL audit was re-enabled can be queried. The following operations are not recorded in SQL audit logs: **INSERT INTO VALUES**, **REPLACE INTO VALUES**, and **UPSERT INTO VALUES**.
|
|
8445
|
+
* * General endpoint: `adb.aliyuncs.com`.
|
|
8446
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8447
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8448
|
+
*
|
|
8449
|
+
* @param request DescribeAuditLogRecordsRequest
|
|
8450
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8451
|
+
* @return DescribeAuditLogRecordsResponse
|
|
8270
8452
|
*/
|
|
8271
8453
|
describeAuditLogRecordsWithOptions(request: DescribeAuditLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditLogRecordsResponse>;
|
|
8272
8454
|
/**
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8455
|
+
* @summary Queries the SQL audit logs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8456
|
+
*
|
|
8457
|
+
* @description * SQL audit logs can be queried only when SQL audit is enabled. Only SQL audit logs within the last 30 days can be queried. If SQL audit was disabled and re-enabled, only SQL audit logs from the time when SQL audit was re-enabled can be queried. The following operations are not recorded in SQL audit logs: **INSERT INTO VALUES**, **REPLACE INTO VALUES**, and **UPSERT INTO VALUES**.
|
|
8458
|
+
* * General endpoint: `adb.aliyuncs.com`.
|
|
8459
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8460
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8461
|
+
*
|
|
8462
|
+
* @param request DescribeAuditLogRecordsRequest
|
|
8463
|
+
* @return DescribeAuditLogRecordsResponse
|
|
8280
8464
|
*/
|
|
8281
8465
|
describeAuditLogRecords(request: DescribeAuditLogRecordsRequest): Promise<DescribeAuditLogRecordsResponse>;
|
|
8282
8466
|
/**
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8467
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8468
|
+
*
|
|
8469
|
+
* @param request DescribeBackupPolicyRequest
|
|
8470
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8471
|
+
* @return DescribeBackupPolicyResponse
|
|
8288
8472
|
*/
|
|
8289
8473
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|
|
8290
8474
|
/**
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8475
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8476
|
+
*
|
|
8477
|
+
* @param request DescribeBackupPolicyRequest
|
|
8478
|
+
* @return DescribeBackupPolicyResponse
|
|
8295
8479
|
*/
|
|
8296
8480
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
8297
8481
|
/**
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8482
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8483
|
+
*
|
|
8484
|
+
* @param request DescribeBackupsRequest
|
|
8485
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8486
|
+
* @return DescribeBackupsResponse
|
|
8303
8487
|
*/
|
|
8304
8488
|
describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
|
|
8305
8489
|
/**
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8490
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8491
|
+
*
|
|
8492
|
+
* @param request DescribeBackupsRequest
|
|
8493
|
+
* @return DescribeBackupsResponse
|
|
8310
8494
|
*/
|
|
8311
8495
|
describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
|
|
8312
8496
|
/**
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8497
|
+
* @summary Queries the IP address whitelist of an AnalyticDB for MySQL cluster.
|
|
8498
|
+
*
|
|
8499
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8500
|
+
*
|
|
8501
|
+
* @param request DescribeClusterAccessWhiteListRequest
|
|
8502
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8503
|
+
* @return DescribeClusterAccessWhiteListResponse
|
|
8318
8504
|
*/
|
|
8319
8505
|
describeClusterAccessWhiteListWithOptions(request: DescribeClusterAccessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAccessWhiteListResponse>;
|
|
8320
8506
|
/**
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
|
|
8507
|
+
* @summary Queries the IP address whitelist of an AnalyticDB for MySQL cluster.
|
|
8508
|
+
*
|
|
8509
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8510
|
+
*
|
|
8511
|
+
* @param request DescribeClusterAccessWhiteListRequest
|
|
8512
|
+
* @return DescribeClusterAccessWhiteListResponse
|
|
8325
8513
|
*/
|
|
8326
8514
|
describeClusterAccessWhiteList(request: DescribeClusterAccessWhiteListRequest): Promise<DescribeClusterAccessWhiteListResponse>;
|
|
8327
8515
|
/**
|
|
8328
|
-
|
|
8329
|
-
|
|
8330
|
-
|
|
8331
|
-
|
|
8332
|
-
|
|
8516
|
+
* @summary Queries the network information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8517
|
+
*
|
|
8518
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8519
|
+
*
|
|
8520
|
+
* @param request DescribeClusterNetInfoRequest
|
|
8521
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8522
|
+
* @return DescribeClusterNetInfoResponse
|
|
8333
8523
|
*/
|
|
8334
8524
|
describeClusterNetInfoWithOptions(request: DescribeClusterNetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNetInfoResponse>;
|
|
8335
8525
|
/**
|
|
8336
|
-
|
|
8337
|
-
|
|
8338
|
-
|
|
8339
|
-
|
|
8526
|
+
* @summary Queries the network information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8527
|
+
*
|
|
8528
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8529
|
+
*
|
|
8530
|
+
* @param request DescribeClusterNetInfoRequest
|
|
8531
|
+
* @return DescribeClusterNetInfoResponse
|
|
8340
8532
|
*/
|
|
8341
8533
|
describeClusterNetInfo(request: DescribeClusterNetInfoRequest): Promise<DescribeClusterNetInfoResponse>;
|
|
8534
|
+
/**
|
|
8535
|
+
* @summary 获取集群资源统计
|
|
8536
|
+
*
|
|
8537
|
+
* @param request DescribeClusterResourceDetailRequest
|
|
8538
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8539
|
+
* @return DescribeClusterResourceDetailResponse
|
|
8540
|
+
*/
|
|
8342
8541
|
describeClusterResourceDetailWithOptions(request: DescribeClusterResourceDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourceDetailResponse>;
|
|
8542
|
+
/**
|
|
8543
|
+
* @summary 获取集群资源统计
|
|
8544
|
+
*
|
|
8545
|
+
* @param request DescribeClusterResourceDetailRequest
|
|
8546
|
+
* @return DescribeClusterResourceDetailResponse
|
|
8547
|
+
*/
|
|
8343
8548
|
describeClusterResourceDetail(request: DescribeClusterResourceDetailRequest): Promise<DescribeClusterResourceDetailResponse>;
|
|
8549
|
+
/**
|
|
8550
|
+
* @summary 获取实例资源统计
|
|
8551
|
+
*
|
|
8552
|
+
* @param request DescribeClusterResourceUsageRequest
|
|
8553
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8554
|
+
* @return DescribeClusterResourceUsageResponse
|
|
8555
|
+
*/
|
|
8344
8556
|
describeClusterResourceUsageWithOptions(request: DescribeClusterResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourceUsageResponse>;
|
|
8557
|
+
/**
|
|
8558
|
+
* @summary 获取实例资源统计
|
|
8559
|
+
*
|
|
8560
|
+
* @param request DescribeClusterResourceUsageRequest
|
|
8561
|
+
* @return DescribeClusterResourceUsageResponse
|
|
8562
|
+
*/
|
|
8345
8563
|
describeClusterResourceUsage(request: DescribeClusterResourceUsageRequest): Promise<DescribeClusterResourceUsageResponse>;
|
|
8564
|
+
/**
|
|
8565
|
+
* @summary Queries a list of columns in a table.
|
|
8566
|
+
*
|
|
8567
|
+
* @param request DescribeColumnsRequest
|
|
8568
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8569
|
+
* @return DescribeColumnsResponse
|
|
8570
|
+
*/
|
|
8346
8571
|
describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
|
|
8572
|
+
/**
|
|
8573
|
+
* @summary Queries a list of columns in a table.
|
|
8574
|
+
*
|
|
8575
|
+
* @param request DescribeColumnsRequest
|
|
8576
|
+
* @return DescribeColumnsResponse
|
|
8577
|
+
*/
|
|
8347
8578
|
describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
|
|
8579
|
+
/**
|
|
8580
|
+
* @summary 获取实例计算资源使用统计
|
|
8581
|
+
*
|
|
8582
|
+
* @param request DescribeComputeResourceUsageRequest
|
|
8583
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8584
|
+
* @return DescribeComputeResourceUsageResponse
|
|
8585
|
+
*/
|
|
8348
8586
|
describeComputeResourceUsageWithOptions(request: DescribeComputeResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComputeResourceUsageResponse>;
|
|
8587
|
+
/**
|
|
8588
|
+
* @summary 获取实例计算资源使用统计
|
|
8589
|
+
*
|
|
8590
|
+
* @param request DescribeComputeResourceUsageRequest
|
|
8591
|
+
* @return DescribeComputeResourceUsageResponse
|
|
8592
|
+
*/
|
|
8349
8593
|
describeComputeResourceUsage(request: DescribeComputeResourceUsageRequest): Promise<DescribeComputeResourceUsageResponse>;
|
|
8350
8594
|
/**
|
|
8351
|
-
|
|
8352
|
-
|
|
8353
|
-
|
|
8354
|
-
|
|
8355
|
-
|
|
8595
|
+
* @summary Queries the information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8596
|
+
*
|
|
8597
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8598
|
+
*
|
|
8599
|
+
* @param request DescribeDBClusterAttributeRequest
|
|
8600
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8601
|
+
* @return DescribeDBClusterAttributeResponse
|
|
8356
8602
|
*/
|
|
8357
8603
|
describeDBClusterAttributeWithOptions(request: DescribeDBClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAttributeResponse>;
|
|
8358
8604
|
/**
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8605
|
+
* @summary Queries the information about an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8606
|
+
*
|
|
8607
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8608
|
+
*
|
|
8609
|
+
* @param request DescribeDBClusterAttributeRequest
|
|
8610
|
+
* @return DescribeDBClusterAttributeResponse
|
|
8363
8611
|
*/
|
|
8364
8612
|
describeDBClusterAttribute(request: DescribeDBClusterAttributeRequest): Promise<DescribeDBClusterAttributeResponse>;
|
|
8365
8613
|
/**
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8614
|
+
* @summary Queries the health status of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8615
|
+
*
|
|
8616
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8617
|
+
*
|
|
8618
|
+
* @param request DescribeDBClusterHealthStatusRequest
|
|
8619
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8620
|
+
* @return DescribeDBClusterHealthStatusResponse
|
|
8371
8621
|
*/
|
|
8372
8622
|
describeDBClusterHealthStatusWithOptions(request: DescribeDBClusterHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterHealthStatusResponse>;
|
|
8373
8623
|
/**
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
|
|
8624
|
+
* @summary Queries the health status of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8625
|
+
*
|
|
8626
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8627
|
+
*
|
|
8628
|
+
* @param request DescribeDBClusterHealthStatusRequest
|
|
8629
|
+
* @return DescribeDBClusterHealthStatusResponse
|
|
8378
8630
|
*/
|
|
8379
8631
|
describeDBClusterHealthStatus(request: DescribeDBClusterHealthStatusRequest): Promise<DescribeDBClusterHealthStatusResponse>;
|
|
8380
8632
|
/**
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8633
|
+
* @summary Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
8634
|
+
*
|
|
8635
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8636
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8637
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8638
|
+
*
|
|
8639
|
+
* @param request DescribeDBClusterPerformanceRequest
|
|
8640
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8641
|
+
* @return DescribeDBClusterPerformanceResponse
|
|
8388
8642
|
*/
|
|
8389
8643
|
describeDBClusterPerformanceWithOptions(request: DescribeDBClusterPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterPerformanceResponse>;
|
|
8390
8644
|
/**
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8645
|
+
* @summary Queries the performance data of an AnalyticDB for MySQL cluster.
|
|
8646
|
+
*
|
|
8647
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8648
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8649
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8650
|
+
*
|
|
8651
|
+
* @param request DescribeDBClusterPerformanceRequest
|
|
8652
|
+
* @return DescribeDBClusterPerformanceResponse
|
|
8397
8653
|
*/
|
|
8398
8654
|
describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
|
|
8399
8655
|
/**
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8404
|
-
|
|
8656
|
+
* @summary Queries the storage overview information of an AnalyticDB for MySQL cluster, such as the total data size, hot data size, cold data size, and data growth.
|
|
8657
|
+
*
|
|
8658
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8659
|
+
*
|
|
8660
|
+
* @param request DescribeDBClusterSpaceSummaryRequest
|
|
8661
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8662
|
+
* @return DescribeDBClusterSpaceSummaryResponse
|
|
8405
8663
|
*/
|
|
8406
8664
|
describeDBClusterSpaceSummaryWithOptions(request: DescribeDBClusterSpaceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterSpaceSummaryResponse>;
|
|
8407
8665
|
/**
|
|
8408
|
-
|
|
8409
|
-
|
|
8410
|
-
|
|
8411
|
-
|
|
8666
|
+
* @summary Queries the storage overview information of an AnalyticDB for MySQL cluster, such as the total data size, hot data size, cold data size, and data growth.
|
|
8667
|
+
*
|
|
8668
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8669
|
+
*
|
|
8670
|
+
* @param request DescribeDBClusterSpaceSummaryRequest
|
|
8671
|
+
* @return DescribeDBClusterSpaceSummaryResponse
|
|
8412
8672
|
*/
|
|
8413
8673
|
describeDBClusterSpaceSummary(request: DescribeDBClusterSpaceSummaryRequest): Promise<DescribeDBClusterSpaceSummaryResponse>;
|
|
8414
8674
|
/**
|
|
8415
|
-
|
|
8416
|
-
|
|
8417
|
-
|
|
8418
|
-
|
|
8419
|
-
|
|
8675
|
+
* @summary Queries a list of states for AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters.
|
|
8676
|
+
*
|
|
8677
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8678
|
+
*
|
|
8679
|
+
* @param request DescribeDBClusterStatusRequest
|
|
8680
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8681
|
+
* @return DescribeDBClusterStatusResponse
|
|
8420
8682
|
*/
|
|
8421
8683
|
describeDBClusterStatusWithOptions(request: DescribeDBClusterStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterStatusResponse>;
|
|
8422
8684
|
/**
|
|
8423
|
-
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
|
|
8685
|
+
* @summary Queries a list of states for AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters.
|
|
8686
|
+
*
|
|
8687
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8688
|
+
*
|
|
8689
|
+
* @param request DescribeDBClusterStatusRequest
|
|
8690
|
+
* @return DescribeDBClusterStatusResponse
|
|
8427
8691
|
*/
|
|
8428
8692
|
describeDBClusterStatus(request: DescribeDBClusterStatusRequest): Promise<DescribeDBClusterStatusResponse>;
|
|
8429
8693
|
/**
|
|
8430
|
-
|
|
8431
|
-
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
8694
|
+
* @summary Queries the information about AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters in a region.
|
|
8695
|
+
*
|
|
8696
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8697
|
+
*
|
|
8698
|
+
* @param request DescribeDBClustersRequest
|
|
8699
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8700
|
+
* @return DescribeDBClustersResponse
|
|
8435
8701
|
*/
|
|
8436
8702
|
describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
|
|
8437
8703
|
/**
|
|
8438
|
-
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8704
|
+
* @summary Queries the information about AnalyticDB for MySQL Data Lakehouse Edition (V3.0) clusters in a region.
|
|
8705
|
+
*
|
|
8706
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8707
|
+
*
|
|
8708
|
+
* @param request DescribeDBClustersRequest
|
|
8709
|
+
* @return DescribeDBClustersResponse
|
|
8442
8710
|
*/
|
|
8443
8711
|
describeDBClusters(request: DescribeDBClustersRequest): Promise<DescribeDBClustersResponse>;
|
|
8444
8712
|
/**
|
|
8445
|
-
|
|
8446
|
-
|
|
8447
|
-
|
|
8448
|
-
|
|
8449
|
-
|
|
8713
|
+
* @summary Queries the information about resource groups for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8714
|
+
*
|
|
8715
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8716
|
+
*
|
|
8717
|
+
* @param request DescribeDBResourceGroupRequest
|
|
8718
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8719
|
+
* @return DescribeDBResourceGroupResponse
|
|
8450
8720
|
*/
|
|
8451
8721
|
describeDBResourceGroupWithOptions(request: DescribeDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBResourceGroupResponse>;
|
|
8452
8722
|
/**
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
|
|
8723
|
+
* @summary Queries the information about resource groups for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8724
|
+
*
|
|
8725
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8726
|
+
*
|
|
8727
|
+
* @param request DescribeDBResourceGroupRequest
|
|
8728
|
+
* @return DescribeDBResourceGroupResponse
|
|
8457
8729
|
*/
|
|
8458
8730
|
describeDBResourceGroup(request: DescribeDBResourceGroupRequest): Promise<DescribeDBResourceGroupResponse>;
|
|
8459
8731
|
/**
|
|
8460
|
-
|
|
8461
|
-
|
|
8462
|
-
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8466
|
-
|
|
8732
|
+
* @summary Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8733
|
+
*
|
|
8734
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8735
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8736
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8737
|
+
*
|
|
8738
|
+
* @param request DescribeDiagnosisDimensionsRequest
|
|
8739
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8740
|
+
* @return DescribeDiagnosisDimensionsResponse
|
|
8467
8741
|
*/
|
|
8468
8742
|
describeDiagnosisDimensionsWithOptions(request: DescribeDiagnosisDimensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisDimensionsResponse>;
|
|
8469
8743
|
/**
|
|
8470
|
-
|
|
8471
|
-
|
|
8472
|
-
|
|
8473
|
-
|
|
8474
|
-
|
|
8475
|
-
|
|
8744
|
+
* @summary Queries the deduplicated statistics of resource groups, databases, usernames, and source IP addresses about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8745
|
+
*
|
|
8746
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8747
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8748
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8749
|
+
*
|
|
8750
|
+
* @param request DescribeDiagnosisDimensionsRequest
|
|
8751
|
+
* @return DescribeDiagnosisDimensionsResponse
|
|
8476
8752
|
*/
|
|
8477
8753
|
describeDiagnosisDimensions(request: DescribeDiagnosisDimensionsRequest): Promise<DescribeDiagnosisDimensionsResponse>;
|
|
8478
8754
|
/**
|
|
8479
|
-
|
|
8480
|
-
|
|
8481
|
-
|
|
8482
|
-
|
|
8483
|
-
|
|
8755
|
+
* @summary Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8756
|
+
*
|
|
8757
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8758
|
+
*
|
|
8759
|
+
* @param request DescribeDiagnosisRecordsRequest
|
|
8760
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8761
|
+
* @return DescribeDiagnosisRecordsResponse
|
|
8484
8762
|
*/
|
|
8485
8763
|
describeDiagnosisRecordsWithOptions(request: DescribeDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisRecordsResponse>;
|
|
8486
8764
|
/**
|
|
8487
|
-
|
|
8488
|
-
|
|
8489
|
-
|
|
8490
|
-
|
|
8765
|
+
* @summary Queries the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8766
|
+
*
|
|
8767
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
8768
|
+
*
|
|
8769
|
+
* @param request DescribeDiagnosisRecordsRequest
|
|
8770
|
+
* @return DescribeDiagnosisRecordsResponse
|
|
8491
8771
|
*/
|
|
8492
8772
|
describeDiagnosisRecords(request: DescribeDiagnosisRecordsRequest): Promise<DescribeDiagnosisRecordsResponse>;
|
|
8493
8773
|
/**
|
|
8494
|
-
|
|
8495
|
-
|
|
8496
|
-
|
|
8497
|
-
|
|
8498
|
-
|
|
8499
|
-
|
|
8500
|
-
|
|
8774
|
+
* @summary Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
|
|
8775
|
+
*
|
|
8776
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8777
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8778
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8779
|
+
*
|
|
8780
|
+
* @param request DescribeDiagnosisSQLInfoRequest
|
|
8781
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8782
|
+
* @return DescribeDiagnosisSQLInfoResponse
|
|
8501
8783
|
*/
|
|
8502
8784
|
describeDiagnosisSQLInfoWithOptions(request: DescribeDiagnosisSQLInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisSQLInfoResponse>;
|
|
8503
8785
|
/**
|
|
8504
|
-
|
|
8505
|
-
|
|
8506
|
-
|
|
8507
|
-
|
|
8508
|
-
|
|
8509
|
-
|
|
8786
|
+
* @summary Queries the execution information about an SQL statement, including the execution plan, execution information, resource usage, and self-diagnostics results.
|
|
8787
|
+
*
|
|
8788
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
8789
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8790
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8791
|
+
*
|
|
8792
|
+
* @param request DescribeDiagnosisSQLInfoRequest
|
|
8793
|
+
* @return DescribeDiagnosisSQLInfoResponse
|
|
8510
8794
|
*/
|
|
8511
8795
|
describeDiagnosisSQLInfo(request: DescribeDiagnosisSQLInfoRequest): Promise<DescribeDiagnosisSQLInfoResponse>;
|
|
8796
|
+
/**
|
|
8797
|
+
* @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8798
|
+
*
|
|
8799
|
+
* @param request DescribeDownloadRecordsRequest
|
|
8800
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8801
|
+
* @return DescribeDownloadRecordsResponse
|
|
8802
|
+
*/
|
|
8512
8803
|
describeDownloadRecordsWithOptions(request: DescribeDownloadRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDownloadRecordsResponse>;
|
|
8804
|
+
/**
|
|
8805
|
+
* @summary Queries the last five SQL query download tasks of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8806
|
+
*
|
|
8807
|
+
* @param request DescribeDownloadRecordsRequest
|
|
8808
|
+
* @return DescribeDownloadRecordsResponse
|
|
8809
|
+
*/
|
|
8513
8810
|
describeDownloadRecords(request: DescribeDownloadRecordsRequest): Promise<DescribeDownloadRecordsResponse>;
|
|
8514
8811
|
/**
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8519
|
-
|
|
8812
|
+
* @summary Queries the information about a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8813
|
+
*
|
|
8814
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see DescribeElasticPlanAttribute.
|
|
8815
|
+
*
|
|
8816
|
+
* @param request DescribeElasticPlanAttributeRequest
|
|
8817
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8818
|
+
* @return DescribeElasticPlanAttributeResponse
|
|
8520
8819
|
*/
|
|
8521
8820
|
describeElasticPlanAttributeWithOptions(request: DescribeElasticPlanAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanAttributeResponse>;
|
|
8522
8821
|
/**
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8822
|
+
* @summary Queries the information about a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8823
|
+
*
|
|
8824
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see DescribeElasticPlanAttribute.
|
|
8825
|
+
*
|
|
8826
|
+
* @param request DescribeElasticPlanAttributeRequest
|
|
8827
|
+
* @return DescribeElasticPlanAttributeResponse
|
|
8527
8828
|
*/
|
|
8528
8829
|
describeElasticPlanAttribute(request: DescribeElasticPlanAttributeRequest): Promise<DescribeElasticPlanAttributeResponse>;
|
|
8529
8830
|
/**
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8533
|
-
|
|
8534
|
-
|
|
8831
|
+
* @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8832
|
+
*
|
|
8833
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8834
|
+
*
|
|
8835
|
+
* @param request DescribeElasticPlanJobsRequest
|
|
8836
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8837
|
+
* @return DescribeElasticPlanJobsResponse
|
|
8535
8838
|
*/
|
|
8536
8839
|
describeElasticPlanJobsWithOptions(request: DescribeElasticPlanJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanJobsResponse>;
|
|
8537
8840
|
/**
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
|
|
8841
|
+
* @summary Queries a list of scaling plan jobs for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8842
|
+
*
|
|
8843
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8844
|
+
*
|
|
8845
|
+
* @param request DescribeElasticPlanJobsRequest
|
|
8846
|
+
* @return DescribeElasticPlanJobsResponse
|
|
8542
8847
|
*/
|
|
8543
8848
|
describeElasticPlanJobs(request: DescribeElasticPlanJobsRequest): Promise<DescribeElasticPlanJobsResponse>;
|
|
8849
|
+
/**
|
|
8850
|
+
* @summary Queries the resource specifications that can be scaled for different types of scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8851
|
+
*
|
|
8852
|
+
* @param request DescribeElasticPlanSpecificationsRequest
|
|
8853
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8854
|
+
* @return DescribeElasticPlanSpecificationsResponse
|
|
8855
|
+
*/
|
|
8544
8856
|
describeElasticPlanSpecificationsWithOptions(request: DescribeElasticPlanSpecificationsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanSpecificationsResponse>;
|
|
8857
|
+
/**
|
|
8858
|
+
* @summary Queries the resource specifications that can be scaled for different types of scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8859
|
+
*
|
|
8860
|
+
* @param request DescribeElasticPlanSpecificationsRequest
|
|
8861
|
+
* @return DescribeElasticPlanSpecificationsResponse
|
|
8862
|
+
*/
|
|
8545
8863
|
describeElasticPlanSpecifications(request: DescribeElasticPlanSpecificationsRequest): Promise<DescribeElasticPlanSpecificationsResponse>;
|
|
8864
|
+
/**
|
|
8865
|
+
* @summary Queries scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8866
|
+
*
|
|
8867
|
+
* @param request DescribeElasticPlansRequest
|
|
8868
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8869
|
+
* @return DescribeElasticPlansResponse
|
|
8870
|
+
*/
|
|
8546
8871
|
describeElasticPlansWithOptions(request: DescribeElasticPlansRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlansResponse>;
|
|
8872
|
+
/**
|
|
8873
|
+
* @summary Queries scaling plans of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8874
|
+
*
|
|
8875
|
+
* @param request DescribeElasticPlansRequest
|
|
8876
|
+
* @return DescribeElasticPlansResponse
|
|
8877
|
+
*/
|
|
8547
8878
|
describeElasticPlans(request: DescribeElasticPlansRequest): Promise<DescribeElasticPlansResponse>;
|
|
8879
|
+
/**
|
|
8880
|
+
* @summary Queries the permission level and permissions supported for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8881
|
+
*
|
|
8882
|
+
* @param request DescribeEnabledPrivilegesRequest
|
|
8883
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8884
|
+
* @return DescribeEnabledPrivilegesResponse
|
|
8885
|
+
*/
|
|
8548
8886
|
describeEnabledPrivilegesWithOptions(request: DescribeEnabledPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEnabledPrivilegesResponse>;
|
|
8887
|
+
/**
|
|
8888
|
+
* @summary Queries the permission level and permissions supported for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
8889
|
+
*
|
|
8890
|
+
* @param request DescribeEnabledPrivilegesRequest
|
|
8891
|
+
* @return DescribeEnabledPrivilegesResponse
|
|
8892
|
+
*/
|
|
8549
8893
|
describeEnabledPrivileges(request: DescribeEnabledPrivilegesRequest): Promise<DescribeEnabledPrivilegesResponse>;
|
|
8894
|
+
/**
|
|
8895
|
+
* @summary 获取作业资源使用统计
|
|
8896
|
+
*
|
|
8897
|
+
* @param request DescribeJobResourceUsageRequest
|
|
8898
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8899
|
+
* @return DescribeJobResourceUsageResponse
|
|
8900
|
+
*/
|
|
8550
8901
|
describeJobResourceUsageWithOptions(request: DescribeJobResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeJobResourceUsageResponse>;
|
|
8902
|
+
/**
|
|
8903
|
+
* @summary 获取作业资源使用统计
|
|
8904
|
+
*
|
|
8905
|
+
* @param request DescribeJobResourceUsageRequest
|
|
8906
|
+
* @return DescribeJobResourceUsageResponse
|
|
8907
|
+
*/
|
|
8551
8908
|
describeJobResourceUsage(request: DescribeJobResourceUsageRequest): Promise<DescribeJobResourceUsageResponse>;
|
|
8552
8909
|
/**
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8556
|
-
|
|
8557
|
-
|
|
8910
|
+
* @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
|
+
*
|
|
8912
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8913
|
+
*
|
|
8914
|
+
* @param request DescribePatternPerformanceRequest
|
|
8915
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8916
|
+
* @return DescribePatternPerformanceResponse
|
|
8558
8917
|
*/
|
|
8559
8918
|
describePatternPerformanceWithOptions(request: DescribePatternPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePatternPerformanceResponse>;
|
|
8560
8919
|
/**
|
|
8561
|
-
|
|
8562
|
-
|
|
8563
|
-
|
|
8564
|
-
|
|
8920
|
+
* @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
|
+
*
|
|
8922
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8923
|
+
*
|
|
8924
|
+
* @param request DescribePatternPerformanceRequest
|
|
8925
|
+
* @return DescribePatternPerformanceResponse
|
|
8565
8926
|
*/
|
|
8566
8927
|
describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
|
|
8567
8928
|
/**
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8571
|
-
|
|
8572
|
-
|
|
8929
|
+
* @summary Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
|
|
8930
|
+
*
|
|
8931
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8932
|
+
*
|
|
8933
|
+
* @param request DescribeRegionsRequest
|
|
8934
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8935
|
+
* @return DescribeRegionsResponse
|
|
8573
8936
|
*/
|
|
8574
8937
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
8575
8938
|
/**
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8939
|
+
* @summary Queries a list of regions and zones in which AnalyticDB for MySQL Data Lakehouse Edition (V3.0) is available.
|
|
8940
|
+
*
|
|
8941
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
8942
|
+
*
|
|
8943
|
+
* @param request DescribeRegionsRequest
|
|
8944
|
+
* @return DescribeRegionsResponse
|
|
8580
8945
|
*/
|
|
8581
8946
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
8947
|
+
/**
|
|
8948
|
+
* @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
8949
|
+
*
|
|
8950
|
+
* @param request DescribeSQLPatternsRequest
|
|
8951
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8952
|
+
* @return DescribeSQLPatternsResponse
|
|
8953
|
+
*/
|
|
8582
8954
|
describeSQLPatternsWithOptions(request: DescribeSQLPatternsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLPatternsResponse>;
|
|
8955
|
+
/**
|
|
8956
|
+
* @summary Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
8957
|
+
*
|
|
8958
|
+
* @param request DescribeSQLPatternsRequest
|
|
8959
|
+
* @return DescribeSQLPatternsResponse
|
|
8960
|
+
*/
|
|
8583
8961
|
describeSQLPatterns(request: DescribeSQLPatternsRequest): Promise<DescribeSQLPatternsResponse>;
|
|
8962
|
+
/**
|
|
8963
|
+
* @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
|
|
8964
|
+
*
|
|
8965
|
+
* @param request DescribeSchemasRequest
|
|
8966
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8967
|
+
* @return DescribeSchemasResponse
|
|
8968
|
+
*/
|
|
8584
8969
|
describeSchemasWithOptions(request: DescribeSchemasRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSchemasResponse>;
|
|
8970
|
+
/**
|
|
8971
|
+
* @summary Queries a list of databases in an AnalyticDB for MySQL cluster.
|
|
8972
|
+
*
|
|
8973
|
+
* @param request DescribeSchemasRequest
|
|
8974
|
+
* @return DescribeSchemasResponse
|
|
8975
|
+
*/
|
|
8585
8976
|
describeSchemas(request: DescribeSchemasRequest): Promise<DescribeSchemasResponse>;
|
|
8977
|
+
/**
|
|
8978
|
+
* @summary 查询Spark code的执行日志
|
|
8979
|
+
*
|
|
8980
|
+
* @param request DescribeSparkCodeLogRequest
|
|
8981
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8982
|
+
* @return DescribeSparkCodeLogResponse
|
|
8983
|
+
*/
|
|
8586
8984
|
describeSparkCodeLogWithOptions(request: DescribeSparkCodeLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeLogResponse>;
|
|
8985
|
+
/**
|
|
8986
|
+
* @summary 查询Spark code的执行日志
|
|
8987
|
+
*
|
|
8988
|
+
* @param request DescribeSparkCodeLogRequest
|
|
8989
|
+
* @return DescribeSparkCodeLogResponse
|
|
8990
|
+
*/
|
|
8587
8991
|
describeSparkCodeLog(request: DescribeSparkCodeLogRequest): Promise<DescribeSparkCodeLogResponse>;
|
|
8588
8992
|
/**
|
|
8589
|
-
|
|
8590
|
-
|
|
8591
|
-
|
|
8592
|
-
|
|
8593
|
-
|
|
8594
|
-
|
|
8993
|
+
* @summary Queries the execution result of Spark code.
|
|
8994
|
+
*
|
|
8995
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
8996
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
8997
|
+
*
|
|
8998
|
+
* @param request DescribeSparkCodeOutputRequest
|
|
8999
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9000
|
+
* @return DescribeSparkCodeOutputResponse
|
|
8595
9001
|
*/
|
|
8596
9002
|
describeSparkCodeOutputWithOptions(request: DescribeSparkCodeOutputRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeOutputResponse>;
|
|
8597
9003
|
/**
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
|
|
9004
|
+
* @summary Queries the execution result of Spark code.
|
|
9005
|
+
*
|
|
9006
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9007
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9008
|
+
*
|
|
9009
|
+
* @param request DescribeSparkCodeOutputRequest
|
|
9010
|
+
* @return DescribeSparkCodeOutputResponse
|
|
8603
9011
|
*/
|
|
8604
9012
|
describeSparkCodeOutput(request: DescribeSparkCodeOutputRequest): Promise<DescribeSparkCodeOutputResponse>;
|
|
9013
|
+
/**
|
|
9014
|
+
* @summary Queries the URL of the web UI for a Spark application.
|
|
9015
|
+
*
|
|
9016
|
+
* @param request DescribeSparkCodeWebUiRequest
|
|
9017
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9018
|
+
* @return DescribeSparkCodeWebUiResponse
|
|
9019
|
+
*/
|
|
8605
9020
|
describeSparkCodeWebUiWithOptions(request: DescribeSparkCodeWebUiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeWebUiResponse>;
|
|
9021
|
+
/**
|
|
9022
|
+
* @summary Queries the URL of the web UI for a Spark application.
|
|
9023
|
+
*
|
|
9024
|
+
* @param request DescribeSparkCodeWebUiRequest
|
|
9025
|
+
* @return DescribeSparkCodeWebUiResponse
|
|
9026
|
+
*/
|
|
8606
9027
|
describeSparkCodeWebUi(request: DescribeSparkCodeWebUiRequest): Promise<DescribeSparkCodeWebUiResponse>;
|
|
8607
9028
|
/**
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
|
|
8612
|
-
|
|
9029
|
+
* @summary Queries the information about SQL patterns of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
9030
|
+
*
|
|
9031
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9032
|
+
*
|
|
9033
|
+
* @param request DescribeSqlPatternRequest
|
|
9034
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9035
|
+
* @return DescribeSqlPatternResponse
|
|
8613
9036
|
*/
|
|
8614
9037
|
describeSqlPatternWithOptions(request: DescribeSqlPatternRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSqlPatternResponse>;
|
|
8615
9038
|
/**
|
|
8616
|
-
|
|
8617
|
-
|
|
8618
|
-
|
|
8619
|
-
|
|
9039
|
+
* @summary Queries the information about SQL patterns of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
9040
|
+
*
|
|
9041
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9042
|
+
*
|
|
9043
|
+
* @param request DescribeSqlPatternRequest
|
|
9044
|
+
* @return DescribeSqlPatternResponse
|
|
8620
9045
|
*/
|
|
8621
9046
|
describeSqlPattern(request: DescribeSqlPatternRequest): Promise<DescribeSqlPatternResponse>;
|
|
9047
|
+
/**
|
|
9048
|
+
* @summary Queries the storage resource usage of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9049
|
+
*
|
|
9050
|
+
* @param request DescribeStorageResourceUsageRequest
|
|
9051
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9052
|
+
* @return DescribeStorageResourceUsageResponse
|
|
9053
|
+
*/
|
|
8622
9054
|
describeStorageResourceUsageWithOptions(request: DescribeStorageResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStorageResourceUsageResponse>;
|
|
9055
|
+
/**
|
|
9056
|
+
* @summary Queries the storage resource usage of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9057
|
+
*
|
|
9058
|
+
* @param request DescribeStorageResourceUsageRequest
|
|
9059
|
+
* @return DescribeStorageResourceUsageResponse
|
|
9060
|
+
*/
|
|
8623
9061
|
describeStorageResourceUsage(request: DescribeStorageResourceUsageRequest): Promise<DescribeStorageResourceUsageResponse>;
|
|
8624
9062
|
/**
|
|
8625
|
-
|
|
8626
|
-
|
|
8627
|
-
|
|
8628
|
-
|
|
8629
|
-
|
|
8630
|
-
|
|
8631
|
-
|
|
9063
|
+
* @summary Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster on a date.
|
|
9064
|
+
*
|
|
9065
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9066
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9067
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9068
|
+
*
|
|
9069
|
+
* @param request DescribeTableAccessCountRequest
|
|
9070
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9071
|
+
* @return DescribeTableAccessCountResponse
|
|
8632
9072
|
*/
|
|
8633
9073
|
describeTableAccessCountWithOptions(request: DescribeTableAccessCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTableAccessCountResponse>;
|
|
8634
9074
|
/**
|
|
8635
|
-
|
|
8636
|
-
|
|
8637
|
-
|
|
8638
|
-
|
|
8639
|
-
|
|
8640
|
-
|
|
9075
|
+
* @summary Queries the number of accesses to a table or all tables in an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster on a date.
|
|
9076
|
+
*
|
|
9077
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9078
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9079
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9080
|
+
*
|
|
9081
|
+
* @param request DescribeTableAccessCountRequest
|
|
9082
|
+
* @return DescribeTableAccessCountResponse
|
|
8641
9083
|
*/
|
|
8642
9084
|
describeTableAccessCount(request: DescribeTableAccessCountRequest): Promise<DescribeTableAccessCountResponse>;
|
|
9085
|
+
/**
|
|
9086
|
+
* @summary Queries a list of tables in a database.
|
|
9087
|
+
*
|
|
9088
|
+
* @param request DescribeTablesRequest
|
|
9089
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9090
|
+
* @return DescribeTablesResponse
|
|
9091
|
+
*/
|
|
8643
9092
|
describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
|
|
9093
|
+
/**
|
|
9094
|
+
* @summary Queries a list of tables in a database.
|
|
9095
|
+
*
|
|
9096
|
+
* @param request DescribeTablesRequest
|
|
9097
|
+
* @return DescribeTablesResponse
|
|
9098
|
+
*/
|
|
8644
9099
|
describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
|
|
8645
9100
|
/**
|
|
8646
|
-
|
|
8647
|
-
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
|
|
9101
|
+
* @summary 查询配额
|
|
9102
|
+
*
|
|
9103
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9104
|
+
*
|
|
9105
|
+
* @param request DescribeUserQuotaRequest
|
|
9106
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9107
|
+
* @return DescribeUserQuotaResponse
|
|
8651
9108
|
*/
|
|
8652
9109
|
describeUserQuotaWithOptions(request: DescribeUserQuotaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserQuotaResponse>;
|
|
8653
9110
|
/**
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
|
|
8657
|
-
|
|
9111
|
+
* @summary 查询配额
|
|
9112
|
+
*
|
|
9113
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9114
|
+
*
|
|
9115
|
+
* @param request DescribeUserQuotaRequest
|
|
9116
|
+
* @return DescribeUserQuotaResponse
|
|
8658
9117
|
*/
|
|
8659
9118
|
describeUserQuota(request: DescribeUserQuotaRequest): Promise<DescribeUserQuotaResponse>;
|
|
8660
9119
|
/**
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
9120
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9121
|
+
*
|
|
9122
|
+
* @param request DetachUserENIRequest
|
|
9123
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9124
|
+
* @return DetachUserENIResponse
|
|
8666
9125
|
*/
|
|
8667
9126
|
detachUserENIWithOptions(request: DetachUserENIRequest, runtime: $Util.RuntimeOptions): Promise<DetachUserENIResponse>;
|
|
8668
9127
|
/**
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
9128
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9129
|
+
*
|
|
9130
|
+
* @param request DetachUserENIRequest
|
|
9131
|
+
* @return DetachUserENIResponse
|
|
8673
9132
|
*/
|
|
8674
9133
|
detachUserENI(request: DetachUserENIRequest): Promise<DetachUserENIResponse>;
|
|
8675
9134
|
/**
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
9135
|
+
* @summary Disables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9136
|
+
*
|
|
9137
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9138
|
+
*
|
|
9139
|
+
* @param request DisableElasticPlanRequest
|
|
9140
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9141
|
+
* @return DisableElasticPlanResponse
|
|
8681
9142
|
*/
|
|
8682
9143
|
disableElasticPlanWithOptions(request: DisableElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<DisableElasticPlanResponse>;
|
|
8683
9144
|
/**
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
9145
|
+
* @summary Disables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9146
|
+
*
|
|
9147
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9148
|
+
*
|
|
9149
|
+
* @param request DisableElasticPlanRequest
|
|
9150
|
+
* @return DisableElasticPlanResponse
|
|
8688
9151
|
*/
|
|
8689
9152
|
disableElasticPlan(request: DisableElasticPlanRequest): Promise<DisableElasticPlanResponse>;
|
|
8690
9153
|
/**
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
9154
|
+
* @summary Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9155
|
+
*
|
|
9156
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9157
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9158
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9159
|
+
*
|
|
9160
|
+
* @param request DownloadDiagnosisRecordsRequest
|
|
9161
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9162
|
+
* @return DownloadDiagnosisRecordsResponse
|
|
8698
9163
|
*/
|
|
8699
9164
|
downloadDiagnosisRecordsWithOptions(request: DownloadDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DownloadDiagnosisRecordsResponse>;
|
|
8700
9165
|
/**
|
|
8701
|
-
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8706
|
-
|
|
9166
|
+
* @summary Downloads the diagnostic information about SQL statements that meet a query condition for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9167
|
+
*
|
|
9168
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9169
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9170
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9171
|
+
*
|
|
9172
|
+
* @param request DownloadDiagnosisRecordsRequest
|
|
9173
|
+
* @return DownloadDiagnosisRecordsResponse
|
|
8707
9174
|
*/
|
|
8708
9175
|
downloadDiagnosisRecords(request: DownloadDiagnosisRecordsRequest): Promise<DownloadDiagnosisRecordsResponse>;
|
|
8709
9176
|
/**
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8714
|
-
|
|
9177
|
+
* @summary Enables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9178
|
+
*
|
|
9179
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9180
|
+
*
|
|
9181
|
+
* @param request EnableElasticPlanRequest
|
|
9182
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9183
|
+
* @return EnableElasticPlanResponse
|
|
8715
9184
|
*/
|
|
8716
9185
|
enableElasticPlanWithOptions(request: EnableElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<EnableElasticPlanResponse>;
|
|
8717
9186
|
/**
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
|
|
9187
|
+
* @summary Enables a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9188
|
+
*
|
|
9189
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9190
|
+
*
|
|
9191
|
+
* @param request EnableElasticPlanRequest
|
|
9192
|
+
* @return EnableElasticPlanResponse
|
|
8722
9193
|
*/
|
|
8723
9194
|
enableElasticPlan(request: EnableElasticPlanRequest): Promise<EnableElasticPlanResponse>;
|
|
9195
|
+
/**
|
|
9196
|
+
* @summary Queries whether a running SQL engine exists.
|
|
9197
|
+
*
|
|
9198
|
+
* @param request ExistRunningSQLEngineRequest
|
|
9199
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9200
|
+
* @return ExistRunningSQLEngineResponse
|
|
9201
|
+
*/
|
|
8724
9202
|
existRunningSQLEngineWithOptions(request: ExistRunningSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<ExistRunningSQLEngineResponse>;
|
|
9203
|
+
/**
|
|
9204
|
+
* @summary Queries whether a running SQL engine exists.
|
|
9205
|
+
*
|
|
9206
|
+
* @param request ExistRunningSQLEngineRequest
|
|
9207
|
+
* @return ExistRunningSQLEngineResponse
|
|
9208
|
+
*/
|
|
8725
9209
|
existRunningSQLEngine(request: ExistRunningSQLEngineRequest): Promise<ExistRunningSQLEngineResponse>;
|
|
8726
9210
|
/**
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8732
|
-
|
|
9211
|
+
* @summary Queries the information about databases.
|
|
9212
|
+
*
|
|
9213
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9214
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9215
|
+
*
|
|
9216
|
+
* @param request GetDatabaseObjectsRequest
|
|
9217
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9218
|
+
* @return GetDatabaseObjectsResponse
|
|
8733
9219
|
*/
|
|
8734
9220
|
getDatabaseObjectsWithOptions(request: GetDatabaseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetDatabaseObjectsResponse>;
|
|
8735
9221
|
/**
|
|
8736
|
-
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
|
|
8740
|
-
|
|
9222
|
+
* @summary Queries the information about databases.
|
|
9223
|
+
*
|
|
9224
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9225
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9226
|
+
*
|
|
9227
|
+
* @param request GetDatabaseObjectsRequest
|
|
9228
|
+
* @return GetDatabaseObjectsResponse
|
|
8741
9229
|
*/
|
|
8742
9230
|
getDatabaseObjects(request: GetDatabaseObjectsRequest): Promise<GetDatabaseObjectsResponse>;
|
|
8743
9231
|
/**
|
|
8744
|
-
|
|
8745
|
-
|
|
8746
|
-
|
|
8747
|
-
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
|
|
9232
|
+
* @summary Queries the information about the retry log of a Spark application.
|
|
9233
|
+
*
|
|
9234
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9235
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9236
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9237
|
+
*
|
|
9238
|
+
* @param request GetSparkAppAttemptLogRequest
|
|
9239
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9240
|
+
* @return GetSparkAppAttemptLogResponse
|
|
8751
9241
|
*/
|
|
8752
9242
|
getSparkAppAttemptLogWithOptions(request: GetSparkAppAttemptLogRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppAttemptLogResponse>;
|
|
8753
9243
|
/**
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
9244
|
+
* @summary Queries the information about the retry log of a Spark application.
|
|
9245
|
+
*
|
|
9246
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9247
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9248
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9249
|
+
*
|
|
9250
|
+
* @param request GetSparkAppAttemptLogRequest
|
|
9251
|
+
* @return GetSparkAppAttemptLogResponse
|
|
8760
9252
|
*/
|
|
8761
9253
|
getSparkAppAttemptLog(request: GetSparkAppAttemptLogRequest): Promise<GetSparkAppAttemptLogResponse>;
|
|
9254
|
+
/**
|
|
9255
|
+
* @summary Queries the information about an Spark application.
|
|
9256
|
+
*
|
|
9257
|
+
* @param request GetSparkAppInfoRequest
|
|
9258
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9259
|
+
* @return GetSparkAppInfoResponse
|
|
9260
|
+
*/
|
|
8762
9261
|
getSparkAppInfoWithOptions(request: GetSparkAppInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppInfoResponse>;
|
|
9262
|
+
/**
|
|
9263
|
+
* @summary Queries the information about an Spark application.
|
|
9264
|
+
*
|
|
9265
|
+
* @param request GetSparkAppInfoRequest
|
|
9266
|
+
* @return GetSparkAppInfoResponse
|
|
9267
|
+
*/
|
|
8763
9268
|
getSparkAppInfo(request: GetSparkAppInfoRequest): Promise<GetSparkAppInfoResponse>;
|
|
8764
9269
|
/**
|
|
8765
|
-
|
|
8766
|
-
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
9270
|
+
* @summary Queries the logs of a Spark application.
|
|
9271
|
+
*
|
|
9272
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9273
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9274
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9275
|
+
*
|
|
9276
|
+
* @param request GetSparkAppLogRequest
|
|
9277
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9278
|
+
* @return GetSparkAppLogResponse
|
|
8772
9279
|
*/
|
|
8773
9280
|
getSparkAppLogWithOptions(request: GetSparkAppLogRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppLogResponse>;
|
|
8774
9281
|
/**
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
9282
|
+
* @summary Queries the logs of a Spark application.
|
|
9283
|
+
*
|
|
9284
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9285
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9286
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9287
|
+
*
|
|
9288
|
+
* @param request GetSparkAppLogRequest
|
|
9289
|
+
* @return GetSparkAppLogResponse
|
|
8781
9290
|
*/
|
|
8782
9291
|
getSparkAppLog(request: GetSparkAppLogRequest): Promise<GetSparkAppLogResponse>;
|
|
8783
9292
|
/**
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
9293
|
+
* @summary Queries the metrics of a Spark application.
|
|
9294
|
+
*
|
|
9295
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9296
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9297
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9298
|
+
*
|
|
9299
|
+
* @param request GetSparkAppMetricsRequest
|
|
9300
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9301
|
+
* @return GetSparkAppMetricsResponse
|
|
8791
9302
|
*/
|
|
8792
9303
|
getSparkAppMetricsWithOptions(request: GetSparkAppMetricsRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppMetricsResponse>;
|
|
8793
9304
|
/**
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
9305
|
+
* @summary Queries the metrics of a Spark application.
|
|
9306
|
+
*
|
|
9307
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9308
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9309
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9310
|
+
*
|
|
9311
|
+
* @param request GetSparkAppMetricsRequest
|
|
9312
|
+
* @return GetSparkAppMetricsResponse
|
|
8800
9313
|
*/
|
|
8801
9314
|
getSparkAppMetrics(request: GetSparkAppMetricsRequest): Promise<GetSparkAppMetricsResponse>;
|
|
8802
9315
|
/**
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
9316
|
+
* @summary Queries the status of a Spark application.
|
|
9317
|
+
*
|
|
9318
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9319
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9320
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9321
|
+
*
|
|
9322
|
+
* @param request GetSparkAppStateRequest
|
|
9323
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9324
|
+
* @return GetSparkAppStateResponse
|
|
8810
9325
|
*/
|
|
8811
9326
|
getSparkAppStateWithOptions(request: GetSparkAppStateRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppStateResponse>;
|
|
8812
9327
|
/**
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
9328
|
+
* @summary Queries the status of a Spark application.
|
|
9329
|
+
*
|
|
9330
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9331
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9332
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9333
|
+
*
|
|
9334
|
+
* @param request GetSparkAppStateRequest
|
|
9335
|
+
* @return GetSparkAppStateResponse
|
|
8819
9336
|
*/
|
|
8820
9337
|
getSparkAppState(request: GetSparkAppStateRequest): Promise<GetSparkAppStateResponse>;
|
|
8821
9338
|
/**
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
9339
|
+
* @summary Queries the URL of the web UI for a Spark application.
|
|
9340
|
+
*
|
|
9341
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9342
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9343
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9344
|
+
*
|
|
9345
|
+
* @param request GetSparkAppWebUiAddressRequest
|
|
9346
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9347
|
+
* @return GetSparkAppWebUiAddressResponse
|
|
8829
9348
|
*/
|
|
8830
9349
|
getSparkAppWebUiAddressWithOptions(request: GetSparkAppWebUiAddressRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppWebUiAddressResponse>;
|
|
8831
9350
|
/**
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
-
|
|
8836
|
-
|
|
8837
|
-
|
|
9351
|
+
* @summary Queries the URL of the web UI for a Spark application.
|
|
9352
|
+
*
|
|
9353
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9354
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9355
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9356
|
+
*
|
|
9357
|
+
* @param request GetSparkAppWebUiAddressRequest
|
|
9358
|
+
* @return GetSparkAppWebUiAddressResponse
|
|
8838
9359
|
*/
|
|
8839
9360
|
getSparkAppWebUiAddress(request: GetSparkAppWebUiAddressRequest): Promise<GetSparkAppWebUiAddressResponse>;
|
|
8840
9361
|
/**
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
9362
|
+
* @summary Queries the Spark log configuration of an AnalyticDB for MySQL cluster, including the default Spark log path.
|
|
9363
|
+
*
|
|
9364
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9365
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9366
|
+
* > 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.
|
|
9367
|
+
*
|
|
9368
|
+
* @param request GetSparkConfigLogPathRequest
|
|
9369
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9370
|
+
* @return GetSparkConfigLogPathResponse
|
|
8848
9371
|
*/
|
|
8849
9372
|
getSparkConfigLogPathWithOptions(request: GetSparkConfigLogPathRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkConfigLogPathResponse>;
|
|
8850
9373
|
/**
|
|
8851
|
-
|
|
8852
|
-
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
9374
|
+
* @summary Queries the Spark log configuration of an AnalyticDB for MySQL cluster, including the default Spark log path.
|
|
9375
|
+
*
|
|
9376
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9377
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9378
|
+
* > 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.
|
|
9379
|
+
*
|
|
9380
|
+
* @param request GetSparkConfigLogPathRequest
|
|
9381
|
+
* @return GetSparkConfigLogPathResponse
|
|
8857
9382
|
*/
|
|
8858
9383
|
getSparkConfigLogPath(request: GetSparkConfigLogPathRequest): Promise<GetSparkConfigLogPathResponse>;
|
|
8859
9384
|
/**
|
|
8860
|
-
|
|
8861
|
-
|
|
8862
|
-
|
|
8863
|
-
|
|
8864
|
-
|
|
8865
|
-
|
|
8866
|
-
|
|
9385
|
+
* @summary Queries the common definitions of Spark applications.
|
|
9386
|
+
*
|
|
9387
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9388
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9389
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9390
|
+
*
|
|
9391
|
+
* @param request GetSparkDefinitionsRequest
|
|
9392
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9393
|
+
* @return GetSparkDefinitionsResponse
|
|
8867
9394
|
*/
|
|
8868
9395
|
getSparkDefinitionsWithOptions(request: GetSparkDefinitionsRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkDefinitionsResponse>;
|
|
8869
9396
|
/**
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
|
|
8874
|
-
|
|
8875
|
-
|
|
9397
|
+
* @summary Queries the common definitions of Spark applications.
|
|
9398
|
+
*
|
|
9399
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9400
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9401
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9402
|
+
*
|
|
9403
|
+
* @param request GetSparkDefinitionsRequest
|
|
9404
|
+
* @return GetSparkDefinitionsResponse
|
|
8876
9405
|
*/
|
|
8877
9406
|
getSparkDefinitions(request: GetSparkDefinitionsRequest): Promise<GetSparkDefinitionsResponse>;
|
|
8878
9407
|
/**
|
|
8879
|
-
|
|
8880
|
-
|
|
8881
|
-
|
|
8882
|
-
|
|
8883
|
-
|
|
8884
|
-
|
|
8885
|
-
|
|
9408
|
+
* @summary Queries the results of a Spark log analysis task.
|
|
9409
|
+
*
|
|
9410
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9411
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9412
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9413
|
+
*
|
|
9414
|
+
* @param request GetSparkLogAnalyzeTaskRequest
|
|
9415
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9416
|
+
* @return GetSparkLogAnalyzeTaskResponse
|
|
8886
9417
|
*/
|
|
8887
9418
|
getSparkLogAnalyzeTaskWithOptions(request: GetSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkLogAnalyzeTaskResponse>;
|
|
8888
9419
|
/**
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
9420
|
+
* @summary Queries the results of a Spark log analysis task.
|
|
9421
|
+
*
|
|
9422
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9423
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9424
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9425
|
+
*
|
|
9426
|
+
* @param request GetSparkLogAnalyzeTaskRequest
|
|
9427
|
+
* @return GetSparkLogAnalyzeTaskResponse
|
|
8895
9428
|
*/
|
|
8896
9429
|
getSparkLogAnalyzeTask(request: GetSparkLogAnalyzeTaskRequest): Promise<GetSparkLogAnalyzeTaskResponse>;
|
|
9430
|
+
/**
|
|
9431
|
+
* @summary Queries the state information about the Spark SQL engine.
|
|
9432
|
+
*
|
|
9433
|
+
* @param request GetSparkSQLEngineStateRequest
|
|
9434
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9435
|
+
* @return GetSparkSQLEngineStateResponse
|
|
9436
|
+
*/
|
|
8897
9437
|
getSparkSQLEngineStateWithOptions(request: GetSparkSQLEngineStateRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkSQLEngineStateResponse>;
|
|
9438
|
+
/**
|
|
9439
|
+
* @summary Queries the state information about the Spark SQL engine.
|
|
9440
|
+
*
|
|
9441
|
+
* @param request GetSparkSQLEngineStateRequest
|
|
9442
|
+
* @return GetSparkSQLEngineStateResponse
|
|
9443
|
+
*/
|
|
8898
9444
|
getSparkSQLEngineState(request: GetSparkSQLEngineStateRequest): Promise<GetSparkSQLEngineStateResponse>;
|
|
8899
9445
|
/**
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
|
|
8903
|
-
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
|
|
9446
|
+
* @summary Queries the content of a Spark application template.
|
|
9447
|
+
*
|
|
9448
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9449
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9450
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9451
|
+
*
|
|
9452
|
+
* @param request GetSparkTemplateFileContentRequest
|
|
9453
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9454
|
+
* @return GetSparkTemplateFileContentResponse
|
|
8907
9455
|
*/
|
|
8908
9456
|
getSparkTemplateFileContentWithOptions(request: GetSparkTemplateFileContentRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFileContentResponse>;
|
|
8909
9457
|
/**
|
|
8910
|
-
|
|
8911
|
-
|
|
8912
|
-
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
9458
|
+
* @summary Queries the content of a Spark application template.
|
|
9459
|
+
*
|
|
9460
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9461
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9462
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9463
|
+
*
|
|
9464
|
+
* @param request GetSparkTemplateFileContentRequest
|
|
9465
|
+
* @return GetSparkTemplateFileContentResponse
|
|
8916
9466
|
*/
|
|
8917
9467
|
getSparkTemplateFileContent(request: GetSparkTemplateFileContentRequest): Promise<GetSparkTemplateFileContentResponse>;
|
|
8918
9468
|
/**
|
|
8919
|
-
|
|
8920
|
-
|
|
8921
|
-
|
|
8922
|
-
|
|
8923
|
-
|
|
8924
|
-
|
|
8925
|
-
|
|
8926
|
-
|
|
9469
|
+
* @summary Queries the directory structure of Spark applications.
|
|
9470
|
+
*
|
|
9471
|
+
* @description * You can call this operation to query the directory structure but not application data in the directory. To query the directory structure that contains application data, call the [GetSparkTemplateFullTree](https://help.aliyun.com/document_detail/612467.html) operation.
|
|
9472
|
+
* * General endpoint: `adb.aliyuncs.com`.
|
|
9473
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9474
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9475
|
+
*
|
|
9476
|
+
* @param request GetSparkTemplateFolderTreeRequest
|
|
9477
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9478
|
+
* @return GetSparkTemplateFolderTreeResponse
|
|
8927
9479
|
*/
|
|
8928
9480
|
getSparkTemplateFolderTreeWithOptions(request: GetSparkTemplateFolderTreeRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFolderTreeResponse>;
|
|
8929
9481
|
/**
|
|
8930
|
-
|
|
8931
|
-
|
|
8932
|
-
|
|
8933
|
-
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
9482
|
+
* @summary Queries the directory structure of Spark applications.
|
|
9483
|
+
*
|
|
9484
|
+
* @description * You can call this operation to query the directory structure but not application data in the directory. To query the directory structure that contains application data, call the [GetSparkTemplateFullTree](https://help.aliyun.com/document_detail/612467.html) operation.
|
|
9485
|
+
* * General endpoint: `adb.aliyuncs.com`.
|
|
9486
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9487
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9488
|
+
*
|
|
9489
|
+
* @param request GetSparkTemplateFolderTreeRequest
|
|
9490
|
+
* @return GetSparkTemplateFolderTreeResponse
|
|
8937
9491
|
*/
|
|
8938
9492
|
getSparkTemplateFolderTree(request: GetSparkTemplateFolderTreeRequest): Promise<GetSparkTemplateFolderTreeResponse>;
|
|
8939
9493
|
/**
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
|
|
8945
|
-
|
|
8946
|
-
|
|
9494
|
+
* @summary Queries the directory structure of Spark applications.
|
|
9495
|
+
*
|
|
9496
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9497
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9498
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9499
|
+
*
|
|
9500
|
+
* @param request GetSparkTemplateFullTreeRequest
|
|
9501
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9502
|
+
* @return GetSparkTemplateFullTreeResponse
|
|
8947
9503
|
*/
|
|
8948
9504
|
getSparkTemplateFullTreeWithOptions(request: GetSparkTemplateFullTreeRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFullTreeResponse>;
|
|
8949
9505
|
/**
|
|
8950
|
-
|
|
8951
|
-
|
|
8952
|
-
|
|
8953
|
-
|
|
8954
|
-
|
|
8955
|
-
|
|
9506
|
+
* @summary Queries the directory structure of Spark applications.
|
|
9507
|
+
*
|
|
9508
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9509
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9510
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9511
|
+
*
|
|
9512
|
+
* @param request GetSparkTemplateFullTreeRequest
|
|
9513
|
+
* @return GetSparkTemplateFullTreeResponse
|
|
8956
9514
|
*/
|
|
8957
9515
|
getSparkTemplateFullTree(request: GetSparkTemplateFullTreeRequest): Promise<GetSparkTemplateFullTreeResponse>;
|
|
8958
9516
|
/**
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
|
|
9517
|
+
* @deprecated OpenAPI GetTable is deprecated
|
|
9518
|
+
*
|
|
9519
|
+
* @summary 获取表
|
|
9520
|
+
*
|
|
9521
|
+
* @param request GetTableRequest
|
|
9522
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9523
|
+
* @return GetTableResponse
|
|
8964
9524
|
*/
|
|
8965
9525
|
getTableWithOptions(request: GetTableRequest, runtime: $Util.RuntimeOptions): Promise<GetTableResponse>;
|
|
8966
9526
|
/**
|
|
8967
|
-
|
|
8968
|
-
|
|
8969
|
-
|
|
8970
|
-
|
|
9527
|
+
* @deprecated OpenAPI GetTable is deprecated
|
|
9528
|
+
*
|
|
9529
|
+
* @summary 获取表
|
|
9530
|
+
*
|
|
9531
|
+
* @param request GetTableRequest
|
|
9532
|
+
* @return GetTableResponse
|
|
8971
9533
|
*/
|
|
8972
9534
|
getTable(request: GetTableRequest): Promise<GetTableResponse>;
|
|
9535
|
+
/**
|
|
9536
|
+
* @summary Queries the information about columns.
|
|
9537
|
+
*
|
|
9538
|
+
* @param request GetTableColumnsRequest
|
|
9539
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9540
|
+
* @return GetTableColumnsResponse
|
|
9541
|
+
*/
|
|
8973
9542
|
getTableColumnsWithOptions(request: GetTableColumnsRequest, runtime: $Util.RuntimeOptions): Promise<GetTableColumnsResponse>;
|
|
9543
|
+
/**
|
|
9544
|
+
* @summary Queries the information about columns.
|
|
9545
|
+
*
|
|
9546
|
+
* @param request GetTableColumnsRequest
|
|
9547
|
+
* @return GetTableColumnsResponse
|
|
9548
|
+
*/
|
|
8974
9549
|
getTableColumns(request: GetTableColumnsRequest): Promise<GetTableColumnsResponse>;
|
|
9550
|
+
/**
|
|
9551
|
+
* @summary Queries the statement that is used to create a table.
|
|
9552
|
+
*
|
|
9553
|
+
* @param request GetTableDDLRequest
|
|
9554
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9555
|
+
* @return GetTableDDLResponse
|
|
9556
|
+
*/
|
|
8975
9557
|
getTableDDLWithOptions(request: GetTableDDLRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDDLResponse>;
|
|
9558
|
+
/**
|
|
9559
|
+
* @summary Queries the statement that is used to create a table.
|
|
9560
|
+
*
|
|
9561
|
+
* @param request GetTableDDLRequest
|
|
9562
|
+
* @return GetTableDDLResponse
|
|
9563
|
+
*/
|
|
8976
9564
|
getTableDDL(request: GetTableDDLRequest): Promise<GetTableDDLResponse>;
|
|
9565
|
+
/**
|
|
9566
|
+
* @summary 获取table概要信息
|
|
9567
|
+
*
|
|
9568
|
+
* @param request GetTableObjectsRequest
|
|
9569
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9570
|
+
* @return GetTableObjectsResponse
|
|
9571
|
+
*/
|
|
8977
9572
|
getTableObjectsWithOptions(request: GetTableObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetTableObjectsResponse>;
|
|
9573
|
+
/**
|
|
9574
|
+
* @summary 获取table概要信息
|
|
9575
|
+
*
|
|
9576
|
+
* @param request GetTableObjectsRequest
|
|
9577
|
+
* @return GetTableObjectsResponse
|
|
9578
|
+
*/
|
|
8978
9579
|
getTableObjects(request: GetTableObjectsRequest): Promise<GetTableObjectsResponse>;
|
|
8979
9580
|
/**
|
|
8980
|
-
|
|
8981
|
-
|
|
8982
|
-
|
|
8983
|
-
|
|
8984
|
-
|
|
8985
|
-
|
|
9581
|
+
* @summary Queries the statement that is used to create a view.
|
|
9582
|
+
*
|
|
9583
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9584
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9585
|
+
*
|
|
9586
|
+
* @param request GetViewDDLRequest
|
|
9587
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9588
|
+
* @return GetViewDDLResponse
|
|
8986
9589
|
*/
|
|
8987
9590
|
getViewDDLWithOptions(request: GetViewDDLRequest, runtime: $Util.RuntimeOptions): Promise<GetViewDDLResponse>;
|
|
8988
9591
|
/**
|
|
8989
|
-
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
|
-
|
|
8993
|
-
|
|
9592
|
+
* @summary Queries the statement that is used to create a view.
|
|
9593
|
+
*
|
|
9594
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9595
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9596
|
+
*
|
|
9597
|
+
* @param request GetViewDDLRequest
|
|
9598
|
+
* @return GetViewDDLResponse
|
|
8994
9599
|
*/
|
|
8995
9600
|
getViewDDL(request: GetViewDDLRequest): Promise<GetViewDDLResponse>;
|
|
8996
9601
|
/**
|
|
8997
|
-
|
|
8998
|
-
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
|
|
9002
|
-
|
|
9602
|
+
* @summary Queries the information about views.
|
|
9603
|
+
*
|
|
9604
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9605
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9606
|
+
*
|
|
9607
|
+
* @param request GetViewObjectsRequest
|
|
9608
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9609
|
+
* @return GetViewObjectsResponse
|
|
9003
9610
|
*/
|
|
9004
9611
|
getViewObjectsWithOptions(request: GetViewObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetViewObjectsResponse>;
|
|
9005
9612
|
/**
|
|
9006
|
-
|
|
9007
|
-
|
|
9008
|
-
|
|
9009
|
-
|
|
9010
|
-
|
|
9613
|
+
* @summary Queries the information about views.
|
|
9614
|
+
*
|
|
9615
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9616
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9617
|
+
*
|
|
9618
|
+
* @param request GetViewObjectsRequest
|
|
9619
|
+
* @return GetViewObjectsResponse
|
|
9011
9620
|
*/
|
|
9012
9621
|
getViewObjects(request: GetViewObjectsRequest): Promise<GetViewObjectsResponse>;
|
|
9013
9622
|
/**
|
|
9014
|
-
|
|
9015
|
-
|
|
9016
|
-
|
|
9017
|
-
|
|
9018
|
-
|
|
9019
|
-
|
|
9020
|
-
|
|
9623
|
+
* @summary Terminates a Spark application.
|
|
9624
|
+
*
|
|
9625
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9626
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9627
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9628
|
+
*
|
|
9629
|
+
* @param request KillSparkAppRequest
|
|
9630
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9631
|
+
* @return KillSparkAppResponse
|
|
9021
9632
|
*/
|
|
9022
9633
|
killSparkAppWithOptions(request: KillSparkAppRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkAppResponse>;
|
|
9023
9634
|
/**
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
|
|
9028
|
-
|
|
9029
|
-
|
|
9635
|
+
* @summary Terminates a Spark application.
|
|
9636
|
+
*
|
|
9637
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9638
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9639
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9640
|
+
*
|
|
9641
|
+
* @param request KillSparkAppRequest
|
|
9642
|
+
* @return KillSparkAppResponse
|
|
9030
9643
|
*/
|
|
9031
9644
|
killSparkApp(request: KillSparkAppRequest): Promise<KillSparkAppResponse>;
|
|
9032
9645
|
/**
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
|
|
9038
|
-
|
|
9039
|
-
|
|
9646
|
+
* @summary Terminates a Spark log analysis task and queries the information about the analysis task.
|
|
9647
|
+
*
|
|
9648
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9649
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9650
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9651
|
+
*
|
|
9652
|
+
* @param request KillSparkLogAnalyzeTaskRequest
|
|
9653
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9654
|
+
* @return KillSparkLogAnalyzeTaskResponse
|
|
9040
9655
|
*/
|
|
9041
9656
|
killSparkLogAnalyzeTaskWithOptions(request: KillSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkLogAnalyzeTaskResponse>;
|
|
9042
9657
|
/**
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
|
|
9046
|
-
|
|
9047
|
-
|
|
9048
|
-
|
|
9658
|
+
* @summary Terminates a Spark log analysis task and queries the information about the analysis task.
|
|
9659
|
+
*
|
|
9660
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9661
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9662
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9663
|
+
*
|
|
9664
|
+
* @param request KillSparkLogAnalyzeTaskRequest
|
|
9665
|
+
* @return KillSparkLogAnalyzeTaskResponse
|
|
9049
9666
|
*/
|
|
9050
9667
|
killSparkLogAnalyzeTask(request: KillSparkLogAnalyzeTaskRequest): Promise<KillSparkLogAnalyzeTaskResponse>;
|
|
9051
9668
|
/**
|
|
9052
|
-
|
|
9053
|
-
|
|
9054
|
-
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
|
|
9669
|
+
* @summary Shuts down a Spark SQL engine.
|
|
9670
|
+
*
|
|
9671
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9672
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9673
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9674
|
+
*
|
|
9675
|
+
* @param request KillSparkSQLEngineRequest
|
|
9676
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9677
|
+
* @return KillSparkSQLEngineResponse
|
|
9059
9678
|
*/
|
|
9060
9679
|
killSparkSQLEngineWithOptions(request: KillSparkSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkSQLEngineResponse>;
|
|
9061
9680
|
/**
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
|
|
9067
|
-
|
|
9681
|
+
* @summary Shuts down a Spark SQL engine.
|
|
9682
|
+
*
|
|
9683
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9684
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9685
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9686
|
+
*
|
|
9687
|
+
* @param request KillSparkSQLEngineRequest
|
|
9688
|
+
* @return KillSparkSQLEngineResponse
|
|
9068
9689
|
*/
|
|
9069
9690
|
killSparkSQLEngine(request: KillSparkSQLEngineRequest): Promise<KillSparkSQLEngineResponse>;
|
|
9070
9691
|
/**
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9692
|
+
* @summary Queries the information about retry attempts of a Spark application.
|
|
9693
|
+
*
|
|
9694
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9695
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9696
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9697
|
+
*
|
|
9698
|
+
* @param request ListSparkAppAttemptsRequest
|
|
9699
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9700
|
+
* @return ListSparkAppAttemptsResponse
|
|
9078
9701
|
*/
|
|
9079
9702
|
listSparkAppAttemptsWithOptions(request: ListSparkAppAttemptsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkAppAttemptsResponse>;
|
|
9080
9703
|
/**
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9704
|
+
* @summary Queries the information about retry attempts of a Spark application.
|
|
9705
|
+
*
|
|
9706
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9707
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9708
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9709
|
+
*
|
|
9710
|
+
* @param request ListSparkAppAttemptsRequest
|
|
9711
|
+
* @return ListSparkAppAttemptsResponse
|
|
9087
9712
|
*/
|
|
9088
9713
|
listSparkAppAttempts(request: ListSparkAppAttemptsRequest): Promise<ListSparkAppAttemptsResponse>;
|
|
9714
|
+
/**
|
|
9715
|
+
* @summary Queries the Spark applications that run on an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9716
|
+
*
|
|
9717
|
+
* @param request ListSparkAppsRequest
|
|
9718
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9719
|
+
* @return ListSparkAppsResponse
|
|
9720
|
+
*/
|
|
9089
9721
|
listSparkAppsWithOptions(request: ListSparkAppsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkAppsResponse>;
|
|
9722
|
+
/**
|
|
9723
|
+
* @summary Queries the Spark applications that run on an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9724
|
+
*
|
|
9725
|
+
* @param request ListSparkAppsRequest
|
|
9726
|
+
* @return ListSparkAppsResponse
|
|
9727
|
+
*/
|
|
9090
9728
|
listSparkApps(request: ListSparkAppsRequest): Promise<ListSparkAppsResponse>;
|
|
9091
9729
|
/**
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9730
|
+
* @summary Queries a list of Spark log analysis tasks.
|
|
9731
|
+
*
|
|
9732
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9733
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9734
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9735
|
+
*
|
|
9736
|
+
* @param request ListSparkLogAnalyzeTasksRequest
|
|
9737
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9738
|
+
* @return ListSparkLogAnalyzeTasksResponse
|
|
9099
9739
|
*/
|
|
9100
9740
|
listSparkLogAnalyzeTasksWithOptions(request: ListSparkLogAnalyzeTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkLogAnalyzeTasksResponse>;
|
|
9101
9741
|
/**
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9742
|
+
* @summary Queries a list of Spark log analysis tasks.
|
|
9743
|
+
*
|
|
9744
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9745
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9746
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9747
|
+
*
|
|
9748
|
+
* @param request ListSparkLogAnalyzeTasksRequest
|
|
9749
|
+
* @return ListSparkLogAnalyzeTasksResponse
|
|
9108
9750
|
*/
|
|
9109
9751
|
listSparkLogAnalyzeTasks(request: ListSparkLogAnalyzeTasksRequest): Promise<ListSparkLogAnalyzeTasksResponse>;
|
|
9110
9752
|
/**
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9753
|
+
* @summary Queries all Spark template file IDs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9754
|
+
*
|
|
9755
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9756
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9757
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9758
|
+
*
|
|
9759
|
+
* @param request ListSparkTemplateFileIdsRequest
|
|
9760
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9761
|
+
* @return ListSparkTemplateFileIdsResponse
|
|
9118
9762
|
*/
|
|
9119
9763
|
listSparkTemplateFileIdsWithOptions(request: ListSparkTemplateFileIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkTemplateFileIdsResponse>;
|
|
9120
9764
|
/**
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9765
|
+
* @summary Queries all Spark template file IDs of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9766
|
+
*
|
|
9767
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
9768
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
9769
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
9770
|
+
*
|
|
9771
|
+
* @param request ListSparkTemplateFileIdsRequest
|
|
9772
|
+
* @return ListSparkTemplateFileIdsResponse
|
|
9127
9773
|
*/
|
|
9128
9774
|
listSparkTemplateFileIds(request: ListSparkTemplateFileIdsRequest): Promise<ListSparkTemplateFileIdsResponse>;
|
|
9129
9775
|
/**
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9776
|
+
* @summary Loads a built-in dataset.
|
|
9777
|
+
*
|
|
9778
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9779
|
+
*
|
|
9780
|
+
* @param request LoadSampleDataSetRequest
|
|
9781
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9782
|
+
* @return LoadSampleDataSetResponse
|
|
9135
9783
|
*/
|
|
9136
9784
|
loadSampleDataSetWithOptions(request: LoadSampleDataSetRequest, runtime: $Util.RuntimeOptions): Promise<LoadSampleDataSetResponse>;
|
|
9137
9785
|
/**
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9786
|
+
* @summary Loads a built-in dataset.
|
|
9787
|
+
*
|
|
9788
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9789
|
+
*
|
|
9790
|
+
* @param request LoadSampleDataSetRequest
|
|
9791
|
+
* @return LoadSampleDataSetResponse
|
|
9142
9792
|
*/
|
|
9143
9793
|
loadSampleDataSet(request: LoadSampleDataSetRequest): Promise<LoadSampleDataSetResponse>;
|
|
9144
9794
|
/**
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9795
|
+
* @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9796
|
+
*
|
|
9797
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9798
|
+
*
|
|
9799
|
+
* @param request ModifyAccountDescriptionRequest
|
|
9800
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9801
|
+
* @return ModifyAccountDescriptionResponse
|
|
9150
9802
|
*/
|
|
9151
9803
|
modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
|
|
9152
9804
|
/**
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9805
|
+
* @summary Modifies the description of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9806
|
+
*
|
|
9807
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
9808
|
+
*
|
|
9809
|
+
* @param request ModifyAccountDescriptionRequest
|
|
9810
|
+
* @return ModifyAccountDescriptionResponse
|
|
9157
9811
|
*/
|
|
9158
9812
|
modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
|
|
9813
|
+
/**
|
|
9814
|
+
* @summary 修改某一用户的权限
|
|
9815
|
+
*
|
|
9816
|
+
* @param tmpReq ModifyAccountPrivilegesRequest
|
|
9817
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9818
|
+
* @return ModifyAccountPrivilegesResponse
|
|
9819
|
+
*/
|
|
9159
9820
|
modifyAccountPrivilegesWithOptions(tmpReq: ModifyAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountPrivilegesResponse>;
|
|
9821
|
+
/**
|
|
9822
|
+
* @summary 修改某一用户的权限
|
|
9823
|
+
*
|
|
9824
|
+
* @param request ModifyAccountPrivilegesRequest
|
|
9825
|
+
* @return ModifyAccountPrivilegesResponse
|
|
9826
|
+
*/
|
|
9160
9827
|
modifyAccountPrivileges(request: ModifyAccountPrivilegesRequest): Promise<ModifyAccountPrivilegesResponse>;
|
|
9828
|
+
/**
|
|
9829
|
+
* @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9830
|
+
*
|
|
9831
|
+
* @param request ModifyAuditLogConfigRequest
|
|
9832
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9833
|
+
* @return ModifyAuditLogConfigResponse
|
|
9834
|
+
*/
|
|
9161
9835
|
modifyAuditLogConfigWithOptions(request: ModifyAuditLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAuditLogConfigResponse>;
|
|
9836
|
+
/**
|
|
9837
|
+
* @summary Modifies the SQL audit configuration of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9838
|
+
*
|
|
9839
|
+
* @param request ModifyAuditLogConfigRequest
|
|
9840
|
+
* @return ModifyAuditLogConfigResponse
|
|
9841
|
+
*/
|
|
9162
9842
|
modifyAuditLogConfig(request: ModifyAuditLogConfigRequest): Promise<ModifyAuditLogConfigResponse>;
|
|
9163
9843
|
/**
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9844
|
+
* @summary Modifies the backup policy of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9845
|
+
*
|
|
9846
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9847
|
+
*
|
|
9848
|
+
* @param request ModifyBackupPolicyRequest
|
|
9849
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9850
|
+
* @return ModifyBackupPolicyResponse
|
|
9169
9851
|
*/
|
|
9170
9852
|
modifyBackupPolicyWithOptions(request: ModifyBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyResponse>;
|
|
9171
9853
|
/**
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9854
|
+
* @summary Modifies the backup policy of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9855
|
+
*
|
|
9856
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9857
|
+
*
|
|
9858
|
+
* @param request ModifyBackupPolicyRequest
|
|
9859
|
+
* @return ModifyBackupPolicyResponse
|
|
9176
9860
|
*/
|
|
9177
9861
|
modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
|
|
9178
9862
|
/**
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9863
|
+
* @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9864
|
+
*
|
|
9865
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9866
|
+
*
|
|
9867
|
+
* @param request ModifyClusterAccessWhiteListRequest
|
|
9868
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9869
|
+
* @return ModifyClusterAccessWhiteListResponse
|
|
9184
9870
|
*/
|
|
9185
9871
|
modifyClusterAccessWhiteListWithOptions(request: ModifyClusterAccessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterAccessWhiteListResponse>;
|
|
9186
9872
|
/**
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
|
|
9190
|
-
|
|
9873
|
+
* @summary Modifies the IP address whitelist of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9874
|
+
*
|
|
9875
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9876
|
+
*
|
|
9877
|
+
* @param request ModifyClusterAccessWhiteListRequest
|
|
9878
|
+
* @return ModifyClusterAccessWhiteListResponse
|
|
9191
9879
|
*/
|
|
9192
9880
|
modifyClusterAccessWhiteList(request: ModifyClusterAccessWhiteListRequest): Promise<ModifyClusterAccessWhiteListResponse>;
|
|
9193
9881
|
/**
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9882
|
+
* @summary Modifies the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9883
|
+
*
|
|
9884
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9885
|
+
*
|
|
9886
|
+
* @param request ModifyClusterConnectionStringRequest
|
|
9887
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9888
|
+
* @return ModifyClusterConnectionStringResponse
|
|
9199
9889
|
*/
|
|
9200
9890
|
modifyClusterConnectionStringWithOptions(request: ModifyClusterConnectionStringRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterConnectionStringResponse>;
|
|
9201
9891
|
/**
|
|
9202
|
-
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
|
|
9892
|
+
* @summary Modifies the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9893
|
+
*
|
|
9894
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9895
|
+
*
|
|
9896
|
+
* @param request ModifyClusterConnectionStringRequest
|
|
9897
|
+
* @return ModifyClusterConnectionStringResponse
|
|
9206
9898
|
*/
|
|
9207
9899
|
modifyClusterConnectionString(request: ModifyClusterConnectionStringRequest): Promise<ModifyClusterConnectionStringResponse>;
|
|
9208
9900
|
/**
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
|
|
9215
|
-
|
|
9216
|
-
|
|
9217
|
-
|
|
9218
|
-
|
|
9901
|
+
* @summary Changes the configurations of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9902
|
+
*
|
|
9903
|
+
* @description ### [](#)
|
|
9904
|
+
* * During a scaling event, you are not allowed to execute the `SUBMIT JOB` statement to submit asynchronous jobs. If your business requires asynchronous jobs, perform scaling during appropriate periods.
|
|
9905
|
+
* * When cluster specifications are scaled up or down, data in the cluster is migrated for redistribution. The amount of time that is required for data migration is proportional to the volume of data. During a scaling event, the services provided by the cluster are not interrupted. During a scale-down event, data migration can take up to dozens of hours to complete. Proceed with caution especially when your cluster contains a large amount of data.
|
|
9906
|
+
* * If the cluster has a built-in dataset loaded, make sure that the cluster has reserved storage resources of at least 24 AnalyticDB compute units (ACUs). Otherwise, the built-in dataset cannot be used.
|
|
9907
|
+
* * When the scaling process is about to end, your service may encounter transient connections. We recommend that you scale your cluster during off-peak hours or make sure that your application is configured to automatically reconnect to your cluster.
|
|
9908
|
+
* * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition (V3.0) to Data Lakehouse Edition (V3.0), but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
|
|
9909
|
+
*
|
|
9910
|
+
* @param request ModifyDBClusterRequest
|
|
9911
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9912
|
+
* @return ModifyDBClusterResponse
|
|
9219
9913
|
*/
|
|
9220
9914
|
modifyDBClusterWithOptions(request: ModifyDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterResponse>;
|
|
9221
9915
|
/**
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9229
|
-
|
|
9230
|
-
|
|
9916
|
+
* @summary Changes the configurations of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9917
|
+
*
|
|
9918
|
+
* @description ### [](#)
|
|
9919
|
+
* * During a scaling event, you are not allowed to execute the `SUBMIT JOB` statement to submit asynchronous jobs. If your business requires asynchronous jobs, perform scaling during appropriate periods.
|
|
9920
|
+
* * When cluster specifications are scaled up or down, data in the cluster is migrated for redistribution. The amount of time that is required for data migration is proportional to the volume of data. During a scaling event, the services provided by the cluster are not interrupted. During a scale-down event, data migration can take up to dozens of hours to complete. Proceed with caution especially when your cluster contains a large amount of data.
|
|
9921
|
+
* * If the cluster has a built-in dataset loaded, make sure that the cluster has reserved storage resources of at least 24 AnalyticDB compute units (ACUs). Otherwise, the built-in dataset cannot be used.
|
|
9922
|
+
* * When the scaling process is about to end, your service may encounter transient connections. We recommend that you scale your cluster during off-peak hours or make sure that your application is configured to automatically reconnect to your cluster.
|
|
9923
|
+
* * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition (V3.0) to Data Lakehouse Edition (V3.0), but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
|
|
9924
|
+
*
|
|
9925
|
+
* @param request ModifyDBClusterRequest
|
|
9926
|
+
* @return ModifyDBClusterResponse
|
|
9231
9927
|
*/
|
|
9232
9928
|
modifyDBCluster(request: ModifyDBClusterRequest): Promise<ModifyDBClusterResponse>;
|
|
9233
9929
|
/**
|
|
9234
|
-
|
|
9235
|
-
|
|
9236
|
-
|
|
9237
|
-
|
|
9238
|
-
|
|
9930
|
+
* @summary Modifies the description of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster to facilitate the maintenance and management of the cluster.
|
|
9931
|
+
*
|
|
9932
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9933
|
+
*
|
|
9934
|
+
* @param request ModifyDBClusterDescriptionRequest
|
|
9935
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9936
|
+
* @return ModifyDBClusterDescriptionResponse
|
|
9239
9937
|
*/
|
|
9240
9938
|
modifyDBClusterDescriptionWithOptions(request: ModifyDBClusterDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDescriptionResponse>;
|
|
9241
9939
|
/**
|
|
9242
|
-
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9940
|
+
* @summary Modifies the description of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster to facilitate the maintenance and management of the cluster.
|
|
9941
|
+
*
|
|
9942
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9943
|
+
*
|
|
9944
|
+
* @param request ModifyDBClusterDescriptionRequest
|
|
9945
|
+
* @return ModifyDBClusterDescriptionResponse
|
|
9246
9946
|
*/
|
|
9247
9947
|
modifyDBClusterDescription(request: ModifyDBClusterDescriptionRequest): Promise<ModifyDBClusterDescriptionResponse>;
|
|
9248
9948
|
/**
|
|
9249
|
-
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9949
|
+
* @summary Modifies the maintenance window of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9950
|
+
*
|
|
9951
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9952
|
+
*
|
|
9953
|
+
* @param request ModifyDBClusterMaintainTimeRequest
|
|
9954
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9955
|
+
* @return ModifyDBClusterMaintainTimeResponse
|
|
9254
9956
|
*/
|
|
9255
9957
|
modifyDBClusterMaintainTimeWithOptions(request: ModifyDBClusterMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMaintainTimeResponse>;
|
|
9256
9958
|
/**
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9959
|
+
* @summary Modifies the maintenance window of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9960
|
+
*
|
|
9961
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9962
|
+
*
|
|
9963
|
+
* @param request ModifyDBClusterMaintainTimeRequest
|
|
9964
|
+
* @return ModifyDBClusterMaintainTimeResponse
|
|
9261
9965
|
*/
|
|
9262
9966
|
modifyDBClusterMaintainTime(request: ModifyDBClusterMaintainTimeRequest): Promise<ModifyDBClusterMaintainTimeResponse>;
|
|
9263
9967
|
/**
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9968
|
+
* @summary Modifies the amount of reserved computing resources for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9969
|
+
*
|
|
9970
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9971
|
+
*
|
|
9972
|
+
* @param tmpReq ModifyDBResourceGroupRequest
|
|
9973
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9974
|
+
* @return ModifyDBResourceGroupResponse
|
|
9269
9975
|
*/
|
|
9270
9976
|
modifyDBResourceGroupWithOptions(tmpReq: ModifyDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBResourceGroupResponse>;
|
|
9271
9977
|
/**
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9978
|
+
* @summary Modifies the amount of reserved computing resources for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9979
|
+
*
|
|
9980
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9981
|
+
*
|
|
9982
|
+
* @param request ModifyDBResourceGroupRequest
|
|
9983
|
+
* @return ModifyDBResourceGroupResponse
|
|
9276
9984
|
*/
|
|
9277
9985
|
modifyDBResourceGroup(request: ModifyDBResourceGroupRequest): Promise<ModifyDBResourceGroupResponse>;
|
|
9278
9986
|
/**
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9282
|
-
|
|
9283
|
-
|
|
9987
|
+
* @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9988
|
+
*
|
|
9989
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
9990
|
+
*
|
|
9991
|
+
* @param request ModifyElasticPlanRequest
|
|
9992
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9993
|
+
* @return ModifyElasticPlanResponse
|
|
9284
9994
|
*/
|
|
9285
9995
|
modifyElasticPlanWithOptions(request: ModifyElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticPlanResponse>;
|
|
9286
9996
|
/**
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9997
|
+
* @summary Modifies a scaling plan for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
9998
|
+
*
|
|
9999
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10000
|
+
*
|
|
10001
|
+
* @param request ModifyElasticPlanRequest
|
|
10002
|
+
* @return ModifyElasticPlanResponse
|
|
9291
10003
|
*/
|
|
9292
10004
|
modifyElasticPlan(request: ModifyElasticPlanRequest): Promise<ModifyElasticPlanResponse>;
|
|
10005
|
+
/**
|
|
10006
|
+
* @summary Preloads metrics for a Spark application.
|
|
10007
|
+
*
|
|
10008
|
+
* @param request PreloadSparkAppMetricsRequest
|
|
10009
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10010
|
+
* @return PreloadSparkAppMetricsResponse
|
|
10011
|
+
*/
|
|
9293
10012
|
preloadSparkAppMetricsWithOptions(request: PreloadSparkAppMetricsRequest, runtime: $Util.RuntimeOptions): Promise<PreloadSparkAppMetricsResponse>;
|
|
10013
|
+
/**
|
|
10014
|
+
* @summary Preloads metrics for a Spark application.
|
|
10015
|
+
*
|
|
10016
|
+
* @param request PreloadSparkAppMetricsRequest
|
|
10017
|
+
* @return PreloadSparkAppMetricsResponse
|
|
10018
|
+
*/
|
|
9294
10019
|
preloadSparkAppMetrics(request: PreloadSparkAppMetricsRequest): Promise<PreloadSparkAppMetricsResponse>;
|
|
10020
|
+
/**
|
|
10021
|
+
* @param request ReleaseClusterPublicConnectionRequest
|
|
10022
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10023
|
+
* @return ReleaseClusterPublicConnectionResponse
|
|
10024
|
+
*/
|
|
9295
10025
|
releaseClusterPublicConnectionWithOptions(request: ReleaseClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseClusterPublicConnectionResponse>;
|
|
10026
|
+
/**
|
|
10027
|
+
* @param request ReleaseClusterPublicConnectionRequest
|
|
10028
|
+
* @return ReleaseClusterPublicConnectionResponse
|
|
10029
|
+
*/
|
|
9296
10030
|
releaseClusterPublicConnection(request: ReleaseClusterPublicConnectionRequest): Promise<ReleaseClusterPublicConnectionResponse>;
|
|
10031
|
+
/**
|
|
10032
|
+
* @summary Renames a Spark template file.
|
|
10033
|
+
*
|
|
10034
|
+
* @param request RenameSparkTemplateFileRequest
|
|
10035
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10036
|
+
* @return RenameSparkTemplateFileResponse
|
|
10037
|
+
*/
|
|
9297
10038
|
renameSparkTemplateFileWithOptions(request: RenameSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<RenameSparkTemplateFileResponse>;
|
|
10039
|
+
/**
|
|
10040
|
+
* @summary Renames a Spark template file.
|
|
10041
|
+
*
|
|
10042
|
+
* @param request RenameSparkTemplateFileRequest
|
|
10043
|
+
* @return RenameSparkTemplateFileResponse
|
|
10044
|
+
*/
|
|
9298
10045
|
renameSparkTemplateFile(request: RenameSparkTemplateFileRequest): Promise<RenameSparkTemplateFileResponse>;
|
|
10046
|
+
/**
|
|
10047
|
+
* @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
10048
|
+
*
|
|
10049
|
+
* @param request ResetAccountPasswordRequest
|
|
10050
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10051
|
+
* @return ResetAccountPasswordResponse
|
|
10052
|
+
*/
|
|
9299
10053
|
resetAccountPasswordWithOptions(request: ResetAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountPasswordResponse>;
|
|
10054
|
+
/**
|
|
10055
|
+
* @summary Resets the password of a database account for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
10056
|
+
*
|
|
10057
|
+
* @param request ResetAccountPasswordRequest
|
|
10058
|
+
* @return ResetAccountPasswordResponse
|
|
10059
|
+
*/
|
|
9300
10060
|
resetAccountPassword(request: ResetAccountPasswordRequest): Promise<ResetAccountPasswordResponse>;
|
|
9301
10061
|
/**
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
|
|
9307
|
-
|
|
9308
|
-
|
|
10062
|
+
* @summary Modifies the Spark log configuration.
|
|
10063
|
+
*
|
|
10064
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
10065
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10066
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10067
|
+
*
|
|
10068
|
+
* @param request SetSparkAppLogRootPathRequest
|
|
10069
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10070
|
+
* @return SetSparkAppLogRootPathResponse
|
|
9309
10071
|
*/
|
|
9310
10072
|
setSparkAppLogRootPathWithOptions(request: SetSparkAppLogRootPathRequest, runtime: $Util.RuntimeOptions): Promise<SetSparkAppLogRootPathResponse>;
|
|
9311
10073
|
/**
|
|
9312
|
-
|
|
9313
|
-
|
|
9314
|
-
|
|
9315
|
-
|
|
9316
|
-
|
|
9317
|
-
|
|
10074
|
+
* @summary Modifies the Spark log configuration.
|
|
10075
|
+
*
|
|
10076
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
10077
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10078
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10079
|
+
*
|
|
10080
|
+
* @param request SetSparkAppLogRootPathRequest
|
|
10081
|
+
* @return SetSparkAppLogRootPathResponse
|
|
9318
10082
|
*/
|
|
9319
10083
|
setSparkAppLogRootPath(request: SetSparkAppLogRootPathRequest): Promise<SetSparkAppLogRootPathResponse>;
|
|
9320
10084
|
/**
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9326
|
-
|
|
9327
|
-
|
|
10085
|
+
* @summary Starts the Spark SQL engine.
|
|
10086
|
+
*
|
|
10087
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
10088
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10089
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10090
|
+
*
|
|
10091
|
+
* @param request StartSparkSQLEngineRequest
|
|
10092
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10093
|
+
* @return StartSparkSQLEngineResponse
|
|
9328
10094
|
*/
|
|
9329
10095
|
startSparkSQLEngineWithOptions(request: StartSparkSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<StartSparkSQLEngineResponse>;
|
|
9330
10096
|
/**
|
|
9331
|
-
|
|
9332
|
-
|
|
9333
|
-
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
|
|
10097
|
+
* @summary Starts the Spark SQL engine.
|
|
10098
|
+
*
|
|
10099
|
+
* @description * General endpoint: `adb.aliyuncs.com`.
|
|
10100
|
+
* * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10101
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10102
|
+
*
|
|
10103
|
+
* @param request StartSparkSQLEngineRequest
|
|
10104
|
+
* @return StartSparkSQLEngineResponse
|
|
9337
10105
|
*/
|
|
9338
10106
|
startSparkSQLEngine(request: StartSparkSQLEngineRequest): Promise<StartSparkSQLEngineResponse>;
|
|
9339
10107
|
/**
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
9345
|
-
|
|
9346
|
-
|
|
10108
|
+
* @summary Submits a Spark application.
|
|
10109
|
+
*
|
|
10110
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10111
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10112
|
+
* > 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.
|
|
10113
|
+
*
|
|
10114
|
+
* @param request SubmitSparkAppRequest
|
|
10115
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10116
|
+
* @return SubmitSparkAppResponse
|
|
9347
10117
|
*/
|
|
9348
10118
|
submitSparkAppWithOptions(request: SubmitSparkAppRequest, runtime: $Util.RuntimeOptions): Promise<SubmitSparkAppResponse>;
|
|
9349
10119
|
/**
|
|
9350
|
-
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
|
|
9355
|
-
|
|
10120
|
+
* @summary Submits a Spark application.
|
|
10121
|
+
*
|
|
10122
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10123
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10124
|
+
* > 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.
|
|
10125
|
+
*
|
|
10126
|
+
* @param request SubmitSparkAppRequest
|
|
10127
|
+
* @return SubmitSparkAppResponse
|
|
9356
10128
|
*/
|
|
9357
10129
|
submitSparkApp(request: SubmitSparkAppRequest): Promise<SubmitSparkAppResponse>;
|
|
10130
|
+
/**
|
|
10131
|
+
* @summary Submits a Spark log analysis task and queries the analysis results.
|
|
10132
|
+
*
|
|
10133
|
+
* @param request SubmitSparkLogAnalyzeTaskRequest
|
|
10134
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10135
|
+
* @return SubmitSparkLogAnalyzeTaskResponse
|
|
10136
|
+
*/
|
|
9358
10137
|
submitSparkLogAnalyzeTaskWithOptions(request: SubmitSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitSparkLogAnalyzeTaskResponse>;
|
|
10138
|
+
/**
|
|
10139
|
+
* @summary Submits a Spark log analysis task and queries the analysis results.
|
|
10140
|
+
*
|
|
10141
|
+
* @param request SubmitSparkLogAnalyzeTaskRequest
|
|
10142
|
+
* @return SubmitSparkLogAnalyzeTaskResponse
|
|
10143
|
+
*/
|
|
9359
10144
|
submitSparkLogAnalyzeTask(request: SubmitSparkLogAnalyzeTaskRequest): Promise<SubmitSparkLogAnalyzeTaskResponse>;
|
|
9360
10145
|
/**
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
|
|
10146
|
+
* @summary Disassociates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster from a Resource Access Management (RAM) user.
|
|
10147
|
+
*
|
|
10148
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
10149
|
+
*
|
|
10150
|
+
* @param request UnbindAccountRequest
|
|
10151
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10152
|
+
* @return UnbindAccountResponse
|
|
9366
10153
|
*/
|
|
9367
10154
|
unbindAccountWithOptions(request: UnbindAccountRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAccountResponse>;
|
|
9368
10155
|
/**
|
|
9369
|
-
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
10156
|
+
* @summary Disassociates a standard database account of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster from a Resource Access Management (RAM) user.
|
|
10157
|
+
*
|
|
10158
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
10159
|
+
*
|
|
10160
|
+
* @param request UnbindAccountRequest
|
|
10161
|
+
* @return UnbindAccountResponse
|
|
9373
10162
|
*/
|
|
9374
10163
|
unbindAccount(request: UnbindAccountRequest): Promise<UnbindAccountResponse>;
|
|
9375
10164
|
/**
|
|
9376
|
-
|
|
9377
|
-
|
|
9378
|
-
|
|
9379
|
-
|
|
9380
|
-
|
|
10165
|
+
* @summary Disassociates resource groups from database accounts for an AnalyticDB for MySQL cluster.
|
|
10166
|
+
*
|
|
10167
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10168
|
+
*
|
|
10169
|
+
* @param request UnbindDBResourceGroupWithUserRequest
|
|
10170
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10171
|
+
* @return UnbindDBResourceGroupWithUserResponse
|
|
9381
10172
|
*/
|
|
9382
10173
|
unbindDBResourceGroupWithUserWithOptions(request: UnbindDBResourceGroupWithUserRequest, runtime: $Util.RuntimeOptions): Promise<UnbindDBResourceGroupWithUserResponse>;
|
|
9383
10174
|
/**
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
10175
|
+
* @summary Disassociates resource groups from database accounts for an AnalyticDB for MySQL cluster.
|
|
10176
|
+
*
|
|
10177
|
+
* @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
10178
|
+
*
|
|
10179
|
+
* @param request UnbindDBResourceGroupWithUserRequest
|
|
10180
|
+
* @return UnbindDBResourceGroupWithUserResponse
|
|
9388
10181
|
*/
|
|
9389
10182
|
unbindDBResourceGroupWithUser(request: UnbindDBResourceGroupWithUserRequest): Promise<UnbindDBResourceGroupWithUserResponse>;
|
|
9390
10183
|
/**
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
10184
|
+
* @summary Updates a Spark application template.
|
|
10185
|
+
*
|
|
10186
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10187
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10188
|
+
* > 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.
|
|
10189
|
+
*
|
|
10190
|
+
* @param request UpdateSparkTemplateFileRequest
|
|
10191
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10192
|
+
* @return UpdateSparkTemplateFileResponse
|
|
9398
10193
|
*/
|
|
9399
10194
|
updateSparkTemplateFileWithOptions(request: UpdateSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSparkTemplateFileResponse>;
|
|
9400
10195
|
/**
|
|
9401
|
-
|
|
9402
|
-
|
|
9403
|
-
|
|
9404
|
-
|
|
9405
|
-
|
|
9406
|
-
|
|
10196
|
+
* @summary Updates a Spark application template.
|
|
10197
|
+
*
|
|
10198
|
+
* @description * Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
10199
|
+
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
10200
|
+
* > 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.
|
|
10201
|
+
*
|
|
10202
|
+
* @param request UpdateSparkTemplateFileRequest
|
|
10203
|
+
* @return UpdateSparkTemplateFileResponse
|
|
9407
10204
|
*/
|
|
9408
10205
|
updateSparkTemplateFile(request: UpdateSparkTemplateFileRequest): Promise<UpdateSparkTemplateFileResponse>;
|
|
9409
10206
|
}
|