@alicloud/adb20211201 2.0.6 → 2.0.8

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 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
@@ -1608,6 +1617,7 @@ export declare class CreateDBClusterResponse extends $tea.Model {
1608
1617
  });
1609
1618
  }
1610
1619
  export declare class CreateDBResourceGroupRequest extends $tea.Model {
1620
+ autoStopInterval?: string;
1611
1621
  /**
1612
1622
  * @remarks
1613
1623
  * A reserved parameter.
@@ -1746,6 +1756,7 @@ export declare class CreateDBResourceGroupRequest extends $tea.Model {
1746
1756
  });
1747
1757
  }
1748
1758
  export declare class CreateDBResourceGroupShrinkRequest extends $tea.Model {
1759
+ autoStopInterval?: string;
1749
1760
  /**
1750
1761
  * @remarks
1751
1762
  * A reserved parameter.
@@ -2190,6 +2201,9 @@ export declare class CreateOssSubDirectoryResponse extends $tea.Model {
2190
2201
  }
2191
2202
  export declare class CreatePerformanceViewRequest extends $tea.Model {
2192
2203
  /**
2204
+ * @remarks
2205
+ * The type of the view.
2206
+ *
2193
2207
  * @example
2194
2208
  * Basic
2195
2209
  */
@@ -2242,7 +2256,12 @@ export declare class CreatePerformanceViewRequest extends $tea.Model {
2242
2256
  viewDetail?: CreatePerformanceViewRequestViewDetail;
2243
2257
  /**
2244
2258
  * @remarks
2259
+ * The name of the view.
2260
+ *
2245
2261
  * This parameter is required.
2262
+ *
2263
+ * @example
2264
+ * viewname
2246
2265
  */
2247
2266
  viewName?: string;
2248
2267
  static names(): {
@@ -2257,6 +2276,9 @@ export declare class CreatePerformanceViewRequest extends $tea.Model {
2257
2276
  }
2258
2277
  export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
2259
2278
  /**
2279
+ * @remarks
2280
+ * The type of the view.
2281
+ *
2260
2282
  * @example
2261
2283
  * Basic
2262
2284
  */
@@ -2309,7 +2331,12 @@ export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
2309
2331
  viewDetailShrink?: string;
2310
2332
  /**
2311
2333
  * @remarks
2334
+ * The name of the view.
2335
+ *
2312
2336
  * This parameter is required.
2337
+ *
2338
+ * @example
2339
+ * viewname
2313
2340
  */
2314
2341
  viewName?: string;
2315
2342
  static names(): {
@@ -2324,6 +2351,11 @@ export declare class CreatePerformanceViewShrinkRequest extends $tea.Model {
2324
2351
  }
2325
2352
  export declare class CreatePerformanceViewResponseBody extends $tea.Model {
2326
2353
  /**
2354
+ * @remarks
2355
+ * The details about the access denial.
2356
+ *
2357
+ * > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
2358
+ *
2327
2359
  * @example
2328
2360
  * {
2329
2361
  * "PolicyType": "AccountLevelIdentityBasedPolicy",
@@ -2348,6 +2380,9 @@ export declare class CreatePerformanceViewResponseBody extends $tea.Model {
2348
2380
  */
2349
2381
  createStatus?: string;
2350
2382
  /**
2383
+ * @remarks
2384
+ * The request ID.
2385
+ *
2351
2386
  * @example
2352
2387
  * E031AABF-BD56-5966-A063-4283EF18DB45
2353
2388
  */
@@ -2802,7 +2837,12 @@ export declare class DeletePerformanceViewRequest extends $tea.Model {
2802
2837
  resourceOwnerId?: number;
2803
2838
  /**
2804
2839
  * @remarks
2840
+ * The name of the view.
2841
+ *
2805
2842
  * This parameter is required.
2843
+ *
2844
+ * @example
2845
+ * view_dwd_plan_double_term
2806
2846
  */
2807
2847
  viewName?: string;
2808
2848
  static names(): {
@@ -2835,11 +2875,17 @@ export declare class DeletePerformanceViewResponseBody extends $tea.Model {
2835
2875
  */
2836
2876
  accessDeniedDetail?: string;
2837
2877
  /**
2878
+ * @remarks
2879
+ * The delete status.
2880
+ *
2838
2881
  * @example
2839
2882
  * SUCCESS
2840
2883
  */
2841
2884
  deleteStatus?: boolean;
2842
2885
  /**
2886
+ * @remarks
2887
+ * The request ID.
2888
+ *
2843
2889
  * @example
2844
2890
  * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
2845
2891
  */
@@ -4077,7 +4123,7 @@ export declare class DescribeApsActionLogsRequest extends $tea.Model {
4077
4123
  DBClusterId?: string;
4078
4124
  /**
4079
4125
  * @remarks
4080
- * The end time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:mm:ssZ** format. The time must be in UTC.
4126
+ * 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
4127
  *
4082
4128
  * > The end time must be later than the start time. The maximum time range that can be specified is 30 days.
4083
4129
  *
@@ -4147,7 +4193,7 @@ export declare class DescribeApsActionLogsRequest extends $tea.Model {
4147
4193
  stage?: string;
4148
4194
  /**
4149
4195
  * @remarks
4150
- * The start time of the logs to be queried. Specify the time in the ISO 8601 standard in the **yyyy-MM-ddTHH:mm:ssZ** format. The time must be in UTC.
4196
+ * 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
4197
  *
4152
4198
  * This parameter is required.
4153
4199
  *
@@ -4850,6 +4896,7 @@ export declare class DescribeBackupsRequest extends $tea.Model {
4850
4896
  });
4851
4897
  }
4852
4898
  export declare class DescribeBackupsResponseBody extends $tea.Model {
4899
+ freeBackupSize?: number;
4853
4900
  /**
4854
4901
  * @remarks
4855
4902
  * The queried backup sets.
@@ -4879,6 +4926,7 @@ export declare class DescribeBackupsResponseBody extends $tea.Model {
4879
4926
  * CE17270B-F8F8-5A31-9DB4-DADDFDAD7940
4880
4927
  */
4881
4928
  requestId?: string;
4929
+ totalBackupSize?: number;
4882
4930
  /**
4883
4931
  * @remarks
4884
4932
  * The total number of entries returned.
@@ -4916,7 +4964,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
4916
4964
  export declare class DescribeClusterAccessWhiteListRequest extends $tea.Model {
4917
4965
  /**
4918
4966
  * @remarks
4919
- * The ID of the AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
4967
+ * The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
4920
4968
  *
4921
4969
  * This parameter is required.
4922
4970
  *
@@ -7824,7 +7872,12 @@ export declare class DescribePerformanceViewAttributeRequest extends $tea.Model
7824
7872
  resourceOwnerId?: number;
7825
7873
  /**
7826
7874
  * @remarks
7875
+ * The name of the view.
7876
+ *
7827
7877
  * This parameter is required.
7878
+ *
7879
+ * @example
7880
+ * Basic
7828
7881
  */
7829
7882
  viewName?: string;
7830
7883
  static names(): {
@@ -7839,6 +7892,11 @@ export declare class DescribePerformanceViewAttributeRequest extends $tea.Model
7839
7892
  }
7840
7893
  export declare class DescribePerformanceViewAttributeResponseBody extends $tea.Model {
7841
7894
  /**
7895
+ * @remarks
7896
+ * The details about the access denial.
7897
+ *
7898
+ * > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
7899
+ *
7842
7900
  * @example
7843
7901
  * {
7844
7902
  * "PolicyType": "AccountLevelIdentityBasedPolicy",
@@ -7852,26 +7910,54 @@ export declare class DescribePerformanceViewAttributeResponseBody extends $tea.M
7852
7910
  */
7853
7911
  accessDeniedDetail?: string;
7854
7912
  /**
7913
+ * @remarks
7914
+ * The type of the view.
7915
+ *
7855
7916
  * @example
7856
7917
  * Basic
7857
7918
  */
7858
7919
  createFromViewType?: string;
7859
7920
  /**
7921
+ * @remarks
7922
+ * The cluster ID.
7923
+ *
7924
+ * > 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.
7925
+ *
7860
7926
  * @example
7861
7927
  * amv-bp198m028ih55xxxx
7862
7928
  */
7863
7929
  DBClusterId?: string;
7864
7930
  /**
7931
+ * @remarks
7932
+ * Specifies whether to populate the names of the metrics in the original monitoring view when you view the monitoring view. Valid values:
7933
+ *
7934
+ * * **true**
7935
+ * * **false**
7936
+ *
7865
7937
  * @example
7866
7938
  * true
7867
7939
  */
7868
7940
  fillOriginViewKeys?: boolean;
7869
7941
  /**
7942
+ * @remarks
7943
+ * The request ID.
7944
+ *
7870
7945
  * @example
7871
7946
  * E031AABF-BD56-5966-A063-4283EF18DB45
7872
7947
  */
7873
7948
  requestId?: string;
7949
+ /**
7950
+ * @remarks
7951
+ * The information about the monitoring view.
7952
+ */
7874
7953
  viewDetail?: DescribePerformanceViewAttributeResponseBodyViewDetail;
7954
+ /**
7955
+ * @remarks
7956
+ * The name of the view.
7957
+ *
7958
+ * @example
7959
+ * Basic
7960
+ */
7875
7961
  viewName?: string;
7876
7962
  static names(): {
7877
7963
  [key: string]: string;
@@ -7940,6 +8026,11 @@ export declare class DescribePerformanceViewsRequest extends $tea.Model {
7940
8026
  }
7941
8027
  export declare class DescribePerformanceViewsResponseBody extends $tea.Model {
7942
8028
  /**
8029
+ * @remarks
8030
+ * The details about the access denial.
8031
+ *
8032
+ * > This parameter is returned only if Resource Access Management (RAM) permission verification failed.
8033
+ *
7943
8034
  * @example
7944
8035
  * {
7945
8036
  * "PolicyType": "AccountLevelIdentityBasedPolicy",
@@ -7953,10 +8044,17 @@ export declare class DescribePerformanceViewsResponseBody extends $tea.Model {
7953
8044
  */
7954
8045
  accessDeniedDetail?: string;
7955
8046
  /**
8047
+ * @remarks
8048
+ * The request ID.
8049
+ *
7956
8050
  * @example
7957
8051
  * 3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8
7958
8052
  */
7959
8053
  requestId?: string;
8054
+ /**
8055
+ * @remarks
8056
+ * the list of view.
8057
+ */
7960
8058
  views?: DescribePerformanceViewsResponseBodyViews[];
7961
8059
  static names(): {
7962
8060
  [key: string]: string;
@@ -12719,8 +12817,6 @@ export declare class ModifyBackupPolicyRequest extends $tea.Model {
12719
12817
  *
12720
12818
  * > To ensure data security, we recommend that you specify at least two values.
12721
12819
  *
12722
- * This parameter is required.
12723
- *
12724
12820
  * @example
12725
12821
  * Monday,Wednesday,Friday,Sunday
12726
12822
  */
@@ -13002,9 +13098,9 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
13002
13098
  computeResource?: string;
13003
13099
  /**
13004
13100
  * @remarks
13005
- * The ID of the AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
13101
+ * The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
13006
13102
  *
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 (V3.0) clusters within a region.
13103
+ * > 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
13104
  *
13009
13105
  * This parameter is required.
13010
13106
  *
@@ -13041,6 +13137,10 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
13041
13137
  */
13042
13138
  regionId?: string;
13043
13139
  reservedNodeCount?: number;
13140
+ /**
13141
+ * @example
13142
+ * LegacyForm
13143
+ */
13044
13144
  reservedNodeSize?: string;
13045
13145
  resourceOwnerAccount?: string;
13046
13146
  /**
@@ -13066,7 +13166,7 @@ export declare class ModifyDBClusterRequest extends $tea.Model {
13066
13166
  export declare class ModifyDBClusterResponseBody extends $tea.Model {
13067
13167
  /**
13068
13168
  * @remarks
13069
- * The ID of the AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
13169
+ * The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster.
13070
13170
  *
13071
13171
  * @example
13072
13172
  * amv-bp1r053byu48p****
@@ -13252,6 +13352,7 @@ export declare class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
13252
13352
  });
13253
13353
  }
13254
13354
  export declare class ModifyDBResourceGroupRequest extends $tea.Model {
13355
+ autoStopInterval?: string;
13255
13356
  /**
13256
13357
  * @remarks
13257
13358
  * A reserved parameter.
@@ -13375,6 +13476,7 @@ export declare class ModifyDBResourceGroupRequest extends $tea.Model {
13375
13476
  */
13376
13477
  rules?: ModifyDBResourceGroupRequestRules[];
13377
13478
  specName?: string;
13479
+ status?: string;
13378
13480
  targetResourceGroupName?: string;
13379
13481
  static names(): {
13380
13482
  [key: string]: string;
@@ -13387,6 +13489,7 @@ export declare class ModifyDBResourceGroupRequest extends $tea.Model {
13387
13489
  });
13388
13490
  }
13389
13491
  export declare class ModifyDBResourceGroupShrinkRequest extends $tea.Model {
13492
+ autoStopInterval?: string;
13390
13493
  /**
13391
13494
  * @remarks
13392
13495
  * A reserved parameter.
@@ -13508,6 +13611,7 @@ export declare class ModifyDBResourceGroupShrinkRequest extends $tea.Model {
13508
13611
  */
13509
13612
  rulesShrink?: string;
13510
13613
  specName?: string;
13614
+ status?: string;
13511
13615
  targetResourceGroupName?: string;
13512
13616
  static names(): {
13513
13617
  [key: string]: string;
@@ -13707,6 +13811,9 @@ export declare class ModifyPerformanceViewRequest extends $tea.Model {
13707
13811
  * The name of the monitoring view.
13708
13812
  *
13709
13813
  * This parameter is required.
13814
+ *
13815
+ * @example
13816
+ * Basic
13710
13817
  */
13711
13818
  viewName?: string;
13712
13819
  static names(): {
@@ -13760,6 +13867,9 @@ export declare class ModifyPerformanceViewShrinkRequest extends $tea.Model {
13760
13867
  * The name of the monitoring view.
13761
13868
  *
13762
13869
  * This parameter is required.
13870
+ *
13871
+ * @example
13872
+ * Basic
13763
13873
  */
13764
13874
  viewName?: string;
13765
13875
  static names(): {
@@ -15859,6 +15969,7 @@ export declare class DescribeBackupsResponseBodyItemsBackup extends $tea.Model {
15859
15969
  * 2022-06-02T16:00Z
15860
15970
  */
15861
15971
  backupEndTime?: string;
15972
+ backupExpiredTime?: string;
15862
15973
  /**
15863
15974
  * @remarks
15864
15975
  * The backup set ID.
@@ -17980,6 +18091,7 @@ export declare class DescribeDBResourceGroupResponseBodyGroupsInfoRules extends
17980
18091
  });
17981
18092
  }
17982
18093
  export declare class DescribeDBResourceGroupResponseBodyGroupsInfo extends $tea.Model {
18094
+ autoStopInterval?: string;
17983
18095
  /**
17984
18096
  * @remarks
17985
18097
  * A reserved parameter.
@@ -18861,11 +18973,17 @@ export declare class DescribeExcessivePrimaryKeysResponseBodyDetectionItems exte
18861
18973
  /**
18862
18974
  * @remarks
18863
18975
  * The detection result.
18976
+ *
18977
+ * @example
18978
+ * OK
18864
18979
  */
18865
18980
  message?: string;
18866
18981
  /**
18867
18982
  * @remarks
18868
18983
  * The name of the detection item.
18984
+ *
18985
+ * @example
18986
+ * test
18869
18987
  */
18870
18988
  name?: string;
18871
18989
  /**
@@ -18985,11 +19103,17 @@ export declare class DescribeJobResourceUsageResponseBodyDataJobAcuUsageAcuUsage
18985
19103
  */
18986
19104
  reservedAcuNumber?: number;
18987
19105
  /**
19106
+ * @remarks
19107
+ * The number of spot ACUs.
19108
+ *
18988
19109
  * @example
18989
19110
  * 16ACU
18990
19111
  */
18991
19112
  spotAcuNumber?: number;
18992
19113
  /**
19114
+ * @remarks
19115
+ * The percent of spot ACUs.
19116
+ *
18993
19117
  * @example
18994
19118
  * 0.9
18995
19119
  */
@@ -19190,12 +19314,24 @@ export declare class DescribePatternPerformanceResponseBodyPerformances extends
19190
19314
  });
19191
19315
  }
19192
19316
  export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys extends $tea.Model {
19317
+ enableAutoMc?: boolean;
19318
+ engine?: string[];
19319
+ groupType?: string[];
19193
19320
  /**
19321
+ * @remarks
19322
+ * The name of the metric.
19323
+ *
19194
19324
  * @example
19195
19325
  * AnalyticDB_CPU
19196
19326
  */
19197
19327
  keyName?: string;
19198
19328
  /**
19329
+ * @remarks
19330
+ * Specifies whether to select the metric. Valid values:
19331
+ *
19332
+ * * **true**
19333
+ * * **false**
19334
+ *
19199
19335
  * @example
19200
19336
  * true
19201
19337
  */
@@ -19212,10 +19348,22 @@ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCateg
19212
19348
  }
19213
19349
  export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCategories extends $tea.Model {
19214
19350
  /**
19351
+ * @remarks
19352
+ * The name of the metric category. Valid values:
19353
+ *
19354
+ * * **Node**
19355
+ * * **DiskData**
19356
+ * * **WorkLoad**
19357
+ * * **ResourceGroup**
19358
+ *
19215
19359
  * @example
19216
19360
  * Node
19217
19361
  */
19218
19362
  category?: string;
19363
+ /**
19364
+ * @remarks
19365
+ * The metrics.
19366
+ */
19219
19367
  keys?: DescribePerformanceViewAttributeResponseBodyViewDetailCategoriesKeys[];
19220
19368
  static names(): {
19221
19369
  [key: string]: string;
@@ -19228,13 +19376,26 @@ export declare class DescribePerformanceViewAttributeResponseBodyViewDetailCateg
19228
19376
  });
19229
19377
  }
19230
19378
  export declare class DescribePerformanceViewAttributeResponseBodyViewDetail extends $tea.Model {
19379
+ /**
19380
+ * @remarks
19381
+ * The metric category.
19382
+ */
19231
19383
  categories?: DescribePerformanceViewAttributeResponseBodyViewDetailCategories[];
19232
19384
  /**
19385
+ * @remarks
19386
+ * Specifies whether to enable the filter interaction feature. Valid values:
19387
+ *
19388
+ * * **true**
19389
+ * * **false**
19390
+ *
19233
19391
  * @example
19234
19392
  * true
19235
19393
  */
19236
19394
  chartLinked?: boolean;
19237
19395
  /**
19396
+ * @remarks
19397
+ * The number of charts to display in each row.
19398
+ *
19238
19399
  * @example
19239
19400
  * 2
19240
19401
  */
@@ -19251,15 +19412,28 @@ export declare class DescribePerformanceViewAttributeResponseBodyViewDetail exte
19251
19412
  }
19252
19413
  export declare class DescribePerformanceViewsResponseBodyViews extends $tea.Model {
19253
19414
  /**
19415
+ * @remarks
19416
+ * The time when created.
19417
+ *
19254
19418
  * @example
19255
19419
  * 2024-06-18T07:06:53.000+00:00
19256
19420
  */
19257
19421
  createTime?: string;
19258
19422
  /**
19423
+ * @remarks
19424
+ * The time when updated.
19425
+ *
19259
19426
  * @example
19260
19427
  * 2024-06-18T07:07:32.000+00:00
19261
19428
  */
19262
19429
  updateTime?: string;
19430
+ /**
19431
+ * @remarks
19432
+ * The name of the view.
19433
+ *
19434
+ * @example
19435
+ * Basic
19436
+ */
19263
19437
  viewName?: string;
19264
19438
  static names(): {
19265
19439
  [key: string]: string;
@@ -21474,12 +21648,16 @@ export default class Client extends OpenApi {
21474
21648
  */
21475
21649
  createOssSubDirectory(request: CreateOssSubDirectoryRequest): Promise<CreateOssSubDirectoryResponse>;
21476
21650
  /**
21651
+ * Creates a custom monitoring view.
21652
+ *
21477
21653
  * @param tmpReq - CreatePerformanceViewRequest
21478
21654
  * @param runtime - runtime options for this request RuntimeOptions
21479
21655
  * @returns CreatePerformanceViewResponse
21480
21656
  */
21481
21657
  createPerformanceViewWithOptions(tmpReq: CreatePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<CreatePerformanceViewResponse>;
21482
21658
  /**
21659
+ * Creates a custom monitoring view.
21660
+ *
21483
21661
  * @param request - CreatePerformanceViewRequest
21484
21662
  * @returns CreatePerformanceViewResponse
21485
21663
  */
@@ -21598,12 +21776,16 @@ export default class Client extends OpenApi {
21598
21776
  */
21599
21777
  deleteElasticPlan(request: DeleteElasticPlanRequest): Promise<DeleteElasticPlanResponse>;
21600
21778
  /**
21779
+ * Deletes a monitoring view.
21780
+ *
21601
21781
  * @param request - DeletePerformanceViewRequest
21602
21782
  * @param runtime - runtime options for this request RuntimeOptions
21603
21783
  * @returns DeletePerformanceViewResponse
21604
21784
  */
21605
21785
  deletePerformanceViewWithOptions(request: DeletePerformanceViewRequest, runtime: $Util.RuntimeOptions): Promise<DeletePerformanceViewResponse>;
21606
21786
  /**
21787
+ * Deletes a monitoring view.
21788
+ *
21607
21789
  * @param request - DeletePerformanceViewRequest
21608
21790
  * @returns DeletePerformanceViewResponse
21609
21791
  */
@@ -22470,23 +22652,31 @@ export default class Client extends OpenApi {
22470
22652
  */
22471
22653
  describePatternPerformance(request: DescribePatternPerformanceRequest): Promise<DescribePatternPerformanceResponse>;
22472
22654
  /**
22655
+ * Queries the information about a monitoring view.
22656
+ *
22473
22657
  * @param request - DescribePerformanceViewAttributeRequest
22474
22658
  * @param runtime - runtime options for this request RuntimeOptions
22475
22659
  * @returns DescribePerformanceViewAttributeResponse
22476
22660
  */
22477
22661
  describePerformanceViewAttributeWithOptions(request: DescribePerformanceViewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewAttributeResponse>;
22478
22662
  /**
22663
+ * Queries the information about a monitoring view.
22664
+ *
22479
22665
  * @param request - DescribePerformanceViewAttributeRequest
22480
22666
  * @returns DescribePerformanceViewAttributeResponse
22481
22667
  */
22482
22668
  describePerformanceViewAttribute(request: DescribePerformanceViewAttributeRequest): Promise<DescribePerformanceViewAttributeResponse>;
22483
22669
  /**
22670
+ * Queries a list of monitoring views.
22671
+ *
22484
22672
  * @param request - DescribePerformanceViewsRequest
22485
22673
  * @param runtime - runtime options for this request RuntimeOptions
22486
22674
  * @returns DescribePerformanceViewsResponse
22487
22675
  */
22488
22676
  describePerformanceViewsWithOptions(request: DescribePerformanceViewsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePerformanceViewsResponse>;
22489
22677
  /**
22678
+ * Queries a list of monitoring views.
22679
+ *
22490
22680
  * @param request - DescribePerformanceViewsRequest
22491
22681
  * @returns DescribePerformanceViewsResponse
22492
22682
  */
@@ -23633,7 +23823,7 @@ export default class Client extends OpenApi {
23633
23823
  * * 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
23824
  * * 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
23825
  * * 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 the current service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
23826
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
23637
23827
  *
23638
23828
  * @param request - ModifyDBClusterRequest
23639
23829
  * @param runtime - runtime options for this request RuntimeOptions
@@ -23650,7 +23840,7 @@ export default class Client extends OpenApi {
23650
23840
  * * 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
23841
  * * 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
23842
  * * 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 the current service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
23843
+ * * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
23654
23844
  *
23655
23845
  * @param request - ModifyDBClusterRequest
23656
23846
  * @returns ModifyDBClusterResponse