tencentcloud-sdk-nodejs 4.0.690 → 4.0.692

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 (103) hide show
  1. package/CHANGELOG.md +550 -0
  2. package/SERVICE_CHANGELOG.md +564 -117
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +8 -4
  7. package/src/services/cbs/v20170312/cbs_models.ts +5 -4
  8. package/src/services/cdn/v20180606/cdn_client.ts +21 -14
  9. package/src/services/cdn/v20180606/cdn_models.ts +19 -19
  10. package/src/services/clb/v20180317/clb_client.ts +61 -11
  11. package/src/services/clb/v20180317/clb_models.ts +235 -40
  12. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  13. package/src/services/cwp/v20180228/cwp_client.ts +52 -2
  14. package/src/services/cwp/v20180228/cwp_models.ts +343 -46
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +81 -24
  17. package/src/services/dasb/v20191018/dasb_client.ts +12 -0
  18. package/src/services/dasb/v20191018/dasb_models.ts +33 -0
  19. package/src/services/dlc/v20210125/dlc_models.ts +2 -2
  20. package/src/services/dsgc/v20190723/dsgc_models.ts +40 -0
  21. package/src/services/ess/v20201111/ess_client.ts +52 -31
  22. package/src/services/ess/v20201111/ess_models.ts +381 -186
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +37 -19
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +106 -0
  25. package/src/services/faceid/v20180301/faceid_models.ts +9 -12
  26. package/src/services/iai/v20180301/iai_models.ts +3 -3
  27. package/src/services/iai/v20200303/iai_models.ts +5 -5
  28. package/src/services/iss/v20230517/iss_client.ts +21 -7
  29. package/src/services/iss/v20230517/iss_models.ts +47 -0
  30. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  31. package/src/services/mps/v20190612/mps_client.ts +50 -12
  32. package/src/services/mps/v20190612/mps_models.ts +1196 -379
  33. package/src/services/organization/v20210331/organization_client.ts +49 -13
  34. package/src/services/organization/v20210331/organization_models.ts +148 -90
  35. package/src/services/privatedns/v20201028/privatedns_client.ts +25 -1
  36. package/src/services/privatedns/v20201028/privatedns_models.ts +88 -8
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +39 -2
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +243 -88
  39. package/src/services/trtc/v20190722/trtc_models.ts +5 -3
  40. package/src/services/tts/v20190823/tts_models.ts +8 -0
  41. package/src/services/waf/v20180125/waf_client.ts +20 -8
  42. package/src/services/waf/v20180125/waf_models.ts +175 -76
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +6 -2
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -2
  47. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -4
  48. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +14 -7
  49. package/tencentcloud/services/cdn/v20180606/cdn_client.js +14 -7
  50. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +19 -19
  51. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +19 -3
  52. package/tencentcloud/services/clb/v20180317/clb_client.js +27 -3
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +225 -40
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  55. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +17 -1
  56. package/tencentcloud/services/cwp/v20180228/cwp_client.js +24 -0
  57. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +333 -46
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +80 -24
  59. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
  60. package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
  61. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +31 -0
  62. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
  63. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +40 -0
  64. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -27
  65. package/tencentcloud/services/ess/v20201111/ess_client.js +42 -27
  66. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +379 -186
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +22 -12
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -13
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +104 -0
  70. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +9 -12
  71. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +3 -3
  72. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +5 -5
  73. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +8 -3
  74. package/tencentcloud/services/iss/v20230517/iss_client.js +10 -3
  75. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +44 -0
  76. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  77. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +15 -4
  78. package/tencentcloud/services/mps/v20190612/mps_client.js +14 -3
  79. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1167 -377
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +15 -3
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +21 -3
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +142 -90
  83. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +9 -1
  84. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +12 -0
  85. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +84 -8
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +236 -88
  89. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -3
  90. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +8 -0
  91. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -9
  92. package/tencentcloud/services/waf/v20180125/waf_client.js +14 -8
  93. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +173 -76
  94. package/test/clb.v20180317.test.js +42 -2
  95. package/test/cwp.v20180228.test.js +40 -0
  96. package/test/dasb.v20191018.test.js +10 -0
  97. package/test/ess.v20201111.test.js +12 -2
  98. package/test/essbasic.v20210526.test.js +14 -4
  99. package/test/iss.v20230517.test.js +12 -2
  100. package/test/organization.v20210331.test.js +32 -2
  101. package/test/privatedns.v20201028.test.js +20 -0
  102. package/test/tdmq.v20200217.test.js +30 -0
  103. package/test/waf.v20180125.test.js +10 -0
@@ -28,6 +28,16 @@ it("clb.v20180317.RegisterTargets", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("clb.v20180317.RegisterTargetsWithClassicalLB", async function () {
32
+ try {
33
+ const data = await client.RegisterTargetsWithClassicalLB({})
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
+
31
41
  it("clb.v20180317.ModifyDomainAttributes", async function () {
32
42
  try {
33
43
  const data = await client.ModifyDomainAttributes({})
@@ -58,9 +68,9 @@ it("clb.v20180317.DescribeClassicalLBListeners", async function () {
58
68
  }
59
69
  })
60
70
 
61
- it("clb.v20180317.RegisterTargetsWithClassicalLB", async function () {
71
+ it("clb.v20180317.InquiryPriceRefundLoadBalancer", async function () {
62
72
  try {
63
- const data = await client.RegisterTargetsWithClassicalLB({})
73
+ const data = await client.InquiryPriceRefundLoadBalancer({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -118,6 +128,16 @@ it("clb.v20180317.DeleteListener", async function () {
118
128
  }
119
129
  })
120
130
 
131
+ it("clb.v20180317.InquiryPriceModifyLoadBalancer", async function () {
132
+ try {
133
+ const data = await client.InquiryPriceModifyLoadBalancer({})
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
+
121
141
  it("clb.v20180317.SetSecurityGroupForLoadbalancers", async function () {
122
142
  try {
123
143
  const data = await client.SetSecurityGroupForLoadbalancers({})
@@ -218,6 +238,16 @@ it("clb.v20180317.DeleteLoadBalancerListeners", async function () {
218
238
  }
219
239
  })
220
240
 
241
+ it("clb.v20180317.InquiryPriceRenewLoadBalancer", async function () {
242
+ try {
243
+ const data = await client.InquiryPriceRenewLoadBalancer({})
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("clb.v20180317.ModifyFunctionTargets", async function () {
222
252
  try {
223
253
  const data = await client.ModifyFunctionTargets({})
@@ -308,6 +338,16 @@ it("clb.v20180317.DeleteLoadBalancer", async function () {
308
338
  }
309
339
  })
310
340
 
341
+ it("clb.v20180317.InquiryPriceCreateLoadBalancer", async function () {
342
+ try {
343
+ const data = await client.InquiryPriceCreateLoadBalancer({})
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
+
311
351
  it("clb.v20180317.DescribeResources", async function () {
312
352
  try {
313
353
  const data = await client.DescribeResources({})
@@ -178,6 +178,26 @@ it("cwp.v20180228.DescribeBaselineStrategyDetail", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("cwp.v20180228.DescribeSecurityBroadcasts", async function () {
182
+ try {
183
+ const data = await client.DescribeSecurityBroadcasts({})
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
+
191
+ it("cwp.v20180228.DescribeAttackEvents", async function () {
192
+ try {
193
+ const data = await client.DescribeAttackEvents({})
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
+
181
201
  it("cwp.v20180228.DescribeAssetWebAppPluginList", async function () {
182
202
  try {
183
203
  const data = await client.DescribeAssetWebAppPluginList({})
@@ -2078,6 +2098,16 @@ it("cwp.v20180228.DescribeBaselineDetectOverview", async function () {
2078
2098
  }
2079
2099
  })
2080
2100
 
2101
+ it("cwp.v20180228.DescribeMachineRiskCnt", async function () {
2102
+ try {
2103
+ const data = await client.DescribeMachineRiskCnt({})
2104
+ expect(data).to.be.ok
2105
+ } catch(error) {
2106
+ expect(error.requestId).to.be.ok
2107
+ expect(error.code).to.be.ok
2108
+ }
2109
+ })
2110
+
2081
2111
  it("cwp.v20180228.DescribeBaselineItemDetectList", async function () {
2082
2112
  try {
2083
2113
  const data = await client.DescribeBaselineItemDetectList({})
@@ -2618,6 +2648,16 @@ it("cwp.v20180228.DeleteWebPageEventLog", async function () {
2618
2648
  }
2619
2649
  })
2620
2650
 
2651
+ it("cwp.v20180228.ModifyLicenseOrder", async function () {
2652
+ try {
2653
+ const data = await client.ModifyLicenseOrder({})
2654
+ expect(data).to.be.ok
2655
+ } catch(error) {
2656
+ expect(error.requestId).to.be.ok
2657
+ expect(error.code).to.be.ok
2658
+ }
2659
+ })
2660
+
2621
2661
  it("cwp.v20180228.DescribeVersionStatistics", async function () {
2622
2662
  try {
2623
2663
  const data = await client.DescribeVersionStatistics({})
@@ -38,6 +38,16 @@ it("dasb.v20191018.DescribeDeviceGroupMembers", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("dasb.v20191018.ModifyCmdTemplate", async function () {
42
+ try {
43
+ const data = await client.ModifyCmdTemplate({})
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("dasb.v20191018.DescribeLoginEvent", async function () {
42
52
  try {
43
53
  const data = await client.DescribeLoginEvent({})
@@ -458,9 +458,9 @@ it("ess.v20201111.ModifyIntegrationRole", async function () {
458
458
  }
459
459
  })
460
460
 
461
- it("ess.v20201111.CreateSealPolicy", async function () {
461
+ it("ess.v20201111.CreateBatchSignUrl", async function () {
462
462
  try {
463
- const data = await client.CreateSealPolicy({})
463
+ const data = await client.CreateBatchSignUrl({})
464
464
  expect(data).to.be.ok
465
465
  } catch(error) {
466
466
  expect(error.requestId).to.be.ok
@@ -598,6 +598,16 @@ it("ess.v20201111.DescribeOrganizationGroupOrganizations", async function () {
598
598
  }
599
599
  })
600
600
 
601
+ it("ess.v20201111.CreateSealPolicy", async function () {
602
+ try {
603
+ const data = await client.CreateSealPolicy({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
601
611
  it("ess.v20201111.CreateIntegrationEmployees", async function () {
602
612
  try {
603
613
  const data = await client.CreateIntegrationEmployees({})
@@ -298,6 +298,16 @@ it("essbasic.v20210526.ChannelUpdateSealStatus", async function () {
298
298
  }
299
299
  })
300
300
 
301
+ it("essbasic.v20210526.ChannelCreateBatchSignUrl", async function () {
302
+ try {
303
+ const data = await client.ChannelCreateBatchSignUrl({})
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
+
301
311
  it("essbasic.v20210526.ChannelCreateBoundFlows", async function () {
302
312
  try {
303
313
  const data = await client.ChannelCreateBoundFlows({})
@@ -338,9 +348,9 @@ it("essbasic.v20210526.ChannelCreateWebThemeConfig", async function () {
338
348
  }
339
349
  })
340
350
 
341
- it("essbasic.v20210526.ChannelCreateFlowSignUrl", async function () {
351
+ it("essbasic.v20210526.ChannelCreateFlowReminds", async function () {
342
352
  try {
343
- const data = await client.ChannelCreateFlowSignUrl({})
353
+ const data = await client.ChannelCreateFlowReminds({})
344
354
  expect(data).to.be.ok
345
355
  } catch(error) {
346
356
  expect(error.requestId).to.be.ok
@@ -448,9 +458,9 @@ it("essbasic.v20210526.UploadFiles", async function () {
448
458
  }
449
459
  })
450
460
 
451
- it("essbasic.v20210526.ChannelCreateFlowReminds", async function () {
461
+ it("essbasic.v20210526.ChannelCreateFlowSignUrl", async function () {
452
462
  try {
453
- const data = await client.ChannelCreateFlowReminds({})
463
+ const data = await client.ChannelCreateFlowSignUrl({})
454
464
  expect(data).to.be.ok
455
465
  } catch(error) {
456
466
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("iss.v20230517.DescribeDomainRegion", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("iss.v20230517.ListOrganizationChannels", async function () {
111
+ it("iss.v20230517.DescribeRecordSlice", async function () {
112
112
  try {
113
- const data = await client.ListOrganizationChannels({})
113
+ const data = await client.DescribeRecordSlice({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -818,4 +818,14 @@ it("iss.v20230517.AddRecordBackupTemplate", async function () {
818
818
  }
819
819
  })
820
820
 
821
+ it("iss.v20230517.ListOrganizationChannels", async function () {
822
+ try {
823
+ const data = await client.ListOrganizationChannels({})
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
+
821
831
  })
@@ -28,9 +28,9 @@ it("organization.v20210331.DescribeOrganizationMembers", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("organization.v20210331.UpdateOrganizationNode", async function () {
31
+ it("organization.v20210331.QuitOrganization", async function () {
32
32
  try {
33
- const data = await client.UpdateOrganizationNode({})
33
+ const data = await client.QuitOrganization({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -108,6 +108,16 @@ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async func
108
108
  }
109
109
  })
110
110
 
111
+ it("organization.v20210331.UpdateOrganizationNode", async function () {
112
+ try {
113
+ const data = await client.UpdateOrganizationNode({})
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("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
112
122
  try {
113
123
  const data = await client.CreateOrganizationMemberAuthIdentity({})
@@ -158,6 +168,16 @@ it("organization.v20210331.DescribeOrganizationMemberPolicies", async function (
158
168
  }
159
169
  })
160
170
 
171
+ it("organization.v20210331.DeleteOrganization", async function () {
172
+ try {
173
+ const data = await client.DeleteOrganization({})
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
+
161
181
  it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
162
182
  try {
163
183
  const data = await client.CancelOrganizationMemberAuthAccount({})
@@ -198,6 +218,16 @@ it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
198
218
  }
199
219
  })
200
220
 
221
+ it("organization.v20210331.CreateOrganization", async function () {
222
+ try {
223
+ const data = await client.CreateOrganization({})
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
+
201
231
  it("organization.v20210331.AddOrganizationMemberEmail", async function () {
202
232
  try {
203
233
  const data = await client.AddOrganizationMemberEmail({})
@@ -108,6 +108,16 @@ it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
112
+ try {
113
+ const data = await client.AddSpecifyPrivateZoneVpc({})
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("privatedns.v20201028.ModifyPrivateZone", async function () {
112
122
  try {
113
123
  const data = await client.ModifyPrivateZone({})
@@ -198,6 +208,16 @@ it("privatedns.v20201028.ModifyRecordsStatus", async function () {
198
208
  }
199
209
  })
200
210
 
211
+ it("privatedns.v20201028.DeleteSpecifyPrivateZoneVpc", async function () {
212
+ try {
213
+ const data = await client.DeleteSpecifyPrivateZoneVpc({})
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
+
201
221
  it("privatedns.v20201028.DescribePrivateZoneService", async function () {
202
222
  try {
203
223
  const data = await client.DescribePrivateZoneService({})
@@ -338,6 +338,16 @@ it("tdmq.v20200217.DeleteCmqTopic", async function () {
338
338
  }
339
339
  })
340
340
 
341
+ it("tdmq.v20200217.ModifyPublicNetworkAccessPoint", async function () {
342
+ try {
343
+ const data = await client.ModifyPublicNetworkAccessPoint({})
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("tdmq.v20200217.CreateCmqQueue", async function () {
342
352
  try {
343
353
  const data = await client.CreateCmqQueue({})
@@ -428,6 +438,16 @@ it("tdmq.v20200217.ResetRocketMQConsumerOffSet", async function () {
428
438
  }
429
439
  })
430
440
 
441
+ it("tdmq.v20200217.SetRocketMQPublicAccessPoint", async function () {
442
+ try {
443
+ const data = await client.SetRocketMQPublicAccessPoint({})
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
+
431
451
  it("tdmq.v20200217.DescribeSubscriptions", async function () {
432
452
  try {
433
453
  const data = await client.DescribeSubscriptions({})
@@ -1018,6 +1038,16 @@ it("tdmq.v20200217.DeleteCmqSubscribe", async function () {
1018
1038
  }
1019
1039
  })
1020
1040
 
1041
+ it("tdmq.v20200217.DescribeRocketMQPublicAccessPoint", async function () {
1042
+ try {
1043
+ const data = await client.DescribeRocketMQPublicAccessPoint({})
1044
+ expect(data).to.be.ok
1045
+ } catch(error) {
1046
+ expect(error.requestId).to.be.ok
1047
+ expect(error.code).to.be.ok
1048
+ }
1049
+ })
1050
+
1021
1051
  it("tdmq.v20200217.ModifyRole", async function () {
1022
1052
  try {
1023
1053
  const data = await client.ModifyRole({})
@@ -438,6 +438,16 @@ it("waf.v20180125.ModifyCustomWhiteRule", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("waf.v20180125.SwitchElasticMode", async function () {
442
+ try {
443
+ const data = await client.SwitchElasticMode({})
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("waf.v20180125.ModifyInstanceRenewFlag", async function () {
442
452
  try {
443
453
  const data = await client.ModifyInstanceRenewFlag({})