@alicloud/dds20151201 5.0.1 → 5.0.3

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
@@ -1099,6 +1099,7 @@ export declare class DescribeAvailabilityZonesRequest extends $tea.Model {
1099
1099
  ownerAccount?: string;
1100
1100
  ownerId?: number;
1101
1101
  regionId?: string;
1102
+ replicationFactor?: string;
1102
1103
  resourceGroupId?: string;
1103
1104
  resourceOwnerAccount?: string;
1104
1105
  resourceOwnerId?: number;
@@ -1197,6 +1198,7 @@ export declare class DescribeAvailableResourceRequest extends $tea.Model {
1197
1198
  ownerAccount?: string;
1198
1199
  ownerId?: number;
1199
1200
  regionId?: string;
1201
+ replicationFactor?: string;
1200
1202
  resourceGroupId?: string;
1201
1203
  resourceOwnerAccount?: string;
1202
1204
  resourceOwnerId?: number;
@@ -2481,6 +2483,7 @@ export declare class DescribeParameterTemplatesRequest extends $tea.Model {
2481
2483
  regionId?: string;
2482
2484
  resourceOwnerAccount?: string;
2483
2485
  resourceOwnerId?: number;
2486
+ role?: string;
2484
2487
  static names(): {
2485
2488
  [key: string]: string;
2486
2489
  };
@@ -5882,6 +5885,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
5882
5885
  export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceShardListShardAttribute extends $tea.Model {
5883
5886
  connectString?: string;
5884
5887
  maxConnections?: number;
5888
+ maxDiskMbps?: string;
5885
5889
  maxIOPS?: number;
5886
5890
  nodeClass?: string;
5887
5891
  nodeDescription?: string;
@@ -5966,6 +5970,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
5966
5970
  maintainStartTime?: string;
5967
5971
  maxConnections?: number;
5968
5972
  maxIOPS?: number;
5973
+ maxMBPS?: number;
5969
5974
  mongosList?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceMongosList;
5970
5975
  networkType?: string;
5971
5976
  protocolType?: string;
@@ -7229,8 +7234,8 @@ export default class Client extends OpenApi {
7229
7234
  [key: string]: string;
7230
7235
  }, endpoint: string): string;
7231
7236
  /**
7232
- * This operation applies only to sharded cluster instances. For more information, see [Apply for an endpoint for a shard or Configserver node](~~134037~~).
7233
- * > The requested endpoint can only be accessed over the internal network. If you want to access the endpoint over the Internet, call the [AllocatePublicNetworkAddress](~~67602~~) operation to apply for a public endpoint.
7237
+ * This operation is applicable only to sharded cluster instances. For more information, see [Apply for an endpoint for a shard or Configserver node](~~134037~~).
7238
+ * > The allocated endpoints can be used only for internal access. To gain Internet access, you must call the [AllocatePublicNetworkAddress](~~67602~~) operation to apply for public endpoints.
7234
7239
  *
7235
7240
  * @param request AllocateNodePrivateNetworkAddressRequest
7236
7241
  * @param runtime runtime options for this request RuntimeOptions
@@ -7238,8 +7243,8 @@ export default class Client extends OpenApi {
7238
7243
  */
7239
7244
  allocateNodePrivateNetworkAddressWithOptions(request: AllocateNodePrivateNetworkAddressRequest, runtime: $Util.RuntimeOptions): Promise<AllocateNodePrivateNetworkAddressResponse>;
7240
7245
  /**
7241
- * This operation applies only to sharded cluster instances. For more information, see [Apply for an endpoint for a shard or Configserver node](~~134037~~).
7242
- * > The requested endpoint can only be accessed over the internal network. If you want to access the endpoint over the Internet, call the [AllocatePublicNetworkAddress](~~67602~~) operation to apply for a public endpoint.
7246
+ * This operation is applicable only to sharded cluster instances. For more information, see [Apply for an endpoint for a shard or Configserver node](~~134037~~).
7247
+ * > The allocated endpoints can be used only for internal access. To gain Internet access, you must call the [AllocatePublicNetworkAddress](~~67602~~) operation to apply for public endpoints.
7243
7248
  *
7244
7249
  * @param request AllocateNodePrivateNetworkAddressRequest
7245
7250
  * @return AllocateNodePrivateNetworkAddressResponse
@@ -7263,8 +7268,8 @@ export default class Client extends OpenApi {
7263
7268
  */
7264
7269
  checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
7265
7270
  /**
7266
- * This operation is applicable to replica set instances or sharded cluster instances.
7267
- * > After you confirm that the data recovery conditions are met by calling this operation, you can call the [CreateDBInstance](~~61763~~) operation to restore data to a new instance.
7271
+ * This operation is applicable to replica set instances and sharded cluster instances.
7272
+ * > After you call this operation to confirm that the data of the instance can be restored, you can call the [CreateDBInstance](~~61763~~) operation to restore data to a new instance.
7268
7273
  *
7269
7274
  * @param request CheckRecoveryConditionRequest
7270
7275
  * @param runtime runtime options for this request RuntimeOptions
@@ -7272,8 +7277,8 @@ export default class Client extends OpenApi {
7272
7277
  */
7273
7278
  checkRecoveryConditionWithOptions(request: CheckRecoveryConditionRequest, runtime: $Util.RuntimeOptions): Promise<CheckRecoveryConditionResponse>;
7274
7279
  /**
7275
- * This operation is applicable to replica set instances or sharded cluster instances.
7276
- * > After you confirm that the data recovery conditions are met by calling this operation, you can call the [CreateDBInstance](~~61763~~) operation to restore data to a new instance.
7280
+ * This operation is applicable to replica set instances and sharded cluster instances.
7281
+ * > After you call this operation to confirm that the data of the instance can be restored, you can call the [CreateDBInstance](~~61763~~) operation to restore data to a new instance.
7277
7282
  *
7278
7283
  * @param request CheckRecoveryConditionRequest
7279
7284
  * @return CheckRecoveryConditionResponse
@@ -7442,7 +7447,20 @@ export default class Client extends OpenApi {
7442
7447
  describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
7443
7448
  describeActiveOperationTaskCountWithOptions(request: DescribeActiveOperationTaskCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskCountResponse>;
7444
7449
  describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
7450
+ /**
7451
+ * This operation is no longer updated and will be unavailable.
7452
+ *
7453
+ * @param request DescribeActiveOperationTaskTypeRequest
7454
+ * @param runtime runtime options for this request RuntimeOptions
7455
+ * @return DescribeActiveOperationTaskTypeResponse
7456
+ */
7445
7457
  describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
7458
+ /**
7459
+ * This operation is no longer updated and will be unavailable.
7460
+ *
7461
+ * @param request DescribeActiveOperationTaskTypeRequest
7462
+ * @return DescribeActiveOperationTaskTypeResponse
7463
+ */
7446
7464
  describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
7447
7465
  describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
7448
7466
  describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
@@ -7504,7 +7522,7 @@ export default class Client extends OpenApi {
7504
7522
  */
7505
7523
  describeAuditRecords(request: DescribeAuditRecordsRequest): Promise<DescribeAuditRecordsResponse>;
7506
7524
  /**
7507
- * You can call this operation to query zones in which you can create an ApsaraDB for MongoDB instance.
7525
+ * Queries the zones in which an ApsaraDB for MongoDB instance can be deployed under specified purchase conditions. The region ID is required in the purchase condition.
7508
7526
  *
7509
7527
  * @param request DescribeAvailabilityZonesRequest
7510
7528
  * @param runtime runtime options for this request RuntimeOptions
@@ -7512,7 +7530,7 @@ export default class Client extends OpenApi {
7512
7530
  */
7513
7531
  describeAvailabilityZonesWithOptions(request: DescribeAvailabilityZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailabilityZonesResponse>;
7514
7532
  /**
7515
- * You can call this operation to query zones in which you can create an ApsaraDB for MongoDB instance.
7533
+ * Queries the zones in which an ApsaraDB for MongoDB instance can be deployed under specified purchase conditions. The region ID is required in the purchase condition.
7516
7534
  *
7517
7535
  * @param request DescribeAvailabilityZonesRequest
7518
7536
  * @return DescribeAvailabilityZonesResponse
@@ -7766,9 +7784,9 @@ export default class Client extends OpenApi {
7766
7784
  describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
7767
7785
  /**
7768
7786
  * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
7769
- * This operation depends on the audit log feature of ApsaraDB for MongoDB. You can enable the audit log feature based on your business needs. For more information, see [Enable the audit log feature](~~59903~~)
7787
+ * This operation depends on the audit log feature of ApsaraDB for MongoDB. You can enable the audit log feature based on your business requirements. For more information, see [Enable the audit log feature](~~59903~~).
7770
7788
  * * Starting from January 6, 2022, the official edition of the audit log feature has been launched in all regions, and new applications for the free trial edition have ended. For more information, see [Notice on official launch of the pay-as-you-go audit log feature and no more application for the free trial edition](~~377480~~)
7771
- * * The official edition is charged based on the storage usage and retention period. For more information, see the [Pricing](https://www.alibabacloud.com/product/apsaradb-for-mongodb/pricing) tab of the ApsaraDB for MongoDB product page.
7789
+ * * You are charged for the official edition of the audit log feature based on the storage capacity that is consumed by audit logs and the retention period of the audit logs. For more information, see [Pricing of ApsaraDB for MongoDB instances](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing).
7772
7790
  *
7773
7791
  * @param request DescribeMongoDBLogConfigRequest
7774
7792
  * @param runtime runtime options for this request RuntimeOptions
@@ -7777,9 +7795,9 @@ export default class Client extends OpenApi {
7777
7795
  describeMongoDBLogConfigWithOptions(request: DescribeMongoDBLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMongoDBLogConfigResponse>;
7778
7796
  /**
7779
7797
  * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
7780
- * This operation depends on the audit log feature of ApsaraDB for MongoDB. You can enable the audit log feature based on your business needs. For more information, see [Enable the audit log feature](~~59903~~)
7798
+ * This operation depends on the audit log feature of ApsaraDB for MongoDB. You can enable the audit log feature based on your business requirements. For more information, see [Enable the audit log feature](~~59903~~).
7781
7799
  * * Starting from January 6, 2022, the official edition of the audit log feature has been launched in all regions, and new applications for the free trial edition have ended. For more information, see [Notice on official launch of the pay-as-you-go audit log feature and no more application for the free trial edition](~~377480~~)
7782
- * * The official edition is charged based on the storage usage and retention period. For more information, see the [Pricing](https://www.alibabacloud.com/product/apsaradb-for-mongodb/pricing) tab of the ApsaraDB for MongoDB product page.
7800
+ * * You are charged for the official edition of the audit log feature based on the storage capacity that is consumed by audit logs and the retention period of the audit logs. For more information, see [Pricing of ApsaraDB for MongoDB instances](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing).
7783
7801
  *
7784
7802
  * @param request DescribeMongoDBLogConfigRequest
7785
7803
  * @return DescribeMongoDBLogConfigResponse
@@ -7877,7 +7895,7 @@ export default class Client extends OpenApi {
7877
7895
  describeSecurityIpsWithOptions(request: DescribeSecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecurityIpsResponse>;
7878
7896
  describeSecurityIps(request: DescribeSecurityIpsRequest): Promise<DescribeSecurityIpsResponse>;
7879
7897
  /**
7880
- * This operation supports sharded cluster instances only.
7898
+ * This operation is applicable only to sharded cluster instances.
7881
7899
  *
7882
7900
  * @param request DescribeShardingNetworkAddressRequest
7883
7901
  * @param runtime runtime options for this request RuntimeOptions
@@ -7885,7 +7903,7 @@ export default class Client extends OpenApi {
7885
7903
  */
7886
7904
  describeShardingNetworkAddressWithOptions(request: DescribeShardingNetworkAddressRequest, runtime: $Util.RuntimeOptions): Promise<DescribeShardingNetworkAddressResponse>;
7887
7905
  /**
7888
- * This operation supports sharded cluster instances only.
7906
+ * This operation is applicable only to sharded cluster instances.
7889
7907
  *
7890
7908
  * @param request DescribeShardingNetworkAddressRequest
7891
7909
  * @return DescribeShardingNetworkAddressResponse
@@ -8071,10 +8089,10 @@ export default class Client extends OpenApi {
8071
8089
  */
8072
8090
  modifyDBInstanceMonitor(request: ModifyDBInstanceMonitorRequest): Promise<ModifyDBInstanceMonitorResponse>;
8073
8091
  /**
8074
- * Before you call this operation, make sure that the following requirements are met:
8075
- * * The instance is in the running state.
8092
+ * Before you call this operation, make sure that the instance meets the following requirements:
8093
+ * * The instance is in the Running state.
8076
8094
  * * The network of the instance is in hybrid access mode.
8077
- * > This operation is applicable only to replica set and sharded cluster instances, but not to standalone instances.
8095
+ * > This operation is supported by replica set instances and sharded cluster instances. This operation is not supported by standalone instances.
8078
8096
  *
8079
8097
  * @param request ModifyDBInstanceNetExpireTimeRequest
8080
8098
  * @param runtime runtime options for this request RuntimeOptions
@@ -8082,10 +8100,10 @@ export default class Client extends OpenApi {
8082
8100
  */
8083
8101
  modifyDBInstanceNetExpireTimeWithOptions(request: ModifyDBInstanceNetExpireTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetExpireTimeResponse>;
8084
8102
  /**
8085
- * Before you call this operation, make sure that the following requirements are met:
8086
- * * The instance is in the running state.
8103
+ * Before you call this operation, make sure that the instance meets the following requirements:
8104
+ * * The instance is in the Running state.
8087
8105
  * * The network of the instance is in hybrid access mode.
8088
- * > This operation is applicable only to replica set and sharded cluster instances, but not to standalone instances.
8106
+ * > This operation is supported by replica set instances and sharded cluster instances. This operation is not supported by standalone instances.
8089
8107
  *
8090
8108
  * @param request ModifyDBInstanceNetExpireTimeRequest
8091
8109
  * @return ModifyDBInstanceNetExpireTimeResponse
@@ -8150,10 +8168,11 @@ export default class Client extends OpenApi {
8150
8168
  modifyDBInstanceSpec(request: ModifyDBInstanceSpecRequest): Promise<ModifyDBInstanceSpecResponse>;
8151
8169
  /**
8152
8170
  * TDE allows you to perform real-time I/O encryption and decryption on data files. Data is encrypted before it is written to a disk and is decrypted when it is read from the disk to the memory. For more information, see [Configure TDE](~~131048~~).
8153
- * > You cannot disable TDE after it is enabled.
8154
- * Before you call this API operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8155
- * * The instance is a replica set or sharded cluster instance.
8171
+ * > TDE cannot be disabled after it is enabled.
8172
+ * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8173
+ * * A replica set or sharded cluster instance is used.
8156
8174
  * * The storage engine of the instance is WiredTiger.
8175
+ * * The instance uses local disks to store data.
8157
8176
  * * The database engine version of the instance is 4.0 or 4.2. If the database engine version is earlier than 4.0, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
8158
8177
  *
8159
8178
  * @param request ModifyDBInstanceTDERequest
@@ -8163,10 +8182,11 @@ export default class Client extends OpenApi {
8163
8182
  modifyDBInstanceTDEWithOptions(request: ModifyDBInstanceTDERequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceTDEResponse>;
8164
8183
  /**
8165
8184
  * TDE allows you to perform real-time I/O encryption and decryption on data files. Data is encrypted before it is written to a disk and is decrypted when it is read from the disk to the memory. For more information, see [Configure TDE](~~131048~~).
8166
- * > You cannot disable TDE after it is enabled.
8167
- * Before you call this API operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8168
- * * The instance is a replica set or sharded cluster instance.
8185
+ * > TDE cannot be disabled after it is enabled.
8186
+ * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8187
+ * * A replica set or sharded cluster instance is used.
8169
8188
  * * The storage engine of the instance is WiredTiger.
8189
+ * * The instance uses local disks to store data.
8170
8190
  * * The database engine version of the instance is 4.0 or 4.2. If the database engine version is earlier than 4.0, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
8171
8191
  *
8172
8192
  * @param request ModifyDBInstanceTDERequest
@@ -8199,10 +8219,11 @@ export default class Client extends OpenApi {
8199
8219
  */
8200
8220
  modifyInstanceAutoRenewalAttribute(request: ModifyInstanceAutoRenewalAttributeRequest): Promise<ModifyInstanceAutoRenewalAttributeResponse>;
8201
8221
  /**
8202
- * Before you call this operation, make sure that the following requirements are met:
8203
- * * A replica set or sharded cluster instance is used.
8204
- * * The database version of the instance is 4.0 (with the minor version of mongodb\\_20190408\\_3.0.11 or later) or 4.2. You can call the [DescribeDBInstanceAttribute](~~62010~~) operation to view the database engine version of the instance. If necessary, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
8205
- * * The instance is in a VPC. If the network type is Classic Network, you can call the [ModifyDBInstanceNetworkType](~~62138~~) operation to switch the network type to VPC.
8222
+ * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8223
+ * * The instance is a replica set or sharded cluster instance.
8224
+ * * The database engine version of the instance is 4.0 (with the minor version of mongodb\\_20190408\\_3.0.11 or later) or 4.2. You can call the [DescribeDBInstanceAttribute](~~62010~~) operation to view the database engine version of the instance. If necessary, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine version of the instance.
8225
+ * * The network type of the instance must be VPC. If the network type of the instance is classic network, you must call the [ModifyDBInstanceNetworkType](~~62138~~) operation to change the network type to VPC.
8226
+ * * You can only disable but not enable password-free access over VPC.
8206
8227
  *
8207
8228
  * @param request ModifyInstanceVpcAuthModeRequest
8208
8229
  * @param runtime runtime options for this request RuntimeOptions
@@ -8210,10 +8231,11 @@ export default class Client extends OpenApi {
8210
8231
  */
8211
8232
  modifyInstanceVpcAuthModeWithOptions(request: ModifyInstanceVpcAuthModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceVpcAuthModeResponse>;
8212
8233
  /**
8213
- * Before you call this operation, make sure that the following requirements are met:
8214
- * * A replica set or sharded cluster instance is used.
8215
- * * The database version of the instance is 4.0 (with the minor version of mongodb\\_20190408\\_3.0.11 or later) or 4.2. You can call the [DescribeDBInstanceAttribute](~~62010~~) operation to view the database engine version of the instance. If necessary, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
8216
- * * The instance is in a VPC. If the network type is Classic Network, you can call the [ModifyDBInstanceNetworkType](~~62138~~) operation to switch the network type to VPC.
8234
+ * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8235
+ * * The instance is a replica set or sharded cluster instance.
8236
+ * * The database engine version of the instance is 4.0 (with the minor version of mongodb\\_20190408\\_3.0.11 or later) or 4.2. You can call the [DescribeDBInstanceAttribute](~~62010~~) operation to view the database engine version of the instance. If necessary, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine version of the instance.
8237
+ * * The network type of the instance must be VPC. If the network type of the instance is classic network, you must call the [ModifyDBInstanceNetworkType](~~62138~~) operation to change the network type to VPC.
8238
+ * * You can only disable but not enable password-free access over VPC.
8217
8239
  *
8218
8240
  * @param request ModifyInstanceVpcAuthModeRequest
8219
8241
  * @return ModifyInstanceVpcAuthModeResponse
@@ -8386,8 +8408,9 @@ export default class Client extends OpenApi {
8386
8408
  */
8387
8409
  restartDBInstance(request: RestartDBInstanceRequest): Promise<RestartDBInstanceResponse>;
8388
8410
  /**
8389
- * This operation is applicable to replica set instances, but cannot be called on standalone instances or sharded cluster instances. You can use the following methods to clone an instance: [Create an instance from a backup](~~55013~~) to clone a standalone instance. Call the [CreateShardingDBInstance](~~61884~~) operation to clone a sharded cluster instance.
8390
- * > This operation overwrites the data of the current instance, and the data cannot be recovered. Exercise caution when performing this operation.
8411
+ * This operation is no longer maintained and will be unavailable.
8412
+ * This operation is applicable only to replica set instances. You can clone a standalone instance by [creating an instance from a backup set](~~55013~~). You can clone a sharded cluster instance by calling the [CreateShardingDBInstance](~~61884~~) operation.
8413
+ * > This operation overwrites the data of the current instance, and the data cannot be recovered. Proceed with caution.
8391
8414
  *
8392
8415
  * @param request RestoreDBInstanceRequest
8393
8416
  * @param runtime runtime options for this request RuntimeOptions
@@ -8395,8 +8418,9 @@ export default class Client extends OpenApi {
8395
8418
  */
8396
8419
  restoreDBInstanceWithOptions(request: RestoreDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RestoreDBInstanceResponse>;
8397
8420
  /**
8398
- * This operation is applicable to replica set instances, but cannot be called on standalone instances or sharded cluster instances. You can use the following methods to clone an instance: [Create an instance from a backup](~~55013~~) to clone a standalone instance. Call the [CreateShardingDBInstance](~~61884~~) operation to clone a sharded cluster instance.
8399
- * > This operation overwrites the data of the current instance, and the data cannot be recovered. Exercise caution when performing this operation.
8421
+ * This operation is no longer maintained and will be unavailable.
8422
+ * This operation is applicable only to replica set instances. You can clone a standalone instance by [creating an instance from a backup set](~~55013~~). You can clone a sharded cluster instance by calling the [CreateShardingDBInstance](~~61884~~) operation.
8423
+ * > This operation overwrites the data of the current instance, and the data cannot be recovered. Proceed with caution.
8400
8424
  *
8401
8425
  * @param request RestoreDBInstanceRequest
8402
8426
  * @return RestoreDBInstanceResponse