@alicloud/polardb20170801 7.5.0 → 7.7.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.
- package/dist/client.d.ts +34 -4
- package/dist/client.js +121 -4
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeApplicationAttributeResponseBody.d.ts +75 -110
- package/dist/models/DescribeApplicationAttributeResponseBody.js +2 -0
- package/dist/models/DescribeApplicationAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationLogsRequest.d.ts +1 -1
- package/dist/models/DescribeApplicationLogsResponseBody.d.ts +2 -0
- package/dist/models/DescribeApplicationLogsResponseBody.js +4 -0
- package/dist/models/DescribeApplicationLogsResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationPerformanceRequest.d.ts +4 -0
- package/dist/models/DescribeApplicationPerformanceRequest.js +8 -0
- package/dist/models/DescribeApplicationPerformanceRequest.js.map +1 -1
- package/dist/models/DescribeApplicationPerformanceResponseBody.d.ts +2 -0
- package/dist/models/DescribeApplicationPerformanceResponseBody.js +4 -0
- package/dist/models/DescribeApplicationPerformanceResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationSessionIdsRequest.d.ts +72 -0
- package/dist/models/DescribeApplicationSessionIdsRequest.js +74 -0
- package/dist/models/DescribeApplicationSessionIdsRequest.js.map +1 -0
- package/dist/models/DescribeApplicationSessionIdsResponse.d.ts +19 -0
- package/dist/models/DescribeApplicationSessionIdsResponse.js +69 -0
- package/dist/models/DescribeApplicationSessionIdsResponse.js.map +1 -0
- package/dist/models/DescribeApplicationSessionIdsResponseBody.d.ts +82 -0
- package/dist/models/DescribeApplicationSessionIdsResponseBody.js +116 -0
- package/dist/models/DescribeApplicationSessionIdsResponseBody.js.map +1 -0
- package/dist/models/DescribeDbclusterAttributeResponseBody.d.ts +84 -79
- package/dist/models/DescribeDbclusterAttributeResponseBody.js +10 -0
- package/dist/models/DescribeDbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/RestartPolarClawGatewayRequest.d.ts +26 -0
- package/dist/models/RestartPolarClawGatewayRequest.js +60 -0
- package/dist/models/RestartPolarClawGatewayRequest.js.map +1 -0
- package/dist/models/RestartPolarClawGatewayResponse.d.ts +19 -0
- package/dist/models/RestartPolarClawGatewayResponse.js +69 -0
- package/dist/models/RestartPolarClawGatewayResponse.js.map +1 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.d.ts +73 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.js +80 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +8 -0
- package/dist/models/model.js +48 -32
- package/dist/models/model.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +140 -4
- package/src/models/DescribeApplicationAttributeResponseBody.ts +77 -110
- package/src/models/DescribeApplicationLogsRequest.ts +1 -1
- package/src/models/DescribeApplicationLogsResponseBody.ts +6 -0
- package/src/models/DescribeApplicationPerformanceRequest.ts +12 -0
- package/src/models/DescribeApplicationPerformanceResponseBody.ts +6 -0
- package/src/models/DescribeApplicationSessionIdsRequest.ts +101 -0
- package/src/models/DescribeApplicationSessionIdsResponse.ts +40 -0
- package/src/models/DescribeApplicationSessionIdsResponseBody.ts +135 -0
- package/src/models/DescribeDbclusterAttributeResponseBody.ts +94 -79
- package/src/models/RestartPolarClawGatewayRequest.ts +41 -0
- package/src/models/RestartPolarClawGatewayResponse.ts +40 -0
- package/src/models/RestartPolarClawGatewayResponseBody.ts +108 -0
- package/src/models/model.ts +8 -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**:
|
|
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**:
|
|
147
|
-
* * **Running**:
|
|
148
|
-
* * **Deleting**:
|
|
149
|
-
* * **Rebooting**:
|
|
150
|
-
* * **DBNodeCreating**:
|
|
151
|
-
* * **DBNodeDeleting**:
|
|
152
|
-
* * **ClassChanging**:
|
|
153
|
-
* * **NetAddressCreating**:
|
|
154
|
-
* * **NetAddressDeleting**:
|
|
155
|
-
* * **NetAddressModifying**:
|
|
156
|
-
* * **MinorVersionUpgrading**:
|
|
157
|
-
* * **Maintaining**:
|
|
158
|
-
* * **Switching**:
|
|
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**:
|
|
177
|
+
* - **ON**: Enabled.
|
|
178
178
|
*
|
|
179
|
-
* - **OFF**:
|
|
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**:
|
|
189
|
+
* - **ON**: Enabled.
|
|
190
190
|
*
|
|
191
|
-
* - **OFF**:
|
|
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
|
|
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:
|
|
257
|
+
* - on: Enabled.
|
|
258
258
|
*
|
|
259
|
-
* - off:
|
|
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**:
|
|
280
|
+
* - **ON**: Enabled.
|
|
278
281
|
*
|
|
279
|
-
* - **OFF**:
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
484
|
-
* - Manual:
|
|
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**:
|
|
512
|
-
* - **false**:
|
|
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**:
|
|
532
|
+
* * **Archive**: X-Engine Edition
|
|
524
533
|
* * **NormalMultimaster**: Multi-master Cluster Edition
|
|
525
|
-
* * **SENormal**:
|
|
534
|
+
* * **SENormal**: Standard Edition
|
|
526
535
|
*
|
|
527
|
-
* > * PolarDB for PostgreSQL
|
|
528
|
-
* >* PolarDB for MySQL 8.0, PolarDB for MySQL 5.7, and PolarDB for PostgreSQL
|
|
529
|
-
* >* PolarDB for MySQL 8.0 supports
|
|
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:
|
|
547
|
-
* - OFF:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`:
|
|
719
|
-
* - `OFF`:
|
|
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`:
|
|
729
|
-
* - `false`:
|
|
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**:
|
|
779
|
-
* - **ManualLock**:
|
|
780
|
-
* - **LockByExpiration**:
|
|
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
|
|
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:
|
|
807
|
+
* - on: Enabled.
|
|
799
808
|
*
|
|
800
|
-
* - off:
|
|
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
|
|
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**:
|
|
858
|
-
* - **Running**:
|
|
859
|
-
* - **Deleting**:
|
|
860
|
-
* - **Rebooting**:
|
|
861
|
-
* - **DBNodeCreating**:
|
|
862
|
-
* - **DBNodeDeleting**:
|
|
863
|
-
* - **ClassChanging**:
|
|
864
|
-
* - **NetAddressCreating**:
|
|
865
|
-
* - **NetAddressDeleting**:
|
|
866
|
-
* - **NetAddressModifying**:
|
|
867
|
-
* - **Deleted**:
|
|
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
|
|
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
|
|
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
|
|
930
|
+
* The cluster restoration method. Valid values:
|
|
922
931
|
*
|
|
923
|
-
* * **RestoreByTime**: point
|
|
924
|
-
* * **RestoreByBackupSet**:
|
|
925
|
-
* * **RestoreByTimeOss**: point
|
|
926
|
-
* * **RestoreByBackupSetOss**:
|
|
927
|
-
* * **CloneFromSourceCluster**:
|
|
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
|
|
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
|
|
1074
|
+
* Indicates whether multi-zone data strong consistency is enabled for the cluster. Valid values:
|
|
1064
1075
|
*
|
|
1065
|
-
* - **ON**: Multi-zone strong
|
|
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
|
|
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
|
|
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
|
|
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',
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RestartPolarClawGatewayRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* pa-xxx
|
|
12
|
+
*/
|
|
13
|
+
applicationId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* in-process
|
|
17
|
+
*/
|
|
18
|
+
mode?: string;
|
|
19
|
+
static names(): { [key: string]: string } {
|
|
20
|
+
return {
|
|
21
|
+
applicationId: 'ApplicationId',
|
|
22
|
+
mode: 'Mode',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static types(): { [key: string]: any } {
|
|
27
|
+
return {
|
|
28
|
+
applicationId: 'string',
|
|
29
|
+
mode: 'string',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
validate() {
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { RestartPolarClawGatewayResponseBody } from "./RestartPolarClawGatewayResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class RestartPolarClawGatewayResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: RestartPolarClawGatewayResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: RestartPolarClawGatewayResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RestartPolarClawGatewayResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* pa-xxx
|
|
9
|
+
*/
|
|
10
|
+
applicationId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 200
|
|
14
|
+
*/
|
|
15
|
+
code?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 3235
|
|
19
|
+
*/
|
|
20
|
+
downtimeMs?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 2026.5.7
|
|
24
|
+
*/
|
|
25
|
+
gatewayVersion?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* successful
|
|
29
|
+
*/
|
|
30
|
+
message?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* in-process
|
|
34
|
+
*/
|
|
35
|
+
mode?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* true
|
|
39
|
+
*/
|
|
40
|
+
ok?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* RestartPolarClawGateway
|
|
44
|
+
*/
|
|
45
|
+
operation?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* F45FFACC-xxx
|
|
49
|
+
*/
|
|
50
|
+
requestId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @example
|
|
53
|
+
* true
|
|
54
|
+
*/
|
|
55
|
+
restarted?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* pending
|
|
59
|
+
*/
|
|
60
|
+
state?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @example
|
|
63
|
+
* 0ee00f56-f467-4d41-858c-ca4ede2c770e
|
|
64
|
+
*/
|
|
65
|
+
taskId?: string;
|
|
66
|
+
static names(): { [key: string]: string } {
|
|
67
|
+
return {
|
|
68
|
+
applicationId: 'ApplicationId',
|
|
69
|
+
code: 'Code',
|
|
70
|
+
downtimeMs: 'DowntimeMs',
|
|
71
|
+
gatewayVersion: 'GatewayVersion',
|
|
72
|
+
message: 'Message',
|
|
73
|
+
mode: 'Mode',
|
|
74
|
+
ok: 'Ok',
|
|
75
|
+
operation: 'Operation',
|
|
76
|
+
requestId: 'RequestId',
|
|
77
|
+
restarted: 'Restarted',
|
|
78
|
+
state: 'State',
|
|
79
|
+
taskId: 'TaskId',
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
static types(): { [key: string]: any } {
|
|
84
|
+
return {
|
|
85
|
+
applicationId: 'string',
|
|
86
|
+
code: 'number',
|
|
87
|
+
downtimeMs: 'number',
|
|
88
|
+
gatewayVersion: 'string',
|
|
89
|
+
message: 'string',
|
|
90
|
+
mode: 'string',
|
|
91
|
+
ok: 'boolean',
|
|
92
|
+
operation: 'string',
|
|
93
|
+
requestId: 'string',
|
|
94
|
+
restarted: 'boolean',
|
|
95
|
+
state: 'string',
|
|
96
|
+
taskId: 'string',
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
validate() {
|
|
101
|
+
super.validate();
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
constructor(map?: { [key: string]: any }) {
|
|
105
|
+
super(map);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -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';
|
|
@@ -1598,6 +1603,9 @@ export { RestartDBNodeResponse } from './RestartDbnodeResponse';
|
|
|
1598
1603
|
export { RestartDBNodeZonalRequest } from './RestartDbnodeZonalRequest';
|
|
1599
1604
|
export { RestartDBNodeZonalResponseBody } from './RestartDbnodeZonalResponseBody';
|
|
1600
1605
|
export { RestartDBNodeZonalResponse } from './RestartDbnodeZonalResponse';
|
|
1606
|
+
export { RestartPolarClawGatewayRequest } from './RestartPolarClawGatewayRequest';
|
|
1607
|
+
export { RestartPolarClawGatewayResponseBody } from './RestartPolarClawGatewayResponseBody';
|
|
1608
|
+
export { RestartPolarClawGatewayResponse } from './RestartPolarClawGatewayResponse';
|
|
1601
1609
|
export { RestoreTableRequest } from './RestoreTableRequest';
|
|
1602
1610
|
export { RestoreTableResponseBody } from './RestoreTableResponseBody';
|
|
1603
1611
|
export { RestoreTableResponse } from './RestoreTableResponse';
|