@alicloud/adb20211201 1.5.3 → 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 +2102 -59
- package/dist/client.js +2172 -62
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2220 -60
package/dist/client.d.ts
CHANGED
|
@@ -759,7 +759,10 @@ export declare class CreateDBClusterRequest extends $tea.Model {
|
|
|
759
759
|
enableDefaultResourcePool?: boolean;
|
|
760
760
|
payType?: string;
|
|
761
761
|
period?: string;
|
|
762
|
+
productForm?: string;
|
|
762
763
|
regionId?: string;
|
|
764
|
+
reservedNodeCount?: number;
|
|
765
|
+
reservedNodeSize?: string;
|
|
763
766
|
resourceGroupId?: string;
|
|
764
767
|
restoreToTime?: string;
|
|
765
768
|
restoreType?: string;
|
|
@@ -2449,8 +2452,10 @@ export declare class DescribeDBClustersRequest extends $tea.Model {
|
|
|
2449
2452
|
DBClusterDescription?: string;
|
|
2450
2453
|
DBClusterIds?: string;
|
|
2451
2454
|
DBClusterStatus?: string;
|
|
2455
|
+
DBClusterVersion?: string;
|
|
2452
2456
|
pageNumber?: number;
|
|
2453
2457
|
pageSize?: number;
|
|
2458
|
+
productVersion?: string;
|
|
2454
2459
|
regionId?: string;
|
|
2455
2460
|
resourceGroupId?: string;
|
|
2456
2461
|
tag?: DescribeDBClustersRequestTag[];
|
|
@@ -5310,6 +5315,8 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
|
|
|
5310
5315
|
ownerAccount?: string;
|
|
5311
5316
|
ownerId?: number;
|
|
5312
5317
|
regionId?: string;
|
|
5318
|
+
reservedNodeCount?: number;
|
|
5319
|
+
reservedNodeSize?: string;
|
|
5313
5320
|
resourceOwnerAccount?: string;
|
|
5314
5321
|
storageResource?: string;
|
|
5315
5322
|
static names(): {
|
|
@@ -6698,8 +6705,11 @@ export declare class DescribeDBClusterAttributeResponseBodyItemsDBCluster extend
|
|
|
6698
6705
|
mode?: string;
|
|
6699
6706
|
payType?: string;
|
|
6700
6707
|
port?: number;
|
|
6708
|
+
productForm?: string;
|
|
6701
6709
|
regionId?: string;
|
|
6702
6710
|
reservedACU?: string;
|
|
6711
|
+
reservedNodeCount?: number;
|
|
6712
|
+
reservedNodeSize?: string;
|
|
6703
6713
|
resourceGroupId?: string;
|
|
6704
6714
|
storageResource?: string;
|
|
6705
6715
|
storageResourceTotal?: string;
|
|
@@ -6907,7 +6917,52 @@ export declare class DescribeDBClustersResponseBodyItemsDBClusterTags extends $t
|
|
|
6907
6917
|
[key: string]: any;
|
|
6908
6918
|
});
|
|
6909
6919
|
}
|
|
6920
|
+
export declare class DescribeDBClustersResponseBodyItemsDBClusterTaskInfoStepListStepList extends $tea.Model {
|
|
6921
|
+
endTime?: string;
|
|
6922
|
+
startTime?: string;
|
|
6923
|
+
stepDesc?: string;
|
|
6924
|
+
stepName?: string;
|
|
6925
|
+
stepProgress?: string;
|
|
6926
|
+
stepStatus?: string;
|
|
6927
|
+
static names(): {
|
|
6928
|
+
[key: string]: string;
|
|
6929
|
+
};
|
|
6930
|
+
static types(): {
|
|
6931
|
+
[key: string]: any;
|
|
6932
|
+
};
|
|
6933
|
+
constructor(map?: {
|
|
6934
|
+
[key: string]: any;
|
|
6935
|
+
});
|
|
6936
|
+
}
|
|
6937
|
+
export declare class DescribeDBClustersResponseBodyItemsDBClusterTaskInfoStepList extends $tea.Model {
|
|
6938
|
+
stepList?: DescribeDBClustersResponseBodyItemsDBClusterTaskInfoStepListStepList[];
|
|
6939
|
+
static names(): {
|
|
6940
|
+
[key: string]: string;
|
|
6941
|
+
};
|
|
6942
|
+
static types(): {
|
|
6943
|
+
[key: string]: any;
|
|
6944
|
+
};
|
|
6945
|
+
constructor(map?: {
|
|
6946
|
+
[key: string]: any;
|
|
6947
|
+
});
|
|
6948
|
+
}
|
|
6949
|
+
export declare class DescribeDBClustersResponseBodyItemsDBClusterTaskInfo extends $tea.Model {
|
|
6950
|
+
name?: string;
|
|
6951
|
+
progress?: string;
|
|
6952
|
+
status?: string;
|
|
6953
|
+
stepList?: DescribeDBClustersResponseBodyItemsDBClusterTaskInfoStepList;
|
|
6954
|
+
static names(): {
|
|
6955
|
+
[key: string]: string;
|
|
6956
|
+
};
|
|
6957
|
+
static types(): {
|
|
6958
|
+
[key: string]: any;
|
|
6959
|
+
};
|
|
6960
|
+
constructor(map?: {
|
|
6961
|
+
[key: string]: any;
|
|
6962
|
+
});
|
|
6963
|
+
}
|
|
6910
6964
|
export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
6965
|
+
category?: string;
|
|
6911
6966
|
commodityCode?: string;
|
|
6912
6967
|
computeResource?: string;
|
|
6913
6968
|
connectionString?: string;
|
|
@@ -6917,20 +6972,35 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
|
|
|
6917
6972
|
DBClusterNetworkType?: string;
|
|
6918
6973
|
DBClusterStatus?: string;
|
|
6919
6974
|
DBClusterType?: string;
|
|
6975
|
+
DBNodeClass?: string;
|
|
6976
|
+
DBNodeCount?: number;
|
|
6977
|
+
DBNodeStorage?: number;
|
|
6920
6978
|
DBVersion?: string;
|
|
6979
|
+
diskType?: string;
|
|
6980
|
+
dtsJobId?: string;
|
|
6981
|
+
elasticIOResource?: number;
|
|
6921
6982
|
engine?: string;
|
|
6983
|
+
executorCount?: string;
|
|
6922
6984
|
expireTime?: string;
|
|
6923
6985
|
expired?: string;
|
|
6986
|
+
innerIp?: string;
|
|
6987
|
+
innerPort?: string;
|
|
6924
6988
|
lockMode?: string;
|
|
6925
6989
|
lockReason?: string;
|
|
6926
6990
|
mode?: string;
|
|
6927
6991
|
payType?: string;
|
|
6928
6992
|
port?: string;
|
|
6993
|
+
productForm?: string;
|
|
6994
|
+
rdsInstanceId?: string;
|
|
6929
6995
|
regionId?: string;
|
|
6930
6996
|
reservedACU?: string;
|
|
6997
|
+
reservedNodeCount?: number;
|
|
6998
|
+
reservedNodeSize?: string;
|
|
6931
6999
|
resourceGroupId?: string;
|
|
6932
7000
|
storageResource?: string;
|
|
6933
7001
|
tags?: DescribeDBClustersResponseBodyItemsDBClusterTags;
|
|
7002
|
+
taskInfo?: DescribeDBClustersResponseBodyItemsDBClusterTaskInfo;
|
|
7003
|
+
VPCCloudInstanceId?: string;
|
|
6934
7004
|
VPCId?: string;
|
|
6935
7005
|
vSwitchId?: string;
|
|
6936
7006
|
zoneId?: string;
|
|
@@ -7837,327 +7907,2300 @@ export default class Client extends OpenApi {
|
|
|
7837
7907
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
7838
7908
|
[key: string]: string;
|
|
7839
7909
|
}, endpoint: string): string;
|
|
7910
|
+
/**
|
|
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
|
|
7918
|
+
*/
|
|
7840
7919
|
allocateClusterPublicConnectionWithOptions(request: AllocateClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateClusterPublicConnectionResponse>;
|
|
7920
|
+
/**
|
|
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
|
|
7927
|
+
*/
|
|
7841
7928
|
allocateClusterPublicConnection(request: AllocateClusterPublicConnectionRequest): Promise<AllocateClusterPublicConnectionResponse>;
|
|
7929
|
+
/**
|
|
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
|
|
7937
|
+
*/
|
|
7842
7938
|
attachUserENIWithOptions(request: AttachUserENIRequest, runtime: $Util.RuntimeOptions): Promise<AttachUserENIResponse>;
|
|
7939
|
+
/**
|
|
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
|
|
7946
|
+
*/
|
|
7843
7947
|
attachUserENI(request: AttachUserENIRequest): Promise<AttachUserENIResponse>;
|
|
7948
|
+
/**
|
|
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
|
|
7956
|
+
*/
|
|
7844
7957
|
bindAccountWithOptions(request: BindAccountRequest, runtime: $Util.RuntimeOptions): Promise<BindAccountResponse>;
|
|
7958
|
+
/**
|
|
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
|
|
7965
|
+
*/
|
|
7845
7966
|
bindAccount(request: BindAccountRequest): Promise<BindAccountResponse>;
|
|
7967
|
+
/**
|
|
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
|
|
7975
|
+
*/
|
|
7846
7976
|
bindDBResourceGroupWithUserWithOptions(request: BindDBResourceGroupWithUserRequest, runtime: $Util.RuntimeOptions): Promise<BindDBResourceGroupWithUserResponse>;
|
|
7977
|
+
/**
|
|
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
|
|
7984
|
+
*/
|
|
7847
7985
|
bindDBResourceGroupWithUser(request: BindDBResourceGroupWithUserRequest): Promise<BindDBResourceGroupWithUserResponse>;
|
|
7986
|
+
/**
|
|
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
|
|
7994
|
+
*/
|
|
7848
7995
|
checkBindRamUserWithOptions(request: CheckBindRamUserRequest, runtime: $Util.RuntimeOptions): Promise<CheckBindRamUserResponse>;
|
|
7996
|
+
/**
|
|
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
|
|
8003
|
+
*/
|
|
7849
8004
|
checkBindRamUser(request: CheckBindRamUserRequest): Promise<CheckBindRamUserResponse>;
|
|
8005
|
+
/**
|
|
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
|
|
8011
|
+
*/
|
|
7850
8012
|
checkSampleDataSetWithOptions(request: CheckSampleDataSetRequest, runtime: $Util.RuntimeOptions): Promise<CheckSampleDataSetResponse>;
|
|
8013
|
+
/**
|
|
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
|
|
8018
|
+
*/
|
|
7851
8019
|
checkSampleDataSet(request: CheckSampleDataSetRequest): Promise<CheckSampleDataSetResponse>;
|
|
8020
|
+
/**
|
|
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
|
|
8028
|
+
*/
|
|
7852
8029
|
createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
|
|
8030
|
+
/**
|
|
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
|
|
8037
|
+
*/
|
|
7853
8038
|
createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
|
|
8039
|
+
/**
|
|
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
|
|
8047
|
+
*/
|
|
7854
8048
|
createDBClusterWithOptions(request: CreateDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBClusterResponse>;
|
|
8049
|
+
/**
|
|
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
|
|
8056
|
+
*/
|
|
7855
8057
|
createDBCluster(request: CreateDBClusterRequest): Promise<CreateDBClusterResponse>;
|
|
8058
|
+
/**
|
|
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
|
|
8066
|
+
*/
|
|
7856
8067
|
createDBResourceGroupWithOptions(tmpReq: CreateDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBResourceGroupResponse>;
|
|
8068
|
+
/**
|
|
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
|
|
8075
|
+
*/
|
|
7857
8076
|
createDBResourceGroup(request: CreateDBResourceGroupRequest): Promise<CreateDBResourceGroupResponse>;
|
|
8077
|
+
/**
|
|
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
|
|
8085
|
+
*/
|
|
7858
8086
|
createElasticPlanWithOptions(request: CreateElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<CreateElasticPlanResponse>;
|
|
8087
|
+
/**
|
|
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
|
|
8094
|
+
*/
|
|
7859
8095
|
createElasticPlan(request: CreateElasticPlanRequest): Promise<CreateElasticPlanResponse>;
|
|
8096
|
+
/**
|
|
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
|
|
8106
|
+
*/
|
|
7860
8107
|
createOssSubDirectoryWithOptions(request: CreateOssSubDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateOssSubDirectoryResponse>;
|
|
8108
|
+
/**
|
|
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
|
|
8117
|
+
*/
|
|
7861
8118
|
createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
|
|
8119
|
+
/**
|
|
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
|
|
8129
|
+
*/
|
|
7862
8130
|
createSparkTemplateWithOptions(request: CreateSparkTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateSparkTemplateResponse>;
|
|
8131
|
+
/**
|
|
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
|
|
8140
|
+
*/
|
|
7863
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
|
+
*/
|
|
7864
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
|
+
*/
|
|
7865
8156
|
deleteAccount(request: DeleteAccountRequest): Promise<DeleteAccountResponse>;
|
|
7866
8157
|
/**
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
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
|
|
7873
8167
|
*/
|
|
7874
8168
|
deleteDBClusterWithOptions(request: DeleteDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBClusterResponse>;
|
|
7875
8169
|
/**
|
|
7876
|
-
|
|
7877
|
-
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
|
|
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
|
|
7881
8178
|
*/
|
|
7882
8179
|
deleteDBCluster(request: DeleteDBClusterRequest): Promise<DeleteDBClusterResponse>;
|
|
8180
|
+
/**
|
|
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
|
|
8188
|
+
*/
|
|
7883
8189
|
deleteDBResourceGroupWithOptions(request: DeleteDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBResourceGroupResponse>;
|
|
8190
|
+
/**
|
|
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
|
|
8197
|
+
*/
|
|
7884
8198
|
deleteDBResourceGroup(request: DeleteDBResourceGroupRequest): Promise<DeleteDBResourceGroupResponse>;
|
|
8199
|
+
/**
|
|
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
|
|
8207
|
+
*/
|
|
7885
8208
|
deleteElasticPlanWithOptions(request: DeleteElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<DeleteElasticPlanResponse>;
|
|
8209
|
+
/**
|
|
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
|
|
8216
|
+
*/
|
|
7886
8217
|
deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
|
|
8218
|
+
/**
|
|
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
|
|
8227
|
+
*/
|
|
7887
8228
|
deleteProcessInstanceWithOptions(request: DeleteProcessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteProcessInstanceResponse>;
|
|
8229
|
+
/**
|
|
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
|
|
8237
|
+
*/
|
|
7888
8238
|
deleteProcessInstance(request: DeleteProcessInstanceRequest): Promise<DeleteProcessInstanceResponse>;
|
|
8239
|
+
/**
|
|
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
|
|
8249
|
+
*/
|
|
7889
8250
|
deleteSparkTemplateWithOptions(request: DeleteSparkTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSparkTemplateResponse>;
|
|
8251
|
+
/**
|
|
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
|
|
8260
|
+
*/
|
|
7890
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
|
+
*/
|
|
7891
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
|
+
*/
|
|
7892
8276
|
deleteSparkTemplateFile(request: DeleteSparkTemplateFileRequest): Promise<DeleteSparkTemplateFileResponse>;
|
|
8277
|
+
/**
|
|
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
|
|
8285
|
+
*/
|
|
7893
8286
|
describeAccountAllPrivilegesWithOptions(request: DescribeAccountAllPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountAllPrivilegesResponse>;
|
|
8287
|
+
/**
|
|
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
|
|
8294
|
+
*/
|
|
7894
8295
|
describeAccountAllPrivileges(request: DescribeAccountAllPrivilegesRequest): Promise<DescribeAccountAllPrivilegesResponse>;
|
|
8296
|
+
/**
|
|
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
|
|
8304
|
+
*/
|
|
7895
8305
|
describeAccountPrivilegeObjectsWithOptions(request: DescribeAccountPrivilegeObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountPrivilegeObjectsResponse>;
|
|
8306
|
+
/**
|
|
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
|
|
8313
|
+
*/
|
|
7896
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
|
+
*/
|
|
7897
8322
|
describeAccountPrivilegesWithOptions(request: DescribeAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountPrivilegesResponse>;
|
|
8323
|
+
/**
|
|
8324
|
+
* @summary 获取某一ADB账户的权限
|
|
8325
|
+
*
|
|
8326
|
+
* @param request DescribeAccountPrivilegesRequest
|
|
8327
|
+
* @return DescribeAccountPrivilegesResponse
|
|
8328
|
+
*/
|
|
7898
8329
|
describeAccountPrivileges(request: DescribeAccountPrivilegesRequest): Promise<DescribeAccountPrivilegesResponse>;
|
|
8330
|
+
/**
|
|
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
|
|
8338
|
+
*/
|
|
7899
8339
|
describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
|
|
8340
|
+
/**
|
|
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
|
|
8347
|
+
*/
|
|
7900
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
|
+
*/
|
|
7901
8356
|
describeAdbMySqlColumnsWithOptions(request: DescribeAdbMySqlColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAdbMySqlColumnsResponse>;
|
|
8357
|
+
/**
|
|
8358
|
+
* @summary 用于查询ADB for MySQL实例下某个数据库某个表的列的列表
|
|
8359
|
+
*
|
|
8360
|
+
* @param request DescribeAdbMySqlColumnsRequest
|
|
8361
|
+
* @return DescribeAdbMySqlColumnsResponse
|
|
8362
|
+
*/
|
|
7902
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
|
+
*/
|
|
7903
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
|
+
*/
|
|
7904
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
|
+
*/
|
|
7905
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
|
+
*/
|
|
7906
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
|
+
*/
|
|
7907
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
|
+
*/
|
|
7908
8408
|
describeAllDataSource(request: DescribeAllDataSourceRequest): Promise<DescribeAllDataSourceResponse>;
|
|
8409
|
+
/**
|
|
8410
|
+
* @param request DescribeApsActionLogsRequest
|
|
8411
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8412
|
+
* @return DescribeApsActionLogsResponse
|
|
8413
|
+
*/
|
|
7909
8414
|
describeApsActionLogsWithOptions(request: DescribeApsActionLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsActionLogsResponse>;
|
|
8415
|
+
/**
|
|
8416
|
+
* @param request DescribeApsActionLogsRequest
|
|
8417
|
+
* @return DescribeApsActionLogsResponse
|
|
8418
|
+
*/
|
|
7910
8419
|
describeApsActionLogs(request: DescribeApsActionLogsRequest): Promise<DescribeApsActionLogsResponse>;
|
|
8420
|
+
/**
|
|
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
|
|
8429
|
+
*/
|
|
7911
8430
|
describeApsResourceGroupsWithOptions(request: DescribeApsResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApsResourceGroupsResponse>;
|
|
8431
|
+
/**
|
|
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
|
|
8439
|
+
*/
|
|
7912
8440
|
describeApsResourceGroups(request: DescribeApsResourceGroupsRequest): Promise<DescribeApsResourceGroupsResponse>;
|
|
7913
8441
|
/**
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
|
|
7918
|
-
|
|
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
|
|
7919
8452
|
*/
|
|
7920
8453
|
describeAuditLogRecordsWithOptions(request: DescribeAuditLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditLogRecordsResponse>;
|
|
7921
8454
|
/**
|
|
7922
|
-
|
|
7923
|
-
|
|
7924
|
-
|
|
7925
|
-
|
|
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
|
|
7926
8464
|
*/
|
|
7927
8465
|
describeAuditLogRecords(request: DescribeAuditLogRecordsRequest): Promise<DescribeAuditLogRecordsResponse>;
|
|
8466
|
+
/**
|
|
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
|
|
8472
|
+
*/
|
|
7928
8473
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|
|
8474
|
+
/**
|
|
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
|
|
8479
|
+
*/
|
|
7929
8480
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
8481
|
+
/**
|
|
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
|
|
8487
|
+
*/
|
|
7930
8488
|
describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
|
|
8489
|
+
/**
|
|
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
|
|
8494
|
+
*/
|
|
7931
8495
|
describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
|
|
8496
|
+
/**
|
|
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
|
|
8504
|
+
*/
|
|
7932
8505
|
describeClusterAccessWhiteListWithOptions(request: DescribeClusterAccessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAccessWhiteListResponse>;
|
|
8506
|
+
/**
|
|
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
|
|
8513
|
+
*/
|
|
7933
8514
|
describeClusterAccessWhiteList(request: DescribeClusterAccessWhiteListRequest): Promise<DescribeClusterAccessWhiteListResponse>;
|
|
8515
|
+
/**
|
|
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
|
|
8523
|
+
*/
|
|
7934
8524
|
describeClusterNetInfoWithOptions(request: DescribeClusterNetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNetInfoResponse>;
|
|
8525
|
+
/**
|
|
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
|
|
8532
|
+
*/
|
|
7935
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
|
+
*/
|
|
7936
8541
|
describeClusterResourceDetailWithOptions(request: DescribeClusterResourceDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourceDetailResponse>;
|
|
8542
|
+
/**
|
|
8543
|
+
* @summary 获取集群资源统计
|
|
8544
|
+
*
|
|
8545
|
+
* @param request DescribeClusterResourceDetailRequest
|
|
8546
|
+
* @return DescribeClusterResourceDetailResponse
|
|
8547
|
+
*/
|
|
7937
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
|
+
*/
|
|
7938
8556
|
describeClusterResourceUsageWithOptions(request: DescribeClusterResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourceUsageResponse>;
|
|
8557
|
+
/**
|
|
8558
|
+
* @summary 获取实例资源统计
|
|
8559
|
+
*
|
|
8560
|
+
* @param request DescribeClusterResourceUsageRequest
|
|
8561
|
+
* @return DescribeClusterResourceUsageResponse
|
|
8562
|
+
*/
|
|
7939
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
|
+
*/
|
|
7940
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
|
+
*/
|
|
7941
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
|
+
*/
|
|
7942
8586
|
describeComputeResourceUsageWithOptions(request: DescribeComputeResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeComputeResourceUsageResponse>;
|
|
8587
|
+
/**
|
|
8588
|
+
* @summary 获取实例计算资源使用统计
|
|
8589
|
+
*
|
|
8590
|
+
* @param request DescribeComputeResourceUsageRequest
|
|
8591
|
+
* @return DescribeComputeResourceUsageResponse
|
|
8592
|
+
*/
|
|
7943
8593
|
describeComputeResourceUsage(request: DescribeComputeResourceUsageRequest): Promise<DescribeComputeResourceUsageResponse>;
|
|
8594
|
+
/**
|
|
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
|
|
8602
|
+
*/
|
|
7944
8603
|
describeDBClusterAttributeWithOptions(request: DescribeDBClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAttributeResponse>;
|
|
8604
|
+
/**
|
|
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
|
|
8611
|
+
*/
|
|
7945
8612
|
describeDBClusterAttribute(request: DescribeDBClusterAttributeRequest): Promise<DescribeDBClusterAttributeResponse>;
|
|
8613
|
+
/**
|
|
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
|
|
8621
|
+
*/
|
|
7946
8622
|
describeDBClusterHealthStatusWithOptions(request: DescribeDBClusterHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterHealthStatusResponse>;
|
|
8623
|
+
/**
|
|
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
|
|
8630
|
+
*/
|
|
7947
8631
|
describeDBClusterHealthStatus(request: DescribeDBClusterHealthStatusRequest): Promise<DescribeDBClusterHealthStatusResponse>;
|
|
8632
|
+
/**
|
|
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
|
|
8642
|
+
*/
|
|
7948
8643
|
describeDBClusterPerformanceWithOptions(request: DescribeDBClusterPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterPerformanceResponse>;
|
|
8644
|
+
/**
|
|
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
|
|
8653
|
+
*/
|
|
7949
8654
|
describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
|
|
8655
|
+
/**
|
|
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
|
|
8663
|
+
*/
|
|
7950
8664
|
describeDBClusterSpaceSummaryWithOptions(request: DescribeDBClusterSpaceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterSpaceSummaryResponse>;
|
|
8665
|
+
/**
|
|
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
|
|
8672
|
+
*/
|
|
7951
8673
|
describeDBClusterSpaceSummary(request: DescribeDBClusterSpaceSummaryRequest): Promise<DescribeDBClusterSpaceSummaryResponse>;
|
|
8674
|
+
/**
|
|
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
|
|
8682
|
+
*/
|
|
7952
8683
|
describeDBClusterStatusWithOptions(request: DescribeDBClusterStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterStatusResponse>;
|
|
8684
|
+
/**
|
|
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
|
|
8691
|
+
*/
|
|
7953
8692
|
describeDBClusterStatus(request: DescribeDBClusterStatusRequest): Promise<DescribeDBClusterStatusResponse>;
|
|
8693
|
+
/**
|
|
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
|
|
8701
|
+
*/
|
|
7954
8702
|
describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
|
|
8703
|
+
/**
|
|
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
|
|
8710
|
+
*/
|
|
7955
8711
|
describeDBClusters(request: DescribeDBClustersRequest): Promise<DescribeDBClustersResponse>;
|
|
8712
|
+
/**
|
|
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
|
|
8720
|
+
*/
|
|
7956
8721
|
describeDBResourceGroupWithOptions(request: DescribeDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBResourceGroupResponse>;
|
|
8722
|
+
/**
|
|
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
|
|
8729
|
+
*/
|
|
7957
8730
|
describeDBResourceGroup(request: DescribeDBResourceGroupRequest): Promise<DescribeDBResourceGroupResponse>;
|
|
8731
|
+
/**
|
|
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
|
|
8741
|
+
*/
|
|
7958
8742
|
describeDiagnosisDimensionsWithOptions(request: DescribeDiagnosisDimensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisDimensionsResponse>;
|
|
8743
|
+
/**
|
|
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
|
|
8752
|
+
*/
|
|
7959
8753
|
describeDiagnosisDimensions(request: DescribeDiagnosisDimensionsRequest): Promise<DescribeDiagnosisDimensionsResponse>;
|
|
8754
|
+
/**
|
|
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
|
|
8762
|
+
*/
|
|
7960
8763
|
describeDiagnosisRecordsWithOptions(request: DescribeDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisRecordsResponse>;
|
|
8764
|
+
/**
|
|
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
|
|
8771
|
+
*/
|
|
7961
8772
|
describeDiagnosisRecords(request: DescribeDiagnosisRecordsRequest): Promise<DescribeDiagnosisRecordsResponse>;
|
|
8773
|
+
/**
|
|
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
|
|
8783
|
+
*/
|
|
7962
8784
|
describeDiagnosisSQLInfoWithOptions(request: DescribeDiagnosisSQLInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisSQLInfoResponse>;
|
|
8785
|
+
/**
|
|
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
|
|
8794
|
+
*/
|
|
7963
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
|
+
*/
|
|
7964
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
|
+
*/
|
|
7965
8810
|
describeDownloadRecords(request: DescribeDownloadRecordsRequest): Promise<DescribeDownloadRecordsResponse>;
|
|
8811
|
+
/**
|
|
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
|
|
8819
|
+
*/
|
|
7966
8820
|
describeElasticPlanAttributeWithOptions(request: DescribeElasticPlanAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanAttributeResponse>;
|
|
8821
|
+
/**
|
|
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
|
|
8828
|
+
*/
|
|
7967
8829
|
describeElasticPlanAttribute(request: DescribeElasticPlanAttributeRequest): Promise<DescribeElasticPlanAttributeResponse>;
|
|
8830
|
+
/**
|
|
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
|
|
8838
|
+
*/
|
|
7968
8839
|
describeElasticPlanJobsWithOptions(request: DescribeElasticPlanJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticPlanJobsResponse>;
|
|
8840
|
+
/**
|
|
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
|
|
8847
|
+
*/
|
|
7969
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
|
+
*/
|
|
7970
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
|
+
*/
|
|
7971
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
|
+
*/
|
|
7972
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
|
+
*/
|
|
7973
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
|
+
*/
|
|
7974
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
|
+
*/
|
|
7975
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
|
+
*/
|
|
7976
8901
|
describeJobResourceUsageWithOptions(request: DescribeJobResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeJobResourceUsageResponse>;
|
|
8902
|
+
/**
|
|
8903
|
+
* @summary 获取作业资源使用统计
|
|
8904
|
+
*
|
|
8905
|
+
* @param request DescribeJobResourceUsageRequest
|
|
8906
|
+
* @return DescribeJobResourceUsageResponse
|
|
8907
|
+
*/
|
|
7977
8908
|
describeJobResourceUsage(request: DescribeJobResourceUsageRequest): Promise<DescribeJobResourceUsageResponse>;
|
|
8909
|
+
/**
|
|
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
|
|
8917
|
+
*/
|
|
7978
8918
|
describePatternPerformanceWithOptions(request: DescribePatternPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePatternPerformanceResponse>;
|
|
8919
|
+
/**
|
|
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
|
|
8926
|
+
*/
|
|
7979
8927
|
describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
|
|
8928
|
+
/**
|
|
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
|
|
8936
|
+
*/
|
|
7980
8937
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
8938
|
+
/**
|
|
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
|
|
8945
|
+
*/
|
|
7981
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
|
+
*/
|
|
7982
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
|
+
*/
|
|
7983
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
|
+
*/
|
|
7984
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
|
+
*/
|
|
7985
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
|
+
*/
|
|
7986
8984
|
describeSparkCodeLogWithOptions(request: DescribeSparkCodeLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeLogResponse>;
|
|
8985
|
+
/**
|
|
8986
|
+
* @summary 查询Spark code的执行日志
|
|
8987
|
+
*
|
|
8988
|
+
* @param request DescribeSparkCodeLogRequest
|
|
8989
|
+
* @return DescribeSparkCodeLogResponse
|
|
8990
|
+
*/
|
|
7987
8991
|
describeSparkCodeLog(request: DescribeSparkCodeLogRequest): Promise<DescribeSparkCodeLogResponse>;
|
|
8992
|
+
/**
|
|
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
|
|
9001
|
+
*/
|
|
7988
9002
|
describeSparkCodeOutputWithOptions(request: DescribeSparkCodeOutputRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkCodeOutputResponse>;
|
|
9003
|
+
/**
|
|
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
|
|
9011
|
+
*/
|
|
7989
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
|
+
*/
|
|
7990
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
|
+
*/
|
|
7991
9027
|
describeSparkCodeWebUi(request: DescribeSparkCodeWebUiRequest): Promise<DescribeSparkCodeWebUiResponse>;
|
|
9028
|
+
/**
|
|
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
|
|
9036
|
+
*/
|
|
7992
9037
|
describeSqlPatternWithOptions(request: DescribeSqlPatternRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSqlPatternResponse>;
|
|
9038
|
+
/**
|
|
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
|
|
9045
|
+
*/
|
|
7993
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
|
+
*/
|
|
7994
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
|
+
*/
|
|
7995
9061
|
describeStorageResourceUsage(request: DescribeStorageResourceUsageRequest): Promise<DescribeStorageResourceUsageResponse>;
|
|
9062
|
+
/**
|
|
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
|
|
9072
|
+
*/
|
|
7996
9073
|
describeTableAccessCountWithOptions(request: DescribeTableAccessCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTableAccessCountResponse>;
|
|
9074
|
+
/**
|
|
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
|
|
9083
|
+
*/
|
|
7997
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
|
+
*/
|
|
7998
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
|
+
*/
|
|
7999
9099
|
describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
|
|
9100
|
+
/**
|
|
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
|
|
9108
|
+
*/
|
|
8000
9109
|
describeUserQuotaWithOptions(request: DescribeUserQuotaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserQuotaResponse>;
|
|
9110
|
+
/**
|
|
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
|
|
9117
|
+
*/
|
|
8001
9118
|
describeUserQuota(request: DescribeUserQuotaRequest): Promise<DescribeUserQuotaResponse>;
|
|
9119
|
+
/**
|
|
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
|
|
9125
|
+
*/
|
|
8002
9126
|
detachUserENIWithOptions(request: DetachUserENIRequest, runtime: $Util.RuntimeOptions): Promise<DetachUserENIResponse>;
|
|
9127
|
+
/**
|
|
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
|
|
9132
|
+
*/
|
|
8003
9133
|
detachUserENI(request: DetachUserENIRequest): Promise<DetachUserENIResponse>;
|
|
9134
|
+
/**
|
|
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
|
|
9142
|
+
*/
|
|
8004
9143
|
disableElasticPlanWithOptions(request: DisableElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<DisableElasticPlanResponse>;
|
|
9144
|
+
/**
|
|
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
|
|
9151
|
+
*/
|
|
8005
9152
|
disableElasticPlan(request: DisableElasticPlanRequest): Promise<DisableElasticPlanResponse>;
|
|
9153
|
+
/**
|
|
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
|
|
9163
|
+
*/
|
|
8006
9164
|
downloadDiagnosisRecordsWithOptions(request: DownloadDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DownloadDiagnosisRecordsResponse>;
|
|
9165
|
+
/**
|
|
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
|
|
9174
|
+
*/
|
|
8007
9175
|
downloadDiagnosisRecords(request: DownloadDiagnosisRecordsRequest): Promise<DownloadDiagnosisRecordsResponse>;
|
|
9176
|
+
/**
|
|
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
|
|
9184
|
+
*/
|
|
8008
9185
|
enableElasticPlanWithOptions(request: EnableElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<EnableElasticPlanResponse>;
|
|
9186
|
+
/**
|
|
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
|
|
9193
|
+
*/
|
|
8009
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
|
+
*/
|
|
8010
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
|
+
*/
|
|
8011
9209
|
existRunningSQLEngine(request: ExistRunningSQLEngineRequest): Promise<ExistRunningSQLEngineResponse>;
|
|
9210
|
+
/**
|
|
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
|
|
9219
|
+
*/
|
|
8012
9220
|
getDatabaseObjectsWithOptions(request: GetDatabaseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetDatabaseObjectsResponse>;
|
|
9221
|
+
/**
|
|
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
|
|
9229
|
+
*/
|
|
8013
9230
|
getDatabaseObjects(request: GetDatabaseObjectsRequest): Promise<GetDatabaseObjectsResponse>;
|
|
9231
|
+
/**
|
|
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
|
|
9241
|
+
*/
|
|
8014
9242
|
getSparkAppAttemptLogWithOptions(request: GetSparkAppAttemptLogRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppAttemptLogResponse>;
|
|
9243
|
+
/**
|
|
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
|
|
9252
|
+
*/
|
|
8015
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
|
+
*/
|
|
8016
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
|
+
*/
|
|
8017
9268
|
getSparkAppInfo(request: GetSparkAppInfoRequest): Promise<GetSparkAppInfoResponse>;
|
|
9269
|
+
/**
|
|
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
|
|
9279
|
+
*/
|
|
8018
9280
|
getSparkAppLogWithOptions(request: GetSparkAppLogRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppLogResponse>;
|
|
9281
|
+
/**
|
|
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
|
|
9290
|
+
*/
|
|
8019
9291
|
getSparkAppLog(request: GetSparkAppLogRequest): Promise<GetSparkAppLogResponse>;
|
|
9292
|
+
/**
|
|
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
|
|
9302
|
+
*/
|
|
8020
9303
|
getSparkAppMetricsWithOptions(request: GetSparkAppMetricsRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppMetricsResponse>;
|
|
9304
|
+
/**
|
|
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
|
|
9313
|
+
*/
|
|
8021
9314
|
getSparkAppMetrics(request: GetSparkAppMetricsRequest): Promise<GetSparkAppMetricsResponse>;
|
|
9315
|
+
/**
|
|
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
|
|
9325
|
+
*/
|
|
8022
9326
|
getSparkAppStateWithOptions(request: GetSparkAppStateRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppStateResponse>;
|
|
9327
|
+
/**
|
|
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
|
|
9336
|
+
*/
|
|
8023
9337
|
getSparkAppState(request: GetSparkAppStateRequest): Promise<GetSparkAppStateResponse>;
|
|
9338
|
+
/**
|
|
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
|
|
9348
|
+
*/
|
|
8024
9349
|
getSparkAppWebUiAddressWithOptions(request: GetSparkAppWebUiAddressRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkAppWebUiAddressResponse>;
|
|
9350
|
+
/**
|
|
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
|
|
9359
|
+
*/
|
|
8025
9360
|
getSparkAppWebUiAddress(request: GetSparkAppWebUiAddressRequest): Promise<GetSparkAppWebUiAddressResponse>;
|
|
9361
|
+
/**
|
|
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
|
|
9371
|
+
*/
|
|
8026
9372
|
getSparkConfigLogPathWithOptions(request: GetSparkConfigLogPathRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkConfigLogPathResponse>;
|
|
9373
|
+
/**
|
|
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
|
|
9382
|
+
*/
|
|
8027
9383
|
getSparkConfigLogPath(request: GetSparkConfigLogPathRequest): Promise<GetSparkConfigLogPathResponse>;
|
|
9384
|
+
/**
|
|
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
|
|
9394
|
+
*/
|
|
8028
9395
|
getSparkDefinitionsWithOptions(request: GetSparkDefinitionsRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkDefinitionsResponse>;
|
|
9396
|
+
/**
|
|
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
|
|
9405
|
+
*/
|
|
8029
9406
|
getSparkDefinitions(request: GetSparkDefinitionsRequest): Promise<GetSparkDefinitionsResponse>;
|
|
9407
|
+
/**
|
|
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
|
|
9417
|
+
*/
|
|
8030
9418
|
getSparkLogAnalyzeTaskWithOptions(request: GetSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkLogAnalyzeTaskResponse>;
|
|
9419
|
+
/**
|
|
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
|
|
9428
|
+
*/
|
|
8031
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
|
+
*/
|
|
8032
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
|
+
*/
|
|
8033
9444
|
getSparkSQLEngineState(request: GetSparkSQLEngineStateRequest): Promise<GetSparkSQLEngineStateResponse>;
|
|
9445
|
+
/**
|
|
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
|
|
9455
|
+
*/
|
|
8034
9456
|
getSparkTemplateFileContentWithOptions(request: GetSparkTemplateFileContentRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFileContentResponse>;
|
|
9457
|
+
/**
|
|
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
|
|
9466
|
+
*/
|
|
8035
9467
|
getSparkTemplateFileContent(request: GetSparkTemplateFileContentRequest): Promise<GetSparkTemplateFileContentResponse>;
|
|
8036
9468
|
/**
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
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
|
|
8043
9479
|
*/
|
|
8044
9480
|
getSparkTemplateFolderTreeWithOptions(request: GetSparkTemplateFolderTreeRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFolderTreeResponse>;
|
|
8045
9481
|
/**
|
|
8046
|
-
|
|
8047
|
-
|
|
8048
|
-
|
|
8049
|
-
|
|
8050
|
-
|
|
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
|
|
8051
9491
|
*/
|
|
8052
9492
|
getSparkTemplateFolderTree(request: GetSparkTemplateFolderTreeRequest): Promise<GetSparkTemplateFolderTreeResponse>;
|
|
9493
|
+
/**
|
|
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
|
|
9503
|
+
*/
|
|
8053
9504
|
getSparkTemplateFullTreeWithOptions(request: GetSparkTemplateFullTreeRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkTemplateFullTreeResponse>;
|
|
9505
|
+
/**
|
|
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
|
|
9514
|
+
*/
|
|
8054
9515
|
getSparkTemplateFullTree(request: GetSparkTemplateFullTreeRequest): Promise<GetSparkTemplateFullTreeResponse>;
|
|
8055
9516
|
/**
|
|
8056
|
-
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8060
|
-
|
|
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
|
|
8061
9524
|
*/
|
|
8062
9525
|
getTableWithOptions(request: GetTableRequest, runtime: $Util.RuntimeOptions): Promise<GetTableResponse>;
|
|
8063
9526
|
/**
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
9527
|
+
* @deprecated OpenAPI GetTable is deprecated
|
|
9528
|
+
*
|
|
9529
|
+
* @summary 获取表
|
|
9530
|
+
*
|
|
9531
|
+
* @param request GetTableRequest
|
|
9532
|
+
* @return GetTableResponse
|
|
8068
9533
|
*/
|
|
8069
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
|
+
*/
|
|
8070
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
|
+
*/
|
|
8071
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
|
+
*/
|
|
8072
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
|
+
*/
|
|
8073
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
|
+
*/
|
|
8074
9572
|
getTableObjectsWithOptions(request: GetTableObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetTableObjectsResponse>;
|
|
9573
|
+
/**
|
|
9574
|
+
* @summary 获取table概要信息
|
|
9575
|
+
*
|
|
9576
|
+
* @param request GetTableObjectsRequest
|
|
9577
|
+
* @return GetTableObjectsResponse
|
|
9578
|
+
*/
|
|
8075
9579
|
getTableObjects(request: GetTableObjectsRequest): Promise<GetTableObjectsResponse>;
|
|
9580
|
+
/**
|
|
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
|
|
9589
|
+
*/
|
|
8076
9590
|
getViewDDLWithOptions(request: GetViewDDLRequest, runtime: $Util.RuntimeOptions): Promise<GetViewDDLResponse>;
|
|
9591
|
+
/**
|
|
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
|
|
9599
|
+
*/
|
|
8077
9600
|
getViewDDL(request: GetViewDDLRequest): Promise<GetViewDDLResponse>;
|
|
9601
|
+
/**
|
|
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
|
|
9610
|
+
*/
|
|
8078
9611
|
getViewObjectsWithOptions(request: GetViewObjectsRequest, runtime: $Util.RuntimeOptions): Promise<GetViewObjectsResponse>;
|
|
9612
|
+
/**
|
|
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
|
|
9620
|
+
*/
|
|
8079
9621
|
getViewObjects(request: GetViewObjectsRequest): Promise<GetViewObjectsResponse>;
|
|
9622
|
+
/**
|
|
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
|
|
9632
|
+
*/
|
|
8080
9633
|
killSparkAppWithOptions(request: KillSparkAppRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkAppResponse>;
|
|
9634
|
+
/**
|
|
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
|
|
9643
|
+
*/
|
|
8081
9644
|
killSparkApp(request: KillSparkAppRequest): Promise<KillSparkAppResponse>;
|
|
9645
|
+
/**
|
|
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
|
|
9655
|
+
*/
|
|
8082
9656
|
killSparkLogAnalyzeTaskWithOptions(request: KillSparkLogAnalyzeTaskRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkLogAnalyzeTaskResponse>;
|
|
9657
|
+
/**
|
|
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
|
|
9666
|
+
*/
|
|
8083
9667
|
killSparkLogAnalyzeTask(request: KillSparkLogAnalyzeTaskRequest): Promise<KillSparkLogAnalyzeTaskResponse>;
|
|
9668
|
+
/**
|
|
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
|
|
9678
|
+
*/
|
|
8084
9679
|
killSparkSQLEngineWithOptions(request: KillSparkSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<KillSparkSQLEngineResponse>;
|
|
9680
|
+
/**
|
|
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
|
|
9689
|
+
*/
|
|
8085
9690
|
killSparkSQLEngine(request: KillSparkSQLEngineRequest): Promise<KillSparkSQLEngineResponse>;
|
|
9691
|
+
/**
|
|
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
|
|
9701
|
+
*/
|
|
8086
9702
|
listSparkAppAttemptsWithOptions(request: ListSparkAppAttemptsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkAppAttemptsResponse>;
|
|
9703
|
+
/**
|
|
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
|
|
9712
|
+
*/
|
|
8087
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
|
+
*/
|
|
8088
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
|
+
*/
|
|
8089
9728
|
listSparkApps(request: ListSparkAppsRequest): Promise<ListSparkAppsResponse>;
|
|
9729
|
+
/**
|
|
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
|
|
9739
|
+
*/
|
|
8090
9740
|
listSparkLogAnalyzeTasksWithOptions(request: ListSparkLogAnalyzeTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkLogAnalyzeTasksResponse>;
|
|
9741
|
+
/**
|
|
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
|
|
9750
|
+
*/
|
|
8091
9751
|
listSparkLogAnalyzeTasks(request: ListSparkLogAnalyzeTasksRequest): Promise<ListSparkLogAnalyzeTasksResponse>;
|
|
9752
|
+
/**
|
|
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
|
|
9762
|
+
*/
|
|
8092
9763
|
listSparkTemplateFileIdsWithOptions(request: ListSparkTemplateFileIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListSparkTemplateFileIdsResponse>;
|
|
9764
|
+
/**
|
|
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
|
|
9773
|
+
*/
|
|
8093
9774
|
listSparkTemplateFileIds(request: ListSparkTemplateFileIdsRequest): Promise<ListSparkTemplateFileIdsResponse>;
|
|
9775
|
+
/**
|
|
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
|
|
9783
|
+
*/
|
|
8094
9784
|
loadSampleDataSetWithOptions(request: LoadSampleDataSetRequest, runtime: $Util.RuntimeOptions): Promise<LoadSampleDataSetResponse>;
|
|
9785
|
+
/**
|
|
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
|
|
9792
|
+
*/
|
|
8095
9793
|
loadSampleDataSet(request: LoadSampleDataSetRequest): Promise<LoadSampleDataSetResponse>;
|
|
9794
|
+
/**
|
|
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
|
|
9802
|
+
*/
|
|
8096
9803
|
modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
|
|
9804
|
+
/**
|
|
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
|
|
9811
|
+
*/
|
|
8097
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
|
+
*/
|
|
8098
9820
|
modifyAccountPrivilegesWithOptions(tmpReq: ModifyAccountPrivilegesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountPrivilegesResponse>;
|
|
9821
|
+
/**
|
|
9822
|
+
* @summary 修改某一用户的权限
|
|
9823
|
+
*
|
|
9824
|
+
* @param request ModifyAccountPrivilegesRequest
|
|
9825
|
+
* @return ModifyAccountPrivilegesResponse
|
|
9826
|
+
*/
|
|
8099
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
|
+
*/
|
|
8100
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
|
+
*/
|
|
8101
9842
|
modifyAuditLogConfig(request: ModifyAuditLogConfigRequest): Promise<ModifyAuditLogConfigResponse>;
|
|
9843
|
+
/**
|
|
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
|
|
9851
|
+
*/
|
|
8102
9852
|
modifyBackupPolicyWithOptions(request: ModifyBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyResponse>;
|
|
9853
|
+
/**
|
|
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
|
|
9860
|
+
*/
|
|
8103
9861
|
modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
|
|
9862
|
+
/**
|
|
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
|
|
9870
|
+
*/
|
|
8104
9871
|
modifyClusterAccessWhiteListWithOptions(request: ModifyClusterAccessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterAccessWhiteListResponse>;
|
|
9872
|
+
/**
|
|
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
|
|
9879
|
+
*/
|
|
8105
9880
|
modifyClusterAccessWhiteList(request: ModifyClusterAccessWhiteListRequest): Promise<ModifyClusterAccessWhiteListResponse>;
|
|
9881
|
+
/**
|
|
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
|
|
9889
|
+
*/
|
|
8106
9890
|
modifyClusterConnectionStringWithOptions(request: ModifyClusterConnectionStringRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterConnectionStringResponse>;
|
|
9891
|
+
/**
|
|
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
|
|
9898
|
+
*/
|
|
8107
9899
|
modifyClusterConnectionString(request: ModifyClusterConnectionStringRequest): Promise<ModifyClusterConnectionStringResponse>;
|
|
8108
9900
|
/**
|
|
8109
|
-
|
|
8110
|
-
|
|
8111
|
-
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
|
|
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
|
|
8119
9913
|
*/
|
|
8120
9914
|
modifyDBClusterWithOptions(request: ModifyDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterResponse>;
|
|
8121
9915
|
/**
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
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
|
|
8131
9927
|
*/
|
|
8132
9928
|
modifyDBCluster(request: ModifyDBClusterRequest): Promise<ModifyDBClusterResponse>;
|
|
9929
|
+
/**
|
|
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
|
|
9937
|
+
*/
|
|
8133
9938
|
modifyDBClusterDescriptionWithOptions(request: ModifyDBClusterDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDescriptionResponse>;
|
|
9939
|
+
/**
|
|
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
|
|
9946
|
+
*/
|
|
8134
9947
|
modifyDBClusterDescription(request: ModifyDBClusterDescriptionRequest): Promise<ModifyDBClusterDescriptionResponse>;
|
|
9948
|
+
/**
|
|
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
|
|
9956
|
+
*/
|
|
8135
9957
|
modifyDBClusterMaintainTimeWithOptions(request: ModifyDBClusterMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMaintainTimeResponse>;
|
|
9958
|
+
/**
|
|
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
|
|
9965
|
+
*/
|
|
8136
9966
|
modifyDBClusterMaintainTime(request: ModifyDBClusterMaintainTimeRequest): Promise<ModifyDBClusterMaintainTimeResponse>;
|
|
9967
|
+
/**
|
|
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
|
|
9975
|
+
*/
|
|
8137
9976
|
modifyDBResourceGroupWithOptions(tmpReq: ModifyDBResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBResourceGroupResponse>;
|
|
9977
|
+
/**
|
|
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
|
|
9984
|
+
*/
|
|
8138
9985
|
modifyDBResourceGroup(request: ModifyDBResourceGroupRequest): Promise<ModifyDBResourceGroupResponse>;
|
|
9986
|
+
/**
|
|
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
|
|
9994
|
+
*/
|
|
8139
9995
|
modifyElasticPlanWithOptions(request: ModifyElasticPlanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticPlanResponse>;
|
|
9996
|
+
/**
|
|
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
|
|
10003
|
+
*/
|
|
8140
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
|
+
*/
|
|
8141
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
|
+
*/
|
|
8142
10019
|
preloadSparkAppMetrics(request: PreloadSparkAppMetricsRequest): Promise<PreloadSparkAppMetricsResponse>;
|
|
10020
|
+
/**
|
|
10021
|
+
* @param request ReleaseClusterPublicConnectionRequest
|
|
10022
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10023
|
+
* @return ReleaseClusterPublicConnectionResponse
|
|
10024
|
+
*/
|
|
8143
10025
|
releaseClusterPublicConnectionWithOptions(request: ReleaseClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseClusterPublicConnectionResponse>;
|
|
10026
|
+
/**
|
|
10027
|
+
* @param request ReleaseClusterPublicConnectionRequest
|
|
10028
|
+
* @return ReleaseClusterPublicConnectionResponse
|
|
10029
|
+
*/
|
|
8144
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
|
+
*/
|
|
8145
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
|
+
*/
|
|
8146
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
|
+
*/
|
|
8147
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
|
+
*/
|
|
8148
10060
|
resetAccountPassword(request: ResetAccountPasswordRequest): Promise<ResetAccountPasswordResponse>;
|
|
10061
|
+
/**
|
|
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
|
|
10071
|
+
*/
|
|
8149
10072
|
setSparkAppLogRootPathWithOptions(request: SetSparkAppLogRootPathRequest, runtime: $Util.RuntimeOptions): Promise<SetSparkAppLogRootPathResponse>;
|
|
10073
|
+
/**
|
|
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
|
|
10082
|
+
*/
|
|
8150
10083
|
setSparkAppLogRootPath(request: SetSparkAppLogRootPathRequest): Promise<SetSparkAppLogRootPathResponse>;
|
|
10084
|
+
/**
|
|
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
|
|
10094
|
+
*/
|
|
8151
10095
|
startSparkSQLEngineWithOptions(request: StartSparkSQLEngineRequest, runtime: $Util.RuntimeOptions): Promise<StartSparkSQLEngineResponse>;
|
|
10096
|
+
/**
|
|
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
|
|
10105
|
+
*/
|
|
8152
10106
|
startSparkSQLEngine(request: StartSparkSQLEngineRequest): Promise<StartSparkSQLEngineResponse>;
|
|
10107
|
+
/**
|
|
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
|
|
10117
|
+
*/
|
|
8153
10118
|
submitSparkAppWithOptions(request: SubmitSparkAppRequest, runtime: $Util.RuntimeOptions): Promise<SubmitSparkAppResponse>;
|
|
10119
|
+
/**
|
|
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
|
|
10128
|
+
*/
|
|
8154
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
|
+
*/
|
|
8155
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
|
+
*/
|
|
8156
10144
|
submitSparkLogAnalyzeTask(request: SubmitSparkLogAnalyzeTaskRequest): Promise<SubmitSparkLogAnalyzeTaskResponse>;
|
|
10145
|
+
/**
|
|
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
|
|
10153
|
+
*/
|
|
8157
10154
|
unbindAccountWithOptions(request: UnbindAccountRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAccountResponse>;
|
|
10155
|
+
/**
|
|
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
|
|
10162
|
+
*/
|
|
8158
10163
|
unbindAccount(request: UnbindAccountRequest): Promise<UnbindAccountResponse>;
|
|
10164
|
+
/**
|
|
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
|
|
10172
|
+
*/
|
|
8159
10173
|
unbindDBResourceGroupWithUserWithOptions(request: UnbindDBResourceGroupWithUserRequest, runtime: $Util.RuntimeOptions): Promise<UnbindDBResourceGroupWithUserResponse>;
|
|
10174
|
+
/**
|
|
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
|
|
10181
|
+
*/
|
|
8160
10182
|
unbindDBResourceGroupWithUser(request: UnbindDBResourceGroupWithUserRequest): Promise<UnbindDBResourceGroupWithUserResponse>;
|
|
10183
|
+
/**
|
|
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
|
|
10193
|
+
*/
|
|
8161
10194
|
updateSparkTemplateFileWithOptions(request: UpdateSparkTemplateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSparkTemplateFileResponse>;
|
|
10195
|
+
/**
|
|
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
|
|
10204
|
+
*/
|
|
8162
10205
|
updateSparkTemplateFile(request: UpdateSparkTemplateFileRequest): Promise<UpdateSparkTemplateFileResponse>;
|
|
8163
10206
|
}
|