tencentcloud-sdk-nodejs-intl-en 3.0.1271 → 3.0.1273

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1271",
3
+ "version": "3.0.1273",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1271";
1
+ const sdkVersion = "3.0.1273";
2
2
  module.exports = sdkVersion
@@ -31,6 +31,7 @@ const DescribeParamTemplatesRequest = models.DescribeParamTemplatesRequest;
31
31
  const DescribeSlaveZonesResponse = models.DescribeSlaveZonesResponse;
32
32
  const DescribeProxiesResponse = models.DescribeProxiesResponse;
33
33
  const DescribeClusterDetailDatabasesRequest = models.DescribeClusterDetailDatabasesRequest;
34
+ const InquirePriceMultiSpecRequest = models.InquirePriceMultiSpecRequest;
34
35
  const CreateClustersResponse = models.CreateClustersResponse;
35
36
  const CynosdbInstanceGrp = models.CynosdbInstanceGrp;
36
37
  const ModifyInstanceParamRequest = models.ModifyInstanceParamRequest;
@@ -82,7 +83,6 @@ const DescribeProxyNodesRequest = models.DescribeProxyNodesRequest;
82
83
  const InquirePriceCreateResponse = models.InquirePriceCreateResponse;
83
84
  const DescribeClusterReadOnlyRequest = models.DescribeClusterReadOnlyRequest;
84
85
  const DescribeIntegrateTaskResponse = models.DescribeIntegrateTaskResponse;
85
- const Account = models.Account;
86
86
  const CreateClusterDatabaseResponse = models.CreateClusterDatabaseResponse;
87
87
  const CloseProxyResponse = models.CloseProxyResponse;
88
88
  const DescribeResourcePackageSaleSpecRequest = models.DescribeResourcePackageSaleSpecRequest;
@@ -91,6 +91,7 @@ const DescribeClusterInstanceGrpsResponse = models.DescribeClusterInstanceGrpsRe
91
91
  const ModifyBackupConfigResponse = models.ModifyBackupConfigResponse;
92
92
  const ModifyClusterDatabaseRequest = models.ModifyClusterDatabaseRequest;
93
93
  const DescribeServerlessStrategyResponse = models.DescribeServerlessStrategyResponse;
94
+ const InquirePriceMultiSpecResponse = models.InquirePriceMultiSpecResponse;
94
95
  const DescribeInstanceParamsResponse = models.DescribeInstanceParamsResponse;
95
96
  const ModifyBackupNameRequest = models.ModifyBackupNameRequest;
96
97
  const AuditRuleFilters = models.AuditRuleFilters;
@@ -100,6 +101,7 @@ const ProxyEndPointConfigInfo = models.ProxyEndPointConfigInfo;
100
101
  const DescribeServerlessInstanceSpecsResponse = models.DescribeServerlessInstanceSpecsResponse;
101
102
  const DescribeBinlogsRequest = models.DescribeBinlogsRequest;
102
103
  const InquirePriceModifyResponse = models.InquirePriceModifyResponse;
104
+ const SlaveZoneStockInfo = models.SlaveZoneStockInfo;
103
105
  const ModifyProxyRwSplitRequest = models.ModifyProxyRwSplitRequest;
104
106
  const DescribeResourcePackageListResponse = models.DescribeResourcePackageListResponse;
105
107
  const RuleFilters = models.RuleFilters;
@@ -115,6 +117,7 @@ const BindClusterResourcePackagesRequest = models.BindClusterResourcePackagesReq
115
117
  const IsolateInstanceResponse = models.IsolateInstanceResponse;
116
118
  const CopyClusterPasswordComplexityResponse = models.CopyClusterPasswordComplexityResponse;
117
119
  const DescribeClusterTransparentEncryptInfoRequest = models.DescribeClusterTransparentEncryptInfoRequest;
120
+ const GoodsSpec = models.GoodsSpec;
118
121
  const DeleteParamTemplateRequest = models.DeleteParamTemplateRequest;
119
122
  const ServerlessSpec = models.ServerlessSpec;
120
123
  const ModifyBackupDownloadRestrictionRequest = models.ModifyBackupDownloadRestrictionRequest;
@@ -209,11 +212,12 @@ const CreateAccountsResponse = models.CreateAccountsResponse;
209
212
  const CloseWanResponse = models.CloseWanResponse;
210
213
  const DescribeInstancesResponse = models.DescribeInstancesResponse;
211
214
  const SalePackageSpec = models.SalePackageSpec;
212
- const DescribeBinlogSaveDaysResponse = models.DescribeBinlogSaveDaysResponse;
215
+ const Account = models.Account;
213
216
  const ModifyResourcePackagesDeductionPriorityResponse = models.ModifyResourcePackagesDeductionPriorityResponse;
214
217
  const CloseWanRequest = models.CloseWanRequest;
215
218
  const InstanceNameWeight = models.InstanceNameWeight;
216
219
  const UpgradeProxyVersionRequest = models.UpgradeProxyVersionRequest;
220
+ const GoodsPrice = models.GoodsPrice;
217
221
  const ModifyResourcePackageClustersRequest = models.ModifyResourcePackageClustersRequest;
218
222
  const ObjectTask = models.ObjectTask;
219
223
  const DescribeFlowResponse = models.DescribeFlowResponse;
@@ -331,7 +335,7 @@ const DescribeBackupListRequest = models.DescribeBackupListRequest;
331
335
  const IntegrateInstanceInfo = models.IntegrateInstanceInfo;
332
336
  const ExportInstanceErrorLogsResponse = models.ExportInstanceErrorLogsResponse;
333
337
  const ParamItemDetail = models.ParamItemDetail;
334
- const SlaveZoneStockInfo = models.SlaveZoneStockInfo;
338
+ const DescribeBinlogSaveDaysResponse = models.DescribeBinlogSaveDaysResponse;
335
339
  const IsolateClusterResponse = models.IsolateClusterResponse;
336
340
  const ModifyVipVportResponse = models.ModifyVipVportResponse;
337
341
  const ModifyDBInstanceSecurityGroupsRequest = models.ModifyDBInstanceSecurityGroupsRequest;
@@ -932,6 +936,17 @@ class CynosdbClient extends AbstractClient {
932
936
  this.request("UpgradeProxy", req, resp, cb);
933
937
  }
934
938
 
939
+ /**
940
+ * This API is used to inquire prices in batch.
941
+ * @param {InquirePriceMultiSpecRequest} req
942
+ * @param {function(string, InquirePriceMultiSpecResponse):void} cb
943
+ * @public
944
+ */
945
+ InquirePriceMultiSpec(req, cb) {
946
+ let resp = new InquirePriceMultiSpecResponse();
947
+ this.request("InquirePriceMultiSpec", req, resp, cb);
948
+ }
949
+
935
950
  /**
936
951
  * This API is used to describe clusters.
937
952
  * @param {DescribeClustersRequest} req
@@ -748,6 +748,63 @@ class DescribeClusterDetailDatabasesRequest extends AbstractModel {
748
748
  }
749
749
  }
750
750
 
751
+ /**
752
+ * InquirePriceMultiSpec request structure.
753
+ * @class
754
+ */
755
+ class InquirePriceMultiSpecRequest extends AbstractModel {
756
+ constructor(){
757
+ super();
758
+
759
+ /**
760
+ * Availability zone. specifies the best practice for region provision.
761
+ * @type {string || null}
762
+ */
763
+ this.Zone = null;
764
+
765
+ /**
766
+ * Instance purchase type. available values are: PREPAID, POSTPAID, SERVERLESS.
767
+ * @type {string || null}
768
+ */
769
+ this.InstancePayMode = null;
770
+
771
+ /**
772
+ * Storage purchase type. available values are: PREPAID, POSTPAID.
773
+ * @type {string || null}
774
+ */
775
+ this.StoragePayMode = null;
776
+
777
+ /**
778
+ * Specifies the product specification.
779
+ * @type {Array.<GoodsSpec> || null}
780
+ */
781
+ this.GoodsSpecs = null;
782
+
783
+ }
784
+
785
+ /**
786
+ * @private
787
+ */
788
+ deserialize(params) {
789
+ if (!params) {
790
+ return;
791
+ }
792
+ this.Zone = 'Zone' in params ? params.Zone : null;
793
+ this.InstancePayMode = 'InstancePayMode' in params ? params.InstancePayMode : null;
794
+ this.StoragePayMode = 'StoragePayMode' in params ? params.StoragePayMode : null;
795
+
796
+ if (params.GoodsSpecs) {
797
+ this.GoodsSpecs = new Array();
798
+ for (let z in params.GoodsSpecs) {
799
+ let obj = new GoodsSpec();
800
+ obj.deserialize(params.GoodsSpecs[z]);
801
+ this.GoodsSpecs.push(obj);
802
+ }
803
+ }
804
+
805
+ }
806
+ }
807
+
751
808
  /**
752
809
  * CreateClusters response structure.
753
810
  * @class
@@ -4438,69 +4495,6 @@ class DescribeIntegrateTaskResponse extends AbstractModel {
4438
4495
  }
4439
4496
  }
4440
4497
 
4441
- /**
4442
- * Database account information
4443
- * @class
4444
- */
4445
- class Account extends AbstractModel {
4446
- constructor(){
4447
- super();
4448
-
4449
- /**
4450
- * Database account name
4451
- * @type {string || null}
4452
- */
4453
- this.AccountName = null;
4454
-
4455
- /**
4456
- * Database account description
4457
- * @type {string || null}
4458
- */
4459
- this.Description = null;
4460
-
4461
- /**
4462
- * Creation time
4463
- * @type {string || null}
4464
- */
4465
- this.CreateTime = null;
4466
-
4467
- /**
4468
- * Update time
4469
- * @type {string || null}
4470
- */
4471
- this.UpdateTime = null;
4472
-
4473
- /**
4474
- * Host
4475
- * @type {string || null}
4476
- */
4477
- this.Host = null;
4478
-
4479
- /**
4480
- * The max connections
4481
- * @type {number || null}
4482
- */
4483
- this.MaxUserConnections = null;
4484
-
4485
- }
4486
-
4487
- /**
4488
- * @private
4489
- */
4490
- deserialize(params) {
4491
- if (!params) {
4492
- return;
4493
- }
4494
- this.AccountName = 'AccountName' in params ? params.AccountName : null;
4495
- this.Description = 'Description' in params ? params.Description : null;
4496
- this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
4497
- this.UpdateTime = 'UpdateTime' in params ? params.UpdateTime : null;
4498
- this.Host = 'Host' in params ? params.Host : null;
4499
- this.MaxUserConnections = 'MaxUserConnections' in params ? params.MaxUserConnections : null;
4500
-
4501
- }
4502
- }
4503
-
4504
4498
  /**
4505
4499
  * CreateClusterDatabase response structure.
4506
4500
  * @class
@@ -4877,6 +4871,49 @@ no
4877
4871
  }
4878
4872
  }
4879
4873
 
4874
+ /**
4875
+ * InquirePriceMultiSpec response structure.
4876
+ * @class
4877
+ */
4878
+ class InquirePriceMultiSpecResponse extends AbstractModel {
4879
+ constructor(){
4880
+ super();
4881
+
4882
+ /**
4883
+ * Specifies the product price.
4884
+ * @type {Array.<GoodsPrice> || null}
4885
+ */
4886
+ this.GoodsPrice = null;
4887
+
4888
+ /**
4889
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
4890
+ * @type {string || null}
4891
+ */
4892
+ this.RequestId = null;
4893
+
4894
+ }
4895
+
4896
+ /**
4897
+ * @private
4898
+ */
4899
+ deserialize(params) {
4900
+ if (!params) {
4901
+ return;
4902
+ }
4903
+
4904
+ if (params.GoodsPrice) {
4905
+ this.GoodsPrice = new Array();
4906
+ for (let z in params.GoodsPrice) {
4907
+ let obj = new GoodsPrice();
4908
+ obj.deserialize(params.GoodsPrice[z]);
4909
+ this.GoodsPrice.push(obj);
4910
+ }
4911
+ }
4912
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
4913
+
4914
+ }
4915
+ }
4916
+
4880
4917
  /**
4881
4918
  * DescribeInstanceParams response structure.
4882
4919
  * @class
@@ -5290,6 +5327,48 @@ class InquirePriceModifyResponse extends AbstractModel {
5290
5327
  }
5291
5328
  }
5292
5329
 
5330
+ /**
5331
+ *
5332
+ * @class
5333
+ */
5334
+ class SlaveZoneStockInfo extends AbstractModel {
5335
+ constructor(){
5336
+ super();
5337
+
5338
+ /**
5339
+ * Replica AZ.
5340
+ * @type {string || null}
5341
+ */
5342
+ this.SlaveZone = null;
5343
+
5344
+ /**
5345
+ * Inventory quantity in spare availability zone.
5346
+ * @type {number || null}
5347
+ */
5348
+ this.StockCount = null;
5349
+
5350
+ /**
5351
+ * Whether there is inventory in the spare availability zone.
5352
+ * @type {boolean || null}
5353
+ */
5354
+ this.HasStock = null;
5355
+
5356
+ }
5357
+
5358
+ /**
5359
+ * @private
5360
+ */
5361
+ deserialize(params) {
5362
+ if (!params) {
5363
+ return;
5364
+ }
5365
+ this.SlaveZone = 'SlaveZone' in params ? params.SlaveZone : null;
5366
+ this.StockCount = 'StockCount' in params ? params.StockCount : null;
5367
+ this.HasStock = 'HasStock' in params ? params.HasStock : null;
5368
+
5369
+ }
5370
+ }
5371
+
5293
5372
  /**
5294
5373
  * ModifyProxyRwSplit request structure.
5295
5374
  * @class
@@ -6077,6 +6156,90 @@ class DescribeClusterTransparentEncryptInfoRequest extends AbstractModel {
6077
6156
  }
6078
6157
  }
6079
6158
 
6159
+ /**
6160
+ * Product specification.
6161
+ * @class
6162
+ */
6163
+ class GoodsSpec extends AbstractModel {
6164
+ constructor(){
6165
+ super();
6166
+
6167
+ /**
6168
+ * Number of products
6169
+ Note: This field may return null, indicating that no valid values can be obtained.
6170
+ * @type {number || null}
6171
+ */
6172
+ this.GoodsNum = null;
6173
+
6174
+ /**
6175
+ * Number of CPU cores. required for PREPAID and POSTPAID instance types.
6176
+ Note: This field may return null, indicating that no valid values can be obtained.
6177
+ * @type {number || null}
6178
+ */
6179
+ this.Cpu = null;
6180
+
6181
+ /**
6182
+ * Memory size in gb. required for PREPAID and POSTPAID instance types.
6183
+ Note: This field may return null, indicating that no valid values can be obtained.
6184
+ * @type {number || null}
6185
+ */
6186
+ this.Memory = null;
6187
+
6188
+ /**
6189
+ * Ccu size. required for serverless type.
6190
+ Note: This field may return null, indicating that no valid values can be obtained.
6191
+ * @type {number || null}
6192
+ */
6193
+ this.Ccu = null;
6194
+
6195
+ /**
6196
+ * Storage size. required for PREPAID storage type.
6197
+ Note: This field may return null, indicating that no valid values can be obtained.
6198
+ * @type {number || null}
6199
+ */
6200
+ this.StorageLimit = null;
6201
+
6202
+ /**
6203
+ * Purchase duration.
6204
+ Note: This field may return null, indicating that no valid values can be obtained.
6205
+ * @type {number || null}
6206
+ */
6207
+ this.TimeSpan = null;
6208
+
6209
+ /**
6210
+ * Duration unit.
6211
+ Note: This field may return null, indicating that no valid values can be obtained.
6212
+ * @type {string || null}
6213
+ */
6214
+ this.TimeUnit = null;
6215
+
6216
+ /**
6217
+ * Machine type.
6218
+ * @type {string || null}
6219
+ */
6220
+ this.DeviceType = null;
6221
+
6222
+ }
6223
+
6224
+ /**
6225
+ * @private
6226
+ */
6227
+ deserialize(params) {
6228
+ if (!params) {
6229
+ return;
6230
+ }
6231
+ this.GoodsNum = 'GoodsNum' in params ? params.GoodsNum : null;
6232
+ this.Cpu = 'Cpu' in params ? params.Cpu : null;
6233
+ this.Memory = 'Memory' in params ? params.Memory : null;
6234
+ this.Ccu = 'Ccu' in params ? params.Ccu : null;
6235
+ this.StorageLimit = 'StorageLimit' in params ? params.StorageLimit : null;
6236
+ this.TimeSpan = 'TimeSpan' in params ? params.TimeSpan : null;
6237
+ this.TimeUnit = 'TimeUnit' in params ? params.TimeUnit : null;
6238
+ this.DeviceType = 'DeviceType' in params ? params.DeviceType : null;
6239
+
6240
+ }
6241
+ }
6242
+
6080
6243
  /**
6081
6244
  * DeleteParamTemplate request structure.
6082
6245
  * @class
@@ -11195,24 +11358,48 @@ base - basic version; common - general version; enterprise - enterprise edition.
11195
11358
  }
11196
11359
 
11197
11360
  /**
11198
- * DescribeBinlogSaveDays response structure.
11361
+ * Database account information
11199
11362
  * @class
11200
11363
  */
11201
- class DescribeBinlogSaveDaysResponse extends AbstractModel {
11364
+ class Account extends AbstractModel {
11202
11365
  constructor(){
11203
11366
  super();
11204
11367
 
11205
11368
  /**
11206
- * Binlog retention period in days
11207
- * @type {number || null}
11369
+ * Database account name
11370
+ * @type {string || null}
11208
11371
  */
11209
- this.BinlogSaveDays = null;
11372
+ this.AccountName = null;
11210
11373
 
11211
11374
  /**
11212
- * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
11375
+ * Database account description
11213
11376
  * @type {string || null}
11214
11377
  */
11215
- this.RequestId = null;
11378
+ this.Description = null;
11379
+
11380
+ /**
11381
+ * Creation time
11382
+ * @type {string || null}
11383
+ */
11384
+ this.CreateTime = null;
11385
+
11386
+ /**
11387
+ * Update time
11388
+ * @type {string || null}
11389
+ */
11390
+ this.UpdateTime = null;
11391
+
11392
+ /**
11393
+ * Host
11394
+ * @type {string || null}
11395
+ */
11396
+ this.Host = null;
11397
+
11398
+ /**
11399
+ * The max connections
11400
+ * @type {number || null}
11401
+ */
11402
+ this.MaxUserConnections = null;
11216
11403
 
11217
11404
  }
11218
11405
 
@@ -11223,8 +11410,12 @@ class DescribeBinlogSaveDaysResponse extends AbstractModel {
11223
11410
  if (!params) {
11224
11411
  return;
11225
11412
  }
11226
- this.BinlogSaveDays = 'BinlogSaveDays' in params ? params.BinlogSaveDays : null;
11227
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
11413
+ this.AccountName = 'AccountName' in params ? params.AccountName : null;
11414
+ this.Description = 'Description' in params ? params.Description : null;
11415
+ this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
11416
+ this.UpdateTime = 'UpdateTime' in params ? params.UpdateTime : null;
11417
+ this.Host = 'Host' in params ? params.Host : null;
11418
+ this.MaxUserConnections = 'MaxUserConnections' in params ? params.MaxUserConnections : null;
11228
11419
 
11229
11420
  }
11230
11421
  }
@@ -11376,6 +11567,66 @@ class UpgradeProxyVersionRequest extends AbstractModel {
11376
11567
  }
11377
11568
  }
11378
11569
 
11570
+ /**
11571
+ * Item price.
11572
+ * @class
11573
+ */
11574
+ class GoodsPrice extends AbstractModel {
11575
+ constructor(){
11576
+ super();
11577
+
11578
+ /**
11579
+ * Specifies the instance price.
11580
+ Note: This field may return null, indicating that no valid values can be obtained.
11581
+ * @type {TradePrice || null}
11582
+ */
11583
+ this.InstancePrice = null;
11584
+
11585
+ /**
11586
+ * Specifies the storage price.
11587
+ Note: This field may return null, indicating that no valid values can be obtained.
11588
+ * @type {TradePrice || null}
11589
+ */
11590
+ this.StoragePrice = null;
11591
+
11592
+ /**
11593
+ * Specifies the product specification.
11594
+ Note: This field may return null, indicating that no valid values can be obtained.
11595
+ * @type {GoodsSpec || null}
11596
+ */
11597
+ this.GoodsSpec = null;
11598
+
11599
+ }
11600
+
11601
+ /**
11602
+ * @private
11603
+ */
11604
+ deserialize(params) {
11605
+ if (!params) {
11606
+ return;
11607
+ }
11608
+
11609
+ if (params.InstancePrice) {
11610
+ let obj = new TradePrice();
11611
+ obj.deserialize(params.InstancePrice)
11612
+ this.InstancePrice = obj;
11613
+ }
11614
+
11615
+ if (params.StoragePrice) {
11616
+ let obj = new TradePrice();
11617
+ obj.deserialize(params.StoragePrice)
11618
+ this.StoragePrice = obj;
11619
+ }
11620
+
11621
+ if (params.GoodsSpec) {
11622
+ let obj = new GoodsSpec();
11623
+ obj.deserialize(params.GoodsSpec)
11624
+ this.GoodsSpec = obj;
11625
+ }
11626
+
11627
+ }
11628
+ }
11629
+
11379
11630
  /**
11380
11631
  * ModifyResourcePackageClusters request structure.
11381
11632
  * @class
@@ -17741,30 +17992,24 @@ class ParamItemDetail extends AbstractModel {
17741
17992
  }
17742
17993
 
17743
17994
  /**
17744
- *
17995
+ * DescribeBinlogSaveDays response structure.
17745
17996
  * @class
17746
17997
  */
17747
- class SlaveZoneStockInfo extends AbstractModel {
17998
+ class DescribeBinlogSaveDaysResponse extends AbstractModel {
17748
17999
  constructor(){
17749
18000
  super();
17750
18001
 
17751
18002
  /**
17752
- * Replica AZ.
17753
- * @type {string || null}
17754
- */
17755
- this.SlaveZone = null;
17756
-
17757
- /**
17758
- * Inventory quantity in spare availability zone.
18003
+ * Binlog retention period in days
17759
18004
  * @type {number || null}
17760
18005
  */
17761
- this.StockCount = null;
18006
+ this.BinlogSaveDays = null;
17762
18007
 
17763
18008
  /**
17764
- * Whether there is inventory in the spare availability zone.
17765
- * @type {boolean || null}
18009
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
18010
+ * @type {string || null}
17766
18011
  */
17767
- this.HasStock = null;
18012
+ this.RequestId = null;
17768
18013
 
17769
18014
  }
17770
18015
 
@@ -17775,9 +18020,8 @@ class SlaveZoneStockInfo extends AbstractModel {
17775
18020
  if (!params) {
17776
18021
  return;
17777
18022
  }
17778
- this.SlaveZone = 'SlaveZone' in params ? params.SlaveZone : null;
17779
- this.StockCount = 'StockCount' in params ? params.StockCount : null;
17780
- this.HasStock = 'HasStock' in params ? params.HasStock : null;
18023
+ this.BinlogSaveDays = 'BinlogSaveDays' in params ? params.BinlogSaveDays : null;
18024
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
17781
18025
 
17782
18026
  }
17783
18027
  }
@@ -20431,6 +20675,7 @@ module.exports = {
20431
20675
  DescribeSlaveZonesResponse: DescribeSlaveZonesResponse,
20432
20676
  DescribeProxiesResponse: DescribeProxiesResponse,
20433
20677
  DescribeClusterDetailDatabasesRequest: DescribeClusterDetailDatabasesRequest,
20678
+ InquirePriceMultiSpecRequest: InquirePriceMultiSpecRequest,
20434
20679
  CreateClustersResponse: CreateClustersResponse,
20435
20680
  CynosdbInstanceGrp: CynosdbInstanceGrp,
20436
20681
  ModifyInstanceParamRequest: ModifyInstanceParamRequest,
@@ -20482,7 +20727,6 @@ module.exports = {
20482
20727
  InquirePriceCreateResponse: InquirePriceCreateResponse,
20483
20728
  DescribeClusterReadOnlyRequest: DescribeClusterReadOnlyRequest,
20484
20729
  DescribeIntegrateTaskResponse: DescribeIntegrateTaskResponse,
20485
- Account: Account,
20486
20730
  CreateClusterDatabaseResponse: CreateClusterDatabaseResponse,
20487
20731
  CloseProxyResponse: CloseProxyResponse,
20488
20732
  DescribeResourcePackageSaleSpecRequest: DescribeResourcePackageSaleSpecRequest,
@@ -20491,6 +20735,7 @@ module.exports = {
20491
20735
  ModifyBackupConfigResponse: ModifyBackupConfigResponse,
20492
20736
  ModifyClusterDatabaseRequest: ModifyClusterDatabaseRequest,
20493
20737
  DescribeServerlessStrategyResponse: DescribeServerlessStrategyResponse,
20738
+ InquirePriceMultiSpecResponse: InquirePriceMultiSpecResponse,
20494
20739
  DescribeInstanceParamsResponse: DescribeInstanceParamsResponse,
20495
20740
  ModifyBackupNameRequest: ModifyBackupNameRequest,
20496
20741
  AuditRuleFilters: AuditRuleFilters,
@@ -20500,6 +20745,7 @@ module.exports = {
20500
20745
  DescribeServerlessInstanceSpecsResponse: DescribeServerlessInstanceSpecsResponse,
20501
20746
  DescribeBinlogsRequest: DescribeBinlogsRequest,
20502
20747
  InquirePriceModifyResponse: InquirePriceModifyResponse,
20748
+ SlaveZoneStockInfo: SlaveZoneStockInfo,
20503
20749
  ModifyProxyRwSplitRequest: ModifyProxyRwSplitRequest,
20504
20750
  DescribeResourcePackageListResponse: DescribeResourcePackageListResponse,
20505
20751
  RuleFilters: RuleFilters,
@@ -20515,6 +20761,7 @@ module.exports = {
20515
20761
  IsolateInstanceResponse: IsolateInstanceResponse,
20516
20762
  CopyClusterPasswordComplexityResponse: CopyClusterPasswordComplexityResponse,
20517
20763
  DescribeClusterTransparentEncryptInfoRequest: DescribeClusterTransparentEncryptInfoRequest,
20764
+ GoodsSpec: GoodsSpec,
20518
20765
  DeleteParamTemplateRequest: DeleteParamTemplateRequest,
20519
20766
  ServerlessSpec: ServerlessSpec,
20520
20767
  ModifyBackupDownloadRestrictionRequest: ModifyBackupDownloadRestrictionRequest,
@@ -20609,11 +20856,12 @@ module.exports = {
20609
20856
  CloseWanResponse: CloseWanResponse,
20610
20857
  DescribeInstancesResponse: DescribeInstancesResponse,
20611
20858
  SalePackageSpec: SalePackageSpec,
20612
- DescribeBinlogSaveDaysResponse: DescribeBinlogSaveDaysResponse,
20859
+ Account: Account,
20613
20860
  ModifyResourcePackagesDeductionPriorityResponse: ModifyResourcePackagesDeductionPriorityResponse,
20614
20861
  CloseWanRequest: CloseWanRequest,
20615
20862
  InstanceNameWeight: InstanceNameWeight,
20616
20863
  UpgradeProxyVersionRequest: UpgradeProxyVersionRequest,
20864
+ GoodsPrice: GoodsPrice,
20617
20865
  ModifyResourcePackageClustersRequest: ModifyResourcePackageClustersRequest,
20618
20866
  ObjectTask: ObjectTask,
20619
20867
  DescribeFlowResponse: DescribeFlowResponse,
@@ -20731,7 +20979,7 @@ module.exports = {
20731
20979
  IntegrateInstanceInfo: IntegrateInstanceInfo,
20732
20980
  ExportInstanceErrorLogsResponse: ExportInstanceErrorLogsResponse,
20733
20981
  ParamItemDetail: ParamItemDetail,
20734
- SlaveZoneStockInfo: SlaveZoneStockInfo,
20982
+ DescribeBinlogSaveDaysResponse: DescribeBinlogSaveDaysResponse,
20735
20983
  IsolateClusterResponse: IsolateClusterResponse,
20736
20984
  ModifyVipVportResponse: ModifyVipVportResponse,
20737
20985
  ModifyDBInstanceSecurityGroupsRequest: ModifyDBInstanceSecurityGroupsRequest,