tencentcloud-sdk-nodejs 4.0.820 → 4.0.822
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 +490 -0
- package/SERVICE_CHANGELOG.md +607 -79
- package/package.json +4 -2
- package/products.md +25 -25
- package/src/common/abstract_client.ts +36 -6
- package/src/common/exception/tencent_cloud_sdk_exception.ts +17 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -2
- package/src/services/ccc/v20200210/ccc_client.ts +52 -14
- package/src/services/ccc/v20200210/ccc_models.ts +234 -15
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +38 -12
- package/src/services/ckafka/v20190819/ckafka_models.ts +396 -304
- package/src/services/clb/v20180317/clb_models.ts +0 -1
- package/src/services/cls/v20201016/cls_client.ts +4 -3
- package/src/services/cls/v20201016/cls_models.ts +22 -22
- package/src/services/csip/v20221121/csip_models.ts +10 -9
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +56 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_models.ts +7 -2
- package/src/services/es/v20180416/es_client.ts +2 -1
- package/src/services/es/v20180416/es_models.ts +94 -41
- package/src/services/ess/v20201111/ess_client.ts +3 -1
- package/src/services/ess/v20201111/ess_models.ts +16 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -7
- package/src/services/faceid/v20180301/faceid_models.ts +15 -10
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +356 -72
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1375 -314
- package/src/services/ocr/v20181119/ocr_client.ts +26 -11
- package/src/services/ocr/v20181119/ocr_models.ts +168 -14
- package/src/services/pts/v20210728/pts_client.ts +57 -9
- package/src/services/pts/v20210728/pts_models.ts +169 -109
- package/src/services/tione/v20211111/tione_models.ts +7 -2
- package/src/services/tts/v20190823/tts_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +5 -15
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +260 -113
- package/tencentcloud/common/abstract_client.js +32 -6
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.d.ts +6 -1
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.js +11 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +226 -15
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +391 -305
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +0 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +4 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +22 -22
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +10 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +93 -41
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -7
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +15 -10
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +109 -17
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +162 -24
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1320 -313
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +163 -14
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +19 -3
- package/tencentcloud/services/pts/v20210728/pts_client.js +27 -3
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +161 -109
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +7 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -15
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +259 -113
- package/test/ccc.v20200210.test.js +34 -4
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/dlc.v20210125.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +246 -16
- package/test/ocr.v20181119.test.js +12 -2
- package/test/pts.v20210728.test.js +42 -2
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.ccc.v20200210.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("ccc.v20200210.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("ccc.v20200210.
|
|
21
|
+
it("ccc.v20200210.ModifyStaff", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.ModifyStaff({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("ccc.v20200210.DeleteStaff", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("ccc.v20200210.
|
|
131
|
+
it("ccc.v20200210.ModifyCompanyApply", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.ModifyCompanyApply({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -238,6 +238,16 @@ it("ccc.v20200210.DescribePredictiveDialingSessions", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("ccc.v20200210.CreateCompanyApply", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.CreateCompanyApply({})
|
|
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
|
+
|
|
241
251
|
it("ccc.v20200210.DescribeTelCdr", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeTelCdr({})
|
|
@@ -258,6 +268,16 @@ it("ccc.v20200210.DescribeSkillGroupInfoList", async function () {
|
|
|
258
268
|
}
|
|
259
269
|
})
|
|
260
270
|
|
|
271
|
+
it("ccc.v20200210.UnbindNumberCallOutSkillGroup", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.UnbindNumberCallOutSkillGroup({})
|
|
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("ccc.v20200210.StopAutoCalloutTask", async function () {
|
|
262
282
|
try {
|
|
263
283
|
const data = await client.StopAutoCalloutTask({})
|
|
@@ -508,6 +528,16 @@ it("ccc.v20200210.AbortPredictiveDialingCampaign", async function () {
|
|
|
508
528
|
}
|
|
509
529
|
})
|
|
510
530
|
|
|
531
|
+
it("ccc.v20200210.DescribeCompanyList", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DescribeCompanyList({})
|
|
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("ccc.v20200210.DeletePredictiveDialingCampaign", async function () {
|
|
512
542
|
try {
|
|
513
543
|
const data = await client.DeletePredictiveDialingCampaign({})
|
|
@@ -198,6 +198,16 @@ it("ckafka.v20190819.DescribeGroup", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
+
it("ckafka.v20190819.FetchMessageListByOffset", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.FetchMessageListByOffset({})
|
|
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
|
+
|
|
201
211
|
it("ckafka.v20190819.ModifyDatahubTask", async function () {
|
|
202
212
|
try {
|
|
203
213
|
const data = await client.ModifyDatahubTask({})
|
|
@@ -278,9 +288,9 @@ it("ckafka.v20190819.DescribeUser", async function () {
|
|
|
278
288
|
}
|
|
279
289
|
})
|
|
280
290
|
|
|
281
|
-
it("ckafka.v20190819.
|
|
291
|
+
it("ckafka.v20190819.DescribePrometheus", async function () {
|
|
282
292
|
try {
|
|
283
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribePrometheus({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -568,6 +578,16 @@ it("ckafka.v20190819.DescribeAppInfo", async function () {
|
|
|
568
578
|
}
|
|
569
579
|
})
|
|
570
580
|
|
|
581
|
+
it("ckafka.v20190819.CreatePrometheus", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.CreatePrometheus({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
571
591
|
it("ckafka.v20190819.InstanceScalingDown", async function () {
|
|
572
592
|
try {
|
|
573
593
|
const data = await client.InstanceScalingDown({})
|
|
@@ -718,6 +718,16 @@ it("dlc.v20210125.DescribeDMSTable", async function () {
|
|
|
718
718
|
}
|
|
719
719
|
})
|
|
720
720
|
|
|
721
|
+
it("dlc.v20210125.QueryTaskCostDetail", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.QueryTaskCostDetail({})
|
|
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
|
+
|
|
721
731
|
it("dlc.v20210125.DropDMSPartitions", async function () {
|
|
722
732
|
try {
|
|
723
733
|
const data = await client.DropDMSPartitions({})
|
|
@@ -38,6 +38,16 @@ it("iotexplorer.v20190423.ModifyStudioProduct", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("iotexplorer.v20190423.DescribeDevicePackages", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeDevicePackages({})
|
|
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("iotexplorer.v20190423.GetBatchProductionsList", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.GetBatchProductionsList({})
|
|
@@ -98,6 +108,16 @@ it("iotexplorer.v20190423.DescribeDeviceLocationSolve", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
111
|
+
it("iotexplorer.v20190423.GenerateSignedVideoURL", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.GenerateSignedVideoURL({})
|
|
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
|
+
|
|
101
121
|
it("iotexplorer.v20190423.DescribeDeviceBindGateway", async function () {
|
|
102
122
|
try {
|
|
103
123
|
const data = await client.DescribeDeviceBindGateway({})
|
|
@@ -118,9 +138,9 @@ it("iotexplorer.v20190423.GetDeviceLocationHistory", async function () {
|
|
|
118
138
|
}
|
|
119
139
|
})
|
|
120
140
|
|
|
121
|
-
it("iotexplorer.v20190423.
|
|
141
|
+
it("iotexplorer.v20190423.ListEventHistory", async function () {
|
|
122
142
|
try {
|
|
123
|
-
const data = await client.
|
|
143
|
+
const data = await client.ListEventHistory({})
|
|
124
144
|
expect(data).to.be.ok
|
|
125
145
|
} catch(error) {
|
|
126
146
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +178,16 @@ it("iotexplorer.v20190423.ReleaseStudioProduct", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
181
|
+
it("iotexplorer.v20190423.DescribeCloudStorageThumbnailList", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeCloudStorageThumbnailList({})
|
|
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
|
+
|
|
161
191
|
it("iotexplorer.v20190423.ModifyFenceBind", async function () {
|
|
162
192
|
try {
|
|
163
193
|
const data = await client.ModifyFenceBind({})
|
|
@@ -168,6 +198,26 @@ it("iotexplorer.v20190423.ModifyFenceBind", async function () {
|
|
|
168
198
|
}
|
|
169
199
|
})
|
|
170
200
|
|
|
201
|
+
it("iotexplorer.v20190423.DescribePackageConsumeTasks", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.DescribePackageConsumeTasks({})
|
|
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("iotexplorer.v20190423.DescribeCloudStoragePackageConsumeStats", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeCloudStoragePackageConsumeStats({})
|
|
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
|
+
|
|
171
221
|
it("iotexplorer.v20190423.DeletePositionSpace", async function () {
|
|
172
222
|
try {
|
|
173
223
|
const data = await client.DeletePositionSpace({})
|
|
@@ -218,6 +268,16 @@ it("iotexplorer.v20190423.DescribeFenceEventList", async function () {
|
|
|
218
268
|
}
|
|
219
269
|
})
|
|
220
270
|
|
|
271
|
+
it("iotexplorer.v20190423.CreateIotVideoCloudStorage", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.CreateIotVideoCloudStorage({})
|
|
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
|
+
|
|
221
281
|
it("iotexplorer.v20190423.DeleteTopicRule", async function () {
|
|
222
282
|
try {
|
|
223
283
|
const data = await client.DeleteTopicRule({})
|
|
@@ -238,9 +298,9 @@ it("iotexplorer.v20190423.PublishRRPCMessage", async function () {
|
|
|
238
298
|
}
|
|
239
299
|
})
|
|
240
300
|
|
|
241
|
-
it("iotexplorer.v20190423.
|
|
301
|
+
it("iotexplorer.v20190423.DescribeFenceBindList", async function () {
|
|
242
302
|
try {
|
|
243
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeFenceBindList({})
|
|
244
304
|
expect(data).to.be.ok
|
|
245
305
|
} catch(error) {
|
|
246
306
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +328,16 @@ it("iotexplorer.v20190423.CreateStudioProduct", async function () {
|
|
|
268
328
|
}
|
|
269
329
|
})
|
|
270
330
|
|
|
331
|
+
it("iotexplorer.v20190423.DescribeCloudStorageDate", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DescribeCloudStorageDate({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
271
341
|
it("iotexplorer.v20190423.EnableTopicRule", async function () {
|
|
272
342
|
try {
|
|
273
343
|
const data = await client.EnableTopicRule({})
|
|
@@ -288,6 +358,26 @@ it("iotexplorer.v20190423.DescribeGatewaySubDeviceList", async function () {
|
|
|
288
358
|
}
|
|
289
359
|
})
|
|
290
360
|
|
|
361
|
+
it("iotexplorer.v20190423.DescribeCloudStorageUsers", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeCloudStorageUsers({})
|
|
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
|
+
|
|
371
|
+
it("iotexplorer.v20190423.TransferCloudStorage", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.TransferCloudStorage({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
291
381
|
it("iotexplorer.v20190423.SearchStudioProduct", async function () {
|
|
292
382
|
try {
|
|
293
383
|
const data = await client.SearchStudioProduct({})
|
|
@@ -308,6 +398,16 @@ it("iotexplorer.v20190423.ModifyTopicRule", async function () {
|
|
|
308
398
|
}
|
|
309
399
|
})
|
|
310
400
|
|
|
401
|
+
it("iotexplorer.v20190423.InheritCloudStorageUser", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.InheritCloudStorageUser({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
311
411
|
it("iotexplorer.v20190423.ListFirmwares", async function () {
|
|
312
412
|
try {
|
|
313
413
|
const data = await client.ListFirmwares({})
|
|
@@ -368,6 +468,16 @@ it("iotexplorer.v20190423.GetPositionSpaceList", async function () {
|
|
|
368
468
|
}
|
|
369
469
|
})
|
|
370
470
|
|
|
471
|
+
it("iotexplorer.v20190423.ResetCloudStorage", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.ResetCloudStorage({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
371
481
|
it("iotexplorer.v20190423.DescribeLoRaFrequency", async function () {
|
|
372
482
|
try {
|
|
373
483
|
const data = await client.DescribeLoRaFrequency({})
|
|
@@ -378,9 +488,19 @@ it("iotexplorer.v20190423.DescribeLoRaFrequency", async function () {
|
|
|
378
488
|
}
|
|
379
489
|
})
|
|
380
490
|
|
|
381
|
-
it("iotexplorer.v20190423.
|
|
491
|
+
it("iotexplorer.v20190423.ModifyPositionSpace", async function () {
|
|
382
492
|
try {
|
|
383
|
-
const data = await client.
|
|
493
|
+
const data = await client.ModifyPositionSpace({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
501
|
+
it("iotexplorer.v20190423.DescribeCloudStorageTime", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.DescribeCloudStorageTime({})
|
|
384
504
|
expect(data).to.be.ok
|
|
385
505
|
} catch(error) {
|
|
386
506
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +518,19 @@ it("iotexplorer.v20190423.GetTopicRuleList", async function () {
|
|
|
398
518
|
}
|
|
399
519
|
})
|
|
400
520
|
|
|
401
|
-
it("iotexplorer.v20190423.
|
|
521
|
+
it("iotexplorer.v20190423.DescribeCloudStorageThumbnail", async function () {
|
|
402
522
|
try {
|
|
403
|
-
const data = await client.
|
|
523
|
+
const data = await client.DescribeCloudStorageThumbnail({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
531
|
+
it("iotexplorer.v20190423.DescribeCloudStorageMultiThumbnail", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DescribeCloudStorageMultiThumbnail({})
|
|
404
534
|
expect(data).to.be.ok
|
|
405
535
|
} catch(error) {
|
|
406
536
|
expect(error.requestId).to.be.ok
|
|
@@ -418,6 +548,16 @@ it("iotexplorer.v20190423.CallDeviceActionAsync", async function () {
|
|
|
418
548
|
}
|
|
419
549
|
})
|
|
420
550
|
|
|
551
|
+
it("iotexplorer.v20190423.ModifyLoRaFrequency", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.ModifyLoRaFrequency({})
|
|
554
|
+
expect(data).to.be.ok
|
|
555
|
+
} catch(error) {
|
|
556
|
+
expect(error.requestId).to.be.ok
|
|
557
|
+
expect(error.code).to.be.ok
|
|
558
|
+
}
|
|
559
|
+
})
|
|
560
|
+
|
|
421
561
|
it("iotexplorer.v20190423.GetDeviceSumStatistics", async function () {
|
|
422
562
|
try {
|
|
423
563
|
const data = await client.GetDeviceSumStatistics({})
|
|
@@ -548,6 +688,16 @@ it("iotexplorer.v20190423.CreateTopicPolicy", async function () {
|
|
|
548
688
|
}
|
|
549
689
|
})
|
|
550
690
|
|
|
691
|
+
it("iotexplorer.v20190423.DescribeCloudStorage", async function () {
|
|
692
|
+
try {
|
|
693
|
+
const data = await client.DescribeCloudStorage({})
|
|
694
|
+
expect(data).to.be.ok
|
|
695
|
+
} catch(error) {
|
|
696
|
+
expect(error.requestId).to.be.ok
|
|
697
|
+
expect(error.code).to.be.ok
|
|
698
|
+
}
|
|
699
|
+
})
|
|
700
|
+
|
|
551
701
|
it("iotexplorer.v20190423.UploadFirmware", async function () {
|
|
552
702
|
try {
|
|
553
703
|
const data = await client.UploadFirmware({})
|
|
@@ -588,9 +738,9 @@ it("iotexplorer.v20190423.BindProducts", async function () {
|
|
|
588
738
|
}
|
|
589
739
|
})
|
|
590
740
|
|
|
591
|
-
it("iotexplorer.v20190423.
|
|
741
|
+
it("iotexplorer.v20190423.SearchPositionSpace", async function () {
|
|
592
742
|
try {
|
|
593
|
-
const data = await client.
|
|
743
|
+
const data = await client.SearchPositionSpace({})
|
|
594
744
|
expect(data).to.be.ok
|
|
595
745
|
} catch(error) {
|
|
596
746
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +748,9 @@ it("iotexplorer.v20190423.DescribeFenceBindList", async function () {
|
|
|
598
748
|
}
|
|
599
749
|
})
|
|
600
750
|
|
|
601
|
-
it("iotexplorer.v20190423.
|
|
751
|
+
it("iotexplorer.v20190423.CreateProject", async function () {
|
|
602
752
|
try {
|
|
603
|
-
const data = await client.
|
|
753
|
+
const data = await client.CreateProject({})
|
|
604
754
|
expect(data).to.be.ok
|
|
605
755
|
} catch(error) {
|
|
606
756
|
expect(error.requestId).to.be.ok
|
|
@@ -698,6 +848,16 @@ it("iotexplorer.v20190423.GetStudioProductList", async function () {
|
|
|
698
848
|
}
|
|
699
849
|
})
|
|
700
850
|
|
|
851
|
+
it("iotexplorer.v20190423.BindCloudStorageUser", async function () {
|
|
852
|
+
try {
|
|
853
|
+
const data = await client.BindCloudStorageUser({})
|
|
854
|
+
expect(data).to.be.ok
|
|
855
|
+
} catch(error) {
|
|
856
|
+
expect(error.requestId).to.be.ok
|
|
857
|
+
expect(error.code).to.be.ok
|
|
858
|
+
}
|
|
859
|
+
})
|
|
860
|
+
|
|
701
861
|
it("iotexplorer.v20190423.DescribeBatchProduction", async function () {
|
|
702
862
|
try {
|
|
703
863
|
const data = await client.DescribeBatchProduction({})
|
|
@@ -708,6 +868,16 @@ it("iotexplorer.v20190423.DescribeBatchProduction", async function () {
|
|
|
708
868
|
}
|
|
709
869
|
})
|
|
710
870
|
|
|
871
|
+
it("iotexplorer.v20190423.DeleteCloudStorageEvent", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.DeleteCloudStorageEvent({})
|
|
874
|
+
expect(data).to.be.ok
|
|
875
|
+
} catch(error) {
|
|
876
|
+
expect(error.requestId).to.be.ok
|
|
877
|
+
expect(error.code).to.be.ok
|
|
878
|
+
}
|
|
879
|
+
})
|
|
880
|
+
|
|
711
881
|
it("iotexplorer.v20190423.DeleteDevices", async function () {
|
|
712
882
|
try {
|
|
713
883
|
const data = await client.DeleteDevices({})
|
|
@@ -728,9 +898,29 @@ it("iotexplorer.v20190423.GetGatewaySubDeviceList", async function () {
|
|
|
728
898
|
}
|
|
729
899
|
})
|
|
730
900
|
|
|
731
|
-
it("iotexplorer.v20190423.
|
|
901
|
+
it("iotexplorer.v20190423.ModifyTopicPolicy", async function () {
|
|
732
902
|
try {
|
|
733
|
-
const data = await client.
|
|
903
|
+
const data = await client.ModifyTopicPolicy({})
|
|
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
|
+
|
|
911
|
+
it("iotexplorer.v20190423.DescribeCloudStorageOrder", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeCloudStorageOrder({})
|
|
914
|
+
expect(data).to.be.ok
|
|
915
|
+
} catch(error) {
|
|
916
|
+
expect(error.requestId).to.be.ok
|
|
917
|
+
expect(error.code).to.be.ok
|
|
918
|
+
}
|
|
919
|
+
})
|
|
920
|
+
|
|
921
|
+
it("iotexplorer.v20190423.PublishMessage", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.PublishMessage({})
|
|
734
924
|
expect(data).to.be.ok
|
|
735
925
|
} catch(error) {
|
|
736
926
|
expect(error.requestId).to.be.ok
|
|
@@ -788,6 +978,26 @@ it("iotexplorer.v20190423.DeleteLoRaFrequency", async function () {
|
|
|
788
978
|
}
|
|
789
979
|
})
|
|
790
980
|
|
|
981
|
+
it("iotexplorer.v20190423.DescribePackageConsumeTask", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.DescribePackageConsumeTask({})
|
|
984
|
+
expect(data).to.be.ok
|
|
985
|
+
} catch(error) {
|
|
986
|
+
expect(error.requestId).to.be.ok
|
|
987
|
+
expect(error.code).to.be.ok
|
|
988
|
+
}
|
|
989
|
+
})
|
|
990
|
+
|
|
991
|
+
it("iotexplorer.v20190423.ResetCloudStorageEvent", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.ResetCloudStorageEvent({})
|
|
994
|
+
expect(data).to.be.ok
|
|
995
|
+
} catch(error) {
|
|
996
|
+
expect(error.requestId).to.be.ok
|
|
997
|
+
expect(error.code).to.be.ok
|
|
998
|
+
}
|
|
999
|
+
})
|
|
1000
|
+
|
|
791
1001
|
it("iotexplorer.v20190423.ModifySpaceProperty", async function () {
|
|
792
1002
|
try {
|
|
793
1003
|
const data = await client.ModifySpaceProperty({})
|
|
@@ -848,9 +1058,9 @@ it("iotexplorer.v20190423.DescribeInstance", async function () {
|
|
|
848
1058
|
}
|
|
849
1059
|
})
|
|
850
1060
|
|
|
851
|
-
it("iotexplorer.v20190423.
|
|
1061
|
+
it("iotexplorer.v20190423.DescribeCloudStorageStreamData", async function () {
|
|
852
1062
|
try {
|
|
853
|
-
const data = await client.
|
|
1063
|
+
const data = await client.DescribeCloudStorageStreamData({})
|
|
854
1064
|
expect(data).to.be.ok
|
|
855
1065
|
} catch(error) {
|
|
856
1066
|
expect(error.requestId).to.be.ok
|
|
@@ -878,6 +1088,16 @@ it("iotexplorer.v20190423.SearchTopicRule", async function () {
|
|
|
878
1088
|
}
|
|
879
1089
|
})
|
|
880
1090
|
|
|
1091
|
+
it("iotexplorer.v20190423.DescribeCloudStorageEvents", async function () {
|
|
1092
|
+
try {
|
|
1093
|
+
const data = await client.DescribeCloudStorageEvents({})
|
|
1094
|
+
expect(data).to.be.ok
|
|
1095
|
+
} catch(error) {
|
|
1096
|
+
expect(error.requestId).to.be.ok
|
|
1097
|
+
expect(error.code).to.be.ok
|
|
1098
|
+
}
|
|
1099
|
+
})
|
|
1100
|
+
|
|
881
1101
|
it("iotexplorer.v20190423.ModifyModelDefinition", async function () {
|
|
882
1102
|
try {
|
|
883
1103
|
const data = await client.ModifyModelDefinition({})
|
|
@@ -948,4 +1168,14 @@ it("iotexplorer.v20190423.CreateFenceBind", async function () {
|
|
|
948
1168
|
}
|
|
949
1169
|
})
|
|
950
1170
|
|
|
1171
|
+
it("iotexplorer.v20190423.DescribeCloudStoragePackageConsumeDetails", async function () {
|
|
1172
|
+
try {
|
|
1173
|
+
const data = await client.DescribeCloudStoragePackageConsumeDetails({})
|
|
1174
|
+
expect(data).to.be.ok
|
|
1175
|
+
} catch(error) {
|
|
1176
|
+
expect(error.requestId).to.be.ok
|
|
1177
|
+
expect(error.code).to.be.ok
|
|
1178
|
+
}
|
|
1179
|
+
})
|
|
1180
|
+
|
|
951
1181
|
})
|
|
@@ -328,6 +328,16 @@ it("ocr.v20181119.InvoiceGeneralOCR", async function () {
|
|
|
328
328
|
}
|
|
329
329
|
})
|
|
330
330
|
|
|
331
|
+
it("ocr.v20181119.RideHailingTransportLicenseOCR", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.RideHailingTransportLicenseOCR({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
331
341
|
it("ocr.v20181119.GetTaskState", async function () {
|
|
332
342
|
try {
|
|
333
343
|
const data = await client.GetTaskState({})
|
|
@@ -808,9 +818,9 @@ it("ocr.v20181119.EduPaperOCR", async function () {
|
|
|
808
818
|
}
|
|
809
819
|
})
|
|
810
820
|
|
|
811
|
-
it("ocr.v20181119.
|
|
821
|
+
it("ocr.v20181119.ReconstructDocument", async function () {
|
|
812
822
|
try {
|
|
813
|
-
const data = await client.
|
|
823
|
+
const data = await client.ReconstructDocument({})
|
|
814
824
|
expect(data).to.be.ok
|
|
815
825
|
} catch(error) {
|
|
816
826
|
expect(error.requestId).to.be.ok
|
|
@@ -28,6 +28,16 @@ it("pts.v20210728.DescribeScenarioWithJobs", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("pts.v20210728.DeleteEnvironments", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DeleteEnvironments({})
|
|
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("pts.v20210728.UpdateJob", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.UpdateJob({})
|
|
@@ -208,6 +218,16 @@ it("pts.v20210728.DescribeAlertRecords", async function () {
|
|
|
208
218
|
}
|
|
209
219
|
})
|
|
210
220
|
|
|
221
|
+
it("pts.v20210728.DescribeSampleBatchQuery", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeSampleBatchQuery({})
|
|
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
|
+
|
|
211
231
|
it("pts.v20210728.DescribeAlertChannels", async function () {
|
|
212
232
|
try {
|
|
213
233
|
const data = await client.DescribeAlertChannels({})
|
|
@@ -268,6 +288,16 @@ it("pts.v20210728.RestartCronJobs", async function () {
|
|
|
268
288
|
}
|
|
269
289
|
})
|
|
270
290
|
|
|
291
|
+
it("pts.v20210728.UpdateEnvironment", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.UpdateEnvironment({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
271
301
|
it("pts.v20210728.CreateAlertChannel", async function () {
|
|
272
302
|
try {
|
|
273
303
|
const data = await client.CreateAlertChannel({})
|
|
@@ -278,9 +308,9 @@ it("pts.v20210728.CreateAlertChannel", async function () {
|
|
|
278
308
|
}
|
|
279
309
|
})
|
|
280
310
|
|
|
281
|
-
it("pts.v20210728.
|
|
311
|
+
it("pts.v20210728.DescribeEnvironments", async function () {
|
|
282
312
|
try {
|
|
283
|
-
const data = await client.
|
|
313
|
+
const data = await client.DescribeEnvironments({})
|
|
284
314
|
expect(data).to.be.ok
|
|
285
315
|
} catch(error) {
|
|
286
316
|
expect(error.requestId).to.be.ok
|
|
@@ -338,6 +368,16 @@ it("pts.v20210728.DescribeSampleLogs", async function () {
|
|
|
338
368
|
}
|
|
339
369
|
})
|
|
340
370
|
|
|
371
|
+
it("pts.v20210728.CreateEnvironment", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.CreateEnvironment({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
341
381
|
it("pts.v20210728.DescribeScenarios", async function () {
|
|
342
382
|
try {
|
|
343
383
|
const data = await client.DescribeScenarios({})
|