@alicloud/dds20151201 5.0.6 → 5.1.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
@@ -1318,6 +1318,7 @@ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
1318
1318
  backupInterval?: number;
1319
1319
  backupRetentionPeriod?: string;
1320
1320
  enableBackupLog?: number;
1321
+ highFrequencyBackupRetention?: string;
1321
1322
  logBackupRetentionPeriod?: number;
1322
1323
  preferredBackupPeriod?: string;
1323
1324
  preferredBackupTime?: string;
@@ -1349,6 +1350,102 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
1349
1350
  [key: string]: any;
1350
1351
  });
1351
1352
  }
1353
+ export declare class DescribeBackupStorageRequest extends $tea.Model {
1354
+ DBInstanceId?: string;
1355
+ nodeId?: string;
1356
+ ownerAccount?: string;
1357
+ ownerId?: number;
1358
+ regionId?: string;
1359
+ resourceOwnerAccount?: string;
1360
+ resourceOwnerId?: number;
1361
+ static names(): {
1362
+ [key: string]: string;
1363
+ };
1364
+ static types(): {
1365
+ [key: string]: any;
1366
+ };
1367
+ constructor(map?: {
1368
+ [key: string]: any;
1369
+ });
1370
+ }
1371
+ export declare class DescribeBackupStorageResponseBody extends $tea.Model {
1372
+ freeSize?: number;
1373
+ fullStorageSize?: number;
1374
+ logStorageSize?: number;
1375
+ requestId?: string;
1376
+ static names(): {
1377
+ [key: string]: string;
1378
+ };
1379
+ static types(): {
1380
+ [key: string]: any;
1381
+ };
1382
+ constructor(map?: {
1383
+ [key: string]: any;
1384
+ });
1385
+ }
1386
+ export declare class DescribeBackupStorageResponse extends $tea.Model {
1387
+ headers?: {
1388
+ [key: string]: string;
1389
+ };
1390
+ statusCode?: number;
1391
+ body?: DescribeBackupStorageResponseBody;
1392
+ static names(): {
1393
+ [key: string]: string;
1394
+ };
1395
+ static types(): {
1396
+ [key: string]: any;
1397
+ };
1398
+ constructor(map?: {
1399
+ [key: string]: any;
1400
+ });
1401
+ }
1402
+ export declare class DescribeBackupTasksRequest extends $tea.Model {
1403
+ backupJobId?: number;
1404
+ DBInstanceId?: string;
1405
+ ownerAccount?: string;
1406
+ ownerId?: number;
1407
+ resourceOwnerAccount?: string;
1408
+ resourceOwnerId?: number;
1409
+ securityToken?: string;
1410
+ static names(): {
1411
+ [key: string]: string;
1412
+ };
1413
+ static types(): {
1414
+ [key: string]: any;
1415
+ };
1416
+ constructor(map?: {
1417
+ [key: string]: any;
1418
+ });
1419
+ }
1420
+ export declare class DescribeBackupTasksResponseBody extends $tea.Model {
1421
+ backupJobs?: DescribeBackupTasksResponseBodyBackupJobs[];
1422
+ requestId?: string;
1423
+ static names(): {
1424
+ [key: string]: string;
1425
+ };
1426
+ static types(): {
1427
+ [key: string]: any;
1428
+ };
1429
+ constructor(map?: {
1430
+ [key: string]: any;
1431
+ });
1432
+ }
1433
+ export declare class DescribeBackupTasksResponse extends $tea.Model {
1434
+ headers?: {
1435
+ [key: string]: string;
1436
+ };
1437
+ statusCode?: number;
1438
+ body?: DescribeBackupTasksResponseBody;
1439
+ static names(): {
1440
+ [key: string]: string;
1441
+ };
1442
+ static types(): {
1443
+ [key: string]: any;
1444
+ };
1445
+ constructor(map?: {
1446
+ [key: string]: any;
1447
+ });
1448
+ }
1352
1449
  export declare class DescribeBackupsRequest extends $tea.Model {
1353
1450
  backupId?: string;
1354
1451
  DBInstanceId?: string;
@@ -2285,6 +2382,52 @@ export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.M
2285
2382
  [key: string]: any;
2286
2383
  });
2287
2384
  }
2385
+ export declare class DescribeInstanceRecoverTimeRequest extends $tea.Model {
2386
+ DBInstanceId?: string;
2387
+ ownerAccount?: string;
2388
+ ownerId?: number;
2389
+ resourceOwnerAccount?: string;
2390
+ resourceOwnerId?: number;
2391
+ securityToken?: string;
2392
+ static names(): {
2393
+ [key: string]: string;
2394
+ };
2395
+ static types(): {
2396
+ [key: string]: any;
2397
+ };
2398
+ constructor(map?: {
2399
+ [key: string]: any;
2400
+ });
2401
+ }
2402
+ export declare class DescribeInstanceRecoverTimeResponseBody extends $tea.Model {
2403
+ requestId?: string;
2404
+ restoreRanges?: DescribeInstanceRecoverTimeResponseBodyRestoreRanges[];
2405
+ static names(): {
2406
+ [key: string]: string;
2407
+ };
2408
+ static types(): {
2409
+ [key: string]: any;
2410
+ };
2411
+ constructor(map?: {
2412
+ [key: string]: any;
2413
+ });
2414
+ }
2415
+ export declare class DescribeInstanceRecoverTimeResponse extends $tea.Model {
2416
+ headers?: {
2417
+ [key: string]: string;
2418
+ };
2419
+ statusCode?: number;
2420
+ body?: DescribeInstanceRecoverTimeResponseBody;
2421
+ static names(): {
2422
+ [key: string]: string;
2423
+ };
2424
+ static types(): {
2425
+ [key: string]: any;
2426
+ };
2427
+ constructor(map?: {
2428
+ [key: string]: any;
2429
+ });
2430
+ }
2288
2431
  export declare class DescribeKernelReleaseNotesRequest extends $tea.Model {
2289
2432
  kernelVersion?: string;
2290
2433
  ownerAccount?: string;
@@ -3569,6 +3712,7 @@ export declare class ModifyBackupPolicyRequest extends $tea.Model {
3569
3712
  backupRetentionPeriod?: number;
3570
3713
  DBInstanceId?: string;
3571
3714
  enableBackupLog?: number;
3715
+ highFrequencyBackupRetention?: number;
3572
3716
  logBackupRetentionPeriod?: number;
3573
3717
  ownerAccount?: string;
3574
3718
  ownerId?: number;
@@ -3576,7 +3720,6 @@ export declare class ModifyBackupPolicyRequest extends $tea.Model {
3576
3720
  preferredBackupTime?: string;
3577
3721
  resourceOwnerAccount?: string;
3578
3722
  resourceOwnerId?: number;
3579
- securityToken?: string;
3580
3723
  snapshotBackupType?: string;
3581
3724
  static names(): {
3582
3725
  [key: string]: string;
@@ -5692,12 +5835,29 @@ export declare class DescribeBackupDBsResponseBodyDatabases extends $tea.Model {
5692
5835
  [key: string]: any;
5693
5836
  });
5694
5837
  }
5838
+ export declare class DescribeBackupTasksResponseBodyBackupJobs extends $tea.Model {
5839
+ backupSetStatus?: string;
5840
+ backupStartTime?: string;
5841
+ backupjobId?: number;
5842
+ jobMode?: string;
5843
+ progress?: string;
5844
+ static names(): {
5845
+ [key: string]: string;
5846
+ };
5847
+ static types(): {
5848
+ [key: string]: any;
5849
+ };
5850
+ constructor(map?: {
5851
+ [key: string]: any;
5852
+ });
5853
+ }
5695
5854
  export declare class DescribeBackupsResponseBodyBackupsBackup extends $tea.Model {
5696
5855
  backupDBNames?: string;
5697
5856
  backupDownloadURL?: string;
5698
5857
  backupEndTime?: string;
5699
5858
  backupId?: number;
5700
5859
  backupIntranetDownloadURL?: string;
5860
+ backupJobId?: number;
5701
5861
  backupMethod?: string;
5702
5862
  backupMode?: string;
5703
5863
  backupSize?: number;
@@ -6444,6 +6604,20 @@ export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItems exten
6444
6604
  [key: string]: any;
6445
6605
  });
6446
6606
  }
6607
+ export declare class DescribeInstanceRecoverTimeResponseBodyRestoreRanges extends $tea.Model {
6608
+ restoreBeginTime?: string;
6609
+ restoreEndTime?: string;
6610
+ restoreType?: string;
6611
+ static names(): {
6612
+ [key: string]: string;
6613
+ };
6614
+ static types(): {
6615
+ [key: string]: any;
6616
+ };
6617
+ constructor(map?: {
6618
+ [key: string]: any;
6619
+ });
6620
+ }
6447
6621
  export declare class DescribeKernelReleaseNotesResponseBodyReleaseNotesReleaseNote extends $tea.Model {
6448
6622
  kernelVersion?: string;
6449
6623
  releaseNote?: string;
@@ -6640,6 +6814,57 @@ export declare class DescribePriceResponseBodyOrderCoupons extends $tea.Model {
6640
6814
  [key: string]: any;
6641
6815
  });
6642
6816
  }
6817
+ export declare class DescribePriceResponseBodyOrderDepreciateInfoContractActivityOptionIds extends $tea.Model {
6818
+ optionId?: number[];
6819
+ static names(): {
6820
+ [key: string]: string;
6821
+ };
6822
+ static types(): {
6823
+ [key: string]: any;
6824
+ };
6825
+ constructor(map?: {
6826
+ [key: string]: any;
6827
+ });
6828
+ }
6829
+ export declare class DescribePriceResponseBodyOrderDepreciateInfoContractActivity extends $tea.Model {
6830
+ activityId?: number;
6831
+ activityName?: string;
6832
+ finalFee?: number;
6833
+ finalPromFee?: number;
6834
+ optionCode?: string;
6835
+ optionIds?: DescribePriceResponseBodyOrderDepreciateInfoContractActivityOptionIds;
6836
+ prodFee?: number;
6837
+ static names(): {
6838
+ [key: string]: string;
6839
+ };
6840
+ static types(): {
6841
+ [key: string]: any;
6842
+ };
6843
+ constructor(map?: {
6844
+ [key: string]: any;
6845
+ });
6846
+ }
6847
+ export declare class DescribePriceResponseBodyOrderDepreciateInfo extends $tea.Model {
6848
+ cheapRate?: number;
6849
+ cheapStandAmount?: number;
6850
+ contractActivity?: DescribePriceResponseBodyOrderDepreciateInfoContractActivity;
6851
+ differential?: number;
6852
+ differentialName?: string;
6853
+ isContractActivity?: boolean;
6854
+ isShow?: string;
6855
+ listPrice?: number;
6856
+ monthPrice?: number;
6857
+ originalStandAmount?: number;
6858
+ static names(): {
6859
+ [key: string]: string;
6860
+ };
6861
+ static types(): {
6862
+ [key: string]: any;
6863
+ };
6864
+ constructor(map?: {
6865
+ [key: string]: any;
6866
+ });
6867
+ }
6643
6868
  export declare class DescribePriceResponseBodyOrderRuleIds extends $tea.Model {
6644
6869
  ruleId?: string[];
6645
6870
  static names(): {
@@ -6653,14 +6878,21 @@ export declare class DescribePriceResponseBodyOrderRuleIds extends $tea.Model {
6653
6878
  });
6654
6879
  }
6655
6880
  export declare class DescribePriceResponseBodyOrder extends $tea.Model {
6881
+ code?: string;
6882
+ contractActivity?: boolean;
6656
6883
  coupons?: DescribePriceResponseBodyOrderCoupons;
6657
6884
  currency?: string;
6885
+ depreciateInfo?: DescribePriceResponseBodyOrderDepreciateInfo;
6658
6886
  discountAmount?: string;
6887
+ isContractActivity?: boolean;
6888
+ message?: string;
6659
6889
  optionalPromotions?: string;
6660
6890
  originalAmount?: string;
6661
6891
  promDetailList?: string;
6662
6892
  ruleIds?: DescribePriceResponseBodyOrderRuleIds;
6663
6893
  showDiscountInfo?: boolean;
6894
+ standDiscountPrice?: number;
6895
+ standPrice?: number;
6664
6896
  tradeAmount?: string;
6665
6897
  static names(): {
6666
6898
  [key: string]: string;
@@ -6698,6 +6930,253 @@ export declare class DescribePriceResponseBodyRules extends $tea.Model {
6698
6930
  [key: string]: any;
6699
6931
  });
6700
6932
  }
6933
+ export declare class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfoContractActivityOptionIds extends $tea.Model {
6934
+ optionId?: number[];
6935
+ static names(): {
6936
+ [key: string]: string;
6937
+ };
6938
+ static types(): {
6939
+ [key: string]: any;
6940
+ };
6941
+ constructor(map?: {
6942
+ [key: string]: any;
6943
+ });
6944
+ }
6945
+ export declare class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfoContractActivity extends $tea.Model {
6946
+ activityId?: number;
6947
+ activityName?: string;
6948
+ finalFee?: number;
6949
+ finalPromFee?: number;
6950
+ optionCode?: string;
6951
+ optionIds?: DescribePriceResponseBodySubOrdersSubOrderDepreciateInfoContractActivityOptionIds;
6952
+ prodFee?: number;
6953
+ static names(): {
6954
+ [key: string]: string;
6955
+ };
6956
+ static types(): {
6957
+ [key: string]: any;
6958
+ };
6959
+ constructor(map?: {
6960
+ [key: string]: any;
6961
+ });
6962
+ }
6963
+ export declare class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfo extends $tea.Model {
6964
+ cheapRate?: number;
6965
+ cheapStandAmount?: number;
6966
+ contractActivity?: DescribePriceResponseBodySubOrdersSubOrderDepreciateInfoContractActivity;
6967
+ differential?: number;
6968
+ differentialName?: string;
6969
+ isContractActivity?: boolean;
6970
+ isShow?: string;
6971
+ listPrice?: number;
6972
+ monthPrice?: number;
6973
+ originalStandAmount?: number;
6974
+ static names(): {
6975
+ [key: string]: string;
6976
+ };
6977
+ static types(): {
6978
+ [key: string]: any;
6979
+ };
6980
+ constructor(map?: {
6981
+ [key: string]: any;
6982
+ });
6983
+ }
6984
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstanceDepreciateInfo extends $tea.Model {
6985
+ cheapRate?: number;
6986
+ cheapStandAmount?: number;
6987
+ differential?: number;
6988
+ differentialName?: string;
6989
+ isContractActivity?: boolean;
6990
+ isShow?: string;
6991
+ listPrice?: number;
6992
+ monthPrice?: number;
6993
+ originalStandAmount?: number;
6994
+ static names(): {
6995
+ [key: string]: string;
6996
+ };
6997
+ static types(): {
6998
+ [key: string]: any;
6999
+ };
7000
+ constructor(map?: {
7001
+ [key: string]: any;
7002
+ });
7003
+ }
7004
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstanceModuleAttrsModuleAttr extends $tea.Model {
7005
+ code?: string;
7006
+ name?: string;
7007
+ type?: string;
7008
+ value?: string;
7009
+ static names(): {
7010
+ [key: string]: string;
7011
+ };
7012
+ static types(): {
7013
+ [key: string]: any;
7014
+ };
7015
+ constructor(map?: {
7016
+ [key: string]: any;
7017
+ });
7018
+ }
7019
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstanceModuleAttrs extends $tea.Model {
7020
+ moduleAttr?: DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstanceModuleAttrsModuleAttr[];
7021
+ static names(): {
7022
+ [key: string]: string;
7023
+ };
7024
+ static types(): {
7025
+ [key: string]: any;
7026
+ };
7027
+ constructor(map?: {
7028
+ [key: string]: any;
7029
+ });
7030
+ }
7031
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstancePromDetailListPromDetal extends $tea.Model {
7032
+ activityExtInfo?: {
7033
+ [key: string]: any;
7034
+ };
7035
+ derivedPromType?: string;
7036
+ finalPromFee?: number;
7037
+ optionCode?: string;
7038
+ promType?: string;
7039
+ promotionCode?: string;
7040
+ promotionId?: number;
7041
+ promotionName?: string;
7042
+ static names(): {
7043
+ [key: string]: string;
7044
+ };
7045
+ static types(): {
7046
+ [key: string]: any;
7047
+ };
7048
+ constructor(map?: {
7049
+ [key: string]: any;
7050
+ });
7051
+ }
7052
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstancePromDetailList extends $tea.Model {
7053
+ promDetal?: DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstancePromDetailListPromDetal[];
7054
+ static names(): {
7055
+ [key: string]: string;
7056
+ };
7057
+ static types(): {
7058
+ [key: string]: any;
7059
+ };
7060
+ constructor(map?: {
7061
+ [key: string]: any;
7062
+ });
7063
+ }
7064
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstance extends $tea.Model {
7065
+ contractActivity?: boolean;
7066
+ cycleFee?: string;
7067
+ depreciateInfo?: DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstanceDepreciateInfo;
7068
+ discountFee?: string;
7069
+ moduleAttrs?: DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstanceModuleAttrs;
7070
+ moduleCode?: string;
7071
+ moduleId?: number;
7072
+ moduleName?: string;
7073
+ needOrderPay?: boolean;
7074
+ payFee?: number;
7075
+ pricingModule?: boolean;
7076
+ promDetailList?: DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstancePromDetailList;
7077
+ standPrice?: number;
7078
+ totalProductFee?: number;
7079
+ static names(): {
7080
+ [key: string]: string;
7081
+ };
7082
+ static types(): {
7083
+ [key: string]: any;
7084
+ };
7085
+ constructor(map?: {
7086
+ [key: string]: any;
7087
+ });
7088
+ }
7089
+ export declare class DescribePriceResponseBodySubOrdersSubOrderModuleInstance extends $tea.Model {
7090
+ moduleInstance?: DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInstance[];
7091
+ static names(): {
7092
+ [key: string]: string;
7093
+ };
7094
+ static types(): {
7095
+ [key: string]: any;
7096
+ };
7097
+ constructor(map?: {
7098
+ [key: string]: any;
7099
+ });
7100
+ }
7101
+ export declare class DescribePriceResponseBodySubOrdersSubOrderOptionalPromotionsOptionalPromotionTargetArticleItemCodes extends $tea.Model {
7102
+ targetArticleItemCode?: string[];
7103
+ static names(): {
7104
+ [key: string]: string;
7105
+ };
7106
+ static types(): {
7107
+ [key: string]: any;
7108
+ };
7109
+ constructor(map?: {
7110
+ [key: string]: any;
7111
+ });
7112
+ }
7113
+ export declare class DescribePriceResponseBodySubOrdersSubOrderOptionalPromotionsOptionalPromotion extends $tea.Model {
7114
+ activityCategory?: string;
7115
+ activityExtInfo?: {
7116
+ [key: string]: any;
7117
+ };
7118
+ canPromFee?: number;
7119
+ optionCode?: string;
7120
+ promotionName?: string;
7121
+ promotionOptionNo?: string;
7122
+ selected?: boolean;
7123
+ show?: boolean;
7124
+ targetArticleItemCodes?: DescribePriceResponseBodySubOrdersSubOrderOptionalPromotionsOptionalPromotionTargetArticleItemCodes;
7125
+ static names(): {
7126
+ [key: string]: string;
7127
+ };
7128
+ static types(): {
7129
+ [key: string]: any;
7130
+ };
7131
+ constructor(map?: {
7132
+ [key: string]: any;
7133
+ });
7134
+ }
7135
+ export declare class DescribePriceResponseBodySubOrdersSubOrderOptionalPromotions extends $tea.Model {
7136
+ optionalPromotion?: DescribePriceResponseBodySubOrdersSubOrderOptionalPromotionsOptionalPromotion[];
7137
+ static names(): {
7138
+ [key: string]: string;
7139
+ };
7140
+ static types(): {
7141
+ [key: string]: any;
7142
+ };
7143
+ constructor(map?: {
7144
+ [key: string]: any;
7145
+ });
7146
+ }
7147
+ export declare class DescribePriceResponseBodySubOrdersSubOrderPromDetailListPromDetal extends $tea.Model {
7148
+ activityExtInfo?: {
7149
+ [key: string]: any;
7150
+ };
7151
+ derivedPromType?: string;
7152
+ finalPromFee?: number;
7153
+ optionCode?: string;
7154
+ promType?: string;
7155
+ promotionCode?: string;
7156
+ promotionId?: number;
7157
+ promotionName?: string;
7158
+ static names(): {
7159
+ [key: string]: string;
7160
+ };
7161
+ static types(): {
7162
+ [key: string]: any;
7163
+ };
7164
+ constructor(map?: {
7165
+ [key: string]: any;
7166
+ });
7167
+ }
7168
+ export declare class DescribePriceResponseBodySubOrdersSubOrderPromDetailList extends $tea.Model {
7169
+ promDetal?: DescribePriceResponseBodySubOrdersSubOrderPromDetailListPromDetal[];
7170
+ static names(): {
7171
+ [key: string]: string;
7172
+ };
7173
+ static types(): {
7174
+ [key: string]: any;
7175
+ };
7176
+ constructor(map?: {
7177
+ [key: string]: any;
7178
+ });
7179
+ }
6701
7180
  export declare class DescribePriceResponseBodySubOrdersSubOrderRuleIds extends $tea.Model {
6702
7181
  ruleId?: string[];
6703
7182
  static names(): {
@@ -6711,10 +7190,19 @@ export declare class DescribePriceResponseBodySubOrdersSubOrderRuleIds extends $
6711
7190
  });
6712
7191
  }
6713
7192
  export declare class DescribePriceResponseBodySubOrdersSubOrder extends $tea.Model {
7193
+ contractActivity?: boolean;
7194
+ depreciateInfo?: DescribePriceResponseBodySubOrdersSubOrderDepreciateInfo;
6714
7195
  discountAmount?: string;
6715
7196
  instanceId?: string;
7197
+ isContractActivity?: boolean;
7198
+ isNewOfficialActivity?: string;
7199
+ moduleInstance?: DescribePriceResponseBodySubOrdersSubOrderModuleInstance;
7200
+ optionalPromotions?: DescribePriceResponseBodySubOrdersSubOrderOptionalPromotions;
6716
7201
  originalAmount?: string;
7202
+ promDetailList?: DescribePriceResponseBodySubOrdersSubOrderPromDetailList;
6717
7203
  ruleIds?: DescribePriceResponseBodySubOrdersSubOrderRuleIds;
7204
+ standDiscountPrice?: number;
7205
+ standPrice?: number;
6718
7206
  tradeAmount?: string;
6719
7207
  static names(): {
6720
7208
  [key: string]: string;
@@ -7310,7 +7798,6 @@ export default class Client extends OpenApi {
7310
7798
  */
7311
7799
  createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
7312
7800
  /**
7313
- * ## Usage
7314
7801
  * When you call this operation, the instance must be in the Running state.
7315
7802
  *
7316
7803
  * @param request CreateBackupRequest
@@ -7319,7 +7806,6 @@ export default class Client extends OpenApi {
7319
7806
  */
7320
7807
  createBackupWithOptions(request: CreateBackupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackupResponse>;
7321
7808
  /**
7322
- * ## Usage
7323
7809
  * When you call this operation, the instance must be in the Running state.
7324
7810
  *
7325
7811
  * @param request CreateBackupRequest
@@ -7327,7 +7813,9 @@ export default class Client extends OpenApi {
7327
7813
  */
7328
7814
  createBackup(request: CreateBackupRequest): Promise<CreateBackupResponse>;
7329
7815
  /**
7330
- * Creates or clones an ApsaraDB for MongoDB replica set instance.
7816
+ * Make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/mongodb/detail/mongodb_computeudr_dp_cn) of ApsaraDB for MongoDB before you call this operation.
7817
+ * For more information about the instance types of ApsaraDB for MongoDB instances, see [Instance types](https://www.alibabacloud.com/help/en/mongodb/product-overview/instance-types-1).
7818
+ * To create sharded cluster instances, you can call the [CreateShardingDBInstance](~~CreateShardingDBInstance~~) operation.
7331
7819
  *
7332
7820
  * @param request CreateDBInstanceRequest
7333
7821
  * @param runtime runtime options for this request RuntimeOptions
@@ -7335,7 +7823,9 @@ export default class Client extends OpenApi {
7335
7823
  */
7336
7824
  createDBInstanceWithOptions(request: CreateDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBInstanceResponse>;
7337
7825
  /**
7338
- * Creates or clones an ApsaraDB for MongoDB replica set instance.
7826
+ * Make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/mongodb/detail/mongodb_computeudr_dp_cn) of ApsaraDB for MongoDB before you call this operation.
7827
+ * For more information about the instance types of ApsaraDB for MongoDB instances, see [Instance types](https://www.alibabacloud.com/help/en/mongodb/product-overview/instance-types-1).
7828
+ * To create sharded cluster instances, you can call the [CreateShardingDBInstance](~~CreateShardingDBInstance~~) operation.
7339
7829
  *
7340
7830
  * @param request CreateDBInstanceRequest
7341
7831
  * @return CreateDBInstanceResponse
@@ -7361,7 +7851,8 @@ export default class Client extends OpenApi {
7361
7851
  */
7362
7852
  createNode(request: CreateNodeRequest): Promise<CreateNodeResponse>;
7363
7853
  /**
7364
- * The ID of the request.
7854
+ * Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/product/apsaradb-for-mongodb/pricing) of ApsaraDB for MongoDB.
7855
+ * This operation is applicable only to sharded cluster instances.
7365
7856
  *
7366
7857
  * @param request CreateNodeBatchRequest
7367
7858
  * @param runtime runtime options for this request RuntimeOptions
@@ -7369,7 +7860,8 @@ export default class Client extends OpenApi {
7369
7860
  */
7370
7861
  createNodeBatchWithOptions(request: CreateNodeBatchRequest, runtime: $Util.RuntimeOptions): Promise<CreateNodeBatchResponse>;
7371
7862
  /**
7372
- * The ID of the request.
7863
+ * Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/product/apsaradb-for-mongodb/pricing) of ApsaraDB for MongoDB.
7864
+ * This operation is applicable only to sharded cluster instances.
7373
7865
  *
7374
7866
  * @param request CreateNodeBatchRequest
7375
7867
  * @return CreateNodeBatchResponse
@@ -7395,10 +7887,10 @@ export default class Client extends OpenApi {
7395
7887
  */
7396
7888
  createShardingDBInstance(request: CreateShardingDBInstanceRequest): Promise<CreateShardingDBInstanceResponse>;
7397
7889
  /**
7398
- * Before you call this operation, make sure that the instance meets the following requirements:
7399
- * * The instance is in the running state.
7400
- * * A pay-as-you-go instance is used.
7401
- * > After you release an ApsaraDB for MongoDB instance, data in the instance can no longer be recovered. Proceed with caution.
7890
+ * Before you call this operation, make sure that the instance meets the following requirements
7891
+ * * The instance is in the Running state.
7892
+ * * The billing method of the instance is pay-as-you-go.
7893
+ * > After an instance is released, all data in the instance is cleared and cannot be recovered. Proceed with caution.
7402
7894
  *
7403
7895
  * @param request DeleteDBInstanceRequest
7404
7896
  * @param runtime runtime options for this request RuntimeOptions
@@ -7406,10 +7898,10 @@ export default class Client extends OpenApi {
7406
7898
  */
7407
7899
  deleteDBInstanceWithOptions(request: DeleteDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceResponse>;
7408
7900
  /**
7409
- * Before you call this operation, make sure that the instance meets the following requirements:
7410
- * * The instance is in the running state.
7411
- * * A pay-as-you-go instance is used.
7412
- * > After you release an ApsaraDB for MongoDB instance, data in the instance can no longer be recovered. Proceed with caution.
7901
+ * Before you call this operation, make sure that the instance meets the following requirements
7902
+ * * The instance is in the Running state.
7903
+ * * The billing method of the instance is pay-as-you-go.
7904
+ * > After an instance is released, all data in the instance is cleared and cannot be recovered. Proceed with caution.
7413
7905
  *
7414
7906
  * @param request DeleteDBInstanceRequest
7415
7907
  * @return DeleteDBInstanceResponse
@@ -7418,8 +7910,8 @@ export default class Client extends OpenApi {
7418
7910
  deleteGlobalSecurityIPGroupWithOptions(request: DeleteGlobalSecurityIPGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGlobalSecurityIPGroupResponse>;
7419
7911
  deleteGlobalSecurityIPGroup(request: DeleteGlobalSecurityIPGroupRequest): Promise<DeleteGlobalSecurityIPGroupResponse>;
7420
7912
  /**
7421
- * Before you call this operation, make sure that the following requirements are met:
7422
- * * The instance is in the running state.
7913
+ * Before you call this operation, make sure that the instance meets the following requirements:
7914
+ * * The instance is in the Running state.
7423
7915
  * * The instance is a sharded cluster instance.
7424
7916
  * * The billing method of the instance is pay-as-you-go.
7425
7917
  * * The number of the shard or mongos nodes in the instance is greater than two.
@@ -7430,8 +7922,8 @@ export default class Client extends OpenApi {
7430
7922
  */
7431
7923
  deleteNodeWithOptions(request: DeleteNodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteNodeResponse>;
7432
7924
  /**
7433
- * Before you call this operation, make sure that the following requirements are met:
7434
- * * The instance is in the running state.
7925
+ * Before you call this operation, make sure that the instance meets the following requirements:
7926
+ * * The instance is in the Running state.
7435
7927
  * * The instance is a sharded cluster instance.
7436
7928
  * * The billing method of the instance is pay-as-you-go.
7437
7929
  * * The number of the shard or mongos nodes in the instance is greater than two.
@@ -7441,7 +7933,7 @@ export default class Client extends OpenApi {
7441
7933
  */
7442
7934
  deleteNode(request: DeleteNodeRequest): Promise<DeleteNodeResponse>;
7443
7935
  /**
7444
- * > You can call this operation to query only the information of the root account.
7936
+ * > This operation can be used to query only the information of the root account.
7445
7937
  *
7446
7938
  * @param request DescribeAccountsRequest
7447
7939
  * @param runtime runtime options for this request RuntimeOptions
@@ -7449,7 +7941,7 @@ export default class Client extends OpenApi {
7449
7941
  */
7450
7942
  describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
7451
7943
  /**
7452
- * > You can call this operation to query only the information of the root account.
7944
+ * > This operation can be used to query only the information of the root account.
7453
7945
  *
7454
7946
  * @param request DescribeAccountsRequest
7455
7947
  * @return DescribeAccountsResponse
@@ -7551,13 +8043,12 @@ export default class Client extends OpenApi {
7551
8043
  describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
7552
8044
  describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
7553
8045
  /**
7554
- * ## Precautions
7555
- * You can call the [CreateDBInstance](~~61763~~) operation to restore a database for an ApsaraDB for MongoDB instance. For more information, see [Restore one or more databases of an ApsaraDB for MongoDB instance](~~112274~~).
7556
- * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8046
+ * You can call the [CreateDBInstance](~~61763~~) operation to restore a database for an ApsaraDB for MongoDB instance. For more information, see [Restore one database of an ApsaraDB for MongoDB instance](~~112274~~).
8047
+ * Before you call this operation, make sure that the instance meets the following requirements:
7557
8048
  * * The instance was created after March 26, 2019.
7558
- * * The instance is located in the China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), or Singapore (Singapore) region. Other regions are not supported.
8049
+ * * The instance is located in the China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), or Singapore region. Other regions are not supported.
7559
8050
  * * The instance is a replica set instance.
7560
- * * The version of the database engine is 3.4, 4.0, or 4.2.
8051
+ * * The instance runs MongoDB 3.4, MongoDB 4.0, or MongoDB 4.2. In addition, the instance uses local disks to store data.
7561
8052
  * * The storage engine of the instance is WiredTiger.
7562
8053
  *
7563
8054
  * @param request DescribeBackupDBsRequest
@@ -7566,13 +8057,12 @@ export default class Client extends OpenApi {
7566
8057
  */
7567
8058
  describeBackupDBsWithOptions(request: DescribeBackupDBsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupDBsResponse>;
7568
8059
  /**
7569
- * ## Precautions
7570
- * You can call the [CreateDBInstance](~~61763~~) operation to restore a database for an ApsaraDB for MongoDB instance. For more information, see [Restore one or more databases of an ApsaraDB for MongoDB instance](~~112274~~).
7571
- * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
8060
+ * You can call the [CreateDBInstance](~~61763~~) operation to restore a database for an ApsaraDB for MongoDB instance. For more information, see [Restore one database of an ApsaraDB for MongoDB instance](~~112274~~).
8061
+ * Before you call this operation, make sure that the instance meets the following requirements:
7572
8062
  * * The instance was created after March 26, 2019.
7573
- * * The instance is located in the China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), or Singapore (Singapore) region. Other regions are not supported.
8063
+ * * The instance is located in the China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), or Singapore region. Other regions are not supported.
7574
8064
  * * The instance is a replica set instance.
7575
- * * The version of the database engine is 3.4, 4.0, or 4.2.
8065
+ * * The instance runs MongoDB 3.4, MongoDB 4.0, or MongoDB 4.2. In addition, the instance uses local disks to store data.
7576
8066
  * * The storage engine of the instance is WiredTiger.
7577
8067
  *
7578
8068
  * @param request DescribeBackupDBsRequest
@@ -7581,6 +8071,10 @@ export default class Client extends OpenApi {
7581
8071
  describeBackupDBs(request: DescribeBackupDBsRequest): Promise<DescribeBackupDBsResponse>;
7582
8072
  describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
7583
8073
  describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
8074
+ describeBackupStorageWithOptions(request: DescribeBackupStorageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupStorageResponse>;
8075
+ describeBackupStorage(request: DescribeBackupStorageRequest): Promise<DescribeBackupStorageResponse>;
8076
+ describeBackupTasksWithOptions(request: DescribeBackupTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupTasksResponse>;
8077
+ describeBackupTasks(request: DescribeBackupTasksRequest): Promise<DescribeBackupTasksResponse>;
7584
8078
  describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
7585
8079
  describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
7586
8080
  /**
@@ -7620,7 +8114,6 @@ export default class Client extends OpenApi {
7620
8114
  describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
7621
8115
  describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
7622
8116
  /**
7623
- * ## Usage
7624
8117
  * When you call the DescribeDBInstanceEncryptionKey operation, the instance must have transparent data encryption (TDE) enabled in BYOK mode. You can call the [ModifyDBInstanceTDE](~~131267~~) operation to enable TDE.
7625
8118
  *
7626
8119
  * @param request DescribeDBInstanceEncryptionKeyRequest
@@ -7629,7 +8122,6 @@ export default class Client extends OpenApi {
7629
8122
  */
7630
8123
  describeDBInstanceEncryptionKeyWithOptions(request: DescribeDBInstanceEncryptionKeyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceEncryptionKeyResponse>;
7631
8124
  /**
7632
- * ## Usage
7633
8125
  * When you call the DescribeDBInstanceEncryptionKey operation, the instance must have transparent data encryption (TDE) enabled in BYOK mode. You can call the [ModifyDBInstanceTDE](~~131267~~) operation to enable TDE.
7634
8126
  *
7635
8127
  * @param request DescribeDBInstanceEncryptionKeyRequest
@@ -7681,9 +8173,9 @@ export default class Client extends OpenApi {
7681
8173
  */
7682
8174
  describeDBInstanceSwitchLog(request: DescribeDBInstanceSwitchLogRequest): Promise<DescribeDBInstanceSwitchLogResponse>;
7683
8175
  /**
7684
- * > For more information about this function, see [Configure TDE](~~131048~~).
7685
- * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
7686
- * * A replica set or sharded cluster instance is used.
8176
+ * > For more information about TDE, see [TDE](~~131048~~).
8177
+ * Before you call this operation, make sure that the instance meets the following requirements:
8178
+ * * The instance is a replica set or sharded cluster instance.
7687
8179
  * * The storage engine of the instance is WiredTiger.
7688
8180
  * * 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.
7689
8181
  *
@@ -7693,9 +8185,9 @@ export default class Client extends OpenApi {
7693
8185
  */
7694
8186
  describeDBInstanceTDEInfoWithOptions(request: DescribeDBInstanceTDEInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceTDEInfoResponse>;
7695
8187
  /**
7696
- * > For more information about this function, see [Configure TDE](~~131048~~).
7697
- * Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
7698
- * * A replica set or sharded cluster instance is used.
8188
+ * > For more information about TDE, see [TDE](~~131048~~).
8189
+ * Before you call this operation, make sure that the instance meets the following requirements:
8190
+ * * The instance is a replica set or sharded cluster instance.
7699
8191
  * * The storage engine of the instance is WiredTiger.
7700
8192
  * * 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.
7701
8193
  *
@@ -7719,7 +8211,7 @@ export default class Client extends OpenApi {
7719
8211
  */
7720
8212
  describeDBInstances(request: DescribeDBInstancesRequest): Promise<DescribeDBInstancesResponse>;
7721
8213
  /**
7722
- * * If you do not specify an instance when you call this operation, the overview information of all instances in the specified region within this account is returned.
8214
+ * * If you do not specify an instance when you call this operation, the overview information of all instances in a specific region within this account is returned.
7723
8215
  * * Paged query is disabled for this operation.
7724
8216
  *
7725
8217
  * @param request DescribeDBInstancesOverviewRequest
@@ -7728,7 +8220,7 @@ export default class Client extends OpenApi {
7728
8220
  */
7729
8221
  describeDBInstancesOverviewWithOptions(request: DescribeDBInstancesOverviewRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstancesOverviewResponse>;
7730
8222
  /**
7731
- * * If you do not specify an instance when you call this operation, the overview information of all instances in the specified region within this account is returned.
8223
+ * * If you do not specify an instance when you call this operation, the overview information of all instances in a specific region within this account is returned.
7732
8224
  * * Paged query is disabled for this operation.
7733
8225
  *
7734
8226
  * @param request DescribeDBInstancesOverviewRequest
@@ -7775,6 +8267,8 @@ export default class Client extends OpenApi {
7775
8267
  * @return DescribeInstanceAutoRenewalAttributeResponse
7776
8268
  */
7777
8269
  describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
8270
+ describeInstanceRecoverTimeWithOptions(request: DescribeInstanceRecoverTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceRecoverTimeResponse>;
8271
+ describeInstanceRecoverTime(request: DescribeInstanceRecoverTimeRequest): Promise<DescribeInstanceRecoverTimeResponse>;
7778
8272
  describeKernelReleaseNotesWithOptions(request: DescribeKernelReleaseNotesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKernelReleaseNotesResponse>;
7779
8273
  describeKernelReleaseNotes(request: DescribeKernelReleaseNotesRequest): Promise<DescribeKernelReleaseNotesResponse>;
7780
8274
  /**
@@ -8269,8 +8763,9 @@ export default class Client extends OpenApi {
8269
8763
  */
8270
8764
  modifyNodeSpec(request: ModifyNodeSpecRequest): Promise<ModifyNodeSpecResponse>;
8271
8765
  /**
8272
- * Make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/mongodb/detail) of ApsaraDB for MongoDB before you call this operation.
8273
- * This operation is applicable to only sharded cluster instances.
8766
+ * Make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing) of ApsaraDB for MongoDB before you call this operation.
8767
+ * This operation is applicable only to sharded cluster instances.
8768
+ * When you upgrade or downgrade the configurations of multiple sharded cluster instances in batches, the specifications of the instances are limited. For example, if you want to expand the storage capacity of the instances, the storage capacity of the instances after expansion must be greater than the current capacity. When the specifications of multiple sharded cluster instances are different, limits are defined based on the specifications of a random sharded cluster instance. In this case, you may be unable to upgrade or downgrade the configurations of the instances. In this case, we recommend that you call the ModifyNodeSpec operation to individually change the configurations of each sharded cluster instance.
8274
8769
  *
8275
8770
  * @param request ModifyNodeSpecBatchRequest
8276
8771
  * @param runtime runtime options for this request RuntimeOptions
@@ -8278,8 +8773,9 @@ export default class Client extends OpenApi {
8278
8773
  */
8279
8774
  modifyNodeSpecBatchWithOptions(request: ModifyNodeSpecBatchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNodeSpecBatchResponse>;
8280
8775
  /**
8281
- * Make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/mongodb/detail) of ApsaraDB for MongoDB before you call this operation.
8282
- * This operation is applicable to only sharded cluster instances.
8776
+ * Make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing) of ApsaraDB for MongoDB before you call this operation.
8777
+ * This operation is applicable only to sharded cluster instances.
8778
+ * When you upgrade or downgrade the configurations of multiple sharded cluster instances in batches, the specifications of the instances are limited. For example, if you want to expand the storage capacity of the instances, the storage capacity of the instances after expansion must be greater than the current capacity. When the specifications of multiple sharded cluster instances are different, limits are defined based on the specifications of a random sharded cluster instance. In this case, you may be unable to upgrade or downgrade the configurations of the instances. In this case, we recommend that you call the ModifyNodeSpec operation to individually change the configurations of each sharded cluster instance.
8283
8779
  *
8284
8780
  * @param request ModifyNodeSpecBatchRequest
8285
8781
  * @return ModifyNodeSpecBatchResponse
@@ -8386,7 +8882,7 @@ export default class Client extends OpenApi {
8386
8882
  */
8387
8883
  renewDBInstance(request: RenewDBInstanceRequest): Promise<RenewDBInstanceResponse>;
8388
8884
  /**
8389
- * > This operation can reset only the password of the root account of an instance.
8885
+ * > This operation can be used to reset only the password of the root account of an instance.
8390
8886
  *
8391
8887
  * @param request ResetAccountPasswordRequest
8392
8888
  * @param runtime runtime options for this request RuntimeOptions
@@ -8394,7 +8890,7 @@ export default class Client extends OpenApi {
8394
8890
  */
8395
8891
  resetAccountPasswordWithOptions(request: ResetAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountPasswordResponse>;
8396
8892
  /**
8397
- * > This operation can reset only the password of the root account of an instance.
8893
+ * > This operation can be used to reset only the password of the root account of an instance.
8398
8894
  *
8399
8895
  * @param request ResetAccountPasswordRequest
8400
8896
  * @return ResetAccountPasswordResponse
@@ -8416,9 +8912,8 @@ export default class Client extends OpenApi {
8416
8912
  */
8417
8913
  restartDBInstance(request: RestartDBInstanceRequest): Promise<RestartDBInstanceResponse>;
8418
8914
  /**
8419
- * This operation is no longer maintained and will be unavailable.
8420
- * 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.
8421
- * > This operation overwrites the data of the current instance, and the data cannot be recovered. Proceed with caution.
8915
+ * This operation is applicable to replica set instances, but cannot be performed on standalone instances and sharded cluster instances. You can use the following methods to clone an instance: [Create an instance from a backup point](~~55013~~) to clone a standalone instance. Call the [CreateShardingDBInstance](~~61884~~) operation to clone a sharded cluster instance.
8916
+ * > This operation overwrites the data of the current instance, and the data cannot be recovered. Proceed with caution.
8422
8917
  *
8423
8918
  * @param request RestoreDBInstanceRequest
8424
8919
  * @param runtime runtime options for this request RuntimeOptions
@@ -8426,9 +8921,8 @@ export default class Client extends OpenApi {
8426
8921
  */
8427
8922
  restoreDBInstanceWithOptions(request: RestoreDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RestoreDBInstanceResponse>;
8428
8923
  /**
8429
- * This operation is no longer maintained and will be unavailable.
8430
- * 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.
8431
- * > This operation overwrites the data of the current instance, and the data cannot be recovered. Proceed with caution.
8924
+ * This operation is applicable to replica set instances, but cannot be performed on standalone instances and sharded cluster instances. You can use the following methods to clone an instance: [Create an instance from a backup point](~~55013~~) to clone a standalone instance. Call the [CreateShardingDBInstance](~~61884~~) operation to clone a sharded cluster instance.
8925
+ * > This operation overwrites the data of the current instance, and the data cannot be recovered. Proceed with caution.
8432
8926
  *
8433
8927
  * @param request RestoreDBInstanceRequest
8434
8928
  * @return RestoreDBInstanceResponse
@@ -8456,9 +8950,9 @@ export default class Client extends OpenApi {
8456
8950
  */
8457
8951
  switchDBInstanceHA(request: SwitchDBInstanceHARequest): Promise<SwitchDBInstanceHAResponse>;
8458
8952
  /**
8459
- * You can create multiple tags and bind them to multiple instances. This allows you to classify and filter instances by tag.
8460
- * * A tag consists of a key and a value. Each key must be unique in a region for an Alibaba Cloud account. Different keys can have the same value.
8461
- * * If the tag you specify does not exist, this tag is automatically created and bound to the specified instance.
8953
+ * If you have a large number of instances, you can create multiple tags, bind the tags to the instances, and filter the instances by tag.
8954
+ * * A tag consists of a key and a value. Each key must be unique in a region for an Alibaba Cloud account. Different keys can be mapped to the same value.
8955
+ * * If the tag that you specify does not exist, this tag is automatically created and bound to the specified instance.
8462
8956
  * * If a tag that has the same key is already bound to the instance, the new tag overwrites the existing tag.
8463
8957
  * * You can bind up to 20 tags to each instance.
8464
8958
  * * You can bind tags to up to 50 instances each time you call the operation.
@@ -8469,9 +8963,9 @@ export default class Client extends OpenApi {
8469
8963
  */
8470
8964
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
8471
8965
  /**
8472
- * You can create multiple tags and bind them to multiple instances. This allows you to classify and filter instances by tag.
8473
- * * A tag consists of a key and a value. Each key must be unique in a region for an Alibaba Cloud account. Different keys can have the same value.
8474
- * * If the tag you specify does not exist, this tag is automatically created and bound to the specified instance.
8966
+ * If you have a large number of instances, you can create multiple tags, bind the tags to the instances, and filter the instances by tag.
8967
+ * * A tag consists of a key and a value. Each key must be unique in a region for an Alibaba Cloud account. Different keys can be mapped to the same value.
8968
+ * * If the tag that you specify does not exist, this tag is automatically created and bound to the specified instance.
8475
8969
  * * If a tag that has the same key is already bound to the instance, the new tag overwrites the existing tag.
8476
8970
  * * You can bind up to 20 tags to each instance.
8477
8971
  * * You can bind tags to up to 50 instances each time you call the operation.