tencentcloud-sdk-nodejs 4.0.619 → 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.
- package/CHANGELOG.md +483 -0
- package/SERVICE_CHANGELOG.md +498 -119
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +8 -2
- package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
- package/src/services/cls/v20201016/cls_models.ts +10 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -15
- package/src/services/dcdb/v20180411/dcdb_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +117 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +17 -2
- package/src/services/live/v20180801/live_models.ts +76 -48
- package/src/services/mariadb/v20170312/mariadb_models.ts +4 -0
- package/src/services/mps/v20190612/mps_models.ts +4 -4
- package/src/services/ocr/v20181119/ocr_client.ts +12 -1
- package/src/services/ocr/v20181119/ocr_models.ts +76 -13
- package/src/services/organization/v20210331/organization_client.ts +145 -106
- package/src/services/organization/v20210331/organization_models.ts +390 -165
- package/src/services/partners/v20180321/partners_client.ts +64 -122
- package/src/services/partners/v20180321/partners_models.ts +0 -356
- package/src/services/postgres/v20170312/postgres_client.ts +32 -32
- package/src/services/postgres/v20170312/postgres_models.ts +59 -55
- package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
- package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
- package/src/services/sms/v20190711/sms_models.ts +1 -4
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +16 -2
- package/src/services/ssa/v20180608/ssa_models.ts +249 -24
- package/src/services/ssl/v20191205/ssl_models.ts +39 -12
- package/src/services/tdmq/v20200217/tdmq_client.ts +94 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +453 -111
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
- package/tencentcloud/services/as/v20180419/as_client.js +1 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -2
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -6
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -15
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +9 -2
- package/tencentcloud/services/live/v20180801/live_client.js +10 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +74 -48
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +75 -13
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
- package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
- package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +32 -32
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +32 -32
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +59 -55
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +245 -24
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +39 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +29 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +42 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +435 -109
- package/test/ess.v20201111.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/organization.v20210331.test.js +66 -36
- package/test/partners.v20180321.test.js +28 -68
- package/test/privatedns.v20201028.test.js +44 -34
- package/test/ssa.v20180608.test.js +10 -0
- package/test/tdmq.v20200217.test.js +70 -10
|
@@ -38,9 +38,9 @@ it("privatedns.v20201028.DescribePrivateZone", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("privatedns.v20201028.
|
|
41
|
+
it("privatedns.v20201028.DeleteEndPoint", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
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.
|
|
51
|
+
it("privatedns.v20201028.DescribeQuotaUsage", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
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.
|
|
61
|
+
it("privatedns.v20201028.DescribeAuditLog", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
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.
|
|
71
|
+
it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
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.
|
|
81
|
+
it("privatedns.v20201028.CreatePrivateZone", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
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.
|
|
91
|
+
it("privatedns.v20201028.DescribePrivateZoneList", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
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.
|
|
101
|
+
it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
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.
|
|
111
|
+
it("privatedns.v20201028.ModifyPrivateZone", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
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.
|
|
121
|
+
it("privatedns.v20201028.ModifyPrivateZoneRecord", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
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.
|
|
131
|
+
it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
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.
|
|
141
|
+
it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
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.
|
|
151
|
+
it("privatedns.v20201028.DescribeDashboard", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
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.
|
|
161
|
+
it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
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.
|
|
171
|
+
it("privatedns.v20201028.DeletePrivateZone", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
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.
|
|
181
|
+
it("privatedns.v20201028.DescribeAccountVpcList", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
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.
|
|
191
|
+
it("privatedns.v20201028.ModifyRecordsStatus", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
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.
|
|
221
|
+
it("privatedns.v20201028.DescribeRequestData", async function () {
|
|
212
222
|
try {
|
|
213
|
-
const data = await client.
|
|
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
|
|
@@ -88,6 +88,16 @@ it("ssa.v20180608.DescribeComplianceAssetList", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("ssa.v20180608.DescribeDomainList", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeDomainList({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
91
101
|
it("ssa.v20180608.DescribeSocCheckItemList", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeSocCheckItemList({})
|
|
@@ -88,6 +88,16 @@ it("tdmq.v20200217.DeleteCmqQueue", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("tdmq.v20200217.ModifyRabbitMQVirtualHost", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyRabbitMQVirtualHost({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
91
101
|
it("tdmq.v20200217.DescribeCmqTopics", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeCmqTopics({})
|
|
@@ -398,6 +408,16 @@ it("tdmq.v20200217.DescribeCmqSubscriptionDetail", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
411
|
+
it("tdmq.v20200217.DescribeRabbitMQVirtualHost", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DescribeRabbitMQVirtualHost({})
|
|
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("tdmq.v20200217.CreateAMQPCluster", async function () {
|
|
402
422
|
try {
|
|
403
423
|
const data = await client.CreateAMQPCluster({})
|
|
@@ -508,6 +528,16 @@ it("tdmq.v20200217.DescribeRocketMQVipInstanceDetail", async function () {
|
|
|
508
528
|
}
|
|
509
529
|
})
|
|
510
530
|
|
|
531
|
+
it("tdmq.v20200217.DescribeRabbitMQUser", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DescribeRabbitMQUser({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
511
541
|
it("tdmq.v20200217.DeleteAMQPQueue", async function () {
|
|
512
542
|
try {
|
|
513
543
|
const data = await client.DeleteAMQPQueue({})
|
|
@@ -718,16 +748,6 @@ it("tdmq.v20200217.CreateAMQPQueue", async function () {
|
|
|
718
748
|
}
|
|
719
749
|
})
|
|
720
750
|
|
|
721
|
-
it("tdmq.v20200217.ModifyAMQPVHost", async function () {
|
|
722
|
-
try {
|
|
723
|
-
const data = await client.ModifyAMQPVHost({})
|
|
724
|
-
expect(data).to.be.ok
|
|
725
|
-
} catch(error) {
|
|
726
|
-
expect(error.requestId).to.be.ok
|
|
727
|
-
expect(error.code).to.be.ok
|
|
728
|
-
}
|
|
729
|
-
})
|
|
730
|
-
|
|
731
751
|
it("tdmq.v20200217.DescribeRocketMQGroups", async function () {
|
|
732
752
|
try {
|
|
733
753
|
const data = await client.DescribeRocketMQGroups({})
|
|
@@ -768,6 +788,16 @@ it("tdmq.v20200217.ModifyRocketMQCluster", async function () {
|
|
|
768
788
|
}
|
|
769
789
|
})
|
|
770
790
|
|
|
791
|
+
it("tdmq.v20200217.DeleteRabbitMQUser", async function () {
|
|
792
|
+
try {
|
|
793
|
+
const data = await client.DeleteRabbitMQUser({})
|
|
794
|
+
expect(data).to.be.ok
|
|
795
|
+
} catch(error) {
|
|
796
|
+
expect(error.requestId).to.be.ok
|
|
797
|
+
expect(error.code).to.be.ok
|
|
798
|
+
}
|
|
799
|
+
})
|
|
800
|
+
|
|
771
801
|
it("tdmq.v20200217.DeleteRoles", async function () {
|
|
772
802
|
try {
|
|
773
803
|
const data = await client.DeleteRoles({})
|
|
@@ -808,6 +838,16 @@ it("tdmq.v20200217.ModifyAMQPExchange", async function () {
|
|
|
808
838
|
}
|
|
809
839
|
})
|
|
810
840
|
|
|
841
|
+
it("tdmq.v20200217.DeleteRabbitMQVirtualHost", async function () {
|
|
842
|
+
try {
|
|
843
|
+
const data = await client.DeleteRabbitMQVirtualHost({})
|
|
844
|
+
expect(data).to.be.ok
|
|
845
|
+
} catch(error) {
|
|
846
|
+
expect(error.requestId).to.be.ok
|
|
847
|
+
expect(error.code).to.be.ok
|
|
848
|
+
}
|
|
849
|
+
})
|
|
850
|
+
|
|
811
851
|
it("tdmq.v20200217.SendCmqMsg", async function () {
|
|
812
852
|
try {
|
|
813
853
|
const data = await client.SendCmqMsg({})
|
|
@@ -848,6 +888,16 @@ it("tdmq.v20200217.UnbindCmqDeadLetter", async function () {
|
|
|
848
888
|
}
|
|
849
889
|
})
|
|
850
890
|
|
|
891
|
+
it("tdmq.v20200217.ModifyRabbitMQUser", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.ModifyRabbitMQUser({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
851
901
|
it("tdmq.v20200217.CreateRocketMQNamespace", async function () {
|
|
852
902
|
try {
|
|
853
903
|
const data = await client.CreateRocketMQNamespace({})
|
|
@@ -1098,6 +1148,16 @@ it("tdmq.v20200217.ModifyRole", async function () {
|
|
|
1098
1148
|
}
|
|
1099
1149
|
})
|
|
1100
1150
|
|
|
1151
|
+
it("tdmq.v20200217.DescribeRabbitMQVirtualHostList", async function () {
|
|
1152
|
+
try {
|
|
1153
|
+
const data = await client.DescribeRabbitMQVirtualHostList({})
|
|
1154
|
+
expect(data).to.be.ok
|
|
1155
|
+
} catch(error) {
|
|
1156
|
+
expect(error.requestId).to.be.ok
|
|
1157
|
+
expect(error.code).to.be.ok
|
|
1158
|
+
}
|
|
1159
|
+
})
|
|
1160
|
+
|
|
1101
1161
|
it("tdmq.v20200217.DescribeAllTenants", async function () {
|
|
1102
1162
|
try {
|
|
1103
1163
|
const data = await client.DescribeAllTenants({})
|