tencentcloud-sdk-nodejs-intl-en 3.0.1018 → 3.0.1020
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/package.json +1 -1
- package/tencentcloud/car/v20220110/car_client.js +170 -23
- package/tencentcloud/car/v20220110/models.js +1692 -324
- package/tencentcloud/cdwdoris/v20211228/models.js +119 -113
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/live/v20180801/live_client.js +1 -1
- package/tencentcloud/live/v20180801/models.js +5 -5
package/package.json
CHANGED
|
@@ -18,56 +18,82 @@ const models = require("./models");
|
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
19
|
const CreateApplicationVersionResponse = models.CreateApplicationVersionResponse;
|
|
20
20
|
const DeleteApplicationRequest = models.DeleteApplicationRequest;
|
|
21
|
+
const ModifyApplicationProjectRequest = models.ModifyApplicationProjectRequest;
|
|
22
|
+
const BindConcurrentPackagesToProjectRequest = models.BindConcurrentPackagesToProjectRequest;
|
|
23
|
+
const DescribeApplicationListResponse = models.DescribeApplicationListResponse;
|
|
24
|
+
const ModifyConcurrentPackageRequest = models.ModifyConcurrentPackageRequest;
|
|
21
25
|
const ApplicationBaseInfo = models.ApplicationBaseInfo;
|
|
22
26
|
const CreateSessionRequest = models.CreateSessionRequest;
|
|
23
27
|
const DescribeApplicationPathListResponse = models.DescribeApplicationPathListResponse;
|
|
24
|
-
const
|
|
28
|
+
const BindConcurrentPackagesToProjectResponse = models.BindConcurrentPackagesToProjectResponse;
|
|
25
29
|
const StartPublishStreamWithURLResponse = models.StartPublishStreamWithURLResponse;
|
|
26
|
-
const
|
|
30
|
+
const UnbindConcurrentPackagesFromProjectResponse = models.UnbindConcurrentPackagesFromProjectResponse;
|
|
27
31
|
const DeleteApplicationVersionRequest = models.DeleteApplicationVersionRequest;
|
|
32
|
+
const CreateApplicationProjectResponse = models.CreateApplicationProjectResponse;
|
|
33
|
+
const CreateApplicationSnapshotRequest = models.CreateApplicationSnapshotRequest;
|
|
34
|
+
const DescribeApplicationProjectsResponse = models.DescribeApplicationProjectsResponse;
|
|
28
35
|
const UserMobileApplicationInfo = models.UserMobileApplicationInfo;
|
|
29
36
|
const Filter = models.Filter;
|
|
30
37
|
const SetApplicationVersionOnlineRequest = models.SetApplicationVersionOnlineRequest;
|
|
31
38
|
const CreateApplicationSnapshotResponse = models.CreateApplicationSnapshotResponse;
|
|
32
39
|
const DescribeApplicationFileInfoResponse = models.DescribeApplicationFileInfoResponse;
|
|
40
|
+
const VideoEncodeConfig = models.VideoEncodeConfig;
|
|
33
41
|
const ModifyMobileApplicationInfoResponse = models.ModifyMobileApplicationInfoResponse;
|
|
34
42
|
const ModifyApplicationBaseInfoRequest = models.ModifyApplicationBaseInfoRequest;
|
|
35
43
|
const ModifyApplicationBaseInfoResponse = models.ModifyApplicationBaseInfoResponse;
|
|
44
|
+
const DescribeConcurrentPackagesResponse = models.DescribeConcurrentPackagesResponse;
|
|
36
45
|
const DescribeApplicationVersionRequest = models.DescribeApplicationVersionRequest;
|
|
37
|
-
const
|
|
46
|
+
const DescribeApplicationProjectAdvancedConfigRequest = models.DescribeApplicationProjectAdvancedConfigRequest;
|
|
47
|
+
const DeleteApplicationProjectsResponse = models.DeleteApplicationProjectsResponse;
|
|
38
48
|
const DescribeCosCredentialResponse = models.DescribeCosCredentialResponse;
|
|
39
49
|
const DescribeApplicationStatusRequest = models.DescribeApplicationStatusRequest;
|
|
40
50
|
const CreateApplicationRequest = models.CreateApplicationRequest;
|
|
41
51
|
const DescribeConcurrentCountRequest = models.DescribeConcurrentCountRequest;
|
|
52
|
+
const ApplicationProject = models.ApplicationProject;
|
|
42
53
|
const DeleteApplicationVersionResponse = models.DeleteApplicationVersionResponse;
|
|
54
|
+
const DescribeConcurrentSummaryRequest = models.DescribeConcurrentSummaryRequest;
|
|
43
55
|
const ModifyApplicationVersionResponse = models.ModifyApplicationVersionResponse;
|
|
44
56
|
const DescribeCosCredentialRequest = models.DescribeCosCredentialRequest;
|
|
45
57
|
const StopPublishStreamResponse = models.StopPublishStreamResponse;
|
|
58
|
+
const CreateApplicationProjectRequest = models.CreateApplicationProjectRequest;
|
|
59
|
+
const StopPublishStreamRequest = models.StopPublishStreamRequest;
|
|
46
60
|
const CreateApplicationVersionRequest = models.CreateApplicationVersionRequest;
|
|
47
61
|
const DescribeApplicationStatusResponse = models.DescribeApplicationStatusResponse;
|
|
48
62
|
const DestroySessionResponse = models.DestroySessionResponse;
|
|
49
63
|
const DescribeApplicationVersionResponse = models.DescribeApplicationVersionResponse;
|
|
50
64
|
const DescribeApplicationPathListRequest = models.DescribeApplicationPathListRequest;
|
|
65
|
+
const ResetConcurrentPackagesRequest = models.ResetConcurrentPackagesRequest;
|
|
51
66
|
const StartPublishStreamResponse = models.StartPublishStreamResponse;
|
|
52
67
|
const CreateSessionResponse = models.CreateSessionResponse;
|
|
68
|
+
const BackgroundImage = models.BackgroundImage;
|
|
69
|
+
const ModifyApplicationProjectResponse = models.ModifyApplicationProjectResponse;
|
|
53
70
|
const DescribeApplicationListRequest = models.DescribeApplicationListRequest;
|
|
54
71
|
const StartPublishStreamRequest = models.StartPublishStreamRequest;
|
|
72
|
+
const ModifyConcurrentPackageResponse = models.ModifyConcurrentPackageResponse;
|
|
73
|
+
const UnbindConcurrentPackagesFromProjectRequest = models.UnbindConcurrentPackagesFromProjectRequest;
|
|
74
|
+
const UserApplicationStatus = models.UserApplicationStatus;
|
|
55
75
|
const UserApplicationInfo = models.UserApplicationInfo;
|
|
56
76
|
const DeleteApplicationResponse = models.DeleteApplicationResponse;
|
|
57
|
-
const
|
|
58
|
-
const
|
|
77
|
+
const DeleteApplicationProjectsRequest = models.DeleteApplicationProjectsRequest;
|
|
78
|
+
const DescribeConcurrentPackagesRequest = models.DescribeConcurrentPackagesRequest;
|
|
79
|
+
const DescribeConcurrentSummaryResponse = models.DescribeConcurrentSummaryResponse;
|
|
59
80
|
const CreateApplicationResponse = models.CreateApplicationResponse;
|
|
60
|
-
const UserApplicationFileInfo = models.UserApplicationFileInfo;
|
|
61
|
-
const UserApplicationVersion = models.UserApplicationVersion;
|
|
62
81
|
const StartPublishStreamWithURLRequest = models.StartPublishStreamWithURLRequest;
|
|
82
|
+
const ResetConcurrentPackagesResponse = models.ResetConcurrentPackagesResponse;
|
|
83
|
+
const UserApplicationVersion = models.UserApplicationVersion;
|
|
84
|
+
const DescribeApplicationProjectAdvancedConfigResponse = models.DescribeApplicationProjectAdvancedConfigResponse;
|
|
63
85
|
const ApplyConcurrentResponse = models.ApplyConcurrentResponse;
|
|
64
86
|
const SetApplicationVersionOnlineResponse = models.SetApplicationVersionOnlineResponse;
|
|
65
87
|
const ApplyConcurrentRequest = models.ApplyConcurrentRequest;
|
|
88
|
+
const UserApplicationFileInfo = models.UserApplicationFileInfo;
|
|
89
|
+
const ModifyMobileApplicationInfoRequest = models.ModifyMobileApplicationInfoRequest;
|
|
66
90
|
const DescribeConcurrentCountResponse = models.DescribeConcurrentCountResponse;
|
|
67
91
|
const DestroySessionRequest = models.DestroySessionRequest;
|
|
68
92
|
const DescribeApplicationFileInfoRequest = models.DescribeApplicationFileInfoRequest;
|
|
69
|
-
const
|
|
93
|
+
const ApplicationConcurrentPackage = models.ApplicationConcurrentPackage;
|
|
70
94
|
const UserApplicationStore = models.UserApplicationStore;
|
|
95
|
+
const ModifyApplicationVersionRequest = models.ModifyApplicationVersionRequest;
|
|
96
|
+
const DescribeApplicationProjectsRequest = models.DescribeApplicationProjectsRequest;
|
|
71
97
|
|
|
72
98
|
|
|
73
99
|
/**
|
|
@@ -102,6 +128,17 @@ class CarClient extends AbstractClient {
|
|
|
102
128
|
this.request("DescribeApplicationFileInfo", req, resp, cb);
|
|
103
129
|
}
|
|
104
130
|
|
|
131
|
+
/**
|
|
132
|
+
* This API is used to modify a cloud application project.
|
|
133
|
+
* @param {ModifyApplicationProjectRequest} req
|
|
134
|
+
* @param {function(string, ModifyApplicationProjectResponse):void} cb
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
ModifyApplicationProject(req, cb) {
|
|
138
|
+
let resp = new ModifyApplicationProjectResponse();
|
|
139
|
+
this.request("ModifyApplicationProject", req, resp, cb);
|
|
140
|
+
}
|
|
141
|
+
|
|
105
142
|
/**
|
|
106
143
|
* This API is used to modify the version information of a cloud application.
|
|
107
144
|
* @param {ModifyApplicationVersionRequest} req
|
|
@@ -114,14 +151,25 @@ class CarClient extends AbstractClient {
|
|
|
114
151
|
}
|
|
115
152
|
|
|
116
153
|
/**
|
|
117
|
-
* This API is used to
|
|
118
|
-
* @param {
|
|
119
|
-
* @param {function(string,
|
|
154
|
+
* This API is used to obtain the cloud application concurrency pack list.
|
|
155
|
+
* @param {DescribeConcurrentPackagesRequest} req
|
|
156
|
+
* @param {function(string, DescribeConcurrentPackagesResponse):void} cb
|
|
120
157
|
* @public
|
|
121
158
|
*/
|
|
122
|
-
|
|
123
|
-
let resp = new
|
|
124
|
-
this.request("
|
|
159
|
+
DescribeConcurrentPackages(req, cb) {
|
|
160
|
+
let resp = new DescribeConcurrentPackagesResponse();
|
|
161
|
+
this.request("DescribeConcurrentPackages", req, resp, cb);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* This API is used to delete cloud application projects in batches.
|
|
166
|
+
* @param {DeleteApplicationProjectsRequest} req
|
|
167
|
+
* @param {function(string, DeleteApplicationProjectsResponse):void} cb
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
DeleteApplicationProjects(req, cb) {
|
|
171
|
+
let resp = new DeleteApplicationProjectsResponse();
|
|
172
|
+
this.request("DeleteApplicationProjects", req, resp, cb);
|
|
125
173
|
}
|
|
126
174
|
|
|
127
175
|
/**
|
|
@@ -136,7 +184,7 @@ class CarClient extends AbstractClient {
|
|
|
136
184
|
}
|
|
137
185
|
|
|
138
186
|
/**
|
|
139
|
-
* This API is used to start cloud
|
|
187
|
+
* This API is used to start pushing your cloud application's video streams to a specified URL. The codec for the streaming is automatically selected based on the client's (SDK) capabilities, with a default order of H.265, H.264, VP8, and VP9. This streaming method will be billed separately. For details about the billing method, see [Charging for Streaming to Specified URL](https://intl.cloud.tencent.com/document/product/1547/72168?from_cn_redirect=1#98ac188a-d122-4caf-88be-05268ecefdf6).
|
|
140
188
|
* @param {StartPublishStreamWithURLRequest} req
|
|
141
189
|
* @param {function(string, StartPublishStreamWithURLResponse):void} cb
|
|
142
190
|
* @public
|
|
@@ -157,6 +205,17 @@ class CarClient extends AbstractClient {
|
|
|
157
205
|
this.request("CreateApplicationSnapshot", req, resp, cb);
|
|
158
206
|
}
|
|
159
207
|
|
|
208
|
+
/**
|
|
209
|
+
* This API is used to modify basic information of a cloud application.
|
|
210
|
+
* @param {ModifyApplicationBaseInfoRequest} req
|
|
211
|
+
* @param {function(string, ModifyApplicationBaseInfoResponse):void} cb
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
ModifyApplicationBaseInfo(req, cb) {
|
|
215
|
+
let resp = new ModifyApplicationBaseInfoResponse();
|
|
216
|
+
this.request("ModifyApplicationBaseInfo", req, resp, cb);
|
|
217
|
+
}
|
|
218
|
+
|
|
160
219
|
/**
|
|
161
220
|
* This API is used to query the version information of a cloud application.
|
|
162
221
|
* @param {DescribeApplicationVersionRequest} req
|
|
@@ -179,6 +238,17 @@ class CarClient extends AbstractClient {
|
|
|
179
238
|
this.request("DescribeApplicationPathList", req, resp, cb);
|
|
180
239
|
}
|
|
181
240
|
|
|
241
|
+
/**
|
|
242
|
+
* This API is used to modify a cloud application concurrency pack.
|
|
243
|
+
* @param {ModifyConcurrentPackageRequest} req
|
|
244
|
+
* @param {function(string, ModifyConcurrentPackageResponse):void} cb
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
ModifyConcurrentPackage(req, cb) {
|
|
248
|
+
let resp = new ModifyConcurrentPackageResponse();
|
|
249
|
+
this.request("ModifyConcurrentPackage", req, resp, cb);
|
|
250
|
+
}
|
|
251
|
+
|
|
182
252
|
/**
|
|
183
253
|
* This API is used to request concurrency quota. The timeout period of the API is 20 seconds.
|
|
184
254
|
* @param {ApplyConcurrentRequest} req
|
|
@@ -191,7 +261,18 @@ class CarClient extends AbstractClient {
|
|
|
191
261
|
}
|
|
192
262
|
|
|
193
263
|
/**
|
|
194
|
-
* This API is used to
|
|
264
|
+
* This API is used to unbind a concurrency pack from a project.
|
|
265
|
+
* @param {UnbindConcurrentPackagesFromProjectRequest} req
|
|
266
|
+
* @param {function(string, UnbindConcurrentPackagesFromProjectResponse):void} cb
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
UnbindConcurrentPackagesFromProject(req, cb) {
|
|
270
|
+
let resp = new UnbindConcurrentPackagesFromProjectResponse();
|
|
271
|
+
this.request("UnbindConcurrentPackagesFromProject", req, resp, cb);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* This API is used to start pushing your cloud application's video streams in real time to CSS. The codec for the streaming is automatically selected based on the client's (SDK) capabilities, with a default order of H.265, H.264, VP8, and VP9.
|
|
195
276
|
* @param {StartPublishStreamRequest} req
|
|
196
277
|
* @param {function(string, StartPublishStreamResponse):void} cb
|
|
197
278
|
* @public
|
|
@@ -202,7 +283,7 @@ class CarClient extends AbstractClient {
|
|
|
202
283
|
}
|
|
203
284
|
|
|
204
285
|
/**
|
|
205
|
-
* This API is used to stop
|
|
286
|
+
* This API is used to stop pushing streams.
|
|
206
287
|
* @param {StopPublishStreamRequest} req
|
|
207
288
|
* @param {function(string, StopPublishStreamResponse):void} cb
|
|
208
289
|
* @public
|
|
@@ -257,14 +338,47 @@ class CarClient extends AbstractClient {
|
|
|
257
338
|
}
|
|
258
339
|
|
|
259
340
|
/**
|
|
260
|
-
* This API is used to
|
|
261
|
-
* @param {
|
|
262
|
-
* @param {function(string,
|
|
341
|
+
* This API is used to query the concurrency overview.
|
|
342
|
+
* @param {DescribeConcurrentSummaryRequest} req
|
|
343
|
+
* @param {function(string, DescribeConcurrentSummaryResponse):void} cb
|
|
263
344
|
* @public
|
|
264
345
|
*/
|
|
265
|
-
|
|
266
|
-
let resp = new
|
|
267
|
-
this.request("
|
|
346
|
+
DescribeConcurrentSummary(req, cb) {
|
|
347
|
+
let resp = new DescribeConcurrentSummaryResponse();
|
|
348
|
+
this.request("DescribeConcurrentSummary", req, resp, cb);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* This API is used to create a cloud application project.
|
|
353
|
+
* @param {CreateApplicationProjectRequest} req
|
|
354
|
+
* @param {function(string, CreateApplicationProjectResponse):void} cb
|
|
355
|
+
* @public
|
|
356
|
+
*/
|
|
357
|
+
CreateApplicationProject(req, cb) {
|
|
358
|
+
let resp = new CreateApplicationProjectResponse();
|
|
359
|
+
this.request("CreateApplicationProject", req, resp, cb);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* This API is used to obtain the cloud application project list.
|
|
364
|
+
* @param {DescribeApplicationProjectsRequest} req
|
|
365
|
+
* @param {function(string, DescribeApplicationProjectsResponse):void} cb
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
DescribeApplicationProjects(req, cb) {
|
|
369
|
+
let resp = new DescribeApplicationProjectsResponse();
|
|
370
|
+
this.request("DescribeApplicationProjects", req, resp, cb);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* This API is used to bind a concurrency pack to a project.
|
|
375
|
+
* @param {BindConcurrentPackagesToProjectRequest} req
|
|
376
|
+
* @param {function(string, BindConcurrentPackagesToProjectResponse):void} cb
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
BindConcurrentPackagesToProject(req, cb) {
|
|
380
|
+
let resp = new BindConcurrentPackagesToProjectResponse();
|
|
381
|
+
this.request("BindConcurrentPackagesToProject", req, resp, cb);
|
|
268
382
|
}
|
|
269
383
|
|
|
270
384
|
/**
|
|
@@ -289,6 +403,17 @@ class CarClient extends AbstractClient {
|
|
|
289
403
|
this.request("CreateApplication", req, resp, cb);
|
|
290
404
|
}
|
|
291
405
|
|
|
406
|
+
/**
|
|
407
|
+
* This API is used to modify the mobile application data.
|
|
408
|
+
* @param {ModifyMobileApplicationInfoRequest} req
|
|
409
|
+
* @param {function(string, ModifyMobileApplicationInfoResponse):void} cb
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
ModifyMobileApplicationInfo(req, cb) {
|
|
413
|
+
let resp = new ModifyMobileApplicationInfoResponse();
|
|
414
|
+
this.request("ModifyMobileApplicationInfo", req, resp, cb);
|
|
415
|
+
}
|
|
416
|
+
|
|
292
417
|
/**
|
|
293
418
|
* This API is used to query the cloud application list.
|
|
294
419
|
* @param {DescribeApplicationListRequest} req
|
|
@@ -300,6 +425,17 @@ class CarClient extends AbstractClient {
|
|
|
300
425
|
this.request("DescribeApplicationList", req, resp, cb);
|
|
301
426
|
}
|
|
302
427
|
|
|
428
|
+
/**
|
|
429
|
+
* This API is used to obtain the advanced configuration information of a cloud application project.
|
|
430
|
+
* @param {DescribeApplicationProjectAdvancedConfigRequest} req
|
|
431
|
+
* @param {function(string, DescribeApplicationProjectAdvancedConfigResponse):void} cb
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
DescribeApplicationProjectAdvancedConfig(req, cb) {
|
|
435
|
+
let resp = new DescribeApplicationProjectAdvancedConfigResponse();
|
|
436
|
+
this.request("DescribeApplicationProjectAdvancedConfig", req, resp, cb);
|
|
437
|
+
}
|
|
438
|
+
|
|
303
439
|
/**
|
|
304
440
|
* This API is used to terminate a session. If cloud-based streaming has been enabled for this session, the cloud-based streaming will end upon session termination.
|
|
305
441
|
* @param {DestroySessionRequest} req
|
|
@@ -322,6 +458,17 @@ class CarClient extends AbstractClient {
|
|
|
322
458
|
this.request("CreateApplicationVersion", req, resp, cb);
|
|
323
459
|
}
|
|
324
460
|
|
|
461
|
+
/**
|
|
462
|
+
* This API is used to reset a concurrency pack and disconnect all user connections.
|
|
463
|
+
* @param {ResetConcurrentPackagesRequest} req
|
|
464
|
+
* @param {function(string, ResetConcurrentPackagesResponse):void} cb
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
ResetConcurrentPackages(req, cb) {
|
|
468
|
+
let resp = new ResetConcurrentPackagesResponse();
|
|
469
|
+
this.request("ResetConcurrentPackages", req, resp, cb);
|
|
470
|
+
}
|
|
471
|
+
|
|
325
472
|
|
|
326
473
|
}
|
|
327
474
|
module.exports = CarClient;
|