@alicloud/adb20211201 2.0.6 → 2.0.7
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 +190 -10
- package/dist/client.js +152 -774
- package/dist/client.js.map +1 -1
- package/package.json +1 -2
- package/src/client.ts +324 -782
package/dist/client.d.ts
CHANGED
|
@@ -1345,6 +1345,15 @@ export declare class CreateDBClusterRequest extends $tea.Model {
|
|
|
1345
1345
|
* 1880808684
|
|
1346
1346
|
*/
|
|
1347
1347
|
backupSetId?: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* @remarks
|
|
1350
|
+
* The region ID of the source cluster.
|
|
1351
|
+
*
|
|
1352
|
+
* > This parameter must be specified for cloning clusters across regions.
|
|
1353
|
+
*
|
|
1354
|
+
* @example
|
|
1355
|
+
* cn-beijing
|
|
1356
|
+
*/
|
|
1348
1357
|
cloneSourceRegionId?: string;
|
|
1349
1358
|
/**
|
|
1350
1359
|
* @remarks
|
|
@@ -2190,6 +2199,9 @@ export declare class CreateOssSubDirectoryResponse extends $tea.Model {
|
|
|
2190
2199
|
}
|
|
2191
2200
|
export declare class CreatePerformanceViewRequest extends $tea.Model {
|
|
2192
2201
|
/**
|
|
2202
|
+
* @remarks
|
|
2203
|
+
* The type of the view.
|
|
2204
|
+
*
|
|
2193
2205
|
* @example
|
|
2194
2206
|
* Basic
|
|
2195
2207
|
*/
|
|
@@ -2242,7 +2254,12 @@ export declare class CreatePerformanceViewRequest extends $tea.Model {
|
|
|
2242
2254
|
viewDetail?: CreatePerformanceViewRequestViewDetail;
|
|
2243
2255
|
/**
|
|
2244
2256
|
* @remarks
|
|
2257
|
+
* The name of the view.
|
|
2258
|
+
*
|
|
2245
2259
|
* This parameter is required.
|
|
2260
|
+
*
|
|
2261
|
+
* @example
|
|
2262
|
+
* viewname
|
|
2246
2263
|
*/
|
|
2247
2264
|
viewName?: string;
|
|
2248
2265
|
static names(): {
|
|
@@ -2257,6 +2274,9 @@ export declare class CreatePerformanceViewRequest extends $tea.Model {
|
|
|
2257
2274
|
}
|
|
2258
2275
|
export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
|
|
2259
2276
|
/**
|
|
2277
|
+
* @remarks
|
|
2278
|
+
* The type of the view.
|
|
2279
|
+
*
|
|
2260
2280
|
* @example
|
|
2261
2281
|
* Basic
|
|
2262
2282
|
*/
|
|
@@ -2309,7 +2329,12 @@ export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
|
|
|
2309
2329
|
viewDetailShrink?: string;
|
|
2310
2330
|
/**
|
|
2311
2331
|
* @remarks
|
|
2332
|
+
* The name of the view.
|
|
2333
|
+
*
|
|
2312
2334
|
* This parameter is required.
|
|
2335
|
+
*
|
|
2336
|
+
* @example
|
|
2337
|
+
* viewname
|
|
2313
2338
|
*/
|
|
2314
2339
|
viewName?: string;
|
|
2315
2340
|
static names(): {
|
|
@@ -2324,6 +2349,11 @@ export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
|
|
|
2324
2349
|
}
|
|
2325
2350
|
export declare class CreatePerformanceViewResponseBody extends $tea.Model {
|
|
2326
2351
|
/**
|
|
2352
|
+
* @remarks
|
|
2353
|
+
* The details about the access denial.
|
|
2354
|
+
*
|
|
2355
|
+
* > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
|
|
2356
|
+
*
|
|
2327
2357
|
* @example
|
|
2328
2358
|
* {
|
|
2329
2359
|
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
@@ -2348,6 +2378,9 @@ export declare class CreatePerformanceViewResponseBody extends $tea.Model {
|
|
|
2348
2378
|
*/
|
|
2349
2379
|
createStatus?: string;
|
|
2350
2380
|
/**
|
|
2381
|
+
* @remarks
|
|
2382
|
+
* The request ID.
|
|
2383
|
+
*
|
|
2351
2384
|
* @example
|
|
2352
2385
|
* E031AABF-BD56-5966-A063-4283EF18DB45
|
|
2353
2386
|
*/
|
|
@@ -2802,7 +2835,12 @@ export declare class DeletePerformanceViewRequest extends $tea.Model {
|
|
|
2802
2835
|
resourceOwnerId?: number;
|
|
2803
2836
|
/**
|
|
2804
2837
|
* @remarks
|
|
2838
|
+
* The name of the view.
|
|
2839
|
+
*
|
|
2805
2840
|
* This parameter is required.
|
|
2841
|
+
*
|
|
2842
|
+
* @example
|
|
2843
|
+
* view_dwd_plan_double_term
|
|
2806
2844
|
*/
|
|
2807
2845
|
viewName?: string;
|
|
2808
2846
|
static names(): {
|
|
@@ -2835,11 +2873,17 @@ export declare class DeletePerformanceViewResponseBody extends $tea.Model {
|
|
|
2835
2873
|
*/
|
|
2836
2874
|
accessDeniedDetail?: string;
|
|
2837
2875
|
/**
|
|
2876
|
+
* @remarks
|
|
2877
|
+
* The delete status.
|
|
2878
|
+
*
|
|
2838
2879
|
* @example
|
|
2839
2880
|
* SUCCESS
|
|
2840
2881
|
*/
|
|
2841
2882
|
deleteStatus?: boolean;
|
|
2842
2883
|
/**
|
|
2884
|
+
* @remarks
|
|
2885
|
+
* The request ID.
|
|
2886
|
+
*
|
|
2843
2887
|
* @example
|
|
2844
2888
|
* 1AD222E9-E606-4A42-BF6D-8A4442913CEF
|
|
2845
2889
|
*/
|
|
@@ -4077,7 +4121,7 @@ export declare class DescribeApsActionLogsRequest extends $tea.Model {
|
|
|
4077
4121
|
DBClusterId?: string;
|
|
4078
4122
|
/**
|
|
4079
4123
|
* @remarks
|
|
4080
|
-
* The end time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:
|
|
4124
|
+
* The end time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:mmZ** format. The time must be in UTC.
|
|
4081
4125
|
*
|
|
4082
4126
|
* > The end time must be later than the start time. The maximum time range that can be specified is 30 days.
|
|
4083
4127
|
*
|
|
@@ -4147,7 +4191,7 @@ export declare class DescribeApsActionLogsRequest extends $tea.Model {
|
|
|
4147
4191
|
stage?: string;
|
|
4148
4192
|
/**
|
|
4149
4193
|
* @remarks
|
|
4150
|
-
* The start time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:
|
|
4194
|
+
* The start time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:mmZ** format. The time must be in UTC.
|
|
4151
4195
|
*
|
|
4152
4196
|
* This parameter is required.
|
|
4153
4197
|
*
|
|
@@ -4850,6 +4894,7 @@ export declare class DescribeBackupsRequest extends $tea.Model {
|
|
|
4850
4894
|
});
|
|
4851
4895
|
}
|
|
4852
4896
|
export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
4897
|
+
freeBackupSize?: number;
|
|
4853
4898
|
/**
|
|
4854
4899
|
* @remarks
|
|
4855
4900
|
* The queried backup sets.
|
|
@@ -4879,6 +4924,7 @@ export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
4879
4924
|
* CE17270B-F8F8-5A31-9DB4-DADDFDAD7940
|
|
4880
4925
|
*/
|
|
4881
4926
|
requestId?: string;
|
|
4927
|
+
totalBackupSize?: number;
|
|
4882
4928
|
/**
|
|
4883
4929
|
* @remarks
|
|
4884
4930
|
* The total number of entries returned.
|
|
@@ -4916,7 +4962,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
|
|
|
4916
4962
|
export declare class DescribeClusterAccessWhiteListRequest extends $tea.Model {
|
|
4917
4963
|
/**
|
|
4918
4964
|
* @remarks
|
|
4919
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
4965
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
4920
4966
|
*
|
|
4921
4967
|
* This parameter is required.
|
|
4922
4968
|
*
|
|
@@ -7824,7 +7870,12 @@ export declare class DescribePerformanceViewAttributeRequest extends $tea.Model
|
|
|
7824
7870
|
resourceOwnerId?: number;
|
|
7825
7871
|
/**
|
|
7826
7872
|
* @remarks
|
|
7873
|
+
* The name of the view.
|
|
7874
|
+
*
|
|
7827
7875
|
* This parameter is required.
|
|
7876
|
+
*
|
|
7877
|
+
* @example
|
|
7878
|
+
* Basic
|
|
7828
7879
|
*/
|
|
7829
7880
|
viewName?: string;
|
|
7830
7881
|
static names(): {
|
|
@@ -7839,6 +7890,11 @@ export declare class DescribePerformanceViewAttributeRequest extends $tea.Model
|
|
|
7839
7890
|
}
|
|
7840
7891
|
export declare class DescribePerformanceViewAttributeResponseBody extends $tea.Model {
|
|
7841
7892
|
/**
|
|
7893
|
+
* @remarks
|
|
7894
|
+
* The details about the access denial.
|
|
7895
|
+
*
|
|
7896
|
+
* > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
|
|
7897
|
+
*
|
|
7842
7898
|
* @example
|
|
7843
7899
|
* {
|
|
7844
7900
|
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
@@ -7852,26 +7908,54 @@ export declare class DescribePerformanceViewAttributeResponseBody extends $tea.M
|
|
|
7852
7908
|
*/
|
|
7853
7909
|
accessDeniedDetail?: string;
|
|
7854
7910
|
/**
|
|
7911
|
+
* @remarks
|
|
7912
|
+
* The type of the view.
|
|
7913
|
+
*
|
|
7855
7914
|
* @example
|
|
7856
7915
|
* Basic
|
|
7857
7916
|
*/
|
|
7858
7917
|
createFromViewType?: string;
|
|
7859
7918
|
/**
|
|
7919
|
+
* @remarks
|
|
7920
|
+
* The cluster ID.
|
|
7921
|
+
*
|
|
7922
|
+
* > 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.
|
|
7923
|
+
*
|
|
7860
7924
|
* @example
|
|
7861
7925
|
* amv-bp198m028ih55xxxx
|
|
7862
7926
|
*/
|
|
7863
7927
|
DBClusterId?: string;
|
|
7864
7928
|
/**
|
|
7929
|
+
* @remarks
|
|
7930
|
+
* Specifies whether to populate the names of the metrics in the original monitoring view when you view the monitoring view. Valid values:
|
|
7931
|
+
*
|
|
7932
|
+
* * **true**
|
|
7933
|
+
* * **false**
|
|
7934
|
+
*
|
|
7865
7935
|
* @example
|
|
7866
7936
|
* true
|
|
7867
7937
|
*/
|
|
7868
7938
|
fillOriginViewKeys?: boolean;
|
|
7869
7939
|
/**
|
|
7940
|
+
* @remarks
|
|
7941
|
+
* The request ID.
|
|
7942
|
+
*
|
|
7870
7943
|
* @example
|
|
7871
7944
|
* E031AABF-BD56-5966-A063-4283EF18DB45
|
|
7872
7945
|
*/
|
|
7873
7946
|
requestId?: string;
|
|
7947
|
+
/**
|
|
7948
|
+
* @remarks
|
|
7949
|
+
* The information about the monitoring view.
|
|
7950
|
+
*/
|
|
7874
7951
|
viewDetail?: DescribePerformanceViewAttributeResponseBodyViewDetail;
|
|
7952
|
+
/**
|
|
7953
|
+
* @remarks
|
|
7954
|
+
* The name of the view.
|
|
7955
|
+
*
|
|
7956
|
+
* @example
|
|
7957
|
+
* Basic
|
|
7958
|
+
*/
|
|
7875
7959
|
viewName?: string;
|
|
7876
7960
|
static names(): {
|
|
7877
7961
|
[key: string]: string;
|
|
@@ -7940,6 +8024,11 @@ export declare class DescribePerformanceViewsRequest extends $tea.Model {
|
|
|
7940
8024
|
}
|
|
7941
8025
|
export declare class DescribePerformanceViewsResponseBody extends $tea.Model {
|
|
7942
8026
|
/**
|
|
8027
|
+
* @remarks
|
|
8028
|
+
* The details about the access denial.
|
|
8029
|
+
*
|
|
8030
|
+
* > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
|
|
8031
|
+
*
|
|
7943
8032
|
* @example
|
|
7944
8033
|
* {
|
|
7945
8034
|
* "PolicyType": "AccountLevelIdentityBasedPolicy",
|
|
@@ -7953,10 +8042,17 @@ export declare class DescribePerformanceViewsResponseBody extends $tea.Model {
|
|
|
7953
8042
|
*/
|
|
7954
8043
|
accessDeniedDetail?: string;
|
|
7955
8044
|
/**
|
|
8045
|
+
* @remarks
|
|
8046
|
+
* The request ID.
|
|
8047
|
+
*
|
|
7956
8048
|
* @example
|
|
7957
8049
|
* 3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8
|
|
7958
8050
|
*/
|
|
7959
8051
|
requestId?: string;
|
|
8052
|
+
/**
|
|
8053
|
+
* @remarks
|
|
8054
|
+
* the list of view.
|
|
8055
|
+
*/
|
|
7960
8056
|
views?: DescribePerformanceViewsResponseBodyViews[];
|
|
7961
8057
|
static names(): {
|
|
7962
8058
|
[key: string]: string;
|
|
@@ -12719,8 +12815,6 @@ export declare class ModifyBackupPolicyRequest extends $tea.Model {
|
|
|
12719
12815
|
*
|
|
12720
12816
|
* > To ensure data security, we recommend that you specify at least two values.
|
|
12721
12817
|
*
|
|
12722
|
-
* This parameter is required.
|
|
12723
|
-
*
|
|
12724
12818
|
* @example
|
|
12725
12819
|
* Monday,Wednesday,Friday,Sunday
|
|
12726
12820
|
*/
|
|
@@ -13002,9 +13096,9 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
|
|
|
13002
13096
|
computeResource?: string;
|
|
13003
13097
|
/**
|
|
13004
13098
|
* @remarks
|
|
13005
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
13099
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
13006
13100
|
*
|
|
13007
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition
|
|
13101
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/454250.html) operation to query the IDs of all AnalyticDB for MySQL Data Lakehouse Edition clusters within a region.
|
|
13008
13102
|
*
|
|
13009
13103
|
* This parameter is required.
|
|
13010
13104
|
*
|
|
@@ -13041,6 +13135,10 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
|
|
|
13041
13135
|
*/
|
|
13042
13136
|
regionId?: string;
|
|
13043
13137
|
reservedNodeCount?: number;
|
|
13138
|
+
/**
|
|
13139
|
+
* @example
|
|
13140
|
+
* LegacyForm
|
|
13141
|
+
*/
|
|
13044
13142
|
reservedNodeSize?: string;
|
|
13045
13143
|
resourceOwnerAccount?: string;
|
|
13046
13144
|
/**
|
|
@@ -13066,7 +13164,7 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
|
|
|
13066
13164
|
export declare class ModifyDBClusterResponseBody extends $tea.Model {
|
|
13067
13165
|
/**
|
|
13068
13166
|
* @remarks
|
|
13069
|
-
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition
|
|
13167
|
+
* The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
|
|
13070
13168
|
*
|
|
13071
13169
|
* @example
|
|
13072
13170
|
* amv-bp1r053byu48p****
|
|
@@ -13707,6 +13805,9 @@ export declare class ModifyPerformanceViewRequest extends $tea.Model {
|
|
|
13707
13805
|
* The name of the monitoring view.
|
|
13708
13806
|
*
|
|
13709
13807
|
* This parameter is required.
|
|
13808
|
+
*
|
|
13809
|
+
* @example
|
|
13810
|
+
* Basic
|
|
13710
13811
|
*/
|
|
13711
13812
|
viewName?: string;
|
|
13712
13813
|
static names(): {
|
|
@@ -13760,6 +13861,9 @@ export declare class ModifyPerformanceViewShrinkRequest extends $tea.Model {
|
|
|
13760
13861
|
* The name of the monitoring view.
|
|
13761
13862
|
*
|
|
13762
13863
|
* This parameter is required.
|
|
13864
|
+
*
|
|
13865
|
+
* @example
|
|
13866
|
+
* Basic
|
|
13763
13867
|
*/
|
|
13764
13868
|
viewName?: string;
|
|
13765
13869
|
static names(): {
|
|
@@ -15859,6 +15963,7 @@ export declare class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
|
|
|
15859
15963
|
* 2022-06-02T16:00Z
|
|
15860
15964
|
*/
|
|
15861
15965
|
backupEndTime?: string;
|
|
15966
|
+
backupExpiredTime?: string;
|
|
15862
15967
|
/**
|
|
15863
15968
|
* @remarks
|
|
15864
15969
|
* The backup set ID.
|
|
@@ -18861,11 +18966,17 @@ export declare class DescribeExcessivePrimaryKeysResponseBodyDetectionItems exte
|
|
|
18861
18966
|
/**
|
|
18862
18967
|
* @remarks
|
|
18863
18968
|
* The detection result.
|
|
18969
|
+
*
|
|
18970
|
+
* @example
|
|
18971
|
+
* OK
|
|
18864
18972
|
*/
|
|
18865
18973
|
message?: string;
|
|
18866
18974
|
/**
|
|
18867
18975
|
* @remarks
|
|
18868
18976
|
* The name of the detection item.
|
|
18977
|
+
*
|
|
18978
|
+
* @example
|
|
18979
|
+
* test
|
|
18869
18980
|
*/
|
|
18870
18981
|
name?: string;
|
|
18871
18982
|
/**
|
|
@@ -18985,11 +19096,17 @@ export declare class DescribeJobResourceUsageResponseBodyDataJobAcuUsageAcuUsage
|
|
|
18985
19096
|
*/
|
|
18986
19097
|
reservedAcuNumber?: number;
|
|
18987
19098
|
/**
|
|
19099
|
+
* @remarks
|
|
19100
|
+
* The number of spot ACUs.
|
|
19101
|
+
*
|
|
18988
19102
|
* @example
|
|
18989
19103
|
* 16ACU
|
|
18990
19104
|
*/
|
|
18991
19105
|
spotAcuNumber?: number;
|
|
18992
19106
|
/**
|
|
19107
|
+
* @remarks
|
|
19108
|
+
* The percent of spot ACUs.
|
|
19109
|
+
*
|
|
18993
19110
|
* @example
|
|
18994
19111
|
* 0.9
|
|
18995
19112
|
*/
|
|
@@ -19191,11 +19308,20 @@ export declare class DescribePatternPerformanceResponseBodyPerformances extends
|
|
|
19191
19308
|
}
|
|
19192
19309
|
export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys extends $tea.Model {
|
|
19193
19310
|
/**
|
|
19311
|
+
* @remarks
|
|
19312
|
+
* The name of the metric.
|
|
19313
|
+
*
|
|
19194
19314
|
* @example
|
|
19195
19315
|
* AnalyticDB_CPU
|
|
19196
19316
|
*/
|
|
19197
19317
|
keyName?: string;
|
|
19198
19318
|
/**
|
|
19319
|
+
* @remarks
|
|
19320
|
+
* Specifies whether to select the metric. Valid values:
|
|
19321
|
+
*
|
|
19322
|
+
* * **true**
|
|
19323
|
+
* * **false**
|
|
19324
|
+
*
|
|
19199
19325
|
* @example
|
|
19200
19326
|
* true
|
|
19201
19327
|
*/
|
|
@@ -19212,10 +19338,22 @@ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCateg
|
|
|
19212
19338
|
}
|
|
19213
19339
|
export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategories extends $tea.Model {
|
|
19214
19340
|
/**
|
|
19341
|
+
* @remarks
|
|
19342
|
+
* The name of the metric category. Valid values:
|
|
19343
|
+
*
|
|
19344
|
+
* * **Node**
|
|
19345
|
+
* * **DiskData**
|
|
19346
|
+
* * **WorkLoad**
|
|
19347
|
+
* * **ResourceGroup**
|
|
19348
|
+
*
|
|
19215
19349
|
* @example
|
|
19216
19350
|
* Node
|
|
19217
19351
|
*/
|
|
19218
19352
|
category?: string;
|
|
19353
|
+
/**
|
|
19354
|
+
* @remarks
|
|
19355
|
+
* The metrics.
|
|
19356
|
+
*/
|
|
19219
19357
|
keys?: DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys[];
|
|
19220
19358
|
static names(): {
|
|
19221
19359
|
[key: string]: string;
|
|
@@ -19228,13 +19366,26 @@ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCateg
|
|
|
19228
19366
|
});
|
|
19229
19367
|
}
|
|
19230
19368
|
export declare class DescribePerformanceViewAttributeResponseBodyViewDetail extends $tea.Model {
|
|
19369
|
+
/**
|
|
19370
|
+
* @remarks
|
|
19371
|
+
* The metric category.
|
|
19372
|
+
*/
|
|
19231
19373
|
categories?: DescribePerformanceViewAttributeResponseBodyViewDetailCategories[];
|
|
19232
19374
|
/**
|
|
19375
|
+
* @remarks
|
|
19376
|
+
* Specifies whether to enable the filter interaction feature. Valid values:
|
|
19377
|
+
*
|
|
19378
|
+
* * **true**
|
|
19379
|
+
* * **false**
|
|
19380
|
+
*
|
|
19233
19381
|
* @example
|
|
19234
19382
|
* true
|
|
19235
19383
|
*/
|
|
19236
19384
|
chartLinked?: boolean;
|
|
19237
19385
|
/**
|
|
19386
|
+
* @remarks
|
|
19387
|
+
* The number of charts to display in each row.
|
|
19388
|
+
*
|
|
19238
19389
|
* @example
|
|
19239
19390
|
* 2
|
|
19240
19391
|
*/
|
|
@@ -19251,15 +19402,28 @@ export declare class DescribePerformanceViewAttributeResponseBodyViewDetail exte
|
|
|
19251
19402
|
}
|
|
19252
19403
|
export declare class DescribePerformanceViewsResponseBodyViews extends $tea.Model {
|
|
19253
19404
|
/**
|
|
19405
|
+
* @remarks
|
|
19406
|
+
* The time when created.
|
|
19407
|
+
*
|
|
19254
19408
|
* @example
|
|
19255
19409
|
* 2024-06-18T07:06:53.000+00:00
|
|
19256
19410
|
*/
|
|
19257
19411
|
createTime?: string;
|
|
19258
19412
|
/**
|
|
19413
|
+
* @remarks
|
|
19414
|
+
* The time when updated.
|
|
19415
|
+
*
|
|
19259
19416
|
* @example
|
|
19260
19417
|
* 2024-06-18T07:07:32.000+00:00
|
|
19261
19418
|
*/
|
|
19262
19419
|
updateTime?: string;
|
|
19420
|
+
/**
|
|
19421
|
+
* @remarks
|
|
19422
|
+
* The name of the view.
|
|
19423
|
+
*
|
|
19424
|
+
* @example
|
|
19425
|
+
* Basic
|
|
19426
|
+
*/
|
|
19263
19427
|
viewName?: string;
|
|
19264
19428
|
static names(): {
|
|
19265
19429
|
[key: string]: string;
|
|
@@ -21474,12 +21638,16 @@ export default class Client extends OpenApi {
|
|
|
21474
21638
|
*/
|
|
21475
21639
|
createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
|
|
21476
21640
|
/**
|
|
21641
|
+
* Creates a custom monitoring view.
|
|
21642
|
+
*
|
|
21477
21643
|
* @param tmpReq - CreatePerformanceViewRequest
|
|
21478
21644
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
21479
21645
|
* @returns CreatePerformanceViewResponse
|
|
21480
21646
|
*/
|
|
21481
21647
|
createPerformanceViewWithOptions(tmpReq: CreatePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<CreatePerformanceViewResponse>;
|
|
21482
21648
|
/**
|
|
21649
|
+
* Creates a custom monitoring view.
|
|
21650
|
+
*
|
|
21483
21651
|
* @param request - CreatePerformanceViewRequest
|
|
21484
21652
|
* @returns CreatePerformanceViewResponse
|
|
21485
21653
|
*/
|
|
@@ -21598,12 +21766,16 @@ export default class Client extends OpenApi {
|
|
|
21598
21766
|
*/
|
|
21599
21767
|
deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
|
|
21600
21768
|
/**
|
|
21769
|
+
* Deletes a monitoring view.
|
|
21770
|
+
*
|
|
21601
21771
|
* @param request - DeletePerformanceViewRequest
|
|
21602
21772
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
21603
21773
|
* @returns DeletePerformanceViewResponse
|
|
21604
21774
|
*/
|
|
21605
21775
|
deletePerformanceViewWithOptions(request: DeletePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<DeletePerformanceViewResponse>;
|
|
21606
21776
|
/**
|
|
21777
|
+
* Deletes a monitoring view.
|
|
21778
|
+
*
|
|
21607
21779
|
* @param request - DeletePerformanceViewRequest
|
|
21608
21780
|
* @returns DeletePerformanceViewResponse
|
|
21609
21781
|
*/
|
|
@@ -22470,23 +22642,31 @@ export default class Client extends OpenApi {
|
|
|
22470
22642
|
*/
|
|
22471
22643
|
describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
|
|
22472
22644
|
/**
|
|
22645
|
+
* Queries the information about a monitoring view.
|
|
22646
|
+
*
|
|
22473
22647
|
* @param request - DescribePerformanceViewAttributeRequest
|
|
22474
22648
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
22475
22649
|
* @returns DescribePerformanceViewAttributeResponse
|
|
22476
22650
|
*/
|
|
22477
22651
|
describePerformanceViewAttributeWithOptions(request: DescribePerformanceViewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewAttributeResponse>;
|
|
22478
22652
|
/**
|
|
22653
|
+
* Queries the information about a monitoring view.
|
|
22654
|
+
*
|
|
22479
22655
|
* @param request - DescribePerformanceViewAttributeRequest
|
|
22480
22656
|
* @returns DescribePerformanceViewAttributeResponse
|
|
22481
22657
|
*/
|
|
22482
22658
|
describePerformanceViewAttribute(request: DescribePerformanceViewAttributeRequest): Promise<DescribePerformanceViewAttributeResponse>;
|
|
22483
22659
|
/**
|
|
22660
|
+
* Queries a list of monitoring views.
|
|
22661
|
+
*
|
|
22484
22662
|
* @param request - DescribePerformanceViewsRequest
|
|
22485
22663
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
22486
22664
|
* @returns DescribePerformanceViewsResponse
|
|
22487
22665
|
*/
|
|
22488
22666
|
describePerformanceViewsWithOptions(request: DescribePerformanceViewsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewsResponse>;
|
|
22489
22667
|
/**
|
|
22668
|
+
* Queries a list of monitoring views.
|
|
22669
|
+
*
|
|
22490
22670
|
* @param request - DescribePerformanceViewsRequest
|
|
22491
22671
|
* @returns DescribePerformanceViewsResponse
|
|
22492
22672
|
*/
|
|
@@ -23633,7 +23813,7 @@ export default class Client extends OpenApi {
|
|
|
23633
23813
|
* * 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.
|
|
23634
23814
|
* * When the scaling process is about to end, transient connections may occur. 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.
|
|
23635
23815
|
* * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition to Data Lakehouse Edition, but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
|
|
23636
|
-
* * For information about the endpoints of
|
|
23816
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
23637
23817
|
*
|
|
23638
23818
|
* @param request - ModifyDBClusterRequest
|
|
23639
23819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23650,7 +23830,7 @@ export default class Client extends OpenApi {
|
|
|
23650
23830
|
* * 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.
|
|
23651
23831
|
* * When the scaling process is about to end, transient connections may occur. 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.
|
|
23652
23832
|
* * You can change an AnalyticDB for MySQL cluster from Data Warehouse Edition to Data Lakehouse Edition, but not the other way around. For more information, see Change a cluster from Data Warehouse Edition to Data Lakehouse Edition.
|
|
23653
|
-
* * For information about the endpoints of
|
|
23833
|
+
* * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
23654
23834
|
*
|
|
23655
23835
|
* @param request - ModifyDBClusterRequest
|
|
23656
23836
|
* @returns ModifyDBClusterResponse
|