@alicloud/rds20140815 11.1.1 → 11.2.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 CHANGED
@@ -263,7 +263,7 @@ export declare class CreateDBInstanceRequestServerlessConfig extends $dara.Model
263
263
  * The maximum number of RDS Capacity Units (RCUs). Valid values:
264
264
  *
265
265
  * * Serverless ApsaraDB RDS for MySQL instances: **1 to 32**
266
- * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 8**
266
+ * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 16**
267
267
  * * Serverless ApsaraDB RDS for PostgreSQL instances: **1 to 14**
268
268
  *
269
269
  * > The value of this parameter must be greater than or equal to the value of the **MinCapacity** parameter and can be set only to an **integer**.
@@ -277,7 +277,7 @@ export declare class CreateDBInstanceRequestServerlessConfig extends $dara.Model
277
277
  * The minimum number of RCUs. Valid values:
278
278
  *
279
279
  * * Serverless ApsaraDB RDS for MySQL instances: **0.5 to 32**.
280
- * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 8**. Only integers are supported.
280
+ * * Serverless ApsaraDB RDS for SQL Server instances: **2 to 16**. Only integers are supported.
281
281
  * * Serverless ApsaraDB RDS for PostgreSQL instances: **0.5 to 14**
282
282
  *
283
283
  * > The value of this parameter must be less than or equal to the value of the **MaxCapacity** parameter.
@@ -13898,21 +13898,33 @@ export declare class DescribeRCInstanceTypeFamiliesResponseBodyInstanceTypeFamil
13898
13898
  }
13899
13899
  export declare class DescribeRCInstanceTypesResponseBodyInstanceTypesInstanceType extends $dara.Model {
13900
13900
  /**
13901
+ * @remarks
13902
+ * The maximum number of CPU cores.
13903
+ *
13901
13904
  * @example
13902
13905
  * 32
13903
13906
  */
13904
13907
  cpuCoreCount?: number;
13905
13908
  /**
13909
+ * @remarks
13910
+ * The ID of the instance family.
13911
+ *
13906
13912
  * @example
13907
13913
  * gn8.cm
13908
13914
  */
13909
13915
  instanceTypeFamily?: string;
13910
13916
  /**
13917
+ * @remarks
13918
+ * The instance type of the instance.
13919
+ *
13911
13920
  * @example
13912
13921
  * rds.gna8.2xlarge.8cm
13913
13922
  */
13914
13923
  instanceTypeId?: string;
13915
13924
  /**
13925
+ * @remarks
13926
+ * The memory size of the instance type. Unit: GiB.
13927
+ *
13916
13928
  * @example
13917
13929
  * 256
13918
13930
  */
@@ -13929,6 +13941,10 @@ export declare class DescribeRCInstanceTypesResponseBodyInstanceTypesInstanceTyp
13929
13941
  });
13930
13942
  }
13931
13943
  export declare class DescribeRCInstanceTypesResponseBodyInstanceTypes extends $dara.Model {
13944
+ /**
13945
+ * @remarks
13946
+ * The instance types.
13947
+ */
13932
13948
  instanceType?: DescribeRCInstanceTypesResponseBodyInstanceTypesInstanceType[];
13933
13949
  static names(): {
13934
13950
  [key: string]: string;
@@ -16876,6 +16892,7 @@ export declare class DescribeUpgradeMajorVersionPrecheckTaskResponseBodyItems ex
16876
16892
  * 416980000
16877
16893
  */
16878
16894
  taskId?: number;
16895
+ upgradeMode?: string;
16879
16896
  static names(): {
16880
16897
  [key: string]: string;
16881
16898
  };
@@ -17021,6 +17038,11 @@ export declare class DescribeUpgradeMajorVersionTasksResponseBodyItems extends $
17021
17038
  * switch
17022
17039
  */
17023
17040
  upgradeMode?: string;
17041
+ cutOver?: boolean;
17042
+ totalLogicRepDelayTime?: number;
17043
+ totalLogicRepLatencyMB?: number;
17044
+ zeroDownTimeConnectionString?: string;
17045
+ zeroDownTimePort?: number;
17024
17046
  static names(): {
17025
17047
  [key: string]: string;
17026
17048
  };
@@ -18309,16 +18331,25 @@ export declare class ModifyPGHbaConfigRequestHbaItem extends $dara.Model {
18309
18331
  }
18310
18332
  export declare class ModifyRCInstanceChargeTypeResponseBodyFeeOfInstances extends $dara.Model {
18311
18333
  /**
18334
+ * @remarks
18335
+ * The reserved parameter. This parameter is not supported.
18336
+ *
18312
18337
  * @example
18313
18338
  * None
18314
18339
  */
18315
18340
  currency?: string;
18316
18341
  /**
18342
+ * @remarks
18343
+ * The reserved parameter. This parameter is not supported.
18344
+ *
18317
18345
  * @example
18318
18346
  * None
18319
18347
  */
18320
18348
  fee?: string;
18321
18349
  /**
18350
+ * @remarks
18351
+ * The reserved parameter. This parameter is not supported.
18352
+ *
18322
18353
  * @example
18323
18354
  * None
18324
18355
  */
@@ -22417,10 +22448,12 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22417
22448
  autoRenew?: string;
22418
22449
  /**
22419
22450
  * @remarks
22420
- * Specifies whether to use a coupon. Valid values:
22451
+ * Specifies whether to use a coupon. Default value: false. Valid values:
22421
22452
  *
22422
- * * **true**: uses a coupon.
22423
- * * **false** (default): does not use a coupon.
22453
+ * * **true**
22454
+ * * **false**
22455
+ *
22456
+ * > If you downgrade the specifications of an instance after you use coupons, the used coupons cannot be refunded.
22424
22457
  *
22425
22458
  * @example
22426
22459
  * true
@@ -22486,15 +22519,15 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22486
22519
  * * **AlwaysOn**: RDS Cluster Edition for ApsaraDB RDS for SQL Server
22487
22520
  * * **Finance**: RDS Basic Edition for serverless instances
22488
22521
  *
22489
- * * Serverless instance
22522
+ * * Serverless RDS instance
22490
22523
  *
22491
22524
  * * **serverless_basic**: RDS Basic Edition for serverless instances. This edition is available only for instances that run MySQL and PostgreSQL.
22492
22525
  * * **serverless_standard**: RDS High-availability Edition for serverless instances. This edition is available only for instances that run MySQL and PostgreSQL.
22493
22526
  * * **serverless_ha**: RDS High-availability Edition for serverless instances. This edition is available only for instances that run SQL Server.
22494
22527
  *
22528
+ * **
22495
22529
  *
22496
- *
22497
- * > This parameter is required when you create a serverless instance.
22530
+ * **Note** This parameter is required if PayType is set to Serverless.
22498
22531
  *
22499
22532
  * @example
22500
22533
  * HighAvailability
@@ -22737,23 +22770,28 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22737
22770
  * @remarks
22738
22771
  * The database engine version of the instance. Valid values:
22739
22772
  *
22740
- * * Regular instance
22773
+ * * Regular RDS instance
22741
22774
  *
22742
22775
  * * Valid values when you set Engine to MySQL: **5.5**, **5.6**, **5.7**, and **8.0**
22743
22776
  * * Valid values when you set Engine to SQLServer: **08r2_ent_ha** (cloud disks, discontinued), **2008r2** (local disks, discontinued), **2012** (SQL Server EE Basic), **2012_ent_ha**, **2012_std_ha**, **2012_web**, **2014_ent_ha**, **2014_std_ha**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_ent**, **2017_std_ha**, **2017_web**, **2019_ent**, **2019_std_ha**, **2019_web**, **2022_ent**, **2022_std_ha**, and **2022_web**
22744
- * * Valid values when you set Engine to PostgreSQL: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, **15.0**, and **16.0**
22745
- * * Valid value if you set Engine to MariaDB: **10.3**
22777
+ * * Valid values when you set Engine to PostgreSQL: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, **15.0**, **16.0**, and **17.0**
22778
+ * * Valid values when you set Engine to MariaDB: **10.3** and **10.6**
22746
22779
  *
22747
- * * Serverless instance
22780
+ * * Serverless RDS instance
22748
22781
  *
22749
22782
  * * Valid values when you set Engine to MySQL: **5.7** and **8.0**
22750
22783
  * * Valid values when you set Engine to SQLServer: **2016_std_sl**, **2017_std_sl**, and **2019_std_sl**
22751
- * * Valid values when you set Engine to PostgreSQL: **14.0**, **15.0**, and **16.0**
22784
+ * * Valid values when you set Engine to PostgreSQL: **14.0**, **15.0**, **16.0**, and **17.0**
22785
+ *
22786
+ * >
22787
+ *
22788
+ * * ApsaraDB RDS for MariaDB does not support serverless instances.
22789
+ *
22790
+ * * RDS instances that run SQL Server: `_ent` specifies SQL Server EE (Always On), `_ent_ha` specifies SQL Server EE, `_std_ha` specifies SQL Server SE, and `_web` specifies SQL Server Web.
22791
+ *
22792
+ * * RDS instances that run SQL Server 2014 are not available for purchase on the international site (alibabacloud.com).
22752
22793
  *
22753
- * > * ApsaraDB RDS for MariaDB does not support serverless instances.
22754
- * > * RDS instances that run SQL Server: `_ent` specifies SQL Server EE (Always On), `_ent_ha` specifies SQL Server EE, `_std_ha` specifies SQL Server SE, and `_web` specifies SQL Server Web.
22755
- * > * RDS instances that run SQL Server 2014 are not available for purchase on the international site (alibabacloud.com).
22756
- * > * Babelfish is supported only for RDS instances that run PostgreSQL 15.
22794
+ * * Babelfish is supported only for RDS instances that run PostgreSQL 15.
22757
22795
  *
22758
22796
  * This parameter is required.
22759
22797
  *
@@ -22797,8 +22835,8 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22797
22835
  * @remarks
22798
22836
  * Specifies whether to enable the write optimization feature. Valid values:
22799
22837
  *
22800
- * * **optimized**: enables the feature.
22801
- * * **none**: disables the feature.
22838
+ * * **optimized**
22839
+ * * **none** (default)
22802
22840
  *
22803
22841
  * > For more information about the write optimization feature, see [Write optimization](https://help.aliyun.com/document_detail/2858761.html).
22804
22842
  *
@@ -22864,7 +22902,7 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22864
22902
  promotionCode?: string;
22865
22903
  /**
22866
22904
  * @remarks
22867
- * The region ID. You can call the DescribeRegions operation to query the most recent region list.
22905
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/610399.html) operation to query the most recent region list.
22868
22906
  *
22869
22907
  * This parameter is required.
22870
22908
  *
@@ -22883,7 +22921,9 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22883
22921
  resourceOwnerId?: number;
22884
22922
  /**
22885
22923
  * @remarks
22886
- * The Alibaba Cloud Resource Name (ARN) that is provided by your Alibaba Cloud account for RAM users. RAM users can use the ARN to connect ApsaraDB RDS to KMS. You can call the CheckCloudResourceAuthorized operation to query the ARN.
22924
+ * The Alibaba Cloud Resource Name (ARN) that is provided by your Alibaba Cloud account for Resource Access Management (RAM) users. RAM users can use the ARN to connect to ApsaraDB RDS to Key Management Service (KMS). You can call the CheckCloudResourceAuthorized operation to query the ARN.
22925
+ *
22926
+ * > When you enable the encryption, you must specify the RoleARN.
22887
22927
  *
22888
22928
  * @example
22889
22929
  * acs:ram::1406xxxxxx:role/aliyunrdsinstanceencryptiondefaultrole
@@ -22891,7 +22931,7 @@ export declare class CreateDBInstanceRequest extends $dara.Model {
22891
22931
  roleARN?: string;
22892
22932
  /**
22893
22933
  * @remarks
22894
- * The IP address whitelist of the instance. For more information, see [Use a database client or the CLI to connect to an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/43185.html). If the IP address whitelist contains more than one entry, separate the entries with commas (,). Each entry must be unique. The IP address whitelist can contain up to 1,000 entries. The entries in the IP address whitelist must be in one of the following formats:
22934
+ * The IP address whitelist of the instance. For more information, see [Configure an IP address whitelist](https://help.aliyun.com/document_detail/43185.html). Separate multiple IP addresses or CIDR blocks with commas (,). You can add up to 1,000 IP addresses or CIDR blocks to the whitelist. The entries in the IP address whitelist must be in one of the following formats:
22895
22935
  *
22896
22936
  * * IP addresses, such as 10.10.XX.XX.
22897
22937
  * * CIDR blocks, such as 10.10.XX.XX/24. In this example, 24 indicates that the prefix of each IP address in the IP address whitelist is 24 bits in length. You can replace 24 with a value within the range of 1 to 32.
@@ -23182,10 +23222,12 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23182
23222
  autoRenew?: string;
23183
23223
  /**
23184
23224
  * @remarks
23185
- * Specifies whether to use a coupon. Valid values:
23225
+ * Specifies whether to use a coupon. Default value: false. Valid values:
23186
23226
  *
23187
- * * **true**: uses a coupon.
23188
- * * **false** (default): does not use a coupon.
23227
+ * * **true**
23228
+ * * **false**
23229
+ *
23230
+ * > If you downgrade the specifications of an instance after you use coupons, the used coupons cannot be refunded.
23189
23231
  *
23190
23232
  * @example
23191
23233
  * true
@@ -23251,15 +23293,15 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23251
23293
  * * **AlwaysOn**: RDS Cluster Edition for ApsaraDB RDS for SQL Server
23252
23294
  * * **Finance**: RDS Basic Edition for serverless instances
23253
23295
  *
23254
- * * Serverless instance
23296
+ * * Serverless RDS instance
23255
23297
  *
23256
23298
  * * **serverless_basic**: RDS Basic Edition for serverless instances. This edition is available only for instances that run MySQL and PostgreSQL.
23257
23299
  * * **serverless_standard**: RDS High-availability Edition for serverless instances. This edition is available only for instances that run MySQL and PostgreSQL.
23258
23300
  * * **serverless_ha**: RDS High-availability Edition for serverless instances. This edition is available only for instances that run SQL Server.
23259
23301
  *
23302
+ * **
23260
23303
  *
23261
- *
23262
- * > This parameter is required when you create a serverless instance.
23304
+ * **Note** This parameter is required if PayType is set to Serverless.
23263
23305
  *
23264
23306
  * @example
23265
23307
  * HighAvailability
@@ -23502,23 +23544,28 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23502
23544
  * @remarks
23503
23545
  * The database engine version of the instance. Valid values:
23504
23546
  *
23505
- * * Regular instance
23547
+ * * Regular RDS instance
23506
23548
  *
23507
23549
  * * Valid values when you set Engine to MySQL: **5.5**, **5.6**, **5.7**, and **8.0**
23508
23550
  * * Valid values when you set Engine to SQLServer: **08r2_ent_ha** (cloud disks, discontinued), **2008r2** (local disks, discontinued), **2012** (SQL Server EE Basic), **2012_ent_ha**, **2012_std_ha**, **2012_web**, **2014_ent_ha**, **2014_std_ha**, **2016_ent_ha**, **2016_std_ha**, **2016_web**, **2017_ent**, **2017_std_ha**, **2017_web**, **2019_ent**, **2019_std_ha**, **2019_web**, **2022_ent**, **2022_std_ha**, and **2022_web**
23509
- * * Valid values when you set Engine to PostgreSQL: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, **15.0**, and **16.0**
23510
- * * Valid value if you set Engine to MariaDB: **10.3**
23551
+ * * Valid values when you set Engine to PostgreSQL: **10.0**, **11.0**, **12.0**, **13.0**, **14.0**, **15.0**, **16.0**, and **17.0**
23552
+ * * Valid values when you set Engine to MariaDB: **10.3** and **10.6**
23511
23553
  *
23512
- * * Serverless instance
23554
+ * * Serverless RDS instance
23513
23555
  *
23514
23556
  * * Valid values when you set Engine to MySQL: **5.7** and **8.0**
23515
23557
  * * Valid values when you set Engine to SQLServer: **2016_std_sl**, **2017_std_sl**, and **2019_std_sl**
23516
- * * Valid values when you set Engine to PostgreSQL: **14.0**, **15.0**, and **16.0**
23558
+ * * Valid values when you set Engine to PostgreSQL: **14.0**, **15.0**, **16.0**, and **17.0**
23559
+ *
23560
+ * >
23561
+ *
23562
+ * * ApsaraDB RDS for MariaDB does not support serverless instances.
23563
+ *
23564
+ * * RDS instances that run SQL Server: `_ent` specifies SQL Server EE (Always On), `_ent_ha` specifies SQL Server EE, `_std_ha` specifies SQL Server SE, and `_web` specifies SQL Server Web.
23517
23565
  *
23518
- * > * ApsaraDB RDS for MariaDB does not support serverless instances.
23519
- * > * RDS instances that run SQL Server: `_ent` specifies SQL Server EE (Always On), `_ent_ha` specifies SQL Server EE, `_std_ha` specifies SQL Server SE, and `_web` specifies SQL Server Web.
23520
- * > * RDS instances that run SQL Server 2014 are not available for purchase on the international site (alibabacloud.com).
23521
- * > * Babelfish is supported only for RDS instances that run PostgreSQL 15.
23566
+ * * RDS instances that run SQL Server 2014 are not available for purchase on the international site (alibabacloud.com).
23567
+ *
23568
+ * * Babelfish is supported only for RDS instances that run PostgreSQL 15.
23522
23569
  *
23523
23570
  * This parameter is required.
23524
23571
  *
@@ -23562,8 +23609,8 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23562
23609
  * @remarks
23563
23610
  * Specifies whether to enable the write optimization feature. Valid values:
23564
23611
  *
23565
- * * **optimized**: enables the feature.
23566
- * * **none**: disables the feature.
23612
+ * * **optimized**
23613
+ * * **none** (default)
23567
23614
  *
23568
23615
  * > For more information about the write optimization feature, see [Write optimization](https://help.aliyun.com/document_detail/2858761.html).
23569
23616
  *
@@ -23629,7 +23676,7 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23629
23676
  promotionCode?: string;
23630
23677
  /**
23631
23678
  * @remarks
23632
- * The region ID. You can call the DescribeRegions operation to query the most recent region list.
23679
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/610399.html) operation to query the most recent region list.
23633
23680
  *
23634
23681
  * This parameter is required.
23635
23682
  *
@@ -23648,7 +23695,9 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23648
23695
  resourceOwnerId?: number;
23649
23696
  /**
23650
23697
  * @remarks
23651
- * The Alibaba Cloud Resource Name (ARN) that is provided by your Alibaba Cloud account for RAM users. RAM users can use the ARN to connect ApsaraDB RDS to KMS. You can call the CheckCloudResourceAuthorized operation to query the ARN.
23698
+ * The Alibaba Cloud Resource Name (ARN) that is provided by your Alibaba Cloud account for Resource Access Management (RAM) users. RAM users can use the ARN to connect to ApsaraDB RDS to Key Management Service (KMS). You can call the CheckCloudResourceAuthorized operation to query the ARN.
23699
+ *
23700
+ * > When you enable the encryption, you must specify the RoleARN.
23652
23701
  *
23653
23702
  * @example
23654
23703
  * acs:ram::1406xxxxxx:role/aliyunrdsinstanceencryptiondefaultrole
@@ -23656,7 +23705,7 @@ export declare class CreateDBInstanceShrinkRequest extends $dara.Model {
23656
23705
  roleARN?: string;
23657
23706
  /**
23658
23707
  * @remarks
23659
- * The IP address whitelist of the instance. For more information, see [Use a database client or the CLI to connect to an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/43185.html). If the IP address whitelist contains more than one entry, separate the entries with commas (,). Each entry must be unique. The IP address whitelist can contain up to 1,000 entries. The entries in the IP address whitelist must be in one of the following formats:
23708
+ * The IP address whitelist of the instance. For more information, see [Configure an IP address whitelist](https://help.aliyun.com/document_detail/43185.html). Separate multiple IP addresses or CIDR blocks with commas (,). You can add up to 1,000 IP addresses or CIDR blocks to the whitelist. The entries in the IP address whitelist must be in one of the following formats:
23660
23709
  *
23661
23710
  * * IP addresses, such as 10.10.XX.XX.
23662
23711
  * * CIDR blocks, such as 10.10.XX.XX/24. In this example, 24 indicates that the prefix of each IP address in the IP address whitelist is 24 bits in length. You can replace 24 with a value within the range of 1 to 32.
@@ -27088,7 +27137,7 @@ export declare class CreateRCDiskRequest extends $dara.Model {
27088
27137
  * * **cloud** (default): basic disk
27089
27138
  * * **cloud_efficiency**: ultra disk.
27090
27139
  * * **cloud_ssd**: standard SSD.
27091
- * * **cloud_essd**: ESSD.
27140
+ * * **cloud_essd**: Enterprise ESSD (ESSD).
27092
27141
  * * **cloud_auto**: ESSD AutoPL disk
27093
27142
  * * **cloud_essd_entry**: ESSD Entry disk
27094
27143
  * * **elastic_ephemeral_disk_standard**: standard elastic ephemeral disk
@@ -27117,6 +27166,9 @@ export declare class CreateRCDiskRequest extends $dara.Model {
27117
27166
  */
27118
27167
  instanceChargeType?: string;
27119
27168
  /**
27169
+ * @remarks
27170
+ * The ID of the instance to which you want to attach the disk.
27171
+ *
27120
27172
  * @example
27121
27173
  * rc-v28c6k3jupp61m2t****
27122
27174
  */
@@ -27164,7 +27216,7 @@ export declare class CreateRCDiskRequest extends $dara.Model {
27164
27216
  regionId?: string;
27165
27217
  /**
27166
27218
  * @remarks
27167
- * The disk size. Unit: GiB. This parameter is required. Valid values:
27219
+ * The disk size. Unit: GiB. This parameter is required.
27168
27220
  *
27169
27221
  * * Valid values if you set DiskCategory to **cloud**: 5 to 2000.
27170
27222
  *
@@ -46372,22 +46424,38 @@ export declare class DescribeRCInstanceTypeFamiliesResponse extends $dara.Model
46372
46424
  }
46373
46425
  export declare class DescribeRCInstanceTypesRequest extends $dara.Model {
46374
46426
  /**
46427
+ * @remarks
46428
+ * The commodity code of the instance.
46429
+ *
46375
46430
  * @example
46376
46431
  * rds_customprepaid_public_cn
46377
46432
  */
46378
46433
  commodityCode?: string;
46379
46434
  /**
46435
+ * @remarks
46436
+ * The database engine. Set the value to MySQL.
46437
+ *
46380
46438
  * @example
46381
46439
  * MySQL
46382
46440
  */
46383
46441
  engine?: string;
46442
+ /**
46443
+ * @remarks
46444
+ * The instance types.
46445
+ */
46384
46446
  instanceType?: string[];
46385
46447
  /**
46448
+ * @remarks
46449
+ * The instance family. You can call the **DescribeRCInstanceTypeFamilies** operation to query the instance families of instances.
46450
+ *
46386
46451
  * @example
46387
46452
  * gn8.cm
46388
46453
  */
46389
46454
  instanceTypeFamily?: string;
46390
46455
  /**
46456
+ * @remarks
46457
+ * The region ID.
46458
+ *
46391
46459
  * @example
46392
46460
  * cn-hangzhou
46393
46461
  */
@@ -46405,22 +46473,38 @@ export declare class DescribeRCInstanceTypesRequest extends $dara.Model {
46405
46473
  }
46406
46474
  export declare class DescribeRCInstanceTypesShrinkRequest extends $dara.Model {
46407
46475
  /**
46476
+ * @remarks
46477
+ * The commodity code of the instance.
46478
+ *
46408
46479
  * @example
46409
46480
  * rds_customprepaid_public_cn
46410
46481
  */
46411
46482
  commodityCode?: string;
46412
46483
  /**
46484
+ * @remarks
46485
+ * The database engine. Set the value to MySQL.
46486
+ *
46413
46487
  * @example
46414
46488
  * MySQL
46415
46489
  */
46416
46490
  engine?: string;
46491
+ /**
46492
+ * @remarks
46493
+ * The instance types.
46494
+ */
46417
46495
  instanceTypeShrink?: string;
46418
46496
  /**
46497
+ * @remarks
46498
+ * The instance family. You can call the **DescribeRCInstanceTypeFamilies** operation to query the instance families of instances.
46499
+ *
46419
46500
  * @example
46420
46501
  * gn8.cm
46421
46502
  */
46422
46503
  instanceTypeFamily?: string;
46423
46504
  /**
46505
+ * @remarks
46506
+ * The region ID.
46507
+ *
46424
46508
  * @example
46425
46509
  * cn-hangzhou
46426
46510
  */
@@ -46437,8 +46521,15 @@ export declare class DescribeRCInstanceTypesShrinkRequest extends $dara.Model {
46437
46521
  });
46438
46522
  }
46439
46523
  export declare class DescribeRCInstanceTypesResponseBody extends $dara.Model {
46524
+ /**
46525
+ * @remarks
46526
+ * The information about the instance types.
46527
+ */
46440
46528
  instanceTypes?: DescribeRCInstanceTypesResponseBodyInstanceTypes;
46441
46529
  /**
46530
+ * @remarks
46531
+ * The request ID.
46532
+ *
46442
46533
  * @example
46443
46534
  * F2911788-25E8-42E5-A3A3-1B38D263F01E
46444
46535
  */
@@ -59751,31 +59842,66 @@ export declare class ModifyParameterGroupResponse extends $dara.Model {
59751
59842
  }
59752
59843
  export declare class ModifyRCDiskSpecRequest extends $dara.Model {
59753
59844
  /**
59845
+ * @remarks
59846
+ * Specifies whether to enable automatic payment. Valid values:
59847
+ *
59848
+ * * **true (default)**: automatically completes the payment. Make sure that your account balance is sufficient.
59849
+ * * **false**: does not automatically complete the payment. An unpaid order is generated.
59850
+ *
59851
+ * > If your account balance is insufficient, you can set the AutoPay parameter to false. In this case, an unpaid order is generated. You can complete the payment in the Expenses and Costs console.
59852
+ *
59754
59853
  * @example
59755
59854
  * true
59756
59855
  */
59757
59856
  autoPay?: boolean;
59758
59857
  /**
59858
+ * @remarks
59859
+ * The new disk type. Valid values:
59860
+ *
59861
+ * * **cloud_essd**: ESSD.
59862
+ * * **cloud_auto**: ESSD AutoPL disk
59863
+ *
59864
+ * This parameter is empty by default.
59865
+ *
59759
59866
  * @example
59760
59867
  * cloud_essd
59761
59868
  */
59762
59869
  diskCategory?: string;
59763
59870
  /**
59871
+ * @remarks
59872
+ * The cloud disk ID.
59873
+ *
59764
59874
  * @example
59765
59875
  * rcd-wz9f3peueu5npsl****
59766
59876
  */
59767
59877
  diskId?: string;
59768
59878
  /**
59879
+ * @remarks
59880
+ * Specifies whether to perform a dry run. Valid values: Valid values:
59881
+ *
59882
+ * * **true**: performs a dry run and does not perform the actual request. The system checks the request parameters, request syntax, limits, and available resources.
59883
+ * * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, the operation is performed.
59884
+ *
59769
59885
  * @example
59770
59886
  * false
59771
59887
  */
59772
59888
  dryRun?: boolean;
59773
59889
  /**
59890
+ * @remarks
59891
+ * The PL of the disk. Valid values:
59892
+ *
59893
+ * * **PL1** (default): A single ESSD can deliver up to 50,000 random read/write IOPS.
59894
+ * * **PL2**: A single ESSD delivers up to 100,000 random read/write IOPS.
59895
+ * * **PL3**: A single ESSD delivers up to 1,000,000 random read/write IOPS.
59896
+ *
59774
59897
  * @example
59775
59898
  * PL2
59776
59899
  */
59777
59900
  performanceLevel?: string;
59778
59901
  /**
59902
+ * @remarks
59903
+ * The ID of the region in which the instance resides.
59904
+ *
59779
59905
  * @example
59780
59906
  * cn-hangzhou
59781
59907
  */
@@ -59793,11 +59919,17 @@ export declare class ModifyRCDiskSpecRequest extends $dara.Model {
59793
59919
  }
59794
59920
  export declare class ModifyRCDiskSpecResponseBody extends $dara.Model {
59795
59921
  /**
59922
+ * @remarks
59923
+ * The order ID.
59924
+ *
59796
59925
  * @example
59797
59926
  * 245053924720608
59798
59927
  */
59799
59928
  orderId?: number;
59800
59929
  /**
59930
+ * @remarks
59931
+ * The request ID.
59932
+ *
59801
59933
  * @example
59802
59934
  * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
59803
59935
  */
@@ -59884,6 +60016,8 @@ export declare class ModifyRCInstanceRequest extends $dara.Model {
59884
60016
  * mysql.i8.large.2cm
59885
60017
  */
59886
60018
  instanceType?: string;
60019
+ rebootTime?: string;
60020
+ rebootWhenFinished?: boolean;
59887
60021
  /**
59888
60022
  * @remarks
59889
60023
  * The region ID of the instance.
@@ -60046,47 +60180,92 @@ export declare class ModifyRCInstanceAttributeResponse extends $dara.Model {
60046
60180
  }
60047
60181
  export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
60048
60182
  /**
60183
+ * @remarks
60184
+ * The reserved parameter. This parameter is not supported.
60185
+ *
60049
60186
  * @example
60050
60187
  * None
60051
60188
  */
60052
60189
  autoPay?: boolean;
60053
60190
  /**
60191
+ * @remarks
60192
+ * Specifies whether to enable the auto-renewal feature. Valid values:
60193
+ *
60194
+ * * **true**
60195
+ * * **false**
60196
+ *
60197
+ * >
60198
+ *
60199
+ * * This parameter is valid only when you change the billing method from pay-as-you-go to subscription.
60200
+ *
60201
+ * * All strings except **true** are considered **false**.
60202
+ *
60054
60203
  * @example
60055
60204
  * true
60056
60205
  */
60057
60206
  autoRenew?: string;
60058
60207
  /**
60208
+ * @remarks
60209
+ * Specifies whether to use a coupon. Valid values:
60210
+ *
60211
+ * * **true** (default)
60212
+ * * **false**
60213
+ *
60059
60214
  * @example
60060
60215
  * true
60061
60216
  */
60062
60217
  autoUseCoupon?: boolean;
60063
60218
  /**
60219
+ * @remarks
60220
+ * The additional business information about the instance.
60221
+ *
60064
60222
  * @example
60065
60223
  * None
60066
60224
  */
60067
60225
  businessInfo?: string;
60068
60226
  /**
60227
+ * @remarks
60228
+ * The custom client token that is used to ensure the idempotence of the request.
60229
+ *
60230
+ * > The value can contain ASCII characters and can be up to 64 characters in length.
60231
+ *
60069
60232
  * @example
60070
60233
  * ETnLKlblzczshOTUbOC****
60071
60234
  */
60072
60235
  clientToken?: string;
60073
60236
  /**
60237
+ * @remarks
60238
+ * The reserved parameter. This parameter is not supported.
60239
+ *
60074
60240
  * @example
60075
60241
  * None
60076
60242
  */
60077
60243
  dryRun?: boolean;
60078
60244
  /**
60245
+ * @remarks
60246
+ * The reserved parameter. This parameter is not supported.
60247
+ *
60079
60248
  * @example
60080
60249
  * None
60081
60250
  */
60082
60251
  includeDataDisks?: boolean;
60083
60252
  /**
60253
+ * @remarks
60254
+ * The reserved parameter. This parameter is not supported.
60255
+ *
60256
+ * Valid values:
60257
+ *
60258
+ * * PrePaid
60259
+ * * PostPaid
60260
+ *
60084
60261
  * @example
60085
60262
  * None
60086
60263
  */
60087
60264
  instanceChargeType?: string;
60088
60265
  /**
60089
60266
  * @remarks
60267
+ * The ID of the instance or disk.
60268
+ *
60090
60269
  * This parameter is required.
60091
60270
  *
60092
60271
  * @example
@@ -60094,12 +60273,20 @@ export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
60094
60273
  */
60095
60274
  instanceId?: string;
60096
60275
  /**
60276
+ * @remarks
60277
+ * The reserved parameter. This parameter is not supported.
60278
+ *
60097
60279
  * @example
60098
60280
  * None
60099
60281
  */
60100
60282
  instanceIds?: string;
60101
60283
  /**
60102
60284
  * @remarks
60285
+ * The new billing method of the instance. Valid values:
60286
+ *
60287
+ * * **Prepaid**: subscription.
60288
+ * * **Postpaid**: pay-as-you-go.
60289
+ *
60103
60290
  * This parameter is required.
60104
60291
  *
60105
60292
  * @example
@@ -60107,17 +60294,30 @@ export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
60107
60294
  */
60108
60295
  payType?: string;
60109
60296
  /**
60297
+ * @remarks
60298
+ * The renewal cycle of the instance. Valid values:
60299
+ *
60300
+ * * **Year**
60301
+ * * **Month**
60302
+ *
60303
+ * > This parameter must be specified if you set the PayType parameter to **Prepaid**.
60304
+ *
60110
60305
  * @example
60111
60306
  * Month
60112
60307
  */
60113
60308
  period?: string;
60114
60309
  /**
60310
+ * @remarks
60311
+ * The coupon code.
60312
+ *
60115
60313
  * @example
60116
60314
  * 72802442****
60117
60315
  */
60118
60316
  promotionCode?: string;
60119
60317
  /**
60120
60318
  * @remarks
60319
+ * The region ID.
60320
+ *
60121
60321
  * This parameter is required.
60122
60322
  *
60123
60323
  * @example
@@ -60128,6 +60328,14 @@ export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
60128
60328
  */
60129
60329
  regionId?: string;
60130
60330
  /**
60331
+ * @remarks
60332
+ * The subscription duration of the instance.
60333
+ *
60334
+ * * **If you set the ****Period**** parameter to **Year, the value of the UsedTime parameter ranges from 1 to 5.
60335
+ * * If the **Period** parameter is set to **Month**, the value of the **UsedTime** parameter ranges from 1 to 11.
60336
+ *
60337
+ * > If you set the PayType parameter to **Prepaid**, you must also specify this parameter.
60338
+ *
60131
60339
  * @example
60132
60340
  * 2
60133
60341
  */
@@ -60145,19 +60353,45 @@ export declare class ModifyRCInstanceChargeTypeRequest extends $dara.Model {
60145
60353
  }
60146
60354
  export declare class ModifyRCInstanceChargeTypeResponseBody extends $dara.Model {
60147
60355
  /**
60356
+ * @remarks
60357
+ * The billing method.
60358
+ *
60359
+ * * **POSTPAY**: pay-as-you-go
60360
+ * * **PREPAY**: subscription
60361
+ *
60148
60362
  * @example
60149
60363
  * POSTPAY
60150
60364
  */
60151
60365
  chargeType?: string;
60366
+ /**
60367
+ * @remarks
60368
+ * The time when the instance expires.
60369
+ *
60370
+ * > If you change the billing method from subscription to pay-as-you-go, this parameter is not returned.
60371
+ */
60152
60372
  expiredTime?: string[];
60373
+ /**
60374
+ * @remarks
60375
+ * The reserved parameter. This parameter is not supported.
60376
+ */
60153
60377
  feeOfInstances?: ModifyRCInstanceChargeTypeResponseBodyFeeOfInstances[];
60378
+ /**
60379
+ * @remarks
60380
+ * The instance IDs.
60381
+ */
60154
60382
  instanceIds?: string[];
60155
60383
  /**
60384
+ * @remarks
60385
+ * The order ID.
60386
+ *
60156
60387
  * @example
60157
60388
  * 2133400000****
60158
60389
  */
60159
60390
  orderId?: string;
60160
60391
  /**
60392
+ * @remarks
60393
+ * The request ID.
60394
+ *
60161
60395
  * @example
60162
60396
  * 6EF82B07-28D2-48D1-B5D6-7E78FED277C7
60163
60397
  */
@@ -65257,12 +65491,22 @@ export declare class StartRCInstanceResponse extends $dara.Model {
65257
65491
  }
65258
65492
  export declare class StartRCInstancesRequest extends $dara.Model {
65259
65493
  /**
65494
+ * @remarks
65495
+ * The batch operation mode. Set the value to **AllTogether**. In this mode, a success message is returned if all specified instances are started. If an instance fails the verification, none of the specified instances can be started and an error message is returned.
65496
+ *
65260
65497
  * @example
65261
65498
  * AllTogether
65262
65499
  */
65263
65500
  batchOptimization?: string;
65501
+ /**
65502
+ * @remarks
65503
+ * The node IDs.
65504
+ */
65264
65505
  instanceIds?: string[];
65265
65506
  /**
65507
+ * @remarks
65508
+ * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
65509
+ *
65266
65510
  * @example
65267
65511
  * cn-hangzhou
65268
65512
  */
@@ -65280,12 +65524,22 @@ export declare class StartRCInstancesRequest extends $dara.Model {
65280
65524
  }
65281
65525
  export declare class StartRCInstancesShrinkRequest extends $dara.Model {
65282
65526
  /**
65527
+ * @remarks
65528
+ * The batch operation mode. Set the value to **AllTogether**. In this mode, a success message is returned if all specified instances are started. If an instance fails the verification, none of the specified instances can be started and an error message is returned.
65529
+ *
65283
65530
  * @example
65284
65531
  * AllTogether
65285
65532
  */
65286
65533
  batchOptimization?: string;
65534
+ /**
65535
+ * @remarks
65536
+ * The node IDs.
65537
+ */
65287
65538
  instanceIdsShrink?: string;
65288
65539
  /**
65540
+ * @remarks
65541
+ * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
65542
+ *
65289
65543
  * @example
65290
65544
  * cn-hangzhou
65291
65545
  */
@@ -65303,6 +65557,9 @@ export declare class StartRCInstancesShrinkRequest extends $dara.Model {
65303
65557
  }
65304
65558
  export declare class StartRCInstancesResponseBody extends $dara.Model {
65305
65559
  /**
65560
+ * @remarks
65561
+ * The request ID.
65562
+ *
65306
65563
  * @example
65307
65564
  * 847BA085-B377-4BFA-8267-F82345ECE1D2
65308
65565
  */
@@ -65487,17 +65744,33 @@ export declare class StopRCInstanceResponse extends $dara.Model {
65487
65744
  }
65488
65745
  export declare class StopRCInstancesRequest extends $dara.Model {
65489
65746
  /**
65747
+ * @remarks
65748
+ * The batch operation mode. Set the value to **AllTogether**. In this mode, if all instances are stopped, a success message is returned. If an instance fails the verification, none of the instances can be stopped and an error message is returned.
65749
+ *
65490
65750
  * @example
65491
65751
  * AllTogether
65492
65752
  */
65493
65753
  batchOptimization?: string;
65494
65754
  /**
65755
+ * @remarks
65756
+ * Specifies whether to forcefully stop the instance. Valid values:
65757
+ *
65758
+ * * **true**: forcefully stops the instance. If an instance fails to stop due to system or network issues, a forced stop can be triggered, **though it may result in data loss.**
65759
+ * * **false**: does not forcefully stop the instance. This is the default value.
65760
+ *
65495
65761
  * @example
65496
65762
  * false
65497
65763
  */
65498
65764
  forceStop?: boolean;
65765
+ /**
65766
+ * @remarks
65767
+ * The node IDs.
65768
+ */
65499
65769
  instanceIds?: string[];
65500
65770
  /**
65771
+ * @remarks
65772
+ * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
65773
+ *
65501
65774
  * @example
65502
65775
  * cn-hangzhou
65503
65776
  */
@@ -65515,17 +65788,33 @@ export declare class StopRCInstancesRequest extends $dara.Model {
65515
65788
  }
65516
65789
  export declare class StopRCInstancesShrinkRequest extends $dara.Model {
65517
65790
  /**
65791
+ * @remarks
65792
+ * The batch operation mode. Set the value to **AllTogether**. In this mode, if all instances are stopped, a success message is returned. If an instance fails the verification, none of the instances can be stopped and an error message is returned.
65793
+ *
65518
65794
  * @example
65519
65795
  * AllTogether
65520
65796
  */
65521
65797
  batchOptimization?: string;
65522
65798
  /**
65799
+ * @remarks
65800
+ * Specifies whether to forcefully stop the instance. Valid values:
65801
+ *
65802
+ * * **true**: forcefully stops the instance. If an instance fails to stop due to system or network issues, a forced stop can be triggered, **though it may result in data loss.**
65803
+ * * **false**: does not forcefully stop the instance. This is the default value.
65804
+ *
65523
65805
  * @example
65524
65806
  * false
65525
65807
  */
65526
65808
  forceStop?: boolean;
65809
+ /**
65810
+ * @remarks
65811
+ * The node IDs.
65812
+ */
65527
65813
  instanceIdsShrink?: string;
65528
65814
  /**
65815
+ * @remarks
65816
+ * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/26243.html) operation to query the most recent region list.
65817
+ *
65529
65818
  * @example
65530
65819
  * cn-hangzhou
65531
65820
  */
@@ -65543,6 +65832,9 @@ export declare class StopRCInstancesShrinkRequest extends $dara.Model {
65543
65832
  }
65544
65833
  export declare class StopRCInstancesResponseBody extends $dara.Model {
65545
65834
  /**
65835
+ * @remarks
65836
+ * The request ID.
65837
+ *
65546
65838
  * @example
65547
65839
  * 481BC3B1-7069-5D37-9B6C-21757F8F9FB1
65548
65840
  */
@@ -65886,6 +66178,57 @@ export declare class SwitchDBInstanceVpcResponse extends $dara.Model {
65886
66178
  [key: string]: any;
65887
66179
  });
65888
66180
  }
66181
+ export declare class SwitchOverMajorVersionUpgradeRequest extends $dara.Model {
66182
+ DBInstanceName?: string;
66183
+ ownerId?: number;
66184
+ regionId?: Buffer;
66185
+ switchoverTimeout?: number;
66186
+ type?: string;
66187
+ static names(): {
66188
+ [key: string]: string;
66189
+ };
66190
+ static types(): {
66191
+ [key: string]: any;
66192
+ };
66193
+ validate(): void;
66194
+ constructor(map?: {
66195
+ [key: string]: any;
66196
+ });
66197
+ }
66198
+ export declare class SwitchOverMajorVersionUpgradeResponseBody extends $dara.Model {
66199
+ /**
66200
+ * @remarks
66201
+ * Id of the request
66202
+ */
66203
+ requestId?: string;
66204
+ static names(): {
66205
+ [key: string]: string;
66206
+ };
66207
+ static types(): {
66208
+ [key: string]: any;
66209
+ };
66210
+ validate(): void;
66211
+ constructor(map?: {
66212
+ [key: string]: any;
66213
+ });
66214
+ }
66215
+ export declare class SwitchOverMajorVersionUpgradeResponse extends $dara.Model {
66216
+ headers?: {
66217
+ [key: string]: string;
66218
+ };
66219
+ statusCode?: number;
66220
+ body?: SwitchOverMajorVersionUpgradeResponseBody;
66221
+ static names(): {
66222
+ [key: string]: string;
66223
+ };
66224
+ static types(): {
66225
+ [key: string]: any;
66226
+ };
66227
+ validate(): void;
66228
+ constructor(map?: {
66229
+ [key: string]: any;
66230
+ });
66231
+ }
65889
66232
  export declare class SwitchReplicationLinkRequest extends $dara.Model {
65890
66233
  /**
65891
66234
  * @remarks
@@ -67508,6 +67851,7 @@ export declare class UpgradeDBInstanceMajorVersionPrecheckRequest extends $dara.
67508
67851
  * 12.0
67509
67852
  */
67510
67853
  targetMajorVersion?: string;
67854
+ upgradeMode?: string;
67511
67855
  static names(): {
67512
67856
  [key: string]: string;
67513
67857
  };
@@ -68849,6 +69193,7 @@ export default class Client extends OpenApi {
68849
69193
  * @remarks
68850
69194
  * ### [](#)Supported database engine
68851
69195
  * * MySQL
69196
+ * <props="china">
68852
69197
  * ### [](#)References
68853
69198
  * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
68854
69199
  * [Create and release an ApsaraDB RDS global active database cluster](https://help.aliyun.com/document_detail/328592.html)
@@ -68864,6 +69209,7 @@ export default class Client extends OpenApi {
68864
69209
  * @remarks
68865
69210
  * ### [](#)Supported database engine
68866
69211
  * * MySQL
69212
+ * <props="china">
68867
69213
  * ### [](#)References
68868
69214
  * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
68869
69215
  * [Create and release an ApsaraDB RDS global active database cluster](https://help.aliyun.com/document_detail/328592.html)
@@ -72781,7 +73127,7 @@ export default class Client extends OpenApi {
72781
73127
  */
72782
73128
  describeRCInstanceTypeFamilies(request: DescribeRCInstanceTypeFamiliesRequest): Promise<DescribeRCInstanceTypeFamiliesResponse>;
72783
73129
  /**
72784
- * 查询RDS Custom规格信息
73130
+ * Queries the instance types of RDS Custom instances.
72785
73131
  *
72786
73132
  * @param tmpReq - DescribeRCInstanceTypesRequest
72787
73133
  * @param runtime - runtime options for this request RuntimeOptions
@@ -72789,7 +73135,7 @@ export default class Client extends OpenApi {
72789
73135
  */
72790
73136
  describeRCInstanceTypesWithOptions(tmpReq: DescribeRCInstanceTypesRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRCInstanceTypesResponse>;
72791
73137
  /**
72792
- * 查询RDS Custom规格信息
73138
+ * Queries the instance types of RDS Custom instances.
72793
73139
  *
72794
73140
  * @param request - DescribeRCInstanceTypesRequest
72795
73141
  * @returns DescribeRCInstanceTypesResponse
@@ -75681,7 +76027,15 @@ export default class Client extends OpenApi {
75681
76027
  */
75682
76028
  modifyParameterGroup(request: ModifyParameterGroupRequest): Promise<ModifyParameterGroupResponse>;
75683
76029
  /**
75684
- * 变更云盘类型或性能级别
76030
+ * Modifies the disk type or performance level (PL) of the cloud disks of an RDS Custom instance.
76031
+ *
76032
+ * @remarks
76033
+ * > To minimize the impacts on your business, we recommend that you change specifications during off-peak hours.
76034
+ * Take note of the following items:
76035
+ * * For a pay-as-you-go Enterprise SSD (ESSD), you can upgrade or downgrade its PL. However, you cannot downgrade the performance level to PL0.
76036
+ * * The ESSD must be in the In Use (In_Use) or Unattached (Available) state.
76037
+ * * If the ESSD is attached to an instance, the instance must be in the Running or Stopped state. The instance cannot be in the Expired state or stopped due to overdue payments.
76038
+ * * The performance level of an ESSD is limited by the capacity of the ESSD. If you cannot upgrade the PL of an ESSD, you can expand the capacity of the ESSD.
75685
76039
  *
75686
76040
  * @param request - ModifyRCDiskSpecRequest
75687
76041
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75689,7 +76043,15 @@ export default class Client extends OpenApi {
75689
76043
  */
75690
76044
  modifyRCDiskSpecWithOptions(request: ModifyRCDiskSpecRequest, runtime: $dara.RuntimeOptions): Promise<ModifyRCDiskSpecResponse>;
75691
76045
  /**
75692
- * 变更云盘类型或性能级别
76046
+ * Modifies the disk type or performance level (PL) of the cloud disks of an RDS Custom instance.
76047
+ *
76048
+ * @remarks
76049
+ * > To minimize the impacts on your business, we recommend that you change specifications during off-peak hours.
76050
+ * Take note of the following items:
76051
+ * * For a pay-as-you-go Enterprise SSD (ESSD), you can upgrade or downgrade its PL. However, you cannot downgrade the performance level to PL0.
76052
+ * * The ESSD must be in the In Use (In_Use) or Unattached (Available) state.
76053
+ * * If the ESSD is attached to an instance, the instance must be in the Running or Stopped state. The instance cannot be in the Expired state or stopped due to overdue payments.
76054
+ * * The performance level of an ESSD is limited by the capacity of the ESSD. If you cannot upgrade the PL of an ESSD, you can expand the capacity of the ESSD.
75693
76055
  *
75694
76056
  * @param request - ModifyRCDiskSpecRequest
75695
76057
  * @returns ModifyRCDiskSpecResponse
@@ -75744,7 +76106,7 @@ export default class Client extends OpenApi {
75744
76106
  */
75745
76107
  modifyRCInstanceAttribute(request: ModifyRCInstanceAttributeRequest): Promise<ModifyRCInstanceAttributeResponse>;
75746
76108
  /**
75747
- * 修改RDS用户专属主机实例付费类型
76109
+ * Modifies the billing method of an RDS Custom instance or cloud disks. You can call this operation to change the billing method of instances between pay-as-you-go and subscription.
75748
76110
  *
75749
76111
  * @param request - ModifyRCInstanceChargeTypeRequest
75750
76112
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75752,7 +76114,7 @@ export default class Client extends OpenApi {
75752
76114
  */
75753
76115
  modifyRCInstanceChargeTypeWithOptions(request: ModifyRCInstanceChargeTypeRequest, runtime: $dara.RuntimeOptions): Promise<ModifyRCInstanceChargeTypeResponse>;
75754
76116
  /**
75755
- * 修改RDS用户专属主机实例付费类型
76117
+ * Modifies the billing method of an RDS Custom instance or cloud disks. You can call this operation to change the billing method of instances between pay-as-you-go and subscription.
75756
76118
  *
75757
76119
  * @param request - ModifyRCInstanceChargeTypeRequest
75758
76120
  * @returns ModifyRCInstanceChargeTypeResponse
@@ -76951,7 +77313,11 @@ export default class Client extends OpenApi {
76951
77313
  */
76952
77314
  startRCInstance(request: StartRCInstanceRequest): Promise<StartRCInstanceResponse>;
76953
77315
  /**
76954
- * 批量启动RC实例
77316
+ * Starts multiple RDS Custom instances at a time.
77317
+ *
77318
+ * @remarks
77319
+ * ### [](#)Supported database engine
77320
+ * SQL Server
76955
77321
  *
76956
77322
  * @param tmpReq - StartRCInstancesRequest
76957
77323
  * @param runtime - runtime options for this request RuntimeOptions
@@ -76959,7 +77325,11 @@ export default class Client extends OpenApi {
76959
77325
  */
76960
77326
  startRCInstancesWithOptions(tmpReq: StartRCInstancesRequest, runtime: $dara.RuntimeOptions): Promise<StartRCInstancesResponse>;
76961
77327
  /**
76962
- * 批量启动RC实例
77328
+ * Starts multiple RDS Custom instances at a time.
77329
+ *
77330
+ * @remarks
77331
+ * ### [](#)Supported database engine
77332
+ * SQL Server
76963
77333
  *
76964
77334
  * @param request - StartRCInstancesRequest
76965
77335
  * @returns StartRCInstancesResponse
@@ -77014,7 +77384,11 @@ export default class Client extends OpenApi {
77014
77384
  */
77015
77385
  stopRCInstance(request: StopRCInstanceRequest): Promise<StopRCInstanceResponse>;
77016
77386
  /**
77017
- * 批量停止RC实例
77387
+ * Stops multiple RDS Custom instances at a time.
77388
+ *
77389
+ * @remarks
77390
+ * ### [](#)Supported database engine
77391
+ * SQL Server
77018
77392
  *
77019
77393
  * @param tmpReq - StopRCInstancesRequest
77020
77394
  * @param runtime - runtime options for this request RuntimeOptions
@@ -77022,7 +77396,11 @@ export default class Client extends OpenApi {
77022
77396
  */
77023
77397
  stopRCInstancesWithOptions(tmpReq: StopRCInstancesRequest, runtime: $dara.RuntimeOptions): Promise<StopRCInstancesResponse>;
77024
77398
  /**
77025
- * 批量停止RC实例
77399
+ * Stops multiple RDS Custom instances at a time.
77400
+ *
77401
+ * @remarks
77402
+ * ### [](#)Supported database engine
77403
+ * SQL Server
77026
77404
  *
77027
77405
  * @param request - StopRCInstancesRequest
77028
77406
  * @returns StopRCInstancesResponse
@@ -77145,6 +77523,21 @@ export default class Client extends OpenApi {
77145
77523
  * @returns SwitchDBInstanceVpcResponse
77146
77524
  */
77147
77525
  switchDBInstanceVpc(request: SwitchDBInstanceVpcRequest): Promise<SwitchDBInstanceVpcResponse>;
77526
+ /**
77527
+ * 流量切换
77528
+ *
77529
+ * @param request - SwitchOverMajorVersionUpgradeRequest
77530
+ * @param runtime - runtime options for this request RuntimeOptions
77531
+ * @returns SwitchOverMajorVersionUpgradeResponse
77532
+ */
77533
+ switchOverMajorVersionUpgradeWithOptions(request: SwitchOverMajorVersionUpgradeRequest, runtime: $dara.RuntimeOptions): Promise<SwitchOverMajorVersionUpgradeResponse>;
77534
+ /**
77535
+ * 流量切换
77536
+ *
77537
+ * @param request - SwitchOverMajorVersionUpgradeRequest
77538
+ * @returns SwitchOverMajorVersionUpgradeResponse
77539
+ */
77540
+ switchOverMajorVersionUpgrade(request: SwitchOverMajorVersionUpgradeRequest): Promise<SwitchOverMajorVersionUpgradeResponse>;
77148
77541
  /**
77149
77542
  * Switches the data synchronization link to synchronize data from a disaster recovery (DR) instance to the primary ApsaraDB RDS for SQL Server instance.
77150
77543
  *