tencentcloud-sdk-nodejs 4.0.259 → 4.0.263

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 (200) hide show
  1. package/CHANGELOG.md +807 -116
  2. package/SERVICE_CHANGELOG.md +68052 -0
  3. package/package.json +1 -1
  4. package/products.md +51 -50
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +6 -4
  7. package/src/services/ams/v20201229/ams_client.ts +1 -1
  8. package/src/services/ams/v20201229/ams_models.ts +24 -0
  9. package/src/services/antiddos/v20200309/antiddos_client.ts +40 -3
  10. package/src/services/antiddos/v20200309/antiddos_models.ts +226 -121
  11. package/src/services/asr/v20190614/asr_models.ts +5 -0
  12. package/src/services/cam/v20190116/cam_client.ts +32 -8
  13. package/src/services/cam/v20190116/cam_models.ts +118 -18
  14. package/src/services/cat/v20180409/cat_client.ts +4 -2
  15. package/src/services/cat/v20180409/cat_models.ts +54 -8
  16. package/src/services/cbs/v20170312/cbs_models.ts +10 -0
  17. package/src/services/cdb/v20170320/cdb_client.ts +27 -39
  18. package/src/services/cdb/v20170320/cdb_models.ts +172 -174
  19. package/src/services/chdfs/v20201112/chdfs_models.ts +55 -11
  20. package/src/services/ckafka/v20190819/ckafka_client.ts +50 -9
  21. package/src/services/ckafka/v20190819/ckafka_models.ts +308 -28
  22. package/src/services/clb/v20180317/clb_client.ts +14 -2
  23. package/src/services/clb/v20180317/clb_models.ts +19 -19
  24. package/src/services/cme/v20191029/cme_client.ts +2 -1
  25. package/src/services/cme/v20191029/cme_models.ts +31 -14
  26. package/src/services/cvm/v20170312/cvm_client.ts +168 -76
  27. package/src/services/cvm/v20170312/cvm_models.ts +935 -188
  28. package/src/services/dlc/v20210125/dlc_client.ts +15 -2
  29. package/src/services/dlc/v20210125/dlc_models.ts +163 -28
  30. package/src/services/dts/v20180330/dts_models.ts +10 -9
  31. package/src/services/ecdn/v20191012/ecdn_client.ts +5 -4
  32. package/src/services/ecdn/v20191012/ecdn_models.ts +127 -77
  33. package/src/services/es/v20180416/es_client.ts +17 -2
  34. package/src/services/es/v20180416/es_models.ts +291 -18
  35. package/src/services/essbasic/v20210526/essbasic_client.ts +72 -17
  36. package/src/services/essbasic/v20210526/essbasic_models.ts +495 -162
  37. package/src/services/faceid/v20180301/faceid_client.ts +3 -2
  38. package/src/services/faceid/v20180301/faceid_models.ts +6 -6
  39. package/src/services/gme/v20180711/gme_client.ts +1 -3
  40. package/src/services/gme/v20180711/gme_models.ts +8 -3
  41. package/src/services/iecp/index.ts +5 -0
  42. package/src/services/iecp/v20210914/iecp_client.ts +1064 -0
  43. package/src/services/iecp/v20210914/iecp_models.ts +5727 -0
  44. package/src/services/iecp/v20210914/index.ts +6 -0
  45. package/src/services/index.ts +1 -0
  46. package/src/services/kms/v20190118/kms_client.ts +1 -1
  47. package/src/services/kms/v20190118/kms_models.ts +63 -41
  48. package/src/services/lighthouse/v20200324/lighthouse_client.ts +3 -2
  49. package/src/services/lighthouse/v20200324/lighthouse_models.ts +56 -8
  50. package/src/services/nlp/v20190408/nlp_client.ts +4 -4
  51. package/src/services/nlp/v20190408/nlp_models.ts +3 -3
  52. package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
  53. package/src/services/ocr/v20181119/ocr_models.ts +8 -2
  54. package/src/services/organization/v20210331/organization_client.ts +14 -1
  55. package/src/services/organization/v20210331/organization_models.ts +124 -17
  56. package/src/services/postgres/v20170312/postgres_models.ts +56 -12
  57. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  58. package/src/services/scf/v20180416/scf_models.ts +12 -12
  59. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  60. package/src/services/taf/v20200210/taf_client.ts +1 -0
  61. package/src/services/taf/v20200210/taf_models.ts +20 -0
  62. package/src/services/tcss/v20201101/tcss_models.ts +33 -7
  63. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -3
  64. package/src/services/tdmq/v20200217/tdmq_models.ts +337 -148
  65. package/src/services/tem/v20210701/tem_client.ts +139 -88
  66. package/src/services/tem/v20210701/tem_models.ts +171 -16
  67. package/src/services/thpc/v20211109/thpc_client.ts +25 -10
  68. package/src/services/thpc/v20211109/thpc_models.ts +259 -141
  69. package/src/services/tiia/v20190529/tiia_client.ts +1 -6
  70. package/src/services/tiia/v20190529/tiia_models.ts +1 -1
  71. package/src/services/tiw/v20190919/tiw_models.ts +13 -2
  72. package/src/services/tke/v20180525/tke_models.ts +19 -4
  73. package/src/services/tms/v20201229/tms_models.ts +13 -1
  74. package/src/services/tsf/v20180326/tsf_client.ts +2 -0
  75. package/src/services/tsf/v20180326/tsf_models.ts +61 -1
  76. package/src/services/tts/v20190823/tts_models.ts +1 -1
  77. package/src/services/vm/v20201229/vm_models.ts +30 -0
  78. package/src/services/vod/v20180717/vod_client.ts +2 -2
  79. package/src/services/vod/v20180717/vod_models.ts +360 -360
  80. package/src/services/vpc/v20170312/vpc_models.ts +41 -1
  81. package/src/services/wav/v20210129/wav_client.ts +45 -7
  82. package/src/services/wav/v20210129/wav_models.ts +370 -134
  83. package/tencentcloud/common/sdk_version.d.ts +1 -1
  84. package/tencentcloud/common/sdk_version.js +1 -1
  85. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -2
  86. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
  87. package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
  88. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +20 -0
  89. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +13 -1
  90. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +18 -0
  91. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +196 -105
  92. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
  93. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +11 -3
  94. package/tencentcloud/services/cam/v20190116/cam_client.js +15 -3
  95. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +102 -16
  96. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +2 -2
  97. package/tencentcloud/services/cat/v20180409/cat_client.js +2 -2
  98. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +47 -8
  99. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -0
  100. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +10 -14
  101. package/tencentcloud/services/cdb/v20170320/cdb_client.js +13 -19
  102. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +144 -147
  103. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +47 -11
  104. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
  105. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
  106. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +261 -24
  107. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -1
  108. package/tencentcloud/services/clb/v20180317/clb_client.js +13 -1
  109. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +19 -19
  110. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +28 -13
  111. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +76 -44
  112. package/tencentcloud/services/cvm/v20170312/cvm_client.js +95 -49
  113. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +747 -122
  114. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  115. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  116. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -24
  117. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +9 -9
  118. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
  119. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +113 -70
  120. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  121. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  122. package/tencentcloud/services/es/v20180416/es_models.d.ts +242 -18
  123. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +31 -5
  124. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +38 -6
  125. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +401 -121
  126. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +2 -1
  127. package/tencentcloud/services/faceid/v20180301/faceid_client.js +2 -1
  128. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -6
  129. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -3
  130. package/tencentcloud/services/gme/v20180711/gme_client.js +1 -3
  131. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -3
  132. package/tencentcloud/services/iecp/index.d.ts +6 -0
  133. package/tencentcloud/services/iecp/index.js +7 -0
  134. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +334 -0
  135. package/tencentcloud/services/iecp/v20210914/iecp_client.js +517 -0
  136. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4845 -0
  137. package/tencentcloud/services/iecp/v20210914/iecp_models.js +18 -0
  138. package/tencentcloud/services/iecp/v20210914/index.d.ts +6 -0
  139. package/tencentcloud/services/iecp/v20210914/index.js +9 -0
  140. package/tencentcloud/services/index.d.ts +1 -0
  141. package/tencentcloud/services/index.js +2 -0
  142. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
  143. package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
  144. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +57 -39
  145. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -2
  146. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -2
  147. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +48 -8
  148. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +4 -4
  149. package/tencentcloud/services/nlp/v20190408/nlp_client.js +4 -4
  150. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +3 -3
  151. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +8 -0
  152. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -2
  153. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  154. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  155. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +107 -16
  156. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +46 -10
  157. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  158. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +12 -12
  159. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  160. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +17 -0
  161. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +27 -5
  162. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  163. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  164. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +288 -128
  165. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +52 -33
  166. package/tencentcloud/services/tem/v20210701/tem_client.js +75 -48
  167. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +147 -15
  168. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  169. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  170. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +235 -135
  171. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -5
  172. package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -5
  173. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
  174. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +12 -2
  175. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
  176. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +11 -1
  177. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +51 -1
  178. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  179. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +25 -0
  180. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  181. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  182. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +360 -360
  183. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +33 -1
  184. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -1
  185. package/tencentcloud/services/wav/v20210129/wav_client.js +18 -0
  186. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +314 -116
  187. package/test/antiddos.v20200309.test.js +30 -0
  188. package/test/cam.v20190116.test.js +22 -2
  189. package/test/cdb.v20170320.test.js +20 -30
  190. package/test/ckafka.v20190819.test.js +32 -2
  191. package/test/cvm.v20170312.test.js +82 -12
  192. package/test/dlc.v20210125.test.js +10 -0
  193. package/test/es.v20180416.test.js +10 -0
  194. package/test/essbasic.v20210526.test.js +34 -4
  195. package/test/iecp.v20210914.test.js +831 -0
  196. package/test/organization.v20210331.test.js +10 -0
  197. package/test/tdmq.v20200217.test.js +20 -0
  198. package/test/tem.v20210701.test.js +74 -34
  199. package/test/thpc.v20211109.test.js +10 -0
  200. package/test/wav.v20210129.test.js +30 -0
@@ -248,6 +248,16 @@ it("antiddos.v20200309.DescribeListDDoSAI", async function () {
248
248
  }
249
249
  })
250
250
 
251
+ it("antiddos.v20200309.CreateDDoSBlackWhiteIpList", async function () {
252
+ try {
253
+ const data = await client.CreateDDoSBlackWhiteIpList({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
251
261
  it("antiddos.v20200309.DescribeCCTrend", async function () {
252
262
  try {
253
263
  const data = await client.DescribeCCTrend({})
@@ -458,6 +468,16 @@ it("antiddos.v20200309.CreateSchedulingDomain", async function () {
458
468
  }
459
469
  })
460
470
 
471
+ it("antiddos.v20200309.DescribeDDoSBlackWhiteIpList", async function () {
472
+ try {
473
+ const data = await client.DescribeDDoSBlackWhiteIpList({})
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
+
461
481
  it("antiddos.v20200309.CreateWaterPrintKey", async function () {
462
482
  try {
463
483
  const data = await client.CreateWaterPrintKey({})
@@ -478,6 +498,16 @@ it("antiddos.v20200309.CreateProtocolBlockConfig", async function () {
478
498
  }
479
499
  })
480
500
 
501
+ it("antiddos.v20200309.DeleteDDoSBlackWhiteIpList", async function () {
502
+ try {
503
+ const data = await client.DeleteDDoSBlackWhiteIpList({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
481
511
  it("antiddos.v20200309.CreateL7RuleCerts", async function () {
482
512
  try {
483
513
  const data = await client.CreateL7RuleCerts({})
@@ -248,9 +248,9 @@ it("cam.v20190116.GetPolicy", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("cam.v20190116.UpdateSAMLProvider", async function () {
251
+ it("cam.v20190116.GetRolePermissionBoundary", async function () {
252
252
  try {
253
- const data = await client.UpdateSAMLProvider({})
253
+ const data = await client.GetRolePermissionBoundary({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -388,6 +388,16 @@ it("cam.v20190116.UpdateAssumeRolePolicy", async function () {
388
388
  }
389
389
  })
390
390
 
391
+ it("cam.v20190116.GetUserPermissionBoundary", async function () {
392
+ try {
393
+ const data = await client.GetUserPermissionBoundary({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
391
401
  it("cam.v20190116.CreateUserSAMLConfig", async function () {
392
402
  try {
393
403
  const data = await client.CreateUserSAMLConfig({})
@@ -398,6 +408,16 @@ it("cam.v20190116.CreateUserSAMLConfig", async function () {
398
408
  }
399
409
  })
400
410
 
411
+ it("cam.v20190116.UpdateSAMLProvider", async function () {
412
+ try {
413
+ const data = await client.UpdateSAMLProvider({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
401
421
  it("cam.v20190116.ListGroups", async function () {
402
422
  try {
403
423
  const data = await client.ListGroups({})
@@ -118,6 +118,16 @@ it("cdb.v20170320.DescribeBackupOverview", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("cdb.v20170320.StopReplication", async function () {
122
+ try {
123
+ const data = await client.StopReplication({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("cdb.v20170320.ModifyDBInstanceName", async function () {
122
132
  try {
123
133
  const data = await client.ModifyDBInstanceName({})
@@ -508,16 +518,6 @@ it("cdb.v20170320.InquiryPriceUpgradeInstances", async function () {
508
518
  }
509
519
  })
510
520
 
511
- it("cdb.v20170320.StopDelayReplication", async function () {
512
- try {
513
- const data = await client.StopDelayReplication({})
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
-
521
521
  it("cdb.v20170320.CreateDBInstance", async function () {
522
522
  try {
523
523
  const data = await client.CreateDBInstance({})
@@ -898,16 +898,6 @@ it("cdb.v20170320.DescribeBackupDownloadRestriction", async function () {
898
898
  }
899
899
  })
900
900
 
901
- it("cdb.v20170320.StartDelayReplication", async function () {
902
- try {
903
- const data = await client.StartDelayReplication({})
904
- expect(data).to.be.ok
905
- } catch(error) {
906
- expect(error.requestId).to.be.ok
907
- expect(error.code).to.be.ok
908
- }
909
- })
910
-
911
901
  it("cdb.v20170320.ModifyAccountPassword", async function () {
912
902
  try {
913
903
  const data = await client.ModifyAccountPassword({})
@@ -948,6 +938,16 @@ it("cdb.v20170320.DescribeSlowLogData", async function () {
948
938
  }
949
939
  })
950
940
 
941
+ it("cdb.v20170320.StartReplication", async function () {
942
+ try {
943
+ const data = await client.StartReplication({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
951
951
  it("cdb.v20170320.DeleteAuditLogFile", async function () {
952
952
  try {
953
953
  const data = await client.DeleteAuditLogFile({})
@@ -1098,16 +1098,6 @@ it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
1098
1098
  }
1099
1099
  })
1100
1100
 
1101
- it("cdb.v20170320.ModifyRoReplicationDelay", async function () {
1102
- try {
1103
- const data = await client.ModifyRoReplicationDelay({})
1104
- expect(data).to.be.ok
1105
- } catch(error) {
1106
- expect(error.requestId).to.be.ok
1107
- expect(error.code).to.be.ok
1108
- }
1109
- })
1110
-
1111
1101
  it("cdb.v20170320.DescribeBinlogs", async function () {
1112
1102
  try {
1113
1103
  const data = await client.DescribeBinlogs({})
@@ -58,6 +58,26 @@ it("ckafka.v20190819.DescribeTopicSubscribeGroup", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("ckafka.v20190819.BatchModifyTopicAttributes", async function () {
62
+ try {
63
+ const data = await client.BatchModifyTopicAttributes({})
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("ckafka.v20190819.SendMessage", async function () {
72
+ try {
73
+ const data = await client.SendMessage({})
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("ckafka.v20190819.ModifyTopicAttributes", async function () {
62
82
  try {
63
83
  const data = await client.ModifyTopicAttributes({})
@@ -218,6 +238,16 @@ it("ckafka.v20190819.CreatePartition", async function () {
218
238
  }
219
239
  })
220
240
 
241
+ it("ckafka.v20190819.DeleteUser", async function () {
242
+ try {
243
+ const data = await client.DeleteUser({})
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
+
221
251
  it("ckafka.v20190819.DeleteAcl", async function () {
222
252
  try {
223
253
  const data = await client.DeleteAcl({})
@@ -308,9 +338,9 @@ it("ckafka.v20190819.DeleteRouteTriggerTime", async function () {
308
338
  }
309
339
  })
310
340
 
311
- it("ckafka.v20190819.DeleteUser", async function () {
341
+ it("ckafka.v20190819.BatchModifyGroupOffsets", async function () {
312
342
  try {
313
- const data = await client.DeleteUser({})
343
+ const data = await client.BatchModifyGroupOffsets({})
314
344
  expect(data).to.be.ok
315
345
  } catch(error) {
316
346
  expect(error.requestId).to.be.ok
@@ -68,6 +68,16 @@ it("cvm.v20170312.DescribeImageSharePermission", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("cvm.v20170312.ModifyLaunchTemplateDefaultVersion", async function () {
72
+ try {
73
+ const data = await client.ModifyLaunchTemplateDefaultVersion({})
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
+
71
81
  it("cvm.v20170312.InquiryPriceModifyInstancesChargeType", async function () {
72
82
  try {
73
83
  const data = await client.InquiryPriceModifyInstancesChargeType({})
@@ -198,9 +208,9 @@ it("cvm.v20170312.DescribeInstances", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("cvm.v20170312.ImportKeyPair", async function () {
211
+ it("cvm.v20170312.DescribeLaunchTemplateVersions", async function () {
202
212
  try {
203
- const data = await client.ImportKeyPair({})
213
+ const data = await client.DescribeLaunchTemplateVersions({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -248,9 +258,19 @@ it("cvm.v20170312.AssociateInstancesKeyPairs", async function () {
248
258
  }
249
259
  })
250
260
 
251
- it("cvm.v20170312.RunInstances", async function () {
261
+ it("cvm.v20170312.DescribeInstanceVncUrl", async function () {
252
262
  try {
253
- const data = await client.RunInstances({})
263
+ const data = await client.DescribeInstanceVncUrl({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("cvm.v20170312.DeleteLaunchTemplate", async function () {
272
+ try {
273
+ const data = await client.DeleteLaunchTemplate({})
254
274
  expect(data).to.be.ok
255
275
  } catch(error) {
256
276
  expect(error.requestId).to.be.ok
@@ -338,6 +358,16 @@ it("cvm.v20170312.ModifyInstancesRenewFlag", async function () {
338
358
  }
339
359
  })
340
360
 
361
+ it("cvm.v20170312.RenewInstances", async function () {
362
+ try {
363
+ const data = await client.RenewInstances({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
341
371
  it("cvm.v20170312.PurchaseReservedInstancesOffering", async function () {
342
372
  try {
343
373
  const data = await client.PurchaseReservedInstancesOffering({})
@@ -358,6 +388,16 @@ it("cvm.v20170312.ResizeInstanceDisks", async function () {
358
388
  }
359
389
  })
360
390
 
391
+ it("cvm.v20170312.CreateLaunchTemplate", async function () {
392
+ try {
393
+ const data = await client.CreateLaunchTemplate({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
361
401
  it("cvm.v20170312.DescribeReservedInstances", async function () {
362
402
  try {
363
403
  const data = await client.DescribeReservedInstances({})
@@ -428,6 +468,16 @@ it("cvm.v20170312.ModifyImageAttribute", async function () {
428
468
  }
429
469
  })
430
470
 
471
+ it("cvm.v20170312.StartInstances", async function () {
472
+ try {
473
+ const data = await client.StartInstances({})
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
+
431
481
  it("cvm.v20170312.DescribeZones", async function () {
432
482
  try {
433
483
  const data = await client.DescribeZones({})
@@ -458,9 +508,19 @@ it("cvm.v20170312.InquiryPriceResetInstancesType", async function () {
458
508
  }
459
509
  })
460
510
 
461
- it("cvm.v20170312.DescribeInstanceFamilyConfigs", async function () {
511
+ it("cvm.v20170312.DeleteLaunchTemplateVersions", async function () {
462
512
  try {
463
- const data = await client.DescribeInstanceFamilyConfigs({})
513
+ const data = await client.DeleteLaunchTemplateVersions({})
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
+
521
+ it("cvm.v20170312.CreateLaunchTemplateVersion", async function () {
522
+ try {
523
+ const data = await client.CreateLaunchTemplateVersion({})
464
524
  expect(data).to.be.ok
465
525
  } catch(error) {
466
526
  expect(error.requestId).to.be.ok
@@ -548,9 +608,19 @@ it("cvm.v20170312.ImportImage", async function () {
548
608
  }
549
609
  })
550
610
 
551
- it("cvm.v20170312.RenewInstances", async function () {
611
+ it("cvm.v20170312.ImportKeyPair", async function () {
552
612
  try {
553
- const data = await client.RenewInstances({})
613
+ const data = await client.ImportKeyPair({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
621
+ it("cvm.v20170312.DescribeLaunchTemplates", async function () {
622
+ try {
623
+ const data = await client.DescribeLaunchTemplates({})
554
624
  expect(data).to.be.ok
555
625
  } catch(error) {
556
626
  expect(error.requestId).to.be.ok
@@ -568,9 +638,9 @@ it("cvm.v20170312.ModifyDisasterRecoverGroupAttribute", async function () {
568
638
  }
569
639
  })
570
640
 
571
- it("cvm.v20170312.DescribeInstanceVncUrl", async function () {
641
+ it("cvm.v20170312.DescribeInstanceFamilyConfigs", async function () {
572
642
  try {
573
- const data = await client.DescribeInstanceVncUrl({})
643
+ const data = await client.DescribeInstanceFamilyConfigs({})
574
644
  expect(data).to.be.ok
575
645
  } catch(error) {
576
646
  expect(error.requestId).to.be.ok
@@ -608,9 +678,9 @@ it("cvm.v20170312.DescribeDisasterRecoverGroups", async function () {
608
678
  }
609
679
  })
610
680
 
611
- it("cvm.v20170312.StartInstances", async function () {
681
+ it("cvm.v20170312.RunInstances", async function () {
612
682
  try {
613
- const data = await client.StartInstances({})
683
+ const data = await client.RunInstances({})
614
684
  expect(data).to.be.ok
615
685
  } catch(error) {
616
686
  expect(error.requestId).to.be.ok
@@ -48,6 +48,16 @@ it("dlc.v20210125.AddUsersToWorkGroup", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("dlc.v20210125.DescribeTaskResult", async function () {
52
+ try {
53
+ const data = await client.DescribeTaskResult({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
51
61
  it("dlc.v20210125.BindWorkGroupsToUser", async function () {
52
62
  try {
53
63
  const data = await client.BindWorkGroupsToUser({})
@@ -78,6 +78,16 @@ it("es.v20180416.UpdatePlugins", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("es.v20180416.DescribeViews", async function () {
82
+ try {
83
+ const data = await client.DescribeViews({})
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("es.v20180416.CreateInstance", async function () {
82
92
  try {
83
93
  const data = await client.CreateInstance({})
@@ -28,6 +28,26 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
32
+ try {
33
+ const data = await client.GetDownloadFlowUrl({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("essbasic.v20210526.DescribeTemplates", async function () {
42
+ try {
43
+ const data = await client.DescribeTemplates({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
31
51
  it("essbasic.v20210526.PrepareFlows", async function () {
32
52
  try {
33
53
  const data = await client.PrepareFlows({})
@@ -38,6 +58,16 @@ it("essbasic.v20210526.PrepareFlows", async function () {
38
58
  }
39
59
  })
40
60
 
61
+ it("essbasic.v20210526.OperateChannelTemplate", async function () {
62
+ try {
63
+ const data = await client.OperateChannelTemplate({})
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
+
41
71
  it("essbasic.v20210526.CreateSignUrls", async function () {
42
72
  try {
43
73
  const data = await client.CreateSignUrls({})
@@ -78,9 +108,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
78
108
  }
79
109
  })
80
110
 
81
- it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
111
+ it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
82
112
  try {
83
- const data = await client.DescribeResourceUrlsByFlows({})
113
+ const data = await client.DescribeFlowDetailInfo({})
84
114
  expect(data).to.be.ok
85
115
  } catch(error) {
86
116
  expect(error.requestId).to.be.ok
@@ -98,9 +128,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
98
128
  }
99
129
  })
100
130
 
101
- it("essbasic.v20210526.DescribeTemplates", async function () {
131
+ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
102
132
  try {
103
- const data = await client.DescribeTemplates({})
133
+ const data = await client.DescribeResourceUrlsByFlows({})
104
134
  expect(data).to.be.ok
105
135
  } catch(error) {
106
136
  expect(error.requestId).to.be.ok