tencentcloud-sdk-nodejs 4.0.270 → 4.0.274

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.
Files changed (142) hide show
  1. package/CHANGELOG.md +705 -0
  2. package/SERVICE_CHANGELOG.md +681 -251
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +39 -14
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +104 -13
  8. package/src/services/api/v20201106/api_client.ts +2 -2
  9. package/src/services/api/v20201106/api_models.ts +2 -2
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +35 -0
  11. package/src/services/apm/v20210622/apm_client.ts +19 -1
  12. package/src/services/apm/v20210622/apm_models.ts +195 -8
  13. package/src/services/cbs/v20170312/cbs_client.ts +27 -11
  14. package/src/services/cbs/v20170312/cbs_models.ts +38 -13
  15. package/src/services/cdb/v20170320/cdb_client.ts +471 -278
  16. package/src/services/cdb/v20170320/cdb_models.ts +4835 -3821
  17. package/src/services/cdn/v20180606/cdn_models.ts +7 -5
  18. package/src/services/cfw/v20190904/cfw_client.ts +13 -1
  19. package/src/services/cfw/v20190904/cfw_models.ts +44 -2
  20. package/src/services/clb/v20180317/clb_client.ts +3 -0
  21. package/src/services/clb/v20180317/clb_models.ts +1 -1
  22. package/src/services/cls/v20201016/cls_models.ts +4 -4
  23. package/src/services/cvm/v20170312/cvm_client.ts +2 -1
  24. package/src/services/cvm/v20170312/cvm_models.ts +10 -0
  25. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  26. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  27. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  28. package/src/services/dcdb/v20180411/dcdb_models.ts +30 -0
  29. package/src/services/dlc/v20210125/dlc_models.ts +2 -2
  30. package/src/services/eiam/v20210420/eiam_client.ts +1 -1
  31. package/src/services/eiam/v20210420/eiam_models.ts +32 -32
  32. package/src/services/eis/v20210601/eis_models.ts +25 -0
  33. package/src/services/emr/v20190103/emr_client.ts +2 -0
  34. package/src/services/emr/v20190103/emr_models.ts +45 -0
  35. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
  36. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -4
  37. package/src/services/gme/v20180711/gme_models.ts +13 -2
  38. package/src/services/iotcloud/v20180614/iotcloud_client.ts +41 -2
  39. package/src/services/iotcloud/v20180614/iotcloud_models.ts +334 -28
  40. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  41. package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
  42. package/src/services/monitor/v20180724/monitor_models.ts +12 -0
  43. package/src/services/ocr/v20181119/ocr_client.ts +3 -1
  44. package/src/services/ocr/v20181119/ocr_models.ts +27 -17
  45. package/src/services/postgres/v20170312/postgres_client.ts +86 -13
  46. package/src/services/postgres/v20170312/postgres_models.ts +327 -10
  47. package/src/services/scf/v20180416/scf_models.ts +6 -0
  48. package/src/services/ses/v20201002/ses_models.ts +8 -3
  49. package/src/services/sms/v20190711/sms_client.ts +2 -1
  50. package/src/services/sms/v20190711/sms_models.ts +19 -15
  51. package/src/services/ssl/v20191205/ssl_models.ts +5 -0
  52. package/src/services/tat/v20201028/tat_models.ts +3 -3
  53. package/src/services/tcb/v20180608/tcb_client.ts +14 -0
  54. package/src/services/tcb/v20180608/tcb_models.ts +126 -0
  55. package/src/services/tcss/v20201101/tcss_models.ts +20 -8
  56. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  57. package/src/services/tem/v20210701/tem_models.ts +37 -3
  58. package/src/services/tke/v20180525/tke_models.ts +5 -0
  59. package/src/services/tms/v20201229/tms_client.ts +1 -1
  60. package/src/services/tms/v20201229/tms_models.ts +1 -1
  61. package/tencentcloud/common/sdk_version.d.ts +1 -1
  62. package/tencentcloud/common/sdk_version.js +1 -1
  63. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +13 -5
  64. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +18 -6
  65. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +90 -12
  66. package/tencentcloud/services/api/v20201106/api_client.d.ts +2 -2
  67. package/tencentcloud/services/api/v20201106/api_client.js +2 -2
  68. package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
  69. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -0
  70. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  71. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  72. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +167 -8
  73. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +14 -6
  74. package/tencentcloud/services/cbs/v20170312/cbs_client.js +16 -6
  75. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +34 -12
  76. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +76 -16
  77. package/tencentcloud/services/cdb/v20170320/cdb_client.js +110 -20
  78. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4395 -3528
  79. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -5
  80. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -2
  81. package/tencentcloud/services/cfw/v20190904/cfw_client.js +7 -1
  82. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +38 -2
  83. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
  84. package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
  85. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  86. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  87. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
  88. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
  89. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -0
  90. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  91. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  92. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  93. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  94. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +26 -0
  95. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
  96. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +28 -28
  97. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -0
  98. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +38 -0
  99. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
  100. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
  101. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -4
  102. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +11 -2
  103. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +13 -1
  104. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +18 -0
  105. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +282 -27
  106. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  107. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  108. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
  109. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
  110. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
  111. package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
  112. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +25 -17
  113. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -5
  114. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -6
  115. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +276 -9
  116. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +5 -0
  117. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +7 -3
  118. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +2 -1
  119. package/tencentcloud/services/sms/v20190711/sms_client.js +2 -1
  120. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +19 -15
  121. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  122. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +3 -3
  123. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
  124. package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
  125. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +105 -0
  126. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +17 -6
  127. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  128. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +31 -3
  129. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  130. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
  131. package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
  132. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  133. package/test/antiddos.v20200309.test.js +24 -4
  134. package/test/apm.v20210622.test.js +10 -0
  135. package/test/cbs.v20170312.test.js +12 -2
  136. package/test/cdb.v20170320.test.js +168 -18
  137. package/test/cfw.v20190904.test.js +10 -0
  138. package/test/dcdb.v20180411.test.js +10 -0
  139. package/test/iotcloud.v20180614.test.js +30 -0
  140. package/test/mariadb.v20170312.test.js +10 -0
  141. package/test/postgres.v20170312.test.js +64 -4
  142. package/test/tcb.v20180608.test.js +10 -0
@@ -138,6 +138,16 @@ it("cbs.v20170312.DeleteAutoSnapshotPolicies", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("cbs.v20170312.CreateAutoSnapshotPolicy", async function () {
142
+ try {
143
+ const data = await client.CreateAutoSnapshotPolicy({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  it("cbs.v20170312.DescribeDisks", async function () {
142
152
  try {
143
153
  const data = await client.DescribeDisks({})
@@ -228,9 +238,9 @@ it("cbs.v20170312.DescribeSnapshotSharePermission", async function () {
228
238
  }
229
239
  })
230
240
 
231
- it("cbs.v20170312.CreateAutoSnapshotPolicy", async function () {
241
+ it("cbs.v20170312.InitializeDisks", async function () {
232
242
  try {
233
- const data = await client.CreateAutoSnapshotPolicy({})
243
+ const data = await client.InitializeDisks({})
234
244
  expect(data).to.be.ok
235
245
  } catch(error) {
236
246
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("cdb.v20170320.CreateRoInstanceIp", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cdb.v20170320.CreateAuditPolicy", async function () {
41
+ it("cdb.v20170320.DescribeTimeWindow", async function () {
42
42
  try {
43
- const data = await client.CreateAuditPolicy({})
43
+ const data = await client.DescribeTimeWindow({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("cdb.v20170320.ModifyInstanceTag", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("cdb.v20170320.DescribeTimeWindow", async function () {
101
+ it("cdb.v20170320.CreateAuditPolicy", async function () {
102
102
  try {
103
- const data = await client.DescribeTimeWindow({})
103
+ const data = await client.CreateAuditPolicy({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -178,6 +178,16 @@ it("cdb.v20170320.OpenDBInstanceGTID", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("cdb.v20170320.ModifyCDBProxyDesc", async function () {
182
+ try {
183
+ const data = await client.ModifyCDBProxyDesc({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("cdb.v20170320.DescribeRollbackTaskDetail", async function () {
182
192
  try {
183
193
  const data = await client.DescribeRollbackTaskDetail({})
@@ -308,16 +318,6 @@ it("cdb.v20170320.DescribeTables", async function () {
308
318
  }
309
319
  })
310
320
 
311
- it("cdb.v20170320.DeleteTimeWindow", async function () {
312
- try {
313
- const data = await client.DeleteTimeWindow({})
314
- expect(data).to.be.ok
315
- } catch(error) {
316
- expect(error.requestId).to.be.ok
317
- expect(error.code).to.be.ok
318
- }
319
- })
320
-
321
321
  it("cdb.v20170320.DescribeAccountPrivileges", async function () {
322
322
  try {
323
323
  const data = await client.DescribeAccountPrivileges({})
@@ -438,6 +438,16 @@ it("cdb.v20170320.AddTimeWindow", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("cdb.v20170320.DescribeDeviceMonitorInfo", async function () {
442
+ try {
443
+ const data = await client.DescribeDeviceMonitorInfo({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
441
451
  it("cdb.v20170320.CreateBackup", async function () {
442
452
  try {
443
453
  const data = await client.CreateBackup({})
@@ -498,6 +508,16 @@ it("cdb.v20170320.DescribeProjectSecurityGroups", async function () {
498
508
  }
499
509
  })
500
510
 
511
+ it("cdb.v20170320.ModifyCDBProxyConnectionPool", async function () {
512
+ try {
513
+ const data = await client.ModifyCDBProxyConnectionPool({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
501
521
  it("cdb.v20170320.DescribeSlowLogs", async function () {
502
522
  try {
503
523
  const data = await client.DescribeSlowLogs({})
@@ -518,6 +538,16 @@ it("cdb.v20170320.InquiryPriceUpgradeInstances", async function () {
518
538
  }
519
539
  })
520
540
 
541
+ it("cdb.v20170320.ModifyLocalBinlogConfig", async function () {
542
+ try {
543
+ const data = await client.ModifyLocalBinlogConfig({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
521
551
  it("cdb.v20170320.CreateDBInstance", async function () {
522
552
  try {
523
553
  const data = await client.CreateDBInstance({})
@@ -548,6 +578,26 @@ it("cdb.v20170320.DescribeInstanceParams", async function () {
548
578
  }
549
579
  })
550
580
 
581
+ it("cdb.v20170320.ModifyCDBProxy", async function () {
582
+ try {
583
+ const data = await client.ModifyCDBProxy({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
591
+ it("cdb.v20170320.DescribeProxyCustomConf", async function () {
592
+ try {
593
+ const data = await client.DescribeProxyCustomConf({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
551
601
  it("cdb.v20170320.DescribeDeployGroupList", async function () {
552
602
  try {
553
603
  const data = await client.DescribeDeployGroupList({})
@@ -578,6 +628,16 @@ it("cdb.v20170320.CreateAccounts", async function () {
578
628
  }
579
629
  })
580
630
 
631
+ it("cdb.v20170320.UpgradeCDBProxy", async function () {
632
+ try {
633
+ const data = await client.UpgradeCDBProxy({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
581
641
  it("cdb.v20170320.UpgradeDBInstanceEngineVersion", async function () {
582
642
  try {
583
643
  const data = await client.UpgradeDBInstanceEngineVersion({})
@@ -698,6 +758,16 @@ it("cdb.v20170320.DeleteBackup", async function () {
698
758
  }
699
759
  })
700
760
 
761
+ it("cdb.v20170320.ModifyCDBProxyVipVPort", async function () {
762
+ try {
763
+ const data = await client.ModifyCDBProxyVipVPort({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
701
771
  it("cdb.v20170320.DescribeRoMinScale", async function () {
702
772
  try {
703
773
  const data = await client.DescribeRoMinScale({})
@@ -738,6 +808,26 @@ it("cdb.v20170320.ModifyInstanceParam", async function () {
738
808
  }
739
809
  })
740
810
 
811
+ it("cdb.v20170320.CloseCDBProxy", async function () {
812
+ try {
813
+ const data = await client.CloseCDBProxy({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
821
+ it("cdb.v20170320.ModifyAccountMaxUserConnections", async function () {
822
+ try {
823
+ const data = await client.ModifyAccountMaxUserConnections({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
741
831
  it("cdb.v20170320.DescribeAsyncRequestInfo", async function () {
742
832
  try {
743
833
  const data = await client.DescribeAsyncRequestInfo({})
@@ -878,6 +968,16 @@ it("cdb.v20170320.DescribeAccounts", async function () {
878
968
  }
879
969
  })
880
970
 
971
+ it("cdb.v20170320.ReloadBalanceProxyNode", async function () {
972
+ try {
973
+ const data = await client.ReloadBalanceProxyNode({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
881
981
  it("cdb.v20170320.VerifyRootAccount", async function () {
882
982
  try {
883
983
  const data = await client.VerifyRootAccount({})
@@ -918,6 +1018,16 @@ it("cdb.v20170320.DescribeUploadedFiles", async function () {
918
1018
  }
919
1019
  })
920
1020
 
1021
+ it("cdb.v20170320.DescribeCDBProxy", async function () {
1022
+ try {
1023
+ const data = await client.DescribeCDBProxy({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
921
1031
  it("cdb.v20170320.ModifyAccountDescription", async function () {
922
1032
  try {
923
1033
  const data = await client.ModifyAccountDescription({})
@@ -968,6 +1078,16 @@ it("cdb.v20170320.ModifyBackupConfig", async function () {
968
1078
  }
969
1079
  })
970
1080
 
1081
+ it("cdb.v20170320.ApplyCDBProxy", async function () {
1082
+ try {
1083
+ const data = await client.ApplyCDBProxy({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
971
1091
  it("cdb.v20170320.DescribeAuditRules", async function () {
972
1092
  try {
973
1093
  const data = await client.DescribeAuditRules({})
@@ -1008,6 +1128,16 @@ it("cdb.v20170320.ModifyAutoRenewFlag", async function () {
1008
1128
  }
1009
1129
  })
1010
1130
 
1131
+ it("cdb.v20170320.SwitchCDBProxy", async function () {
1132
+ try {
1133
+ const data = await client.SwitchCDBProxy({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1011
1141
  it("cdb.v20170320.RenewDBInstance", async function () {
1012
1142
  try {
1013
1143
  const data = await client.RenewDBInstance({})
@@ -1038,9 +1168,9 @@ it("cdb.v20170320.ModifyDBInstanceProject", async function () {
1038
1168
  }
1039
1169
  })
1040
1170
 
1041
- it("cdb.v20170320.DescribeDeviceMonitorInfo", async function () {
1171
+ it("cdb.v20170320.DescribeLocalBinlogConfig", async function () {
1042
1172
  try {
1043
- const data = await client.DescribeDeviceMonitorInfo({})
1173
+ const data = await client.DescribeLocalBinlogConfig({})
1044
1174
  expect(data).to.be.ok
1045
1175
  } catch(error) {
1046
1176
  expect(error.requestId).to.be.ok
@@ -1088,6 +1218,16 @@ it("cdb.v20170320.DeleteAuditRule", async function () {
1088
1218
  }
1089
1219
  })
1090
1220
 
1221
+ it("cdb.v20170320.DescribeProxyConnectionPoolConf", async function () {
1222
+ try {
1223
+ const data = await client.DescribeProxyConnectionPoolConf({})
1224
+ expect(data).to.be.ok
1225
+ } catch(error) {
1226
+ expect(error.requestId).to.be.ok
1227
+ expect(error.code).to.be.ok
1228
+ }
1229
+ })
1230
+
1091
1231
  it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
1092
1232
  try {
1093
1233
  const data = await client.DescribeSupportedPrivileges({})
@@ -1098,6 +1238,16 @@ it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
1098
1238
  }
1099
1239
  })
1100
1240
 
1241
+ it("cdb.v20170320.UpgradeCDBProxyVersion", async function () {
1242
+ try {
1243
+ const data = await client.UpgradeCDBProxyVersion({})
1244
+ expect(data).to.be.ok
1245
+ } catch(error) {
1246
+ expect(error.requestId).to.be.ok
1247
+ expect(error.code).to.be.ok
1248
+ }
1249
+ })
1250
+
1101
1251
  it("cdb.v20170320.DescribeBinlogs", async function () {
1102
1252
  try {
1103
1253
  const data = await client.DescribeBinlogs({})
@@ -1168,9 +1318,9 @@ it("cdb.v20170320.CreateDeployGroup", async function () {
1168
1318
  }
1169
1319
  })
1170
1320
 
1171
- it("cdb.v20170320.ModifyAccountMaxUserConnections", async function () {
1321
+ it("cdb.v20170320.DeleteTimeWindow", async function () {
1172
1322
  try {
1173
- const data = await client.ModifyAccountMaxUserConnections({})
1323
+ const data = await client.DeleteTimeWindow({})
1174
1324
  expect(data).to.be.ok
1175
1325
  } catch(error) {
1176
1326
  expect(error.requestId).to.be.ok
@@ -338,6 +338,16 @@ it("cfw.v20190904.DescribeTLogInfo", async function () {
338
338
  }
339
339
  })
340
340
 
341
+ it("cfw.v20190904.ModifyRunSyncAsset", async function () {
342
+ try {
343
+ const data = await client.ModifyRunSyncAsset({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
341
351
  it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
342
352
  try {
343
353
  const data = await client.ModifyNatFwVpcDnsSwitch({})
@@ -168,6 +168,16 @@ it("dcdb.v20180411.DescribeFlow", async function () {
168
168
  }
169
169
  })
170
170
 
171
+ it("dcdb.v20180411.SwitchDBInstanceHA", async function () {
172
+ try {
173
+ const data = await client.SwitchDBInstanceHA({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
171
181
  it("dcdb.v20180411.InitDCDBInstances", async function () {
172
182
  try {
173
183
  const data = await client.InitDCDBInstances({})
@@ -78,6 +78,16 @@ it("iotcloud.v20180614.DescribeMultiDevices", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("iotcloud.v20180614.ListLogPayload", async function () {
82
+ try {
83
+ const data = await client.ListLogPayload({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
81
91
  it("iotcloud.v20180614.DescribeFirmware", async function () {
82
92
  try {
83
93
  const data = await client.DescribeFirmware({})
@@ -308,6 +318,16 @@ it("iotcloud.v20180614.ReplaceTopicRule", async function () {
308
318
  }
309
319
  })
310
320
 
321
+ it("iotcloud.v20180614.ListSDKLog", async function () {
322
+ try {
323
+ const data = await client.ListSDKLog({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
311
331
  it("iotcloud.v20180614.DescribeProductResource", async function () {
312
332
  try {
313
333
  const data = await client.DescribeProductResource({})
@@ -448,6 +468,16 @@ it("iotcloud.v20180614.DescribeDeviceResources", async function () {
448
468
  }
449
469
  })
450
470
 
471
+ it("iotcloud.v20180614.ListLog", async function () {
472
+ try {
473
+ const data = await client.ListLog({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
451
481
  it("iotcloud.v20180614.DescribeFirmwareTaskDevices", async function () {
452
482
  try {
453
483
  const data = await client.DescribeFirmwareTaskDevices({})
@@ -108,6 +108,16 @@ it("mariadb.v20170312.ModifyRealServerAccessStrategy", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("mariadb.v20170312.SwitchDBInstanceHA", async function () {
112
+ try {
113
+ const data = await client.SwitchDBInstanceHA({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
111
121
  it("mariadb.v20170312.DescribeFileDownloadUrl", async function () {
112
122
  try {
113
123
  const data = await client.DescribeFileDownloadUrl({})
@@ -58,6 +58,26 @@ it("postgres.v20170312.DestroyDBInstance", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("postgres.v20170312.DescribeBackupPlans", async function () {
62
+ try {
63
+ const data = await client.DescribeBackupPlans({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("postgres.v20170312.RenewInstance", async function () {
72
+ try {
73
+ const data = await client.RenewInstance({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
61
81
  it("postgres.v20170312.DescribeDBBackups", async function () {
62
82
  try {
63
83
  const data = await client.DescribeDBBackups({})
@@ -128,6 +148,16 @@ it("postgres.v20170312.DescribeDBInstanceParameters", async function () {
128
148
  }
129
149
  })
130
150
 
151
+ it("postgres.v20170312.ModifyBackupPlan", async function () {
152
+ try {
153
+ const data = await client.ModifyBackupPlan({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
131
161
  it("postgres.v20170312.CloseServerlessDBExtranetAccess", async function () {
132
162
  try {
133
163
  const data = await client.CloseServerlessDBExtranetAccess({})
@@ -208,6 +238,16 @@ it("postgres.v20170312.UpgradeDBInstance", async function () {
208
238
  }
209
239
  })
210
240
 
241
+ it("postgres.v20170312.ModifyDBInstanceDeployment", async function () {
242
+ try {
243
+ const data = await client.ModifyDBInstanceDeployment({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
211
251
  it("postgres.v20170312.CreateDBInstances", async function () {
212
252
  try {
213
253
  const data = await client.CreateDBInstances({})
@@ -318,9 +358,9 @@ it("postgres.v20170312.ModifyDBInstanceSpec", async function () {
318
358
  }
319
359
  })
320
360
 
321
- it("postgres.v20170312.RemoveDBInstanceFromReadOnlyGroup", async function () {
361
+ it("postgres.v20170312.DescribeAvailableRecoveryTime", async function () {
322
362
  try {
323
- const data = await client.RemoveDBInstanceFromReadOnlyGroup({})
363
+ const data = await client.DescribeAvailableRecoveryTime({})
324
364
  expect(data).to.be.ok
325
365
  } catch(error) {
326
366
  expect(error.requestId).to.be.ok
@@ -378,6 +418,16 @@ it("postgres.v20170312.CloseDBExtranetAccess", async function () {
378
418
  }
379
419
  })
380
420
 
421
+ it("postgres.v20170312.CloneDBInstance", async function () {
422
+ try {
423
+ const data = await client.CloneDBInstance({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
381
431
  it("postgres.v20170312.AddDBInstanceToReadOnlyGroup", async function () {
382
432
  try {
383
433
  const data = await client.AddDBInstanceToReadOnlyGroup({})
@@ -438,9 +488,9 @@ it("postgres.v20170312.RebalanceReadOnlyGroup", async function () {
438
488
  }
439
489
  })
440
490
 
441
- it("postgres.v20170312.RenewInstance", async function () {
491
+ it("postgres.v20170312.DescribeCloneDBInstanceSpec", async function () {
442
492
  try {
443
- const data = await client.RenewInstance({})
493
+ const data = await client.DescribeCloneDBInstanceSpec({})
444
494
  expect(data).to.be.ok
445
495
  } catch(error) {
446
496
  expect(error.requestId).to.be.ok
@@ -498,6 +548,16 @@ it("postgres.v20170312.CreateInstances", async function () {
498
548
  }
499
549
  })
500
550
 
551
+ it("postgres.v20170312.RemoveDBInstanceFromReadOnlyGroup", async function () {
552
+ try {
553
+ const data = await client.RemoveDBInstanceFromReadOnlyGroup({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
501
561
  it("postgres.v20170312.DescribeProductConfig", async function () {
502
562
  try {
503
563
  const data = await client.DescribeProductConfig({})
@@ -368,6 +368,16 @@ it("tcb.v20180608.ModifyCloudBaseRunServerFlowConf", async function () {
368
368
  }
369
369
  })
370
370
 
371
+ it("tcb.v20180608.SearchClsLog", async function () {
372
+ try {
373
+ const data = await client.SearchClsLog({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
371
381
  it("tcb.v20180608.DescribeCloudBaseRunResourceForExtend", async function () {
372
382
  try {
373
383
  const data = await client.DescribeCloudBaseRunResourceForExtend({})