tencentcloud-sdk-nodejs 4.0.620 → 4.0.621

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 (69) hide show
  1. package/CHANGELOG.md +248 -0
  2. package/SERVICE_CHANGELOG.md +314 -107
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
  7. package/src/services/cls/v20201016/cls_models.ts +5 -5
  8. package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
  9. package/src/services/ess/v20201111/ess_client.ts +15 -0
  10. package/src/services/ess/v20201111/ess_models.ts +117 -8
  11. package/src/services/gme/v20180711/gme_models.ts +5 -0
  12. package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
  13. package/src/services/live/v20180801/live_client.ts +16 -1
  14. package/src/services/live/v20180801/live_models.ts +70 -46
  15. package/src/services/ocr/v20181119/ocr_models.ts +6 -6
  16. package/src/services/organization/v20210331/organization_client.ts +145 -106
  17. package/src/services/organization/v20210331/organization_models.ts +390 -165
  18. package/src/services/partners/v20180321/partners_client.ts +64 -122
  19. package/src/services/partners/v20180321/partners_models.ts +0 -356
  20. package/src/services/postgres/v20170312/postgres_client.ts +18 -18
  21. package/src/services/postgres/v20170312/postgres_models.ts +14 -10
  22. package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
  23. package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
  24. package/src/services/sms/v20190711/sms_models.ts +1 -4
  25. package/src/services/sms/v20210111/sms_models.ts +1 -1
  26. package/src/services/ssa/v20180608/ssa_client.ts +1 -1
  27. package/src/services/ssa/v20180608/ssa_models.ts +75 -14
  28. package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  34. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
  38. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
  39. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
  40. package/tencentcloud/services/live/v20180801/live_client.d.ts +8 -1
  41. package/tencentcloud/services/live/v20180801/live_client.js +9 -0
  42. package/tencentcloud/services/live/v20180801/live_models.d.ts +68 -46
  43. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
  44. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
  45. package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
  46. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
  47. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
  48. package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
  49. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
  50. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +18 -18
  51. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -18
  52. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -10
  53. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
  54. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
  55. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  56. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
  57. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  58. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
  59. package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
  60. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
  64. package/test/ess.v20201111.test.js +10 -0
  65. package/test/live.v20180801.test.js +10 -0
  66. package/test/organization.v20210331.test.js +66 -36
  67. package/test/partners.v20180321.test.js +28 -68
  68. package/test/privatedns.v20201028.test.js +44 -34
  69. package/test/tdmq.v20200217.test.js +0 -10
@@ -28,9 +28,9 @@ it("partners.v20180321.AssignClientsToSales", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("partners.v20180321.DescribeAgentDealsCache", async function () {
31
+ it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
32
32
  try {
33
- const data = await client.DescribeAgentDealsCache({})
33
+ const data = await client.DescribeAgentSelfPayDealsV2({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("partners.v20180321.DescribeAgentDealsCache", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("partners.v20180321.DescribeAgentBills", async function () {
41
+ it("partners.v20180321.ModifyClientRemark", async function () {
42
42
  try {
43
- const data = await client.DescribeAgentBills({})
43
+ const data = await client.ModifyClientRemark({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("partners.v20180321.DescribeAgentBills", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("partners.v20180321.AgentTransferMoney", async function () {
51
+ it("partners.v20180321.AgentPayDeals", async function () {
52
52
  try {
53
- const data = await client.AgentTransferMoney({})
53
+ const data = await client.AgentPayDeals({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("partners.v20180321.AgentTransferMoney", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("partners.v20180321.DescribeRebateInfos", async function () {
61
+ it("partners.v20180321.DescribeAgentBills", async function () {
62
62
  try {
63
- const data = await client.DescribeRebateInfos({})
63
+ const data = await client.DescribeAgentBills({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("partners.v20180321.DescribeRebateInfos", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("partners.v20180321.RemovePayRelationForClient", async function () {
71
+ it("partners.v20180321.DescribeRebateInfosNew", async function () {
72
72
  try {
73
- const data = await client.RemovePayRelationForClient({})
73
+ const data = await client.DescribeRebateInfosNew({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("partners.v20180321.RemovePayRelationForClient", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("partners.v20180321.ModifyClientRemark", async function () {
81
+ it("partners.v20180321.AgentTransferMoney", async function () {
82
82
  try {
83
- const data = await client.ModifyClientRemark({})
83
+ const data = await client.AgentTransferMoney({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("partners.v20180321.ModifyClientRemark", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("partners.v20180321.DescribeClientBalance", async function () {
91
+ it("partners.v20180321.DescribeRebateInfos", async function () {
92
92
  try {
93
- const data = await client.DescribeClientBalance({})
93
+ const data = await client.DescribeRebateInfos({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("partners.v20180321.DescribeClientBalance", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("partners.v20180321.DescribeClientBalanceNew", async function () {
101
+ it("partners.v20180321.DescribeSalesmans", async function () {
102
102
  try {
103
- const data = await client.DescribeClientBalanceNew({})
103
+ const data = await client.DescribeSalesmans({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("partners.v20180321.DescribeClientBalanceNew", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("partners.v20180321.DescribeAgentClientGrade", async function () {
111
+ it("partners.v20180321.RemovePayRelationForClient", async function () {
112
112
  try {
113
- const data = await client.DescribeAgentClientGrade({})
113
+ const data = await client.RemovePayRelationForClient({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("partners.v20180321.DescribeAgentClientGrade", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("partners.v20180321.DescribeUnbindClientList", async function () {
121
+ it("partners.v20180321.DescribeClientBalanceNew", async function () {
122
122
  try {
123
- const data = await client.DescribeUnbindClientList({})
123
+ const data = await client.DescribeClientBalanceNew({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("partners.v20180321.DescribeUnbindClientList", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("partners.v20180321.AgentPayDeals", async function () {
131
+ it("partners.v20180321.DescribeUnbindClientList", async function () {
132
132
  try {
133
- const data = await client.AgentPayDeals({})
133
+ const data = await client.DescribeUnbindClientList({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("partners.v20180321.AgentPayDeals", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("partners.v20180321.DescribeSalesmans", async function () {
141
+ it("partners.v20180321.DescribeAgentClients", async function () {
142
142
  try {
143
- const data = await client.DescribeSalesmans({})
143
+ const data = await client.DescribeAgentClients({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("partners.v20180321.DescribeSalesmans", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("partners.v20180321.DescribeAgentPayDeals", async function () {
151
+ it("partners.v20180321.DescribeAgentClientGrade", async function () {
152
152
  try {
153
- const data = await client.DescribeAgentPayDeals({})
153
+ const data = await client.DescribeAgentClientGrade({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("partners.v20180321.DescribeAgentAuditedClients", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
181
+ it("partners.v20180321.CreatePayRelationForClient", async function () {
182
182
  try {
183
- const data = await client.DescribeAgentSelfPayDealsV2({})
183
+ const data = await client.CreatePayRelationForClient({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -208,44 +208,4 @@ it("partners.v20180321.DescribeAgentDealsByCache", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("partners.v20180321.DescribeAgentSelfPayDeals", async function () {
212
- try {
213
- const data = await client.DescribeAgentSelfPayDeals({})
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("partners.v20180321.DescribeRebateInfosNew", async function () {
222
- try {
223
- const data = await client.DescribeRebateInfosNew({})
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("partners.v20180321.DescribeAgentClients", async function () {
232
- try {
233
- const data = await client.DescribeAgentClients({})
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
-
241
- it("partners.v20180321.CreatePayRelationForClient", async function () {
242
- try {
243
- const data = await client.CreatePayRelationForClient({})
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
-
251
211
  })
@@ -38,9 +38,9 @@ it("privatedns.v20201028.DescribePrivateZone", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("privatedns.v20201028.ModifyPrivateZoneRecord", async function () {
41
+ it("privatedns.v20201028.DeleteEndPoint", async function () {
42
42
  try {
43
- const data = await client.ModifyPrivateZoneRecord({})
43
+ const data = await client.DeleteEndPoint({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("privatedns.v20201028.ModifyPrivateZoneRecord", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("privatedns.v20201028.DescribeAccountVpcList", async function () {
51
+ it("privatedns.v20201028.DescribeQuotaUsage", async function () {
52
52
  try {
53
- const data = await client.DescribeAccountVpcList({})
53
+ const data = await client.DescribeQuotaUsage({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("privatedns.v20201028.DescribeAccountVpcList", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
61
+ it("privatedns.v20201028.DescribeAuditLog", async function () {
62
62
  try {
63
- const data = await client.DescribePrivateZoneRecordList({})
63
+ const data = await client.DescribeAuditLog({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("privatedns.v20201028.DescribePrivateZoneService", async function () {
71
+ it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
72
72
  try {
73
- const data = await client.DescribePrivateZoneService({})
73
+ const data = await client.CreatePrivateZoneRecord({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("privatedns.v20201028.DescribePrivateZoneService", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
81
+ it("privatedns.v20201028.CreatePrivateZone", async function () {
82
82
  try {
83
- const data = await client.DeletePrivateDNSAccount({})
83
+ const data = await client.CreatePrivateZone({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("privatedns.v20201028.DescribeQuotaUsage", async function () {
91
+ it("privatedns.v20201028.DescribePrivateZoneList", async function () {
92
92
  try {
93
- const data = await client.DescribeQuotaUsage({})
93
+ const data = await client.DescribePrivateZoneList({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("privatedns.v20201028.DescribeQuotaUsage", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("privatedns.v20201028.DescribeAuditLog", async function () {
101
+ it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
102
102
  try {
103
- const data = await client.DescribeAuditLog({})
103
+ const data = await client.DescribePrivateZoneRecordList({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("privatedns.v20201028.DescribeAuditLog", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
111
+ it("privatedns.v20201028.ModifyPrivateZone", async function () {
112
112
  try {
113
- const data = await client.CreatePrivateZoneRecord({})
113
+ const data = await client.ModifyPrivateZone({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("privatedns.v20201028.ModifyRecordsStatus", async function () {
121
+ it("privatedns.v20201028.ModifyPrivateZoneRecord", async function () {
122
122
  try {
123
- const data = await client.ModifyRecordsStatus({})
123
+ const data = await client.ModifyPrivateZoneRecord({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("privatedns.v20201028.ModifyRecordsStatus", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("privatedns.v20201028.CreatePrivateZone", async function () {
131
+ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
132
132
  try {
133
- const data = await client.CreatePrivateZone({})
133
+ const data = await client.DeletePrivateDNSAccount({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("privatedns.v20201028.CreatePrivateZone", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("privatedns.v20201028.DescribePrivateZoneList", async function () {
141
+ it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
142
142
  try {
143
- const data = await client.DescribePrivateZoneList({})
143
+ const data = await client.SubscribePrivateZoneService({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("privatedns.v20201028.DescribePrivateZoneList", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("privatedns.v20201028.ModifyPrivateZone", async function () {
151
+ it("privatedns.v20201028.DescribeDashboard", async function () {
152
152
  try {
153
- const data = await client.ModifyPrivateZone({})
153
+ const data = await client.DescribeDashboard({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("privatedns.v20201028.ModifyPrivateZone", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
161
+ it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
162
162
  try {
163
- const data = await client.SubscribePrivateZoneService({})
163
+ const data = await client.ModifyPrivateZoneVpc({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("privatedns.v20201028.DescribeDashboard", async function () {
171
+ it("privatedns.v20201028.DeletePrivateZone", async function () {
172
172
  try {
173
- const data = await client.DescribeDashboard({})
173
+ const data = await client.DeletePrivateZone({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("privatedns.v20201028.DescribeDashboard", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
181
+ it("privatedns.v20201028.DescribeAccountVpcList", async function () {
182
182
  try {
183
- const data = await client.ModifyPrivateZoneVpc({})
183
+ const data = await client.DescribeAccountVpcList({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,19 @@ it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("privatedns.v20201028.DescribeRequestData", async function () {
191
+ it("privatedns.v20201028.ModifyRecordsStatus", async function () {
192
192
  try {
193
- const data = await client.DescribeRequestData({})
193
+ const data = await client.ModifyRecordsStatus({})
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("privatedns.v20201028.DescribePrivateZoneService", async function () {
202
+ try {
203
+ const data = await client.DescribePrivateZoneService({})
194
204
  expect(data).to.be.ok
195
205
  } catch(error) {
196
206
  expect(error.requestId).to.be.ok
@@ -208,9 +218,9 @@ it("privatedns.v20201028.DeletePrivateZoneRecord", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("privatedns.v20201028.DeletePrivateZone", async function () {
221
+ it("privatedns.v20201028.DescribeRequestData", async function () {
212
222
  try {
213
- const data = await client.DeletePrivateZone({})
223
+ const data = await client.DescribeRequestData({})
214
224
  expect(data).to.be.ok
215
225
  } catch(error) {
216
226
  expect(error.requestId).to.be.ok
@@ -748,16 +748,6 @@ it("tdmq.v20200217.CreateAMQPQueue", async function () {
748
748
  }
749
749
  })
750
750
 
751
- it("tdmq.v20200217.ModifyAMQPVHost", async function () {
752
- try {
753
- const data = await client.ModifyAMQPVHost({})
754
- expect(data).to.be.ok
755
- } catch(error) {
756
- expect(error.requestId).to.be.ok
757
- expect(error.code).to.be.ok
758
- }
759
- })
760
-
761
751
  it("tdmq.v20200217.DescribeRocketMQGroups", async function () {
762
752
  try {
763
753
  const data = await client.DescribeRocketMQGroups({})