tencentcloud-sdk-nodejs 4.0.272 → 4.0.276

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 (148) hide show
  1. package/CHANGELOG.md +755 -0
  2. package/SERVICE_CHANGELOG.md +673 -179
  3. package/package.json +1 -1
  4. package/products.md +41 -41
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +143 -87
  7. package/src/services/ame/v20190916/ame_models.ts +363 -43
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +80 -16
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +305 -19
  10. package/src/services/api/v20201106/api_client.ts +2 -2
  11. package/src/services/api/v20201106/api_models.ts +2 -2
  12. package/src/services/apigateway/v20180808/apigateway_models.ts +35 -0
  13. package/src/services/apm/v20210622/apm_client.ts +19 -1
  14. package/src/services/apm/v20210622/apm_models.ts +200 -8
  15. package/src/services/as/v20180419/as_models.ts +7 -8
  16. package/src/services/cat/v20180409/cat_models.ts +5 -0
  17. package/src/services/cbs/v20170312/cbs_client.ts +1 -1
  18. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  19. package/src/services/cdb/v20170320/cdb_client.ts +468 -275
  20. package/src/services/cdb/v20170320/cdb_models.ts +4840 -3856
  21. package/src/services/cdn/v20180606/cdn_models.ts +7 -5
  22. package/src/services/cfw/v20190904/cfw_client.ts +13 -1
  23. package/src/services/cfw/v20190904/cfw_models.ts +25 -0
  24. package/src/services/ckafka/v20190819/ckafka_models.ts +32 -4
  25. package/src/services/clb/v20180317/clb_client.ts +9 -6
  26. package/src/services/clb/v20180317/clb_models.ts +10 -5
  27. package/src/services/cls/v20201016/cls_models.ts +4 -4
  28. package/src/services/cpdp/v20190820/cpdp_models.ts +9 -9
  29. package/src/services/cvm/v20170312/cvm_client.ts +14 -0
  30. package/src/services/cvm/v20170312/cvm_models.ts +35 -0
  31. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  32. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  33. package/src/services/ecdn/v20191012/ecdn_client.ts +40 -20
  34. package/src/services/ecdn/v20191012/ecdn_models.ts +18 -12
  35. package/src/services/eiam/v20210420/eiam_models.ts +7 -1
  36. package/src/services/eis/v20210601/eis_models.ts +25 -0
  37. package/src/services/emr/v20190103/emr_client.ts +2 -0
  38. package/src/services/emr/v20190103/emr_models.ts +45 -0
  39. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
  40. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  41. package/src/services/gme/v20180711/gme_models.ts +13 -2
  42. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +27 -14
  43. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +35 -0
  44. package/src/services/live/v20180801/live_models.ts +1 -1
  45. package/src/services/ocr/v20181119/ocr_client.ts +3 -1
  46. package/src/services/ocr/v20181119/ocr_models.ts +25 -15
  47. package/src/services/organization/v20210331/organization_client.ts +1 -0
  48. package/src/services/organization/v20210331/organization_models.ts +52 -1
  49. package/src/services/redis/v20180412/redis_client.ts +43 -7
  50. package/src/services/redis/v20180412/redis_models.ts +111 -1
  51. package/src/services/rum/v20210622/rum_client.ts +36 -12
  52. package/src/services/rum/v20210622/rum_models.ts +489 -219
  53. package/src/services/ses/v20201002/ses_client.ts +152 -102
  54. package/src/services/ses/v20201002/ses_models.ts +294 -13
  55. package/src/services/ssl/v20191205/ssl_models.ts +5 -0
  56. package/src/services/tcb/v20180608/tcb_models.ts +11 -0
  57. package/src/services/tcss/v20201101/tcss_models.ts +20 -8
  58. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  59. package/src/services/tke/v20180525/tke_models.ts +10 -0
  60. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  61. package/src/services/tsf/v20180326/tsf_models.ts +5 -0
  62. package/src/services/tts/v20190823/tts_models.ts +8 -10
  63. package/src/services/vpc/v20170312/vpc_models.ts +13 -3
  64. package/tencentcloud/common/sdk_version.d.ts +1 -1
  65. package/tencentcloud/common/sdk_version.js +1 -1
  66. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +49 -33
  67. package/tencentcloud/services/ame/v20190916/ame_client.js +72 -48
  68. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +316 -39
  69. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +25 -5
  70. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +36 -6
  71. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +261 -18
  72. package/tencentcloud/services/api/v20201106/api_client.d.ts +2 -2
  73. package/tencentcloud/services/api/v20201106/api_client.js +2 -2
  74. package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
  75. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -0
  76. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  77. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  78. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +171 -8
  79. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -8
  80. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
  81. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  82. package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
  83. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -5
  84. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +73 -13
  85. package/tencentcloud/services/cdb/v20170320/cdb_client.js +108 -18
  86. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4388 -3546
  87. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -5
  88. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -2
  89. package/tencentcloud/services/cfw/v20190904/cfw_client.js +7 -1
  90. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +22 -0
  91. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +27 -4
  92. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
  93. package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
  94. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -5
  95. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  96. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +9 -9
  97. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +7 -1
  98. package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -0
  99. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +30 -0
  100. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  101. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  102. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +20 -0
  103. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +20 -0
  104. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +17 -12
  105. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +6 -1
  106. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -0
  107. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +38 -0
  108. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
  109. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
  110. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  111. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +11 -2
  112. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +11 -6
  113. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +14 -7
  114. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +30 -0
  115. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  116. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
  117. package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
  118. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -15
  119. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +44 -1
  120. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +16 -4
  121. package/tencentcloud/services/redis/v20180412/redis_client.js +22 -4
  122. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +95 -1
  123. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
  124. package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
  125. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +436 -216
  126. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +52 -36
  127. package/tencentcloud/services/ses/v20201002/ses_client.js +76 -52
  128. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +249 -13
  129. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  130. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -0
  131. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +17 -6
  132. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  133. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
  134. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  135. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  136. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
  137. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -6
  138. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -3
  139. package/test/ame.v20190916.test.js +76 -36
  140. package/test/antiddos.v20200309.test.js +54 -4
  141. package/test/apm.v20210622.test.js +10 -0
  142. package/test/cdb.v20170320.test.js +168 -18
  143. package/test/cfw.v20190904.test.js +10 -0
  144. package/test/cvm.v20170312.test.js +10 -0
  145. package/test/iotvideoindustry.v20201201.test.js +14 -4
  146. package/test/redis.v20180412.test.js +32 -2
  147. package/test/rum.v20210622.test.js +20 -0
  148. package/test/ses.v20201002.test.js +74 -34
@@ -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({})
@@ -158,6 +158,16 @@ it("cvm.v20170312.InquiryPriceResetInstancesInternetMaxBandwidth", async functio
158
158
  }
159
159
  })
160
160
 
161
+ it("cvm.v20170312.ProgramFpgaImage", async function () {
162
+ try {
163
+ const data = await client.ProgramFpgaImage({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("cvm.v20170312.DisassociateInstancesKeyPairs", async function () {
162
172
  try {
163
173
  const data = await client.DisassociateInstancesKeyPairs({})
@@ -268,9 +268,9 @@ it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
271
+ it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
272
272
  try {
273
- const data = await client.ModifySubscriptionStatus({})
273
+ const data = await client.GetRecordDatesByDev({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -358,6 +358,16 @@ it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
358
358
  }
359
359
  })
360
360
 
361
+ it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
362
+ try {
363
+ const data = await client.ModifySubscriptionStatus({})
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
+
361
371
  it("iotvideoindustry.v20201201.DescribeWarnMod", async function () {
362
372
  try {
363
373
  const data = await client.DescribeWarnMod({})
@@ -438,9 +448,9 @@ it("iotvideoindustry.v20201201.DescribeRecordDatesByLive", async function () {
438
448
  }
439
449
  })
440
450
 
441
- it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
451
+ it("iotvideoindustry.v20201201.DescribeChannelLiveStreamURL", async function () {
442
452
  try {
443
- const data = await client.GetRecordDatesByDev({})
453
+ const data = await client.DescribeChannelLiveStreamURL({})
444
454
  expect(data).to.be.ok
445
455
  } catch(error) {
446
456
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("redis.v20180412.DescribeTaskList", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("redis.v20180412.UpgradeInstance", async function () {
101
+ it("redis.v20180412.DeleteReplicationInstance", async function () {
102
102
  try {
103
- const data = await client.UpgradeInstance({})
103
+ const data = await client.DeleteReplicationInstance({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -188,6 +188,16 @@ it("redis.v20180412.DescribeInstanceShards", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("redis.v20180412.UpgradeInstance", async function () {
192
+ try {
193
+ const data = await client.UpgradeInstance({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("redis.v20180412.RestoreInstance", async function () {
192
202
  try {
193
203
  const data = await client.RestoreInstance({})
@@ -218,6 +228,16 @@ it("redis.v20180412.DeleteParamTemplate", async function () {
218
228
  }
219
229
  })
220
230
 
231
+ it("redis.v20180412.AddReplicationInstance", async function () {
232
+ try {
233
+ const data = await client.AddReplicationInstance({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
221
241
  it("redis.v20180412.DescribeMaintenanceWindow", async function () {
222
242
  try {
223
243
  const data = await client.DescribeMaintenanceWindow({})
@@ -278,6 +298,16 @@ it("redis.v20180412.ModifyNetworkConfig", async function () {
278
298
  }
279
299
  })
280
300
 
301
+ it("redis.v20180412.CreateReplicationGroup", async function () {
302
+ try {
303
+ const data = await client.CreateReplicationGroup({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
281
311
  it("redis.v20180412.DescribeInstanceMonitorSIP", async function () {
282
312
  try {
283
313
  const data = await client.DescribeInstanceMonitorSIP({})
@@ -108,4 +108,24 @@ it("rum.v20210622.DescribeDataPvUrlStatistics", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("rum.v20210622.DescribeDataFetchUrl", async function () {
112
+ try {
113
+ const data = await client.DescribeDataFetchUrl({})
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
+
121
+ it("rum.v20210622.DescribeDataFetchUrlInfo", async function () {
122
+ try {
123
+ const data = await client.DescribeDataFetchUrlInfo({})
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
+
111
131
  })
@@ -18,9 +18,9 @@ const client = new tencentcloud.ses.v20201002.Client({
18
18
  })
19
19
  describe("ses.v20201002.test.js", function () {
20
20
 
21
- it("ses.v20201002.ListEmailAddress", async function () {
21
+ it("ses.v20201002.ListEmailIdentities", async function () {
22
22
  try {
23
- const data = await client.ListEmailAddress({})
23
+ const data = await client.ListEmailIdentities({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("ses.v20201002.ListEmailAddress", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("ses.v20201002.CreateEmailIdentity", async function () {
31
+ it("ses.v20201002.CreateEmailAddress", async function () {
32
32
  try {
33
- const data = await client.CreateEmailIdentity({})
33
+ const data = await client.CreateEmailAddress({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("ses.v20201002.CreateEmailIdentity", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("ses.v20201002.DeleteBlackList", async function () {
41
+ it("ses.v20201002.GetSendEmailStatus", async function () {
42
42
  try {
43
- const data = await client.DeleteBlackList({})
43
+ const data = await client.GetSendEmailStatus({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("ses.v20201002.DeleteBlackList", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("ses.v20201002.CreateEmailAddress", async function () {
51
+ it("ses.v20201002.CreateReceiver", async function () {
52
52
  try {
53
- const data = await client.CreateEmailAddress({})
53
+ const data = await client.CreateReceiver({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("ses.v20201002.CreateEmailAddress", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("ses.v20201002.CreateEmailTemplate", async function () {
61
+ it("ses.v20201002.GetEmailIdentity", async function () {
62
62
  try {
63
- const data = await client.CreateEmailTemplate({})
63
+ const data = await client.GetEmailIdentity({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("ses.v20201002.CreateEmailTemplate", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("ses.v20201002.BatchSendEmail", async function () {
71
+ it("ses.v20201002.GetEmailTemplate", async function () {
72
72
  try {
73
- const data = await client.BatchSendEmail({})
73
+ const data = await client.GetEmailTemplate({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("ses.v20201002.BatchSendEmail", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("ses.v20201002.SendEmail", async function () {
81
+ it("ses.v20201002.GetStatisticsReport", async function () {
82
82
  try {
83
- const data = await client.SendEmail({})
83
+ const data = await client.GetStatisticsReport({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("ses.v20201002.SendEmail", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("ses.v20201002.ListEmailIdentities", async function () {
91
+ it("ses.v20201002.UpdateEmailTemplate", async function () {
92
92
  try {
93
- const data = await client.ListEmailIdentities({})
93
+ const data = await client.UpdateEmailTemplate({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("ses.v20201002.ListEmailIdentities", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("ses.v20201002.GetStatisticsReport", async function () {
101
+ it("ses.v20201002.UpdateEmailIdentity", async function () {
102
102
  try {
103
- const data = await client.GetStatisticsReport({})
103
+ const data = await client.UpdateEmailIdentity({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("ses.v20201002.GetStatisticsReport", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("ses.v20201002.GetSendEmailStatus", async function () {
111
+ it("ses.v20201002.DeleteEmailIdentity", async function () {
112
112
  try {
113
- const data = await client.GetSendEmailStatus({})
113
+ const data = await client.DeleteEmailIdentity({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("ses.v20201002.GetSendEmailStatus", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("ses.v20201002.ListBlackEmailAddress", async function () {
121
+ it("ses.v20201002.ListEmailAddress", async function () {
122
122
  try {
123
- const data = await client.ListBlackEmailAddress({})
123
+ const data = await client.ListEmailAddress({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("ses.v20201002.ListBlackEmailAddress", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("ses.v20201002.DeleteEmailTemplate", async function () {
131
+ it("ses.v20201002.CreateEmailTemplate", async function () {
132
132
  try {
133
- const data = await client.DeleteEmailTemplate({})
133
+ const data = await client.CreateEmailTemplate({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("ses.v20201002.DeleteEmailTemplate", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("ses.v20201002.UpdateEmailTemplate", async function () {
141
+ it("ses.v20201002.BatchSendEmail", async function () {
142
142
  try {
143
- const data = await client.UpdateEmailTemplate({})
143
+ const data = await client.BatchSendEmail({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("ses.v20201002.UpdateEmailTemplate", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("ses.v20201002.GetEmailIdentity", async function () {
151
+ it("ses.v20201002.DeleteEmailTemplate", async function () {
152
152
  try {
153
- const data = await client.GetEmailIdentity({})
153
+ const data = await client.DeleteEmailTemplate({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("ses.v20201002.ListEmailTemplates", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("ses.v20201002.UpdateEmailIdentity", async function () {
171
+ it("ses.v20201002.ListSendTasks", async function () {
172
172
  try {
173
- const data = await client.UpdateEmailIdentity({})
173
+ const data = await client.ListSendTasks({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("ses.v20201002.UpdateEmailIdentity", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("ses.v20201002.GetEmailTemplate", async function () {
181
+ it("ses.v20201002.CreateEmailIdentity", async function () {
182
182
  try {
183
- const data = await client.GetEmailTemplate({})
183
+ const data = await client.CreateEmailIdentity({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,49 @@ it("ses.v20201002.GetEmailTemplate", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("ses.v20201002.DeleteEmailIdentity", async function () {
191
+ it("ses.v20201002.DeleteBlackList", async function () {
192
192
  try {
193
- const data = await client.DeleteEmailIdentity({})
193
+ const data = await client.DeleteBlackList({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("ses.v20201002.SendEmail", async function () {
202
+ try {
203
+ const data = await client.SendEmail({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("ses.v20201002.ListBlackEmailAddress", async function () {
212
+ try {
213
+ const data = await client.ListBlackEmailAddress({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("ses.v20201002.CreateReceiverDetail", async function () {
222
+ try {
223
+ const data = await client.CreateReceiverDetail({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("ses.v20201002.ListReceivers", async function () {
232
+ try {
233
+ const data = await client.ListReceivers({})
194
234
  expect(data).to.be.ok
195
235
  } catch(error) {
196
236
  expect(error.requestId).to.be.ok