@alicloud/dds20151201 3.7.0 → 4.0.1

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
@@ -268,6 +268,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
268
268
  ownerAccount?: string;
269
269
  ownerId?: number;
270
270
  period?: number;
271
+ provisionedIops?: number;
271
272
  readonlyReplicas?: string;
272
273
  regionId?: string;
273
274
  replicationFactor?: string;
@@ -506,6 +507,7 @@ export declare class CreateShardingDBInstanceRequest extends $tea.Model {
506
507
  ownerId?: number;
507
508
  period?: number;
508
509
  protocolType?: string;
510
+ provisionedIops?: number;
509
511
  regionId?: string;
510
512
  replicaSet?: CreateShardingDBInstanceRequestReplicaSet[];
511
513
  resourceGroupId?: string;
@@ -1000,7 +1002,9 @@ export declare class DescribeAuditRecordsResponse extends $tea.Model {
1000
1002
  }
1001
1003
  export declare class DescribeAvailabilityZonesRequest extends $tea.Model {
1002
1004
  acceptLanguage?: string;
1005
+ DBInstanceClass?: string;
1003
1006
  dbType?: string;
1007
+ engineVersion?: string;
1004
1008
  excludeSecondaryZoneId?: string;
1005
1009
  excludeZoneId?: string;
1006
1010
  instanceChargeType?: string;
@@ -1101,7 +1105,9 @@ export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
1101
1105
  });
1102
1106
  }
1103
1107
  export declare class DescribeAvailableResourceRequest extends $tea.Model {
1108
+ DBInstanceClass?: string;
1104
1109
  dbType?: string;
1110
+ engineVersion?: string;
1105
1111
  instanceChargeType?: string;
1106
1112
  ownerAccount?: string;
1107
1113
  ownerId?: number;
@@ -1110,6 +1116,7 @@ export declare class DescribeAvailableResourceRequest extends $tea.Model {
1110
1116
  resourceOwnerAccount?: string;
1111
1117
  resourceOwnerId?: number;
1112
1118
  securityToken?: string;
1119
+ storageType?: string;
1113
1120
  zoneId?: string;
1114
1121
  static names(): {
1115
1122
  [key: string]: string;
@@ -1311,6 +1318,107 @@ export declare class DescribeBackupsResponse extends $tea.Model {
1311
1318
  [key: string]: any;
1312
1319
  });
1313
1320
  }
1321
+ export declare class DescribeClusterBackupsRequest extends $tea.Model {
1322
+ backupId?: string;
1323
+ DBInstanceId?: string;
1324
+ endTime?: string;
1325
+ isOnlyGetClusterBackUp?: boolean;
1326
+ ownerAccount?: string;
1327
+ ownerId?: number;
1328
+ pageNo?: number;
1329
+ pageSize?: number;
1330
+ resourceOwnerAccount?: string;
1331
+ resourceOwnerId?: number;
1332
+ securityToken?: string;
1333
+ startTime?: string;
1334
+ static names(): {
1335
+ [key: string]: string;
1336
+ };
1337
+ static types(): {
1338
+ [key: string]: any;
1339
+ };
1340
+ constructor(map?: {
1341
+ [key: string]: any;
1342
+ });
1343
+ }
1344
+ export declare class DescribeClusterBackupsResponseBody extends $tea.Model {
1345
+ clusterBackups?: DescribeClusterBackupsResponseBodyClusterBackups[];
1346
+ maxResults?: number;
1347
+ pageNumber?: number;
1348
+ pageSize?: number;
1349
+ requestId?: string;
1350
+ static names(): {
1351
+ [key: string]: string;
1352
+ };
1353
+ static types(): {
1354
+ [key: string]: any;
1355
+ };
1356
+ constructor(map?: {
1357
+ [key: string]: any;
1358
+ });
1359
+ }
1360
+ export declare class DescribeClusterBackupsResponse extends $tea.Model {
1361
+ headers: {
1362
+ [key: string]: string;
1363
+ };
1364
+ statusCode: number;
1365
+ body: DescribeClusterBackupsResponseBody;
1366
+ static names(): {
1367
+ [key: string]: string;
1368
+ };
1369
+ static types(): {
1370
+ [key: string]: any;
1371
+ };
1372
+ constructor(map?: {
1373
+ [key: string]: any;
1374
+ });
1375
+ }
1376
+ export declare class DescribeClusterRecoverTimeRequest extends $tea.Model {
1377
+ DBInstanceId?: string;
1378
+ ownerAccount?: string;
1379
+ ownerId?: number;
1380
+ resourceOwnerAccount?: string;
1381
+ resourceOwnerId?: number;
1382
+ securityToken?: string;
1383
+ static names(): {
1384
+ [key: string]: string;
1385
+ };
1386
+ static types(): {
1387
+ [key: string]: any;
1388
+ };
1389
+ constructor(map?: {
1390
+ [key: string]: any;
1391
+ });
1392
+ }
1393
+ export declare class DescribeClusterRecoverTimeResponseBody extends $tea.Model {
1394
+ requestId?: string;
1395
+ restoreRanges?: DescribeClusterRecoverTimeResponseBodyRestoreRanges[];
1396
+ static names(): {
1397
+ [key: string]: string;
1398
+ };
1399
+ static types(): {
1400
+ [key: string]: any;
1401
+ };
1402
+ constructor(map?: {
1403
+ [key: string]: any;
1404
+ });
1405
+ }
1406
+ export declare class DescribeClusterRecoverTimeResponse extends $tea.Model {
1407
+ headers: {
1408
+ [key: string]: string;
1409
+ };
1410
+ statusCode: number;
1411
+ body: DescribeClusterRecoverTimeResponseBody;
1412
+ static names(): {
1413
+ [key: string]: string;
1414
+ };
1415
+ static types(): {
1416
+ [key: string]: any;
1417
+ };
1418
+ constructor(map?: {
1419
+ [key: string]: any;
1420
+ });
1421
+ }
1314
1422
  export declare class DescribeDBInstanceAttributeRequest extends $tea.Model {
1315
1423
  DBInstanceId?: string;
1316
1424
  engine?: string;
@@ -1580,7 +1688,10 @@ export declare class DescribeDBInstanceTDEInfoRequest extends $tea.Model {
1580
1688
  });
1581
1689
  }
1582
1690
  export declare class DescribeDBInstanceTDEInfoResponseBody extends $tea.Model {
1691
+ encryptionKey?: string;
1692
+ encryptorName?: string;
1583
1693
  requestId?: string;
1694
+ roleARN?: string;
1584
1695
  TDEStatus?: string;
1585
1696
  static names(): {
1586
1697
  [key: string]: string;
@@ -4603,6 +4714,52 @@ export declare class TagResourcesResponse extends $tea.Model {
4603
4714
  [key: string]: any;
4604
4715
  });
4605
4716
  }
4717
+ export declare class TransferClusterBackupRequest extends $tea.Model {
4718
+ DBInstanceId?: string;
4719
+ ownerAccount?: string;
4720
+ ownerId?: number;
4721
+ resourceOwnerAccount?: string;
4722
+ resourceOwnerId?: number;
4723
+ securityToken?: string;
4724
+ static names(): {
4725
+ [key: string]: string;
4726
+ };
4727
+ static types(): {
4728
+ [key: string]: any;
4729
+ };
4730
+ constructor(map?: {
4731
+ [key: string]: any;
4732
+ });
4733
+ }
4734
+ export declare class TransferClusterBackupResponseBody extends $tea.Model {
4735
+ alreadyDone?: string;
4736
+ requestId?: string;
4737
+ static names(): {
4738
+ [key: string]: string;
4739
+ };
4740
+ static types(): {
4741
+ [key: string]: any;
4742
+ };
4743
+ constructor(map?: {
4744
+ [key: string]: any;
4745
+ });
4746
+ }
4747
+ export declare class TransferClusterBackupResponse extends $tea.Model {
4748
+ headers: {
4749
+ [key: string]: string;
4750
+ };
4751
+ statusCode: number;
4752
+ body: TransferClusterBackupResponseBody;
4753
+ static names(): {
4754
+ [key: string]: string;
4755
+ };
4756
+ static types(): {
4757
+ [key: string]: any;
4758
+ };
4759
+ constructor(map?: {
4760
+ [key: string]: any;
4761
+ });
4762
+ }
4606
4763
  export declare class TransformInstanceChargeTypeRequest extends $tea.Model {
4607
4764
  autoPay?: boolean;
4608
4765
  autoRenew?: string;
@@ -4613,6 +4770,7 @@ export declare class TransformInstanceChargeTypeRequest extends $tea.Model {
4613
4770
  ownerAccount?: string;
4614
4771
  ownerId?: number;
4615
4772
  period?: number;
4773
+ pricingCycle?: string;
4616
4774
  resourceOwnerAccount?: string;
4617
4775
  resourceOwnerId?: number;
4618
4776
  securityToken?: string;
@@ -5252,6 +5410,74 @@ export declare class DescribeBackupsResponseBodyBackups extends $tea.Model {
5252
5410
  [key: string]: any;
5253
5411
  });
5254
5412
  }
5413
+ export declare class DescribeClusterBackupsResponseBodyClusterBackupsBackups extends $tea.Model {
5414
+ backupDownloadURL?: string;
5415
+ backupEndTime?: string;
5416
+ backupId?: string;
5417
+ backupIntranetDownloadURL?: string;
5418
+ backupName?: string;
5419
+ backupSize?: string;
5420
+ backupStartTime?: string;
5421
+ backupStatus?: string;
5422
+ instanceName?: string;
5423
+ isAvail?: string;
5424
+ static names(): {
5425
+ [key: string]: string;
5426
+ };
5427
+ static types(): {
5428
+ [key: string]: any;
5429
+ };
5430
+ constructor(map?: {
5431
+ [key: string]: any;
5432
+ });
5433
+ }
5434
+ export declare class DescribeClusterBackupsResponseBodyClusterBackupsExtraInfo extends $tea.Model {
5435
+ registryFromHistory?: string;
5436
+ static names(): {
5437
+ [key: string]: string;
5438
+ };
5439
+ static types(): {
5440
+ [key: string]: any;
5441
+ };
5442
+ constructor(map?: {
5443
+ [key: string]: any;
5444
+ });
5445
+ }
5446
+ export declare class DescribeClusterBackupsResponseBodyClusterBackups extends $tea.Model {
5447
+ backups?: DescribeClusterBackupsResponseBodyClusterBackupsBackups[];
5448
+ clusterBackupEndTime?: string;
5449
+ clusterBackupId?: string;
5450
+ clusterBackupMode?: string;
5451
+ clusterBackupSize?: string;
5452
+ clusterBackupStartTime?: string;
5453
+ clusterBackupStatus?: string;
5454
+ extraInfo?: DescribeClusterBackupsResponseBodyClusterBackupsExtraInfo;
5455
+ isAvail?: number;
5456
+ progress?: string;
5457
+ static names(): {
5458
+ [key: string]: string;
5459
+ };
5460
+ static types(): {
5461
+ [key: string]: any;
5462
+ };
5463
+ constructor(map?: {
5464
+ [key: string]: any;
5465
+ });
5466
+ }
5467
+ export declare class DescribeClusterRecoverTimeResponseBodyRestoreRanges extends $tea.Model {
5468
+ restoreBeginTime?: string;
5469
+ restoreEndTime?: string;
5470
+ restoreType?: string;
5471
+ static names(): {
5472
+ [key: string]: string;
5473
+ };
5474
+ static types(): {
5475
+ [key: string]: any;
5476
+ };
5477
+ constructor(map?: {
5478
+ [key: string]: any;
5479
+ });
5480
+ }
5255
5481
  export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceConfigserverListConfigserverAttribute extends $tea.Model {
5256
5482
  connectString?: string;
5257
5483
  maxConnections?: number;
@@ -5407,6 +5633,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
5407
5633
  });
5408
5634
  }
5409
5635
  export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extends $tea.Model {
5636
+ burstingEnabled?: boolean;
5410
5637
  capacityUnit?: string;
5411
5638
  chargeType?: string;
5412
5639
  configserverList?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceConfigserverList;
@@ -5437,6 +5664,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
5437
5664
  mongosList?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceMongosList;
5438
5665
  networkType?: string;
5439
5666
  protocolType?: string;
5667
+ provisionedIops?: number;
5440
5668
  readonlyReplicas?: string;
5441
5669
  regionId?: string;
5442
5670
  replacateId?: string;
@@ -5450,6 +5678,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
5450
5678
  storageType?: string;
5451
5679
  syncPercent?: string;
5452
5680
  tags?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceTags;
5681
+ useClusterBackup?: boolean;
5453
5682
  VPCCloudInstanceIds?: string;
5454
5683
  VPCId?: string;
5455
5684
  vSwitchId?: string;
@@ -6039,6 +6268,7 @@ export declare class DescribePriceResponseBodyOrder extends $tea.Model {
6039
6268
  discountAmount?: string;
6040
6269
  originalAmount?: string;
6041
6270
  ruleIds?: DescribePriceResponseBodyOrderRuleIds;
6271
+ showDiscountInfo?: boolean;
6042
6272
  tradeAmount?: string;
6043
6273
  static names(): {
6044
6274
  [key: string]: string;
@@ -6143,6 +6373,7 @@ export declare class DescribeRegionsResponseBodyRegionsDdsRegionZones extends $t
6143
6373
  });
6144
6374
  }
6145
6375
  export declare class DescribeRegionsResponseBodyRegionsDdsRegion extends $tea.Model {
6376
+ endPoint?: string;
6146
6377
  regionId?: string;
6147
6378
  regionName?: string;
6148
6379
  zones?: DescribeRegionsResponseBodyRegionsDdsRegionZones;
@@ -6801,7 +7032,7 @@ export default class Client extends OpenApi {
6801
7032
  */
6802
7033
  deleteNode(request: DeleteNodeRequest): Promise<DeleteNodeResponse>;
6803
7034
  /**
6804
- * > This operation can query only the information of the root account.
7035
+ * > You can call this operation to query only the information of the root account.
6805
7036
  *
6806
7037
  * @param request DescribeAccountsRequest
6807
7038
  * @param runtime runtime options for this request RuntimeOptions
@@ -6809,7 +7040,7 @@ export default class Client extends OpenApi {
6809
7040
  */
6810
7041
  describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
6811
7042
  /**
6812
- * > This operation can query only the information of the root account.
7043
+ * > You can call this operation to query only the information of the root account.
6813
7044
  *
6814
7045
  * @param request DescribeAccountsRequest
6815
7046
  * @return DescribeAccountsResponse
@@ -6820,9 +7051,9 @@ export default class Client extends OpenApi {
6820
7051
  describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
6821
7052
  describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
6822
7053
  /**
6823
- * The role of the node in the instance. Valid values:
6824
- * * **primary**
6825
- * * **secondary**
7054
+ * * The instance must be in the running state when you call this operation.
7055
+ * * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
7056
+ * * You can call this operation up to 30 times per minute. To call this operation at a higher frequency, use a Logstore. For more information, see [Manage a Logstore](~~48990~~).
6826
7057
  *
6827
7058
  * @param request DescribeAuditLogFilterRequest
6828
7059
  * @param runtime runtime options for this request RuntimeOptions
@@ -6830,9 +7061,9 @@ export default class Client extends OpenApi {
6830
7061
  */
6831
7062
  describeAuditLogFilterWithOptions(request: DescribeAuditLogFilterRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditLogFilterResponse>;
6832
7063
  /**
6833
- * The role of the node in the instance. Valid values:
6834
- * * **primary**
6835
- * * **secondary**
7064
+ * * The instance must be in the running state when you call this operation.
7065
+ * * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
7066
+ * * You can call this operation up to 30 times per minute. To call this operation at a higher frequency, use a Logstore. For more information, see [Manage a Logstore](~~48990~~).
6836
7067
  *
6837
7068
  * @param request DescribeAuditLogFilterRequest
6838
7069
  * @return DescribeAuditLogFilterResponse
@@ -6928,6 +7159,10 @@ export default class Client extends OpenApi {
6928
7159
  describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
6929
7160
  describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
6930
7161
  describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
7162
+ describeClusterBackupsWithOptions(request: DescribeClusterBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterBackupsResponse>;
7163
+ describeClusterBackups(request: DescribeClusterBackupsRequest): Promise<DescribeClusterBackupsResponse>;
7164
+ describeClusterRecoverTimeWithOptions(request: DescribeClusterRecoverTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterRecoverTimeResponse>;
7165
+ describeClusterRecoverTime(request: DescribeClusterRecoverTimeRequest): Promise<DescribeClusterRecoverTimeResponse>;
6931
7166
  describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
6932
7167
  describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
6933
7168
  /**
@@ -6988,7 +7223,7 @@ export default class Client extends OpenApi {
6988
7223
  */
6989
7224
  describeDBInstanceTDEInfo(request: DescribeDBInstanceTDEInfoRequest): Promise<DescribeDBInstanceTDEInfoResponse>;
6990
7225
  /**
6991
- * The list of replica set and standalone instances is displayed when the **DBInstanceType** parameter uses the default value **replicate**. To query the list of sharded cluster instances, you must set the **DBInstanceType** parameter to **sharding**.
7226
+ * The list of replica set and standalone instances is displayed when the **DBInstanceType** parameter uses the default value **replicate**. To query a list of sharded cluster instances, you must set the **DBInstanceType** parameter to **sharding**.
6992
7227
  *
6993
7228
  * @param request DescribeDBInstancesRequest
6994
7229
  * @param runtime runtime options for this request RuntimeOptions
@@ -6996,7 +7231,7 @@ export default class Client extends OpenApi {
6996
7231
  */
6997
7232
  describeDBInstancesWithOptions(request: DescribeDBInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstancesResponse>;
6998
7233
  /**
6999
- * The list of replica set and standalone instances is displayed when the **DBInstanceType** parameter uses the default value **replicate**. To query the list of sharded cluster instances, you must set the **DBInstanceType** parameter to **sharding**.
7234
+ * The list of replica set and standalone instances is displayed when the **DBInstanceType** parameter uses the default value **replicate**. To query a list of sharded cluster instances, you must set the **DBInstanceType** parameter to **sharding**.
7000
7235
  *
7001
7236
  * @param request DescribeDBInstancesRequest
7002
7237
  * @return DescribeDBInstancesResponse
@@ -7343,10 +7578,10 @@ export default class Client extends OpenApi {
7343
7578
  modifyDBInstanceMaintainTimeWithOptions(request: ModifyDBInstanceMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMaintainTimeResponse>;
7344
7579
  modifyDBInstanceMaintainTime(request: ModifyDBInstanceMaintainTimeRequest): Promise<ModifyDBInstanceMaintainTimeResponse>;
7345
7580
  /**
7346
- * > operation is currently unavailable.
7581
+ * > This operation is applicable only to the ApsaraDB for MongoDB console of the previous version due to the change in the frequency at which the monitoring data of an ApsaraDB for MongoDB instance is collected.
7347
7582
  * Before you call this operation, make sure that the following requirements are met:
7348
- * * A replica set or sharded cluster instance is used.
7349
- * * MongoDB 3.4 (the latest minor version) or 4.0 must be selected.
7583
+ * * The instance is a replica set or sharded cluster instance.
7584
+ * * The instance runs MongoDB 3.4 (the latest minor version) or 4.0.
7350
7585
  *
7351
7586
  * @param request ModifyDBInstanceMonitorRequest
7352
7587
  * @param runtime runtime options for this request RuntimeOptions
@@ -7354,10 +7589,10 @@ export default class Client extends OpenApi {
7354
7589
  */
7355
7590
  modifyDBInstanceMonitorWithOptions(request: ModifyDBInstanceMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMonitorResponse>;
7356
7591
  /**
7357
- * > operation is currently unavailable.
7592
+ * > This operation is applicable only to the ApsaraDB for MongoDB console of the previous version due to the change in the frequency at which the monitoring data of an ApsaraDB for MongoDB instance is collected.
7358
7593
  * Before you call this operation, make sure that the following requirements are met:
7359
- * * A replica set or sharded cluster instance is used.
7360
- * * MongoDB 3.4 (the latest minor version) or 4.0 must be selected.
7594
+ * * The instance is a replica set or sharded cluster instance.
7595
+ * * The instance runs MongoDB 3.4 (the latest minor version) or 4.0.
7361
7596
  *
7362
7597
  * @param request ModifyDBInstanceMonitorRequest
7363
7598
  * @return ModifyDBInstanceMonitorResponse
@@ -7643,7 +7878,7 @@ export default class Client extends OpenApi {
7643
7878
  */
7644
7879
  resetAccountPassword(request: ResetAccountPasswordRequest): Promise<ResetAccountPasswordResponse>;
7645
7880
  /**
7646
- * This operation can also be used to restart a shard or mongos node in a sharded cluster instance.
7881
+ * This operation can also be used to restart an instance, or restart a shard or mongos node in a sharded cluster instance.
7647
7882
  *
7648
7883
  * @param request RestartDBInstanceRequest
7649
7884
  * @param runtime runtime options for this request RuntimeOptions
@@ -7651,7 +7886,7 @@ export default class Client extends OpenApi {
7651
7886
  */
7652
7887
  restartDBInstanceWithOptions(request: RestartDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RestartDBInstanceResponse>;
7653
7888
  /**
7654
- * This operation can also be used to restart a shard or mongos node in a sharded cluster instance.
7889
+ * This operation can also be used to restart an instance, or restart a shard or mongos node in a sharded cluster instance.
7655
7890
  *
7656
7891
  * @param request RestartDBInstanceRequest
7657
7892
  * @return RestartDBInstanceResponse
@@ -7720,6 +7955,8 @@ export default class Client extends OpenApi {
7720
7955
  * @return TagResourcesResponse
7721
7956
  */
7722
7957
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
7958
+ transferClusterBackupWithOptions(request: TransferClusterBackupRequest, runtime: $Util.RuntimeOptions): Promise<TransferClusterBackupResponse>;
7959
+ transferClusterBackup(request: TransferClusterBackupRequest): Promise<TransferClusterBackupResponse>;
7723
7960
  /**
7724
7961
  * Before you call this operation, make sure that you understand the billing methods and [pricing](https://www.aliyun.com/price/product#/mongodb/detail) of ApsaraDB for MongoDB.
7725
7962
  * Before you call this API operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements: