@alicloud/polardb20170801 7.5.0 → 7.6.0

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.
Files changed (39) hide show
  1. package/dist/client.d.ts +15 -0
  2. package/dist/client.js +75 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeApplicationLogsRequest.d.ts +1 -1
  5. package/dist/models/DescribeApplicationLogsResponseBody.d.ts +2 -0
  6. package/dist/models/DescribeApplicationLogsResponseBody.js +4 -0
  7. package/dist/models/DescribeApplicationLogsResponseBody.js.map +1 -1
  8. package/dist/models/DescribeApplicationPerformanceRequest.d.ts +4 -0
  9. package/dist/models/DescribeApplicationPerformanceRequest.js +8 -0
  10. package/dist/models/DescribeApplicationPerformanceRequest.js.map +1 -1
  11. package/dist/models/DescribeApplicationPerformanceResponseBody.d.ts +2 -0
  12. package/dist/models/DescribeApplicationPerformanceResponseBody.js +4 -0
  13. package/dist/models/DescribeApplicationPerformanceResponseBody.js.map +1 -1
  14. package/dist/models/DescribeApplicationSessionIdsRequest.d.ts +72 -0
  15. package/dist/models/DescribeApplicationSessionIdsRequest.js +74 -0
  16. package/dist/models/DescribeApplicationSessionIdsRequest.js.map +1 -0
  17. package/dist/models/DescribeApplicationSessionIdsResponse.d.ts +19 -0
  18. package/dist/models/DescribeApplicationSessionIdsResponse.js +69 -0
  19. package/dist/models/DescribeApplicationSessionIdsResponse.js.map +1 -0
  20. package/dist/models/DescribeApplicationSessionIdsResponseBody.d.ts +82 -0
  21. package/dist/models/DescribeApplicationSessionIdsResponseBody.js +116 -0
  22. package/dist/models/DescribeApplicationSessionIdsResponseBody.js.map +1 -0
  23. package/dist/models/DescribeDbclusterAttributeResponseBody.d.ts +84 -79
  24. package/dist/models/DescribeDbclusterAttributeResponseBody.js +10 -0
  25. package/dist/models/DescribeDbclusterAttributeResponseBody.js.map +1 -1
  26. package/dist/models/model.d.ts +5 -0
  27. package/dist/models/model.js +42 -32
  28. package/dist/models/model.js.map +1 -1
  29. package/package.json +1 -1
  30. package/src/client.ts +90 -0
  31. package/src/models/DescribeApplicationLogsRequest.ts +1 -1
  32. package/src/models/DescribeApplicationLogsResponseBody.ts +6 -0
  33. package/src/models/DescribeApplicationPerformanceRequest.ts +12 -0
  34. package/src/models/DescribeApplicationPerformanceResponseBody.ts +6 -0
  35. package/src/models/DescribeApplicationSessionIdsRequest.ts +101 -0
  36. package/src/models/DescribeApplicationSessionIdsResponse.ts +40 -0
  37. package/src/models/DescribeApplicationSessionIdsResponseBody.ts +135 -0
  38. package/src/models/DescribeDbclusterAttributeResponseBody.ts +94 -79
  39. package/src/models/model.ts +5 -0
@@ -133,7 +133,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
133
133
  * @remarks
134
134
  * The role of the node. Valid values:
135
135
  *
136
- * - **Writer**: read/write node.
136
+ * - **Writer**: primary node.
137
137
  * - **Reader**: read-only node.
138
138
  *
139
139
  * @example
@@ -143,19 +143,19 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
143
143
  /**
144
144
  * @remarks
145
145
  * The node status. Valid values:
146
- * * **Creating**: being created.
147
- * * **Running**: running.
148
- * * **Deleting**: being deleted.
149
- * * **Rebooting**: being restarted.
150
- * * **DBNodeCreating**: adding a node.
151
- * * **DBNodeDeleting**: deleting a node.
152
- * * **ClassChanging**: changing node specifications.
153
- * * **NetAddressCreating**: creating network connectivity.
154
- * * **NetAddressDeleting**: deleting network connectivity.
155
- * * **NetAddressModifying**: modifying network connectivity.
156
- * * **MinorVersionUpgrading**: performing a minor engine version upgrade.
157
- * * **Maintaining**: instance under maintenance.
158
- * * **Switching**: being switched.
146
+ * * **Creating**: Being created.
147
+ * * **Running**: Running.
148
+ * * **Deleting**: Being deleted.
149
+ * * **Rebooting**: Being restarted.
150
+ * * **DBNodeCreating**: Increase node in progress.
151
+ * * **DBNodeDeleting**: Deleting a node.
152
+ * * **ClassChanging**: Changing node specifications.
153
+ * * **NetAddressCreating**: Creating network connectivity.
154
+ * * **NetAddressDeleting**: Deleting network connectivity.
155
+ * * **NetAddressModifying**: Modifying network connectivity.
156
+ * * **MinorVersionUpgrading**: Upgrade of the minor version in progress.
157
+ * * **Maintaining**: Instance under maintenance.
158
+ * * **Switching**: Switching over.
159
159
  *
160
160
  * @example
161
161
  * Running
@@ -174,9 +174,9 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
174
174
  * @remarks
175
175
  * Indicates whether hot standby is enabled. Valid values:
176
176
  *
177
- * - **ON**: enabled.
177
+ * - **ON**: Enabled.
178
178
  *
179
- * - **OFF**: disabled.
179
+ * - **OFF**: Disabled.
180
180
  *
181
181
  * @example
182
182
  * ON
@@ -186,9 +186,9 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
186
186
  * @remarks
187
187
  * Indicates whether In-Memory Column Index (IMCI) is enabled. Valid values:
188
188
  *
189
- * - **ON**: enabled.
189
+ * - **ON**: Enabled.
190
190
  *
191
- * - **OFF**: disabled.
191
+ * - **OFF**: Disabled.
192
192
  *
193
193
  * @example
194
194
  * ON
@@ -228,7 +228,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
228
228
  memorySize?: string;
229
229
  /**
230
230
  * @remarks
231
- * The name of the hot replica compute node that corresponds to the node in the Hot Standby Cluster and compute architecture.
231
+ * The name of the hot replica that corresponds to this node in the hot standby storage and compute architecture.
232
232
  *
233
233
  * @example
234
234
  * pi-bp18z52mirror*****
@@ -254,14 +254,17 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
254
254
  * @remarks
255
255
  * The Orca feature. Valid values:
256
256
  *
257
- * - on: enabled.
257
+ * - on: Enabled.
258
258
  *
259
- * - off: disabled.
259
+ * - off: Disabled.
260
260
  *
261
261
  * @example
262
262
  * off
263
263
  */
264
264
  orca?: string;
265
+ remoteMemoryMax?: number;
266
+ remoteMemoryMin?: number;
267
+ remoteMemoryRecommended?: number;
265
268
  /**
266
269
  * @remarks
267
270
  * The remote memory size. Unit: MB.
@@ -274,9 +277,9 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
274
277
  * @remarks
275
278
  * Indicates whether the global consistency (high-performance mode) feature is enabled for the node. Valid values:
276
279
  *
277
- * - **ON**: The feature is enabled.
280
+ * - **ON**: Enabled.
278
281
  *
279
- * - **OFF**: The feature is disabled.
282
+ * - **OFF**: Disabled.
280
283
  *
281
284
  * This parameter is required.
282
285
  *
@@ -298,7 +301,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
298
301
  * The serverless type of the node. Valid values:
299
302
  *
300
303
  * - AgileServerless: agile serverless node.
301
- * - SteadyServerless: steady serverless node, which is a node with defined specifications that has the serverless capability enabled.
304
+ * - SteadyServerless: steady serverless node, which is a node in a cluster with defined specifications that has serverless capabilities enabled.
302
305
  *
303
306
  * > This parameter is supported only for serverless clusters or clusters with defined specifications that have the serverless feature enabled. For more information, see [Serverless](https://help.aliyun.com/document_detail/452274.html).
304
307
  *
@@ -308,7 +311,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
308
311
  serverlessType?: string;
309
312
  /**
310
313
  * @remarks
311
- * Indicates whether the node is in the primary zone or the secondary zone. This parameter is mainly used for resource-equivalent deployments.
314
+ * Indicates whether the node is in the primary zone or secondary zone. This parameter is mainly used for resource-equivalent deployments.
312
315
  * Valid values:
313
316
  * - Primary: primary zone.
314
317
  * - Standby: secondary zone.
@@ -355,6 +358,9 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
355
358
  multiMasterLocalStandby: 'MultiMasterLocalStandby',
356
359
  multiMasterPrimaryNode: 'MultiMasterPrimaryNode',
357
360
  orca: 'Orca',
361
+ remoteMemoryMax: 'RemoteMemoryMax',
362
+ remoteMemoryMin: 'RemoteMemoryMin',
363
+ remoteMemoryRecommended: 'RemoteMemoryRecommended',
358
364
  remoteMemorySize: 'RemoteMemorySize',
359
365
  sccMode: 'SccMode',
360
366
  serverWeight: 'ServerWeight',
@@ -387,6 +393,9 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
387
393
  multiMasterLocalStandby: 'string',
388
394
  multiMasterPrimaryNode: 'string',
389
395
  orca: 'string',
396
+ remoteMemoryMax: 'number',
397
+ remoteMemoryMin: 'number',
398
+ remoteMemoryRecommended: 'number',
390
399
  remoteMemorySize: 'string',
391
400
  sccMode: 'string',
392
401
  serverWeight: 'string',
@@ -449,7 +458,7 @@ export class DescribeDBClusterAttributeResponseBodyTags extends $dara.Model {
449
458
  export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
450
459
  /**
451
460
  * @remarks
452
- * The start time of the free AI trial.
461
+ * The start time of the free AI feature.
453
462
  *
454
463
  * @example
455
464
  * 2024-03-13T01:20:28Z
@@ -480,8 +489,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
480
489
  * @remarks
481
490
  * The minor version update method. Valid values:
482
491
  *
483
- * - Auto: automatic update.
484
- * - Manual: manual update.
492
+ * - Auto: Automatic update.
493
+ * - Manual: Manual update.
485
494
  *
486
495
  * @example
487
496
  * Manual
@@ -508,8 +517,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
508
517
  * @remarks
509
518
  * Indicates whether I/O performance burst is enabled for the ESSD AutoPL cloud disk. Valid values:
510
519
  *
511
- * - **true**: enabled.
512
- * - **false**: disabled.
520
+ * - **true**: Enabled.
521
+ * - **false**: Disabled.
513
522
  *
514
523
  * @example
515
524
  * false
@@ -520,13 +529,13 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
520
529
  * The [edition](https://help.aliyun.com/document_detail/183258.html) of the cluster. Valid values:
521
530
  * * **Normal**: Cluster Edition
522
531
  * * **Basic**: Single Node Edition
523
- * * **Archive**: PolarDB X-Engine Edition
532
+ * * **Archive**: X-Engine Edition
524
533
  * * **NormalMultimaster**: Multi-master Cluster Edition
525
- * * **SENormal**: PolarDB for MySQL Standard Edition
534
+ * * **SENormal**: Standard Edition
526
535
  *
527
- * > * PolarDB for PostgreSQL (PostgreSQL 11) does not support Single Node Edition.
528
- * >* PolarDB for MySQL 8.0, PolarDB for MySQL 5.7, and PolarDB for PostgreSQL (PostgreSQL 14) support PolarDB for MySQL Standard Edition.
529
- * >* PolarDB for MySQL 8.0 supports PolarDB X-Engine Edition and Multi-master Cluster Edition.
536
+ * > * PolarDB for PostgreSQL 11 does not support Single Node Edition.
537
+ * >* PolarDB for MySQL 8.0, PolarDB for MySQL 5.7, and PolarDB for PostgreSQL 14 support Standard Edition.
538
+ * >* PolarDB for MySQL 8.0 supports X-Engine Edition and Multi-master Cluster Edition.
530
539
  *
531
540
  * @example
532
541
  * Normal
@@ -543,8 +552,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
543
552
  /**
544
553
  * @remarks
545
554
  * Indicates whether storage compression is enabled. Valid values:
546
- * - ON: enabled
547
- * - OFF: disabled
555
+ * - ON: Enabled.
556
+ * - OFF: Disabled.
548
557
  *
549
558
  * @example
550
559
  * ON
@@ -603,7 +612,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
603
612
  DBClusterStatus?: string;
604
613
  /**
605
614
  * @remarks
606
- * The details of nodes.
615
+ * The node information.
607
616
  */
608
617
  DBNodes?: DescribeDBClusterAttributeResponseBodyDBNodes[];
609
618
  /**
@@ -624,13 +633,13 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
624
633
  DBVersion?: string;
625
634
  /**
626
635
  * @remarks
627
- * The status of the current minor engine version. Valid values:
636
+ * The status of the current minor database version. Valid values:
628
637
  * * **Stable**: The current version is stable.
629
638
  * * **Old**: The current version is outdated. Upgrade to the latest version.
630
639
  * * **HighRisk**: The current version has critical defects. Upgrade to the latest version immediately.
631
640
  * * **Beta**: The current version is a beta version.
632
641
  *
633
- * > * For information about how to upgrade the minor engine version, see [Version upgrade](https://help.aliyun.com/document_detail/158572.html).
642
+ * > * For information about how to upgrade the minor database version, see [Version upgrade](https://help.aliyun.com/document_detail/158572.html).
634
643
  * > * This parameter is returned only when the database engine type (**DBType**) is **MySQL**.
635
644
  *
636
645
  * @example
@@ -694,7 +703,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
694
703
  expired?: string;
695
704
  /**
696
705
  * @remarks
697
- * Indicates whether resources are replenished for the new primary database after a cross-zone failover. Valid values:
706
+ * Indicates whether resources are replenished for the new primary node after a cross-zone failover. Valid values:
698
707
  * - **true**: Resources are replenished.
699
708
  * - **false**: Resources are not replenished.
700
709
  *
@@ -705,8 +714,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
705
714
  /**
706
715
  * @remarks
707
716
  * Indicates whether the Hot Standby Cluster (and standby compute nodes) is enabled. Valid values:
708
- * - **StandbyClusterON**: The Hot Standby Cluster and standby compute nodes are enabled.
709
- * - **StandbyClusterOFF**: The Hot Standby Cluster and standby compute nodes are disabled.
717
+ * - **StandbyClusterON**: The Hot Standby Cluster or both the Hot Standby Cluster and standby compute nodes are enabled.
718
+ * - **StandbyClusterOFF**: The Hot Standby Cluster or both the Hot Standby Cluster and standby compute nodes are disabled.
710
719
  *
711
720
  * @example
712
721
  * StandbyClusterON
@@ -715,8 +724,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
715
724
  /**
716
725
  * @remarks
717
726
  * The automatic IMCI-based query acceleration feature. Valid values:
718
- * - `ON`: enabled.
719
- * - `OFF`: disabled.
727
+ * - `ON`: Enabled.
728
+ * - `OFF`: Disabled.
720
729
  *
721
730
  * @example
722
731
  * OFF
@@ -725,8 +734,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
725
734
  /**
726
735
  * @remarks
727
736
  * The failover with hot replica feature. Valid values:
728
- * - `true`: enabled.
729
- * - `false`: disabled.
737
+ * - `true`: Enabled.
738
+ * - `false`: Disabled.
730
739
  *
731
740
  * @example
732
741
  * true
@@ -775,9 +784,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
775
784
  * @remarks
776
785
  * The lock mode. Valid values:
777
786
  *
778
- * - **Unlock**: not locked.
779
- * - **ManualLock**: manually locked.
780
- * - **LockByExpiration**: automatically locked due to cluster expiration.
787
+ * - **Unlock**: Not locked.
788
+ * - **ManualLock**: Manually locked.
789
+ * - **LockByExpiration**: Automatically locked due to cluster expiration.
781
790
  *
782
791
  * @example
783
792
  * Unlock
@@ -785,7 +794,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
785
794
  lockMode?: string;
786
795
  /**
787
796
  * @remarks
788
- * The maintenance window of the cluster, in the `HH:mmZ-HH:mmZ` format (UTC). For example, `16:00Z-17:00Z` indicates that routine maintenance can be performed from 00:00 to 01:00 (UTC+08:00).
797
+ * The maintenance window of the cluster. The time is in the `HH:mmZ-HH:mmZ` format (UTC). For example, `16:00Z-17:00Z` indicates that routine maintenance can be performed from 00:00 to 01:00 (UTC+08:00).
789
798
  *
790
799
  * @example
791
800
  * 18:00Z-19:00Z
@@ -795,9 +804,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
795
804
  * @remarks
796
805
  * The Orca feature. Valid values:
797
806
  *
798
- * - on: enabled.
807
+ * - on: Enabled.
799
808
  *
800
- * - off: disabled.
809
+ * - off: Disabled.
801
810
  *
802
811
  * @example
803
812
  * ON
@@ -836,7 +845,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
836
845
  * @remarks
837
846
  * The serverless type of the database proxy. Valid values:
838
847
  * - AgileServerless: agile serverless cluster.
839
- * - SteadyServerless: steady serverless, which is a cluster with defined specifications (subscription or pay-as-you-go billing).
848
+ * - SteadyServerless: steady serverless, which is a cluster with defined specifications (billing method is subscription or pay-as-you-go).
840
849
  *
841
850
  * @example
842
851
  * SteadyServerless
@@ -854,17 +863,17 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
854
863
  * @remarks
855
864
  * The status of the database proxy. Valid values:
856
865
  *
857
- * - **Creating**: being created.
858
- * - **Running**: running.
859
- * - **Deleting**: being released.
860
- * - **Rebooting**: being restarted.
861
- * - **DBNodeCreating**: adding a node.
862
- * - **DBNodeDeleting**: deleting a node.
863
- * - **ClassChanging**: changing node specifications.
864
- * - **NetAddressCreating**: creating network connectivity.
865
- * - **NetAddressDeleting**: deleting network connectivity.
866
- * - **NetAddressModifying**: modifying network connectivity.
867
- * - **Deleted**: released.
866
+ * - **Creating**: Being created.
867
+ * - **Running**: Running.
868
+ * - **Deleting**: Being released.
869
+ * - **Rebooting**: Being restarted.
870
+ * - **DBNodeCreating**: Increase node in progress.
871
+ * - **DBNodeDeleting**: Deleting a node.
872
+ * - **ClassChanging**: Changing node specifications.
873
+ * - **NetAddressCreating**: Creating network connectivity.
874
+ * - **NetAddressDeleting**: Deleting network connectivity.
875
+ * - **NetAddressModifying**: Modifying network connectivity.
876
+ * - **Deleted**: Released.
868
877
  *
869
878
  * @example
870
879
  * Running
@@ -872,7 +881,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
872
881
  proxyStatus?: string;
873
882
  /**
874
883
  * @remarks
875
- * The type of the database proxy. Valid values:
884
+ * The database proxy type. Valid values:
876
885
  *
877
886
  * - **Exclusive**: Dedicated Enterprise Edition
878
887
  * - **General**: Standard Enterprise Edition
@@ -907,7 +916,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
907
916
  resourceGroupId?: string;
908
917
  /**
909
918
  * @remarks
910
- * * If RestoreType is **RestoreByTime** or **RestoreByTimeOss**, this value indicates the point in time to which the cluster is restored.
919
+ * * If RestoreType is **RestoreByTime** or **RestoreByTimeOss**, this value indicates the point in time to which the cluster was restored.
911
920
  * * If RestoreType is **RestoreByBackupSet** or **RestoreByBackupSetOss**, this value indicates the backup set ID used for the restoration.
912
921
  *
913
922
  * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
@@ -918,13 +927,13 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
918
927
  restoreDataPoint?: string;
919
928
  /**
920
929
  * @remarks
921
- * The restoration method of the cluster. Valid values:
930
+ * The cluster restoration method. Valid values:
922
931
  *
923
- * * **RestoreByTime**: point-in-time restore based on a level-1 backup.
924
- * * **RestoreByBackupSet**: restore from a level-1 backup set.
925
- * * **RestoreByTimeOss**: point-in-time restore based on a level-2 backup.
926
- * * **RestoreByBackupSetOss**: restore from a level-2 backup set.
927
- * * **CloneFromSourceCluster**: clone from the source cluster.
932
+ * * **RestoreByTime**: Restored from a point in time based on a level-1 backup.
933
+ * * **RestoreByBackupSet**: Restored from a backup set based on a level-1 backup.
934
+ * * **RestoreByTimeOss**: Restored from a point in time based on a level-2 backup.
935
+ * * **RestoreByBackupSetOss**: Restored from a backup set based on a level-2 backup.
936
+ * * **CloneFromSourceCluster**: Cloned from the source cluster.
928
937
  *
929
938
  * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
930
939
  *
@@ -1015,6 +1024,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1015
1024
  * OFF
1016
1025
  */
1017
1026
  standbyHAMode?: string;
1027
+ storageAutoScale?: string;
1018
1028
  /**
1019
1029
  * @remarks
1020
1030
  * The maximum storage capacity for the current cluster specifications, in bytes.
@@ -1025,7 +1035,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1025
1035
  storageMax?: number;
1026
1036
  /**
1027
1037
  * @remarks
1028
- * The billing method for storage. Valid values:
1038
+ * The storage billing type. Valid values:
1029
1039
  *
1030
1040
  * - **Postpaid**: pay-by-capacity (pay-as-you-go).
1031
1041
  * - **Prepaid**: pay-by-space (subscription).
@@ -1050,6 +1060,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1050
1060
  * HighPerformance
1051
1061
  */
1052
1062
  storageType?: string;
1063
+ storageUpperBound?: number;
1053
1064
  /**
1054
1065
  * @remarks
1055
1066
  * The storage usage, in bytes.
@@ -1060,11 +1071,11 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1060
1071
  storageUsed?: number;
1061
1072
  /**
1062
1073
  * @remarks
1063
- * Indicates whether multi-zone strong data consistency is enabled for the cluster. Valid values:
1074
+ * Indicates whether multi-zone data strong consistency is enabled for the cluster. Valid values:
1064
1075
  *
1065
- * - **ON**: Multi-zone strong data consistency is enabled. This applies to PolarDB for MySQL Standard Edition with three-zone deployment.
1076
+ * - **ON**: Multi-zone data strong consistency is enabled. This applies to Standard Edition clusters deployed across three zones.
1066
1077
  *
1067
- * - **OFF**: Multi-zone strong data consistency is not enabled.
1078
+ * - **OFF**: Multi-zone data strong consistency is not enabled.
1068
1079
  *
1069
1080
  * @example
1070
1081
  * ON
@@ -1084,7 +1095,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1084
1095
  subCategory?: string;
1085
1096
  /**
1086
1097
  * @remarks
1087
- * Indicates whether failover with hot replica is supported with IMCI compatibility.
1098
+ * Indicates whether the failover with hot replica feature that is compatible with IMCI is supported.
1088
1099
  *
1089
1100
  * @example
1090
1101
  * ON
@@ -1092,7 +1103,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1092
1103
  supportInstantSwitchWithImci?: string;
1093
1104
  /**
1094
1105
  * @remarks
1095
- * The details of tags.
1106
+ * The tag information.
1096
1107
  */
1097
1108
  tags?: DescribeDBClusterAttributeResponseBodyTags[];
1098
1109
  /**
@@ -1182,10 +1193,12 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1182
1193
  sourceDBCluster: 'SourceDBCluster',
1183
1194
  sourceRegionId: 'SourceRegionId',
1184
1195
  standbyHAMode: 'StandbyHAMode',
1196
+ storageAutoScale: 'StorageAutoScale',
1185
1197
  storageMax: 'StorageMax',
1186
1198
  storagePayType: 'StoragePayType',
1187
1199
  storageSpace: 'StorageSpace',
1188
1200
  storageType: 'StorageType',
1201
+ storageUpperBound: 'StorageUpperBound',
1189
1202
  storageUsed: 'StorageUsed',
1190
1203
  strictConsistency: 'StrictConsistency',
1191
1204
  subCategory: 'SubCategory',
@@ -1260,10 +1273,12 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1260
1273
  sourceDBCluster: 'string',
1261
1274
  sourceRegionId: 'string',
1262
1275
  standbyHAMode: 'string',
1276
+ storageAutoScale: 'string',
1263
1277
  storageMax: 'number',
1264
1278
  storagePayType: 'string',
1265
1279
  storageSpace: 'number',
1266
1280
  storageType: 'string',
1281
+ storageUpperBound: 'number',
1267
1282
  storageUsed: 'number',
1268
1283
  strictConsistency: 'string',
1269
1284
  subCategory: 'string',
@@ -103,6 +103,8 @@ export { DescribeApplicationPerformanceResponseBodyPerformanceKeysPerformanceIte
103
103
  export { DescribeApplicationPerformanceResponseBodyPerformanceKeys } from './DescribeApplicationPerformanceResponseBody';
104
104
  export { DescribeApplicationPromptsResponseBodyItems } from './DescribeApplicationPromptsResponseBody';
105
105
  export { DescribeApplicationServerlessConfResponseBodyServerlessConfItems } from './DescribeApplicationServerlessConfResponseBody';
106
+ export { DescribeApplicationSessionIdsResponseBodyItemsItems } from './DescribeApplicationSessionIdsResponseBody';
107
+ export { DescribeApplicationSessionIdsResponseBodyItems } from './DescribeApplicationSessionIdsResponseBody';
106
108
  export { DescribeApplicationsRequestTag } from './DescribeApplicationsRequest';
107
109
  export { DescribeApplicationsResponseBodyItemsApplicationsEndpointsEndpoint } from './DescribeApplicationsResponseBody';
108
110
  export { DescribeApplicationsResponseBodyItemsApplicationsEndpoints } from './DescribeApplicationsResponseBody';
@@ -853,6 +855,9 @@ export { DescribeApplicationPromptsResponse } from './DescribeApplicationPrompts
853
855
  export { DescribeApplicationServerlessConfRequest } from './DescribeApplicationServerlessConfRequest';
854
856
  export { DescribeApplicationServerlessConfResponseBody } from './DescribeApplicationServerlessConfResponseBody';
855
857
  export { DescribeApplicationServerlessConfResponse } from './DescribeApplicationServerlessConfResponse';
858
+ export { DescribeApplicationSessionIdsRequest } from './DescribeApplicationSessionIdsRequest';
859
+ export { DescribeApplicationSessionIdsResponseBody } from './DescribeApplicationSessionIdsResponseBody';
860
+ export { DescribeApplicationSessionIdsResponse } from './DescribeApplicationSessionIdsResponse';
856
861
  export { DescribeApplicationsRequest } from './DescribeApplicationsRequest';
857
862
  export { DescribeApplicationsResponseBody } from './DescribeApplicationsResponseBody';
858
863
  export { DescribeApplicationsResponse } from './DescribeApplicationsResponse';