tencentcloud-sdk-nodejs-intl-en 3.0.454 → 3.0.457

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.454",
3
+ "version": "3.0.457",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -375,6 +375,38 @@ Note: This field may return null, indicating that no valid values can be obtaine
375
375
  */
376
376
  this.RegionId = null;
377
377
 
378
+ /**
379
+ * The special instance (resource pack, reserved instance, savings plan, or spot instance) that is applied to deduction. Valid values:
380
+
381
+ ri=Standard RI
382
+
383
+ svp=Savings Plan
384
+
385
+ si=Spot Instances
386
+
387
+ rp=Resource Pack
388
+ * @type {string || null}
389
+ */
390
+ this.InstanceType = null;
391
+
392
+ /**
393
+ * The amount deducted by a reserved instance based on the original component cost.
394
+ * @type {string || null}
395
+ */
396
+ this.OriginalCostWithRI = null;
397
+
398
+ /**
399
+ * The savings plan deduction amount.
400
+ * @type {string || null}
401
+ */
402
+ this.SPDeduction = null;
403
+
404
+ /**
405
+ * The amount deducted by a savings plan based on the original component cost.
406
+ * @type {string || null}
407
+ */
408
+ this.OriginalCostWithSP = null;
409
+
378
410
  }
379
411
 
380
412
  /**
@@ -425,6 +457,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
425
457
  this.BusinessCode = 'BusinessCode' in params ? params.BusinessCode : null;
426
458
  this.ProductCode = 'ProductCode' in params ? params.ProductCode : null;
427
459
  this.RegionId = 'RegionId' in params ? params.RegionId : null;
460
+ this.InstanceType = 'InstanceType' in params ? params.InstanceType : null;
461
+ this.OriginalCostWithRI = 'OriginalCostWithRI' in params ? params.OriginalCostWithRI : null;
462
+ this.SPDeduction = 'SPDeduction' in params ? params.SPDeduction : null;
463
+ this.OriginalCostWithSP = 'OriginalCostWithSP' in params ? params.OriginalCostWithSP : null;
428
464
 
429
465
  }
430
466
  }
@@ -1234,6 +1270,55 @@ Note: this field may return `null`, indicating that no valid values can be obtai
1234
1270
  */
1235
1271
  this.ContractPrice = null;
1236
1272
 
1273
+ /**
1274
+ * The special instance (resource pack, reserved instance, savings plan, or spot instance) that is applied to deduction. Valid values:
1275
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1276
+ * @type {string || null}
1277
+ */
1278
+ this.InstanceType = null;
1279
+
1280
+ /**
1281
+ * The usage duration deducted by a reserved instance. The unit of measurement for deduction is the same as that for usage duration.
1282
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1283
+ * @type {string || null}
1284
+ */
1285
+ this.RiTimeSpan = null;
1286
+
1287
+ /**
1288
+ * The amount deducted by a reserved instance based on the original component cost.
1289
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1290
+ * @type {string || null}
1291
+ */
1292
+ this.OriginalCostWithRI = null;
1293
+
1294
+ /**
1295
+ * The discount multiplier that applies to the component based on the remaining commitment of the savings plan.
1296
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1297
+ * @type {string || null}
1298
+ */
1299
+ this.SPDeductionRate = null;
1300
+
1301
+ /**
1302
+ * The savings plan deduction amount.
1303
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1304
+ * @type {string || null}
1305
+ */
1306
+ this.SPDeduction = null;
1307
+
1308
+ /**
1309
+ * The amount deducted by a savings plan based on the original component cost.
1310
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1311
+ * @type {string || null}
1312
+ */
1313
+ this.OriginalCostWithSP = null;
1314
+
1315
+ /**
1316
+ * The blended discount multiplier that combines the official website discount, reserved instance discount, and savings plan discount. If no reserved instance and savings plan discounts are available, the blended discount multiplier equals the discount multiplier.
1317
+ Note: This field may return `null`, indicating that no valid value can be obtained.
1318
+ * @type {string || null}
1319
+ */
1320
+ this.BlendedDiscount = null;
1321
+
1237
1322
  }
1238
1323
 
1239
1324
  /**
@@ -1262,6 +1347,13 @@ Note: this field may return `null`, indicating that no valid values can be obtai
1262
1347
  this.ItemCode = 'ItemCode' in params ? params.ItemCode : null;
1263
1348
  this.ComponentCode = 'ComponentCode' in params ? params.ComponentCode : null;
1264
1349
  this.ContractPrice = 'ContractPrice' in params ? params.ContractPrice : null;
1350
+ this.InstanceType = 'InstanceType' in params ? params.InstanceType : null;
1351
+ this.RiTimeSpan = 'RiTimeSpan' in params ? params.RiTimeSpan : null;
1352
+ this.OriginalCostWithRI = 'OriginalCostWithRI' in params ? params.OriginalCostWithRI : null;
1353
+ this.SPDeductionRate = 'SPDeductionRate' in params ? params.SPDeductionRate : null;
1354
+ this.SPDeduction = 'SPDeduction' in params ? params.SPDeduction : null;
1355
+ this.OriginalCostWithSP = 'OriginalCostWithSP' in params ? params.OriginalCostWithSP : null;
1356
+ this.BlendedDiscount = 'BlendedDiscount' in params ? params.BlendedDiscount : null;
1265
1357
 
1266
1358
  }
1267
1359
  }
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.454";
1
+ const sdkVersion = "3.0.457";
2
2
  module.exports = sdkVersion
@@ -25,6 +25,7 @@ const DescribeDBParametersRequest = models.DescribeDBParametersRequest;
25
25
  const DescribeAccountsRequest = models.DescribeAccountsRequest;
26
26
  const ActiveHourDCDBInstanceResponse = models.ActiveHourDCDBInstanceResponse;
27
27
  const AssociateSecurityGroupsRequest = models.AssociateSecurityGroupsRequest;
28
+ const DescribeDBSecurityGroupsResponse = models.DescribeDBSecurityGroupsResponse;
28
29
  const CancelDcnJobResponse = models.CancelDcnJobResponse;
29
30
  const DescribeFileDownloadUrlRequest = models.DescribeFileDownloadUrlRequest;
30
31
  const DescribeDBSyncModeResponse = models.DescribeDBSyncModeResponse;
@@ -43,11 +44,13 @@ const ModifyDBInstancesProjectResponse = models.ModifyDBInstancesProjectResponse
43
44
  const DescribeDCDBInstanceNodeInfoRequest = models.DescribeDCDBInstanceNodeInfoRequest;
44
45
  const DatabaseView = models.DatabaseView;
45
46
  const DescribeDBLogFilesRequest = models.DescribeDBLogFilesRequest;
47
+ const DescribeOrdersResponse = models.DescribeOrdersResponse;
46
48
  const CreateHourDCDBInstanceRequest = models.CreateHourDCDBInstanceRequest;
47
49
  const ResetAccountPasswordRequest = models.ResetAccountPasswordRequest;
48
50
  const CopyAccountPrivilegesResponse = models.CopyAccountPrivilegesResponse;
49
51
  const CloneAccountRequest = models.CloneAccountRequest;
50
52
  const ParamModifyResult = models.ParamModifyResult;
53
+ const DescribeDBSecurityGroupsRequest = models.DescribeDBSecurityGroupsRequest;
51
54
  const SwitchDBInstanceHAResponse = models.SwitchDBInstanceHAResponse;
52
55
  const DescribeProjectSecurityGroupsResponse = models.DescribeProjectSecurityGroupsResponse;
53
56
  const DatabaseFunction = models.DatabaseFunction;
@@ -55,6 +58,7 @@ const ParamConstraint = models.ParamConstraint;
55
58
  const ResetAccountPasswordResponse = models.ResetAccountPasswordResponse;
56
59
  const DescribeDatabaseObjectsRequest = models.DescribeDatabaseObjectsRequest;
57
60
  const DatabaseTable = models.DatabaseTable;
61
+ const Deal = models.Deal;
58
62
  const GrantAccountPrivilegesRequest = models.GrantAccountPrivilegesRequest;
59
63
  const DescribeDCDBShardsRequest = models.DescribeDCDBShardsRequest;
60
64
  const SwitchDBInstanceHARequest = models.SwitchDBInstanceHARequest;
@@ -83,13 +87,14 @@ const GrantAccountPrivilegesResponse = models.GrantAccountPrivilegesResponse;
83
87
  const CancelDcnJobRequest = models.CancelDcnJobRequest;
84
88
  const IsolateHourDCDBInstanceResponse = models.IsolateHourDCDBInstanceResponse;
85
89
  const ShardInfo = models.ShardInfo;
86
- const DestroyHourDCDBInstanceRequest = models.DestroyHourDCDBInstanceRequest;
90
+ const ModifyDBInstancesProjectRequest = models.ModifyDBInstancesProjectRequest;
87
91
  const DcnDetailItem = models.DcnDetailItem;
88
92
  const DescribeDBSyncModeRequest = models.DescribeDBSyncModeRequest;
89
93
  const CloseDBExtranetAccessResponse = models.CloseDBExtranetAccessResponse;
90
94
  const ModifyAccountDescriptionRequest = models.ModifyAccountDescriptionRequest;
91
95
  const SlowLogData = models.SlowLogData;
92
96
  const DescribeDatabasesResponse = models.DescribeDatabasesResponse;
97
+ const DescribeOrdersRequest = models.DescribeOrdersRequest;
93
98
  const DescribeDBLogFilesResponse = models.DescribeDBLogFilesResponse;
94
99
  const CloseDBExtranetAccessRequest = models.CloseDBExtranetAccessRequest;
95
100
  const InitDCDBInstancesRequest = models.InitDCDBInstancesRequest;
@@ -112,7 +117,7 @@ const DescribeAccountsResponse = models.DescribeAccountsResponse;
112
117
  const DescribeDBSlowLogsResponse = models.DescribeDBSlowLogsResponse;
113
118
  const DescribeDCDBInstancesRequest = models.DescribeDCDBInstancesRequest;
114
119
  const ModifyDBInstanceSecurityGroupsResponse = models.ModifyDBInstanceSecurityGroupsResponse;
115
- const ModifyDBInstancesProjectRequest = models.ModifyDBInstancesProjectRequest;
120
+ const DestroyHourDCDBInstanceRequest = models.DestroyHourDCDBInstanceRequest;
116
121
  const ModifyDBSyncModeResponse = models.ModifyDBSyncModeResponse;
117
122
  const DisassociateSecurityGroupsResponse = models.DisassociateSecurityGroupsResponse;
118
123
  const DeleteAccountResponse = models.DeleteAccountResponse;
@@ -265,15 +270,14 @@ Note: accounts with the same username but different hosts are different accounts
265
270
  }
266
271
 
267
272
  /**
268
- * This API is used to grant permissions to a TencentDB account.
269
- Note: accounts with the same username but different hosts are different accounts.
270
- * @param {GrantAccountPrivilegesRequest} req
271
- * @param {function(string, GrantAccountPrivilegesResponse):void} cb
273
+ * This API is used to query TDSQL order information. You can pass in an order ID to query the TDSQL instance associated with the order and the corresponding task process ID.
274
+ * @param {DescribeOrdersRequest} req
275
+ * @param {function(string, DescribeOrdersResponse):void} cb
272
276
  * @public
273
277
  */
274
- GrantAccountPrivileges(req, cb) {
275
- let resp = new GrantAccountPrivilegesResponse();
276
- this.request("GrantAccountPrivileges", req, resp, cb);
278
+ DescribeOrders(req, cb) {
279
+ let resp = new DescribeOrdersResponse();
280
+ this.request("DescribeOrders", req, resp, cb);
277
281
  }
278
282
 
279
283
  /**
@@ -441,6 +445,18 @@ Note: accounts with the same username but different hosts are different accounts
441
445
  this.request("DescribeDcnDetail", req, resp, cb);
442
446
  }
443
447
 
448
+ /**
449
+ * This API is used to grant permissions to a TencentDB account.
450
+ Note: accounts with the same username but different hosts are different accounts.
451
+ * @param {GrantAccountPrivilegesRequest} req
452
+ * @param {function(string, GrantAccountPrivilegesResponse):void} cb
453
+ * @public
454
+ */
455
+ GrantAccountPrivileges(req, cb) {
456
+ let resp = new GrantAccountPrivilegesResponse();
457
+ this.request("GrantAccountPrivileges", req, resp, cb);
458
+ }
459
+
444
460
  /**
445
461
  * This API is used to copy the permissions of a TencentDB account.
446
462
  Note: Accounts with the same username but different hosts are different accounts. Permissions can only be copied between accounts with the same `Readonly` attribute.
@@ -486,6 +502,17 @@ Note: Accounts with the same username but different hosts are different accounts
486
502
  this.request("DestroyHourDCDBInstance", req, resp, cb);
487
503
  }
488
504
 
505
+ /**
506
+ * This API is used to query the security group information of an instance.
507
+ * @param {DescribeDBSecurityGroupsRequest} req
508
+ * @param {function(string, DescribeDBSecurityGroupsResponse):void} cb
509
+ * @public
510
+ */
511
+ DescribeDBSecurityGroups(req, cb) {
512
+ let resp = new DescribeDBSecurityGroupsResponse();
513
+ this.request("DescribeDBSecurityGroups", req, resp, cb);
514
+ }
515
+
489
516
  /**
490
517
  * This API is used to query the table information of a TencentDB instance.
491
518
  * @param {DescribeDatabaseTableRequest} req
@@ -401,6 +401,65 @@ class AssociateSecurityGroupsRequest extends AbstractModel {
401
401
  }
402
402
  }
403
403
 
404
+ /**
405
+ * DescribeDBSecurityGroups response structure.
406
+ * @class
407
+ */
408
+ class DescribeDBSecurityGroupsResponse extends AbstractModel {
409
+ constructor(){
410
+ super();
411
+
412
+ /**
413
+ * Security group details
414
+ * @type {Array.<SecurityGroup> || null}
415
+ */
416
+ this.Groups = null;
417
+
418
+ /**
419
+ * Instance VIP
420
+ Note: This field may return null, indicating that no valid values can be obtained.
421
+ * @type {string || null}
422
+ */
423
+ this.VIP = null;
424
+
425
+ /**
426
+ * Instance Port
427
+ Note: This field may return null, indicating that no valid value can be obtained.
428
+ * @type {string || null}
429
+ */
430
+ this.VPort = null;
431
+
432
+ /**
433
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
434
+ * @type {string || null}
435
+ */
436
+ this.RequestId = null;
437
+
438
+ }
439
+
440
+ /**
441
+ * @private
442
+ */
443
+ deserialize(params) {
444
+ if (!params) {
445
+ return;
446
+ }
447
+
448
+ if (params.Groups) {
449
+ this.Groups = new Array();
450
+ for (let z in params.Groups) {
451
+ let obj = new SecurityGroup();
452
+ obj.deserialize(params.Groups[z]);
453
+ this.Groups.push(obj);
454
+ }
455
+ }
456
+ this.VIP = 'VIP' in params ? params.VIP : null;
457
+ this.VPort = 'VPort' in params ? params.VPort : null;
458
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
459
+
460
+ }
461
+ }
462
+
404
463
  /**
405
464
  * CancelDcnJob response structure.
406
465
  * @class
@@ -1159,6 +1218,56 @@ class DescribeDBLogFilesRequest extends AbstractModel {
1159
1218
  }
1160
1219
  }
1161
1220
 
1221
+ /**
1222
+ * DescribeOrders response structure.
1223
+ * @class
1224
+ */
1225
+ class DescribeOrdersResponse extends AbstractModel {
1226
+ constructor(){
1227
+ super();
1228
+
1229
+ /**
1230
+ * Returned number of orders
1231
+ * @type {number || null}
1232
+ */
1233
+ this.TotalCount = null;
1234
+
1235
+ /**
1236
+ * Order information list
1237
+ * @type {Array.<Deal> || null}
1238
+ */
1239
+ this.Deals = null;
1240
+
1241
+ /**
1242
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1243
+ * @type {string || null}
1244
+ */
1245
+ this.RequestId = null;
1246
+
1247
+ }
1248
+
1249
+ /**
1250
+ * @private
1251
+ */
1252
+ deserialize(params) {
1253
+ if (!params) {
1254
+ return;
1255
+ }
1256
+ this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
1257
+
1258
+ if (params.Deals) {
1259
+ this.Deals = new Array();
1260
+ for (let z in params.Deals) {
1261
+ let obj = new Deal();
1262
+ obj.deserialize(params.Deals[z]);
1263
+ this.Deals.push(obj);
1264
+ }
1265
+ }
1266
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1267
+
1268
+ }
1269
+ }
1270
+
1162
1271
  /**
1163
1272
  * CreateHourDCDBInstance request structure.
1164
1273
  * @class
@@ -1526,6 +1635,41 @@ class ParamModifyResult extends AbstractModel {
1526
1635
  }
1527
1636
  }
1528
1637
 
1638
+ /**
1639
+ * DescribeDBSecurityGroups request structure.
1640
+ * @class
1641
+ */
1642
+ class DescribeDBSecurityGroupsRequest extends AbstractModel {
1643
+ constructor(){
1644
+ super();
1645
+
1646
+ /**
1647
+ * Database engine name. Valid value: `dcdb`.
1648
+ * @type {string || null}
1649
+ */
1650
+ this.Product = null;
1651
+
1652
+ /**
1653
+ * Instance ID
1654
+ * @type {string || null}
1655
+ */
1656
+ this.InstanceId = null;
1657
+
1658
+ }
1659
+
1660
+ /**
1661
+ * @private
1662
+ */
1663
+ deserialize(params) {
1664
+ if (!params) {
1665
+ return;
1666
+ }
1667
+ this.Product = 'Product' in params ? params.Product : null;
1668
+ this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
1669
+
1670
+ }
1671
+ }
1672
+
1529
1673
  /**
1530
1674
  * SwitchDBInstanceHA response structure.
1531
1675
  * @class
@@ -1785,6 +1929,70 @@ class DatabaseTable extends AbstractModel {
1785
1929
  }
1786
1930
  }
1787
1931
 
1932
+ /**
1933
+ * Order information
1934
+ * @class
1935
+ */
1936
+ class Deal extends AbstractModel {
1937
+ constructor(){
1938
+ super();
1939
+
1940
+ /**
1941
+ * Order ID.
1942
+ * @type {string || null}
1943
+ */
1944
+ this.DealName = null;
1945
+
1946
+ /**
1947
+ * Account
1948
+ * @type {string || null}
1949
+ */
1950
+ this.OwnerUin = null;
1951
+
1952
+ /**
1953
+ * Number of items
1954
+ * @type {number || null}
1955
+ */
1956
+ this.Count = null;
1957
+
1958
+ /**
1959
+ * The associated process ID, which can be used to query the process execution status.
1960
+ * @type {number || null}
1961
+ */
1962
+ this.FlowId = null;
1963
+
1964
+ /**
1965
+ * The ID of the created instance, which is required only for the order that creates an instance.
1966
+ Note: This field may return null, indicating that no valid value can be obtained.
1967
+ * @type {Array.<string> || null}
1968
+ */
1969
+ this.InstanceIds = null;
1970
+
1971
+ /**
1972
+ * Billing mode. Valid values: `0` (postpaid), `1` (prepaid).
1973
+ * @type {number || null}
1974
+ */
1975
+ this.PayMode = null;
1976
+
1977
+ }
1978
+
1979
+ /**
1980
+ * @private
1981
+ */
1982
+ deserialize(params) {
1983
+ if (!params) {
1984
+ return;
1985
+ }
1986
+ this.DealName = 'DealName' in params ? params.DealName : null;
1987
+ this.OwnerUin = 'OwnerUin' in params ? params.OwnerUin : null;
1988
+ this.Count = 'Count' in params ? params.Count : null;
1989
+ this.FlowId = 'FlowId' in params ? params.FlowId : null;
1990
+ this.InstanceIds = 'InstanceIds' in params ? params.InstanceIds : null;
1991
+ this.PayMode = 'PayMode' in params ? params.PayMode : null;
1992
+
1993
+ }
1994
+ }
1995
+
1788
1996
  /**
1789
1997
  * GrantAccountPrivileges request structure.
1790
1998
  * @class
@@ -3652,18 +3860,24 @@ class ShardInfo extends AbstractModel {
3652
3860
  }
3653
3861
 
3654
3862
  /**
3655
- * DestroyHourDCDBInstance request structure.
3863
+ * ModifyDBInstancesProject request structure.
3656
3864
  * @class
3657
3865
  */
3658
- class DestroyHourDCDBInstanceRequest extends AbstractModel {
3866
+ class ModifyDBInstancesProjectRequest extends AbstractModel {
3659
3867
  constructor(){
3660
3868
  super();
3661
3869
 
3662
3870
  /**
3663
- * Instance ID in the format of tdsqlshard-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.
3664
- * @type {string || null}
3871
+ * List of IDs of instances to be modified. Instance ID is in the format of dcdbt-ow728lmc.
3872
+ * @type {Array.<string> || null}
3665
3873
  */
3666
- this.InstanceId = null;
3874
+ this.InstanceIds = null;
3875
+
3876
+ /**
3877
+ * ID of the project to be assigned, which can be obtained through the `DescribeProjects` API.
3878
+ * @type {number || null}
3879
+ */
3880
+ this.ProjectId = null;
3667
3881
 
3668
3882
  }
3669
3883
 
@@ -3674,7 +3888,8 @@ class DestroyHourDCDBInstanceRequest extends AbstractModel {
3674
3888
  if (!params) {
3675
3889
  return;
3676
3890
  }
3677
- this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
3891
+ this.InstanceIds = 'InstanceIds' in params ? params.InstanceIds : null;
3892
+ this.ProjectId = 'ProjectId' in params ? params.ProjectId : null;
3678
3893
 
3679
3894
  }
3680
3895
  }
@@ -4144,6 +4359,34 @@ class DescribeDatabasesResponse extends AbstractModel {
4144
4359
  }
4145
4360
  }
4146
4361
 
4362
+ /**
4363
+ * DescribeOrders request structure.
4364
+ * @class
4365
+ */
4366
+ class DescribeOrdersRequest extends AbstractModel {
4367
+ constructor(){
4368
+ super();
4369
+
4370
+ /**
4371
+ * List of long order IDs to be queried, which are returned by the APIs for creating, renewing, or scaling instances.
4372
+ * @type {Array.<string> || null}
4373
+ */
4374
+ this.DealNames = null;
4375
+
4376
+ }
4377
+
4378
+ /**
4379
+ * @private
4380
+ */
4381
+ deserialize(params) {
4382
+ if (!params) {
4383
+ return;
4384
+ }
4385
+ this.DealNames = 'DealNames' in params ? params.DealNames : null;
4386
+
4387
+ }
4388
+ }
4389
+
4147
4390
  /**
4148
4391
  * DescribeDBLogFiles response structure.
4149
4392
  * @class
@@ -5266,24 +5509,18 @@ class ModifyDBInstanceSecurityGroupsResponse extends AbstractModel {
5266
5509
  }
5267
5510
 
5268
5511
  /**
5269
- * ModifyDBInstancesProject request structure.
5512
+ * DestroyHourDCDBInstance request structure.
5270
5513
  * @class
5271
5514
  */
5272
- class ModifyDBInstancesProjectRequest extends AbstractModel {
5515
+ class DestroyHourDCDBInstanceRequest extends AbstractModel {
5273
5516
  constructor(){
5274
5517
  super();
5275
5518
 
5276
5519
  /**
5277
- * List of IDs of instances to be modified. Instance ID is in the format of dcdbt-ow728lmc.
5278
- * @type {Array.<string> || null}
5279
- */
5280
- this.InstanceIds = null;
5281
-
5282
- /**
5283
- * ID of the project to be assigned, which can be obtained through the `DescribeProjects` API.
5284
- * @type {number || null}
5520
+ * Instance ID in the format of tdsqlshard-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.
5521
+ * @type {string || null}
5285
5522
  */
5286
- this.ProjectId = null;
5523
+ this.InstanceId = null;
5287
5524
 
5288
5525
  }
5289
5526
 
@@ -5294,8 +5531,7 @@ class ModifyDBInstancesProjectRequest extends AbstractModel {
5294
5531
  if (!params) {
5295
5532
  return;
5296
5533
  }
5297
- this.InstanceIds = 'InstanceIds' in params ? params.InstanceIds : null;
5298
- this.ProjectId = 'ProjectId' in params ? params.ProjectId : null;
5534
+ this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
5299
5535
 
5300
5536
  }
5301
5537
  }
@@ -5401,6 +5637,7 @@ module.exports = {
5401
5637
  DescribeAccountsRequest: DescribeAccountsRequest,
5402
5638
  ActiveHourDCDBInstanceResponse: ActiveHourDCDBInstanceResponse,
5403
5639
  AssociateSecurityGroupsRequest: AssociateSecurityGroupsRequest,
5640
+ DescribeDBSecurityGroupsResponse: DescribeDBSecurityGroupsResponse,
5404
5641
  CancelDcnJobResponse: CancelDcnJobResponse,
5405
5642
  DescribeFileDownloadUrlRequest: DescribeFileDownloadUrlRequest,
5406
5643
  DescribeDBSyncModeResponse: DescribeDBSyncModeResponse,
@@ -5419,11 +5656,13 @@ module.exports = {
5419
5656
  DescribeDCDBInstanceNodeInfoRequest: DescribeDCDBInstanceNodeInfoRequest,
5420
5657
  DatabaseView: DatabaseView,
5421
5658
  DescribeDBLogFilesRequest: DescribeDBLogFilesRequest,
5659
+ DescribeOrdersResponse: DescribeOrdersResponse,
5422
5660
  CreateHourDCDBInstanceRequest: CreateHourDCDBInstanceRequest,
5423
5661
  ResetAccountPasswordRequest: ResetAccountPasswordRequest,
5424
5662
  CopyAccountPrivilegesResponse: CopyAccountPrivilegesResponse,
5425
5663
  CloneAccountRequest: CloneAccountRequest,
5426
5664
  ParamModifyResult: ParamModifyResult,
5665
+ DescribeDBSecurityGroupsRequest: DescribeDBSecurityGroupsRequest,
5427
5666
  SwitchDBInstanceHAResponse: SwitchDBInstanceHAResponse,
5428
5667
  DescribeProjectSecurityGroupsResponse: DescribeProjectSecurityGroupsResponse,
5429
5668
  DatabaseFunction: DatabaseFunction,
@@ -5431,6 +5670,7 @@ module.exports = {
5431
5670
  ResetAccountPasswordResponse: ResetAccountPasswordResponse,
5432
5671
  DescribeDatabaseObjectsRequest: DescribeDatabaseObjectsRequest,
5433
5672
  DatabaseTable: DatabaseTable,
5673
+ Deal: Deal,
5434
5674
  GrantAccountPrivilegesRequest: GrantAccountPrivilegesRequest,
5435
5675
  DescribeDCDBShardsRequest: DescribeDCDBShardsRequest,
5436
5676
  SwitchDBInstanceHARequest: SwitchDBInstanceHARequest,
@@ -5459,13 +5699,14 @@ module.exports = {
5459
5699
  CancelDcnJobRequest: CancelDcnJobRequest,
5460
5700
  IsolateHourDCDBInstanceResponse: IsolateHourDCDBInstanceResponse,
5461
5701
  ShardInfo: ShardInfo,
5462
- DestroyHourDCDBInstanceRequest: DestroyHourDCDBInstanceRequest,
5702
+ ModifyDBInstancesProjectRequest: ModifyDBInstancesProjectRequest,
5463
5703
  DcnDetailItem: DcnDetailItem,
5464
5704
  DescribeDBSyncModeRequest: DescribeDBSyncModeRequest,
5465
5705
  CloseDBExtranetAccessResponse: CloseDBExtranetAccessResponse,
5466
5706
  ModifyAccountDescriptionRequest: ModifyAccountDescriptionRequest,
5467
5707
  SlowLogData: SlowLogData,
5468
5708
  DescribeDatabasesResponse: DescribeDatabasesResponse,
5709
+ DescribeOrdersRequest: DescribeOrdersRequest,
5469
5710
  DescribeDBLogFilesResponse: DescribeDBLogFilesResponse,
5470
5711
  CloseDBExtranetAccessRequest: CloseDBExtranetAccessRequest,
5471
5712
  InitDCDBInstancesRequest: InitDCDBInstancesRequest,
@@ -5488,7 +5729,7 @@ module.exports = {
5488
5729
  DescribeDBSlowLogsResponse: DescribeDBSlowLogsResponse,
5489
5730
  DescribeDCDBInstancesRequest: DescribeDCDBInstancesRequest,
5490
5731
  ModifyDBInstanceSecurityGroupsResponse: ModifyDBInstanceSecurityGroupsResponse,
5491
- ModifyDBInstancesProjectRequest: ModifyDBInstancesProjectRequest,
5732
+ DestroyHourDCDBInstanceRequest: DestroyHourDCDBInstanceRequest,
5492
5733
  ModifyDBSyncModeResponse: ModifyDBSyncModeResponse,
5493
5734
  DisassociateSecurityGroupsResponse: DisassociateSecurityGroupsResponse,
5494
5735
  DeleteAccountResponse: DeleteAccountResponse,