tencentcloud-sdk-nodejs-intl-en 3.0.1328 → 3.0.1329

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.1328",
3
+ "version": "3.0.1329",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1328";
1
+ const sdkVersion = "3.0.1329";
2
2
  module.exports = sdkVersion
@@ -26222,7 +26222,7 @@ class CreateBuyBindTaskRequest extends AbstractModel {
26222
26222
  this.DealName = null;
26223
26223
 
26224
26224
  /**
26225
- * Optional parameters. 1: Pro Edition-monthly subscription; 2: Ultimate Edition-monthly subscription
26225
+ * Optional parameters. 1: Pro Edition-yearly/monthly subscription; 2: Ultimate Edition-yearly/monthly subscription
26226
26226
  * @type {number || null}
26227
26227
  */
26228
26228
  this.LicenseType = null;
@@ -27523,11 +27523,11 @@ class DescribeLicenseListRequest extends AbstractModel {
27523
27523
  * Take the intersection when filtering with multiple conditions.
27524
27524
  <li> LicenseStatus authorization status information: 0 - not used; 1 - partially used; 2 - used up; 3 - unavailable; 4 - available</li>
27525
27525
  <li> BuyTime: time of purchase</li>
27526
- <li> LicenseType authorization type. 0: Pro Edition-pay-as-you-go; 1: Pro Edition-monthly subscription; 2: Ultimate Edition-monthly subscription</li>
27526
+ <li> LicenseType authorization type. 0: Pro Edition-pay-as-you-go; 1: Pro Edition-yearly/monthly subscription; 2: Ultimate Edition-yearly/monthly subscription</li>
27527
27527
  <li>DeadlineStatus expiration status: NotExpired -not expired; expire - expired (including terminated); nearexpiry - about to expire</li>
27528
27528
  <li>ResourceId resource ID</li>
27529
27529
  <li>Keywords IP filtering</li>
27530
- <li>PayMode payment mode. 0: pay-as-you-go; 1: monthly subscription</li>
27530
+ <li>PayMode payment mode. 0: pay-as-you-go; 1: yearly/monthly subscription</li>
27531
27531
  <li>OrderStatus order status. 1: normal; 2: isolated; 3: terminated</li>
27532
27532
  <li>DealNames sub-order number, with a maximum length of 10, exceeding this will result in a failure.</li>
27533
27533
  * @type {Array.<Filters> || null}
@@ -27552,6 +27552,18 @@ class DescribeLicenseListRequest extends AbstractModel {
27552
27552
  */
27553
27553
  this.Tags = null;
27554
27554
 
27555
+ /**
27556
+ *
27557
+ * @type {string || null}
27558
+ */
27559
+ this.Order = null;
27560
+
27561
+ /**
27562
+ *
27563
+ * @type {string || null}
27564
+ */
27565
+ this.By = null;
27566
+
27555
27567
  }
27556
27568
 
27557
27569
  /**
@@ -27581,6 +27593,8 @@ class DescribeLicenseListRequest extends AbstractModel {
27581
27593
  this.Tags.push(obj);
27582
27594
  }
27583
27595
  }
27596
+ this.Order = 'Order' in params ? params.Order : null;
27597
+ this.By = 'By' in params ? params.By : null;
27584
27598
 
27585
27599
  }
27586
27600
  }
@@ -29394,7 +29408,7 @@ class ExportLicenseDetailRequest extends AbstractModel {
29394
29408
 
29395
29409
  /**
29396
29410
  * Take the intersection when filtering with multiple conditions: LicenseStatus, DeadlineStatus, ResourceId, and Keywords
29397
- <li> LicenseType authorization type. 0: Pro Edition-pay-as-you-go; 1: Pro Edition-monthly subscription; 2: Ultimate Edition-monthly subscription</li>
29411
+ <li> LicenseType authorization type. 0: Pro Edition-pay-as-you-go; 1: Pro Edition-yearly/monthly subscription; 2: Ultimate Edition-yearly/monthly subscription</li>
29398
29412
  <li>ResourceId resource ID</li>
29399
29413
  * @type {Array.<Filters> || null}
29400
29414
  */
@@ -29501,7 +29515,7 @@ class CreateLicenseOrderRequest extends AbstractModel {
29501
29515
  this.Tags = null;
29502
29516
 
29503
29517
  /**
29504
- * Authorization type. 0: Pro Edition-pay-as-you-go; 1: Pro Edition-monthly subscription; 2 - Ultimate Edition-monthly subscriptionThe default is 0.
29518
+ * Authorization type. 0: Pro Edition-pay-as-you-go; 1: Pro Edition-yearly/monthly subscription; 2 - Ultimate Edition-yearly/monthly subscription default is 0.
29505
29519
  * @type {number || null}
29506
29520
  */
29507
29521
  this.LicenseType = null;
@@ -29536,7 +29550,7 @@ This parameter is only valid for monthly subscription.
29536
29550
 
29537
29551
  /**
29538
29552
  * Whether to auto-renew. The default is not to auto-renew.
29539
- This parameter is only valid for monthly subscription.
29553
+ This parameter is only valid for yearly/monthly subscription.
29540
29554
  * @type {boolean || null}
29541
29555
  */
29542
29556
  this.AutoRenewFlag = null;
@@ -45742,6 +45756,18 @@ class Machine extends AbstractModel {
45742
45756
  */
45743
45757
  this.MachineStatus = null;
45744
45758
 
45759
+ /**
45760
+ *
45761
+ * @type {string || null}
45762
+ */
45763
+ this.AgentStatus = null;
45764
+
45765
+ /**
45766
+ *
45767
+ * @type {string || null}
45768
+ */
45769
+ this.InstanceStatus = null;
45770
+
45745
45771
  /**
45746
45772
  * Yunjing client UUID. If the client is offline for a long time, an empty string is returned.
45747
45773
  * @type {string || null}
@@ -45783,7 +45809,7 @@ class Machine extends AbstractModel {
45783
45809
  /**
45784
45810
  * Host status
45785
45811
  <li>POSTPAY: postpaid, indicating pay-as-you-go mode </li>
45786
- <li>PREPAY: prepaid, indicating monthly subscription mode</li>
45812
+ <li>PREPAY: prepaid, indicating yearly/monthly subscription mode</li>
45787
45813
  * @type {string || null}
45788
45814
  */
45789
45815
  this.PayMode = null;
@@ -45923,6 +45949,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
45923
45949
  */
45924
45950
  this.Remark = null;
45925
45951
 
45952
+ /**
45953
+ *
45954
+ * @type {string || null}
45955
+ */
45956
+ this.AgentVersion = null;
45957
+
45926
45958
  }
45927
45959
 
45928
45960
  /**
@@ -45935,6 +45967,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
45935
45967
  this.MachineName = 'MachineName' in params ? params.MachineName : null;
45936
45968
  this.MachineOs = 'MachineOs' in params ? params.MachineOs : null;
45937
45969
  this.MachineStatus = 'MachineStatus' in params ? params.MachineStatus : null;
45970
+ this.AgentStatus = 'AgentStatus' in params ? params.AgentStatus : null;
45971
+ this.InstanceStatus = 'InstanceStatus' in params ? params.InstanceStatus : null;
45938
45972
  this.Uuid = 'Uuid' in params ? params.Uuid : null;
45939
45973
  this.Quuid = 'Quuid' in params ? params.Quuid : null;
45940
45974
  this.VulNum = 'VulNum' in params ? params.VulNum : null;
@@ -45989,6 +46023,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
45989
46023
  }
45990
46024
  this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
45991
46025
  this.Remark = 'Remark' in params ? params.Remark : null;
46026
+ this.AgentVersion = 'AgentVersion' in params ? params.AgentVersion : null;
45992
46027
 
45993
46028
  }
45994
46029
  }
@@ -46224,7 +46259,7 @@ class LicenseDetail extends AbstractModel {
46224
46259
  this.LicenseId = null;
46225
46260
 
46226
46261
  /**
46227
- * Authorization type. 0: Pro Edition - pay-as-you-go; 1: Pro Edition - monthly subscription; 2: Ultimate Edition - monthly subscription.
46262
+ * Authorization type. 0: Pro Edition - pay-as-you-go; 1: Pro Edition - yearly/monthly subscription; 2: Ultimate Edition - yearly/monthly subscription.
46228
46263
  * @type {number || null}
46229
46264
  */
46230
46265
  this.LicenseType = null;
@@ -55315,7 +55350,7 @@ CVM: Cloud Virtual Machine
55315
55350
  BM: BM
55316
55351
  ECM: Edge Computing Machine
55317
55352
  LH: Lighthouse
55318
- Other: Hybrid Cloud Zone
55353
+ Other: Hybrid Cloud Zone
55319
55354
  * @type {string || null}
55320
55355
  */
55321
55356
  this.MachineType = null;
@@ -55341,7 +55376,7 @@ Other: Hybrid Cloud Zone
55341
55376
  /**
55342
55377
  * Filtering criteria
55343
55378
  <li>Keywords - String - required: no - keywords for querying </li>
55344
- <li>Version - String required: no - current protection edition ( PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition | Flagship: Ultimate Edition | ProtectedMachines: Pro + Ultimate Editions | UnFlagship: Non-Ultimate Edition | PRO_POST_PAY: Pro Edition in pay-as-you-go mode | PRO_PRE_PAY: Pro Edition in monthly subscription mode)</li>
55379
+ <li>Version - String required: no - current protection edition ( PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition | Flagship: Ultimate Edition | ProtectedMachines: Pro + Ultimate Editions | UnFlagship: Non-Ultimate Edition | PRO_POST_PAY: Pro Edition in pay-as-you-go mode | PRO_PRE_PAY: Pro Edition in yearly/monthly subscription mode)</li>
55345
55380
  <li>TagId - String - required: no - tag ID </li>
55346
55381
  * @type {Array.<Filter> || null}
55347
55382
  */
@@ -56492,7 +56527,7 @@ class DestroyOrderRequest extends AbstractModel {
56492
56527
  this.ResourceId = null;
56493
56528
 
56494
56529
  /**
56495
- * Authorization type. 0: Pro Edition - pay-as-you-go; 1: Pro Edition - monthly subscription; 2: Ultimate Edition - monthly subscription.
56530
+ * Authorization type. 0: Pro Edition - pay-as-you-go; 1: Pro Edition - yearly/monthly subscription; 2: Ultimate Edition - yearly/monthly subscription.
56496
56531
  * @type {number || null}
56497
56532
  */
56498
56533
  this.LicenseType = null;
@@ -546,7 +546,7 @@ Note: accounts with the same username but different hosts are different accounts
546
546
  }
547
547
 
548
548
  /**
549
- * This API is used to terminate an isolated monthly subscribed TDSQL instance.
549
+ * This API is used to terminate an isolated yearly/monthly subscribed TDSQL instance.
550
550
  * @param {DestroyDCDBInstanceRequest} req
551
551
  * @param {function(string, DestroyDCDBInstanceResponse):void} cb
552
552
  * @public
@@ -702,7 +702,7 @@ Note: Accounts with the same username but different hosts are different accounts
702
702
  }
703
703
 
704
704
  /**
705
- * This API is used to create a monthly subscribed TDSQL instance by passing in information such as instance specifications, database version number, and purchased duration.
705
+ * This API is used to create a yearly/monthly subscribed TDSQL instance by passing in information such as instance specifications, database version number, and purchased duration.
706
706
  * @param {CreateDCDBInstanceRequest} req
707
707
  * @param {function(string, CreateDCDBInstanceResponse):void} cb
708
708
  * @public
@@ -724,7 +724,7 @@ Note: Accounts with the same username but different hosts are different accounts
724
724
  }
725
725
 
726
726
  /**
727
- * This API is used to isolate a monthly subscribed TDSQL instance, which will no longer be accessible via IP and port. The isolated instance can be started up in the recycle bin. If it is isolated due to overdue payments, top up your account as soon as possible.
727
+ * This API is used to isolate a yearly/monthly subscribed TDSQL instance, which will no longer be accessible via IP and port. The isolated instance can be started up in the recycle bin. If it is isolated due to overdue payments, top up your account as soon as possible.
728
728
  * @param {IsolateDCDBInstanceRequest} req
729
729
  * @param {function(string, IsolateDCDBInstanceResponse):void} cb
730
730
  * @public
@@ -2702,7 +2702,7 @@ class DescribeDCDBInstanceDetailResponse extends AbstractModel {
2702
2702
  this.ExclusterId = null;
2703
2703
 
2704
2704
  /**
2705
- * Billing mode. Valid values: `prepaid` (monthly subscription), `postpaid` (pay-as-you-go).
2705
+ * Billing mode. Valid values: `prepaid` (yearly/monthly subscription), `postpaid` (pay-as-you-go).
2706
2706
  * @type {string || null}
2707
2707
  */
2708
2708
  this.PayMode = null;
@@ -2928,6 +2928,36 @@ Note: This field may return null, indicating that no valid values can be obtaine
2928
2928
  */
2929
2929
  this.IsPhysicalReplicationSupported = null;
2930
2930
 
2931
+ /**
2932
+ *
2933
+ * @type {number || null}
2934
+ */
2935
+ this.IsDcnStrongSyncSupported = null;
2936
+
2937
+ /**
2938
+ *
2939
+ * @type {number || null}
2940
+ */
2941
+ this.IsDcnSwitchSupported = null;
2942
+
2943
+ /**
2944
+ *
2945
+ * @type {string || null}
2946
+ */
2947
+ this.CpuType = null;
2948
+
2949
+ /**
2950
+ *
2951
+ * @type {number || null}
2952
+ */
2953
+ this.ProtectedProperty = null;
2954
+
2955
+ /**
2956
+ *
2957
+ * @type {number || null}
2958
+ */
2959
+ this.FlowId = null;
2960
+
2931
2961
  /**
2932
2962
  * 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.
2933
2963
  * @type {string || null}
@@ -3019,6 +3049,11 @@ Note: This field may return null, indicating that no valid values can be obtaine
3019
3049
  }
3020
3050
  }
3021
3051
  this.IsPhysicalReplicationSupported = 'IsPhysicalReplicationSupported' in params ? params.IsPhysicalReplicationSupported : null;
3052
+ this.IsDcnStrongSyncSupported = 'IsDcnStrongSyncSupported' in params ? params.IsDcnStrongSyncSupported : null;
3053
+ this.IsDcnSwitchSupported = 'IsDcnSwitchSupported' in params ? params.IsDcnSwitchSupported : null;
3054
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
3055
+ this.ProtectedProperty = 'ProtectedProperty' in params ? params.ProtectedProperty : null;
3056
+ this.FlowId = 'FlowId' in params ? params.FlowId : null;
3022
3057
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
3023
3058
 
3024
3059
  }
@@ -3148,7 +3183,7 @@ class DescribeDCDBPriceRequest extends AbstractModel {
3148
3183
  this.ShardCount = null;
3149
3184
 
3150
3185
  /**
3151
- * Billing type. Valid values: `postpaid` (pay-as-you-go), `prepaid` (monthly subscription).
3186
+ * Billing type. Valid values: `postpaid` (pay-as-you-go), `prepaid` (yearly/monthly subscription).
3152
3187
  * @type {string || null}
3153
3188
  */
3154
3189
  this.Paymode = null;
@@ -3161,6 +3196,12 @@ class DescribeDCDBPriceRequest extends AbstractModel {
3161
3196
  */
3162
3197
  this.AmountUnit = null;
3163
3198
 
3199
+ /**
3200
+ *
3201
+ * @type {string || null}
3202
+ */
3203
+ this.CpuType = null;
3204
+
3164
3205
  }
3165
3206
 
3166
3207
  /**
@@ -3179,6 +3220,7 @@ class DescribeDCDBPriceRequest extends AbstractModel {
3179
3220
  this.ShardCount = 'ShardCount' in params ? params.ShardCount : null;
3180
3221
  this.Paymode = 'Paymode' in params ? params.Paymode : null;
3181
3222
  this.AmountUnit = 'AmountUnit' in params ? params.AmountUnit : null;
3223
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
3182
3224
 
3183
3225
  }
3184
3226
  }
@@ -6509,6 +6551,18 @@ class CreateHourDCDBInstanceRequest extends AbstractModel {
6509
6551
  */
6510
6552
  this.SecurityGroupIds = null;
6511
6553
 
6554
+ /**
6555
+ *
6556
+ * @type {number || null}
6557
+ */
6558
+ this.DcnSyncMode = null;
6559
+
6560
+ /**
6561
+ *
6562
+ * @type {string || null}
6563
+ */
6564
+ this.CpuType = null;
6565
+
6512
6566
  }
6513
6567
 
6514
6568
  /**
@@ -6555,6 +6609,8 @@ class CreateHourDCDBInstanceRequest extends AbstractModel {
6555
6609
  this.RollbackInstanceId = 'RollbackInstanceId' in params ? params.RollbackInstanceId : null;
6556
6610
  this.RollbackTime = 'RollbackTime' in params ? params.RollbackTime : null;
6557
6611
  this.SecurityGroupIds = 'SecurityGroupIds' in params ? params.SecurityGroupIds : null;
6612
+ this.DcnSyncMode = 'DcnSyncMode' in params ? params.DcnSyncMode : null;
6613
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
6558
6614
 
6559
6615
  }
6560
6616
  }
@@ -7727,6 +7783,18 @@ The current purchasable AZ needs be pulled through `DescribeDCDBSaleInfo` API.
7727
7783
  */
7728
7784
  this.SecurityGroupIds = null;
7729
7785
 
7786
+ /**
7787
+ *
7788
+ * @type {number || null}
7789
+ */
7790
+ this.DcnSyncMode = null;
7791
+
7792
+ /**
7793
+ *
7794
+ * @type {string || null}
7795
+ */
7796
+ this.CpuType = null;
7797
+
7730
7798
  }
7731
7799
 
7732
7800
  /**
@@ -7774,6 +7842,8 @@ The current purchasable AZ needs be pulled through `DescribeDCDBSaleInfo` API.
7774
7842
  this.DcnInstanceId = 'DcnInstanceId' in params ? params.DcnInstanceId : null;
7775
7843
  this.AutoRenewFlag = 'AutoRenewFlag' in params ? params.AutoRenewFlag : null;
7776
7844
  this.SecurityGroupIds = 'SecurityGroupIds' in params ? params.SecurityGroupIds : null;
7845
+ this.DcnSyncMode = 'DcnSyncMode' in params ? params.DcnSyncMode : null;
7846
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
7777
7847
 
7778
7848
  }
7779
7849
  }
@@ -4541,19 +4541,19 @@ class GetFaceIdResultIntlResponse extends AbstractModel {
4541
4541
 
4542
4542
  /**
4543
4543
  * The return code of the verification result.
4544
- 0: Succeeded.
4544
+ 0: Success.
4545
4545
  1001: Failed to call the liveness engine.
4546
- 1002:Suspected spoofed recording.
4547
- 1004: Selfie verification comparison failed.
4548
- 1005:Liveness detection failed.
4549
- 1201:Lighting is too dark or overexposed.
4546
+ 1002: Suspected spoofed recording.
4547
+ 1004: Face detection failed.
4548
+ 1005: Liveness detection failed.
4549
+ 1201: Lighting is too dark or overexposed.
4550
4550
  2004: The image passed in is too large or too small.
4551
4551
  2012: Multiple faces detected.
4552
4552
  2013: No face was detected, or the face detected was incomplete.
4553
4553
  2014: The image resolution is too low or the quality does not meet the requirements.
4554
4554
  2015: Face comparison failed.
4555
4555
  2016: The similarity did not reach the standard passing threshold.
4556
- 2017:Facial occlusion detected.
4556
+ 2017: Facial occlusion detected.
4557
4557
  -999: The verification process wasn't finished.
4558
4558
  * @type {string || null}
4559
4559
  */
@@ -4610,7 +4610,7 @@ Only returned for the Enhance and Plus version, with the default value being emp
4610
4610
  this.DeviceInfoLevel = null;
4611
4611
 
4612
4612
  /**
4613
- * Describes the detailed reason for the current liveness detection failure. Output only when SdkVersion is PLUS. Details are as follows:
4613
+ * Describes the detailed reason for the current liveness detection failure. Output only when SdkVersion is PLUS or PRO. Details are as follows:
4614
4614
  01 - User kept eyes closed throughout the process.
4615
4615
  02 - User failed to complete the specified action.
4616
4616
  03 - Suspected photo replay attack.
@@ -219,7 +219,7 @@ Note: accounts with the same username but different hosts are different accounts
219
219
  }
220
220
 
221
221
  /**
222
- * This API is used to terminate an isolated monthly subscribed instance.
222
+ * This API is used to terminate an isolated yearly/monthly subscribed instance.
223
223
  * @param {DestroyDBInstanceRequest} req
224
224
  * @param {function(string, DestroyDBInstanceResponse):void} cb
225
225
  * @public
@@ -363,7 +363,7 @@ Note: accounts with the same username but different hosts are different accounts
363
363
  }
364
364
 
365
365
  /**
366
- * This API is used to isolate a monthly subscribed TencentDB for MariaDB instance, which will no longer be accessible via IP and port. The isolated instance can be started up in the recycle bin. If it is isolated due to overdue payments, top up your account as soon as possible.
366
+ * This API is used to isolate a yearly/monthly subscribed TencentDB for MariaDB instance, which will no longer be accessible via IP and port. The isolated instance can be started up in the recycle bin. If it is isolated due to overdue payments, top up your account as soon as possible.
367
367
  * @param {IsolateDBInstanceRequest} req
368
368
  * @param {function(string, IsolateDBInstanceResponse):void} cb
369
369
  * @public
@@ -452,7 +452,7 @@ If no filter is specified, 20 instances will be returned by default. Up to 100 i
452
452
  }
453
453
 
454
454
  /**
455
- * This API is used to create a monthly subscribed TencentDB for MariaDB instance by passing in information such as instance specifications, database version number, validity period, and quantity.
455
+ * This API is used to create a yearly/monthly subscribed TencentDB for MariaDB instance by passing in information such as instance specifications, database version number, validity period, and quantity.
456
456
  * @param {CreateDBInstanceRequest} req
457
457
  * @param {function(string, CreateDBInstanceResponse):void} cb
458
458
  * @public
@@ -147,6 +147,18 @@ class CreateDBInstanceRequest extends AbstractModel {
147
147
  */
148
148
  this.DcnInstanceId = null;
149
149
 
150
+ /**
151
+ *
152
+ * @type {number || null}
153
+ */
154
+ this.DcnSyncMode = null;
155
+
156
+ /**
157
+ *
158
+ * @type {string || null}
159
+ */
160
+ this.CpuType = null;
161
+
150
162
  }
151
163
 
152
164
  /**
@@ -192,6 +204,8 @@ class CreateDBInstanceRequest extends AbstractModel {
192
204
  }
193
205
  this.DcnRegion = 'DcnRegion' in params ? params.DcnRegion : null;
194
206
  this.DcnInstanceId = 'DcnInstanceId' in params ? params.DcnInstanceId : null;
207
+ this.DcnSyncMode = 'DcnSyncMode' in params ? params.DcnSyncMode : null;
208
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
195
209
 
196
210
  }
197
211
  }
@@ -1958,7 +1972,7 @@ class DescribePriceRequest extends AbstractModel {
1958
1972
  this.Count = null;
1959
1973
 
1960
1974
  /**
1961
- * Billing type. Valid values: `postpaid` (pay-as-you-go), `prepaid` (monthly subscription).
1975
+ * Billing type. Valid values: `postpaid` (pay-as-you-go), `prepaid` (yearly/monthly subscription).
1962
1976
  * @type {string || null}
1963
1977
  */
1964
1978
  this.Paymode = null;
@@ -1971,6 +1985,12 @@ class DescribePriceRequest extends AbstractModel {
1971
1985
  */
1972
1986
  this.AmountUnit = null;
1973
1987
 
1988
+ /**
1989
+ *
1990
+ * @type {string || null}
1991
+ */
1992
+ this.CpuType = null;
1993
+
1974
1994
  }
1975
1995
 
1976
1996
  /**
@@ -1988,6 +2008,7 @@ class DescribePriceRequest extends AbstractModel {
1988
2008
  this.Count = 'Count' in params ? params.Count : null;
1989
2009
  this.Paymode = 'Paymode' in params ? params.Paymode : null;
1990
2010
  this.AmountUnit = 'AmountUnit' in params ? params.AmountUnit : null;
2011
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
1991
2012
 
1992
2013
  }
1993
2014
  }
@@ -2609,7 +2630,7 @@ class DescribeDBInstanceDetailResponse extends AbstractModel {
2609
2630
  this.ExclusterId = null;
2610
2631
 
2611
2632
  /**
2612
- * Billing mode. Valid values: `prepaid` (monthly subscription), `postpaid` (pay-as-you-go).
2633
+ * Billing mode. Valid values: `prepaid` (yearly/monthly subscription), `postpaid` (pay-as-you-go).
2613
2634
  * @type {string || null}
2614
2635
  */
2615
2636
  this.PayMode = null;
@@ -2825,6 +2846,42 @@ Note: This field may return null, indicating that no valid values can be obtaine
2825
2846
  */
2826
2847
  this.IsPhysicalReplicationSupported = null;
2827
2848
 
2849
+ /**
2850
+ *
2851
+ * @type {number || null}
2852
+ */
2853
+ this.IsDcnStrongSyncSupported = null;
2854
+
2855
+ /**
2856
+ *
2857
+ * @type {number || null}
2858
+ */
2859
+ this.IsDcnSwitchSupported = null;
2860
+
2861
+ /**
2862
+ *
2863
+ * @type {string || null}
2864
+ */
2865
+ this.ProxyVersion = null;
2866
+
2867
+ /**
2868
+ *
2869
+ * @type {string || null}
2870
+ */
2871
+ this.CpuType = null;
2872
+
2873
+ /**
2874
+ *
2875
+ * @type {number || null}
2876
+ */
2877
+ this.ProtectedProperty = null;
2878
+
2879
+ /**
2880
+ *
2881
+ * @type {number || null}
2882
+ */
2883
+ this.FlowId = null;
2884
+
2828
2885
  /**
2829
2886
  * 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.
2830
2887
  * @type {string || null}
@@ -2931,6 +2988,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
2931
2988
  }
2932
2989
  }
2933
2990
  this.IsPhysicalReplicationSupported = 'IsPhysicalReplicationSupported' in params ? params.IsPhysicalReplicationSupported : null;
2991
+ this.IsDcnStrongSyncSupported = 'IsDcnStrongSyncSupported' in params ? params.IsDcnStrongSyncSupported : null;
2992
+ this.IsDcnSwitchSupported = 'IsDcnSwitchSupported' in params ? params.IsDcnSwitchSupported : null;
2993
+ this.ProxyVersion = 'ProxyVersion' in params ? params.ProxyVersion : null;
2994
+ this.CpuType = 'CpuType' in params ? params.CpuType : null;
2995
+ this.ProtectedProperty = 'ProtectedProperty' in params ? params.ProtectedProperty : null;
2996
+ this.FlowId = 'FlowId' in params ? params.FlowId : null;
2934
2997
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
2935
2998
 
2936
2999
  }
@@ -3136,7 +3199,7 @@ class DestroyDBInstanceRequest extends AbstractModel {
3136
3199
  super();
3137
3200
 
3138
3201
  /**
3139
- * Instance ID in the format of tdsqlshard-c1nl9rpv”. It is the same as the instance ID displayed in the TencentDB for MariaDB console.
3202
+ * Instance ID in the format of "tdsqlshard-c1nl9rpv". It is the same as the instance ID displayed in the TencentDB for MariaDB console.
3140
3203
  * @type {string || null}
3141
3204
  */
3142
3205
  this.InstanceId = null;