tencentcloud-sdk-nodejs 4.0.266 → 4.0.270
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 +899 -0
- package/SERVICE_CHANGELOG.md +914 -94
- package/package.json +1 -1
- package/products.md +40 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +3 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +56 -22
- package/src/services/as/v20180419/as_models.ts +8 -3
- package/src/services/billing/v20180709/billing_models.ts +18 -0
- package/src/services/cam/v20190116/cam_client.ts +21 -7
- package/src/services/cam/v20190116/cam_models.ts +134 -11
- package/src/services/cbs/v20170312/cbs_models.ts +6 -1
- package/src/services/cdb/v20170320/cdb_models.ts +11 -1
- package/src/services/clb/v20180317/clb_models.ts +22 -0
- package/src/services/cls/v20201016/cls_models.ts +3 -49
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +44 -2
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +28 -4
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +166 -71
- package/src/services/dcdb/v20180411/dcdb_models.ts +21 -5
- package/src/services/dlc/v20210125/dlc_models.ts +0 -1
- package/src/services/eb/index.ts +5 -0
- package/src/services/eb/v20210416/eb_client.ts +353 -0
- package/src/services/eb/v20210416/eb_models.ts +1483 -0
- package/src/services/eb/v20210416/index.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +33 -8
- package/src/services/faceid/v20180301/faceid_client.ts +15 -1
- package/src/services/faceid/v20180301/faceid_models.ts +143 -8
- package/src/services/gaap/v20180529/gaap_models.ts +115 -1
- package/src/services/gs/v20191118/gs_client.ts +24 -0
- package/src/services/gs/v20191118/gs_models.ts +45 -0
- package/src/services/ic/v20190307/ic_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2089 -360
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +20 -0
- package/src/services/live/v20180801/live_models.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +13 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +158 -26
- package/src/services/ocr/v20181119/ocr_models.ts +2 -1
- package/src/services/postgres/v20170312/postgres_client.ts +1 -0
- package/src/services/postgres/v20170312/postgres_models.ts +43 -3
- package/src/services/rce/v20201103/rce_models.ts +5 -0
- package/src/services/scf/v20180416/scf_models.ts +3 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
- package/src/services/ssm/v20190923/ssm_client.ts +3 -2
- package/src/services/ssm/v20190923/ssm_models.ts +36 -14
- package/src/services/tcss/v20201101/tcss_models.ts +31 -5
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +18 -1
- package/src/services/wav/v20210129/wav_client.ts +2 -2
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +48 -18
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -48
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +143 -63
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +18 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
- package/tencentcloud/services/eb/index.d.ts +6 -0
- package/tencentcloud/services/eb/index.js +7 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
- package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
- package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
- package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
- package/tencentcloud/services/eb/v20210416/index.js +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -8
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +121 -8
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +102 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +9 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +12 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +40 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +462 -59
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1779 -293
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +17 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +130 -21
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +37 -3
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.d.ts +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.js +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +33 -14
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.js +2 -2
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/test/cam.v20190116.test.js +12 -2
- package/test/dbbrain.v20210527.test.js +20 -0
- package/test/eb.v20210416.test.js +271 -0
- package/test/faceid.v20180301.test.js +10 -0
- package/test/gs.v20191118.test.js +20 -0
- package/test/iotexplorer.v20190423.test.js +240 -150
- package/test/iotvideoindustry.v20201201.test.js +454 -114
- package/test/mariadb.v20170312.test.js +10 -0
|
@@ -48,9 +48,9 @@ it("iotvideoindustry.v20201201.DescribeSubGroups", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("iotvideoindustry.v20201201.
|
|
51
|
+
it("iotvideoindustry.v20201201.DescribeStatisticSummary", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeStatisticSummary({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("iotvideoindustry.v20201201.
|
|
61
|
+
it("iotvideoindustry.v20201201.CreateScene", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.CreateScene({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("iotvideoindustry.v20201201.ModifyMessageForward", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("iotvideoindustry.v20201201.
|
|
71
|
+
it("iotvideoindustry.v20201201.DescribeScene", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeScene({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("iotvideoindustry.v20201201.
|
|
81
|
+
it("iotvideoindustry.v20201201.DescribeDevice", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.DescribeDevice({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +88,9 @@ it("iotvideoindustry.v20201201.DeleteVideoList", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
-
it("iotvideoindustry.v20201201.
|
|
91
|
+
it("iotvideoindustry.v20201201.ModifyBindRecordingPlan", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
93
|
+
const data = await client.ModifyBindRecordingPlan({})
|
|
94
94
|
expect(data).to.be.ok
|
|
95
95
|
} catch(error) {
|
|
96
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("iotvideoindustry.v20201201.CreateDeviceGroup", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("iotvideoindustry.v20201201.
|
|
101
|
+
it("iotvideoindustry.v20201201.DescribeVideoListByChannel", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeVideoListByChannel({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +108,9 @@ it("iotvideoindustry.v20201201.DescribeRecordStream", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("iotvideoindustry.v20201201.
|
|
111
|
+
it("iotvideoindustry.v20201201.DescribeLiveStream", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeLiveStream({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +118,49 @@ it("iotvideoindustry.v20201201.DescribeLiveVideoList", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("iotvideoindustry.v20201201.
|
|
121
|
+
it("iotvideoindustry.v20201201.ModifyScene", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.ModifyScene({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
131
|
+
it("iotvideoindustry.v20201201.DescribeRecordingPlanById", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeRecordingPlanById({})
|
|
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
|
+
|
|
141
|
+
it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DescribeGroupDevices({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("iotvideoindustry.v20201201.DescribeCurrentDeviceData", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeCurrentDeviceData({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
161
|
+
it("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeDeviceStreams({})
|
|
124
164
|
expect(data).to.be.ok
|
|
125
165
|
} catch(error) {
|
|
126
166
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +178,9 @@ it("iotvideoindustry.v20201201.GetVideoListByCon", async function () {
|
|
|
138
178
|
}
|
|
139
179
|
})
|
|
140
180
|
|
|
141
|
-
it("iotvideoindustry.v20201201.
|
|
181
|
+
it("iotvideoindustry.v20201201.DescribeRecordingPlans", async function () {
|
|
142
182
|
try {
|
|
143
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeRecordingPlans({})
|
|
144
184
|
expect(data).to.be.ok
|
|
145
185
|
} catch(error) {
|
|
146
186
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +188,9 @@ it("iotvideoindustry.v20201201.UpdateTimeTemplate", async function () {
|
|
|
148
188
|
}
|
|
149
189
|
})
|
|
150
190
|
|
|
151
|
-
it("iotvideoindustry.v20201201.
|
|
191
|
+
it("iotvideoindustry.v20201201.DescribeDeviceGroup", async function () {
|
|
152
192
|
try {
|
|
153
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeDeviceGroup({})
|
|
154
194
|
expect(data).to.be.ok
|
|
155
195
|
} catch(error) {
|
|
156
196
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +198,9 @@ it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
|
|
|
158
198
|
}
|
|
159
199
|
})
|
|
160
200
|
|
|
161
|
-
it("iotvideoindustry.v20201201.
|
|
201
|
+
it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
|
|
162
202
|
try {
|
|
163
|
-
const data = await client.
|
|
203
|
+
const data = await client.DeleteRecordPlan({})
|
|
164
204
|
expect(data).to.be.ok
|
|
165
205
|
} catch(error) {
|
|
166
206
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +208,9 @@ it("iotvideoindustry.v20201201.DescribeSubscriptionStatus", async function () {
|
|
|
168
208
|
}
|
|
169
209
|
})
|
|
170
210
|
|
|
171
|
-
it("iotvideoindustry.v20201201.
|
|
211
|
+
it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
|
|
172
212
|
try {
|
|
173
|
-
const data = await client.
|
|
213
|
+
const data = await client.CreateMessageForward({})
|
|
174
214
|
expect(data).to.be.ok
|
|
175
215
|
} catch(error) {
|
|
176
216
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +218,9 @@ it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
|
|
|
178
218
|
}
|
|
179
219
|
})
|
|
180
220
|
|
|
181
|
-
it("iotvideoindustry.v20201201.
|
|
221
|
+
it("iotvideoindustry.v20201201.DeleteTimeTemplate", async function () {
|
|
182
222
|
try {
|
|
183
|
-
const data = await client.
|
|
223
|
+
const data = await client.DeleteTimeTemplate({})
|
|
184
224
|
expect(data).to.be.ok
|
|
185
225
|
} catch(error) {
|
|
186
226
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +228,9 @@ it("iotvideoindustry.v20201201.ModifyBindPlanLiveChannel", async function () {
|
|
|
188
228
|
}
|
|
189
229
|
})
|
|
190
230
|
|
|
191
|
-
it("iotvideoindustry.v20201201.
|
|
231
|
+
it("iotvideoindustry.v20201201.DescribeChannels", async function () {
|
|
192
232
|
try {
|
|
193
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeChannels({})
|
|
194
234
|
expect(data).to.be.ok
|
|
195
235
|
} catch(error) {
|
|
196
236
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +238,9 @@ it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
|
|
|
198
238
|
}
|
|
199
239
|
})
|
|
200
240
|
|
|
201
|
-
it("iotvideoindustry.v20201201.
|
|
241
|
+
it("iotvideoindustry.v20201201.ModifyLiveChannel", async function () {
|
|
202
242
|
try {
|
|
203
|
-
const data = await client.
|
|
243
|
+
const data = await client.ModifyLiveChannel({})
|
|
204
244
|
expect(data).to.be.ok
|
|
205
245
|
} catch(error) {
|
|
206
246
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +248,9 @@ it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
|
|
|
208
248
|
}
|
|
209
249
|
})
|
|
210
250
|
|
|
211
|
-
it("iotvideoindustry.v20201201.
|
|
251
|
+
it("iotvideoindustry.v20201201.ResetWarning", async function () {
|
|
212
252
|
try {
|
|
213
|
-
const data = await client.
|
|
253
|
+
const data = await client.ResetWarning({})
|
|
214
254
|
expect(data).to.be.ok
|
|
215
255
|
} catch(error) {
|
|
216
256
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +258,9 @@ it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
|
|
|
218
258
|
}
|
|
219
259
|
})
|
|
220
260
|
|
|
221
|
-
it("iotvideoindustry.v20201201.
|
|
261
|
+
it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
|
|
222
262
|
try {
|
|
223
|
-
const data = await client.
|
|
263
|
+
const data = await client.ControlDevicePTZ({})
|
|
224
264
|
expect(data).to.be.ok
|
|
225
265
|
} catch(error) {
|
|
226
266
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +268,9 @@ it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
|
|
|
228
268
|
}
|
|
229
269
|
})
|
|
230
270
|
|
|
231
|
-
it("iotvideoindustry.v20201201.
|
|
271
|
+
it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
|
|
232
272
|
try {
|
|
233
|
-
const data = await client.
|
|
273
|
+
const data = await client.ModifySubscriptionStatus({})
|
|
234
274
|
expect(data).to.be.ok
|
|
235
275
|
} catch(error) {
|
|
236
276
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +278,9 @@ it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
|
|
|
238
278
|
}
|
|
239
279
|
})
|
|
240
280
|
|
|
241
|
-
it("iotvideoindustry.v20201201.
|
|
281
|
+
it("iotvideoindustry.v20201201.ControlHomePosition", async function () {
|
|
242
282
|
try {
|
|
243
|
-
const data = await client.
|
|
283
|
+
const data = await client.ControlHomePosition({})
|
|
244
284
|
expect(data).to.be.ok
|
|
245
285
|
} catch(error) {
|
|
246
286
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +288,9 @@ it("iotvideoindustry.v20201201.DeleteChannel", async function () {
|
|
|
248
288
|
}
|
|
249
289
|
})
|
|
250
290
|
|
|
251
|
-
it("iotvideoindustry.v20201201.
|
|
291
|
+
it("iotvideoindustry.v20201201.DescribeStatisticDetails", async function () {
|
|
252
292
|
try {
|
|
253
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeStatisticDetails({})
|
|
254
294
|
expect(data).to.be.ok
|
|
255
295
|
} catch(error) {
|
|
256
296
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +298,9 @@ it("iotvideoindustry.v20201201.DescribeDevicePassWord", async function () {
|
|
|
258
298
|
}
|
|
259
299
|
})
|
|
260
300
|
|
|
261
|
-
it("iotvideoindustry.v20201201.
|
|
301
|
+
it("iotvideoindustry.v20201201.DescribeGroupById", async function () {
|
|
262
302
|
try {
|
|
263
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeGroupById({})
|
|
264
304
|
expect(data).to.be.ok
|
|
265
305
|
} catch(error) {
|
|
266
306
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +308,9 @@ it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
|
|
|
268
308
|
}
|
|
269
309
|
})
|
|
270
310
|
|
|
271
|
-
it("iotvideoindustry.v20201201.
|
|
311
|
+
it("iotvideoindustry.v20201201.CreateTimeTemplate", async function () {
|
|
272
312
|
try {
|
|
273
|
-
const data = await client.
|
|
313
|
+
const data = await client.CreateTimeTemplate({})
|
|
274
314
|
expect(data).to.be.ok
|
|
275
315
|
} catch(error) {
|
|
276
316
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +318,9 @@ it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
|
|
|
278
318
|
}
|
|
279
319
|
})
|
|
280
320
|
|
|
281
|
-
it("iotvideoindustry.v20201201.
|
|
321
|
+
it("iotvideoindustry.v20201201.CreateDeviceGroup", async function () {
|
|
282
322
|
try {
|
|
283
|
-
const data = await client.
|
|
323
|
+
const data = await client.CreateDeviceGroup({})
|
|
284
324
|
expect(data).to.be.ok
|
|
285
325
|
} catch(error) {
|
|
286
326
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +328,9 @@ it("iotvideoindustry.v20201201.GetRecordPlans", async function () {
|
|
|
288
328
|
}
|
|
289
329
|
})
|
|
290
330
|
|
|
291
|
-
it("iotvideoindustry.v20201201.
|
|
331
|
+
it("iotvideoindustry.v20201201.ControlChannelLocalRecord", async function () {
|
|
292
332
|
try {
|
|
293
|
-
const data = await client.
|
|
333
|
+
const data = await client.ControlChannelLocalRecord({})
|
|
294
334
|
expect(data).to.be.ok
|
|
295
335
|
} catch(error) {
|
|
296
336
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +338,9 @@ it("iotvideoindustry.v20201201.DeleteDevice", async function () {
|
|
|
298
338
|
}
|
|
299
339
|
})
|
|
300
340
|
|
|
301
|
-
it("iotvideoindustry.v20201201.
|
|
341
|
+
it("iotvideoindustry.v20201201.DescribeChannelLocalRecordURL", async function () {
|
|
302
342
|
try {
|
|
303
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribeChannelLocalRecordURL({})
|
|
304
344
|
expect(data).to.be.ok
|
|
305
345
|
} catch(error) {
|
|
306
346
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +348,9 @@ it("iotvideoindustry.v20201201.CreateLiveRecordPlan", async function () {
|
|
|
308
348
|
}
|
|
309
349
|
})
|
|
310
350
|
|
|
311
|
-
it("iotvideoindustry.v20201201.
|
|
351
|
+
it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
|
|
312
352
|
try {
|
|
313
|
-
const data = await client.
|
|
353
|
+
const data = await client.UpdateDevicePassWord({})
|
|
314
354
|
expect(data).to.be.ok
|
|
315
355
|
} catch(error) {
|
|
316
356
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +358,69 @@ it("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
|
|
|
318
358
|
}
|
|
319
359
|
})
|
|
320
360
|
|
|
321
|
-
it("iotvideoindustry.v20201201.
|
|
361
|
+
it("iotvideoindustry.v20201201.DescribeWarnMod", async function () {
|
|
322
362
|
try {
|
|
323
|
-
const data = await client.
|
|
363
|
+
const data = await client.DescribeWarnMod({})
|
|
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("iotvideoindustry.v20201201.ModifyBindPlanLiveChannel", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.ModifyBindPlanLiveChannel({})
|
|
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
|
+
|
|
381
|
+
it("iotvideoindustry.v20201201.DescribeDeviceEvent", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribeDeviceEvent({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
391
|
+
it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.ModifyLiveRecordPlan({})
|
|
394
|
+
expect(data).to.be.ok
|
|
395
|
+
} catch(error) {
|
|
396
|
+
expect(error.requestId).to.be.ok
|
|
397
|
+
expect(error.code).to.be.ok
|
|
398
|
+
}
|
|
399
|
+
})
|
|
400
|
+
|
|
401
|
+
it("iotvideoindustry.v20201201.DeleteChannel", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DeleteChannel({})
|
|
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
|
+
|
|
411
|
+
it("iotvideoindustry.v20201201.DescribeChannelsByLiveRecordPlan", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DescribeChannelsByLiveRecordPlan({})
|
|
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
|
+
|
|
421
|
+
it("iotvideoindustry.v20201201.ModifyBindSceneDevice", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.ModifyBindSceneDevice({})
|
|
324
424
|
expect(data).to.be.ok
|
|
325
425
|
} catch(error) {
|
|
326
426
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +448,9 @@ it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
|
|
|
348
448
|
}
|
|
349
449
|
})
|
|
350
450
|
|
|
351
|
-
it("iotvideoindustry.v20201201.
|
|
451
|
+
it("iotvideoindustry.v20201201.DescribeSubscriptionStatus", async function () {
|
|
352
452
|
try {
|
|
353
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeSubscriptionStatus({})
|
|
354
454
|
expect(data).to.be.ok
|
|
355
455
|
} catch(error) {
|
|
356
456
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +458,9 @@ it("iotvideoindustry.v20201201.GetTimeTemplates", async function () {
|
|
|
358
458
|
}
|
|
359
459
|
})
|
|
360
460
|
|
|
361
|
-
it("iotvideoindustry.v20201201.
|
|
461
|
+
it("iotvideoindustry.v20201201.CreateDevice", async function () {
|
|
362
462
|
try {
|
|
363
|
-
const data = await client.
|
|
463
|
+
const data = await client.CreateDevice({})
|
|
364
464
|
expect(data).to.be.ok
|
|
365
465
|
} catch(error) {
|
|
366
466
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +468,9 @@ it("iotvideoindustry.v20201201.DeleteLiveChannel", async function () {
|
|
|
368
468
|
}
|
|
369
469
|
})
|
|
370
470
|
|
|
371
|
-
it("iotvideoindustry.v20201201.
|
|
471
|
+
it("iotvideoindustry.v20201201.DeleteWarning", async function () {
|
|
372
472
|
try {
|
|
373
|
-
const data = await client.
|
|
473
|
+
const data = await client.DeleteWarning({})
|
|
374
474
|
expect(data).to.be.ok
|
|
375
475
|
} catch(error) {
|
|
376
476
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +478,9 @@ it("iotvideoindustry.v20201201.DescribeStatisticDetails", async function () {
|
|
|
378
478
|
}
|
|
379
479
|
})
|
|
380
480
|
|
|
381
|
-
it("iotvideoindustry.v20201201.
|
|
481
|
+
it("iotvideoindustry.v20201201.DescribeGroups", async function () {
|
|
382
482
|
try {
|
|
383
|
-
const data = await client.
|
|
483
|
+
const data = await client.DescribeGroups({})
|
|
384
484
|
expect(data).to.be.ok
|
|
385
485
|
} catch(error) {
|
|
386
486
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +488,9 @@ it("iotvideoindustry.v20201201.DescribeScenes", async function () {
|
|
|
388
488
|
}
|
|
389
489
|
})
|
|
390
490
|
|
|
391
|
-
it("iotvideoindustry.v20201201.
|
|
491
|
+
it("iotvideoindustry.v20201201.DescribeLiveRecordPlanIds", async function () {
|
|
392
492
|
try {
|
|
393
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeLiveRecordPlanIds({})
|
|
394
494
|
expect(data).to.be.ok
|
|
395
495
|
} catch(error) {
|
|
396
496
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +498,9 @@ it("iotvideoindustry.v20201201.CreateDevice", async function () {
|
|
|
398
498
|
}
|
|
399
499
|
})
|
|
400
500
|
|
|
401
|
-
it("iotvideoindustry.v20201201.
|
|
501
|
+
it("iotvideoindustry.v20201201.ControlPreset", async function () {
|
|
402
502
|
try {
|
|
403
|
-
const data = await client.
|
|
503
|
+
const data = await client.ControlPreset({})
|
|
404
504
|
expect(data).to.be.ok
|
|
405
505
|
} catch(error) {
|
|
406
506
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +508,9 @@ it("iotvideoindustry.v20201201.GetRecordPlanById", async function () {
|
|
|
408
508
|
}
|
|
409
509
|
})
|
|
410
510
|
|
|
411
|
-
it("iotvideoindustry.v20201201.
|
|
511
|
+
it("iotvideoindustry.v20201201.CreateRecordPlan", async function () {
|
|
412
512
|
try {
|
|
413
|
-
const data = await client.
|
|
513
|
+
const data = await client.CreateRecordPlan({})
|
|
414
514
|
expect(data).to.be.ok
|
|
415
515
|
} catch(error) {
|
|
416
516
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +518,9 @@ it("iotvideoindustry.v20201201.DescribeChannelsByLiveRecordPlan", async function
|
|
|
418
518
|
}
|
|
419
519
|
})
|
|
420
520
|
|
|
421
|
-
it("iotvideoindustry.v20201201.
|
|
521
|
+
it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
|
|
422
522
|
try {
|
|
423
|
-
const data = await client.
|
|
523
|
+
const data = await client.UpdateDeviceGroup({})
|
|
424
524
|
expect(data).to.be.ok
|
|
425
525
|
} catch(error) {
|
|
426
526
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +528,9 @@ it("iotvideoindustry.v20201201.DescribeDeviceGroup", async function () {
|
|
|
428
528
|
}
|
|
429
529
|
})
|
|
430
530
|
|
|
431
|
-
it("iotvideoindustry.v20201201.
|
|
531
|
+
it("iotvideoindustry.v20201201.DeleteVideoList", async function () {
|
|
432
532
|
try {
|
|
433
|
-
const data = await client.
|
|
533
|
+
const data = await client.DeleteVideoList({})
|
|
434
534
|
expect(data).to.be.ok
|
|
435
535
|
} catch(error) {
|
|
436
536
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +538,9 @@ it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
|
|
|
438
538
|
}
|
|
439
539
|
})
|
|
440
540
|
|
|
441
|
-
it("iotvideoindustry.v20201201.
|
|
541
|
+
it("iotvideoindustry.v20201201.DescribeBindSceneDevices", async function () {
|
|
442
542
|
try {
|
|
443
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeBindSceneDevices({})
|
|
444
544
|
expect(data).to.be.ok
|
|
445
545
|
} catch(error) {
|
|
446
546
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +548,9 @@ it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
|
|
|
448
548
|
}
|
|
449
549
|
})
|
|
450
550
|
|
|
451
|
-
it("iotvideoindustry.v20201201.
|
|
551
|
+
it("iotvideoindustry.v20201201.UpdateTimeTemplate", async function () {
|
|
452
552
|
try {
|
|
453
|
-
const data = await client.
|
|
553
|
+
const data = await client.UpdateTimeTemplate({})
|
|
454
554
|
expect(data).to.be.ok
|
|
455
555
|
} catch(error) {
|
|
456
556
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +558,9 @@ it("iotvideoindustry.v20201201.DeleteLiveRecordPlan", async function () {
|
|
|
458
558
|
}
|
|
459
559
|
})
|
|
460
560
|
|
|
461
|
-
it("iotvideoindustry.v20201201.
|
|
561
|
+
it("iotvideoindustry.v20201201.CreateRecordingPlan", async function () {
|
|
462
562
|
try {
|
|
463
|
-
const data = await client.
|
|
563
|
+
const data = await client.CreateRecordingPlan({})
|
|
464
564
|
expect(data).to.be.ok
|
|
465
565
|
} catch(error) {
|
|
466
566
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +568,9 @@ it("iotvideoindustry.v20201201.DeleteTimeTemplate", async function () {
|
|
|
468
568
|
}
|
|
469
569
|
})
|
|
470
570
|
|
|
471
|
-
it("iotvideoindustry.v20201201.
|
|
571
|
+
it("iotvideoindustry.v20201201.DescribeDeviceMonitorData", async function () {
|
|
472
572
|
try {
|
|
473
|
-
const data = await client.
|
|
573
|
+
const data = await client.DescribeDeviceMonitorData({})
|
|
474
574
|
expect(data).to.be.ok
|
|
475
575
|
} catch(error) {
|
|
476
576
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +578,9 @@ it("iotvideoindustry.v20201201.DescribeGroups", async function () {
|
|
|
478
578
|
}
|
|
479
579
|
})
|
|
480
580
|
|
|
481
|
-
it("iotvideoindustry.v20201201.
|
|
581
|
+
it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
|
|
482
582
|
try {
|
|
483
|
-
const data = await client.
|
|
583
|
+
const data = await client.GetTimeTemplateById({})
|
|
484
584
|
expect(data).to.be.ok
|
|
485
585
|
} catch(error) {
|
|
486
586
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +588,9 @@ it("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
|
|
|
488
588
|
}
|
|
489
589
|
})
|
|
490
590
|
|
|
491
|
-
it("iotvideoindustry.v20201201.
|
|
591
|
+
it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
|
|
492
592
|
try {
|
|
493
|
-
const data = await client.
|
|
593
|
+
const data = await client.DescribeMessageForwards({})
|
|
494
594
|
expect(data).to.be.ok
|
|
495
595
|
} catch(error) {
|
|
496
596
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +598,39 @@ it("iotvideoindustry.v20201201.DescribeLiveStream", async function () {
|
|
|
498
598
|
}
|
|
499
599
|
})
|
|
500
600
|
|
|
501
|
-
it("iotvideoindustry.v20201201.
|
|
601
|
+
it("iotvideoindustry.v20201201.DescribePresetList", async function () {
|
|
502
602
|
try {
|
|
503
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribePresetList({})
|
|
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
|
+
|
|
611
|
+
it("iotvideoindustry.v20201201.ModifyMessageForward", async function () {
|
|
612
|
+
try {
|
|
613
|
+
const data = await client.ModifyMessageForward({})
|
|
614
|
+
expect(data).to.be.ok
|
|
615
|
+
} catch(error) {
|
|
616
|
+
expect(error.requestId).to.be.ok
|
|
617
|
+
expect(error.code).to.be.ok
|
|
618
|
+
}
|
|
619
|
+
})
|
|
620
|
+
|
|
621
|
+
it("iotvideoindustry.v20201201.DescribeDeviceList", async function () {
|
|
622
|
+
try {
|
|
623
|
+
const data = await client.DescribeDeviceList({})
|
|
624
|
+
expect(data).to.be.ok
|
|
625
|
+
} catch(error) {
|
|
626
|
+
expect(error.requestId).to.be.ok
|
|
627
|
+
expect(error.code).to.be.ok
|
|
628
|
+
}
|
|
629
|
+
})
|
|
630
|
+
|
|
631
|
+
it("iotvideoindustry.v20201201.CreateLiveRecordPlan", async function () {
|
|
632
|
+
try {
|
|
633
|
+
const data = await client.CreateLiveRecordPlan({})
|
|
504
634
|
expect(data).to.be.ok
|
|
505
635
|
} catch(error) {
|
|
506
636
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +648,9 @@ it("iotvideoindustry.v20201201.DescribeMessageForward", async function () {
|
|
|
518
648
|
}
|
|
519
649
|
})
|
|
520
650
|
|
|
521
|
-
it("iotvideoindustry.v20201201.
|
|
651
|
+
it("iotvideoindustry.v20201201.GetTimeTemplates", async function () {
|
|
522
652
|
try {
|
|
523
|
-
const data = await client.
|
|
653
|
+
const data = await client.GetTimeTemplates({})
|
|
524
654
|
expect(data).to.be.ok
|
|
525
655
|
} catch(error) {
|
|
526
656
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +658,9 @@ it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
|
|
|
528
658
|
}
|
|
529
659
|
})
|
|
530
660
|
|
|
531
|
-
it("iotvideoindustry.v20201201.
|
|
661
|
+
it("iotvideoindustry.v20201201.DescribeAbnormalEvents", async function () {
|
|
532
662
|
try {
|
|
533
|
-
const data = await client.
|
|
663
|
+
const data = await client.DescribeAbnormalEvents({})
|
|
534
664
|
expect(data).to.be.ok
|
|
535
665
|
} catch(error) {
|
|
536
666
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +668,9 @@ it("iotvideoindustry.v20201201.DescribeBindSceneDevices", async function () {
|
|
|
538
668
|
}
|
|
539
669
|
})
|
|
540
670
|
|
|
541
|
-
it("iotvideoindustry.v20201201.
|
|
671
|
+
it("iotvideoindustry.v20201201.GetRecordPlanById", async function () {
|
|
542
672
|
try {
|
|
543
|
-
const data = await client.
|
|
673
|
+
const data = await client.GetRecordPlanById({})
|
|
544
674
|
expect(data).to.be.ok
|
|
545
675
|
} catch(error) {
|
|
546
676
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +678,9 @@ it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
|
|
|
548
678
|
}
|
|
549
679
|
})
|
|
550
680
|
|
|
551
|
-
it("iotvideoindustry.v20201201.
|
|
681
|
+
it("iotvideoindustry.v20201201.DescribeRecordStream", async function () {
|
|
552
682
|
try {
|
|
553
|
-
const data = await client.
|
|
683
|
+
const data = await client.DescribeRecordStream({})
|
|
554
684
|
expect(data).to.be.ok
|
|
555
685
|
} catch(error) {
|
|
556
686
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +688,9 @@ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanIds", async function () {
|
|
|
558
688
|
}
|
|
559
689
|
})
|
|
560
690
|
|
|
561
|
-
it("iotvideoindustry.v20201201.
|
|
691
|
+
it("iotvideoindustry.v20201201.DeleteLiveRecordPlan", async function () {
|
|
562
692
|
try {
|
|
563
|
-
const data = await client.
|
|
693
|
+
const data = await client.DeleteLiveRecordPlan({})
|
|
564
694
|
expect(data).to.be.ok
|
|
565
695
|
} catch(error) {
|
|
566
696
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +698,49 @@ it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
|
|
|
568
698
|
}
|
|
569
699
|
})
|
|
570
700
|
|
|
571
|
-
it("iotvideoindustry.v20201201.
|
|
701
|
+
it("iotvideoindustry.v20201201.DescribeMonitorDataByDate", async function () {
|
|
572
702
|
try {
|
|
573
|
-
const data = await client.
|
|
703
|
+
const data = await client.DescribeMonitorDataByDate({})
|
|
704
|
+
expect(data).to.be.ok
|
|
705
|
+
} catch(error) {
|
|
706
|
+
expect(error.requestId).to.be.ok
|
|
707
|
+
expect(error.code).to.be.ok
|
|
708
|
+
}
|
|
709
|
+
})
|
|
710
|
+
|
|
711
|
+
it("iotvideoindustry.v20201201.DescribeWarnings", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.DescribeWarnings({})
|
|
714
|
+
expect(data).to.be.ok
|
|
715
|
+
} catch(error) {
|
|
716
|
+
expect(error.requestId).to.be.ok
|
|
717
|
+
expect(error.code).to.be.ok
|
|
718
|
+
}
|
|
719
|
+
})
|
|
720
|
+
|
|
721
|
+
it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.DeleteDeviceGroup({})
|
|
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
|
+
it("iotvideoindustry.v20201201.ModifyRecordingPlan", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.ModifyRecordingPlan({})
|
|
734
|
+
expect(data).to.be.ok
|
|
735
|
+
} catch(error) {
|
|
736
|
+
expect(error.requestId).to.be.ok
|
|
737
|
+
expect(error.code).to.be.ok
|
|
738
|
+
}
|
|
739
|
+
})
|
|
740
|
+
|
|
741
|
+
it("iotvideoindustry.v20201201.DescribeChannelStreamURL", async function () {
|
|
742
|
+
try {
|
|
743
|
+
const data = await client.DescribeChannelStreamURL({})
|
|
574
744
|
expect(data).to.be.ok
|
|
575
745
|
} catch(error) {
|
|
576
746
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +778,9 @@ it("iotvideoindustry.v20201201.DeleteScene", async function () {
|
|
|
608
778
|
}
|
|
609
779
|
})
|
|
610
780
|
|
|
611
|
-
it("iotvideoindustry.v20201201.
|
|
781
|
+
it("iotvideoindustry.v20201201.CreateLiveChannel", async function () {
|
|
612
782
|
try {
|
|
613
|
-
const data = await client.
|
|
783
|
+
const data = await client.CreateLiveChannel({})
|
|
614
784
|
expect(data).to.be.ok
|
|
615
785
|
} catch(error) {
|
|
616
786
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +788,9 @@ it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
|
|
|
618
788
|
}
|
|
619
789
|
})
|
|
620
790
|
|
|
621
|
-
it("iotvideoindustry.v20201201.
|
|
791
|
+
it("iotvideoindustry.v20201201.DescribeBindSceneChannels", async function () {
|
|
622
792
|
try {
|
|
623
|
-
const data = await client.
|
|
793
|
+
const data = await client.DescribeBindSceneChannels({})
|
|
624
794
|
expect(data).to.be.ok
|
|
625
795
|
} catch(error) {
|
|
626
796
|
expect(error.requestId).to.be.ok
|
|
@@ -638,9 +808,9 @@ it("iotvideoindustry.v20201201.UpdateRecordPlan", async function () {
|
|
|
638
808
|
}
|
|
639
809
|
})
|
|
640
810
|
|
|
641
|
-
it("iotvideoindustry.v20201201.
|
|
811
|
+
it("iotvideoindustry.v20201201.DeleteRecordingPlan", async function () {
|
|
642
812
|
try {
|
|
643
|
-
const data = await client.
|
|
813
|
+
const data = await client.DeleteRecordingPlan({})
|
|
644
814
|
expect(data).to.be.ok
|
|
645
815
|
} catch(error) {
|
|
646
816
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +818,9 @@ it("iotvideoindustry.v20201201.CreateLiveChannel", async function () {
|
|
|
648
818
|
}
|
|
649
819
|
})
|
|
650
820
|
|
|
651
|
-
it("iotvideoindustry.v20201201.
|
|
821
|
+
it("iotvideoindustry.v20201201.ControlChannelPTZ", async function () {
|
|
652
822
|
try {
|
|
653
|
-
const data = await client.
|
|
823
|
+
const data = await client.ControlChannelPTZ({})
|
|
654
824
|
expect(data).to.be.ok
|
|
655
825
|
} catch(error) {
|
|
656
826
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +828,9 @@ it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
|
|
|
658
828
|
}
|
|
659
829
|
})
|
|
660
830
|
|
|
661
|
-
it("iotvideoindustry.v20201201.
|
|
831
|
+
it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
|
|
662
832
|
try {
|
|
663
|
-
const data = await client.
|
|
833
|
+
const data = await client.ControlRecordStream({})
|
|
664
834
|
expect(data).to.be.ok
|
|
665
835
|
} catch(error) {
|
|
666
836
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +838,9 @@ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanById", async function () {
|
|
|
668
838
|
}
|
|
669
839
|
})
|
|
670
840
|
|
|
671
|
-
it("iotvideoindustry.v20201201.
|
|
841
|
+
it("iotvideoindustry.v20201201.DescribeLiveVideoList", async function () {
|
|
672
842
|
try {
|
|
673
|
-
const data = await client.
|
|
843
|
+
const data = await client.DescribeLiveVideoList({})
|
|
674
844
|
expect(data).to.be.ok
|
|
675
845
|
} catch(error) {
|
|
676
846
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +848,9 @@ it("iotvideoindustry.v20201201.DescribeGroupById", async function () {
|
|
|
678
848
|
}
|
|
679
849
|
})
|
|
680
850
|
|
|
681
|
-
it("iotvideoindustry.v20201201.
|
|
851
|
+
it("iotvideoindustry.v20201201.ModifyBindSceneChannels", async function () {
|
|
682
852
|
try {
|
|
683
|
-
const data = await client.
|
|
853
|
+
const data = await client.ModifyBindSceneChannels({})
|
|
684
854
|
expect(data).to.be.ok
|
|
685
855
|
} catch(error) {
|
|
686
856
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +858,9 @@ it("iotvideoindustry.v20201201.CreateRecordPlan", async function () {
|
|
|
688
858
|
}
|
|
689
859
|
})
|
|
690
860
|
|
|
691
|
-
it("iotvideoindustry.v20201201.
|
|
861
|
+
it("iotvideoindustry.v20201201.DescribeDevicePassWord", async function () {
|
|
692
862
|
try {
|
|
693
|
-
const data = await client.
|
|
863
|
+
const data = await client.DescribeDevicePassWord({})
|
|
694
864
|
expect(data).to.be.ok
|
|
695
865
|
} catch(error) {
|
|
696
866
|
expect(error.requestId).to.be.ok
|
|
@@ -708,4 +878,174 @@ it("iotvideoindustry.v20201201.DescribeLiveChannelList", async function () {
|
|
|
708
878
|
}
|
|
709
879
|
})
|
|
710
880
|
|
|
881
|
+
it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.DeleteMessageForward({})
|
|
884
|
+
expect(data).to.be.ok
|
|
885
|
+
} catch(error) {
|
|
886
|
+
expect(error.requestId).to.be.ok
|
|
887
|
+
expect(error.code).to.be.ok
|
|
888
|
+
}
|
|
889
|
+
})
|
|
890
|
+
|
|
891
|
+
it("iotvideoindustry.v20201201.ModifyPreset", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.ModifyPreset({})
|
|
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
|
+
|
|
901
|
+
it("iotvideoindustry.v20201201.DeleteDevice", async function () {
|
|
902
|
+
try {
|
|
903
|
+
const data = await client.DeleteDevice({})
|
|
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("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.ModifyDeviceData({})
|
|
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("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.DescribeGroupByPath({})
|
|
924
|
+
expect(data).to.be.ok
|
|
925
|
+
} catch(error) {
|
|
926
|
+
expect(error.requestId).to.be.ok
|
|
927
|
+
expect(error.code).to.be.ok
|
|
928
|
+
}
|
|
929
|
+
})
|
|
930
|
+
|
|
931
|
+
it("iotvideoindustry.v20201201.DeleteLiveChannel", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.DeleteLiveChannel({})
|
|
934
|
+
expect(data).to.be.ok
|
|
935
|
+
} catch(error) {
|
|
936
|
+
expect(error.requestId).to.be.ok
|
|
937
|
+
expect(error.code).to.be.ok
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
941
|
+
it("iotvideoindustry.v20201201.GetRecordPlans", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.GetRecordPlans({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
951
|
+
it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
|
|
952
|
+
try {
|
|
953
|
+
const data = await client.GetRecordPlanByDev({})
|
|
954
|
+
expect(data).to.be.ok
|
|
955
|
+
} catch(error) {
|
|
956
|
+
expect(error.requestId).to.be.ok
|
|
957
|
+
expect(error.code).to.be.ok
|
|
958
|
+
}
|
|
959
|
+
})
|
|
960
|
+
|
|
961
|
+
it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.DescribeSIPServer({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
971
|
+
it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
|
|
972
|
+
try {
|
|
973
|
+
const data = await client.DeleteLiveVideoList({})
|
|
974
|
+
expect(data).to.be.ok
|
|
975
|
+
} catch(error) {
|
|
976
|
+
expect(error.requestId).to.be.ok
|
|
977
|
+
expect(error.code).to.be.ok
|
|
978
|
+
}
|
|
979
|
+
})
|
|
980
|
+
|
|
981
|
+
it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.DescribeVideoList({})
|
|
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("iotvideoindustry.v20201201.ModifyLiveVideo", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.ModifyLiveVideo({})
|
|
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
|
+
|
|
1001
|
+
it("iotvideoindustry.v20201201.DescribeXP2PData", async function () {
|
|
1002
|
+
try {
|
|
1003
|
+
const data = await client.DescribeXP2PData({})
|
|
1004
|
+
expect(data).to.be.ok
|
|
1005
|
+
} catch(error) {
|
|
1006
|
+
expect(error.requestId).to.be.ok
|
|
1007
|
+
expect(error.code).to.be.ok
|
|
1008
|
+
}
|
|
1009
|
+
})
|
|
1010
|
+
|
|
1011
|
+
it("iotvideoindustry.v20201201.DescribeScenes", async function () {
|
|
1012
|
+
try {
|
|
1013
|
+
const data = await client.DescribeScenes({})
|
|
1014
|
+
expect(data).to.be.ok
|
|
1015
|
+
} catch(error) {
|
|
1016
|
+
expect(error.requestId).to.be.ok
|
|
1017
|
+
expect(error.code).to.be.ok
|
|
1018
|
+
}
|
|
1019
|
+
})
|
|
1020
|
+
|
|
1021
|
+
it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.BindGroupDevices({})
|
|
1024
|
+
expect(data).to.be.ok
|
|
1025
|
+
} catch(error) {
|
|
1026
|
+
expect(error.requestId).to.be.ok
|
|
1027
|
+
expect(error.code).to.be.ok
|
|
1028
|
+
}
|
|
1029
|
+
})
|
|
1030
|
+
|
|
1031
|
+
it("iotvideoindustry.v20201201.DescribeLiveRecordPlanById", async function () {
|
|
1032
|
+
try {
|
|
1033
|
+
const data = await client.DescribeLiveRecordPlanById({})
|
|
1034
|
+
expect(data).to.be.ok
|
|
1035
|
+
} catch(error) {
|
|
1036
|
+
expect(error.requestId).to.be.ok
|
|
1037
|
+
expect(error.code).to.be.ok
|
|
1038
|
+
}
|
|
1039
|
+
})
|
|
1040
|
+
|
|
1041
|
+
it("iotvideoindustry.v20201201.DescribeRecordDatesByChannel", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.DescribeRecordDatesByChannel({})
|
|
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
|
+
|
|
711
1051
|
})
|