tencentcloud-sdk-nodejs 4.0.323 → 4.0.326

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 (108) hide show
  1. package/CHANGELOG.md +470 -0
  2. package/SERVICE_CHANGELOG.md +451 -92
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/abstract_client.ts +5 -1
  6. package/src/common/interface.ts +2 -2
  7. package/src/common/sdk_version.ts +1 -1
  8. package/src/services/af/v20200226/af_models.ts +5 -0
  9. package/src/services/ame/v20190916/ame_client.ts +1 -0
  10. package/src/services/ame/v20190916/ame_models.ts +66 -0
  11. package/src/services/bmeip/v20180625/bmeip_models.ts +1 -1
  12. package/src/services/bmvpc/v20180625/bmvpc_models.ts +5 -5
  13. package/src/services/cbs/v20170312/cbs_client.ts +1 -0
  14. package/src/services/cbs/v20170312/cbs_models.ts +48 -23
  15. package/src/services/ccc/v20200210/ccc_client.ts +12 -0
  16. package/src/services/ccc/v20200210/ccc_models.ts +61 -11
  17. package/src/services/cdb/v20170320/cdb_client.ts +12 -0
  18. package/src/services/cdb/v20170320/cdb_models.ts +61 -16
  19. package/src/services/cdn/v20180606/cdn_client.ts +6 -4
  20. package/src/services/cdn/v20180606/cdn_models.ts +176 -53
  21. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  22. package/src/services/cpdp/v20190820/cpdp_client.ts +136 -38
  23. package/src/services/cpdp/v20190820/cpdp_models.ts +1591 -229
  24. package/src/services/cvm/v20170312/cvm_models.ts +6 -0
  25. package/src/services/dc/v20180410/dc_models.ts +21 -1
  26. package/src/services/dcdb/v20180411/dcdb_client.ts +8 -33
  27. package/src/services/dcdb/v20180411/dcdb_models.ts +19 -121
  28. package/src/services/gaap/v20180529/gaap_models.ts +2 -1
  29. package/src/services/icr/v20211014/icr_models.ts +2 -2
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1 -1
  31. package/src/services/ivld/v20210903/ivld_client.ts +3 -3
  32. package/src/services/mariadb/v20170312/mariadb_client.ts +9 -34
  33. package/src/services/mariadb/v20170312/mariadb_models.ts +11 -119
  34. package/src/services/nlp/v20190408/nlp_client.ts +0 -3
  35. package/src/services/nlp/v20190408/nlp_models.ts +1 -1
  36. package/src/services/postgres/v20170312/postgres_models.ts +38 -5
  37. package/src/services/ses/v20201002/ses_models.ts +5 -5
  38. package/src/services/sms/v20210111/sms_models.ts +1 -1
  39. package/src/services/ssa/v20180608/ssa_client.ts +14 -0
  40. package/src/services/ssa/v20180608/ssa_models.ts +130 -25
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -5
  42. package/src/services/tiia/v20190529/tiia_client.ts +29 -9
  43. package/src/services/tiia/v20190529/tiia_models.ts +64 -23
  44. package/src/services/vod/v20180717/vod_client.ts +60 -18
  45. package/src/services/vod/v20180717/vod_models.ts +131 -29
  46. package/src/services/vpc/v20170312/vpc_client.ts +1 -0
  47. package/tencentcloud/common/abstract_client.js +1 -1
  48. package/tencentcloud/common/interface.d.ts +2 -2
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/af/v20200226/af_models.d.ts +4 -0
  52. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +56 -0
  53. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +1 -1
  54. package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +5 -5
  55. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -0
  56. package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -0
  57. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +43 -23
  58. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  59. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  60. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +53 -11
  61. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  62. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  63. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +54 -16
  64. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +149 -46
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  67. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +39 -11
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +57 -15
  69. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1328 -174
  70. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  71. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +17 -1
  72. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -11
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -15
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +17 -104
  75. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +2 -1
  76. package/tencentcloud/services/icr/v20211014/icr_models.d.ts +2 -2
  77. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -1
  78. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +3 -3
  79. package/tencentcloud/services/ivld/v20210903/ivld_client.js +3 -3
  80. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +4 -12
  81. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +4 -16
  82. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -102
  83. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -3
  84. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -3
  85. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
  86. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +32 -5
  87. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -5
  88. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  89. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  90. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  91. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +115 -25
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +13 -5
  93. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +16 -4
  94. package/tencentcloud/services/tiia/v20190529/tiia_client.js +18 -4
  95. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +57 -21
  96. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -7
  97. package/tencentcloud/services/vod/v20180717/vod_client.js +31 -8
  98. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +114 -25
  99. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -0
  100. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -0
  101. package/test/ccc.v20200210.test.js +10 -0
  102. package/test/cdb.v20170320.test.js +10 -0
  103. package/test/cpdp.v20190820.test.js +80 -10
  104. package/test/dcdb.v20180411.test.js +2 -22
  105. package/test/mariadb.v20170312.test.js +2 -22
  106. package/test/ssa.v20180608.test.js +10 -0
  107. package/test/tiia.v20190529.test.js +12 -2
  108. package/test/vod.v20180717.test.js +34 -4
@@ -118,6 +118,16 @@ it("cpdp.v20190820.UploadExternalAnchorInfo", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("cpdp.v20190820.QueryCloudOrder", async function () {
122
+ try {
123
+ const data = await client.QueryCloudOrder({})
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("cpdp.v20190820.WithdrawCashMembership", async function () {
122
132
  try {
123
133
  const data = await client.WithdrawCashMembership({})
@@ -168,6 +178,16 @@ it("cpdp.v20190820.DownloadBill", async function () {
168
178
  }
169
179
  })
170
180
 
181
+ it("cpdp.v20190820.ViewContract", async function () {
182
+ try {
183
+ const data = await client.ViewContract({})
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
+
171
191
  it("cpdp.v20190820.QueryCustAcctIdBalance", async function () {
172
192
  try {
173
193
  const data = await client.QueryCustAcctIdBalance({})
@@ -438,6 +458,16 @@ it("cpdp.v20190820.QueryContractPayWayList", async function () {
438
458
  }
439
459
  })
440
460
 
461
+ it("cpdp.v20190820.CreateCloudSubMerchant", async function () {
462
+ try {
463
+ const data = await client.CreateCloudSubMerchant({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
441
471
  it("cpdp.v20190820.DeleteAgentTaxPaymentInfo", async function () {
442
472
  try {
443
473
  const data = await client.DeleteAgentTaxPaymentInfo({})
@@ -528,9 +558,9 @@ it("cpdp.v20190820.ConfirmOrder", async function () {
528
558
  }
529
559
  })
530
560
 
531
- it("cpdp.v20190820.AddMerchant", async function () {
561
+ it("cpdp.v20190820.QueryContractRelateShop", async function () {
532
562
  try {
533
- const data = await client.AddMerchant({})
563
+ const data = await client.QueryContractRelateShop({})
534
564
  expect(data).to.be.ok
535
565
  } catch(error) {
536
566
  expect(error.requestId).to.be.ok
@@ -728,9 +758,9 @@ it("cpdp.v20190820.SyncContractData", async function () {
728
758
  }
729
759
  })
730
760
 
731
- it("cpdp.v20190820.ViewContract", async function () {
761
+ it("cpdp.v20190820.UploadTaxList", async function () {
732
762
  try {
733
- const data = await client.ViewContract({})
763
+ const data = await client.UploadTaxList({})
734
764
  expect(data).to.be.ok
735
765
  } catch(error) {
736
766
  expect(error.requestId).to.be.ok
@@ -868,6 +898,16 @@ it("cpdp.v20190820.RevokeRechargeByThirdPay", async function () {
868
898
  }
869
899
  })
870
900
 
901
+ it("cpdp.v20190820.QueryCloudRefundOrder", async function () {
902
+ try {
903
+ const data = await client.QueryCloudRefundOrder({})
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
+
871
911
  it("cpdp.v20190820.DownloadOrgFile", async function () {
872
912
  try {
873
913
  const data = await client.DownloadOrgFile({})
@@ -1028,9 +1068,9 @@ it("cpdp.v20190820.RevResigterBillSupportWithdraw", async function () {
1028
1068
  }
1029
1069
  })
1030
1070
 
1031
- it("cpdp.v20190820.QueryOpenBankDownLoadUrl", async function () {
1071
+ it("cpdp.v20190820.QueryCloudChannelData", async function () {
1032
1072
  try {
1033
- const data = await client.QueryOpenBankDownLoadUrl({})
1073
+ const data = await client.QueryCloudChannelData({})
1034
1074
  expect(data).to.be.ok
1035
1075
  } catch(error) {
1036
1076
  expect(error.requestId).to.be.ok
@@ -1078,9 +1118,9 @@ it("cpdp.v20190820.CloseOpenBankPaymentOrder", async function () {
1078
1118
  }
1079
1119
  })
1080
1120
 
1081
- it("cpdp.v20190820.UploadTaxList", async function () {
1121
+ it("cpdp.v20190820.RefundCloudOrder", async function () {
1082
1122
  try {
1083
- const data = await client.UploadTaxList({})
1123
+ const data = await client.RefundCloudOrder({})
1084
1124
  expect(data).to.be.ok
1085
1125
  } catch(error) {
1086
1126
  expect(error.requestId).to.be.ok
@@ -1188,6 +1228,16 @@ it("cpdp.v20190820.RegisterBill", async function () {
1188
1228
  }
1189
1229
  })
1190
1230
 
1231
+ it("cpdp.v20190820.QueryOpenBankDownLoadUrl", async function () {
1232
+ try {
1233
+ const data = await client.QueryOpenBankDownLoadUrl({})
1234
+ expect(data).to.be.ok
1235
+ } catch(error) {
1236
+ expect(error.requestId).to.be.ok
1237
+ expect(error.code).to.be.ok
1238
+ }
1239
+ })
1240
+
1191
1241
  it("cpdp.v20190820.QueryOrderStatus", async function () {
1192
1242
  try {
1193
1243
  const data = await client.QueryOrderStatus({})
@@ -1408,9 +1458,9 @@ it("cpdp.v20190820.RefundMemberTransaction", async function () {
1408
1458
  }
1409
1459
  })
1410
1460
 
1411
- it("cpdp.v20190820.QueryContractRelateShop", async function () {
1461
+ it("cpdp.v20190820.AddMerchant", async function () {
1412
1462
  try {
1413
- const data = await client.QueryContractRelateShop({})
1463
+ const data = await client.AddMerchant({})
1414
1464
  expect(data).to.be.ok
1415
1465
  } catch(error) {
1416
1466
  expect(error.requestId).to.be.ok
@@ -1478,6 +1528,16 @@ it("cpdp.v20190820.QueryOpenBankExternalSubMerchantRegistration", async function
1478
1528
  }
1479
1529
  })
1480
1530
 
1531
+ it("cpdp.v20190820.UnifiedCloudOrder", async function () {
1532
+ try {
1533
+ const data = await client.UnifiedCloudOrder({})
1534
+ expect(data).to.be.ok
1535
+ } catch(error) {
1536
+ expect(error.requestId).to.be.ok
1537
+ expect(error.code).to.be.ok
1538
+ }
1539
+ })
1540
+
1481
1541
  it("cpdp.v20190820.QueryContractPayFee", async function () {
1482
1542
  try {
1483
1543
  const data = await client.QueryContractPayFee({})
@@ -1578,6 +1638,16 @@ it("cpdp.v20190820.QueryReconciliationDocument", async function () {
1578
1638
  }
1579
1639
  })
1580
1640
 
1641
+ it("cpdp.v20190820.CloseCloudOrder", async function () {
1642
+ try {
1643
+ const data = await client.CloseCloudOrder({})
1644
+ expect(data).to.be.ok
1645
+ } catch(error) {
1646
+ expect(error.requestId).to.be.ok
1647
+ expect(error.code).to.be.ok
1648
+ }
1649
+ })
1650
+
1581
1651
  it("cpdp.v20190820.QueryExceedingInfo", async function () {
1582
1652
  try {
1583
1653
  const data = await client.QueryExceedingInfo({})
@@ -48,16 +48,6 @@ it("dcdb.v20180411.DescribeDatabaseObjects", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("dcdb.v20180411.DescribeDatabaseTable", async function () {
52
- try {
53
- const data = await client.DescribeDatabaseTable({})
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
-
61
51
  it("dcdb.v20180411.DescribeShardSpec", async function () {
62
52
  try {
63
53
  const data = await client.DescribeShardSpec({})
@@ -118,16 +108,6 @@ it("dcdb.v20180411.ModifyAccountDescription", async function () {
118
108
  }
119
109
  })
120
110
 
121
- it("dcdb.v20180411.DescribeOrders", async function () {
122
- try {
123
- const data = await client.DescribeOrders({})
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
-
131
111
  it("dcdb.v20180411.DescribeUserTasks", async function () {
132
112
  try {
133
113
  const data = await client.DescribeUserTasks({})
@@ -488,9 +468,9 @@ it("dcdb.v20180411.DestroyHourDCDBInstance", async function () {
488
468
  }
489
469
  })
490
470
 
491
- it("dcdb.v20180411.DescribeDBSecurityGroups", async function () {
471
+ it("dcdb.v20180411.DescribeDatabaseTable", async function () {
492
472
  try {
493
- const data = await client.DescribeDBSecurityGroups({})
473
+ const data = await client.DescribeDatabaseTable({})
494
474
  expect(data).to.be.ok
495
475
  } catch(error) {
496
476
  expect(error.requestId).to.be.ok
@@ -248,9 +248,9 @@ it("mariadb.v20170312.RestartDBInstances", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("mariadb.v20170312.DescribeOrders", async function () {
251
+ it("mariadb.v20170312.GrantAccountPrivileges", async function () {
252
252
  try {
253
- const data = await client.DescribeOrders({})
253
+ const data = await client.GrantAccountPrivileges({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -508,16 +508,6 @@ it("mariadb.v20170312.FlushBinlog", async function () {
508
508
  }
509
509
  })
510
510
 
511
- it("mariadb.v20170312.GrantAccountPrivileges", async function () {
512
- try {
513
- const data = await client.GrantAccountPrivileges({})
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
511
  it("mariadb.v20170312.CopyAccountPrivileges", async function () {
522
512
  try {
523
513
  const data = await client.CopyAccountPrivileges({})
@@ -558,16 +548,6 @@ it("mariadb.v20170312.DescribePrice", async function () {
558
548
  }
559
549
  })
560
550
 
561
- it("mariadb.v20170312.DescribeDBSecurityGroups", async function () {
562
- try {
563
- const data = await client.DescribeDBSecurityGroups({})
564
- expect(data).to.be.ok
565
- } catch(error) {
566
- expect(error.requestId).to.be.ok
567
- expect(error.code).to.be.ok
568
- }
569
- })
570
-
571
551
  it("mariadb.v20170312.DescribeDatabaseTable", async function () {
572
552
  try {
573
553
  const data = await client.DescribeDatabaseTable({})
@@ -128,6 +128,16 @@ it("ssa.v20180608.DescribeMappingResults", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("ssa.v20180608.DescribeSocCheckItemList", async function () {
132
+ try {
133
+ const data = await client.DescribeSocCheckItemList({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
131
141
  it("ssa.v20180608.DescribeVulList", async function () {
132
142
  try {
133
143
  const data = await client.DescribeVulList({})
@@ -118,6 +118,16 @@ it("tiia.v20190529.CropImage", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("tiia.v20190529.SearchImage", async function () {
122
+ try {
123
+ const data = await client.SearchImage({})
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("tiia.v20190529.DescribeImages", async function () {
122
132
  try {
123
133
  const data = await client.DescribeImages({})
@@ -158,9 +168,9 @@ it("tiia.v20190529.DetectProduct", async function () {
158
168
  }
159
169
  })
160
170
 
161
- it("tiia.v20190529.SearchImage", async function () {
171
+ it("tiia.v20190529.RecognizeCarPro", async function () {
162
172
  try {
163
- const data = await client.SearchImage({})
173
+ const data = await client.RecognizeCarPro({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -38,6 +38,16 @@ it("vod.v20180717.CreateSnapshotByTimeOffsetTemplate", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("vod.v20180717.ModifyDefaultStorageRegion", async function () {
42
+ try {
43
+ const data = await client.ModifyDefaultStorageRegion({})
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
+
41
51
  it("vod.v20180717.EditMedia", async function () {
42
52
  try {
43
53
  const data = await client.EditMedia({})
@@ -168,9 +178,9 @@ it("vod.v20180717.SplitMedia", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("vod.v20180717.ModifyAIAnalysisTemplate", async function () {
181
+ it("vod.v20180717.DescribeImageProcessingTemplates", async function () {
172
182
  try {
173
- const data = await client.ModifyAIAnalysisTemplate({})
183
+ const data = await client.DescribeImageProcessingTemplates({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -258,6 +268,16 @@ it("vod.v20180717.DescribeTasks", async function () {
258
268
  }
259
269
  })
260
270
 
271
+ it("vod.v20180717.CreateStorageRegion", async function () {
272
+ try {
273
+ const data = await client.CreateStorageRegion({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
261
281
  it("vod.v20180717.ResetProcedureTemplate", async function () {
262
282
  try {
263
283
  const data = await client.ResetProcedureTemplate({})
@@ -618,6 +638,16 @@ it("vod.v20180717.DescribeDailyMostPlayedStat", async function () {
618
638
  }
619
639
  })
620
640
 
641
+ it("vod.v20180717.DescribeStorageRegions", async function () {
642
+ try {
643
+ const data = await client.DescribeStorageRegions({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
621
651
  it("vod.v20180717.DescribeEventsState", async function () {
622
652
  try {
623
653
  const data = await client.DescribeEventsState({})
@@ -818,9 +848,9 @@ it("vod.v20180717.ManageTask", async function () {
818
848
  }
819
849
  })
820
850
 
821
- it("vod.v20180717.DescribeImageProcessingTemplates", async function () {
851
+ it("vod.v20180717.ModifyAIAnalysisTemplate", async function () {
822
852
  try {
823
- const data = await client.DescribeImageProcessingTemplates({})
853
+ const data = await client.ModifyAIAnalysisTemplate({})
824
854
  expect(data).to.be.ok
825
855
  } catch(error) {
826
856
  expect(error.requestId).to.be.ok