@alicloud/adb20211201 3.9.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +722 -221
- package/dist/client.js +626 -185
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1336 -515
package/dist/client.d.ts
CHANGED
|
@@ -560,7 +560,7 @@ export declare class CreateApsSlsADBJobRequestUnixTimestampConvert extends $dara
|
|
|
560
560
|
* The format of the timestamp.
|
|
561
561
|
*
|
|
562
562
|
* @example
|
|
563
|
-
*
|
|
563
|
+
* yyyyMMdd
|
|
564
564
|
*/
|
|
565
565
|
format?: string;
|
|
566
566
|
/**
|
|
@@ -1022,6 +1022,9 @@ export declare class DescribeAbnormalPatternDetectionResponseBodyDetectionItemsR
|
|
|
1022
1022
|
/**
|
|
1023
1023
|
* @remarks
|
|
1024
1024
|
* The description of the detection result.
|
|
1025
|
+
*
|
|
1026
|
+
* @example
|
|
1027
|
+
* Two SQL patterns that have abnormal totalTime metric values are detected. This may result in increased CPU utilization, query slowdown, and degraded system stability. Go to the monitoring page to diagnose the issue and then perform optimization.
|
|
1025
1028
|
*/
|
|
1026
1029
|
detail?: string;
|
|
1027
1030
|
/**
|
|
@@ -1042,7 +1045,7 @@ export declare class DescribeAbnormalPatternDetectionResponseBodyDetectionItemsR
|
|
|
1042
1045
|
patternId?: string;
|
|
1043
1046
|
/**
|
|
1044
1047
|
* @remarks
|
|
1045
|
-
* The number of
|
|
1048
|
+
* The number of queries.
|
|
1046
1049
|
*
|
|
1047
1050
|
* @example
|
|
1048
1051
|
* 72
|
|
@@ -1051,6 +1054,11 @@ export declare class DescribeAbnormalPatternDetectionResponseBodyDetectionItemsR
|
|
|
1051
1054
|
/**
|
|
1052
1055
|
* @remarks
|
|
1053
1056
|
* The metrics related to the SQL pattern.
|
|
1057
|
+
*
|
|
1058
|
+
* @example
|
|
1059
|
+
* Maximum query duration: 1.43s
|
|
1060
|
+
* Maximum peak memory: 20.73 MB
|
|
1061
|
+
* Maximum read table data: 10.12 MB
|
|
1054
1062
|
*/
|
|
1055
1063
|
relatedMetrics?: string;
|
|
1056
1064
|
/**
|
|
@@ -1099,7 +1107,7 @@ export declare class DescribeAbnormalPatternDetectionResponseBodyDetectionItems
|
|
|
1099
1107
|
name?: string;
|
|
1100
1108
|
/**
|
|
1101
1109
|
* @remarks
|
|
1102
|
-
* The detection result.
|
|
1110
|
+
* The detection result items.
|
|
1103
1111
|
*/
|
|
1104
1112
|
results?: DescribeAbnormalPatternDetectionResponseBodyDetectionItemsResults[];
|
|
1105
1113
|
static names(): {
|
|
@@ -1646,6 +1654,9 @@ export declare class DescribeAppliedAdvicesResponseBodyItems extends $dara.Model
|
|
|
1646
1654
|
/**
|
|
1647
1655
|
* @remarks
|
|
1648
1656
|
* The benefit of the suggestion.
|
|
1657
|
+
*
|
|
1658
|
+
* @example
|
|
1659
|
+
* 0.4 GB of storage saved
|
|
1649
1660
|
*/
|
|
1650
1661
|
benefit?: string;
|
|
1651
1662
|
/**
|
|
@@ -1912,7 +1923,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourceKafkaInfo ext
|
|
|
1912
1923
|
export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlInfo extends $dara.Model {
|
|
1913
1924
|
/**
|
|
1914
1925
|
* @remarks
|
|
1915
|
-
*
|
|
1926
|
+
* The parameter is no longer supported.
|
|
1916
1927
|
*
|
|
1917
1928
|
* @example
|
|
1918
1929
|
* -
|
|
@@ -1920,7 +1931,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1920
1931
|
across?: boolean;
|
|
1921
1932
|
/**
|
|
1922
1933
|
* @remarks
|
|
1923
|
-
*
|
|
1934
|
+
* The parameter is no longer supported.
|
|
1924
1935
|
*
|
|
1925
1936
|
* @example
|
|
1926
1937
|
* -
|
|
@@ -1928,7 +1939,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1928
1939
|
acrossRole?: string;
|
|
1929
1940
|
/**
|
|
1930
1941
|
* @remarks
|
|
1931
|
-
*
|
|
1942
|
+
* The parameter is no longer supported.
|
|
1932
1943
|
*
|
|
1933
1944
|
* @example
|
|
1934
1945
|
* -
|
|
@@ -1936,7 +1947,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1936
1947
|
acrossUid?: string;
|
|
1937
1948
|
/**
|
|
1938
1949
|
* @remarks
|
|
1939
|
-
*
|
|
1950
|
+
* The parameter is no longer supported.
|
|
1940
1951
|
*
|
|
1941
1952
|
* @example
|
|
1942
1953
|
* -
|
|
@@ -1944,7 +1955,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1944
1955
|
connectUrl?: string;
|
|
1945
1956
|
/**
|
|
1946
1957
|
* @remarks
|
|
1947
|
-
*
|
|
1958
|
+
* The parameter is no longer supported.
|
|
1948
1959
|
*
|
|
1949
1960
|
* @example
|
|
1950
1961
|
* -
|
|
@@ -1952,7 +1963,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1952
1963
|
instanceId?: string;
|
|
1953
1964
|
/**
|
|
1954
1965
|
* @remarks
|
|
1955
|
-
*
|
|
1966
|
+
* The parameter is no longer supported.
|
|
1956
1967
|
*
|
|
1957
1968
|
* @example
|
|
1958
1969
|
* -
|
|
@@ -1960,7 +1971,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1960
1971
|
regionId?: string;
|
|
1961
1972
|
/**
|
|
1962
1973
|
* @remarks
|
|
1963
|
-
*
|
|
1974
|
+
* The parameter is no longer supported.
|
|
1964
1975
|
*
|
|
1965
1976
|
* @example
|
|
1966
1977
|
* -
|
|
@@ -1968,7 +1979,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1968
1979
|
securityGroup?: string;
|
|
1969
1980
|
/**
|
|
1970
1981
|
* @remarks
|
|
1971
|
-
*
|
|
1982
|
+
* The parameter is no longer supported.
|
|
1972
1983
|
*
|
|
1973
1984
|
* @example
|
|
1974
1985
|
* -
|
|
@@ -1988,7 +1999,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourcePolarDBMysqlI
|
|
|
1988
1999
|
export declare class DescribeApsDatasourceResponseBodyApsDatasourceRdsMysqlInfo extends $dara.Model {
|
|
1989
2000
|
/**
|
|
1990
2001
|
* @remarks
|
|
1991
|
-
*
|
|
2002
|
+
* The parameter is no longer supported.
|
|
1992
2003
|
*
|
|
1993
2004
|
* @example
|
|
1994
2005
|
* -
|
|
@@ -1996,7 +2007,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourceRdsMysqlInfo
|
|
|
1996
2007
|
connectUrl?: string;
|
|
1997
2008
|
/**
|
|
1998
2009
|
* @remarks
|
|
1999
|
-
*
|
|
2010
|
+
* The parameter is no longer supported.
|
|
2000
2011
|
*
|
|
2001
2012
|
* @example
|
|
2002
2013
|
* -
|
|
@@ -2004,7 +2015,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourceRdsMysqlInfo
|
|
|
2004
2015
|
instanceId?: string;
|
|
2005
2016
|
/**
|
|
2006
2017
|
* @remarks
|
|
2007
|
-
*
|
|
2018
|
+
* The parameter is no longer supported.
|
|
2008
2019
|
*
|
|
2009
2020
|
* @example
|
|
2010
2021
|
* -
|
|
@@ -2012,7 +2023,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourceRdsMysqlInfo
|
|
|
2012
2023
|
regionId?: string;
|
|
2013
2024
|
/**
|
|
2014
2025
|
* @remarks
|
|
2015
|
-
*
|
|
2026
|
+
* The parameter is no longer supported.
|
|
2016
2027
|
*
|
|
2017
2028
|
* @example
|
|
2018
2029
|
* -
|
|
@@ -2020,7 +2031,7 @@ export declare class DescribeApsDatasourceResponseBodyApsDatasourceRdsMysqlInfo
|
|
|
2020
2031
|
securityGroup?: string;
|
|
2021
2032
|
/**
|
|
2022
2033
|
* @remarks
|
|
2023
|
-
*
|
|
2034
|
+
* The parameter is no longer supported.
|
|
2024
2035
|
*
|
|
2025
2036
|
* @example
|
|
2026
2037
|
* -
|
|
@@ -2568,6 +2579,9 @@ export declare class DescribeApsJobsResponseBodyAPSJobs extends $dara.Model {
|
|
|
2568
2579
|
/**
|
|
2569
2580
|
* @remarks
|
|
2570
2581
|
* The progress.
|
|
2582
|
+
*
|
|
2583
|
+
* @example
|
|
2584
|
+
* 30: The progress is 30%.
|
|
2571
2585
|
*/
|
|
2572
2586
|
projress?: string;
|
|
2573
2587
|
/**
|
|
@@ -2978,6 +2992,9 @@ export declare class DescribeAvailableAdvicesResponseBodyItems extends $dara.Mod
|
|
|
2978
2992
|
/**
|
|
2979
2993
|
* @remarks
|
|
2980
2994
|
* The benefit of the suggestion.
|
|
2995
|
+
*
|
|
2996
|
+
* @example
|
|
2997
|
+
* 0.4 GB of storage saved
|
|
2981
2998
|
*/
|
|
2982
2999
|
benefit?: string;
|
|
2983
3000
|
/**
|
|
@@ -3003,6 +3020,9 @@ export declare class DescribeAvailableAdvicesResponseBodyItems extends $dara.Mod
|
|
|
3003
3020
|
/**
|
|
3004
3021
|
* @remarks
|
|
3005
3022
|
* The reason why the suggestion was generated.
|
|
3023
|
+
*
|
|
3024
|
+
* @example
|
|
3025
|
+
* Unused for 15 days, historical usage less than 1%
|
|
3006
3026
|
*/
|
|
3007
3027
|
reason?: string;
|
|
3008
3028
|
/**
|
|
@@ -3137,11 +3157,17 @@ export declare class DescribeBadSqlDetectionResponseBodyDetectionItemsResultsDia
|
|
|
3137
3157
|
/**
|
|
3138
3158
|
* @remarks
|
|
3139
3159
|
* The diagnostic code.
|
|
3160
|
+
*
|
|
3161
|
+
* @example
|
|
3162
|
+
* Large amounts of data are returned to the client.
|
|
3140
3163
|
*/
|
|
3141
3164
|
code?: string;
|
|
3142
3165
|
/**
|
|
3143
3166
|
* @remarks
|
|
3144
3167
|
* The information about the diagnostic result.
|
|
3168
|
+
*
|
|
3169
|
+
* @example
|
|
3170
|
+
* Large amounts of data are returned to the client. Import the data to OSS.
|
|
3145
3171
|
*/
|
|
3146
3172
|
detail?: string;
|
|
3147
3173
|
/**
|
|
@@ -3276,6 +3302,9 @@ export declare class DescribeBadSqlDetectionResponseBodyDetectionItems extends $
|
|
|
3276
3302
|
/**
|
|
3277
3303
|
* @remarks
|
|
3278
3304
|
* The information about the detection result.
|
|
3305
|
+
*
|
|
3306
|
+
* @example
|
|
3307
|
+
* SQL statements that result in high peak memory are detected.
|
|
3279
3308
|
*/
|
|
3280
3309
|
message?: string;
|
|
3281
3310
|
/**
|
|
@@ -3963,11 +3992,17 @@ export declare class DescribeControllerDetectionResponseBodyDetectionItems exten
|
|
|
3963
3992
|
/**
|
|
3964
3993
|
* @remarks
|
|
3965
3994
|
* The information about the detection result.
|
|
3995
|
+
*
|
|
3996
|
+
* @example
|
|
3997
|
+
* A CPU increase is detected on the access node.
|
|
3966
3998
|
*/
|
|
3967
3999
|
message?: string;
|
|
3968
4000
|
/**
|
|
3969
4001
|
* @remarks
|
|
3970
4002
|
* The name of the detection item.
|
|
4003
|
+
*
|
|
4004
|
+
* @example
|
|
4005
|
+
* CPU increase detection
|
|
3971
4006
|
*/
|
|
3972
4007
|
name?: string;
|
|
3973
4008
|
/**
|
|
@@ -6580,11 +6615,22 @@ export declare class DescribeEnabledPrivilegesResponseBodyData extends $dara.Mod
|
|
|
6580
6615
|
}
|
|
6581
6616
|
export declare class DescribeEssdCacheConfigResponseBodyData extends $dara.Model {
|
|
6582
6617
|
/**
|
|
6618
|
+
* @remarks
|
|
6619
|
+
* Specifies whether to enable the disk cache feature.
|
|
6620
|
+
*
|
|
6621
|
+
* Valid values:
|
|
6622
|
+
*
|
|
6623
|
+
* * true
|
|
6624
|
+
* * false
|
|
6625
|
+
*
|
|
6583
6626
|
* @example
|
|
6584
6627
|
* true
|
|
6585
6628
|
*/
|
|
6586
6629
|
enableEssdCache?: boolean;
|
|
6587
6630
|
/**
|
|
6631
|
+
* @remarks
|
|
6632
|
+
* The disk cache size. Unit: GB.
|
|
6633
|
+
*
|
|
6588
6634
|
* @example
|
|
6589
6635
|
* 500
|
|
6590
6636
|
*/
|
|
@@ -6823,6 +6869,9 @@ export declare class DescribeExecutorDetectionResponseBodyDetectionItemsResultsO
|
|
|
6823
6869
|
/**
|
|
6824
6870
|
* @remarks
|
|
6825
6871
|
* The property information about the operator.
|
|
6872
|
+
*
|
|
6873
|
+
* @example
|
|
6874
|
+
* GROUP BY field: uid
|
|
6826
6875
|
*/
|
|
6827
6876
|
operatorInfo?: string;
|
|
6828
6877
|
/**
|
|
@@ -6935,11 +6984,17 @@ export declare class DescribeExecutorDetectionResponseBodyDetectionItems extends
|
|
|
6935
6984
|
/**
|
|
6936
6985
|
* @remarks
|
|
6937
6986
|
* The information about the detection result.
|
|
6987
|
+
*
|
|
6988
|
+
* @example
|
|
6989
|
+
* Large amounts of memory resources are used by the Aggregation operator.
|
|
6938
6990
|
*/
|
|
6939
6991
|
message?: string;
|
|
6940
6992
|
/**
|
|
6941
6993
|
* @remarks
|
|
6942
6994
|
* The name of the detection item.
|
|
6995
|
+
*
|
|
6996
|
+
* @example
|
|
6997
|
+
* Metric detection
|
|
6943
6998
|
*/
|
|
6944
6999
|
name?: string;
|
|
6945
7000
|
/**
|
|
@@ -6998,6 +7053,92 @@ export declare class DescribeInclinedNodesResponseBodyItems extends $dara.Model
|
|
|
6998
7053
|
[key: string]: any;
|
|
6999
7054
|
});
|
|
7000
7055
|
}
|
|
7056
|
+
export declare class DescribeInclinedTablesResponseBodyDetectionItems extends $dara.Model {
|
|
7057
|
+
message?: string;
|
|
7058
|
+
name?: string;
|
|
7059
|
+
/**
|
|
7060
|
+
* @example
|
|
7061
|
+
* NORMAL
|
|
7062
|
+
* WARNNING
|
|
7063
|
+
* CRITICAL
|
|
7064
|
+
*/
|
|
7065
|
+
status?: string;
|
|
7066
|
+
static names(): {
|
|
7067
|
+
[key: string]: string;
|
|
7068
|
+
};
|
|
7069
|
+
static types(): {
|
|
7070
|
+
[key: string]: any;
|
|
7071
|
+
};
|
|
7072
|
+
validate(): void;
|
|
7073
|
+
constructor(map?: {
|
|
7074
|
+
[key: string]: any;
|
|
7075
|
+
});
|
|
7076
|
+
}
|
|
7077
|
+
export declare class DescribeInclinedTablesResponseBodyItemsTable extends $dara.Model {
|
|
7078
|
+
/**
|
|
7079
|
+
* @example
|
|
7080
|
+
* True
|
|
7081
|
+
*/
|
|
7082
|
+
isIncline?: boolean;
|
|
7083
|
+
/**
|
|
7084
|
+
* @example
|
|
7085
|
+
* admin_daily_own_statistic_record
|
|
7086
|
+
*/
|
|
7087
|
+
name?: string;
|
|
7088
|
+
/**
|
|
7089
|
+
* @example
|
|
7090
|
+
* 1000
|
|
7091
|
+
*/
|
|
7092
|
+
rowCount?: number;
|
|
7093
|
+
/**
|
|
7094
|
+
* @example
|
|
7095
|
+
* spark_test
|
|
7096
|
+
*/
|
|
7097
|
+
schema?: string;
|
|
7098
|
+
/**
|
|
7099
|
+
* @example
|
|
7100
|
+
* 200
|
|
7101
|
+
*/
|
|
7102
|
+
size?: number;
|
|
7103
|
+
/**
|
|
7104
|
+
* @example
|
|
7105
|
+
* 0.4
|
|
7106
|
+
*/
|
|
7107
|
+
spaceRatio?: number;
|
|
7108
|
+
/**
|
|
7109
|
+
* @example
|
|
7110
|
+
* 53687091200
|
|
7111
|
+
*/
|
|
7112
|
+
totalSize?: number;
|
|
7113
|
+
/**
|
|
7114
|
+
* @example
|
|
7115
|
+
* Fact
|
|
7116
|
+
*/
|
|
7117
|
+
type?: string;
|
|
7118
|
+
static names(): {
|
|
7119
|
+
[key: string]: string;
|
|
7120
|
+
};
|
|
7121
|
+
static types(): {
|
|
7122
|
+
[key: string]: any;
|
|
7123
|
+
};
|
|
7124
|
+
validate(): void;
|
|
7125
|
+
constructor(map?: {
|
|
7126
|
+
[key: string]: any;
|
|
7127
|
+
});
|
|
7128
|
+
}
|
|
7129
|
+
export declare class DescribeInclinedTablesResponseBodyItems extends $dara.Model {
|
|
7130
|
+
table?: DescribeInclinedTablesResponseBodyItemsTable[];
|
|
7131
|
+
static names(): {
|
|
7132
|
+
[key: string]: string;
|
|
7133
|
+
};
|
|
7134
|
+
static types(): {
|
|
7135
|
+
[key: string]: any;
|
|
7136
|
+
};
|
|
7137
|
+
validate(): void;
|
|
7138
|
+
constructor(map?: {
|
|
7139
|
+
[key: string]: any;
|
|
7140
|
+
});
|
|
7141
|
+
}
|
|
7001
7142
|
export declare class DescribeJobResourceUsageResponseBodyDataJobAcuUsageAcuUsageDetail extends $dara.Model {
|
|
7002
7143
|
/**
|
|
7003
7144
|
* @remarks
|
|
@@ -7229,11 +7370,17 @@ export declare class DescribeOversizeNonPartitionTableInfosResponseBodyDetection
|
|
|
7229
7370
|
/**
|
|
7230
7371
|
* @remarks
|
|
7231
7372
|
* The information about the detection result.
|
|
7373
|
+
*
|
|
7374
|
+
* @example
|
|
7375
|
+
* Multiple oversized non-partitioned tables are detected.
|
|
7232
7376
|
*/
|
|
7233
7377
|
message?: string;
|
|
7234
7378
|
/**
|
|
7235
7379
|
* @remarks
|
|
7236
7380
|
* The name of the detection item.
|
|
7381
|
+
*
|
|
7382
|
+
* @example
|
|
7383
|
+
* Oversized non-partitioned tables
|
|
7237
7384
|
*/
|
|
7238
7385
|
name?: string;
|
|
7239
7386
|
/**
|
|
@@ -7435,8 +7582,34 @@ export declare class DescribePatternPerformanceResponseBodyPerformances extends
|
|
|
7435
7582
|
});
|
|
7436
7583
|
}
|
|
7437
7584
|
export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys extends $dara.Model {
|
|
7585
|
+
/**
|
|
7586
|
+
* @remarks
|
|
7587
|
+
* Indicates whether the multi-cluster feature is enabled. Valid values:
|
|
7588
|
+
*
|
|
7589
|
+
* - true
|
|
7590
|
+
*
|
|
7591
|
+
* - false
|
|
7592
|
+
*
|
|
7593
|
+
* @example
|
|
7594
|
+
* true
|
|
7595
|
+
*/
|
|
7438
7596
|
enableAutoMc?: boolean;
|
|
7597
|
+
/**
|
|
7598
|
+
* @remarks
|
|
7599
|
+
* The database engine of the cluster. Valid values:
|
|
7600
|
+
*
|
|
7601
|
+
* * AnalyticDB
|
|
7602
|
+
*/
|
|
7439
7603
|
engine?: string[];
|
|
7604
|
+
/**
|
|
7605
|
+
* @remarks
|
|
7606
|
+
* The type of the resource group. Valid values:
|
|
7607
|
+
*
|
|
7608
|
+
* * **Interactive**
|
|
7609
|
+
* * **Job**
|
|
7610
|
+
*
|
|
7611
|
+
* > For more information about resource groups, see [Resource group overview](https://help.aliyun.com/document_detail/428610.html).
|
|
7612
|
+
*/
|
|
7440
7613
|
groupType?: string[];
|
|
7441
7614
|
/**
|
|
7442
7615
|
* @remarks
|
|
@@ -7676,6 +7849,34 @@ export declare class DescribeRegionsResponseBodyRegions extends $dara.Model {
|
|
|
7676
7849
|
[key: string]: any;
|
|
7677
7850
|
});
|
|
7678
7851
|
}
|
|
7852
|
+
export declare class DescribeResourceGroupSpecResponseBodySpecs extends $dara.Model {
|
|
7853
|
+
allocateUnits?: string[];
|
|
7854
|
+
/**
|
|
7855
|
+
* @example
|
|
7856
|
+
* 8
|
|
7857
|
+
*/
|
|
7858
|
+
maxQuantity?: number;
|
|
7859
|
+
/**
|
|
7860
|
+
* @example
|
|
7861
|
+
* xlarge
|
|
7862
|
+
*/
|
|
7863
|
+
name?: string;
|
|
7864
|
+
/**
|
|
7865
|
+
* @example
|
|
7866
|
+
* GPU
|
|
7867
|
+
*/
|
|
7868
|
+
type?: string;
|
|
7869
|
+
static names(): {
|
|
7870
|
+
[key: string]: string;
|
|
7871
|
+
};
|
|
7872
|
+
static types(): {
|
|
7873
|
+
[key: string]: any;
|
|
7874
|
+
};
|
|
7875
|
+
validate(): void;
|
|
7876
|
+
constructor(map?: {
|
|
7877
|
+
[key: string]: any;
|
|
7878
|
+
});
|
|
7879
|
+
}
|
|
7679
7880
|
export declare class DescribeSQLPatternsResponseBodyPatternDetails extends $dara.Model {
|
|
7680
7881
|
/**
|
|
7681
7882
|
* @remarks
|
|
@@ -8319,11 +8520,17 @@ export declare class DescribeTablePartitionDiagnoseResponseBodyDetectionItems ex
|
|
|
8319
8520
|
/**
|
|
8320
8521
|
* @remarks
|
|
8321
8522
|
* The detection result.
|
|
8523
|
+
*
|
|
8524
|
+
* @example
|
|
8525
|
+
* Multiple oversized non-partitioned tables are detected.
|
|
8322
8526
|
*/
|
|
8323
8527
|
message?: string;
|
|
8324
8528
|
/**
|
|
8325
8529
|
* @remarks
|
|
8326
8530
|
* The name of the detection item.
|
|
8531
|
+
*
|
|
8532
|
+
* @example
|
|
8533
|
+
* Improper partition field diagnostics
|
|
8327
8534
|
*/
|
|
8328
8535
|
name?: string;
|
|
8329
8536
|
/**
|
|
@@ -8516,6 +8723,9 @@ export declare class DescribeWorkerDetectionResponseBodyDetectionItemsResultsOpe
|
|
|
8516
8723
|
/**
|
|
8517
8724
|
* @remarks
|
|
8518
8725
|
* The detection result items of operator metric aggregation.
|
|
8726
|
+
*
|
|
8727
|
+
* @example
|
|
8728
|
+
* Peak memory
|
|
8519
8729
|
*/
|
|
8520
8730
|
metricName?: string;
|
|
8521
8731
|
/**
|
|
@@ -8562,6 +8772,9 @@ export declare class DescribeWorkerDetectionResponseBodyDetectionItemsResultsOpe
|
|
|
8562
8772
|
/**
|
|
8563
8773
|
* @remarks
|
|
8564
8774
|
* The property information about the operator.
|
|
8775
|
+
*
|
|
8776
|
+
* @example
|
|
8777
|
+
* GROUP BY field: id
|
|
8565
8778
|
*/
|
|
8566
8779
|
operatorInfo?: string;
|
|
8567
8780
|
/**
|
|
@@ -8864,6 +9077,9 @@ export declare class DescribeWorkerDetectionResponseBodyDetectionItemsResultsTop
|
|
|
8864
9077
|
/**
|
|
8865
9078
|
* @remarks
|
|
8866
9079
|
* The name of the detection metric.
|
|
9080
|
+
*
|
|
9081
|
+
* @example
|
|
9082
|
+
* Peak memory detection
|
|
8867
9083
|
*/
|
|
8868
9084
|
metricName?: string;
|
|
8869
9085
|
/**
|
|
@@ -8923,11 +9139,17 @@ export declare class DescribeWorkerDetectionResponseBodyDetectionItems extends $
|
|
|
8923
9139
|
/**
|
|
8924
9140
|
* @remarks
|
|
8925
9141
|
* The information about the detection result.
|
|
9142
|
+
*
|
|
9143
|
+
* @example
|
|
9144
|
+
* There are a total of 10 tables with an excessive number of primary keys.
|
|
8926
9145
|
*/
|
|
8927
9146
|
message?: string;
|
|
8928
9147
|
/**
|
|
8929
9148
|
* @remarks
|
|
8930
9149
|
* The name of the detection item.
|
|
9150
|
+
*
|
|
9151
|
+
* @example
|
|
9152
|
+
* Metric detection
|
|
8931
9153
|
*/
|
|
8932
9154
|
name?: string;
|
|
8933
9155
|
/**
|
|
@@ -10216,7 +10438,7 @@ export declare class ListApsLifecycleStrategyResponseBodyItems extends $dara.Mod
|
|
|
10216
10438
|
modifiedTime?: string;
|
|
10217
10439
|
/**
|
|
10218
10440
|
* @remarks
|
|
10219
|
-
*
|
|
10441
|
+
* The operation tables.
|
|
10220
10442
|
*/
|
|
10221
10443
|
operationTables?: ListApsLifecycleStrategyResponseBodyItemsOperationTables[];
|
|
10222
10444
|
/**
|
|
@@ -10749,7 +10971,7 @@ export declare class ListResultExportJobHistoryResponseBodyItems extends $dara.M
|
|
|
10749
10971
|
* @remarks
|
|
10750
10972
|
* The query ID that can be used for diagnostics.
|
|
10751
10973
|
*
|
|
10752
|
-
* > You can call the [DescribeDiagnosisSQLInfo](https://help.aliyun.com/document_detail/
|
|
10974
|
+
* > You can call the [DescribeDiagnosisSQLInfo](https://help.aliyun.com/document_detail/612337.html) operation to query the execution information about a query.
|
|
10753
10975
|
*
|
|
10754
10976
|
* @example
|
|
10755
10977
|
* 202306121421111720161451770345339****
|
|
@@ -11009,11 +11231,17 @@ export declare class ListSparkLogAnalyzeTasksResponseBodyData extends $dara.Mode
|
|
|
11009
11231
|
}
|
|
11010
11232
|
export declare class ListSparkWarehouseBatchSQLResponseBodyData extends $dara.Model {
|
|
11011
11233
|
/**
|
|
11234
|
+
* @remarks
|
|
11235
|
+
* The page number.
|
|
11236
|
+
*
|
|
11012
11237
|
* @example
|
|
11013
11238
|
* 1
|
|
11014
11239
|
*/
|
|
11015
11240
|
pageNumber?: number;
|
|
11016
11241
|
/**
|
|
11242
|
+
* @remarks
|
|
11243
|
+
* The number of entries per page.
|
|
11244
|
+
*
|
|
11017
11245
|
* @example
|
|
11018
11246
|
* 20
|
|
11019
11247
|
*/
|
|
@@ -11024,6 +11252,9 @@ export declare class ListSparkWarehouseBatchSQLResponseBodyData extends $dara.Mo
|
|
|
11024
11252
|
*/
|
|
11025
11253
|
queries?: SparkBatchSQL[];
|
|
11026
11254
|
/**
|
|
11255
|
+
* @remarks
|
|
11256
|
+
* The total number of entries.
|
|
11257
|
+
*
|
|
11027
11258
|
* @example
|
|
11028
11259
|
* 0
|
|
11029
11260
|
*/
|
|
@@ -11259,7 +11490,7 @@ export declare class ModifyApsDatasoureRequestLakehouseId extends $dara.Model {
|
|
|
11259
11490
|
export declare class ModifyApsDatasoureRequestPolarDBMysqlInfo extends $dara.Model {
|
|
11260
11491
|
/**
|
|
11261
11492
|
* @remarks
|
|
11262
|
-
*
|
|
11493
|
+
* The parameter is no longer supported.
|
|
11263
11494
|
*
|
|
11264
11495
|
* @example
|
|
11265
11496
|
* -
|
|
@@ -11267,7 +11498,7 @@ export declare class ModifyApsDatasoureRequestPolarDBMysqlInfo extends $dara.Mod
|
|
|
11267
11498
|
connectUrl?: string;
|
|
11268
11499
|
/**
|
|
11269
11500
|
* @remarks
|
|
11270
|
-
*
|
|
11501
|
+
* The parameter is no longer supported.
|
|
11271
11502
|
*
|
|
11272
11503
|
* @example
|
|
11273
11504
|
* -
|
|
@@ -11275,7 +11506,7 @@ export declare class ModifyApsDatasoureRequestPolarDBMysqlInfo extends $dara.Mod
|
|
|
11275
11506
|
password?: string;
|
|
11276
11507
|
/**
|
|
11277
11508
|
* @remarks
|
|
11278
|
-
*
|
|
11509
|
+
* The parameter is no longer supported.
|
|
11279
11510
|
*
|
|
11280
11511
|
* @example
|
|
11281
11512
|
* -
|
|
@@ -11283,7 +11514,7 @@ export declare class ModifyApsDatasoureRequestPolarDBMysqlInfo extends $dara.Mod
|
|
|
11283
11514
|
regionId?: string;
|
|
11284
11515
|
/**
|
|
11285
11516
|
* @remarks
|
|
11286
|
-
*
|
|
11517
|
+
* The parameter is no longer supported.
|
|
11287
11518
|
*
|
|
11288
11519
|
* @example
|
|
11289
11520
|
* -
|
|
@@ -11303,7 +11534,7 @@ export declare class ModifyApsDatasoureRequestPolarDBMysqlInfo extends $dara.Mod
|
|
|
11303
11534
|
export declare class ModifyApsDatasoureRequestRdsMysqlInfo extends $dara.Model {
|
|
11304
11535
|
/**
|
|
11305
11536
|
* @remarks
|
|
11306
|
-
*
|
|
11537
|
+
* The parameter is no longer supported.
|
|
11307
11538
|
*
|
|
11308
11539
|
* @example
|
|
11309
11540
|
* -
|
|
@@ -11311,7 +11542,7 @@ export declare class ModifyApsDatasoureRequestRdsMysqlInfo extends $dara.Model {
|
|
|
11311
11542
|
connectUrl?: string;
|
|
11312
11543
|
/**
|
|
11313
11544
|
* @remarks
|
|
11314
|
-
*
|
|
11545
|
+
* The parameter is no longer supported.
|
|
11315
11546
|
*
|
|
11316
11547
|
* @example
|
|
11317
11548
|
* -
|
|
@@ -11319,7 +11550,7 @@ export declare class ModifyApsDatasoureRequestRdsMysqlInfo extends $dara.Model {
|
|
|
11319
11550
|
password?: string;
|
|
11320
11551
|
/**
|
|
11321
11552
|
* @remarks
|
|
11322
|
-
*
|
|
11553
|
+
* The parameter is no longer supported.
|
|
11323
11554
|
*
|
|
11324
11555
|
* @example
|
|
11325
11556
|
* -
|
|
@@ -11327,7 +11558,7 @@ export declare class ModifyApsDatasoureRequestRdsMysqlInfo extends $dara.Model {
|
|
|
11327
11558
|
regionId?: string;
|
|
11328
11559
|
/**
|
|
11329
11560
|
* @remarks
|
|
11330
|
-
*
|
|
11561
|
+
* The parameter is no longer supported.
|
|
11331
11562
|
*
|
|
11332
11563
|
* @example
|
|
11333
11564
|
* -
|
|
@@ -12960,6 +13191,7 @@ export declare class TableModel extends $dara.Model {
|
|
|
12960
13191
|
export declare class TableSummaryModel extends $dara.Model {
|
|
12961
13192
|
createTime?: string;
|
|
12962
13193
|
description?: string;
|
|
13194
|
+
mvDetailModel?: OpenStructMvDetailModel;
|
|
12963
13195
|
owner?: string;
|
|
12964
13196
|
SQL?: string;
|
|
12965
13197
|
schemaName?: string;
|
|
@@ -12978,6 +13210,121 @@ export declare class TableSummaryModel extends $dara.Model {
|
|
|
12978
13210
|
[key: string]: any;
|
|
12979
13211
|
});
|
|
12980
13212
|
}
|
|
13213
|
+
export declare class OpenStructMVRecommendResultModel extends $dara.Model {
|
|
13214
|
+
acceleratedQueriesCount?: number;
|
|
13215
|
+
baseTables?: OpenStructMvBaseTableDetailModel[];
|
|
13216
|
+
savedScanbytes?: number;
|
|
13217
|
+
subquery?: string;
|
|
13218
|
+
subqueryId?: number;
|
|
13219
|
+
supportIncrementalRefresh?: boolean;
|
|
13220
|
+
static names(): {
|
|
13221
|
+
[key: string]: string;
|
|
13222
|
+
};
|
|
13223
|
+
static types(): {
|
|
13224
|
+
[key: string]: any;
|
|
13225
|
+
};
|
|
13226
|
+
validate(): void;
|
|
13227
|
+
constructor(map?: {
|
|
13228
|
+
[key: string]: any;
|
|
13229
|
+
});
|
|
13230
|
+
}
|
|
13231
|
+
export declare class OpenStructMvBaseTableDetailModel extends $dara.Model {
|
|
13232
|
+
dataVolumn?: string;
|
|
13233
|
+
enableBinlog?: boolean;
|
|
13234
|
+
schemaName?: string;
|
|
13235
|
+
tableName?: string;
|
|
13236
|
+
static names(): {
|
|
13237
|
+
[key: string]: string;
|
|
13238
|
+
};
|
|
13239
|
+
static types(): {
|
|
13240
|
+
[key: string]: any;
|
|
13241
|
+
};
|
|
13242
|
+
validate(): void;
|
|
13243
|
+
constructor(map?: {
|
|
13244
|
+
[key: string]: any;
|
|
13245
|
+
});
|
|
13246
|
+
}
|
|
13247
|
+
export declare class OpenStructMvDetailModel extends $dara.Model {
|
|
13248
|
+
baseTableNames?: string[][];
|
|
13249
|
+
explicitHit?: number;
|
|
13250
|
+
firstRefreshTime?: string;
|
|
13251
|
+
implicitHit?: number;
|
|
13252
|
+
isInactive?: boolean;
|
|
13253
|
+
localSize?: number;
|
|
13254
|
+
queryRewriteEnabled?: boolean;
|
|
13255
|
+
refreshInterval?: string;
|
|
13256
|
+
refreshState?: string;
|
|
13257
|
+
remoteSize?: number;
|
|
13258
|
+
resourceGroup?: string;
|
|
13259
|
+
updatedAt?: string;
|
|
13260
|
+
static names(): {
|
|
13261
|
+
[key: string]: string;
|
|
13262
|
+
};
|
|
13263
|
+
static types(): {
|
|
13264
|
+
[key: string]: any;
|
|
13265
|
+
};
|
|
13266
|
+
validate(): void;
|
|
13267
|
+
constructor(map?: {
|
|
13268
|
+
[key: string]: any;
|
|
13269
|
+
});
|
|
13270
|
+
}
|
|
13271
|
+
export declare class OpenStructMvRecommendSubTaskModel extends $dara.Model {
|
|
13272
|
+
endTime?: string;
|
|
13273
|
+
scanQueriesCount?: number;
|
|
13274
|
+
startTime?: string;
|
|
13275
|
+
status?: string;
|
|
13276
|
+
subQueriesCount?: number;
|
|
13277
|
+
subtaskId?: number;
|
|
13278
|
+
static names(): {
|
|
13279
|
+
[key: string]: string;
|
|
13280
|
+
};
|
|
13281
|
+
static types(): {
|
|
13282
|
+
[key: string]: any;
|
|
13283
|
+
};
|
|
13284
|
+
validate(): void;
|
|
13285
|
+
constructor(map?: {
|
|
13286
|
+
[key: string]: any;
|
|
13287
|
+
});
|
|
13288
|
+
}
|
|
13289
|
+
export declare class OpenStructMvRecommendTaskModel extends $dara.Model {
|
|
13290
|
+
createdTime?: string;
|
|
13291
|
+
description?: string;
|
|
13292
|
+
lastRunAt?: string;
|
|
13293
|
+
scanQueriesRange?: number;
|
|
13294
|
+
schedulingSettings?: string;
|
|
13295
|
+
taskName?: string;
|
|
13296
|
+
static names(): {
|
|
13297
|
+
[key: string]: string;
|
|
13298
|
+
};
|
|
13299
|
+
static types(): {
|
|
13300
|
+
[key: string]: any;
|
|
13301
|
+
};
|
|
13302
|
+
validate(): void;
|
|
13303
|
+
constructor(map?: {
|
|
13304
|
+
[key: string]: any;
|
|
13305
|
+
});
|
|
13306
|
+
}
|
|
13307
|
+
export declare class OpenStructRefreshJobModel extends $dara.Model {
|
|
13308
|
+
endTime?: string;
|
|
13309
|
+
name?: string;
|
|
13310
|
+
processid?: string;
|
|
13311
|
+
refreshInterval?: string;
|
|
13312
|
+
refreshModel?: string;
|
|
13313
|
+
resourceGroup?: string;
|
|
13314
|
+
schemaName?: string;
|
|
13315
|
+
startTime?: string;
|
|
13316
|
+
status?: string;
|
|
13317
|
+
static names(): {
|
|
13318
|
+
[key: string]: string;
|
|
13319
|
+
};
|
|
13320
|
+
static types(): {
|
|
13321
|
+
[key: string]: any;
|
|
13322
|
+
};
|
|
13323
|
+
validate(): void;
|
|
13324
|
+
constructor(map?: {
|
|
13325
|
+
[key: string]: any;
|
|
13326
|
+
});
|
|
13327
|
+
}
|
|
12981
13328
|
export declare class AllocateClusterPublicConnectionRequest extends $dara.Model {
|
|
12982
13329
|
/**
|
|
12983
13330
|
* @remarks
|
|
@@ -13207,17 +13554,27 @@ export declare class AttachUserENIResponse extends $dara.Model {
|
|
|
13207
13554
|
}
|
|
13208
13555
|
export declare class BatchApplyAdviceByIdListRequest extends $dara.Model {
|
|
13209
13556
|
/**
|
|
13557
|
+
* @remarks
|
|
13558
|
+
* The date on which you want to apply the suggestion. Format: yyyyMMdd.
|
|
13559
|
+
*
|
|
13210
13560
|
* @example
|
|
13211
13561
|
* 20221115
|
|
13212
13562
|
*/
|
|
13213
13563
|
adviceDate?: number;
|
|
13214
13564
|
/**
|
|
13565
|
+
* @remarks
|
|
13566
|
+
* The IDs of the suggestions that you want to apply. Separate multiple IDs with commas (,).
|
|
13567
|
+
*
|
|
13215
13568
|
* @example
|
|
13216
13569
|
* c2589ff3-e86c-4f19-80c8-2aeb7dd9****,53414470-ebf4-4a53-a312-8a1ad8fd****,6e8dce84-fec8-4b0b-9c04-b0cea12c****,b3b9703d-55ca-47e0-96dd-6a4a9dbf****
|
|
13217
13570
|
*/
|
|
13218
13571
|
adviceIdList?: string;
|
|
13219
13572
|
/**
|
|
13220
13573
|
* @remarks
|
|
13574
|
+
* The cluster ID.
|
|
13575
|
+
*
|
|
13576
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the information about all AnalyticDB for MySQL clusters within a region, including cluster IDs.
|
|
13577
|
+
*
|
|
13221
13578
|
* This parameter is required.
|
|
13222
13579
|
*
|
|
13223
13580
|
* @example
|
|
@@ -13226,6 +13583,8 @@ export declare class BatchApplyAdviceByIdListRequest extends $dara.Model {
|
|
|
13226
13583
|
DBClusterId?: string;
|
|
13227
13584
|
/**
|
|
13228
13585
|
* @remarks
|
|
13586
|
+
* The region ID.
|
|
13587
|
+
*
|
|
13229
13588
|
* This parameter is required.
|
|
13230
13589
|
*
|
|
13231
13590
|
* @example
|
|
@@ -13245,6 +13604,9 @@ export declare class BatchApplyAdviceByIdListRequest extends $dara.Model {
|
|
|
13245
13604
|
}
|
|
13246
13605
|
export declare class BatchApplyAdviceByIdListResponseBody extends $dara.Model {
|
|
13247
13606
|
/**
|
|
13607
|
+
* @remarks
|
|
13608
|
+
* The request ID.
|
|
13609
|
+
*
|
|
13248
13610
|
* @example
|
|
13249
13611
|
* 86F92D26-B774-5FA1-8E53-82CBEEEBB012
|
|
13250
13612
|
*/
|
|
@@ -13517,17 +13879,25 @@ export declare class CancelSparkReplStatementResponse extends $dara.Model {
|
|
|
13517
13879
|
}
|
|
13518
13880
|
export declare class CancelSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
13519
13881
|
/**
|
|
13882
|
+
* @remarks
|
|
13883
|
+
* The name of the client, which can be up to 16 characters in length. Specify a descriptive name that makes it easy to identify.
|
|
13884
|
+
*
|
|
13520
13885
|
* @example
|
|
13521
13886
|
* DMS
|
|
13522
13887
|
*/
|
|
13523
13888
|
agency?: string;
|
|
13524
13889
|
/**
|
|
13890
|
+
* @remarks
|
|
13891
|
+
* The cluster ID.
|
|
13892
|
+
*
|
|
13525
13893
|
* @example
|
|
13526
13894
|
* amv-uf6485635f***
|
|
13527
13895
|
*/
|
|
13528
13896
|
DBClusterId?: string;
|
|
13529
13897
|
/**
|
|
13530
13898
|
* @remarks
|
|
13899
|
+
* The query ID of the Spark SQL statement.
|
|
13900
|
+
*
|
|
13531
13901
|
* This parameter is required.
|
|
13532
13902
|
*
|
|
13533
13903
|
* @example
|
|
@@ -13555,6 +13925,9 @@ export declare class CancelSparkWarehouseBatchSQLResponseBody extends $dara.Mode
|
|
|
13555
13925
|
*/
|
|
13556
13926
|
data?: SparkBatchSQL;
|
|
13557
13927
|
/**
|
|
13928
|
+
* @remarks
|
|
13929
|
+
* The request ID.
|
|
13930
|
+
*
|
|
13558
13931
|
* @example
|
|
13559
13932
|
* 771C5FAA-530F-52F7-B84D-EBAD45***
|
|
13560
13933
|
*/
|
|
@@ -14573,6 +14946,11 @@ export declare class CreateApsHiveJobRequest extends $dara.Model {
|
|
|
14573
14946
|
/**
|
|
14574
14947
|
* @remarks
|
|
14575
14948
|
* The policy to handle tables with the same name in the destination cluster.
|
|
14949
|
+
*
|
|
14950
|
+
* @example
|
|
14951
|
+
* Intercept: reports error and aborts.
|
|
14952
|
+
* Ignore: ignores and continues migrating the relevant tables.
|
|
14953
|
+
* Skip: skips related tables and only migrates other tables.
|
|
14576
14954
|
*/
|
|
14577
14955
|
conflictStrategy?: string;
|
|
14578
14956
|
/**
|
|
@@ -14969,7 +15347,7 @@ export declare class CreateApsSlsADBJobRequest extends $dara.Model {
|
|
|
14969
15347
|
resourceGroup?: string;
|
|
14970
15348
|
/**
|
|
14971
15349
|
* @remarks
|
|
14972
|
-
*
|
|
15350
|
+
* The region ID of the source cluster.
|
|
14973
15351
|
*
|
|
14974
15352
|
* @example
|
|
14975
15353
|
* cn-beijing
|
|
@@ -15257,7 +15635,7 @@ export declare class CreateApsSlsADBJobShrinkRequest extends $dara.Model {
|
|
|
15257
15635
|
resourceGroup?: string;
|
|
15258
15636
|
/**
|
|
15259
15637
|
* @remarks
|
|
15260
|
-
*
|
|
15638
|
+
* The region ID of the source cluster.
|
|
15261
15639
|
*
|
|
15262
15640
|
* @example
|
|
15263
15641
|
* cn-beijing
|
|
@@ -15375,7 +15753,7 @@ export declare class CreateApsSlsADBJobResponseBody extends $dara.Model {
|
|
|
15375
15753
|
* @remarks
|
|
15376
15754
|
* The returned message. Valid values:
|
|
15377
15755
|
*
|
|
15378
|
-
* * If the request was successful, a success message is returned
|
|
15756
|
+
* * If the request was successful, a success message is returned.
|
|
15379
15757
|
* * If the request failed, an error message is returned.
|
|
15380
15758
|
*
|
|
15381
15759
|
* @example
|
|
@@ -16305,7 +16683,8 @@ export declare class CreateElasticPlanResponse extends $dara.Model {
|
|
|
16305
16683
|
export declare class CreateLakeStorageRequest extends $dara.Model {
|
|
16306
16684
|
/**
|
|
16307
16685
|
* @remarks
|
|
16308
|
-
*
|
|
16686
|
+
* The client token that is used to ensure the idempotence of the request.
|
|
16687
|
+
* You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
16309
16688
|
*
|
|
16310
16689
|
* @example
|
|
16311
16690
|
* ******
|
|
@@ -16357,7 +16736,8 @@ export declare class CreateLakeStorageRequest extends $dara.Model {
|
|
|
16357
16736
|
export declare class CreateLakeStorageShrinkRequest extends $dara.Model {
|
|
16358
16737
|
/**
|
|
16359
16738
|
* @remarks
|
|
16360
|
-
*
|
|
16739
|
+
* The client token that is used to ensure the idempotence of the request.
|
|
16740
|
+
* You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
16361
16741
|
*
|
|
16362
16742
|
* @example
|
|
16363
16743
|
* ******
|
|
@@ -17785,130 +18165,6 @@ export declare class DeletePerformanceViewResponse extends $dara.Model {
|
|
|
17785
18165
|
[key: string]: any;
|
|
17786
18166
|
});
|
|
17787
18167
|
}
|
|
17788
|
-
export declare class DeleteProcessInstanceRequest extends $dara.Model {
|
|
17789
|
-
/**
|
|
17790
|
-
* @remarks
|
|
17791
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
17792
|
-
*
|
|
17793
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/612397.html) operation to query the IDs of all AnalyticDB for MySQL clusters within a region.
|
|
17794
|
-
*
|
|
17795
|
-
* This parameter is required.
|
|
17796
|
-
*
|
|
17797
|
-
* @example
|
|
17798
|
-
* am-wz9rq819u71ig****
|
|
17799
|
-
*/
|
|
17800
|
-
DBClusterId?: string;
|
|
17801
|
-
/**
|
|
17802
|
-
* @remarks
|
|
17803
|
-
* The ID of the workflow instance.
|
|
17804
|
-
*
|
|
17805
|
-
* This parameter is required.
|
|
17806
|
-
*
|
|
17807
|
-
* @example
|
|
17808
|
-
* 4017
|
|
17809
|
-
*/
|
|
17810
|
-
processInstanceId?: number;
|
|
17811
|
-
/**
|
|
17812
|
-
* @remarks
|
|
17813
|
-
* The project ID, which is the unique identifier of the project.
|
|
17814
|
-
*
|
|
17815
|
-
* This parameter is required.
|
|
17816
|
-
*
|
|
17817
|
-
* @example
|
|
17818
|
-
* 9839028042592
|
|
17819
|
-
*/
|
|
17820
|
-
projectCode?: number;
|
|
17821
|
-
/**
|
|
17822
|
-
* @remarks
|
|
17823
|
-
* The region ID of the cluster.
|
|
17824
|
-
*
|
|
17825
|
-
* This parameter is required.
|
|
17826
|
-
*
|
|
17827
|
-
* @example
|
|
17828
|
-
* cn-hangzhou
|
|
17829
|
-
*/
|
|
17830
|
-
regionId?: string;
|
|
17831
|
-
static names(): {
|
|
17832
|
-
[key: string]: string;
|
|
17833
|
-
};
|
|
17834
|
-
static types(): {
|
|
17835
|
-
[key: string]: any;
|
|
17836
|
-
};
|
|
17837
|
-
validate(): void;
|
|
17838
|
-
constructor(map?: {
|
|
17839
|
-
[key: string]: any;
|
|
17840
|
-
});
|
|
17841
|
-
}
|
|
17842
|
-
export declare class DeleteProcessInstanceResponseBody extends $dara.Model {
|
|
17843
|
-
/**
|
|
17844
|
-
* @remarks
|
|
17845
|
-
* Indicates whether the workflow instance is deleted. Valid values:
|
|
17846
|
-
*
|
|
17847
|
-
* * **true**
|
|
17848
|
-
* * **false**
|
|
17849
|
-
*
|
|
17850
|
-
* @example
|
|
17851
|
-
* true
|
|
17852
|
-
*/
|
|
17853
|
-
data?: boolean;
|
|
17854
|
-
/**
|
|
17855
|
-
* @remarks
|
|
17856
|
-
* The returned message. Valid values:
|
|
17857
|
-
*
|
|
17858
|
-
* * If the request was successful, **Success** is returned.
|
|
17859
|
-
* * If the request failed, an error message is returned.
|
|
17860
|
-
*
|
|
17861
|
-
* @example
|
|
17862
|
-
* Success
|
|
17863
|
-
*/
|
|
17864
|
-
message?: string;
|
|
17865
|
-
/**
|
|
17866
|
-
* @remarks
|
|
17867
|
-
* The request ID.
|
|
17868
|
-
*
|
|
17869
|
-
* @example
|
|
17870
|
-
* 115F9CCA-EF2E-5F91-AB60-4961D52FEAB4
|
|
17871
|
-
*/
|
|
17872
|
-
requestId?: string;
|
|
17873
|
-
/**
|
|
17874
|
-
* @remarks
|
|
17875
|
-
* Indicates whether the request was successful. Valid values:
|
|
17876
|
-
*
|
|
17877
|
-
* * **true**
|
|
17878
|
-
* * **false**
|
|
17879
|
-
*
|
|
17880
|
-
* @example
|
|
17881
|
-
* true
|
|
17882
|
-
*/
|
|
17883
|
-
success?: boolean;
|
|
17884
|
-
static names(): {
|
|
17885
|
-
[key: string]: string;
|
|
17886
|
-
};
|
|
17887
|
-
static types(): {
|
|
17888
|
-
[key: string]: any;
|
|
17889
|
-
};
|
|
17890
|
-
validate(): void;
|
|
17891
|
-
constructor(map?: {
|
|
17892
|
-
[key: string]: any;
|
|
17893
|
-
});
|
|
17894
|
-
}
|
|
17895
|
-
export declare class DeleteProcessInstanceResponse extends $dara.Model {
|
|
17896
|
-
headers?: {
|
|
17897
|
-
[key: string]: string;
|
|
17898
|
-
};
|
|
17899
|
-
statusCode?: number;
|
|
17900
|
-
body?: DeleteProcessInstanceResponseBody;
|
|
17901
|
-
static names(): {
|
|
17902
|
-
[key: string]: string;
|
|
17903
|
-
};
|
|
17904
|
-
static types(): {
|
|
17905
|
-
[key: string]: any;
|
|
17906
|
-
};
|
|
17907
|
-
validate(): void;
|
|
17908
|
-
constructor(map?: {
|
|
17909
|
-
[key: string]: any;
|
|
17910
|
-
});
|
|
17911
|
-
}
|
|
17912
18168
|
export declare class DeleteSparkTemplateRequest extends $dara.Model {
|
|
17913
18169
|
/**
|
|
17914
18170
|
* @remarks
|
|
@@ -18217,9 +18473,7 @@ export declare class DescribeAPSADBInstancesResponse extends $dara.Model {
|
|
|
18217
18473
|
export declare class DescribeAbnormalPatternDetectionRequest extends $dara.Model {
|
|
18218
18474
|
/**
|
|
18219
18475
|
* @remarks
|
|
18220
|
-
* The ID
|
|
18221
|
-
*
|
|
18222
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the information about all AnalyticDB for MySQL clusters within a region, including cluster IDs.
|
|
18476
|
+
* The cluster ID.
|
|
18223
18477
|
*
|
|
18224
18478
|
* This parameter is required.
|
|
18225
18479
|
*
|
|
@@ -18229,9 +18483,7 @@ export declare class DescribeAbnormalPatternDetectionRequest extends $dara.Model
|
|
|
18229
18483
|
DBClusterId?: string;
|
|
18230
18484
|
/**
|
|
18231
18485
|
* @remarks
|
|
18232
|
-
* The end of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-ddTHH:
|
|
18233
|
-
*
|
|
18234
|
-
* > The end time must be later than the start time.
|
|
18486
|
+
* The end of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-ddTHH:mmZ* format. The time must be in UTC.
|
|
18235
18487
|
*
|
|
18236
18488
|
* @example
|
|
18237
18489
|
* 2024-11-17T02:16Z
|
|
@@ -18254,8 +18506,6 @@ export declare class DescribeAbnormalPatternDetectionRequest extends $dara.Model
|
|
|
18254
18506
|
* @remarks
|
|
18255
18507
|
* The region ID.
|
|
18256
18508
|
*
|
|
18257
|
-
* > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/143074.html) operation to query the most recent region list.
|
|
18258
|
-
*
|
|
18259
18509
|
* This parameter is required.
|
|
18260
18510
|
*
|
|
18261
18511
|
* @example
|
|
@@ -18266,7 +18516,7 @@ export declare class DescribeAbnormalPatternDetectionRequest extends $dara.Model
|
|
|
18266
18516
|
resourceOwnerId?: number;
|
|
18267
18517
|
/**
|
|
18268
18518
|
* @remarks
|
|
18269
|
-
* The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mmZ format. The time must be in UTC.
|
|
18519
|
+
* The beginning of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-ddTHH:mmZ* format. The time must be in UTC.
|
|
18270
18520
|
*
|
|
18271
18521
|
* @example
|
|
18272
18522
|
* 2021-09-30T00:10Z
|
|
@@ -19854,7 +20104,7 @@ export declare class DescribeApsDatasourceRequest extends $dara.Model {
|
|
|
19854
20104
|
export declare class DescribeApsDatasourceResponseBody extends $dara.Model {
|
|
19855
20105
|
/**
|
|
19856
20106
|
* @remarks
|
|
19857
|
-
*
|
|
20107
|
+
* The queried APS data source.
|
|
19858
20108
|
*/
|
|
19859
20109
|
apsDatasource?: DescribeApsDatasourceResponseBodyApsDatasource;
|
|
19860
20110
|
/**
|
|
@@ -19976,7 +20226,7 @@ export declare class DescribeApsDatasourcesRequest extends $dara.Model {
|
|
|
19976
20226
|
export declare class DescribeApsDatasourcesResponseBody extends $dara.Model {
|
|
19977
20227
|
/**
|
|
19978
20228
|
* @remarks
|
|
19979
|
-
*
|
|
20229
|
+
* The queried APS data sources.
|
|
19980
20230
|
*
|
|
19981
20231
|
* @example
|
|
19982
20232
|
* -
|
|
@@ -20448,7 +20698,7 @@ export declare class DescribeApsMigrationWorkloadsRequest extends $dara.Model {
|
|
|
20448
20698
|
export declare class DescribeApsMigrationWorkloadsResponseBody extends $dara.Model {
|
|
20449
20699
|
/**
|
|
20450
20700
|
* @remarks
|
|
20451
|
-
*
|
|
20701
|
+
* The queried migration workloads.
|
|
20452
20702
|
*/
|
|
20453
20703
|
migrationWorkloads?: DescribeApsMigrationWorkloadsResponseBodyMigrationWorkloads[];
|
|
20454
20704
|
/**
|
|
@@ -24310,6 +24560,8 @@ export declare class DescribeEnabledPrivilegesResponse extends $dara.Model {
|
|
|
24310
24560
|
export declare class DescribeEssdCacheConfigRequest extends $dara.Model {
|
|
24311
24561
|
/**
|
|
24312
24562
|
* @remarks
|
|
24563
|
+
* The cluster ID.
|
|
24564
|
+
*
|
|
24313
24565
|
* This parameter is required.
|
|
24314
24566
|
*
|
|
24315
24567
|
* @example
|
|
@@ -24328,8 +24580,15 @@ export declare class DescribeEssdCacheConfigRequest extends $dara.Model {
|
|
|
24328
24580
|
});
|
|
24329
24581
|
}
|
|
24330
24582
|
export declare class DescribeEssdCacheConfigResponseBody extends $dara.Model {
|
|
24583
|
+
/**
|
|
24584
|
+
* @remarks
|
|
24585
|
+
* The returned data.
|
|
24586
|
+
*/
|
|
24331
24587
|
data?: DescribeEssdCacheConfigResponseBodyData;
|
|
24332
24588
|
/**
|
|
24589
|
+
* @remarks
|
|
24590
|
+
* The request ID.
|
|
24591
|
+
*
|
|
24333
24592
|
* @example
|
|
24334
24593
|
* C7EDB8E4-9769-4233-88C7-DCA4C9******
|
|
24335
24594
|
*/
|
|
@@ -24798,6 +25057,120 @@ export declare class DescribeInclinedNodesResponse extends $dara.Model {
|
|
|
24798
25057
|
[key: string]: any;
|
|
24799
25058
|
});
|
|
24800
25059
|
}
|
|
25060
|
+
export declare class DescribeInclinedTablesRequest extends $dara.Model {
|
|
25061
|
+
/**
|
|
25062
|
+
* @remarks
|
|
25063
|
+
* This parameter is required.
|
|
25064
|
+
*
|
|
25065
|
+
* @example
|
|
25066
|
+
* amv-k2jofo4pi5zhd****
|
|
25067
|
+
*/
|
|
25068
|
+
DBClusterId?: string;
|
|
25069
|
+
/**
|
|
25070
|
+
* @example
|
|
25071
|
+
* zh
|
|
25072
|
+
*/
|
|
25073
|
+
lang?: string;
|
|
25074
|
+
/**
|
|
25075
|
+
* @example
|
|
25076
|
+
* [ { "Field":"Name", "Type":"Asc" } ]
|
|
25077
|
+
*/
|
|
25078
|
+
order?: string;
|
|
25079
|
+
/**
|
|
25080
|
+
* @example
|
|
25081
|
+
* 1
|
|
25082
|
+
*/
|
|
25083
|
+
pageNumber?: number;
|
|
25084
|
+
/**
|
|
25085
|
+
* @example
|
|
25086
|
+
* 30
|
|
25087
|
+
*/
|
|
25088
|
+
pageSize?: number;
|
|
25089
|
+
/**
|
|
25090
|
+
* @example
|
|
25091
|
+
* cn-hongkong
|
|
25092
|
+
*/
|
|
25093
|
+
regionId?: string;
|
|
25094
|
+
/**
|
|
25095
|
+
* @example
|
|
25096
|
+
* FactTable
|
|
25097
|
+
*/
|
|
25098
|
+
tableType?: string;
|
|
25099
|
+
static names(): {
|
|
25100
|
+
[key: string]: string;
|
|
25101
|
+
};
|
|
25102
|
+
static types(): {
|
|
25103
|
+
[key: string]: any;
|
|
25104
|
+
};
|
|
25105
|
+
validate(): void;
|
|
25106
|
+
constructor(map?: {
|
|
25107
|
+
[key: string]: any;
|
|
25108
|
+
});
|
|
25109
|
+
}
|
|
25110
|
+
export declare class DescribeInclinedTablesResponseBody extends $dara.Model {
|
|
25111
|
+
/**
|
|
25112
|
+
* @example
|
|
25113
|
+
* {
|
|
25114
|
+
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
25115
|
+
* "AuthPrincipalOwnerId": "1*****************7",
|
|
25116
|
+
* "EncodedDiagnosticMessage": "AQIBIAAAAOPdwKY2QLOvgMEc7SkkoJfj1kvZwsaRqNYMh10Tv0wTe0fCzaCdrvgazfNb0EnJKETgXyhR+3BIQjx9WAqZryejBsp1Bl4qI5En/D9dEhcXAtKCxCmE2kZCiEzpy8BoEUt+bs0DmlaGWO5xkEpttypLIB4rUhDvZd+zwPg4EXk4KSSWSWsurxtqDkKEMshKlQFBTKvJcKwyhk62IeYly4hQ+5IpXjkh1GQXuDRCQ==",
|
|
25117
|
+
* "AuthPrincipalType": "SubUser",
|
|
25118
|
+
* "AuthPrincipalDisplayName": "2***************9",
|
|
25119
|
+
* "NoPermissionType": "ImplicitDeny",
|
|
25120
|
+
* "AuthAction": "adb:DescribeExcessivePrimaryKeys"
|
|
25121
|
+
* }
|
|
25122
|
+
*/
|
|
25123
|
+
accessDeniedDetail?: string;
|
|
25124
|
+
detectionItems?: DescribeInclinedTablesResponseBodyDetectionItems[];
|
|
25125
|
+
items?: DescribeInclinedTablesResponseBodyItems;
|
|
25126
|
+
/**
|
|
25127
|
+
* @example
|
|
25128
|
+
* 1
|
|
25129
|
+
*/
|
|
25130
|
+
pageNumber?: string;
|
|
25131
|
+
/**
|
|
25132
|
+
* @example
|
|
25133
|
+
* 30
|
|
25134
|
+
*/
|
|
25135
|
+
pageSize?: string;
|
|
25136
|
+
/**
|
|
25137
|
+
* @example
|
|
25138
|
+
* 1AD222E9-E606-4A42-BF6D-8A4442913CEF
|
|
25139
|
+
*/
|
|
25140
|
+
requestId?: string;
|
|
25141
|
+
/**
|
|
25142
|
+
* @example
|
|
25143
|
+
* 15
|
|
25144
|
+
*/
|
|
25145
|
+
totalCount?: string;
|
|
25146
|
+
static names(): {
|
|
25147
|
+
[key: string]: string;
|
|
25148
|
+
};
|
|
25149
|
+
static types(): {
|
|
25150
|
+
[key: string]: any;
|
|
25151
|
+
};
|
|
25152
|
+
validate(): void;
|
|
25153
|
+
constructor(map?: {
|
|
25154
|
+
[key: string]: any;
|
|
25155
|
+
});
|
|
25156
|
+
}
|
|
25157
|
+
export declare class DescribeInclinedTablesResponse extends $dara.Model {
|
|
25158
|
+
headers?: {
|
|
25159
|
+
[key: string]: string;
|
|
25160
|
+
};
|
|
25161
|
+
statusCode?: number;
|
|
25162
|
+
body?: DescribeInclinedTablesResponseBody;
|
|
25163
|
+
static names(): {
|
|
25164
|
+
[key: string]: string;
|
|
25165
|
+
};
|
|
25166
|
+
static types(): {
|
|
25167
|
+
[key: string]: any;
|
|
25168
|
+
};
|
|
25169
|
+
validate(): void;
|
|
25170
|
+
constructor(map?: {
|
|
25171
|
+
[key: string]: any;
|
|
25172
|
+
});
|
|
25173
|
+
}
|
|
24801
25174
|
export declare class DescribeJobResourceUsageRequest extends $dara.Model {
|
|
24802
25175
|
/**
|
|
24803
25176
|
* @remarks
|
|
@@ -25811,6 +26184,77 @@ export declare class DescribeRegionsResponse extends $dara.Model {
|
|
|
25811
26184
|
[key: string]: any;
|
|
25812
26185
|
});
|
|
25813
26186
|
}
|
|
26187
|
+
export declare class DescribeResourceGroupSpecRequest extends $dara.Model {
|
|
26188
|
+
/**
|
|
26189
|
+
* @remarks
|
|
26190
|
+
* This parameter is required.
|
|
26191
|
+
*
|
|
26192
|
+
* @example
|
|
26193
|
+
* amv-8vbo40tl1dxxxxxx
|
|
26194
|
+
*/
|
|
26195
|
+
DBClusterId?: string;
|
|
26196
|
+
/**
|
|
26197
|
+
* @example
|
|
26198
|
+
* cn-hangzhou
|
|
26199
|
+
*/
|
|
26200
|
+
regionId?: string;
|
|
26201
|
+
/**
|
|
26202
|
+
* @remarks
|
|
26203
|
+
* This parameter is required.
|
|
26204
|
+
*
|
|
26205
|
+
* @example
|
|
26206
|
+
* ai
|
|
26207
|
+
*/
|
|
26208
|
+
resourceGroupType?: string;
|
|
26209
|
+
static names(): {
|
|
26210
|
+
[key: string]: string;
|
|
26211
|
+
};
|
|
26212
|
+
static types(): {
|
|
26213
|
+
[key: string]: any;
|
|
26214
|
+
};
|
|
26215
|
+
validate(): void;
|
|
26216
|
+
constructor(map?: {
|
|
26217
|
+
[key: string]: any;
|
|
26218
|
+
});
|
|
26219
|
+
}
|
|
26220
|
+
export declare class DescribeResourceGroupSpecResponseBody extends $dara.Model {
|
|
26221
|
+
/**
|
|
26222
|
+
* @remarks
|
|
26223
|
+
* requestId
|
|
26224
|
+
*
|
|
26225
|
+
* @example
|
|
26226
|
+
* 10226189-4391-5B10-97AF-5CA5XXXXXXX
|
|
26227
|
+
*/
|
|
26228
|
+
requestId?: string;
|
|
26229
|
+
specs?: DescribeResourceGroupSpecResponseBodySpecs[];
|
|
26230
|
+
static names(): {
|
|
26231
|
+
[key: string]: string;
|
|
26232
|
+
};
|
|
26233
|
+
static types(): {
|
|
26234
|
+
[key: string]: any;
|
|
26235
|
+
};
|
|
26236
|
+
validate(): void;
|
|
26237
|
+
constructor(map?: {
|
|
26238
|
+
[key: string]: any;
|
|
26239
|
+
});
|
|
26240
|
+
}
|
|
26241
|
+
export declare class DescribeResourceGroupSpecResponse extends $dara.Model {
|
|
26242
|
+
headers?: {
|
|
26243
|
+
[key: string]: string;
|
|
26244
|
+
};
|
|
26245
|
+
statusCode?: number;
|
|
26246
|
+
body?: DescribeResourceGroupSpecResponseBody;
|
|
26247
|
+
static names(): {
|
|
26248
|
+
[key: string]: string;
|
|
26249
|
+
};
|
|
26250
|
+
static types(): {
|
|
26251
|
+
[key: string]: any;
|
|
26252
|
+
};
|
|
26253
|
+
validate(): void;
|
|
26254
|
+
constructor(map?: {
|
|
26255
|
+
[key: string]: any;
|
|
26256
|
+
});
|
|
26257
|
+
}
|
|
25814
26258
|
export declare class DescribeSQLPatternsRequest extends $dara.Model {
|
|
25815
26259
|
/**
|
|
25816
26260
|
* @remarks
|
|
@@ -28891,11 +29335,13 @@ export declare class ExecuteSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
28891
29335
|
* The name of the client.
|
|
28892
29336
|
*
|
|
28893
29337
|
* @example
|
|
28894
|
-
*
|
|
29338
|
+
* DataWorks
|
|
28895
29339
|
*/
|
|
28896
29340
|
agency?: string;
|
|
28897
29341
|
/**
|
|
28898
29342
|
* @remarks
|
|
29343
|
+
* The cluster ID.
|
|
29344
|
+
*
|
|
28899
29345
|
* This parameter is required.
|
|
28900
29346
|
*
|
|
28901
29347
|
* @example
|
|
@@ -28920,6 +29366,8 @@ export declare class ExecuteSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
28920
29366
|
executeTimeLimitInSeconds?: number;
|
|
28921
29367
|
/**
|
|
28922
29368
|
* @remarks
|
|
29369
|
+
* The SQL statements that you want to execute in batches. Separate multiple SQL statements with semicolons (;). The execution engine executes the SQL statements in sequence in the same session.
|
|
29370
|
+
*
|
|
28923
29371
|
* This parameter is required.
|
|
28924
29372
|
*
|
|
28925
29373
|
* @example
|
|
@@ -28930,6 +29378,8 @@ export declare class ExecuteSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
28930
29378
|
query?: string;
|
|
28931
29379
|
/**
|
|
28932
29380
|
* @remarks
|
|
29381
|
+
* The name of the resource group.
|
|
29382
|
+
*
|
|
28933
29383
|
* This parameter is required.
|
|
28934
29384
|
*
|
|
28935
29385
|
* @example
|
|
@@ -28937,6 +29387,9 @@ export declare class ExecuteSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
28937
29387
|
*/
|
|
28938
29388
|
resourceGroupName?: string;
|
|
28939
29389
|
/**
|
|
29390
|
+
* @remarks
|
|
29391
|
+
* The additional runtime parameter. Specify the parameter in the JSON format.
|
|
29392
|
+
*
|
|
28940
29393
|
* @example
|
|
28941
29394
|
* {
|
|
28942
29395
|
* "OSSURL": "oss://testBucketname/"
|
|
@@ -28944,6 +29397,9 @@ export declare class ExecuteSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
28944
29397
|
*/
|
|
28945
29398
|
runtimeConfig?: string;
|
|
28946
29399
|
/**
|
|
29400
|
+
* @remarks
|
|
29401
|
+
* The name of the database.
|
|
29402
|
+
*
|
|
28947
29403
|
* @example
|
|
28948
29404
|
* adb_demo
|
|
28949
29405
|
*/
|
|
@@ -28969,6 +29425,9 @@ export declare class ExecuteSparkWarehouseBatchSQLResponseBody extends $dara.Mod
|
|
|
28969
29425
|
*/
|
|
28970
29426
|
data?: SparkBatchSQL;
|
|
28971
29427
|
/**
|
|
29428
|
+
* @remarks
|
|
29429
|
+
* The request ID.
|
|
29430
|
+
*
|
|
28972
29431
|
* @example
|
|
28973
29432
|
* CBE843D8-964D-5EA3-9D31-822125611B6E
|
|
28974
29433
|
*/
|
|
@@ -30706,12 +31165,17 @@ export declare class GetSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
30706
31165
|
*/
|
|
30707
31166
|
agency?: string;
|
|
30708
31167
|
/**
|
|
31168
|
+
* @remarks
|
|
31169
|
+
* The cluster ID.
|
|
31170
|
+
*
|
|
30709
31171
|
* @example
|
|
30710
31172
|
* amv-uf6485635f***
|
|
30711
31173
|
*/
|
|
30712
31174
|
DBClusterId?: string;
|
|
30713
31175
|
/**
|
|
30714
31176
|
* @remarks
|
|
31177
|
+
* The query ID of the Spark SQL statement.
|
|
31178
|
+
*
|
|
30715
31179
|
* This parameter is required.
|
|
30716
31180
|
*
|
|
30717
31181
|
* @example
|
|
@@ -30739,6 +31203,9 @@ export declare class GetSparkWarehouseBatchSQLResponseBody extends $dara.Model {
|
|
|
30739
31203
|
*/
|
|
30740
31204
|
data?: SparkBatchSQL;
|
|
30741
31205
|
/**
|
|
31206
|
+
* @remarks
|
|
31207
|
+
* The request ID.
|
|
31208
|
+
*
|
|
30742
31209
|
* @example
|
|
30743
31210
|
* 3D44EDA0-A9DC-580D-9B5A-019370C075F4
|
|
30744
31211
|
*/
|
|
@@ -31522,6 +31989,7 @@ export declare class GetViewObjectsRequest extends $dara.Model {
|
|
|
31522
31989
|
* adb_demo
|
|
31523
31990
|
*/
|
|
31524
31991
|
schemaName?: string;
|
|
31992
|
+
showMvBaseTable?: boolean;
|
|
31525
31993
|
static names(): {
|
|
31526
31994
|
[key: string]: string;
|
|
31527
31995
|
};
|
|
@@ -32631,9 +33099,9 @@ export declare class ListLakeStoragesResponse extends $dara.Model {
|
|
|
32631
33099
|
export declare class ListResultExportJobHistoryRequest extends $dara.Model {
|
|
32632
33100
|
/**
|
|
32633
33101
|
* @remarks
|
|
32634
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
33102
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
32635
33103
|
*
|
|
32636
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition
|
|
33104
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition clusters within a region.
|
|
32637
33105
|
*
|
|
32638
33106
|
* This parameter is required.
|
|
32639
33107
|
*
|
|
@@ -32746,9 +33214,9 @@ export declare class ListResultExportJobHistoryRequest extends $dara.Model {
|
|
|
32746
33214
|
export declare class ListResultExportJobHistoryShrinkRequest extends $dara.Model {
|
|
32747
33215
|
/**
|
|
32748
33216
|
* @remarks
|
|
32749
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
33217
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
32750
33218
|
*
|
|
32751
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition
|
|
33219
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition clusters within a region.
|
|
32752
33220
|
*
|
|
32753
33221
|
* This parameter is required.
|
|
32754
33222
|
*
|
|
@@ -33324,6 +33792,8 @@ export declare class ListSparkTemplateFileIdsResponse extends $dara.Model {
|
|
|
33324
33792
|
export declare class ListSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
33325
33793
|
/**
|
|
33326
33794
|
* @remarks
|
|
33795
|
+
* The cluster ID.
|
|
33796
|
+
*
|
|
33327
33797
|
* This parameter is required.
|
|
33328
33798
|
*
|
|
33329
33799
|
* @example
|
|
@@ -33348,6 +33818,8 @@ export declare class ListSparkWarehouseBatchSQLRequest extends $dara.Model {
|
|
|
33348
33818
|
pageSize?: string;
|
|
33349
33819
|
/**
|
|
33350
33820
|
* @remarks
|
|
33821
|
+
* The name of the interactive resource group for which the Spark engine is enabled.
|
|
33822
|
+
*
|
|
33351
33823
|
* This parameter is required.
|
|
33352
33824
|
*
|
|
33353
33825
|
* @example
|
|
@@ -33372,6 +33844,9 @@ export declare class ListSparkWarehouseBatchSQLResponseBody extends $dara.Model
|
|
|
33372
33844
|
*/
|
|
33373
33845
|
data?: ListSparkWarehouseBatchSQLResponseBodyData;
|
|
33374
33846
|
/**
|
|
33847
|
+
* @remarks
|
|
33848
|
+
* The request ID.
|
|
33849
|
+
*
|
|
33375
33850
|
* @example
|
|
33376
33851
|
* 1AD222E9-E606-4A42-BF6D-8A4442913CEF
|
|
33377
33852
|
*/
|
|
@@ -33848,7 +34323,7 @@ export declare class ModifyApsDatasoureRequest extends $dara.Model {
|
|
|
33848
34323
|
datasourceName?: string;
|
|
33849
34324
|
/**
|
|
33850
34325
|
* @remarks
|
|
33851
|
-
*
|
|
34326
|
+
* The information about the Kafka instance.
|
|
33852
34327
|
*
|
|
33853
34328
|
* @example
|
|
33854
34329
|
* -
|
|
@@ -33864,7 +34339,7 @@ export declare class ModifyApsDatasoureRequest extends $dara.Model {
|
|
|
33864
34339
|
lakehouseId?: ModifyApsDatasoureRequestLakehouseId;
|
|
33865
34340
|
/**
|
|
33866
34341
|
* @remarks
|
|
33867
|
-
* The
|
|
34342
|
+
* The parameter is no longer supported.
|
|
33868
34343
|
*
|
|
33869
34344
|
* @example
|
|
33870
34345
|
* -
|
|
@@ -33872,7 +34347,7 @@ export declare class ModifyApsDatasoureRequest extends $dara.Model {
|
|
|
33872
34347
|
polarDBMysqlInfo?: ModifyApsDatasoureRequestPolarDBMysqlInfo;
|
|
33873
34348
|
/**
|
|
33874
34349
|
* @remarks
|
|
33875
|
-
* The
|
|
34350
|
+
* The parameter is no longer supported.
|
|
33876
34351
|
*
|
|
33877
34352
|
* @example
|
|
33878
34353
|
* -
|
|
@@ -33946,7 +34421,7 @@ export declare class ModifyApsDatasoureShrinkRequest extends $dara.Model {
|
|
|
33946
34421
|
datasourceName?: string;
|
|
33947
34422
|
/**
|
|
33948
34423
|
* @remarks
|
|
33949
|
-
*
|
|
34424
|
+
* The information about the Kafka instance.
|
|
33950
34425
|
*
|
|
33951
34426
|
* @example
|
|
33952
34427
|
* -
|
|
@@ -33962,7 +34437,7 @@ export declare class ModifyApsDatasoureShrinkRequest extends $dara.Model {
|
|
|
33962
34437
|
lakehouseIdShrink?: string;
|
|
33963
34438
|
/**
|
|
33964
34439
|
* @remarks
|
|
33965
|
-
* The
|
|
34440
|
+
* The parameter is no longer supported.
|
|
33966
34441
|
*
|
|
33967
34442
|
* @example
|
|
33968
34443
|
* -
|
|
@@ -33970,7 +34445,7 @@ export declare class ModifyApsDatasoureShrinkRequest extends $dara.Model {
|
|
|
33970
34445
|
polarDBMysqlInfoShrink?: string;
|
|
33971
34446
|
/**
|
|
33972
34447
|
* @remarks
|
|
33973
|
-
* The
|
|
34448
|
+
* The parameter is no longer supported.
|
|
33974
34449
|
*
|
|
33975
34450
|
* @example
|
|
33976
34451
|
* -
|
|
@@ -34493,6 +34968,9 @@ export declare class ModifyApsSlsADBJobResponseBody extends $dara.Model {
|
|
|
34493
34968
|
/**
|
|
34494
34969
|
* @remarks
|
|
34495
34970
|
* The returned data.
|
|
34971
|
+
*
|
|
34972
|
+
* @example
|
|
34973
|
+
* -
|
|
34496
34974
|
*/
|
|
34497
34975
|
data?: {
|
|
34498
34976
|
[key: string]: any;
|
|
@@ -34940,12 +35418,17 @@ export declare class ModifyBackupPolicyResponse extends $dara.Model {
|
|
|
34940
35418
|
}
|
|
34941
35419
|
export declare class ModifyClickhouseEngineRequest extends $dara.Model {
|
|
34942
35420
|
/**
|
|
35421
|
+
* @remarks
|
|
35422
|
+
* The disk cache size of the wide table engine. Unit: GB. Default value: 100. Valid values: 100 to 1000.
|
|
35423
|
+
*
|
|
34943
35424
|
* @example
|
|
34944
35425
|
* 200
|
|
34945
35426
|
*/
|
|
34946
35427
|
cacheSize?: number;
|
|
34947
35428
|
/**
|
|
34948
35429
|
* @remarks
|
|
35430
|
+
* The cluster ID.
|
|
35431
|
+
*
|
|
34949
35432
|
* This parameter is required.
|
|
34950
35433
|
*
|
|
34951
35434
|
* @example
|
|
@@ -34953,6 +35436,13 @@ export declare class ModifyClickhouseEngineRequest extends $dara.Model {
|
|
|
34953
35436
|
*/
|
|
34954
35437
|
DBClusterId?: string;
|
|
34955
35438
|
/**
|
|
35439
|
+
* @remarks
|
|
35440
|
+
* Specifies whether to enable the wide table engine feature. Valid values:
|
|
35441
|
+
*
|
|
35442
|
+
* - true
|
|
35443
|
+
*
|
|
35444
|
+
* - false
|
|
35445
|
+
*
|
|
34956
35446
|
* @example
|
|
34957
35447
|
* true
|
|
34958
35448
|
*/
|
|
@@ -34971,6 +35461,9 @@ export declare class ModifyClickhouseEngineRequest extends $dara.Model {
|
|
|
34971
35461
|
}
|
|
34972
35462
|
export declare class ModifyClickhouseEngineResponseBody extends $dara.Model {
|
|
34973
35463
|
/**
|
|
35464
|
+
* @remarks
|
|
35465
|
+
* The request ID.
|
|
35466
|
+
*
|
|
34974
35467
|
* @example
|
|
34975
35468
|
* D761DA51-12F8-5457-AAA9-F52B9F436D2D
|
|
34976
35469
|
*/
|
|
@@ -35322,8 +35815,6 @@ export declare class ModifyDBClusterRequest extends $dara.Model {
|
|
|
35322
35815
|
* true
|
|
35323
35816
|
*/
|
|
35324
35817
|
enableDefaultResourcePool?: boolean;
|
|
35325
|
-
ownerAccount?: string;
|
|
35326
|
-
ownerId?: number;
|
|
35327
35818
|
/**
|
|
35328
35819
|
* @example
|
|
35329
35820
|
* LegacyForm
|
|
@@ -35345,7 +35836,6 @@ export declare class ModifyDBClusterRequest extends $dara.Model {
|
|
|
35345
35836
|
* LegacyForm
|
|
35346
35837
|
*/
|
|
35347
35838
|
reservedNodeSize?: string;
|
|
35348
|
-
resourceOwnerAccount?: string;
|
|
35349
35839
|
/**
|
|
35350
35840
|
* @remarks
|
|
35351
35841
|
* The reserved storage resources. Valid values: 0ACU to 2064ACU. The value must be in increments of 24ACU. Each ACU is approximately equal to 1 core and 4 GB memory.
|
|
@@ -37401,9 +37891,9 @@ export declare class StartSparkSQLEngineResponse extends $dara.Model {
|
|
|
37401
37891
|
export declare class SubmitResultExportJobRequest extends $dara.Model {
|
|
37402
37892
|
/**
|
|
37403
37893
|
* @remarks
|
|
37404
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
37894
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
37405
37895
|
*
|
|
37406
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition
|
|
37896
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/129857.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition clusters within a region.
|
|
37407
37897
|
*
|
|
37408
37898
|
* This parameter is required.
|
|
37409
37899
|
*
|
|
@@ -37419,6 +37909,10 @@ export declare class SubmitResultExportJobRequest extends $dara.Model {
|
|
|
37419
37909
|
* XIHE
|
|
37420
37910
|
*/
|
|
37421
37911
|
engine?: string;
|
|
37912
|
+
/**
|
|
37913
|
+
* @remarks
|
|
37914
|
+
* The export type.
|
|
37915
|
+
*/
|
|
37422
37916
|
exportType?: string;
|
|
37423
37917
|
/**
|
|
37424
37918
|
* @remarks
|
|
@@ -38345,7 +38839,7 @@ export declare class UpgradeKernelVersionRequest extends $dara.Model {
|
|
|
38345
38839
|
export declare class UpgradeKernelVersionResponseBody extends $dara.Model {
|
|
38346
38840
|
/**
|
|
38347
38841
|
* @remarks
|
|
38348
|
-
*
|
|
38842
|
+
* The request ID.
|
|
38349
38843
|
*
|
|
38350
38844
|
* @example
|
|
38351
38845
|
* 1AD222E9-E606-4A42-BF6D-8A444FFFFFF
|
|
@@ -38448,7 +38942,7 @@ export default class Client extends OpenApi {
|
|
|
38448
38942
|
*/
|
|
38449
38943
|
attachUserENI(request: AttachUserENIRequest): Promise<AttachUserENIResponse>;
|
|
38450
38944
|
/**
|
|
38451
|
-
*
|
|
38945
|
+
* Applies optimization suggestions.
|
|
38452
38946
|
*
|
|
38453
38947
|
* @param request - BatchApplyAdviceByIdListRequest
|
|
38454
38948
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -38456,7 +38950,7 @@ export default class Client extends OpenApi {
|
|
|
38456
38950
|
*/
|
|
38457
38951
|
batchApplyAdviceByIdListWithOptions(request: BatchApplyAdviceByIdListRequest, runtime: $dara.RuntimeOptions): Promise<BatchApplyAdviceByIdListResponse>;
|
|
38458
38952
|
/**
|
|
38459
|
-
*
|
|
38953
|
+
* Applies optimization suggestions.
|
|
38460
38954
|
*
|
|
38461
38955
|
* @param request - BatchApplyAdviceByIdListRequest
|
|
38462
38956
|
* @returns BatchApplyAdviceByIdListResponse
|
|
@@ -38520,7 +39014,7 @@ export default class Client extends OpenApi {
|
|
|
38520
39014
|
*/
|
|
38521
39015
|
cancelSparkReplStatement(request: CancelSparkReplStatementRequest): Promise<CancelSparkReplStatementResponse>;
|
|
38522
39016
|
/**
|
|
38523
|
-
*
|
|
39017
|
+
* Cancels the execution of a Spark SQL statement.
|
|
38524
39018
|
*
|
|
38525
39019
|
* @param request - CancelSparkWarehouseBatchSQLRequest
|
|
38526
39020
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -38528,7 +39022,7 @@ export default class Client extends OpenApi {
|
|
|
38528
39022
|
*/
|
|
38529
39023
|
cancelSparkWarehouseBatchSQLWithOptions(request: CancelSparkWarehouseBatchSQLRequest, runtime: $dara.RuntimeOptions): Promise<CancelSparkWarehouseBatchSQLResponse>;
|
|
38530
39024
|
/**
|
|
38531
|
-
*
|
|
39025
|
+
* Cancels the execution of a Spark SQL statement.
|
|
38532
39026
|
*
|
|
38533
39027
|
* @param request - CancelSparkWarehouseBatchSQLRequest
|
|
38534
39028
|
* @returns CancelSparkWarehouseBatchSQLResponse
|
|
@@ -39024,29 +39518,6 @@ export default class Client extends OpenApi {
|
|
|
39024
39518
|
* @returns DeletePerformanceViewResponse
|
|
39025
39519
|
*/
|
|
39026
39520
|
deletePerformanceView(request: DeletePerformanceViewRequest): Promise<DeletePerformanceViewResponse>;
|
|
39027
|
-
/**
|
|
39028
|
-
* Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
39029
|
-
*
|
|
39030
|
-
* @remarks
|
|
39031
|
-
* Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
39032
|
-
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
39033
|
-
*
|
|
39034
|
-
* @param request - DeleteProcessInstanceRequest
|
|
39035
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
39036
|
-
* @returns DeleteProcessInstanceResponse
|
|
39037
|
-
*/
|
|
39038
|
-
deleteProcessInstanceWithOptions(request: DeleteProcessInstanceRequest, runtime: $dara.RuntimeOptions): Promise<DeleteProcessInstanceResponse>;
|
|
39039
|
-
/**
|
|
39040
|
-
* Deletes a worflow instance from an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
|
|
39041
|
-
*
|
|
39042
|
-
* @remarks
|
|
39043
|
-
* Regional public endpoint: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
|
|
39044
|
-
* * Regional Virtual Private Cloud (VPC) endpoint: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
|
|
39045
|
-
*
|
|
39046
|
-
* @param request - DeleteProcessInstanceRequest
|
|
39047
|
-
* @returns DeleteProcessInstanceResponse
|
|
39048
|
-
*/
|
|
39049
|
-
deleteProcessInstance(request: DeleteProcessInstanceRequest): Promise<DeleteProcessInstanceResponse>;
|
|
39050
39521
|
/**
|
|
39051
39522
|
* Deletes Spark template files.
|
|
39052
39523
|
*
|
|
@@ -40072,7 +40543,7 @@ export default class Client extends OpenApi {
|
|
|
40072
40543
|
*/
|
|
40073
40544
|
describeEnabledPrivileges(request: DescribeEnabledPrivilegesRequest): Promise<DescribeEnabledPrivilegesResponse>;
|
|
40074
40545
|
/**
|
|
40075
|
-
*
|
|
40546
|
+
* Queries the disk cache size in the query acceleration configuration of an AnalyticDB for MySQL cluster.
|
|
40076
40547
|
*
|
|
40077
40548
|
* @param request - DescribeEssdCacheConfigRequest
|
|
40078
40549
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -40080,7 +40551,7 @@ export default class Client extends OpenApi {
|
|
|
40080
40551
|
*/
|
|
40081
40552
|
describeEssdCacheConfigWithOptions(request: DescribeEssdCacheConfigRequest, runtime: $dara.RuntimeOptions): Promise<DescribeEssdCacheConfigResponse>;
|
|
40082
40553
|
/**
|
|
40083
|
-
*
|
|
40554
|
+
* Queries the disk cache size in the query acceleration configuration of an AnalyticDB for MySQL cluster.
|
|
40084
40555
|
*
|
|
40085
40556
|
* @param request - DescribeEssdCacheConfigRequest
|
|
40086
40557
|
* @returns DescribeEssdCacheConfigResponse
|
|
@@ -40137,6 +40608,21 @@ export default class Client extends OpenApi {
|
|
|
40137
40608
|
* @returns DescribeInclinedNodesResponse
|
|
40138
40609
|
*/
|
|
40139
40610
|
describeInclinedNodes(request: DescribeInclinedNodesRequest): Promise<DescribeInclinedNodesResponse>;
|
|
40611
|
+
/**
|
|
40612
|
+
* 查看表倾斜诊断结果
|
|
40613
|
+
*
|
|
40614
|
+
* @param request - DescribeInclinedTablesRequest
|
|
40615
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
40616
|
+
* @returns DescribeInclinedTablesResponse
|
|
40617
|
+
*/
|
|
40618
|
+
describeInclinedTablesWithOptions(request: DescribeInclinedTablesRequest, runtime: $dara.RuntimeOptions): Promise<DescribeInclinedTablesResponse>;
|
|
40619
|
+
/**
|
|
40620
|
+
* 查看表倾斜诊断结果
|
|
40621
|
+
*
|
|
40622
|
+
* @param request - DescribeInclinedTablesRequest
|
|
40623
|
+
* @returns DescribeInclinedTablesResponse
|
|
40624
|
+
*/
|
|
40625
|
+
describeInclinedTables(request: DescribeInclinedTablesRequest): Promise<DescribeInclinedTablesResponse>;
|
|
40140
40626
|
/**
|
|
40141
40627
|
* 获取作业资源使用统计
|
|
40142
40628
|
*
|
|
@@ -40294,6 +40780,21 @@ export default class Client extends OpenApi {
|
|
|
40294
40780
|
* @returns DescribeRegionsResponse
|
|
40295
40781
|
*/
|
|
40296
40782
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
40783
|
+
/**
|
|
40784
|
+
* 查询资源组规格相关信息
|
|
40785
|
+
*
|
|
40786
|
+
* @param request - DescribeResourceGroupSpecRequest
|
|
40787
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
40788
|
+
* @returns DescribeResourceGroupSpecResponse
|
|
40789
|
+
*/
|
|
40790
|
+
describeResourceGroupSpecWithOptions(request: DescribeResourceGroupSpecRequest, runtime: $dara.RuntimeOptions): Promise<DescribeResourceGroupSpecResponse>;
|
|
40791
|
+
/**
|
|
40792
|
+
* 查询资源组规格相关信息
|
|
40793
|
+
*
|
|
40794
|
+
* @param request - DescribeResourceGroupSpecRequest
|
|
40795
|
+
* @returns DescribeResourceGroupSpecResponse
|
|
40796
|
+
*/
|
|
40797
|
+
describeResourceGroupSpec(request: DescribeResourceGroupSpecRequest): Promise<DescribeResourceGroupSpecResponse>;
|
|
40297
40798
|
/**
|
|
40298
40799
|
* Queries a list of SQL patterns for an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster within a time range.
|
|
40299
40800
|
*
|
|
@@ -40768,7 +41269,7 @@ export default class Client extends OpenApi {
|
|
|
40768
41269
|
*/
|
|
40769
41270
|
executeSparkReplStatement(request: ExecuteSparkReplStatementRequest): Promise<ExecuteSparkReplStatementResponse>;
|
|
40770
41271
|
/**
|
|
40771
|
-
*
|
|
41272
|
+
* Executes Spark SQL statements in batches.
|
|
40772
41273
|
*
|
|
40773
41274
|
* @param request - ExecuteSparkWarehouseBatchSQLRequest
|
|
40774
41275
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -40776,7 +41277,7 @@ export default class Client extends OpenApi {
|
|
|
40776
41277
|
*/
|
|
40777
41278
|
executeSparkWarehouseBatchSQLWithOptions(request: ExecuteSparkWarehouseBatchSQLRequest, runtime: $dara.RuntimeOptions): Promise<ExecuteSparkWarehouseBatchSQLResponse>;
|
|
40778
41279
|
/**
|
|
40779
|
-
*
|
|
41280
|
+
* Executes Spark SQL statements in batches.
|
|
40780
41281
|
*
|
|
40781
41282
|
* @param request - ExecuteSparkWarehouseBatchSQLRequest
|
|
40782
41283
|
* @returns ExecuteSparkWarehouseBatchSQLResponse
|
|
@@ -41206,7 +41707,7 @@ export default class Client extends OpenApi {
|
|
|
41206
41707
|
*/
|
|
41207
41708
|
getSparkTemplateFullTree(request: GetSparkTemplateFullTreeRequest): Promise<GetSparkTemplateFullTreeResponse>;
|
|
41208
41709
|
/**
|
|
41209
|
-
*
|
|
41710
|
+
* Queries the execution result of a Spark SQL statement.
|
|
41210
41711
|
*
|
|
41211
41712
|
* @param request - GetSparkWarehouseBatchSQLRequest
|
|
41212
41713
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -41214,7 +41715,7 @@ export default class Client extends OpenApi {
|
|
|
41214
41715
|
*/
|
|
41215
41716
|
getSparkWarehouseBatchSQLWithOptions(request: GetSparkWarehouseBatchSQLRequest, runtime: $dara.RuntimeOptions): Promise<GetSparkWarehouseBatchSQLResponse>;
|
|
41216
41717
|
/**
|
|
41217
|
-
*
|
|
41718
|
+
* Queries the execution result of a Spark SQL statement.
|
|
41218
41719
|
*
|
|
41219
41720
|
* @param request - GetSparkWarehouseBatchSQLRequest
|
|
41220
41721
|
* @returns GetSparkWarehouseBatchSQLResponse
|
|
@@ -41619,7 +42120,7 @@ export default class Client extends OpenApi {
|
|
|
41619
42120
|
*/
|
|
41620
42121
|
listSparkTemplateFileIds(request: ListSparkTemplateFileIdsRequest): Promise<ListSparkTemplateFileIdsResponse>;
|
|
41621
42122
|
/**
|
|
41622
|
-
*
|
|
42123
|
+
* Queries a list of Spark SQL statements.
|
|
41623
42124
|
*
|
|
41624
42125
|
* @param request - ListSparkWarehouseBatchSQLRequest
|
|
41625
42126
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -41627,7 +42128,7 @@ export default class Client extends OpenApi {
|
|
|
41627
42128
|
*/
|
|
41628
42129
|
listSparkWarehouseBatchSQLWithOptions(request: ListSparkWarehouseBatchSQLRequest, runtime: $dara.RuntimeOptions): Promise<ListSparkWarehouseBatchSQLResponse>;
|
|
41629
42130
|
/**
|
|
41630
|
-
*
|
|
42131
|
+
* Queries a list of Spark SQL statements.
|
|
41631
42132
|
*
|
|
41632
42133
|
* @param request - ListSparkWarehouseBatchSQLRequest
|
|
41633
42134
|
* @returns ListSparkWarehouseBatchSQLResponse
|
|
@@ -41836,7 +42337,7 @@ export default class Client extends OpenApi {
|
|
|
41836
42337
|
*/
|
|
41837
42338
|
modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
|
|
41838
42339
|
/**
|
|
41839
|
-
*
|
|
42340
|
+
* Enables the wide table engine feature for an AnalyticDB for MySQL cluster or modifies the disk cache size of the wide table engine of an AnalyticDB for MySQL cluster for which you enabled the wide table engine feature.
|
|
41840
42341
|
*
|
|
41841
42342
|
* @param request - ModifyClickhouseEngineRequest
|
|
41842
42343
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -41844,7 +42345,7 @@ export default class Client extends OpenApi {
|
|
|
41844
42345
|
*/
|
|
41845
42346
|
modifyClickhouseEngineWithOptions(request: ModifyClickhouseEngineRequest, runtime: $dara.RuntimeOptions): Promise<ModifyClickhouseEngineResponse>;
|
|
41846
42347
|
/**
|
|
41847
|
-
*
|
|
42348
|
+
* Enables the wide table engine feature for an AnalyticDB for MySQL cluster or modifies the disk cache size of the wide table engine of an AnalyticDB for MySQL cluster for which you enabled the wide table engine feature.
|
|
41848
42349
|
*
|
|
41849
42350
|
* @param request - ModifyClickhouseEngineRequest
|
|
41850
42351
|
* @returns ModifyClickhouseEngineResponse
|